@charset "UTF-8";
@import url('cnet.css');

/*Custom CSS Start*/
.show {
	display:block !important;
}
.hide {
	display:none !important;
}
.txt-ctr{
	text-align: center !important;
}
.valign-top {
	vertical-align: top;
}
.valign-middle {
	vertical-align: middle;
}
.black {
	color: #555 !important;
}
.width100per {
	width: 100% !important;
}
table.dataTableType2 > tbody > tr.borderBottom777 > td {
	border-bottom: 1px solid #777 !important;
}
.backorder-heading {
	font-size: 12px;
}
.backorder-heading .address {
	float: right;
    width: 35%;
}
.loader {
	border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3b73b9; /* Blue */
    border-radius: 50%;
    width: 14px;
    height: 14px;
    animation: spin 1s linear infinite;
	margin: 0 auto;
}
.text-transform-uppercase {
	text-transform: uppercase;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.account-number-loader, .zip-code-loader {
	display: inline-block;
	margin-left: 8px;
}
.product-number-container{
	position: relative;
}
#product-number-autocomplete {
	position: absolute;
	top: 29px;
    left: 0;
    width: 300px;
	padding-left: 0.25em;
    padding-right: 0.25em;
	border: 1px solid #ccc;
	background-color:#fff;
	border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	-ms-border-radius: 0.25em;
	box-shadow: inset 0 1px 3px 0 #ccc;
}
#product-number-autocomplete a, #product-number-autocomplete a:hover{
	display: block;
	padding:3px 5px 3px;
	text-decoration: none;
	color: #555
}
#product-number-autocomplete a:hover{
	color:#fff;
	background-color:#3b73b9;
}
.product-number-error-msg{
	float:right;
}
.product-number-error-msg p {
	margin-top:0;
	margin-bottom:0;
}
.overlayDialog{
	position: fixed;
	top: 15%;
	z-index: 1001;
}
table.dataTable.productResultsTable td{
	vertical-align: top;
}
.productResultsTable .loader{
	width: 70px;
	height: 70px;
}
.productResultsTable .loader.availability{
	width: 20px;
	height: 20px;
}
.error select, .error input[type='text'] {
	border: 2px solid red;
}
/*Custom CSS End*/

/*Home Page CSS Start*/
#heroBannerGeospring {
	min-height: 309px;
	width: 100%;
	position: relative;
}
#heroBannerGeospring .heroImageDiv {
	min-height: 309px;
	width:100%;
	position: relative;
}
.homePageSlots {
	min-height: 200px;
	width:100%;
	position: relative;
	padding-top: 10px;
}
#heroBannerGeospring .heroImageDiv .loader,
.homePageSlots .loader{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 32%;
    left: 44%;
}
#heroBannerGeospring .heroImageDiv img{
	width: 100%;
}
#heroBannerGeospring .bannerContent {
	position: relative; z-index: 2;
	width: 50%;
	padding: 28px 28px 0 28px;
}
#heroBannerGeospring h1 {
	margin: 0;
	font-family: "GE Inspira", "Arial", "Helvetica", sans-serif;
	font-size: 48px;
	line-height: 1.0em;
	font-weight: normal;
	color: black;
}
#heroBannerGeospring h2 {
	margin: 0;
	font-family: "GE Inspira", "Arial", "Helvetica", sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-top: 14px;
	color: black;
}
#heroBannerGeospring a.learnMoreButton {
	background-color: #8b2c26;
	display: inline-block;
	padding: 3px 6px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}
#heroBannerGeospring a.learnMoreButton:hover {
	background-color: #ff584c;
}
#heroBannerGeospring .withRightArrowSymbol:after {
	content: '\002006\002192'; /* U+2006 SIX-PER-EM SPACE (instead of regular space because larger font size); U+2192 RIGHTWARDS ARROW */
	font-size: 200%;
	line-height: 50%;
	position: relative;
	top: 0.08em;
}
#heroBannerGeospring .disclaimer {
	margin-top: 2em;
	font-size: 11px;
}
.heroBanner {
	border-bottom: 1px dotted #afb1b4;
	margin-bottom: 14px;
}

@media (max-width: 979px) {
	#heroBannerGeospring .heroImageDiv {
		width: 100%;/*39.89795918367347%;*/
		text-align: right;
	}
	#heroBannerGeospring .heroImage {
		width: 100%;
	}
}
@media (max-width: 800px) {
	#heroBannerGeospring h1 {
		font-size: 36px;
	}
	#heroBannerGeospring h2 {
		font-size: 18px;
	}
	#heroBannerGeospring .heroImageDiv {
		padding-right: 12px;
			padding-bottom: 12px;
	}
	#heroBannerGeospring .bannerContent {
		width: auto;
	}
}
@media (max-width: 600px) {
	#heroBannerGeospring h1 {
		font-size: 24px;
	}
	#heroBannerGeospring h2 {
		font-size: 12px;
	}
}
/*Home Page CSS End*/

#actionDescriptionsOverlayDialog .overlayDialogWindow { width: 950px; }
#invalidSalesAgreementOverlayDialog .overlayDialogWindow { width: 520px; }
.scroll-height-action-description {
	height: 384px;
	overflow: auto;
}
#imageCell > div{
	position:relative !important;
}
#imageCell div{
	z-index: 1000;
}
.roundedCorners{
	border-radius: 1em;
}

.specPageContent #shareSection{
	margin-left: 0;
    width: 480px;
}
.social-share-container{
	text-align: center;
}
.social-share-container > div {
    display: inline-block;
	cursor: pointer;
	margin-right:3px;
}
.social-icon div {
	border-radius: 3px;
	overflow: hidden;
}
.masthead .notlogIn {
	font-size: 26px;
	background: #555;
	color: #fff;
}

/************************************************************************************/
#mainBody .overlay{
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000;
	opacity: 0.1;
	top: 0;
	z-index: 9998;
	left: 0;
}
#mainBody .loader {
	border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
	top: 48%;
	left:48%;
	position: fixed;
    z-index: 9999;
}

.closeButton {
	cursor: pointer;
}

/*SSO Registration page css Start*/
.sso-registration-tbl .label {
	width: 33%;
	padding-left: 3%;
	padding-bottom:5px;
}
.sso-registration-tbl .field {
	width: 64%;
	padding-bottom:5px;
}
.sso-registration-tbl .error .field input {
	border: 1px solid red;
}
/*SSO Registration page css End*/
a.disabledLink {
    cursor: not-allowed;
}
a.disabledLink:hover{
    cursor: not-allowed;
	color:#3b73b9;
}
/* cnet-results.css related changes starts */
table.productResultsTable > * > tr.replacedBy.product-line > td:first-child      { border-right: none; }
table.productResultsTable > * > tr.replacedBy.product-number > td:first-child      { border-right: none; }
/* cnet-results.css related changes ends */
/* cnet-tables.css related changes ends */
.specPageContent table.formTableTypeA {
   width: auto;
}
/* cnet-tables.css related changes ends */
/* cnet-masthead.css related changes starts */
.mastheadSearchForm #searchResults .searchResults ul li a.no-style:link,
.mastheadSearchForm #searchResults .searchResults ul li a.no-style:hover,
.mastheadSearchForm #searchResults .searchResults ul li a.no-style:visited,
.mastheadSearchForm #searchResults .searchResults ul li a.no-style:active {
	text-decoration: none;
	color: #555;
}
/* cnet-masthead.css related changes ends */
.inline-datepicker-input > div{
	display: inline;
}
.move-calendar-right .react-datepicker-popper {
    left: 160px !important;
}
.move-calendar-right .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.move-calendar-right .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
    left: 11px;
}

/*cnet-page-specific.css changes starts*/
body > .productItem {
	height: 3em;
	overflow: hidden;
	border: 1px solid #999;
	margin: -1px;
	background-color: #fff;
}
body > .productItem:hover {
	background-color: #dee5ef;
}
body > .productItem div.sku    { float: left; display: inline-block; line-height: 3em; margin-left: 1em; font-weight: bold; }
body > .productItem div.remove { float: right; display: inline-block; line-height: 3em; margin-right: 1em; }
body > .productItem a.remove   { font-size: 200%; line-height: 1.5em; text-decoration: none; }
body > .pageToReorder {
	display: block;
	float: left;
	vertical-align: top;
	width: 28.50%;
	margin-right: 4.5%;
	box-sizing: border-box;
	padding: 1em;
	background-color: #f2f1f0;
	margin-bottom: 3em;
}
body > .pageToReorder .assignProductsParagraph {
	margin-top: 0; margin-bottom: 7px;
	float: right;
}
body > .pageToReorder .pageNumber {
	margin-top: 0; margin-bottom: 7px;
}
body > .pageToReorder .maxProductsPerPageNotice {
	clear: both;
}
body > .pageToReorder > p:last-child {
	margin-bottom: 0;
}
/*---------------------------------------------------------------------------*/
body > .pageToReorder .productsContainer {
	height: 15em;
	padding-bottom: 4px;
	border: 1px solid #999;
}
body > .pageToReorder .productsContainer > .productItem {
	height: 3em;
	overflow: hidden;
	border: 1px solid #999;
	margin: -1px;
	background-color: #fff;
}
body > .pageToReorder .productsContainer > .productItem:hover {
	background-color: #dee5ef;
}
body > .pageToReorder .productsContainer > .productItem div.sku    { float: left; display: inline-block; line-height: 3em; margin-left: 1em; font-weight: bold; }
body > .pageToReorder .productsContainer > .productItem div.remove { float: right; display: inline-block; line-height: 3em; margin-right: 1em; }
body > .pageToReorder .productsContainer > .productItem a.remove   { font-size: 200%; line-height: 1.5em; text-decoration: none; }
.pdfButtonsPage {
	overflow: hidden;
	background-color: #fff;
}
.pdfButtonsPage .pdfButtonsPage {
	max-width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
}
.pdfButtonsPage div.buttons {
	position: fixed; z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 5em;
	padding: 1em;
	background: #fff;
	box-sizing: border-box;
	text-align: right;
}
.pdfButtonsPage iframe.pdf {
	position: fixed; z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 5em;
	bottom: 0;
	box-sizing: border-box;
	overflow: hidden;
}
/*cnet-page-specific.css changes ends*/
.highlight-row{
	background-color: #eee;
}
.color-black select, .color-black input{
	color: #000000 !important;
}

/* swatches */
.swatch-block {
	display: inline-block;
	width: 27px;
	height: 27px;
	border: 1px solid #3c3c3c;
	margin:0 11px 0 0;
}

.swatch-almond {background-color: #fceec8;}
.swatch-bisque {background-color: #f4efdf;}
.swatch-black {background-color: #000;}
.swatch-champagne {background-color: #c0c0c0;}

.swatch-chrome,
.swatch-cleansteel,
.swatch-graphite-metallic,
.swatch-metallic,
.swatch-metallic-silver,
.swatch-nickel,
.swatch-silver,
.swatch-stainless,
.swatch-stainless-steel {background: url(../images/availablecolors/swatch-steel.png) repeat-y 0 0 #bababa;}

.swatch-black-stainless {background: url(../images/availablecolors/swatch-black-stainless.jpg) repeat-y 0 0;}

.no-backgroundsize .swatch-block.swatch-chrome,
.no-backgroundsize .swatch-block.swatch-cleansteel,
.no-backgroundsize .swatch-block.swatch-graphite-metallic,
.no-backgroundsize .swatch-block.swatch-metallic,
.no-backgroundsize .swatch-block.swatch-metallic-silver,
.no-backgroundsize .swatch-block.swatch-nickel,
.no-backgroundsize .swatch-block.swatch-silver,
.no-backgroundsize .swatch-block.swatch-stainless,
.no-backgroundsize .swatch-block.swatch-stainless-steel	 {background: url(../images/availablecolors/ie-swatch-stainless_steel.png) repeat-y center #494949;}

.swatch-custom,
.swatch-custom-panels {background-color: #fff;}

.swatch-gray,
.swatch-dark-platinum {background: url(../images/availablecolors/swatch-dark_platinum.png) repeat-y 0 0 #545454;}

.no-backgroundsize .swatch-block.swatch-gray,
.no-backgroundsize .swatch-block.swatch-dark-platinum {background: url(../images/availablecolors/ie-swatch-dark_platinum.png) repeat-y center #545454;}

.swatch-red {background-color: #993333;}
.swatch-slate {background-color: #736c66}
.swatch-white {background-color: #fff;}

.swatch-black-slate {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#303133+10,4f5154+50,303133+90 */
background: #303133; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #303133 10%, #4f5154 50%, #303133 90%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #303133 10%,#4f5154 50%,#303133 90%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #303133 10%,#4f5154 50%,#303133 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303133', endColorstr='#303133',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.swatch-chrome,
.swatch-cleansteel,
.swatch-black-stainless,
.swatch-dark-platinum,
.swatch-gray,
.swatch-graphite-metallic,
.swatch-metallic,
.swatch-metallic-silver,
.swatch-nickel,
.swatch-silver,
.swatch-stainless,
.swatch-stainless-steel {background-size: contain;}

.swatch-almond,
.swatch-bisque,
.swatch-champagne,
.swatch-custom,
.swatch-custom-panels,
.swatch-stainless,
.swatch-stainless-steel,
.swatch-white {color: #000;}

.swatch-black,
.swatch-black-slate,
.swatch-black-stainless,
.swatch-dark-platinum,
.swatch-gray,
.swatch-red,
.swatch-slate {color: #fff;}

.swatch-almond,
.swatch-bisque,
.swatch-custom,
.swatch-custom-panels,
.swatch-white {border: 1px solid #000;}

.addToListLinkParagraph {
    font-weight: bold;
}

/*Custom CNet phase 2 css start*/
/* .overlayDialogWindow{
	top: 122px;
} */
.viewPackageDialogWidth {
	width: 700px;
}
.overlayDialog.visible {
	visibility: visible;
}
.overlayDialog.hide {
	visibility: hidden;
}
.additionalInfo {
    font-family: inherit;
}
.width-50 {
	width:49% !important;
	box-sizing: border-box;
}
.pull-left {
	float: left !important;
}
.pull-right {
	float: right !important;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.smalltext {
	font-size: 11px;
}
.height-144 {
	height: 144px !important;
}
.height-width-ratio {
	max-height: 144px;
	max-width: 100%;
	vertical-align: middle;
}
.helper {
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}
table.dataTableType2 > tbody > tr.no-border-bottom > td {
	border-bottom: none;
}
.customBorderTable th:first, .customBorderTable td:first{
	border-left: 1px solid #bbb;
}
.customBorderTable th {
	border-right: 1px solid #bbb;
}
.customBorderTable td {
	border-left: none !important;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.background-eee {
	background: #eee !important;
}
.no-bg {
	background: none !important;
}
.border-bottom-3px {
	border-bottom: 3px solid #bbb !important;
}
.border-bottom-1px {
	border-bottom: 1px solid #bbb !important;
}
.text-right{
	text-align: right;
}
.required {
	color: red !important;
	text-align:bold;
}
.required-disclaimer {
	color: #f09b42;
}
.full-width-fields input{
	width: 100%;
}
.full-width-fields input[name='zip'] {
	width: auto;
}
.billingReferencesValue {
	display: block;
    clear: both;
    margin-left: 50%;
    padding-top: 5px;
    font-size: 11px;
}
.updatebookedorder-quantity {
	width: 25px;
	text-align: center;
}
/* custom CSS Start here */
.highlight-cell {
	background-color: #ff0;
}
a.registrationLink, a.registrationLink:link, a.registrationLink:hover {
	font-family: 'Gotham SSm A', 'Gotham SSm B', 'Arial', 'Helvetica', sans-serif;
    text-transform: none;
    font-size: 14px;
}
/* Login page loader css */
.first-column {
	text-align: left;
	width: 20% !important;
}
.middle-column {
	width: 40% !important;
}
.image-thumb {
	width: 150px;
	margin-top: 10px;
}
.image-thumb img {
	width: 100%;
	margin-bottom: 3px;
}
.auto-width-input input[type='text']{
	width: 100% !important;
}
.txt-uppercase {
	text-transform: uppercase;
}
.green-text {
	color: #393;
}
.availability-address-dropdown {
	font-size: 0.9em;
    margin: 0px;
    float: left;
    line-height: 24px;
    margin-right: 5px;
	width: 32%;
}
.address-dropdown {
	font-size: 0.9em;
	margin: 0;
	float: left;
	width: 65%;
}
.priceDetailsHidden .quickspecs-email-container {
	width: 40%;
	float: left;
}
.viewReplacementLinkDiv {
	padding: 7px 0;
}
.priceDetailsHidden .viewReplacementLinkDiv {
	width: 60%;
	float: left;
}
.estimated-ship-date {
	float: right;
    text-transform: none;
    font-weight: normal;
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 18px;
}
table.productStatusTable > * > tr > *, .fauxTable.productStatusTable > * > .tr > * {
	white-space: nowrap;
}
.closeout {
	padding: 5px 10px;
	margin-top: 20px !important;
    display: inline-block;
}
a.deleteLink {
	font-weight: bold;
    text-decoration: none;
}
.updateOtherEmailAddressTable .column1 {
	width: 25%;
}
.updateOtherEmailAddressTable .column2 {
	width: 60%;
}
.updateOtherEmailAddressTable .column3 {
	width: 2%;
}
.updateOtherEmailAddressTable input[type='text'] {
	width: 100%;
}
.cursor-move {
	cursor: move;
}
td.delete { position: relative; }
tr.dragging-helper-class.sortable-tr > td.delete { text-align: center; position: relative; }
tr.dragging-helper-class.sortable-tr > td.productPhoto { vertical-align: top; }
tr.dragging-helper-class.sortable-tr > td.product { font-size: 12px; }
tr.dragging-helper-class.sortable-tr > td.select { text-align: center; }
.user-select-none {
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.view-return-credit-inner-table {
	margin-left: 2%;
	width: 98% !important;
}
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
.need-backorder-line-action {
	width: 69%;
}
.need-backorder-line-action .blueButton {
	font-size: 14px;
	text-transform: none;
}
.date-picker-custom-css .react-datepicker-popper {
	z-index: 999;
}
.delivery-seq-style {
	font-size: 1.4em;
}
/*@media only print, only screen and (min-width: 600px) {
	.account-number-loader, .zip-code-loader {
		right: -12px;
	    top: 2px;
	    width: 15px;
	    height: 15px;
	}
}*/
/* custom CSS end here */
/*Custom CNet phase 2 css end*/

/* HOB changes starts */
.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: stretch;
}
.flex-item:nth-child(1) {
    flex: 1 1 auto;
    align-self: center;
    width: 27%;
}
.flex-item:nth-child(2) {
    flex: 1 1 auto;
    align-self: center;
    width: 56%;
}
.masthead div.customerNetLogo img.hob-img {
	width: 100%;
}
@media (max-width: 768px) {
    .flex-container {
        flex-wrap: wrap;
    }
    .flex-item:nth-child(1) {
        order: 1;
        flex: 0 0 auto;
        align-self: center;
        width: 100%;
    }
    .flex-item:nth-child(2) {
        order: 0;
        flex: 0 0 auto;
        align-self: center;
        width: 100%;
        text-align: center;
    }
}

#container--hob {
    background-color: #E1E1E1;
    padding: 0;
	height: 65px;
	width: 100%;
    text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

#container--hob img {
    width: 65%;
    /* margin-top: 9px; */
}
/* HOB changes ends */
.selectAlternateColors {
	color: #3b73b9;
}
.orderPointsBlock {
	display: inline-block;
    padding: 0 0 0 50px;
    width: 194px;
}
.radio-style {
	padding: 3px 0 3px 15px;
}
.radio-style input[type='radio'] {
    vertical-align: initial;
}
.update-button-padding {
	padding-left: 21px;
}
.backorder-filters {
	float: right;
	width: 40%;
	font-size: 20px;
	margin-top: 9px;
}
.backorder-filters input {
	margin: 0 5px 0 0;
}
.backorder-filters label {
	margin-right: 44px;
}
.manage-order-page {
	float: none;
	width: 100%;
	font-size: 15px;
}
.react-datepicker-popper {
    z-index: 102 !important;
}
.filter-wrapper {
	background-color: #f5f8fb;
	padding: 1px 16px;
	float: left;
	margin-bottom: 20px;
}
.filter-container {
	padding: 0 30px 0;
}
.filter-container .backorder-filters{
	width: 100%;
	font-size: 14px;
	float: none;
}
.formTableTypeA.width35Col1 > * > tr > td:first-child {
	width: 35%;
	text-align: right;
	font-weight: bold;
}
.formTableTypeA.width35Col1 > * > tr > td:nth-child(2) {
	width: 65%;
}
.captionLikeStyle {
	vertical-align: middle !important;
	background: #777 !important;
}
.captionLikeStyle th {
	border-bottom: none !important;
}
.subbedModelBox {
	position: absolute;
    right: 0;
    padding-top: 10px;
	font-weight: bold;
	width: 300px;
}
.subbedModelBox .label {
	float: left;
	padding: 0px;
	width: 43%;
	line-height: 28px;
}
.subbedModelBox .textfield {
	width: 51%;
	float: right;
    margin-right: 1em;
}
.width100per {
	width: 100%;
}
.packages .addProductBtn {
	font-size: 14px;
}
.addPackageToClass {
	font-size: 15px;
}

.buttonContainer .noButton {
	margin-top: 1.5em;
	float: left;
}
.buttonContainer .yesButton {
	margin-top: 1.5em;
	float: right;
}
.buttonContainer .noButtonContainer {
	margin-top: 1.5em;
	float: left;
}
.buttonContainer .noButtonContainer .noButton {
	margin-top: 0;
}
.buttonContainer .yesButtonContainer {
	margin-top: 1.5em;
	float: right;
}
.buttonContainer .yesButtonContainer .yesButton {
	margin-top: 0;
}
.customer-notes {
	width: 100%;
	height: 156px;
}
.customer-notes::placeholder {
	color: #ccc;
}