﻿.field-validation-error {
  color: #b94a48;
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}
.field-validation-error p,
.field-validation-error li {
  color: #b94a48;
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  /*
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    */
  color: #b94a48;
  border-color: #b94a48;
}
.input-validation-error:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
.validation-summary-errors {
  /*font-weight: bold;*/
  color: #b94a48;
}
.validation-summary-valid {
  display: none;
}
.invalid {
  color: #ff0000;
}
.shippingtable {
  border-collapse: collapse;
  border: 1px #ccc solid;
  width: 100%;
}
.shippingtable td,
.shippingtable th {
  padding: 5px;
  border-bottom: 1px #ccc solid;
}
.shippingtable .noborder td {
  border-bottom: 0;
}
.sidebar-nav-v1 .fa {
  color: green;
}
.item_wrap ul {
  padding: 10px;
  width: 100%;
}
.item_wrap li {
  float: left;
  list-style: none;
  width: 50%;
}
.listdisplay {
  padding: 0;
  margin: 0;
}
.listdisplay li {
  width: 50%;
  float: left;
  list-style: none;
}
.listdisplay li label,
.list-display li p {
  display: block;
  float: left;
}
.listdisplay li label {
  width: 80px;
  color: #555;
}
.blog-post img {
  max-width: 100%;
}
.blog-post p {
  line-height: 24px;
  font-size: 14px;
}
.padding-10 {
  padding: 10px;
}
.surcharge-table,
.surcharge-table table {
  width: 100%;
}
.breadcrumb a {
  color: #3498db;
}
.breadcrumb li.active,
.breadcrumb li a:hover {
  color: #aaa;
}
.carousel-control {
  width: 50px;
}
.content-sm {
  padding-top: 30px;
}
.shippingsearch .form-group {
  position: relative;
}
.shippingsearch .select-tip a {
  display: block;
  padding: 4px;
  text-align: left;
}
.shippingsearch .select-tip a:hover {
  background: #efefef;
}
.shippingsearch .select-tip {
  position: absolute;
  font-size: 13px;
  width: 100%;
  display: none;
  z-index: 1000;
  border: 1px #ccc solid;
  padding: 5px;
  max-height: 200px;
  background: #fff;
  overflow: auto;
}
.shippingsearch .select-tip .fl {
  float: left;
}
.shippingsearch .select-tip .r {
  float: right;
  color: #2a9900;
}
.shippingsearch .select-tip label {
  color: #333;
  font-weight: normal;
}
.shippingsearch .clearfix {
  clear: both;
}
.shippingsearch .mobile-tip {
  position: initial;
  max-height: initial;
}
.shippingsearch .mobile-tip a {
  border-bottom: 1px solid #ccc;
  padding: 8px;
  padding-right: 5px;
  display: block;
  line-height: 30px;
  font-size: 16px;
}
.shippingsearch .mobile-tip a:end {
  border-bottom: 0;
}
.shippingsearch .btn-close {
  position: absolute;
  right: 10px;
  top: 3px;
  display: none;
}
.headline a {
  color: #555;
  text-decoration: none;
}
.headline a:hover {
  color: #333;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  margin-left: 0;
}
.checkbox label,
.radio label {
  padding-left: 20px;
}
.link-list a {
  font-size: 13px;
}
dl.dl-horizontal dt,
dl.dl-horizontal dd {
  line-height: 26px;
}
#detail a {
  color: #3498db;
}
.pagination .disabled {
  display: none;
}
.table a .fa {
  color: #333;
}
/*main css*/
.main-im {
  position: fixed;
  right: 10px;
  top: 300px;
  z-index: 100;
  width: 110px;
  height: 272px;
}
.main-im .qq-a {
  display: block;
  width: 106px;
  height: 116px;
  font-size: 14px;
  color: #0484cd;
  text-align: center;
  position: relative;
}
.main-im .qq-a span {
  bottom: 5px;
  position: absolute;
  width: 90px;
  left: 10px;
}
.main-im .qq-hover-c {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  position: absolute;
  left: 18px;
  top: 10px;
  overflow: hidden;
  z-index: 9;
}
.main-im .qq-container {
  z-index: 99;
  position: absolute;
  width: 109px;
  height: 118px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #dddddd;
  background: url(/images/qq-icon-bg.png) no-repeat center 8px;
}
.main-im .img-qq {
  max-width: 60px;
  display: block;
  position: absolute;
  left: 6px;
  top: 3px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.main-im .im-qq:hover .img-qq {
  max-width: 70px;
  left: 1px;
  top: 8px;
  position: absolute;
}
.main-im .im_main {
  border: 1px solid #dddddd;
  border-radius: 10px;
  background: #F9FAFB;
  display: none;
}
.main-im .im_main .im-tel {
  color: #000000;
  text-align: center;
  width: 109px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.main-im .im_main .im-tel div {
  font-weight: bold;
  font-size: 12px;
  margin-top: 11px;
}
.main-im .im_main .im-tel .tel-num {
  font-family: Arial;
  font-weight: bold;
  color: #e66d15;
}
.main-im .im_main .im-tel:hover {
  background: #fafafa;
}
.main-im .im_main .weixing-container {
  width: 55px;
  height: 47px;
  border-right: 1px solid #dddddd;
  background: #f5f5f5;
  border-bottom-left-radius: 10px;
  background: url(/images/weixing-icon.png) no-repeat center center;
  float: left;
}
.main-im .im_main .weixing-show {
  width: 112px;
  height: 172px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #dddddd;
  position: absolute;
  left: -125px;
  top: -126px;
}
.main-im .im_main .weixing-show .weixing-sanjiao {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  border-width: 6px;
  left: 112px;
  top: 134px;
  position: absolute;
  z-index: 2;
}
.main-im .im_main .weixing-show .weixing-sanjiao-big {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #dddddd;
  border-width: 8px;
  left: 112px;
  top: 132px;
  position: absolute;
}
.main-im .im_main .weixing-show .weixing-ma {
  width: 104px;
  height: 103px;
  padding-left: 5px;
  padding-top: 5px;
}
.main-im .im_main .weixing-show .weixing-txt {
  position: absolute;
  top: 110px;
  left: 7px;
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
.main-im .im_main .go-top {
  width: 50px;
  height: 47px;
  background: #f5f5f5;
  border-bottom-right-radius: 10px;
  background: url(/images/toTop-icon.png) no-repeat center center;
  float: right;
}
.main-im .im_main .go-top a {
  display: block;
  width: 52px;
  height: 47px;
}
.main-im .close-im {
  position: absolute;
  right: 10px;
  top: -12px;
  z-index: 100;
  width: 24px;
  height: 24px;
}
.main-im .close-im a {
  display: block;
  width: 24px;
  height: 24px;
  background: url(/images/close_im.png) no-repeat left top;
}
.main-im .close-im a:hover {
  text-decoration: none;
}
.main-im .open-im {
  cursor: pointer;
  margin-left: 68px;
  width: 40px;
  height: 133px;
  background: url(/images/open_im.png) no-repeat left top;
}
.loginbar li {
  padding: 0 8px;
}
.loginbar span {
  margin-left: 5px;
}
.thumbnail-kenburn {height:290px}
    .thumbnail-kenburn .caption p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
@media (max-width: 768px) {
    .thumbnail-kenburn {
        height: auto;
    }
    .listdisplay li {
    width: 100%;
    float: inherit;
    clear: both;
  }
  .item_wrap li {
    float: inherit;
    list-style: none;
    width: 100%;
  }
  .breadcrumbs .active,
  .main-im,
  .loginbar span {
    display: none;
  }
}
/*Invoice Page
------------------------------------*/
@media print {
  * {
    -webkit-print-color-adjust: exact;
  }
  .btn-u,
  .header,
  .footer-v1,
  .breadcrumbs,
  #topcontrol {
    display: none;
  }
  .panel {
    border: none;
  }
}
/*Invoice Header*/
.invoice-header {
  color: #555;
  overflow: hidden;
  margin-bottom: 40px;
}
.invoice-header h2 {
  font-size: 30px;
}
.invoice-header .invoice-numb {
  font-size: 16px;
  text-align: right;
}
.invoice-header .invoice-numb span {
  color: 777;
  display: block;
  font-size: 13px;
}
/*Invoice Info*/
.invoice-info {
  margin-bottom: 10px;
}
.invoice-info h2 {
  color: #555;
  font-size: 18px;
}
/*Invoice Footer*/
address {
  line-height: 20px;
}
.invoice-total-info {
  margin-bottom: 30px;
}
.invoice-total-info li {
  font-size: 14px;
  margin-bottom: 5px;
  font-family: 'Open Sans';
}
em.error {
  color: #a94442;
}
#spinnerBox input[type=number] {
  width: 40px;
}
.headline .btn-u {
  color: #fff;
}
.no-border {
  border: 0;
}
.control-label b {
  color: red;
}
