
/*index css

$Revision: 2125 $ $Date: 2015-10-06 13:55:21 -0400 (Tue, 06 Oct 2015) $ $Author: APALMA $

IE8 Support

The code works also on IE8 only if you make Bootstrap 3 work on IE8. To make it work you need to use Respond.js and follow the respond.js guidelines:

    Change the Bootstrap 3 Css netdna.bootstrapcdn.com to a local file: Respond.js only works with local Css files unless additional steps are taken.
    Change the Css from a style element to an external local Css with link rel="stylesheet": Respond.js doesn't parse Css referenced via @import, nor does it work with media queries within style elements.
    Reference the Respond.js script after all of your Css.
*/

/* centered columns styles */

.topManu > div{
	font-size: 15pt;
	/*color: #2c5987;*/
}

.topManuAll > div{
	font-weight: bold;
	color: #2c5987;
}

.patSeparator{
	margin-left: 3em;
	margin-right: 3em;
	font-weight: bold;

}

.mfrListHr{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.mostPopularContainer{
	border: 2px solid #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-bottom: 25px;
	min-width: 642px;
}

.mostPopularList{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
} 


.listWrap{
	display: inline-block;
	min-width: 23%;
	text-align: center;
	margin-left: 7px;
	margin-right: 7px;
	vertical-align: top;
}


.listWrap > ul{
	display: inline-block;
	list-style: none;
	font-size: 14pt;
    font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
}

.mpTitle{
	margin-top: 10px;
}


		






.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
	
.col-fixed {
    /* custom width */
    width:320px;
}
.col-min {
    /* custom min width */
    min-width:320px;
}
.col-max {
    /* custom max width */
    max-width:320px;
}

.top-buffer { margin-top:20px; }

#nav_tabs, #sub_tabs{
	vertical-align: middle;

}

#tableHead > div{
	padding-left: 35px;
}

.manuTable {
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;

}

.patternTable {
	border-top: 1px solid #ddd;
	margin-bottom: 20px;
}

.patternTablePhoto {
	margin-bottom: 20px;
    margin-right: -10px;
    margin-left: -10px;
}


.idxRow{
	margin-top: 10px;
}

.pViewBtn > .btn, #topPatterns .btn{
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 0;
	font-size: 13px;
}
/** Branded button overrides **/
.btn-primary{color:#fff;background-color:#2f325b;border-color:#26294a}
.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#1e2039;border-color:#000}
.btn-primary.active,.btn-primary:active,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#1e2039;border-color:#111322}
.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#111322;border-color:#000}
.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#2f325b;border-color:#26294a}
.btn-primary .badge{color:#2f325b;background-color:#fff}


.patternPhoto:hover > div.pDetails > div.pNamePhoto > a{
	text-decoration: underline;
}


.pattern{
	margin-left: 0px;
	margin-right: 0px;
	
	text-align: center;	
	
	padding-top: 10px;
	padding-bottom: 10px;
		
	border-top: 1px solid #ddd;
}

.patternPhoto{
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;	
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;	
	
	
}

.patternPhoto:hover{
		background-color: none;
}

.pattern:hover{
	background-color: #eee!important;
}


.clear2{
	display:none;
}

.clear3{
    display:none;
}

.clear4{
    clear:both;
	display:block;

}

.clear6{
	display:none;
}





.clearFixBorder{
		border-top: 2px solid #ccc;
		margin-bottom: 5px;
}

.pPic{
	display: none;
	width: auto;
	height: 165px;
	background-color: #f0f0f0;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
	margin-left: 5px;
	margin-right: 5px;
}

.patNav{
	text-align: right;
	
}

.pName{
	text-align: left;
	
}

#drpDownLabel{
	float: left;
	margin-right: 5px;
}


#drpDownLabel:before{
	content: "Patterns: ";
	font-size: 17px;
	color: #666;
	line-height:33px;
}

.pName > a {

	color: #1155cc;
}


.pNamePhoto {
	color: black;
	width: 95%;
	text-align: left;
	margin: auto;
	overflow: hidden;
}

.pNamePhoto > a {
	
	color: #000;

}


.pNum{
	text-align: left;
	padding-left: 27px;
}


.pCode{
	text-align: left;
	padding-left:47px;
}

.pNum:before, .pNum:after{
	content:'';
}


.pNum > a, .pCode > a{
	color: #333;
}

.pCodePhoto, .pNumPhoto{

	width: 95%;
	text-align: left;
	margin: auto;
	color: #666;
	padding: 0px;
	color: #666;
	line-height: 1;
}



.pCodePhoto  > a, .pNumPhoto > a{
	font-size: 11px;
	width: 95%;
	text-align: left;
	margin: auto;
	color: #666;
	padding: 0px;
	margin: 0px;

}



.pCode > a, .pNum > a{
	text-decoration: none;
}





.patNumPrefix:after{
	content: "Pattern Number: ";
}





.pDesc{
	text-align: left;
	padding-left: 35px;	
}

.pCodePhoto::before {
  content: "[";
  font-size: 11px;
  
}

.pCodePhoto::after {
  content: "]";
  font-size: 11px;
}



.pViewBtn > a:visited{
	color: white;
	border: none;
	text-decoration: none;

}



.pViewBtn{

	

}

.pViewBtn > a{
	

}

.pDetails{
	
	
}




.pagination  li  a{
	width: 100px;
	height: 25px;
}

.azNav > a:link{
	margin-left: 5px;
	margin-right: 5px;
	font-size: 12pt;
	color: #1155cc;
	display: inline;
}



.pageNav{
	margin: auto;

}


#tableHead{

	font-weight: bold;
}

.drpDown{
	max-width: 375px;/*was 505*/
	float: left;

}


#nxtPg:before{
	content: 'Next ';
}


#prvPg:after{
	content: ' Back';
}

.pager{
	margin: 0px;
	margin-top: 3px;
	text-align: left;
	display: inline-block;
	
}


#patternTitle{
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	float: left;
	font-size:30px;
}

#patternTitle h1{
    margin-top: 0px;
    margin-bottom: 8px;
}
#goldbar{
	background: #c2b593; 
	padding-top: 15px;
	border-radius: 10px;
}



.breadcrumb > li + li:before {
    color: #CCCCCC;
    padding: 0 5px;
}

ol.breadcrumb{
	margin:0px;
	background-color: #FFF; 
	padding: 0 5px;
}

.view_select{
	text-align:right;
}

.azDrpdwn{
	display: none;
}


.pattern:hover{
	cursor: pointer;

}


.footer{
	margin-top: 60px;
}



.form-control{
	display: inline;
}

.mfrDiv:hover{
	
	background: #EEE;		
}

#webquote_message_div{
	text-align:center;
	min-width: 690px;
	padding:0px;
	margin:0px;
	white-space: nowrap;

}

.pageNum{

	line-height: 30px;
}


.mfrHeader{
	background-color: #CCC;
	padding: 0px!important;	
	margin-bottom: 5px;
}


#viewBtn_1{

}

#viewBtn_2{
	display:none;
}


#webquote_message_div{
	margin-bottom: 15px;
}


.gbLink{
	text-decoration: underline;

}

.pattern-index-container{
    padding-left: 30px;
}

div#facet_pills{
    padding: 0;
    margin-top: 0;
}

div.view-toggle{
    float: left;
}

label[for=sort_options]{
    font-weight: 400;
}
select#sort_options{
    font-size: 12px;
}

@media only screen and (max-width:1199px){
	.drpDown{
		max-width: 375px;
	}
	
	.footer{
	margin-top: 20px;
	}

	.clear2{
		display: none;
	}

    .clear3{
        clear: both;
        display: block;
    }
	
	.clear4{
		display: none;	
	}
	
	.clear6{
		display: none;
	}	

}

@media only screen and (max-width:991px){
	.drpDown{
		max-width: 375px;
	}
	
	.clear2{
        clear: both;
		display: block;
	}

    .clear3{
        display: none;
    }
	
	.clear4{
		display: none;	
	}
	
	.clear6{
		display: none;
	}
	
}

@media only screen and (max-width: 767px) {


	#drpDownLabel:before{
		display: none;
	}

	
	.pName, .pNum, .pDesc, .pCode{
		padding-left: 0px;
		text-align: left;
	}
	

	
	.pCode:before{
		content: '[';
	}
	
	.pCode:after{
		content: ']';
	}
	
	.pCode{
		font-size: 11px;
	}

	#tableHead{
		display: none!important;
	}

	.breadContainer{
		display:none;
	}

	.mfrHeader{
		background-color: #CCC;
		padding: 0px!important;		
	}
	
	
	#patternTitle{
		float:none;
		margin-bottom: 5px;
	}
	/*
	.pageNav{
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		
	}*/
	
	.pageNav{	
		justify-content: center;
		margin-top: 0px;
		text-align: center;
		
	}

	.drpDown{
		margin: auto;
		float:left;
		margin-bottom: 10px;
		max-width: 100%;
		order: 1;
	}
	
	.pager{
		
		order: 2;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 10px;
		margin-top: 0px;
	}
	
	.view_select{
		margin-top: 5px;
		order: 3;
	}
		
	.azDrpdwn{
		display: block;
		
	}
	
	.azNav{
		display: none;
	}
	
	.mfrDiv{
		
		text-align: left;
		border-top: 1px solid #EEE;
		border-bottom: 1px solid #EEE;
		padding: 15px;
		font-size: 16px;
		width: 100%;

	}
	
	
	.pDetails{
	
		min-height: 120px;
	}
	
	
	.azSelect{
	
		margin: auto;
		text-align: center;
	}


	#azContainer{
		border-bottom: 1px solid #CCC;
		padding-bottom: 25px;
		width: 95%;
		margin: auto;
	}
	

	

	
	.clear2{
		clear: both;
		display: block;
		margin-bottom: 10px;
	
	}
    
    .clear3{
        display: none;
    }
	
	.clear4{
		display: none;
	}
	
	.clear6{
		display: none;
	}
	
	
	.mfrListHr{
		display: none;
	}
	
	.manuTable{
	
		margin-top: 0px;
	}
		
	#viewBtn_1{
		display: none;
	}
	
	
	#viewBtn_2{
		display:block;
		margin-bottom: 10px;
	}

    .indexFooter {
        margin-top:15px;
        display:block;
    }

    .pattern-index-container{
        padding-left: 15px;
    }

    #patternTitle h1{
        text-align: center !important;
    }


}

.vertical_centering_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.photo_view_product_image {
	max-height:100%;
	max-width:100%;
	vertical-align: middle;
}

/* 20150910 bootstrap fix */

.manufacturer_list_group {
	margin-bottom:0px;
}
	
.manufacturer_list_item {
	color:#1155cc !important;
}

.top_manufacturer_list_item {
	color:#1155cc ;
	font-size:15pt;
	text-align:left;
}

a.topManuAll {
	font-weight:bold;
}

@media only screen and (max-width: 767px) {
	.manufacturer_list_item {
		font-size:16px;
		padding:15px;
	}
	
	.manufacturer_list_group {
		padding-left:0px;
		padding-right:0px;
		margin-bottom:-1px;
	}
	
	.idxRow{
		margin-top: 0px;
	}	
}

@media (min-width: 768px) {
	.manufacturer_list_group {
		margin-top:-1px;
	}
	.top_manufacturer_list_item {
		background-color:transparent;
		padding-top:1px;
		padding-bottom:0px;
		border:none;
	}

	.manufacturer_list_item {
		background-color:transparent;
		padding-top:1px;
		padding-bottom:0px;
		border:none;
	}

	a.manufacturer_list_item:focus, a.manufacturer_list_item:hover {
		text-decoration:underline;
	}
}


/* START mfr index headers */
h1.mfrIndex, h2.mfrIndex{
	font-size: 18px;
	margin-top: 10px;
}

/* END mfr index headers */

#letter_dropdown_container{
    display: flex;
    align-items: baseline;
}
#letter_dropdown_container label{
    white-space: nowrap;
    padding-right: 8px;
}
select#letter_dropdown > option.placeholder{
    height: 0;
    display: none;
}

