/* heading */
html .panel-tertiary .panel-heading {
	/* background: #2baab1; */
	background: #5CA0DE;
}

a {
    color: #729ec6;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover, a:active, a:focus {
  /* color: #17B794; */
  color: #3a82c3;
  outline: none;
  text-decoration: none;
}

.gtco-nav ul li a {
    font-size: 16px;
    padding: 30px 10px;
    /* color: #3ac1bc; */
    color: #669ec6;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
.gtco-products .gtco-item .overlay:before {
    z-index: 7;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background: #62b3c8;
    background: -moz-linear-gradient(left, #62b3c8 0%, #3a82c3 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #62b3c8), color-stop(100%, #3a82c3));
    background: -webkit-linear-gradient(left, #62b3c8 0%, #3a82c3 100%);
    background: -o-linear-gradient(left, #62b3c8 0%, #3a82c3 100%);
    background: -ms-linear-gradient(left, #62b3c8 0%, #3a82c3 100%);
    background: linear-gradient(to right, #62b3c8 0%, #3a82c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62b3c8', endColorstr='#3a82c3', GradientType=1 );
  }

#gtco-header {
    background: #62b3c8;
    background: -moz-linear-gradient(left, #62b3c8 0%, #3a82c3 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #62b3c8), color-stop(100%, #3a82c3));
    background: -webkit-linear-gradient(left, #62b3c8 0%, #3a82c3 100%);
    background: -o-linear-gradient(left, #62b3c8 0%, #3a82c3 100%);
    background: -ms-linear-gradient(left, #62b3c8 0%, #3a82c3 100%);
    background: linear-gradient(to right, #62b3c8 0%, #3a82c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62b3c8', endColorstr='#3a82c3', GradientType=1 );
  }

.table > thead:first-child > tr:first-child > th {
    text-align: center;
    vertical-align: middle !important;
    padding:5px !important;
}
/* dataTables鍒楀唴瀹瑰眳涓� */
.table > tbody > tr > td {
    text-align: center;
    vertical-align: middle !important;
}

.btn-example {
  color: #ffffff ;
  background-color: #dc9c6a;
  border-color: #dc9c6a;
}



@media (min-width: 992px) {
  .col-md-1-mo, .col-md-2-mo{
      float: left;
  }
  .col-md-2-mo {
      width: 13.333333%;
  }
  .col-md-1-mo {
      width: 6.666667%;
  }
 
}

.col-md-1-mo :active, .col-md-2-mo :active, 
.col-md-1-mo :focus, .col-md-2-mo :focus,
.col-md-1-mo :hover, .col-md-2-mo :hover{
  /* color: #3a82c3; */
  border-color: #3a82c3;
}

.col-md-2-index {
  width: 13.333333%;
}
.col-md-1-index {
  width: 6.666667%;
}
.col-md-1-index,.col-md-2-index{
  float:right
}
.link-item{
  font-size: small;
}
.btn-ok{
  font-size: 14px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  letter-spacing: 0px;
  
  -webkit-box-shadow: 0px 0px 0px 0px; 
  -moz-box-shadow: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px;

}
.btn-ok:focus{
  border-color: #66afe9;
  outline: 0;
}
.page-input{
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
}