/* ==========================================================================
   author's custom styles
   ========================================================================== */

#mytab a:link {
    text-decoration: none !important;
}

label.error {
    color: red;
}

.placeholdersjs {
    color: #aaa;
}

#footer {
    color: #999;
}

.formcontent {
    display: none;
}

#accmessage {
    cursor: pointer;
}

#conmessage {
    cursor: pointer;
}

#promessage {
    cursor: pointer;
}

.footbtn {
  /*position: fixed;*/
  bottom: 0px;
  width: 100%;
  background: #ededed;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 0.5em;
  left: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
}

#footcontainer {
   position: fixed;
   left: 0px;
   bottom: 0px;
   height: 40px;
   width: 100%;
   padding: 1em 0;
   background: #fff;
}

#qform1, #cform {
    /*padding-bottom: 70px;*/
}

/*customize bootstrap*/

body {
  font-family: "黑体", arial, helvetica,sans-serif !important;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

legend {
  font-weight: bold;
  display: block;
  width: 100%;
  margin-bottom: 0px;
  font-size: 1.25em;
  line-height: inherit;
  color: #333;
  border: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #d4d4d4;
  background: -webkit-linear-gradient(top, #ececec , #fff );
}
.nav-tabs {
  border-bottom: 2px solid #d4d4d4;
}
.nav-tabs>li {
  float: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #333;
  background-color: #fafafa ;
  border: 0px;
  font-weight: bold;
  font-size: 1.5em;
  border-radius: 0;
  /*background: -webkit-linear-gradient(top, #cbcbcb , #ffffff ); */
  /*padding: 0.7em 1.5em;*/
}
.nav-tabs>li>a {
  margin-right: 0px;
  border-radius: none;
}
.top-padding{padding: 0em 2em;}
.img-responsive-vslogo{ width: 100%}
label {padding: 1em 0;   font-size: 15px;}
.gray-9{background-color: #f9f9f9;}
.gray-3{background-color: #f3f3f3;}
.full-width{width: 100%;}
.btn {  font-weight: bold;}
.nav-block{padding: 1em 2em;}
.content-block{margin: 1em 2em;  padding-bottom: 1em;}
h3>.content-block{padding-bottom: 0em;}
.product-block{padding: 1em 2em;border-top: 1px #cdcdcd solid;border-bottom: 0px #cdcdcd solid;  background: -webkit-linear-gradient(top, #eee , #fff );}

.form-horizontal .form-group {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
}

h3 {font-size: 1.2em;color:#333;font-weight: bold;margin-top: 0px;margin-bottom: 0px;  background: -webkit-linear-gradient(top, #ffffff , #e5e5e5 );}
.col-md-12 {  padding-right: 0px;
  padding-left: 0px;}

@media (min-width: 992px){
.col-md-12 {
   float: none !important;
}
}

.select {
    width: 50%;
    float: left;
}
.select-left {
    padding-right: 15px;
}
.select-right {
    padding-left: 15px;
}
