.btn-tag {
  background: #EEE;
  font-size: 10px;
  text-align: left;
  position: relative;
  display: inline-block;
  padding-right: 30px;
  margin: 5px;
  color: #666;
  margin-bottom: 2rem;
}

.btn-tag .fa {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.togglefaq-answer {
  display: none;
}

#pdfdate {
  font: helvetica;
  font-size: 1.1em;
}

#tags {
  font-size: 0.85em;
  color: #BDBBBA;
  font-family: Helvetica;
}

#image {
  padding-bottom: 15px;
  height: 140px;
  width: 100px;
  margin: 1px;
}

#button {
  padding-top: 0.65em;
  padding-bottom: 0.65em;
  padding-left: 0.9em;
  padding-right: 1.4em;
}

#loadbutton {
  padding-top: 0.65em;
  padding-bottom: 0.65em;
  padding-left: 1em;
  padding-right: 2.5em;
}

.input-chk {
  display: block;
}

img.certified-badge {
  padding: 25px;
}

.facetfilter_hide {
  display: none;
}

.facetfilter_show {
  display: block;
}

.filter-controls {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEE;
}

.filter-controls:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.filter-controls .btn-group {
  display: block;
  margin-bottom: 5px;
  float: none;
}

.filter-controls .btn-group > .btn {
  float: none;
  width: 100%;
}

.filter-controls .btn-group > .btn .caret {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}

.filter-controls .input-chk label {
  padding-left: 18px;
  font-weight: normal;
}

.filter-controls .input-chk input {
  margin-left: -18px;
  position: absolute;
}

#search-filter-section .input-group {
  width: 100%;
  position: relative;
}

#search-filter-section .input-group .search-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20;
}

#search-filter-section .input-group input {
  padding-right: 35px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.facet-showhide {
  padding-bottom: 10px;
}

.facet-showhide-name {
  padding: 0;
  margin: 0;
}

.facet-showhide-name a {
  display: block;
  background: #EEE;
  border-radius: 4px;
  border: 1px solid #DEDEDE;
  padding: 10px 20px;
  font-size: 20px;
  color: #3e7ebe;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.facet-showhide-name a[aria-expanded=true] {
  border-radius: 4px 4px 0 0;
  background: #DDD;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.facet-showhide-name .fa:before {
  content: "\f055";
}

.facet-showhide-name a[aria-expanded=true] .fa:before {
  content: "\f056";
}

.facet-showhide .collapse-content {
  padding: 35px;
  background: #EEE;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
}

.facet-showhide .certifications {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.facet-showhide .lab-logo {
  padding-bottom: 25px;
}

.facet-showhide .certifications li {
  display: inline-block;
  padding-right: 25px;
  padding-bottom: 10px;
}

.facet-showhide .certifications li img {
  max-width: 35px;
  display: inline-block;
}

.facet-showhide .detail p {
  margin: 0;
  padding: 0;
}

.facet-showhide .detail {
  padding-bottom: 15px;
}

.facet-showhide .detail h6.inline {
  display: inline;
}

.facet-showhide .contact {
  overflow-wrap: break-word;
}

.facet-showhide .social-media-icons {
  margin-left: 0;
  padding-left: 0;
}

.facet-showhide .social-media-icons li {
  display: inline-block;
  padding-right: 5px;
  font-size: 22px;
}

.facet-showhide .social-media-iconsli .fa-linkedin-square {
  color: #1d7bb2;
}

.facet-showhide .social-media-icons li .fa-facebook-square {
  color: #3f599a;
}

.facet-showhide .social-media-icons li .fa-twitter-square {
  color: #43adff;
}

.facet-showhide .social-media-icons li .fa-youtube-square {
  color: #b51d24;
}

.facet-showhide .social-media-icons li .fa-google-plus-square {
  color: #d94c40;
}

.facet-showhide .social-media-iconsli .fa-envelope-square {
  color: #3e7ebe;
}

.row.facet-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.facet-content > [class*=col-] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}

.facet-showhide-plus {
  float: left;
  margin-top: 6px;
}

.facet-showhide-name-label {
  margin-left: 30px;
}

@media (max-width: 768px) {
  .results-col {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
  }
}
/* LIMS Integrations */
.lims-integration-categories {
  list-style: none;
}

.lims-integration-categories li {
  font-size: 12px;
}

.lims-integration-categories strong {
  display: block;
}

.filter-controls {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEE;
}

.filter-controls:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.filter-controls .btn-group {
  display: block;
  margin-bottom: 5px;
  float: none;
}

.filter-controls .btn-group > .btn {
  float: none;
  width: 100%;
}

.filter-controls .btn-group > .btn .caret {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}

.filter-controls .input-chk label {
  padding-left: 18px;
  font-weight: normal;
}

.filter-controls .input-chk input {
  margin-left: -18px;
  position: absolute;
}

.gray-txt {
  color: #AAA;
}

.mb-half {
  margin-bottom: 7px;
}

.inline-block {
  display: inline-block;
}

@media (max-width: 768px) {
  .results-col {
    padding-top: 40px;
  }
}
@media (max-width: 575px) {
  .pull-left,
  .pull-right {
    float: none !important;
  }
}
@media (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
  }
}
.document-facet-table.table-responsive > .table > tbody > tr > td {
  border: none;
}

.document-facet-table.table-responsive > .table > tbody > tr > th {
  border: none;
}

@media (max-width: 767px) {
  .document-facet-table.table-responsive > .table > tbody > tr > td {
    white-space: pre-line;
  }
}
.standard-integration, .semi-automated-integration, .automated-integration {
  color: #328ed1;
  cursor: default;
}

.product-details-list-container {
  min-height: 250px;
}

.fade-out {
  -webkit-animation: fade-out 0.5s;
  -moz-animation: fade-out 0.5s;
  animation: fade-out 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-in {
  -webkit-animation: fade-in 0.5s;
  -moz-animation: fade-in 0.5s;
  animation: fade-in 0.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.entryList-tile {
  min-height: 400px;
}

.product-facet a[class^=morelink-product] {
  position: relative;
  color: #4E60EE;
  margin-top: 6px;
  font-weight: normal;
  display: inline-block;
}

.product-facet a[class^=morelink-product]:hover {
  cursor: pointer;
}

.product-facet a[class^=morelink-product]:after {
  content: "\f107";
  position: absolute;
  top: 0px;
  right: -15px;
  font-family: FontAwesome;
  color: #4E60EE;
}

.product-facet a[class^=morelink-product].less-product:after {
  content: "\f106";
}

.product-details-list-container {
  position: relative;
}