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

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

.togglefaq-answer {
	display: none;
}

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

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

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

#button {
	padding-top: .65em;
	padding-bottom: .65em;
	padding-left: .90em;
	padding-right: 1.40em;
}

#loadbutton {
	padding-top: .65em;
	padding-bottom: .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;
    transition: all .25s ease;
}

.facet-showhide-name a[aria-expanded="true"] {
    border-radius: 4px 4px 0 0;
    background: #DDD;
    transition: all .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: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.facet-content > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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;
}