/* user feedback  */
.quickorderPage .quickOrderError {
    margin: 0;
	padding: 0 0 0 10px;
    height: 39px;
    vertical-align: middle;
    color: #dc3545 !important;
	font-size: 12px;
	font-weight: bold;
}

.quickorderPage .snackbar {
	visibility: hidden;
    position: fixed;
    right: 5%;
	top: 10%;
    width: 400px;
	height: 52px;
    margin-left: -125px;
    padding: 16px;
    border-radius: 3px;
	border: solid 1px #c3e6cb;
	background: #d5eddb;
	color: #155724;
	text-align: center;
	z-index: 1;
}

.quickorderPage .snackbar-show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.quickorderPage #loadingSpinner {
	width: 55px;
	height: 55px;
}

.quickorderPage .loadingDiv { 
	height: 200px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), #ffffff);
}

.quickorderPage tr.quickorderTableRow.removeAllInvalidated:not(:hover) {
	background: rgba(208, 2, 27, 0.05); 
}

.quickorderPage .rex-tag-has-error:hover {
	background: #f1dfdf;
}

.quickorderPage .rex-tag-has-error {
	background: #fcefef;
}


/* buttons and actions */
.quickorderPage .btnDelete {
	background: transparent;
	border: none !important;
	cursor: pointer;
	overflow: hidden;
	outline: none;
}

.quickorderPage .btnDeleteImg {
	height: 18px;
	width: 18px;
}

/* doesn't appear to be used */
/* .quickorderPage #check {
	width: 18px;
	height: 14px; 
	color: #28a745;
} */

.quickorderPage .undo {
    padding: 0 !important;
	background: transparent;
	border: none !important;
	cursor: pointer;
	overflow: hidden;
    outline: none;
    color:#155724;
	font-weight: bold;
	font-size: 14px !important;
}

/* doesn't appear to be needed - max-content not supported on all browsers */
/* .quickorderPage #mainButtonGroup .quickActionBtn {
	inline-size: max-content; 
} */

/* doesn't appear to be used */
/* .quickorderPage .clearListText {
	text-align: right;
	color: var(--primary-700);
	cursor: pointer;
} */

.quickorderPage .closeButton {
	top: 1rem; 
	right: 1rem; 
}

.quickorderPage .quickorderClearListButton:hover {
	cursor: pointer;
}

.quickorderPage .btnDelete {
	padding-top: 8px;
	padding-left: inherit;
}

.quickorderPage .quickorder.removeAllText {
	line-height: normal;
	cursor: pointer;
}

/* doesn't appear to exist */
/* .quickorderPage .btnDeleteRemoveAll {
	height: 18px;
	width: 18px;
	padding-bottom: 3px;
} */


/* control containers */
/* doesn't appear to be used */
/* .quickorderPage .quickOrderResult {
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 10px;
	height: 39px;
} */

/* quick order table content - from tag files being used elsewhere */
.quickorderPage .productPriceDetails {
	position: relative;
}

.quickorderPage .productPriceDetails .tableDivCont {
	display: table;
	height: 39px;
}

.quickorderPage .productPriceDetails .tableDivCont label {
	display: table-cell; 
	padding-left: 0; 
	font-size: 12px;
	vertical-align: middle;
}

.quickorderPage .orderItem-name label {
	vertical-align: middle;
	display: table-cell;
}

/* moved to markup */
/* .quickorderPage #quick-order-formID.quick-order-form .quickOrdertblheader {
	margin-bottom: 10px;
} */

.quickorderPage #temporaryProductResultDataContainer {
	display: none;
}

.quickorderPage #mainButtonGroup {
	border-left-width: 4px !important;
}

.quickorderPage .container {
	margin: auto; 
}

/* below x3 don't appear to be used */
/* .quickorderPage #searchProductformDiv {
	margin-top: 3%; 
	margin-bottom: 3%; 
	padding: 0;
}
.quickorderPage #searchProductformDiv input {
	height: 100%; 
	width: 100%; 
	margin: 0; 
}
.quickorderPage #searchProductformDiv button {
	height: 100%; 
	width: 100%; 
	margin: 0; 
} */

.quickorderPage .table-responsive {
	overflow-x: unset;
}

/* leaving these as-is as it is not clear what requirement is from JS and existing markup -functionality not visible on local */
.quickorderPage .rex-display-none-override {
	display: none !important;
}

.quickorderPage .rex-display-none-override-2 {
	display: none !important;
}

.quickorderPage .copyPasteTitle {
	margin-top: 10%;
    margin-left: 9%;
}

.quickorderPage #btnClose {
	width: 20px;
	right: 5%;
}

.quickorderPage #copyPasteText {
	width: 90%;
	height: 90%;
	margin: 0 auto;
}

.quickorderPage #copyPasteDesc {
    margin: 2% 8% 8%; 
}

.quickorderPage #copyPasteDivButton {
	margin-top: 10%;
	height: 20%;
}

.quickorderPage .addProductBtn {
	width: 90%;
	height: 80%;
}

.quickorderPage .Show-invalidated-pro {
	line-height: 1.57;
}

.quickorderPage .rex-border-dotted {
	border-style: dotted;
}

.quickorderPage .rex-margin-top-6p {
	margin-top: 6%;
}

.quickorderPage .rex-margin-bottom-4p {
	margin-bottom: 4%;
}

/* element doesn't appear to exist */
/* .quickorderPage #please-enter-product {
	width: 285px;
	height: 48px;
	font-family: OpenSans;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #4a4a4a;
	visibility: hidden;
	position: absolute;
	right: 25%;
} */

/* doesn't appear to exist */
/* .quickorderPage .emptyFormMessage {
	position: absolute;
	margin-left: 50%;
	margin-top: 100px;
} */

/* doesn't appear to exist */
/* .quickorderPage .productPriceDetails .tableDivCont.stockAvailabilityField label {
	display: contents;
	vertical-align: unset;
} */

.quickorderPage .font-inherit {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.quickorderPage .quickorderTableRow input {
	background: #fff !important;
}

.quickorderPage #uploadModalPopup .border-dotted {
	border-style: dashed;
	border-width: 1px;
}

.quickorderPage .productPriceDetails label span.text-gray,
.quickorderPage .obsoleteInfo p.text-gray {
	color:#333;
	font-weight: 400;
}

.quickorderPage .replacement-prods .btn-quantity {
	padding-left: 8px;
	padding-right: 8px;
}

.quickorderPage .tableDivCont span {
	font-size: 12px;
}

/* IE11 */
@media all and (-ms-high-contrast:none) {
	.quickorderPage .text-break {
		word-break: break-all;
	}
}


/* modals */
.quickorderPage #uploadModalPopup #dragandrophandler > span {
	top: 40%;
}

.quickorderPage #uploadModalPopup p {
	font-size: 12px;
}

.quickorderPage #fastOrderString {
	resize: none;
}

.quickorderPage .popupJoblistBody {
	-ms-overflow-style: scrollbar; 
	overflow-x: hidden;
}

.quickorderPage .addToJoblist-modal-content {
	height: 95vh;
	overflow: auto;
}


/* invalid products first - switch */
/* Doesn't appear to be used */
/* .quickorderPage .On {
	width: 35px;
	height: 20px;
} */

.quickorderPage .switch {
	width: 34px;
	height: 14px;
}

.quickorderPage .slider {
	position: absolute;
	cursor: pointer;
	top: 1px;
	left: 0;
	right: 5px;
	bottom: 1px;
	background: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.quickorderPage .slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 19px;
	top: -3px;
	left: 0;
	-webkit-transition: .4s;
	transition: .4s;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2),
				0 2px 1px -1px rgba(0, 0, 0, 0.12),
				0 1px 1px 0 rgba(0, 0, 0, 0.14); 
	background: #fff;
}

.quickorderPage input:checked + .slider {
	background: #37c33d;
}

.quickorderPage input:focus + .slider {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2),
				0 2px 1px -1px rgba(0, 0, 0, 0.12),
				0 1px 1px 0 rgba(0, 0, 0, 0.14);
}

.quickorderPage input:checked + .slider:before {
	-webkit-transform: translateX(11px);
	-ms-transform: translateX(11px);
	transform: translateX(11px);
}

.quickorderPage .slider.round {
	border-radius: 10px;
	height: 14px;
	margin-top: 2px;
}

.quickorderPage .slider.round:before {
	border-radius: 50%;
}

/* multi-match */
/* doesn't appear to exist */
/* .quickorderPage #multipleMatchContainer {
	width: 100%;
	display: flex;
	overflow-x: auto;
} */

.quickorderPage .listProductMultipleMatchContainer {
	height: 319px;
	flex: 0 0 auto;
}

/* don't see any of this content or elements, but is in code */
.quickorderPage .scrolling-wrapper-flexbox-multipleMatch {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}

.quickorderPage .img.multipleCard {
	margin-left: auto;
	margin-right: auto;
}

.quickorderPage .card.multipleMatchCard {
	border: none;
	height: 100%;
}

.quickorderPage #multipleMatchCloseButton {
	text-align: left;
}

.quickorderPage .card-body-multipleMatch {
	padding-top: 5%;
	height: 100%;
}

.quickorderPage .btn.close.multiMatch.button {
	padding: 0;
}

.quickorderPage .carousel-item.col.active {
	margin-left: auto;
	margin-right: auto;
}

.quickorderPage .carousel-control-next-multipleMatch {
	margin-top: 15%;
}

.quickorderPage .carousel-control-prev-multipleMatch {
	margin-top: 15%;
}

.quickorderPage .multipleMatch {
	color:#2e4eaa;
}


/* file upload */
.quickorderPage #dragandrophandler {
	height: 150px;
}

.quickorderPage .statusbar:nth-child(odd) {
	background:#ebeff0;
}

.quickorderPage #uploadModalPopup .statusbar {
	font-size: 16px;
}

.quickorderPage #uploadModalPopup .abort {
	right: 0;
}

.quickorderPage .file-upload-button input[type="file"] {
	outline: none;
}

.quickorderPage .cursor-pointer {
	cursor: pointer;
}



/* only media queries related to breakpoint below this point - at end of file */
@media screen and (max-width: 767.98px) {
    
	.quickorderPage .quickActionButtons,
	.quickorderPage .quickActionBtn {
		width: 100%;
	}  
	
	.quickorderPage #copyPasteModalPopup {
		background: #fff;
	}

	.quickorderPage #quickOrderPasteform #copyPasteText {
		width: 100%;
	}

	.quickorderPage #copyPasteModalPopup .copyPasteTitle {
		margin-left: 4%;
	}

	.quickorderPage #copyPasteModalPopup #copyPasteDesc { 
		margin-left: 3%;
    }

	.quickorderPage .table td {
		padding: unset;
	}

	.quickorderPage td .row {
		margin-top: 0.5rem;
	}

	.quickorderPage button.btnDelete {
		padding-left: unset;
	}

	.quickorderPage .productPriceDetails .tableDivCont {
		height: unset;
	}

	.quickorderPage .priceColumn .quickOrderSuccess {
		height: auto;
	}

    .quickorderPage .quickorderAddToCard,
    .quickorderPage #addToCartButtonTop,
    .quickorderPage #addToJobListButtonTop,
    .quickorderPage .addToJoblistButton,
    .quickorderPage .quickorderClearList {
		width: 100%;
	}

    /* doesn't appear to be used. */
	/* #quickorderPage .priceColumn .quickOrderResult {
		height: auto;
	} */
	
}


@media screen and (max-width: 999.98px) {
	
	.quickorderPage .validationBtn {
		width: 100%; 
		margin-top: 0.5rem; 
		padding-left: 0.1rem; 
        padding-right: 0.1rem;
	}

}

.cartLimitExceeded .alert-dismissible-close, .joblistLimitExceeded .alert-dismissible-close{
	float: right;
    position: absolute;
    top: 2%;
    right: 6%;
	
}
    
  .quickorderTable .rowDisabled{
  	background: lightgray;
  }