/*****-----------------------------------------------*/
/*	Variables
/*****-----------------------------------------------*/
/*****-----------------------------------------------*/
/*	Architecture
/*****-----------------------------------------------*/
body {
  padding-top: 70px;
}
/* Header
/* --------------------------------------------------*/
.headerForm {
  padding: 10px;
}
.navbar-brand {
  padding: 0 0 0 15px;
}
.nav li {
  font: normal 16px 'Roboto Condensed', Arial, Helvetica, sans-serif;
}
/* Footer
/* --------------------------------------------------*/
footer {
  border-top: 1px solid #cccccc;
  margin-top: 25px;
}
/* Global
/* --------------------------------------------------*/
.btn-default {
  background-color: #e0e0e0;
}
/*****-----------------------------------------------*/
/*	Pages
/*****-----------------------------------------------*/
/***** File Upload Buttons *****/
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}
/***** Homepage
/*-----------------------------------*/
#ajaxLoader {
  display: none;
  padding: 5em 1em;
  text-align: center;
}
.legend {
  font: bold 18px/120% 'Roboto', Arial, Helvetica, sans-serif;
  margin: -12px 0 8px 0;
}
.legendSearch {
  font: bold 18px/120% 'Roboto', Arial, Helvetica, sans-serif;
  margin: 16px 0 8px 0;
}
.productBox {
  /*
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
*/
}
.thumbnail {
  min-height: 250px;
  max-height: 325px;
  position: relative;
}
.thumbnail .imageContainer {
  /* 			height: 195px; */
  /* 			overflow: hidden; */
  text-align: center;
  background-color: #F8F8F8;
}
.thumbnail .imageContainer .imageAlignMiddle {
  display: table-cell;
  vertical-align: middle;
  height: 175px;
  width: 100%;
}
.thumbnail .imageContainer .imageAlignMiddle div {
  width: 100%;
  text-align: center;
  display: inline-block;
}
.thumbnail .imageContainer .imageAlignMiddle div img {
  width: 100%;
  width: auto;
  height: auto;
  max-height: 175px;
  margin: 0 auto;
}
.thumbnail .product-id-thumbnail {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 3px 12px;
  background: rgba(82, 82, 82, 0.8);
  color: #ffffff;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-size: .9em;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 4px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.thumbnail .thumbnail-list {
  list-style: none inside;
  margin-left: 0;
  padding-left: 0;
  text-align: center;
  margin: 12px 0 ;
  /* 	  padding-top:8px; */
  /* 	  border-top: 1px dashed #ccc; */
  /* 	  overflow: hidden; */
}
.thumbnail .thumbnail-list li {
  margin-left: 0;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 8px;
  line-height: 95%;
  font-size: .9em;
  /* 			white-space: nowrap; */
}
.thumbnail .thumbnail-list li:nth-child(2) {
  font-weight: bold;
}
.productImage {
  margin-bottom: 30px;
}
.modal-body dl.dl-horizontal dt,
.modal-body dl.dl-horizontal dd {
  margin-bottom: 10px;
}
/***** Print
/*------------------------------------*/
.printImage {
  display: block;
  max-height: 300px;
}
/***** User Login
/*------------------------------------*/
.loginLogo {
  max-width: 350px;
  margin: 0 auto 20px;
}
.loginLogo img {
  width: 100%;
  height: auto;
}
.loginForm {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
select {
  text-transform: capitalize;
}
/*  Tablet  */
@media (min-width: 767px) {
  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
  .thumbnail .imageContainer .imageAlignMiddle {
    min-width: 335px;
  }
  .thumbnail .imageContainer .imageAlignMiddle div img {
    max-width: 335px;
  }
}
/*  Medium Desktop  */
@media (min-width: 992px) {
  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1) {
    clear: left;
  }
  .thumbnail .imageContainer .imageAlignMiddle {
    min-width: 283px;
  }
  .thumbnail .imageContainer .imageAlignMiddle div img {
    max-width: 283px;
  }
}
/*  Large Desktop  */
@media (min-width: 1200px) {
  /* Column clear fix */
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
  .thumbnail .imageContainer .imageAlignMiddle {
    min-width: 253px;
  }
  .thumbnail .imageContainer .imageAlignMiddle div img {
    max-width: 253px;
  }
}
/* and (orientation:portrait) */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  body {
    padding-top: 0;
  }
  .productBox {
    width: 25%;
    page-break-inside: avoid;
  }
  .thumbnail {
    min-height: 0;
  }
  .thumbnail .btn {
    display: none;
  }
  .thumbnail .imageContainer {
    margin-top: 30px;
  }
  .thumbnail .imageContainer .imageAlignMiddle {
    display: block;
    width: 203px;
    width: 100%;
    height: auto;
    max-height: 170px;
  }
  .thumbnail .imageContainer .imageAlignMiddle div img {
    max-width: 203px;
    width: auto;
    max-height: 170px;
  }
  .product-id-thumbnail {
    background-color: #ffffff !important;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    width: 100%;
  }
  .thumbnail-list {
    margin: 12px 0 0 0;
    padding-top: 8px;
    /* 	  border-top: 1px dashed #ccc; */
  }
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
  .productBox:nth-child(13n+0) {
    page-break-before: always;
  }
}
