@font-face {	
	font-family: 'barlow';	
	src: url('../fonts/Barlow-Regular.ttf');	
	/* IE9 Compat Modes */	
	src: url('../fonts/Barlow-Regular.ttf') format('truetype'),	
	/* Safari, Android, iOS */	
}	
@font-face {	
	font-family: 'barlow-bold';	
	src: url('../fonts/Barlow-Bold.ttf');	
	/* IE9 Compat Modes */	
	src: url('../fonts/Barlow-Bold.ttf') format('truetype'),	
	/* Safari, Android, iOS */	
}	
@font-face {	
	font-family: 'barlow-semibold';	
	src: url('../fonts/Barlow-SemiBold.ttf');	
	/* IE9 Compat Modes */	
	src: url('../fonts/Barlow-SemiBold.ttf') format('truetype'),	
	/* Safari, Android, iOS */	
}	
@font-face {	
	font-family: 'barlow-medium';	
	src: url('../fonts/Barlow-Medium.ttf');	
	/* IE9 Compat Modes */	
	src: url('../fonts/Barlow-Medium.ttf') format('truetype'),	
	/* Safari, Android, iOS */	
}	
.cal-icon {
    width: 23px;
    height: 23px;
    margin: 0px 6px 0px 4px;
    background: url("../images/calender.png");
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

/*fOR Quick order popup*/
/* #modal-quick-order,
 */
.modal-quick-order .modal-dialog:before,
.modal-scratch-pad .modal-dialog:before,
.modal-ptpr-report .modal-dialog:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 320px !important;
    top: -23px;
    border: solid 8px transparent;
    border-bottom: solid 15px #b560a3;
}

.modal-feedback .modal-dialog:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 200px;
    top: -23px;
    border: solid 8px transparent;
    border-bottom: solid 15px #b560a3;
}

.modal-quick-order .modal-dialog,
.modal-feedback .modal-dialog,
.modal-scratch-pad .modal-dialog,
.modal-ptpr-report .modal-dialog {
    background-color: #fff;
    box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    -webkit-box-shadow: 0px 0px 20px #000;
}

.modal-quick-order .modal-dialog .modal-body,
.modal-feedback .modal-dialog .modal-body,
.modal-scratch-pad .modal-dialog .modal-body,
.modal-ptpr-report .modal-dialog .modal-body {
    position: relative;
}

.modal-quick-order .modal-dialog .modal-header,
.modal-feedback .modal-dialog .modal-header,
.modal-scratch-pad .modal-dialog .modal-header,
.modal-ptpr-report .modal-dialog .modal-header {
    background-color: #b560a3;
    color: #fff;
}

.modal-quick-order .modal-dialog .modal-header .close,
.modal-feedback .modal-dialog .modal-header .close,
.modal-scratch-pad .modal-dialog .modal-header .close,
.modal-ptpr-report .modal-dialog .modal-header .close {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    opacity: 1;
}

.modal-quick-order .modal-dialog .modal-header .close:hover,
.modal-feedback .modal-dialog .modal-header .close:hover,
.modal-scratch-pad .modal-dialog .modal-header .close:hover,
.modal-ptpr-report .modal-dialog .modal-header .close:hover {
    background: none;
    opacity: .8;
}

.modal-quick-order .ul-order-types {
    display: block;
    margin-bottom: 20px;
    margin-left: -20px;
}

.modal-quick-order .ul-order-types li:before {
    background-color: #502c83
}

.modal-quick-order .ul-order-types li select {
    color: #502c83;
    background-color: #fff;
    padding: 0px;
    border: solid 1px #502c83;
    border-radius: 4px;
    font-size: 10px;
}

.modal-quick-order .modal-dialog .row.product-search {
    margin-left: 0px;
    margin-right: 0px;
}

/*fOR Dealer Feedback popup*/

.modal-feedback .modal-dialog {
    width: 610px;
    top: 115px;
    right: 5%;
}

.modal-open {
   /*  overflow: auto; */
    padding-right: 0 !important;
}

.feedback-message #comment {
    resize: none;
}

/*For Dealer Scratch Pad Popup*/
.modal-scratch-pad .modal-dialog {
    top: 115px;
    width: 600px;
}

.scratchpad-panel .delete-btn {
    color: #fff;
}

.scratchpad-panel .delete-btn .glyphicon-trash {
    font-size: 22px;
}

.scratchpad-panel .delete-btn:hover {
    opacity: .9;
}

.scratchpad-message #scratch_comment {
    width: 100%;
    border: none;
    min-height: 200px;
    resize: none;
}

.scratchpad-message #scratchPadSubmit {
    float: right;
    margin-top: 10px;
}

/* For PTPR popup */
.modal-ptpr-report .modal-dialog {
    top: 145px;
    left: 145px;
    right: 0;
    margin: 0 auto 0 0;
}

.popup-container {
    background: #fff none repeat scroll 0 0;
    left: 0;
    margin: 0 auto;
    position: fixed !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 715px;
    display: none;
    z-index: 999;
}

.popup-container {
    background: rgba(0, 0, 0, 0);
}

.ui-autocomplete {
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 3px;
}

.ui-autocomplete li.ui-menu-item .ui-state-focus a,
.ui-autocomplete li a:hover {
    color: #fff;
}

.row.paint-form {
    margin: 0;
    padding: 0;
}

.row.paint-form {
    list-style: none;
}

.ui-autocomplete {
    z-index: 9999;
}

.mainContainer {
    width: 35%;
    left: 37%;
}

@media (max-width: 500px) {
    .mainContainer {
        width: 80%;
        left: 10%;
    }
}

@media (max-width: 767px) {
    .forgetPasswordMainContainer {
        width: 100%;
        left: 10%;
        padding: 10%;
    }

    .account-section .login-container img {
        float: left;
        width: 100%;
    }
}


.lblMsg {
    color: red;
}

.txtGreen {
    color: green;
}

#otpresetPasswordForm {
    display: none;
}


/*Adding Tool Tip*/

.tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
}

.outstanding:hover .tooltiptext {
    visibility: visible;
    width: 200px;
    left: -100%;
}

.myorders:hover .tooltiptext {
    visibility: visible;
    width: 300px;
    left: -200%;
}

.order-later:hover .tooltiptext {
    visibility: visible;
    width: 400px;
    left: -130%;
    top: 12%;
    height: 25px;
}

.logout:hover .tooltiptext {
    visibility: visible;
    width: 100px;
    left: 80%;
}

.ico.quick-order {
    position: relative;
}

.flashImages {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 28px;
    left: -14px;
    border-radius: 15px;
}

.ico.feedback {
    position: relative;
}

.ico.ptpr-report {
    position: relative;
}

.feedbackImage {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0px;
    left: -14px;
    border-radius: 15px;
    z-index: -1;
}

.chat.hidden-xs {
    position: relative;
}

.chatImage {
    height: 40px;
    width: 40px;
    position: absolute;
    top: -32px;
    left: 0;
}

.ico.scratch-pad {
    position: relative;
}

.comingsoon {
    height: 40px;
    width: 40px;
    position: absolute;
    top: -6px;
    left: -17px;
    z-index: -1;
}

.dashboard-order-page .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.modal-emulsion__product-row .plus-sign:disabled {
	cursor:not-allowed;
}

.modal-emulsion__product-row .ap-shade-label{
	width: 205px;
    background: none;
    border: none;
    color: #502C83 !important;
    height: 30px;
    padding: 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
    text-transform: capitalize;
    outline: none;
    margin-bottom: 0;
}

.account-section .account-section-content .modal-emulsion__product-row form{
	padding-right: 0px;
    padding-left: 0px;
}

.modal-footer
{
	display : none;
}

#model-footer-show
{
	display : block;
}

.create-list-model .modal-footer{
	display: block;
}

.modal-emulsion__reward {
  color: unset;
  background-color: unset;
}
.modal-emulsion__reward.add-slab {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #502C83;
	background: rgba(80, 44, 131, 0.05);
	border: 1px solid rgba(80, 44, 131, 0.5);
}

.page-loader-new-layout{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.5);
	z-index: 9999;
	display: none;
	user-select: none;
}
.page-loader-new-layout img {
    margin: auto;
    position: absolute;
    right:0;
    bottom:0;
    top:0;
    left:0;
}
.proceed-button{
	border-radius:7px !important;
	font-weight:600;
}
.schedule-button{
	font-weight:600;
}
.add-item-button{
	border-radius:7px !important;
}
.offer-dropdown-wrapper .my-orders__product-label{
	color: #606162;
	padding-right: 10px;
	margin: 0;
	font-weight: 500
}
.offer-dropdown-wrapper .my-orders__product-label span{
	padding-right: 10px;
}
.offer-dropdown-wrapper .my-orders__product-link .btn-link{
	    padding-bottom: 19px;
}
.minicart-dropdown__offers-dropdown .dropdown.open .minicart-dropdown-scrollbar{
    margin-bottom: 0 !important;
}

.dashboard-order-page .order__tabs-recent-order-table{
	width: 100% !important;
	white-space: nowrap;
}

.dashboard-order-page .order__tabs-recent-order .dataTables_scrollHeadInner{
	width: 100% !important;
}

.modal-emulsion__product-row .close-icon.disabled{
	pointer-events: none;
}
.dashboard-order-page .order__tabs-nav li .order-tabs__link.border-white{
	border-color: white !important;
}

.dashboard-order-page .order__tabs-nav li .order-tabs__taskCard.order-tabs__link{
	padding-right: 40px;
}
.tcs-span{
    font-size: 13px;
    font-weight: 700;
}