.brief-title {
	padding: 10px 0px 0px 20px;
}
.white-background {
	background-color: #fff;
}
h4.prod-sub-header {
	margin-top: 10px;
}
.prod-sub-para {
	padding: 10px 0px;
	margin-bottom: 0px;
}
.prod-sub-list {
	list-style-type: circle; 
	padding-left: 30px; 
	line-height: 1.6;
}
#product-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -45px;
    margin-right: -19px;
}

#product-carousel .carousel-indicators .active {
	margin: 1px;
    width: 15px;
    height: 15px;
    background-color: #fff;
}

#product-carousel .carousel-indicators li {
    width: 15px;
    height: 15px;
	border: 1px solid #afafaf;
    background-color: #afafaf;
}
.prod-tabs {
	padding: 45px 15px 15px; 
}
.prod-tabs .nav>li>a {
    padding: 10px 8px;
	font-size: 12px;
	color: #555;
}
.prod-tabs>.nav-tabs>li>a {
	margin-right: 0px;
    background-color: transparent;
    border: 1px solid #ddd;
}
.prod-tabs>.nav-tabs>li.active>a {
    border-bottom-color: transparent;
	background-color: transparent;
	border-bottom:none;
}
.prod-tabs .tab-content{
	border: 1px solid #ddd;
    border-top: 0;
	background-color: transparent;
	padding: 15px;
}
/*.prod-tabs .tab-content p {
	padding: 20px;
    margin: 0;
}*/
.prod-tabs>.nav-tabs>li>a {
    height:100%;
    display:table;
}
.prod-tabs>.nav-tabs>li>a div, .prod-tabs .panel-title>a div  {
    display:table-cell;
    vertical-align:middle;
	text-align: center;
}
.prod-tabs>.nav-tabs>li>a span {
	display: block;
}
.prod-tabs > .nav-tabs > li {
    height: 64px; 
}
.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.prod-tabs .panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.prod-tabs  .panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: -12px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.prod-tabs  .panel-default>.panel-heading .js-tabcollapse-panel-heading.collapsed:after {
	content: "\002b";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.prod-tabs  .panel-default>.panel-heading .js-tabcollapse-panel-heading:after {
	content: "\2212";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}	

.related-prod {
	font-size: 20px;
    font-weight: 500;
	position: relative;
}
.related-prod-carousel {
	Padding-bottom:30px;
}
/* owl nav */
.related-prod-carousel .owl-prev span, .related-prod-carousel .owl-next span {
	color: #afafaf;
}

.related-prod-carousel .owl-prev span:hover, 
.related-prod-carousel .owl-next span:hover {
	color: #8199A3;
}

.related-prod-carousel .owl-prev, .related-prod-carousel .owl-next {
	position: absolute;
	top: -20px;
	height: 100%;
}

.related-prod-carousel .owl-prev {
	left: -25px;
}

.related-prod-carousel .owl-next {
	right: -15px;
}
/* removing blue outline from buttons */
.related-prod-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: unset;
    text-decoration: none;
}

/* removing blue outline from buttons */
.related-prod-carousel button:focus, .related-prod-carousel button:active {
   outline: none;
}

@media (max-width: 991px) {
	.prod-tabs {
		padding: 45px 0px;
	}
}

@media (max-width: 767px) {
    h4.prod-sub-header {
		margin-top: 30px;
	}	
}
/* start Test method/test method details */
.tablepress td {
    text-align: center;
    vertical-align: middle;
}

.tablepress th {
    text-align: center;
    vertical-align: middle;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #AAA;
}

.paging_simple .paginate_button.next:after, .paging_simple .paginate_button.previous:before {
    text-shadow: none;
}

.test-method .left-content span, .test-method .right-content span {
    font-family: 'PT Sans',serif LatoWebLight Open Sans;
    font-size: 2rem;
    font-weight: 400;
}

.test-method .left-content span {
    padding-left: 15px;
    font-weight: bold;
}

.test-method .row {
    padding-bottom: 15px;
}

.iframe-download {

    margin: 0 0 0 0;

    min-height: 600px;

    position: relative;

}

 

.iframe-ctas {

    margin: 20px 0;

}

 

.media_desc {

    padding: 10px 15px;

}

 

.iframe-ctas > a {

    display: inline-block;

    height: 45px;

    line-height: 45px;

    min-width: 190px;

    margin: 10px 10px 10px 0;

    padding: 0 30px;

    background: #e66303;

    border: 1px solid #e66303;

    color: #fff;

    font-size: 19px;

    font-weight: 700;

    text-align: center;

    text-decoration: none;

    text-transform: uppercase;

    border-radius: 3px;

    -webkit-transition: all 0.165s ease;

    -moz-transition: all 0.165s ease;

    -ms-transition: all 0.165s ease;

    -o-transition: all 0.165s ease;

    transition: all 0.165s ease;

    cursor: pointer;

}

 

    .iframe-ctas > a:hover {

        opacity: 0.8;

        -webkit-transition: all 0.165s ease;

        -moz-transition: all 0.165s ease;

        -ms-transition: all 0.165s ease;

        -o-transition: all 0.165s ease;

        transition: all 0.165s ease;

    }

 

@media only screen and (max-width: 1199px) {

    .iframe-download .resp {

        display: block !important;

        width: 100%;

        min-height: 600px;

    }

 

    .iframe-download .default {

        display: none !important;

    }

 

    .iframe-download {

        width: 98%;

        margin: 20px auto 0;

    }

}
@page {
  size: A4;
  margin: 0;
}

.iframe-download iframe{
    height: 237mm;
}
.iframe-download{
  min-height: 29.7cm;
}
@media only screen and (max-width: 768px)  {
    .iframe-ctas a{
        float: none !important;
    }
    .product_tabs .signup{
         margin: 0;
    }
    .iframe-ctas > div{
        float:none !important;
        margin-bottom:20px;
    }
    .iframe_section h3{
        margin-left: 16px;
    }
} 
 