/* Generic */
body {
  background: #1a1a1a url("../img/micsys-bg.jpg") no-repeat top center;
  width:100%;
  color:#8CC919;
}

p {
  color:#c1c1c1;
}

.categorise img {
  padding-top: 10px;
}

.company-name {
  color:#fff;
}

.checkbox label {
  position: middle;
}

.checkbox input[type=checkbox] {
  margin-left: 10px;
  position: middle;
}

.form-control {
  height: 35px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 8px;
}


.input-btn-group {  
  margin-top: 10px;
  margin-bottom: 20px;
}

.input-btn-group input {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-top: 5px;
  width: 100%;
}

.input-btn-group .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.blue-btn, .green-btn, .orange-btn{
  color: #fff;
  width: 100%;
}

.blue-btn,.green-btn {
  color: #fff;
  width: 100%;
  font-size:17px;
  vertical-align:central;
}

.orange-btn {
  width: 100%;
  height: 100px;
  background-color: #00A0E9;
  font-size: 20px;
  padding-bottom: 50px;
  box-shadow: 2px 2px 15px -5px #000;
  margin-bottom: 20px;
}

.green-btn {
  margin-top: -10px;
  background-color: rgb(240, 134, 44);
  border-radius: 5px;
}

.grey-btn {
  width: 100%;
  height: 45px;
  margin-top: 13px;
  margin-bottom: 10px;
  background-color: rgb(170, 170, 170);
  box-shadow: 2px 2px 15px -5px #000
}


.blue-btn {
  background-color: #00A0E9;
  box-shadow: 2px 2px 15px -5px #000;
  border-radius: 5px;
}

.block-green, .block-blue {
  color: #fff;
  font-size: 16px;
  padding: 20px 40px;
  margin-bottom: 10px;
}

.block-green {
  background-color: rgb(240, 134, 44);
}

.block-blue {
  background-color: #00A0E9;
}

.blue-form {
  background-color: #00A0E9;
  padding: 15px;

}

.grey-form {
  background-color: rgb(235, 235, 235);
  padding: 15px;
  font-size: 15px;
}

form {
  padding: 0 0 0 0;
  font-size: 15px;
}

.thumbnail-1 {
  background-color: #1a1a1a;
  border-bottom: 3px solid rgba(254, 254, 254, 0.3);
  border-radius: 8px;
}

.thumbnail {
  background-color: rgba(254, 254, 254, 0.0);
  padding: 0 15px 0 15px;
}

.thumbnail p {
  color: #444;
  border-radius: 8px;
  font-size: 16px;
}

.blue-form a {
  color: #333;
  margin-bottom: 20px;
  text-decoration: underline;
}

.blue-form .login-btn {
  box-shadow: 3px 3px 20px -5px #000;
  padding: 10px 30px;
  width: initial;
}

.blue-form {
  color: #fff;
}

.blue-form .footer a {
  color: rgb(178, 222, 255);
}

a.forget {
  color: rgb(254, 203, 10);
}


/* Header */
header {
  background: url("../img/micsys-memory.png") center top no-repeat;
  background-size: contain;
  width: 100%;
  height:200px;
}

header .brand img {
  width: 180px;
  height: auto;
  margin: 80px 0 0 20px;
}
  
header h1 {
  color: #0f76ce;
  font-size: 30px;
  font-weight: 300;
  margin-top: 100px;
  position: relative;
}

/* Nav*/ 
nav.navbar {
  background: rgba(100%,100%,100%,0) url("../img/micsys-banner.png") center top no-repeat;
  border: 0;
  width: 100%;
  height: auto;
  margin:0;
  z-index: 3;
}

nav.navbar .container {
  padding: 0;
}

nav.navbar .navbar-nav {
  width: 100%;
}

nav.navbar .navbar-nav a {
  color: #8CC919;
  font-size: 15px;
  font-weight:500;
  padding: 5px 0;
}

nav.navbar .navbar-nav li {
  font-size: 15px;
  font-weight:500;
  text-align: center;
  padding: 0px 20px 0px 20px;
}

nav.navbar .navbar-nav li > a {
  z-index: 1;
}

nav.navbar .navbar-nav > li:hover > a {
  font-size: 1.1em;
}

nav.navbar .navbar-nav li.current:after {
    border-width: 12px;
    display: block;
    position: absolute;
    left: 50%;
}

nav.navbar .navbar-nav li.current:hover:after {
  background-color: #000;
}

nav.navbar .navbar-nav li a.link {
  display: none;
}

nav.navbar .navbar-nav li .dropdown-menu {
  background-color: #fff;
  margin-top:-5px;
  width: auto;
  border: 0;
}

nav.navbar .navbar-nav li .dropdown-menu li {
  position: relative;
}

nav.navbar .navbar-nav li .dropdown-menu li a {
  color: #777;
  font-size: 15px;
  position: relative;
  text-align: left;
  text-indent: 20px;
  padding-right: 20px;
}

nav.navbar .navbar-nav li .dropdown-menu .dropdown-menu {
  left: 100%;
  margin-top: -1px;
  top: 0;
}

nav.navbar .navbar-nav li:hover {
  background-color: #FFF;
}

nav.navbar .navbar-nav li:hover a {
  color: #ececec;
}

nav.navbar .navbar-nav li:hover a.link {
  display: inherit;
}

nav.navbar .navbar-nav li:hover a.label {
  display: none;
}

nav.navbar .navbar-nav li:hover > .dropdown-menu {
  display: inherit;
}

/* Main */
main {
  background-size: contain;
  padding-bottom: 0px;
}

/* Footer */
footer {
  color:#939598;
  min-height: 15px;
  line-height: 22px;
  text-align: center;
  margin-top:15px;
  margin-bottom: 30px;
  z-index:3;
  /*background: -webkit-linear-gradient(to right, #000 0%, #00A0E9 40%, #00A0E9 60%,#000 100%);
  background: -moz-linear-gradient(to right, #000 0%, #00A0E9 40%, #00A0E9 60%,#000 100%);
  background: -ms-linear-gradient(to right, #000 0%, #00A0E9 40%, #00A0E9 60%,#000 100%);
  background: -o-linear-gradient(to right, #000 0%, #00A0E9 40%, #00A0E9 60%,#000 100%);
  background: linear-gradient(to right, #000 0%, #00A0E9 40%, #00A0E9 60%,#000 100%);*/
}

footer p {
  margin: 0;
}


footer p .sitemap {
  margin-left: 20px;
}

footer p .sitemap img {
  width: 40px;

}



/* Home */
main {
  padding-top: 0;
}

main.home section {
  border-top: 6px solid #A30804;
/*  border-left: 1px solid #00A0E9;
  border-right: 1px solid #00A0E9;
  border-bottom: 1px solid #00A0E9; */
  margin-bottom: 20px;
  min-height: 200px;
}

main.home section a {
  color: #c1c1c1;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
}

main.home section li:hover {
  color: #FFF;
}

main.home section li:hover a {
  color: #fff;
}

main.home section img {
  max-width: 100%;
}

main.home section.business input::-webkit-input-placeholder {
  font-size: 10px;
}

main.home section.business input:-moz-placeholder { /* Firefox 18- */
  font-size: 10px;
}

main.home section.business input::-moz-placeholder {  /* Firefox 19+ */
  font-size: 10px;
}

main.home section.business input:-ms-input-placeholder {  
  font-size: 10px;
}

main.home section.galler p, main.home section.news p {
  margin-top: 10px;
  text-align: justify;
}

main.home section.video li {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 100;
}

main.home section.video li i {
  color: rgb(233, 95, 37);
}

main.home section.video li time {
  color: #666;
  font-size: 18px;
  margin: 0 10px;
}

main.home section.video li img {
  width: 20px;
}

main.home section.network form {
  padding: 10px;
}

main.home section.network form .footer {
  margin-top: 20px;
}

main.home section.network form .form-group label {
  font-weight: normal;
}

main .content-header {
  background-color: #00A0E9;
  color: #fff;
  min-height: 110px;
  font-size:18px;
  padding-top: 15px; 
}

main .content-header2 {
  background-color: #eee;
  color: #000;
  min-height: 170px;
  font-size:16px;
  padding-top: 15px;
  padding-bottom: 0px; 
  line-height:27px;
}

/* About Us */
.search-form .input-group .search-input {
  background-color: #fff;
  border: 1;
  border-radius: 5px;
  font-size: 14px;
  height: 35px;
  padding: 5px;
}

.search-form .input-group-btn:last-child .search-btn {
  background-color: transparent;
  border: 0;
  color: rgb(55, 71, 80);
  line-height: 20px;
  margin-left: 0px;
  transform: rotateY(180deg);
}

main .content-header .title {
  margin-top: 80px;
}

main .content-header .sub-title {
  margin-top: 0px;
  padding: 3px;
}

main aside[class|=col] {
  padding: 0;
}

main aside .list-group .list-group-item {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
  background: #fff;
  border: 0;
  border-bottom: 1px solid #0f76ce;
  border-radius: 0;
  color: #0f76ce;
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  line-height:20px;
}

main aside .list-group .list-group-item.s {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#73b1e7+1,2490e2+48,0a77d5+50,539fe1+79,73b1e7+98 */
background: #73b1e7; /* Old browsers */
background: -moz-linear-gradient(top,  #73b1e7 1%, #2490e2 48%, #0a77d5 50%, #539fe1 79%, #73b1e7 98%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#73b1e7), color-stop(48%,#2490e2), color-stop(50%,#0a77d5), color-stop(79%,#539fe1), color-stop(98%,#73b1e7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #73b1e7 1%,#2490e2 48%,#0a77d5 50%,#539fe1 79%,#73b1e7 98%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #73b1e7 1%,#2490e2 48%,#0a77d5 50%,#539fe1 79%,#73b1e7 98%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #73b1e7 1%,#2490e2 48%,#0a77d5 50%,#539fe1 79%,#73b1e7 98%); /* IE10+ */
background: linear-gradient(to bottom,  #73b1e7 1%,#2490e2 48%,#0a77d5 50%,#539fe1 79%,#73b1e7 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73b1e7', endColorstr='#73b1e7',GradientType=0 ); /* IE6-9 */

  border-radius: 0;
  color: #fff;
  font-weight:600;
}

main aside .list-group .list-group-item.header {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#73b1e7+1,2490e2+48,0a77d5+50,539fe1+79,73b1e7+98 */
background: #73b1e7; /* Old browsers */
background: -moz-linear-gradient(top,  #73b1e7 1%, #2490e2 48%, #0a77d5 50%, #539fe1 79%, #73b1e7 98%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#73b1e7), color-stop(48%,#2490e2), color-stop(50%,#0a77d5), color-stop(79%,#539fe1), color-stop(98%,#73b1e7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #73b1e7 1%,#2490e2 48%,#0a77d5 50%,#539fe1 79%,#73b1e7 98%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #73b1e7 1%,#2490e2 48%,#0a77d5 50%,#539fe1 79%,#73b1e7 98%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #73b1e7 1%,#2490e2 48%,#0a77d5 50%,#539fe1 79%,#73b1e7 98%); /* IE10+ */
background: linear-gradient(to bottom,  #73b1e7 1%,#2490e2 48%,#0a77d5 50%,#539fe1 79%,#73b1e7 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73b1e7', endColorstr='#73b1e7',GradientType=0 ); /* IE6-9 */


  border-top: 5px solid #00A0E9;
  color: #fff;
  font-size: 22px;
  font-weight:600;
}

main aside .list-group .list-group-item.header2 {
  background: #fff;
  border-top: 5px solid #00A0E9;
  color: #0f76ce;
  font-size: 22px;
  font-weight: 500;
}

main .content {
  padding-right: 0;
}

main .content article p {
  margin: 13px 0;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 300;
}

main .content article ol {
  font-size: 19px;
  line-height:26px;
  margin-left:-18px;
}

main .content article ul {
  font-size: 19px;
  line-height:26px;
  margin-left:-18px;
}

main .content article li {
  font-size: 19px;
  line-height:26px;
 
}
main .content article p2 {
  margin: 13px 0;
  font-size: 16px;
}

main .content article h3 {
  font-weight: 400;
  color: #125ca2;
  font-size: 30px;
}

main .content article h4 {
  font-weight: 500;
  color: #0f76ce;
  font-size: 19px;
  line-height:22px;
}

main .content article h5 {
  font-weight: 400;
  color: #0f76ce;
  font-size: 22px;
  line-height:25px;
}

main .content article hr {
  border-top: 1px solid #ddd;
  margin-top:0;
}

main .content img.pull-right {
  margin-left: 20px;
}

main .content img.pull-left {
  margin-right: 20px;
}

main .content img.pull-middle {
  margin-left: 50%;
}

main .content .share-btns {
  float: none;
}

maim .content .box {
	display: inline-block;
	width: 50%;
	margin: 2em;
}

/*
main .table .form-control{
    position: relative;
    font-size: 16px;
	text-align-top:20px;
    height: 40px;
	margin-top:10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/

main .table tr.default {
	font-size: 16px;
  font-weight: 100;
}
 
main .table tr.blue td.blue {
	font-size: 18px;
	color: #fff;
}

.GridviewScrollHeader TH .GridviewScrollHeader TD{
	font-size: 18px;
	color: #fff;
}

main .table tr.orange {
	font-size: 18px;
	color: #fff;
}

main .table tr.success {
	font-size: 18px;	
}


#Video1
{
     position:static;
     top: 20px;
     left:0px;        
     width:80%;       
     display: inline-block;
     z-index:99;
}
        
#Video2
{
     position:static;
     top:520px;
     left:60px;
     width:80%;
	 display: inline-block;     
     z-index:100;
}

#Video3
{
     position:static;
     top:1020px;
     left:60px;
     width:80%;
	 display: inline-block;        
     z-index:101;
}

.grid strong {
	border-bottom:1px solid #ccc;
	margin:10px 0;
	display:block;
	padding:0 0 5px;
	font-size:17px;
}
.grid .meta{
	text-align:right;
	color:#777;
	font-style:italic;
}
.grid .imgholder img{
	max-width:100%;
	display:block;
}

/* clearfix */
.clearfix {
	clear:both;
}

.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 3;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 15px 20px 15px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 180px;
    height: 39px;
    margin: 0 auto 20px;
    display: block;

}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}

/* expanding area */
h5.dim_heading {
	color: #58595b;
	margin: 0 15px 15px 15px;
	padding: 7px 25px 7px 0;
	background-color: #e7ebf3;
  border-radius: 25px;
}

h5.dim_heading_link span {
	background-image: url('images/add.svg');
}

h5.dim_heading.open span {
	background-image: url('images/delet.svg');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}

h5.dim_heading img {
  margin: -2px 12px 0px 15px;
  padding-bottom: 3px;
  float: left;
}

h5.dim_heading a {
	color: #58595b;
	text-decoration: none;
}

h5.dim_heading span {
  display: block;
  margin-left: 50px;
}

div.dim_box {
	padding: 0 -10px 0 39px;
	background-color: #fff;
}

div.dim_box_wide {
	padding: 0 12px 0 12px;
	background-color: #fff;
}

/* IE 10 fix */
.btn-file ::-ms-browse {
    width:100%;
    height:100%;
}

/* Carousel */
.carousel {
  z-index: 1;
}

.main-container {
  padding: 40px 15px;
}

/* 瀑流式*/
.mansory_item {
   padding:5px;
   margin: 5px auto;
   background-color:#1a1a1a;
   -webkit-transition:all .2s ease-in-out;
   -o-transition:all .2s ease-in-out;
   transition:all .2s ease-in-out;
   display:inline-block;
   max-width:100%;
   height:270px
}

.mansory_item:hover {
  opacity: 0.8;
}

