/* for breakdown pages (index_products.tpl.php) */
.colorOverlay {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: transparent;
    word-wrap: break-word;
    position: relative;
    display: block;
}
.thmbdiv {
    width: 108px;
    height: 140px;
    margin: 3px 3px 0 3px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #000000;
    overflow: hidden;
}
.container-fluid {
	min-width: 320px;
}
.pL-os {
	background: #dfe1e8;
}
.pL-es {
	background: #f1f1f1;
}
.pL-os2 {
	background: #d2d5df;
}
.pL-es2 {
	background: #e1e1e1;
}

.product-row:nth-child(even) {
	background: #ffffff;
	border-bottom: 1px solid #DBDBDB;
}

.product-row:nth-child(odd)  {
	background: #F5F5F5;
	border-bottom: 1px solid #DBDBDB;
}
.productListing-obsolete,
.pL-ob {
	background: #F6F46C;
	border-bottom: 1px solid #DBDBDB;
}
.productListing, .breakdown_section{
	border: 1px;
	border-color: #48526A;
	border-spacing: 0px;
	border-style: solid;
}

.productListing-heading,
.pL-h {
	background: #d7dbe3;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.productListing-data,
.pL-d,
.pL-d {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#collection_header .categories_image{
	float: right;
	height: 6.375rem;
}
#collection_header .manufacturers_image_container {
	min-height: 3.1875rem;
}
#collection_header h1 {
	border-top: 1px solid #9B9B9B;
	min-height: 3.1875rem;
	padding-top: 0.2em;
}
.collection_filter {
	display: none;
}
#attribute-filter .collection_filter {
	display: unset;
	padding: 15px;
}
.collection_filter h1 {
	font-weight: normal;
}
.collection_filter h1.filtertype {
	font-weight: bold;
}
.collection_filter h2 {
	font-size: 1.6em;
}
.collection_filter ul li {
	display: block;
	list-style: none;
	width: 100%;
	font-size: 1.2em;
	border: 1px solid #DCDCDC;
	border-left: 0px none;
	border-right: 0px none;
	height: 2.5rem;
	line-height: 2.5rem;
	vertical-align: middle;
	overflow: hidden;
	padding: 0 1em;
	padding-right: 38px;
	position: relative;
}
.collection_filter ul li:first-child {
	border-top: 0 none;
}
.collection_filter ul li:last-child {
	border-bottom: 0 none;
}
.collection_filter ul {
	padding: 0;
	border: 1px solid #CCC9C9;
	border-radius: 3px;
}
.collection_filter label {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.collection_filter ul li input {
	position: absolute;
	right: 1em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	height: 0px;
	width: 0px;
	visibility: hidden;
}
.filter-checkbox-display {
	display: block;
	position: absolute;
	content: '';
	border: 1px solid #979797;
	border-radius: 2px;
	height: 1.488em;
	width: 1.488em;
	right: 0;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	cursor: pointer;
	background: white;
}
.filter-checkbox-display svg {
	position: absolute;
	bottom: 0em;
	left: .05em;
	color: #81B83E;
	font-size: 1.7em;
	display: none !important;
}
.collection_filter ul li input:checked + .filter-checkbox-display svg {
	display: block !important;
}
[data-dev] {
	display: none;
}

#model_list {
	padding-top: 1em;
	border-top: 8px solid #D8D8D8;
	clear: both;
}
#model_list_list {
	border: 1px solid #CCC9C9;
	border-radius: 3px;
}
#model_list h1 {
	margin-left: 10%;
	margin-bottom: 0.4em;
}
#model_list > p {
	font-size: 1.1em;
}
#model_list a.model_row_link_div_hover {
	font-size: 1.2em;
	border: 1px solid #DCDCDC;
	border-left: 0px none;
	border-right: 0px none;
	min-height: 2.5rem;
	vertical-align: middle;
	padding: 0.4em 0;
	display: block;
	overflow: hidden;
	position: relative;
}
#model_list a.model_row_link_div_hover:first-child {
	border-top: 0px none;
}
#model_list a.model_row_link_div_hover:last-child {
	border-bottom: 0px none;
}
#model_list a.model_row_link_div_hover:after {
	content: "";
	text-decoration: none !important;
	position: absolute;
	right: .9375rem;
	top: 50%;
	display: block;
	border: solid black;
	border-width: 0 2px 2px 0;
	padding: 1rem;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
}
#model_list div.model_row_link_div {
	padding: 0.7em 0 0 5%;
}
#filter_toggle {
	display: block;
	text-align: right;
	font-size: 1.3em;
	color: #336599;
}
#filter_toggle:after {
	content: "\bb";
}

/* start of breakdown availability colors */
.stock_is {
	border-color: darkgreen;
}
.stock_oos {
	border-color: darkgreen;
}
.stock_bo {
	border-color: darkgreen;
	background: white;
	color: black;
	opacity: .9;
}
.stock_na {
	background: white;
	border-color: grey;
	border-style: solid;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
	width: 75px;
	opacity: .7;
}
/* end of breakdown availability colors */

.accessories_div {
    padding: 0;
    width: 100%;
}
.accessories_title {
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}
.accessories_flex_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.xsell-accessories-part {
    min-width: 125px;
    width: 33%;
    padding: 10px 0 20px 0;
}
.xsell-accessories-n {
    font-size: 12px;
    font-weight: bold;
    width: 125px;
    height: 38px;
    overflow: hidden;
}
.xsell-p-n-i, .xsell-accessories-n-i {
    margin: 0 auto;
}
.symptom-link {
	color: blue;
	text-decoration: underline;
}
.symptom-link:hover {
	color: blue;
}
.close-symptom-parts {
	cursor: pointer;
}
#partPopupBody .list-part-number {
	margin: 0px;
}
@media(min-width: 576px) {
	#partPopupRowDescription {
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		   -moz-box-orient: vertical;
		   -moz-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-justify-content: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#partPopupBody .list-part-avail {
		margin-bottom: 0;
	}
}
.custom-select {
	background: white;
}
.show-all-parts {
	font-size: 14px;
	float: right;
	color: #337ab7;
	cursor: pointer;
	text-decoration: underline;
}
.symptom-table > tbody > tr > td {
    vertical-align: middle;
    font-size: 14px;
    cursor: pointer;
    border-top: none !important;
}
#parts-fix-symptom .parts-table {
	width: 100%;
}
#parts-fix-symptom .row {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	border-top: 1px solid #ddd;

}
#parts-fix-symptom .row:first-of-type {
	border-top: 0 none;
	padding: 0;
	font-weight: bold;
	border-bottom: 2px solid #ddd;
}
.symptom-side {
	padding: 0 0 0 0px;
}
.symptom-header {
	font-weight: bold;
	color: #337ab7;
}
button.breakdown-search {
	color: white;
	bottom: 0;
	padding-bottom: 0.5em;
}

.breakdown-search-inner {
	margin: 4px;
	padding: 5px;
	background-color: #E8E6E7;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}
.breakdown-search-header {
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.breakdown-search-inner .input-group {
	width: 240px;
	margin: 0 auto;
}
.breakdown-search-inner .input-group button {
	font-weight: bold;
}
.breakdown_search_results {
	clear:right;
}
.search-part_item {
	padding: 1rem;
}

#breakThumbBox {
	padding: 0 3px 0 3px;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}

.pL-d.breakdown_figure_number,
.pL-d.breakdown_part_name {
	font-size: 14px;
	padding-left: 3px;
}

.pL-d.breakdown_figure_number{
	position: relative;
	min-height: 2em;
}

.breakdown_figure_number i,
.breakdown_part_name i {
	max-width: 100px;
	word-break: break-word;
}

#attribute-filter .breakdown_figure_number {
	display: none;
}
[id^=part_] {
	position: relative;
}
#attribute-filter .modal-header {
    border-bottom: none;
}
.xsell-width{
	/* max-width:102px; */
	/* max-height:160px; */
}

.xsell-p-part-i .breakdown_figure_number {
	display: none;
}

.breakdown_part_number {
	float: left;
	width: 100%;
	word-break: break-word;
}

.breakdown_figure_number {
	text-align: center;
}


.pL-d.breakdown_thumb {
	min-height: 100px;
	margin: 4px;
	text-align: center;
}

.pL-d.breakdown_thumb > div {
	margin: 4px;
	text-align: center;
}

.pL-d span {
	font-size: 12px;
}

.pdfLoadZone {
	height:inherit;
}
.product_list_add_button img {
	max-width: 100%;
	margin-bottom: 1em;
}
.catfigtxt {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	white-space: nowrap;
}
.pdf-icon {
	margin:0 4px -8px 0;
}

.show-all-parts > div {
	text-align: right;
}
.actions {
	border:0px solid #000000;
	margin:5px 0 0 0;
}
.dia-top-spacer {
	height: 40px;
	background-color: #FFFFFF;
}
.dia-mid-spacer {
	height: 40px;
	background-color: #000000;
	color: #FFFFFF;
	line-height: 15px;
}
.dia-mid-spacer div {
	margin: 0 0 0 100px;
	font-weight: bold;
}
.dia-bottom-spacer {
	min-height: 40px;
	background-color: #0073AE;
	color: #FFFFFF;
}
.dia {
	height: 100px;
	width: 80px;
	border: 3px solid #000000;
	float: left;
	margin: 10px 0 0 10px;
	background-position: center;
	background-size: cover;
}
.dia-expand {
	cursor: pointer;
}
.dia-expand[data-no-expand] {
	cursor: auto;
}
.dia-toggle-text {
	display: inline-block;
	margin-right: 10px;
}
.dia-text-middle {
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
}
.dia-full-row {
	border: 1px solid #DBDBDB;
	text-align: center;
	overflow: hidden;
}
.dia-inline {
	max-width: 100%;
	display: block;
}
.image-na {
	opacity: 0.4;
}
#tool_title {
	padding-left: .4em;
}
#results-for .close {
	float: none;
}
.sc-search .triangle-border {
	border: 0;
	position: static;
}
.sc-search .breakdown-search-inner {
	margin: 0;
}
#header_search {
	position: relative;
}
#header_search > table {
	border-collapse: collapse;
}
#header_search_lbl {
	font-size: 1.12em;
	font-weight: 700;
}
#header_search_lbl img {
	vertical-align: baseline;
}
@media (min-width: 34em) {
	.pL-d.breakdown_figure_number {
		min-height: 100px;
	}
	.part-buy, .part-txt {
		min-height: 100px;
		position: relative;
	}
	.part-buy div, .part-txt div.part_txt_container {
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0,-50%);
		        transform: translate(0,-50%);
	}
}
.leaflet-container {
	background-color: #FFFFFF !important;
}
.dia-full-row .col-xs-12 {
	padding: 0;
}
.pp-card-columns{
	padding: 0 0 0 18px;
}
.pp-card-body{
	padding: .25rem;
	text-align:center;
}
.pp-card-footer{
	padding: .25rem;
	text-align:center;
}
.pp-card-title{
	/* height:36px; */
	/* margin-bottom:0px; */
	/* white-space: nowrap;  */
	/* font-size: 12px; */
    /* font-weight: bold; */
	overflow: hidden;
	text-overflow: ellipsis;
	/* display: -webkit-box; */
    -webkit-line-clamp: 2;
}
.pp-card-price{
    /* font-size: 12px; */
    font-weight: bold;
	color: #648bb4;
}
.diagram-nav-icon{
	width: 1em !important;
    height: 1em !important;
}
.diagram-nav{
	white-space:normal;
	width:100%;
	border-color:rgb(12, 15, 17);
}
.diagram-nav-btn{
	white-space:normal;
	padding:.01em;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
	border-radius: 0;
}
.diagram-nav-btn-bottom {
	border: 1px solid #808080;
	padding: 0.5rem;
	margin-bottom: 1rem;
}
.diagram-page{

}
.diagram-page-wide{
	float:left;
	/* width:50%; */
}
.schematicAlias{
	height:100%;
	font-weight: bold;
	width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.show_all_parts {
	display: none;
}
.show_all_parts.shown {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.showColorOverlay {
    position: relative;
}

.showColorOverlay::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #FFEC8B;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
.acc_product_table {
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 10px; */
	margin: 2px;
	padding: 5px;
	width: 100%;
}
.acc_description {
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 10px; */
	height: 130px;
}
.show-link {
	color: blue;
	float: right;
}
.collapsed {
	display: none;
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    position: relative;
    margin-bottom: 0px;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #A8B3B8;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    transition: width .6s ease;
}
.progress span {
	color: black;
	font-weight: bold;
	position: absolute;
	display: block;
	width: 100%;
	/* font-size: 14px; */
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.symptom-link {
	color: blue;
	text-decoration: underline;
}
.symptom-link:hover {
	color: blue;
}
.close-symptom-parts {
	cursor: pointer;
}
.show-all-parts {
	/* font-size: 14px; */
	float: right;
	color: #337ab7;
	cursor: pointer;
	text-decoration: underline;
}
.hover {
	background: #f7f7f7;
	border-radius: 5px;
	cursor: pointer;
}
.symptom-table > tbody > tr > td {
    vertical-align: middle;
    font-size: 14px;
    cursor: pointer;
    border-top: none !important;
}
#parts-fix-symptom .parts-table {
	width: 100%;
}
#parts-fix-symptom .row {
	border-top: 1px solid #ddd;

}
#parts-fix-symptom .row:first-of-type {
	border-top: 0 none;
	padding: 0;
	font-weight: bold;
	border-bottom: 2px solid #ddd;
}
.symptom-side {
	padding: 0 0 0 0px;
}
.highlighted {
	border-radius: 5px;
	background: #C4DDEF;
	padding: 20px;
	cursor: pointer;
}
.part-buy {
	text-align: center;
	padding-right: 7px;
}
.modal-header {
	padding: 9px 15px;
	border-bottom: 1px solid #eee;
	background-color: #0480be;
	color: #ffffff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.modal-body > table {
	border-collapse: collapse;
	/* font-size: 13px; */
	font-family: tahoma;
}
.modal-part_avail > span {
	color: green;
}
.modal-buttons {
	white-space: nowrap;
	text-align: right;
}
button.breakdown-search {
	color: white;
	bottom: 0;
	padding-bottom: 0.5em;
}
.fulfilledby {
	margin-left: 7px;
}
.breakdown-search-inner {
	margin: 4px;
	padding: 5px;
	background-color: #E8E6E7;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}
.breakdown-search-header {
	line-height: 50px;
	text-align: center;
	/* font-size: 20px; */
	font-weight: bold;
	text-transform: uppercase;
}
.breakdown-search-inner .input-group {
	width: 240px;
	margin: 0 auto;
}
.breakdown-search-inner .input-group button {
	font-weight: bold;
}
.breakdown_search_results {
	clear:right;
}
#multiDiagramZone {
	/* width: 100%; */
	border: 1px solid #48526A;
	border-bottom: 0px;
	margin-top: 2px;
}

.imgAlias {
	clear: both;
	text-align: center;
	margin: 0;
	max-width: 108px;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 1.5em;
	margin-bottom: 0.875rem;
}
.thmbouter {
	padding: 4px 0 0 0;
	display: inline-block;
	vertical-align: top;
}
.thmb-first-dia {
	display: block;
	width: auto;
	height: 100%;
	margin: auto;
	-o-object-fit: cover;
	   object-fit: cover;
}
.imagecountrow {
	background-color: #d7dbe3;
	height: 26px;
}
.text-normal {
	white-space: normal;
}
.oemleft {
	text-align: left;
}
.oemtable {
	display: table;
}
.oemtable span {
	display: table-cell;
}
.oemleft .oemlogo {
	margin-right: .8em;
	width: initial;
}
.oemleft span {
	vertical-align: middle;
}
.dia-full-row .col-xs-12 {
	padding: 0;
}
.symptom-parts {
	background-color: #f5f5f5;
	margin-bottom: 1rem;
}
.product_image {
	max-width: 100px;
}

@media (max-width: 991px) {
	#collection_v2 .productListing, .breakdown_section {
		border: 0px none;
	}
	#collection_v2 .diagram-page {
		border: 1px solid #48526A;
	}
	#collection_v2 .diagram-nav-btn-top, #collection_v2 .diagram-nav-btn-bottom {
		border: 1px solid #808080;
		padding: 0.5rem;
		margin: 1rem auto;
	}
}
@media (max-width: 768px) {
	#header_search .btn {
		height: 2.4286em;
	}
}
@media (max-width: 576px) {
	.not-available {
    	text-align: left;
    }
    .modal-buttons {
		white-space: normal;
		text-align: left;
	}
	#model_list h1 {
		font-size: 1.4em;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	#model_list {
		margin: 0 -.9375rem;
		padding: 1em .9375rem;
	}

    .after5 {
		width: 50%;
		float: left;
		clear: right;
		text-align: center;
		border-bottom: 0 !important;
		background: white !important;
		margin: 1em 0;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.after5 > .col-xs-6 {
		width: 100%;
		clear: left;
	}
	.after5.pL-o {
		border-right: 1px solid #DBDBDB;
		clear: left;
	}
	.after5.pL-e {
		border-left: 1px solid #DBDBDB;
		position: relative;
		left: -1px;
	}
	.after5 .product_list_add_button {
		float: none !important;
		width: 100% !important;
	}
	.after5 .part-buy {
		padding-left: 7px;
	}
	.after5 .part-txt {
		padding-right: 0 !important;
	}
	.after5 .part-txt > div {
		min-height: 5.2em !important;
	}
	.after5 .list-part-avail-small {
		display: none;
	}
	.after5 .part-cost-mobile-new {
		font-size: 1.2em;
	}
	.after5 b {
		font-weight: normal;
	}

}
@media (min-width: 34em) {
	#collection_header h1 {
		font-size: 2.3rem;
	}
	.clear-left-sm-up {
		clear: left;
	}
	.part-buy, .part-txt {
		min-height: 100px;
		position: relative;
	}
	.part-buy div, .part-txt div.part_txt_container {
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0,-50%);
		        transform: translate(0,-50%);
	}
}
@media (min-width: 62em) {
	#header_search .input-group {
		bottom: 1px;
		width: 332px;
		max-width: 100%;
	}
	#header_search .input-group input[type='text'] {
		font-size: 0.96em;
		height: 33.6px; /* Thanks, firefox */
	}
	#header_search .input-group .btn {
		padding-bottom: 0.4em;
		bottom: 0;
		height: 33.6px; /* Thanks, firefox */
	}
}
