
.winf-carousel-item-img{    	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.winf-carousel-control-prev	{ 	justify-content: left; 
	opacity: .9;
}
.winf-carousel-control-next	{ 	justify-content: right; 
	opacity: .9;
}
.winf-carousel-control-icon{ 	background-origin: content-box; 		background-color: #343a40;
	width: 30px;
	height: 30px;
	padding: 4px;
	border: 1 px solid black;
	border-radius: 3px;
}



table.pn-breakdown{
	background-color: white;   	/*default bg color*/
	white-space: nowrap;		/*do not allow text to wrap*/
	}
table.pn-breakdown th{	/* All th elements in specified table class */
	padding: 5px 20px 5px 20px;  /*T R B L*/
	border-right: 2px solid #3389ca;
	}
table.pn-breakdown td{	/* All td elements in specified table class */
	padding: 5px 40px 5px 10px;
	border-right: 2px solid #3389ca;
	}

.pn-bg-dark {background-color: #efefef;}
.pn-border-b {border-bottom: 2px solid #3389ca;}
.pn-border-r {border-right: 2px solid #3389ca;}
/* workaround for safari and opera; these browsers are applying blue bottom border to cells right of merged cells*/
.pn-border-bw {border-bottom: 2px solid white;}				
.pn-border-bdark {border-bottom: 2px solid #efefef;}		

/* ----------------------------------------------------------  */


table.product-catalogue {
	text-align: center;						/*centers text in each cell*/
	}
table.product-catalogue th{					/*Adds padding to all th cells*/
	width: 140px;
	padding: 5px 4px 5px 4px;
	}
table.product-catalogue td{					/*Adds padding to all td cells*/
	width: 140px;
	padding: 5px 4px 5px 4px;
	}
	
.pc-border-b {border-bottom: 1px solid;}
.pc-border-l {border-left: 1px solid;}

.overlay-rot45 {
		position: absolute; 
	left: 0px; 
	top: 15px; 
	transform: rotate(-45deg); 
	z-index: 100;
}

/* ----------------------------------------------------------  */

	a {color: #337ab7; }		    li.nav-item-sidebar > a {								display: block; 									padding: 7px 5px 7px 7px;
		}										
	
									
	li.nav-item-sidebar > a:hover, li.nav-item-child > a:hover{ text-decoration: none; background-color: #eee;} 	
	
	li.nav-item-child > a {					padding-left: 25px;
		text-indent: -8px;
	}
	
	.page-title  {							text-align: center;
		margin-top: 10px;
		margin-bottom: 5px;
		padding-bottom: 9px;
		border-bottom: 1px solid #eee;
	}
	
	legend{				width: initial;
		padding: 0px 8px 0px 8px;
		margin: 0px;
	}
	
	.border-winf {			border-color: #e7e7e7;
	}
	
	.winf-form-label {				font-size: 90%;
		font-weight: bold;
	}
	
	.table-pricing td{
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	
	.winf-icon-med {			font-size:  1.5rem;
	}
	.winf-clear-right{			clear: right;
	}
	
	.winf-bg-orange {			background-color: #FE8341;
	}
	
	.winf-bg-medium {
		background-color: #e9e9e9;
	}
	
	.winf-bg-dark {
		background-color: #d9d9d9;
	}

/* ----------------------------------------------------------  */

#imgModal > .modal-dialog {
	width: 900px;
	max-width: 95%;
}

#videoModal {  	text-align: center;
}

#videoModal > .modal-dialog {
	max-width: 95%;
	width: auto !important;
	display: inline-block;
}


#modalImg {
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: contain; 
	display: flex; 
	flex-direction: column; 
	flex-grow: 1; 
}


.active .dropdown-item {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.reqstar {
	color: red;
}
.req-comment {			color: black;
	font-size: 80%;
}

.winf-form-comment {		font-size: 80%;
}


.checkout-title {
	color: blue;
	text-align: center;
	font-size: 125%;
	font-weight: bold;
}

.checkoutbread {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.75em;
	padding-right: 1.0em;
	display: inline-block;
	margin: 0.1em;
	background: #BBBBBB;
	color: white;
	border-radius: 0.4em;
	transform: skew(-15deg);
}


.checkoutbread > div {
	display: inline-block;
	transform: skew(15deg);
}

.checkoutbread-enabled {
	background: #0000A4;
}

.checkoutbread-hover:hover  { 	background: #004dd5;
}

.checkoutbread-active {
	background: #FE8341;
}

.checkoutbread-spacer { 	content: " ";
	display: inline-block;
	vertical-align: middle;
	height: 1.8em;
	width: 0.5em;
}

.circled-number { 	font-size: 75%;
	width: 2.0em;
	height: 2.0em;
	display: inline-block;
	border: .18em solid white;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
}

.circled-number::before {   content: " ";
  display: inline-block;
  height: 100%;
  width: .001em;
  vertical-align: middle;
}







h2 {
	/*font-family: arial;*/				margin-bottom: 0;
}
h3 {
	margin-bottom: 0;
}


 ul {
	margin-top: 0;
}

table.pricing {
	font-family:verdana, arial, geneva, helvetica, sans-serif;
	font-size: 10pt;
	background: #999999;
	border: 1px solid blue;
	width: 99%;
}

table.pricing tr {
	background: #FFF8DC;
}
table.pricing th {
	text-align: center;
	background: #FFEFD5;
}

table.generalinfo {
	font-family:verdana, arial, geneva, helvetica, sans-serif;
	font-size: 10pt;
	background: #999999;
	/*border: 1px solid black;	*/  /*black;*/
}
table.generalinfo tr {
	background: #FFFFFF;
}
table.generalinfo td {
	border:  1px solid gray;
	padding:  3px 8px 3px 8px;
}
table.generalinfo th {
	text-align: center;
	border:  1px solid gray;
	padding:  3px;
	background: #FFEFD5;
}

table.cells140 td {
	max-width: 140px;
}

table.productdetails {
	font-family:verdana, arial, geneva, helvetica, sans-serif;
	font-size: 10pt;
	background: #999999;
	border: 1px solid gray;
}
table.productdetails tr {
	background: #FFFFFF;
}
table.productdetails th {
	text-align: right;
	background: #FFEFD5;
}

 p.pricingtableheader {
	font-size: 18pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0;
}

div.pricingtitle {
	font-family:verdana, arial, geneva, helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	background-color:  #d9d9d9;
	zwhite-space: nowrap;
	border-radius: 6px 30px 0px 0px;
	border:  1px solid #b0b0b0;
}

div#msgbar {
	font-family:arial,sans-serif;
	font-size: 16px;
	text-align: left;
	vertical-align: middle;
	padding:3px;
	background-color:#eeeeee;	 /*#ffff99; */
	border: 1px solid #bbbbbb;
}

/* Font for displaying headings within a page; comparable to h4 */
#heading4 {
	font-family:arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.oos {
	font-family:arial,sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: red; 
	margin-bottom: 0px;
	margin-top: 10px;
}


/*	Button class added on 6/9/2015; for 'Scroll to Buy' button */
/*	Moved to Bootstrap and .scrolltobuy on 6/23/2015 */
.scrolltobuy:before {
		content:"\0000a0";
		display: inline-block;
		height: 35px;
		width: 35px;
		line-height: 24px;
		margin: -6px 0px -10px -6px;
		position: relative;
		top: -5px;
		background: url("./img/080702-glossy-black-icon-business-cart-arrow.png") no-repeat left center transparent;
		background-size: 100% 100%;
}

.navbar .logo {
	color: orange !important;
	font-weight: 900;
}

.add-quantity {
	min-width: 50px;
}

body, html {
	margin: 0px;
}

.contentHolder {
	width: auto;
	overflow: hidden;
}

.content {
	display: inline-block;
	width: 100%;
}

.navbar-form {
	max-width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}

/* Fix firefox rendering problems with responsive tables */
@-moz-document url-prefix() {
	fieldset { display: table-cell; }
}

#sidebar {
	/* position: relative; 
	top: 80px;
	left: 0px;    Commented 03/19/2019 when implementing Boostrap 4  */
	background-color: #f8f8f8;
	border: 1px solid #e7e7e7;
	border-bottom-right-radius: 5px;
	/* width: 156px;  Commented 03/19/2019 when implementing Bootstrap 4*/
}

.product-category-header {
	background-color: #e9e9e9;
	border: 1px solid #c0c0c0;    
	padding: 1px 5px 1px 15px;			 
	border-radius: 6px;				 
}
.product-category-header2 {					border-bottom: 1px solid #c0c0c0;   
	padding: 1px 5px 1px 15px;			
	border-radius: 0px;					 
}

.general-inset-box {
	background-color: #FFEFD5;
	border: 1px solid #e7e7e7;
	/* padding: 2px; */
	padding: 5px 20px 5px 20px;
	border-radius: 1rem;		 
	margin-bottom: 1rem; 
}

.info-inset-box {
	background-color: #f8f8f8;
	border: 1px solid #e7e7e7;
	padding: 5px 20px 5px 20px;
	border-radius: 1rem;		 
	margin-bottom: 1rem;		 
}

.warning-inset-box {
	background-color: #ffd0d0;
	border: 1px solid #e7e7e7;
	/* padding: 2px; */
	padding: 5px 20px 5px 20px;
	border-radius: 1rem;
	margin-bottom: 1rem; 
}

.documents {
	width: auto;
}

.navbar-static-top {
	background-color: #f8f8f8; 
	border-width: 0px 1px 1px 1px !important;
	border-color: #e7e7e7;
	border-style: solid;
}

.nomargins {
	margin: 0px !important;
}

.popular-product {
	display: inline-block;
	vertical-align: top;
}

.logo > img {
	margin-top: -7px;
	margin-left: -7px;
}

.cart-container, .cart-container > li {
	display: inline-block;
}

.nav-pills > li {
	float: none;
	display: inline-block;
}

.images-list {
	display: inline-block; 
	float: left;
	overflow: hidden;
}

.productImageButton {
	border: 1px solid black;
	display: inline-block;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
	overflow: hidden;
	text-align: center;
}

.productImageButton img {
	vertical-align: middle;
}

.image-expand {
	cursor: pointer;
}

.video-launch {
	cursor: pointer;
}

.fakeExpand .image-expand {
	cursor: default;
}

.fakeExpand .expand-text {
	visibility: hidden;
}


.cart-container .shopping-cart {
	display: inline-block;
	font-size: 30px;
}

.cart-text {
	font-weight: bold;
	position: relative;
	/*  top: -10px; 			Commented 03/20/2019 for Bootstrap 4*/
	padding-right: 10px;
}

.cart-text > br {
	display: block;
	margin-top: -10px;
	content: " ";
}


#top-navbar {
	margin-top: -20px;
}

#products-trigger-holder {
	display: inline-block;
}


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

.clear-left {
	clear: left;
}

.clear-both::after {
		content: "";
    clear: both;
    display: table;
}


.small-input {
	width: 100px !important;
}

.fa-large {
	font-size: 150%;
}

.cart-thumbnail {
	width: 40px;
	height: 40px;
	margin-bottom: 0px;
}

.cart-remove {
	color: red;
	cursor: pointer;
}

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

.inline {
	display: inline;
}

.coupon-panel {
	display: inline-block;
	float: right;
}

.table-coupon {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.table-coupon > tbody > tr > td {
	padding: 4px;
	
}

.table-coupon > tbody > tr {
    border-top: 1px solid #DDDDDD;
}

.table-coupon > tbody > tr:first-child {
    border-top: none;   
}

.coupon-applied {
	font-style: italic;
	background-color: #e8ffe8;
}

.coupon-not-applied {
	font-style: italic;	
	background-color: #f2dede;
}


.tax-and-shipping-panel {
	display: inline-block;
	float: right;
	margin-left: 20px;
}

.tax-and-shipping-panel .form-inline > * {
	float: right;
}

.category-product-list-container-1col {
	display: inline-block;
	vertical-align: top;
}

.category-product-list-container-2col {
	display: inline-block;
	vertical-align: top;
}

.col2-30 {
	display: inline-block;
	vertical-align: top;
}

.col2-70 {
	display: inline-block;
	vertical-align: top;
}

.cat-item-single{
	display: inline-block;	
}
.cat-item-list{
}

.image-caption {
	background: #F9F9F9;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	margin: 5px;
	text-align: center;
	font-size: 0.8rem;
}

.breadcrumb {
 /*over-riding some aspects of bootstrap class, BMB 02/17/2016 */
  padding: 2px 15px;
  margin-bottom: 10px;
  border-bottom:  1px solid #e7e7e7;
  background-color: #f8f8f8;
}

hr.topline {
	margin-bottom: 0px; 	width: 100%;
}




@media only screen and (max-width: 767.98px ) {				h1 {
		font-size: 26px;			}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 16px;
	}
	h4 {
		font-size: 12px;
	}
	p.pricingtableheader {
		font-size: 20px;
	}
	
	
	.desktop-only {
		display: none !important;
	}

	.cart-container {
		margin-top: 0px;
		padding-top: 5px;
	}


	.navbar-brand > img {
		/*width: 58%; 
		height: 58%; */
		width: 110px;
		
	}
	
	#cartLink {
		padding: 0;
	}

	.cart-container .shopping-cart {
		font-size: 25px;
	}

	#searchGroup {
		/*max-width: 100%; */			width: 100%;					border-top: 1px solid #e7e7e7;
	}

	.navbar-static-top > .container-fluid {
		margin-bottom: -15px;
	}

}


@media (min-width: 768px) {
	/*----------------------------------------------------------*/
	/* BMB 02/18/2016 - full-sized title font for large screens */
	
	/* 02/20/2019:  BMB eliminating .page-header class for Bootstrap 4 */
	/*  .page-header {font-size: 36px;}  */
	
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	
	p.pricingtableheader {
		font-size: 26px;
	}
	/*----------------------------------------------------------*/
	
	
.contentHolder {
		padding-left: 170px;
	}


	#cartLink {
				padding: 0;			}

	.sidebarProductLink {
		padding-left: 40px !important;
		text-indent: -10px;
	}
	
	.sidebarDivider {
		height: 1px;
		border: 0;
		color: #e7e7e7;
		background-color: #e7e7e7;
		width: 60%;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.cart-container .shopping-cart {
		font-size: 30px;
	}

	#searchGroup {
		width: 350px;			}


	.category-product-list-container-1col {
		/*background-color: lightblue;*/
	}


	.col2-30 {
		width: 29%;
	}
	
	.col2-70 {
		width: 69%;
	}

	
}

@media (min-width: 960px) {
	.category-product-list-container-2col {
		width: 49%;				
	}
}


.search-url {font-family:arial,sans-serif; color: #115599; font-size: 80%;} 	.search-description{font-family:arial,sans-serif; font-size: 13px;}
.search-doctype{font-family:arial,sans-serif; font-size: 12px;}
.search-title{color:#0000FF; font-size:15px}
.search-title:visited{color:#5555AA}
.search-result-report {
	/* Original:    */
    /* text-align:center ;  */
	/* font-weight: bold;   */
	/* --------------- */

	/*Winford*/
	text-align: left;
	/* --------------- */

	padding:3px;
	background-color:#e5ecf9; 
	/* Winford Modification   (bottom margin original value:  14px)  */
	margin-bottom:0px;
	/* /Winford Modification */

	/* Winford Modification */
	font-family:arial,sans-serif;
	font-size: 13px;
	/* /Winford Modification */
}
.search-source {
	font-family:arial,sans-serif;
	font-size: 15px;
	font-weight: bold;	
}
.search-results-metrics {
	font-family:arial,sans-serif;
	font-size: 13px;
}
.search-results-pp{
	font-family:arial,sans-serif;
	text-decoration: none;
	font-size:12px
}
.search-results-pp:link{
	color:#0000AA; 
}
.search-results-pp:visited{
	color:#0000AA;
}
.search-results-pp:hover{
	color:#0000AA;
	text-decoration: underline;
}

.search-source-small{
	font-family:arial,sans-serif;
	text-decoration: none;
	font-size:11px
}
.search-source-small:link{
	color:#0000AA;
	text-decoration: none;
}
.search-source-small:visited{
	color:#0000AA;
	text-decoration: none;
}
.search-source-small:hover{
	color:#0000AA;
	text-decoration: underline;
}

.search-source-medium{
	font-family:arial,sans-serif;
	text-decoration: none;
	font-size:13px
}
.search-source-medium:link{
	color:#0000AA;
	text-decoration: none;
}
.search-source-medium:visited{
	color:#0000AA;
	text-decoration: none;
}
.search-source-medium:hover{
	color:#0000AA;
	text-decoration: underline;
}
.search-result-report-nomatch {
	text-align: left;
	padding:3px;
	font-family:arial,sans-serif;
	font-size: 13px;
}
/* Links to display other results pages */
.search-other-pages {
	text-align:center;
	font-family:arial,sans-serif;
	font-size: 15px;
}
.search-other-pages-url{
	text-decoration: none;
}
.search-other-pages-url:visited{
	color:#0000AA;
}
.search-other-pages-url:hover{
	color:#0000AA;
	text-decoration: underline;
}
.search-other-pages-static{
	color:#AAAAAA;
}
.search-ignored-words {
	font-family:arial,sans-serif;
	font-size: 13px;
	text-align: left;
	padding:3px;
	background-color:#ffff99; 
}	
.search-divline{
	margin-top:20px;
	margin-bottom:-5px;
	border-bottom:1px solid #DDDDDD;
}
.search-divline-search-list{
	margin-top:4px;
	margin-bottom:4px;
	border-bottom:1px solid #eeeeee;
}	
.search-indented {
	margin-left:30px;
}
.search-did-you-mean 
{
	margin-left: 25px;
	font-size: 17px;
	font-family:arial,sans-serif;
	color: #ff0011;
	padding-bottom: 10px;	
}

table.search-info {
	border: 1px solid #ffcc99;
	margin-left:40px;
	font-family: arial,sans-serif;
}
table.search-info td{
	background-color: #ffffdd;
	font-size: 13px;
	vertical-align: top;
}


