/* Medline 
   Reusable UX Components 
   Style Sheet
*/

/* ==== Hyperlink ==== */
a.mdcHyperLink{
	font-size: 14px;
	line-height: 17px;
	color: #0052CC !important;
	font-weight: 600;
    font-kerning: none;
    text-decoration: none;
}

a.mdcHyperLink:hover{
	font-size: 14px;
	line-height: 17px;
	color: #3398FF !important;
 	font-weight: 600;
    font-kerning: none;
    text-decoration: none;
}     	
/* ==== Input - Text Box ==== */
input[type="text"].inpTextBox{
	border: 1px solid #aeb5c1;
	box-sizing: border-box !important;
	border-radius: 3px;
	height: 32px;
	color: #091E42;
}
.inpTextDownArrowBox{
	display: inline-block;
	position: relative;
}
.inpTextWithDownArrow{
	position: absolute;
    right: 15px;
    font-size: 25px;
    font-weight: normal;
    color: #A0A4A8;
    top: 3px;
    pointer-events: none;
}

input[type="text"][readonly]{
	border: 1px solid #EBECF0;
	box-sizing: border-box !important;
	border-radius: 3px;
	height: 32px;
	background: #EBECF0;
}

/* ==== Select Box ==== */
select.selectWithDownArrow,
.ui-widget select.selectWithDownArrow{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	border: 1px solid #aeb5c1;
	box-sizing: border-box !important;
	border-radius: 3px;
	height: 32px;
	color: #000000;
    line-height: 20px;
    padding: 3px 0 3px 10px;

	-webkit-appearance: none;
  	-moz-appearance: none;
  	-o-appearance: none;
  	appearance: none; 
}
select.selectWithDownArrow::-ms-expand {
   	display: none;
}
.inpDownArrowIcon{
	position: relative;
    right: 25px;
    top: -3px;
    font-size: 25px;
    font-weight: normal;
    color: #A0A4A8;
	/* this is so when you click on the chevron, your click actually goes on the dropdown menu */
	pointer-events: none;
	/* everything after this is just to cover up the original arrow */
	/* (for browsers that don't support the syntax used above) */
}

/* ==== Numerical Select Box / DropDown ==== */
.numDropDownWithArrow{
	display: inline-block;
	position: relative;
    top: 0;
}
.numDropDownWithArrow select{
	font-family: 'GloberRegular', sans-serif;
	font-size: 14px;
	border: 1px solid #8993A4;
	box-sizing: border-box !important;
	border-radius: 5px;
	height: 32px;
	color: #002D72;
	font-weight: 700;
    line-height: 20px;
    padding: 7px 0 3px 10px;
	min-width: 50px;
	-webkit-appearance: none;
  	-moz-appearance: none;
  	-o-appearance: none;
  	appearance: none; 
}
.numDropDownWithArrow select::-ms-expand {
   	display: none;
}
.numDropDownWithArrow .inpDownArrowIcon{
	position: absolute;
    right: 10px;
    top: 4px;
    font-size: 24px;
    font-weight: normal;
    color: #002D72;
	/* this is so when you click on the chevron, your click actually goes on the dropdown menu */
	pointer-events: none;
	/* everything after this is just to cover up the original arrow */
	/* (for browsers that don't support the syntax used above) */
}

/* ==== Popup - Rounded ==== */
.mdcRoundPopupClass {
	border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    line-height: normal;
    width: auto !important;
    box-shadow: 0 3px 2px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0 3px 2px rgba(50, 50, 50, 0.25);
    -webkit-box-shadow: 0 3px 2px rgba(50, 50, 50, 0.25);
    -ms-box-shadow: 0 3px 2px rgba(50, 50, 50, 0.25);
}
.mdcRoundPopup {
    display: none;
}
.mdcRoundPopupClass .mdcRoundPopup h1 {
    font-size: 18px;
    color: #0057CC;
    font-weight: 600;
    padding: 0 0 40px 0;
}
.mdcRoundPopupClass .mdcRoundPopup.ui-front {
    z-index: 18999 !important;
}
.mdcRoundPopupClass .mdcRoundPopupClose {
    display: inline-block;
    float: right;
    position: relative;
    font-size: 23px;
    color: #0057CC;
    top: -14px;
    right: -23px;
    cursor: pointer;
}
.mdcRoundPopupClass.ui-widget-content{
	border: none;
}
.mdcRoundPopupClass.ui-dialog .ui-dialog-content{
	padding: 30px 40px 30px 40px !important;
	font-family: 'GloberRegular', sans-serif;
}
.mdcRoundPopupClass .userInfoContent{
	padding: 0;
}
.mdcRoundPopupClass .mdcPopupBtn{
	margin: 25px 0 0 0;
}


/* ==== Buttons - Rounded ==== */
.mdcRoundedButtons{
	margin: 25px 0 0 0;
}
.mdcRoundedButtons input.btnInactiveRounded,
.mdcRoundedButtons a.btnInactiveRounded {
    font-family: 'GloberRegular', sans-serif;
    background-color: #DFE1E5;
    color: #FFFFFF;
    border: 1px solid #DFE1E5;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.2px;
    text-align: center;
    text-decoration: none;
    padding: 8px 30px 5px 30px;
    display: inline-block;
}
.mdcRoundedButtons input.btnBlueRounded,
.mdcRoundedButtons a.btnBlueRounded {
    font-family: 'GloberRegular', sans-serif;
    background-color: #0057CC;
    color: #FFFFFF;
    border: 1px solid #0057CC;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.2px;
    text-align: center;
    text-decoration: none;
    padding: 8px 30px 5px 30px;
    cursor: pointer;
    display: inline-block;
}
.mdcRoundedButtons input.btnBlueRounded:hover,
.mdcRoundedButtons a.btnBlueRounded:hover {
    background-color: #1963D1;
    border: 1px solid #1963D1;
    color: #ffffff;
}

.mdcRoundedButtons input.btnGreenRounded,
.mdcRoundedButtons a.btnGreenRounded {
    font-family: 'GloberRegular', sans-serif;
    background-color: #0BA248;
    color: #FFFFFF;
    border: 1px solid #0BA248;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.2px;
    text-align: center;
    text-decoration: none;
    padding: 8px 30px 5px 30px;
    cursor: pointer;
    display: inline-block;
}
.mdcRoundedButtons input.btnGreenRounded:hover,
.mdcRoundedButtons a.btnGreenRounded:hover {
    background-color: #23AB5A;
    border: 1px solid #23AB5A;
    color: #ffffff;
}
.mdcRoundedButtons input.btnWhiteRounded,
.mdcRoundedButtons a.btnWhiteRounded {
    font-family: 'GloberRegular', sans-serif;
    background-color: #ffffff;
    color: #0057CC;
    border: 1px solid #0057CC;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    padding: 8px 30px 5px 30px;
    cursor: pointer;
    display: inline-block;
}

/* ==== Radio Buttons ==== */
input.radioBtnOldHidden,
input.checkBoxOldHidden{
    opacity: 0;
    width: 0;
    height: 0;
}
.radioButtonFalse{
	height: 16px;
	width: 16px;
	background-color: #FFFFFF;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #B3BAC5;
	box-sizing: border-box !important;
	cursor: pointer;
	vertical-align: middle;
}
.radioButtonTrue{
	height: 16px;
	width: 16px;
	background-color: #FFFFFF;
	border-radius: 50%;
	display: inline-block;
	border: 4px solid #0057CC;
	box-sizing: border-box !important;
	cursor: pointer;
	vertical-align: middle;
}

/* ==== Tooltip - Info Icon ==== */
.infoTooltipIcon{
	height: 22px;
	width: 22px;
	border-radius: 50%;
	display: inline-block;
	color: #0052CC;
	text-align: center;
	font-family: Calibri, sans-serif;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	margin: 0 0 0 5px;
	border: 2px solid #0052CC;
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
}

/* ==== Toggle Switch ==== */
.toggleSwitch {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 20px;
	left: 12px;
}
.toggleSwitch input { 
	opacity: 0;
	width: 0;
	height: 0;
}
.toggleSlider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFFFFF;
	border: 2px solid #999999;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.toggleSlider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: -1px;
	bottom: 0;
	background-color: white;
	border: 2px solid #999999;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
input:checked + .toggleSlider {
	border: 2px solid #0057CC;
	background-color: #0057CC;
}
input:checked + .toggleSlider:before {
	border: 2px solid #FFFFFF;
	transform: translateX(16px);
	-webkit-transform: translateX(16px);
	-moz-transform: translateX(16px);
	-ms-transform: translateX(16px);
}
.toggleSlider.toggleRound {
	border-radius: 20px;
}
.toggleSlider.toggleRound:before {
	border-radius: 50%;
}

/* ==== Table Grid Styles ==== */
.mdcTableGrid table th{
	font-size: 13px;
	padding: 13px 0 7px 15px;
	font-weight: normal;
	border: none;
	background-image: none;
	color: #434343;
    background-color: #D7D7D7;
}
.mdcTableGrid table td{
	font-size: 13px;
	padding: 15px 0 12px 15px;
	word-break: break-word;
	color: #333333;
}
.mdcTableGrid table td:not(.noBorder) {
    border-top: 1px solid #dddddd !important;
    border-bottom: none !important;
}

/* ==== Grid Row Styles ==== */
.mdcGridStripped tr.rowHeader, .rowHeader{
	background-color: #DADADA;
}
.mdcGridStripped tr.rowActive, .rowActive{
    background-color: #DFEFFF !important;
}
.mdcGridStripped tr.rowGrey, .rowGrey, .mdcGridStripped tr:nth-child(even){
    background-color: #EFEFEF;
}
.mdcGridStripped tr:nth-child(odd){
	background-color: #FFFFFF;
}

/* ==== Check Box ==== */
.checkBoxBlue{
	color: #0057CC;
    font-size: 16px;
}
.checkBoxGrey{
	color: #B3BAC5;
    font-size: 16px;
}

/* ==== Flexi Row Col ==== */
.flexiRow{
	width: 100%;
    vertical-align: top;
    line-height: normal;
    padding: 0 0 15px 0;
}

.flexiRow .fColName{
	width:20%;
	float: left;
}
.flexiRow .fColName label{
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}
.flexiRow .fColValue{
	line-height: 17px;
	width: 80%;
	float: left;
	color: #000000;
	font-weight: normal;
	font-size: 14px;
}
.flexiRow .fColValue .fCol-0,
.flexiRow .fColValue .fCol-1,
.flexiRow .fColValue .fCol-2{
	padding: 0 0 8px 0;
}

/* ==== Pagination with Items Per Page Dropdown ==== */
.paginationWithItemsPerPage{
	margin: 0;
}
.paginationWithItemsPerPage .itemsPerPage{
	float: left;
	width: 27%;
}
.paginationWithItemsPerPage .itemsPerPage label{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #091E42;
	padding: 0 3px 0 0;
	position: relative;
    top: -1px;
}
.paginationWithItemsPerPage #pagination{
	display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    float: left;
	width: 73%;
}

.fa-circle.medOrange::before{
  color: #EE7310;
  font-weight: 900;
}

.fa-circle.medWarnMessage::before{
   color: #FFAB00;
   font-weight: 900;
}

.fa-circle.medGreen::before{
  color: #0BA248;
  font-weight: 900;
}

.fa-circle.medRed::before{
  color: #DE350B;
  font-weight: 900;
}

.availabilitySection{
	line-height: 20px;
	word-wrap: break-word;
	font-weight: normal;
}
/* more popup css */
    
.popover{
  border: 1px solid #0052CC !important;
}   
 
.bs-popover-right .arrow:before,
.bs-popover-left .arrow:before {
	border-right-color: #0052CC !important;
	border-left-color: #0052CC !important;
	}
.plantTable{
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 300px;
}
.plantTable .plantTableHeader{
	background: #DFE1E5;
}
.plantTable .content:nth-of-type(odd){
	background: #F4F5F7;
}
.bs-popover-bottom .arrow:after,
.bs-popover-top .arrow:after {
	border-bottom-color: #fff  !important;
	border-top-color: #fff  !important;
}
.bs-popover-bottom .arrow:before,
.bs-popover-top .arrow:before {
	border-bottom-color: #0052cc!important;
	border-top-color: #0052cc!important;
}
.moreInfoPop .popover-header {
	font-weight: 600;
	border-bottom: 0px;
	border-top: 0px !important;
}
.moreInfoPop .popover-header:before {
	border-bottom: 0px !important;
	border-top: 0px !important;
}
.moreInfoPop .popover-header, .popover-body{
	font-family: 'GloberRegular', sans-serif;
	color: #000 !important;
	font-size: 12px !important;
}

/* sku Description popover */

.skuIdPopOverSection div{
	display: inline-block;
}

 .skuIdPopOverSection .textContent{
   vertical-align: top;
   width: 60%;
 } 
 
 .popover-body .skuIdPopOverSection .textHeader{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
 }

 /* SHIELD-2415 MDC Order Templates Page level messaging changes */

 #orderTemplateNoSKUSubstitute.medError a,
 #orderTemplateITCSuccess.medSuccess a {
    color: #0755B8;
    text-decoration: underline;
}

#orderTemplateNoSKUSubstitute.medError,
#orderTemplateITCSuccess.medSuccess {
	border-radius: 6px;
}

#orderTemplateSKUErrorBox.medInformation,
#orderITCSuccess.medInformation {
	background-color: #E0F4FF;
	border: 1px solid #0049B0;
	border-radius: 6px;
	background-image: url("/media/appresources/css/images/blue-informational-icon.png") !important;
	background-size: 24px 24px;
}

#orderITCSuccess.medInformation a {
	color: #0755B8;
    text-decoration: underline !important;
	cursor: pointer;
}

table.medBannerTable {
	width: 100%;
    border-collapse: separate;
	border-spacing: 0 0.2em;
}

table.medBannerTablePDF {
	margin-top: 5px;
}
table.medBannerSuccessTablePDF {
	margin-top: 35px;
}

td.medBannerPDF {
	padding: 10px;
	margin-top: 35px;
}

table.medBannerTableSubmittedPDF {
	margin-top: 58px;
}

span.medErrorBannerPDF {
	padding-left: 10px;
}

p.medBannerPDF {
	padding-top: 10px;
	padding-left: 50px;
}

td.medError.medBannerPDF {
	display: block;
}

.containerImage {
    display: inline-block;
    vertical-align: top;
}

.prevSkuItemImage {
    width: 70px;
    height: 70px;
}

.itemDescriptionDetail {
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.itemDetailBolded {
	font-weight: 600;
}

.containerText {
    display: inline-block;
    width: 70%;
}

.popover.prevSkuItemDetail {
	max-width: 375px;
}

#embroideryModalPopup.modal {
	background-color: rgb(0,0,0); 
	background-color: rgba(0,0,0,0.4);
	font-family: 'Glober', sans-serif;
	z-index: 10000;
}

@media (min-width: 576px) {
	#embroideryModalPopup .modal-dialog {
		max-width: 675px;
	}
}

#embroideryModalPopup .modal-content {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

#embroideryModalPopup .modal-header {
	padding: 2rem 2rem;
}

#embroideryModalPopup .modal-header .close {
    margin: -2rem -2rem -2rem auto;
}

#embroideryModalPopup .modal-body {
	padding: 2rem 2rem;
}

#embroideryModalPopup .modal-footer {
	border: 0px;
}

#embroideryModalPopup .modal-title {
	font-size: 1.25rem;
	color: #091E42;
}

#embroideryModalPopup .rightPlacementDiv {
	margin-left: 37%;
	margin-top: 8%;
	position: relative;
}

#embroideryModalPopup #placementStep,
#embroideryModalPopup .embroideryPreviewSection,
#embroideryModalPopup #termsAgreementInput {
	display: flex;
}

#embroideryModalPopup .labCoatImg {
	height: 125px;
}

#embroideryModalPopup .embEllipseImg {
	position: absolute;
	top: 18%;
	left: 62%;
	height: 14px;
	width: 14px;
}

#embroideryModalPopup hr {
	clear: both;
    margin: 1rem -1rem;
    border-top: 1px solid rgba(0,0,0,.1);
	display: block;
}

#embroideryModalPopup .btn.btn-outline-primary {
	margin-right: auto;
}

#embroideryModalPopup label,
#embroideryModalPopup .modal-page h6 {
	display: block;
    padding: 3px 0px;
}

#embroideryModalPopup #embroideryStepsEven {
	margin-top: 1rem;
}

#embroideryModalPopup .modal-page h5 {
	color: #091E42;
	font-weight: bold;
	font-family: 'Glober', sans-serif;
}

#embroideryModalPopup .modal-page h6 {
	color: #091E42;
	line-height: 24px;
	font-family: 'Glober', sans-serif;
}

#embroideryModalPopup .modal-dropdown {
	cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 14px;
	line-height: 14px;
	font-family: "Glober", sans-serif;
    border: solid 1px #002D72;
    border-radius: 3px;
    height: 24px;
	width: 170px;
	font-weight: 400;
	color: #002D72;
}

#embroideryModalPopup .embroidery-selected-color {
	width: 30px;
	height: 30px;	
	background: #2F3032;
	border: 1px;
	border-radius: 25px;
	cursor: pointer;
}

#embroideryModalPopup .modal-input {
	height: 23px;
    width: 170px;
	border: 1px solid #6B768A;
	border-radius: 3px;
}

#embroideryModalPopup .embroidery-line-item {
	display: flex; 
	justify-content: space-between;
}

#embroideryModalPopup .embroidery-line-item.moreMargin {
	margin-top: 5px;
}

#embroideryModalPopup .embroidery-text-creation {
	line-height: 20px;
}

#embroideryModalPopup a {
	color: #0052cc;
    font-family: 'Glober', sans-serif;
    font-weight: 600;
}

#embroideryModalPopup .addNewLine {
    line-height: 24px;
}

#embroideryModalPopup .embroideryLogo {
	margin: auto;
	width: auto;
	height: auto;
    max-width: 250px;
    max-height: 250px;
}

#embroideryModalPopup .embroideryPreviewDisclaimer {
	inline-size: 45%;
	padding: 30px 30px 0 0;
}

#embroideryModalPopup .modal-preview-text {
	text-align: center;
    margin-top: 5px;
	font-size: 1.25rem;
	font-family: Arial, sans-serif;
	color: black;
}

#embroideryModalPopup #embroideryPreviewPane {
	background: lightgray;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 265px;
    min-height: 200px;
}

#embroideryModalPopup #embroideryPreviewDiv {
	margin-top: 12px;
}

#embroideryModalPopup #embroideryPreviewDiv .previewText {
	font-weight: 400;
	color: #5E6C84;
}

#embroideryModalPopup #embroideryPreviewDiv.pageThreeMargin {
	margin-top: 9px;
}

#embroideryModalPopup h5, h6 {
	font-size: 14px;
}

#embroideryModalPopup .no-embroidery-logo {
	margin-top: 10px;
}

#embroideryModalPopup input:disabled,
#embroideryModalPopup select:disabled {
	background: lightgray;
	border-color: lightgray;
	color: darkgray;
}

#embroideryModalPopup .embroideryLineItemMargin {
	margin-top: 25px;
}

#embroideryModalPopup .popover.embroideryHover {
	z-index: 10000;
	max-width: 452px;
    max-height: 312px;
}

#embroideryModalPopup .popover.embroideryPopover {
	z-index: 10000;
	max-width: 650px;
    max-height: 340px;
	margin-right: 28%;
}

@media (max-width: 1450px) {
	#embroideryModalPopup .popover.embroideryPopover {
		margin-right: 0%;
	}
}

#embroideryModalPopup .popover #embroidery-color {
	width: 25px;
	height: 25px;
	border: 1px;
	border-radius: 25px;
	cursor: pointer;
}

#embroideryModalPopup .popover .embroidery-color-description {
	font-size: 14px;
    line-height: 18px;
    margin-top: 4px;
    padding: 5px;
	width: 110px;
}

#embroideryModalPopup .popover .popover-body.embroidery-color-popover {
	display: flex;
    align-items: center;
	align-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
	width: 630px;
    height: 332px;
}

#embroideryModalPopup .popover .color-popover-section {
	display: flex;
    align-items: center;
	justify-content: space-evenly;
    padding: 8px;
	width: 145px;
    height: 30px;
}

#embroideryModalPopup #custom-embroidery-pricing {
	margin-top: 20px;
}

#embroideryModalPopup .embroidery-multiple-qty {
	width: 577px;
	height: 69px;
	background: #FFFAE5;
	border: 1px solid #FFFAE5;
	border-radius: 12px;
	margin: 10px 0px;
}

#embroideryModalPopup .embroidery-multiple-qty h4 {
	margin: 10px 10px 5px 10px;
}

#embroideryModalPopup .embroidery-multiple-qty p {
	margin-left: 10px;
}

#embroideryModalPopup .popover .font-size-hover-image {
	height: 247px;
	width: 266px;
	border-radius: 0px;
}

#embroideryModalPopup .popover .font-name-hover-image {
	height: 230px;
	width: 383px;
	border-radius: 0px;
}

#embroideryModalPopup .popover .popover-body.embroidery-font-hover {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: space-between;
    max-width: 452px;
    height: 258px;
}

#embroideryModalPopup i.infoCircleIcon {
	font-weight: 400;
}

#embroideryModalPopup .embroidery_line_text_1::after {
    content: "*";
    color: red;
	font-size: 14px;
    font-weight: 600;
}

#embroideryModalPopup .embCharLimit {
	font-style: italic;
}

#embroideryModalPopup #embroideryUserSelectionPreview {
	word-break: break-word;
}

#embroideryModalPopup .embroidery-logo-error {
	margin-top: 10px;
	color: #DE350B;
}

#lineItemDetailsTable .embroideryPriceDisplay {
	display: block;
	position: relative;
}

#lineItemDetailsTable .medEmbroideryLineItem {
	display: grid;
    line-height: 18px;
    font-family: 'Glober', sans-serif;
    font-size: 12px;
	word-break: break-all;
}

#lineItemDetailsTable .disableBtn.cartLineItem {
	background-color: #DDDDDD!important;
    border-color: #DDDDDD!important;
}

#embroideryModalPopup #termsConditionPreview {
	flex-direction: row-reverse;
    display: flex;
    justify-content: space-between;
}

#embroideryModalPopup .termsConditionMsg,
#embroideryModalPopup #termsAgreementInput {
	margin-top: 30px;
}

#embroideryModalPopup .agreeTermsConditionMsg {
	margin-left: 5px;
}

#infoTabArea .embroideryIndicator {
	height: 25px;
    width: 182px;
    margin-top: 18px;
}

#embroideryModalPopup input.embInputError {
	border: 1px solid red;
}

#embroideryModalPopup .embError {
	color: red;
	width: 170px;
}

#embroideryModalPopup .radioLabel {
	margin-top: -1px;
	line-height: 18px;
}

#embroideryModalPopup .radiobtn {
	vertical-align: middle;
	margin: -1px 3px 0px 0px;
}