::-moz-selection { background-color: #502c83;color:#fff; }
::-webkit-selection { background-color: #502c83;color:#fff; }
::selection { background-color: #502c83;color:#fff; }
body{
	background-color:#fff;
	font-family:arial,sans-serif;
	font-size:12px;
	font-weight:500;
	color:#000;
}
.page-login .global-alerts{display:none;}
div.body-container{padding:35px 15px;}
.no-padding {
   padding: 0px;
   margin: 0px;
}
.no-left-padding{
	padding-left:0px;
	/*margin-left:0px;*/
}
.no-right-padding {
	padding-right:0px;
	margin-right:0px;
}
header.common,footer.common{
	padding:2px 15px 2px 0px;
	width:auto;
	color:#fff;
	font-weight:600;
	margin-bottom:10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffcc33+14,ca2424+43,390089+75 */
background: #ffcc33; /* Old browsers */
background: -moz-linear-gradient(left, #ffcc33 14%, #ca2424 43%, #390089 75%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ffcc33 14%,#ca2424 43%,#390089 75%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ffcc33 14%,#ca2424 43%,#390089 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc33', endColorstr='#390089',GradientType=1 ); /* IE6-9 */
}
header .mobile-menu-launcher{
	color:#fff;
	font-size:20px;
	text-decoration:none;
	padding:7px 10px;
}
header .logo-panel{
	display:inline-block;
	background-color:#fff;
	padding:0;
	margin-left:2px;
	border-top-right-radius:35px;
	border-bottom-right-radius:35px;
}
header .logo-panel a{display: block;}
header .logo-panel img{
	border:none;
	display:inline-block;
}
header .header-info{
	/*display:inline-block;*/
	display:inline-flex;
	padding-left:20px;
}

header .header-info .dvRetailerName {
    max-width: 140px;
    word-spacing: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

header .header-info > div{
	padding:0px 10px;
	line-height:25px;
	/*display:inline-flex;*/
	border-right: 1px solid #fff;
}
header .header-info > div:last-child{
	border-right: none;
}

header .header-info > div div{
	display:inline-block;
	margin:0px 5px;
}
header .header-actions a{color:#fff;text-decoration:none;}
header .header-actions a:hover{text-decoration:underline;}
header .header-actions>div{
	display:inline-flex;
    height: 35px;
    vertical-align: top;
    margin-top: 8px;
    border-right:solid 1px #fff;
    padding:0px 9px;
}
header .header-actions>div:last-child{
	font-size:20px;
	border-right:none;
	margin-top:13px;
}
header .header-actions>div>div{
	display:inline-block;
	line-height:25px;

}
header .header-actions .chat > div{margin-top:5px;}
header .header-actions .cart a{font-size: 12px; display:inline-flex;}
header .header-actions .cart-info > div{
	line-height:15px;
	text-decoration:underline;
}


header .header-actions .user-info{cursor:pointer;}
header .header-actions .user-info div{display:inline-flex;margin:2px 5px 0px 0px}
header .header-actions .user-info span.caret{
	display:inline-flex;
	position:relative;
	top:13px;
}
header .header-actions .user-name .logged_in {max-width: 50px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;display: inline-block;}
.open > .dropdown-menu{padding:0px; left:30px;}
.dropdown-menu li{border-bottom:solid 1px #dcdcdc;margin:0px;}
.dropdown-menu li:first-child a{border-top-left-radius:4px;border-top-right-radius:4px;}
.dropdown-menu li:last-child a{border-bottom-left-radius:4px;border-bottom-right-radius:4px;}
div.dropdown > ul.dropdown-menu a{color:#333 !important; font-size:12px;text-decoration:none;padding:10px;}
div.dropdown > ul.dropdown-menu a:hover{color:#fff!important;background-color:#b560a3;}

/*Footer*/
.footerContent{padding:5px 10px;line-height:25px;}
/*Left navigation*/
.left-navigation {
    box-shadow: 0px 0px 10px #ccc;
    margin-top: 0px;
    position: relative;
    top: -40px !important;
}

.left-navigation div:last-child{
	border-bottom:none;
}
.left-navigation ul{
	margin-left:-40px;
}
.left-navigation .menu{position: relative;}
.left-navigation .menu>div:not(.sub-menu) {
	list-style-type:none;
	cursor:pointer;
	color:#502c83;
	display:block;
	padding:18px 5px 30px;
	border-top:solid 1px #dcdcdc;
	/*margin:0px 5px;*/
	vertical-align:middle;
	text-decoration:none;
	text-align:center;
	position:relative;
}
.left-navigation .menu>div a{display:inline-block;text-decoration:none;font-size:11px;}
.left-navigation .menu>div:first-child{border-top:none;}
/*.left-navigation .menu>div:last-child{padding:10px 0px;}*/
.left-navigation .menu>div.main-menu-item:hover{background-color:#502c83;color:#fff;margin:0px;}
.left-navigation .menu>div.main-menu-item:hover a{color:#fff;text-decoration:none;}
.left-navigation .menu>div.active {background-color:#502c83;padding:18p	x 15px;margin:0px;}
.left-navigation .menu>div.active a{color:#fff;}
/*.left-navigation .menu>div:last-child:hover{background-color:#502c83;color:#fff;padding:10px 0px;margin:0px;}*/

.left-navigation .menu>div a b {position: absolute;bottom: 0;left: 0;right: 0;padding:0 10px;font-size:10px;color:#502c83;}
.left-navigation .menu > div.main-menu-item:hover a b,
.left-navigation .menu>div.active a b {display: block; color:#fff;}

.menu>.sub-menu{display:none;position:relative;width:90%;margin:0px auto;}

/*Sprites used for left navigation menu*/
.ico-left-menu{background-image:url('../images/ico-left-menu.png');background-repeat:no-repeat;display:block; margin: 0 auto;}
.ico-cart{background-position:0px -198px;height:43px;width:40px;margin-bottom:-8px}
.ico-dashboard{background-position:2px -244px;width:36px;height:45px}
.ico-orders{background-position:0px -303px;height:29px;width:35px;}
.ico-reports{background-position:0px -391px;height:29px;width:35px;}
.ico-invoices{background-position:0px -343px;height:33px;width:35px;}
.ico-add-more{font-size:32px;color:#502c83}
.ico-edit{font-size:12px;color:#502c83;padding:0px;}
.ico-masterstroke{background-position: -4px -533px; height: 35px; width: 22px;}
.ico-complaints{background-position: 0px -787px; height: 35px; width: 30px;}
.ico-dealercommunication{background-position: 0px -1059px; height: 45px; width: 39px;}
.ico-stockcheck{background-position: 0 -302px; height: 35px; width: 30px;}
.ico-projectsalesdashboard{background-position: 0 -1151px; height: 26px; width: 26px;}
.ico-sps{height: 47px; width: 47px;margin-bottom: -8px;margin-top: -12px;background-position: 0 -1575px;}
.ico-bath-product-warranty{background-position: -5px -1421px;height: 50px;width: 30px;}
.ico-gstDeclaration{background-position: -7px -1476px;height: 50px;width: 50px;}
.ico-order-tracking{background-position: 0px -1670px;height: 40px;width: 42px;}
.left-navigation .menu > div a{font-size: 10px; color: #502c83; font-weight: 600;}

.left-navigation .menu>div:hover .ico-stockcheck,
.left-navigation .menu>div.active .ico-stockcheck{background-position: 0px -50px; height:35px; width: 30px;}

.left-navigation .menu>div:hover .ico-masterstroke,
.left-navigation .menu>div.active .ico-masterstroke{background-position: -4px -577px; height:35px; width: 22px;}

.left-navigation .menu>div:hover .ico-complaints,
.left-navigation .menu>div.active .ico-complaints{background-position: 0px -736px; height:35px; width: 30px;}

.left-navigation .menu>div:hover .ico-dealercommunication,
.left-navigation .menu>div.active .ico-dealercommunication{background-position: 0px -1000px; height:45px; width: 39px;}

.left-navigation .menu>div:hover .ico-projectsalesdashboard,
.left-navigation .menu>div.active .ico-projectsalesdashboard{background-position: 0px -1115px; height:26px; width: 26px;}
.left-navigation .menu>div:hover .ico-sps,
.left-navigation .menu>div.active .ico-sps{height: 47px; width: 47px;margin-bottom: -8px;margin-top: -12px;background-position: 0 -1622px;}
.ico-volume-transfer{background-color:#f5b83b;background-position:6px -616px;border-radius:50%;}
.ico-DPU-confirmation{background-color:#5aaf47;background-position:6px -654px;border-radius:50%;}
.ico-transaction-history{background-color:#c82624;background-position:6px -686px;border-radius:50%;}
.left-navigation .menu>div:hover .ico-bath-product-warranty,.left-navigation .menu>div.active .ico-bath-product-warranty{background-position: -5px -1367px;height: 50px;width: 30px;}
.left-navigation .menu>div:hover .ico-gstDeclaration,.left-navigation .menu>div.active .ico-gstDeclaration{background-position: -7px -1525px;height: 50px;width: 50px;}
.left-navigation .menu>div:hover .ico-order-tracking,.left-navigation .menu>div.active .ico-order-tracking{background-position: 0px -1710px;height: 40px;width: 42px;}

.ico-cwc{background-color:#f5b83b;background-position:7px -829px;border-radius:50%;}
.ico-product-complaints{background-color:#5aaf47;background-position:7px -870px;border-radius:50%;}
.ico-dhc-issues{background-color:#c82624;background-position:12px -909px;border-radius:50%;}
.ico-dhc-creation{background-color:#ff7043;background-position:10px -951px;border-radius:50%;}

.main-menu-item:hover a.ico-dashboard,.main-menu-item.active a.ico-dashboard{background-position:2px 0px;}
.main-menu-item:hover a.ico-reports ,.main-menu-item.active a.ico-reports{background-position:0px -122px;}
.main-menu-item:hover a.ico-cart,.main-menu-item.active a.ico-cart{background-position:0px -156px;}

.left-navigation .menu>div.main-menu-item:hover a:before, 
.left-navigation .menu>div.main-menu-item.active a:before {background-color:#fff; width: 5px; height: 80%; position: absolute; left: 0; top: 10%;content: "";}

/*Sub-menu*/
.sub-menu>div{list-style-type:none;text-align:center;border-left:solid 1px #ccc;border-right:solid 1px #ccc;border-bottom:solid 1px #ccc;font-size:11px;}
.sub-menu>div:hover,.sub-menu>div.active{background-color: #b560a3;}
.sub-menu>div:hover a,.sub-menu>div.active a{color:#fff}
.menu-place-orders.active{background-color:#f4b63b;color:#fff;}
.menu-place-orders.active a{color:#fff;}
.sub-menu>div span{display:block;margin-bottom:10px;max-width:30px; padding: 20px; margin: 0 auto 5px;}
.sub-menu div a{color: #502c83;cursor: pointer;display: block !important;text-align: center;text-decoration: none;padding: 5px;}
.ico-place-orders{background-color:#f5b83b;background-position:10px -453px;border-radius:50%;}
.ico-create-lists{background-color:#5aaf47;background-position:6px -488px;border-radius:50%;}
.ico-track-orders{background-color:#c82624;background-position:9px -421px;border-radius:50%;}
.menu-outstanding-payments.active, .menu-statement-accounts.active{background: #33cccc;}
.menu-outstanding-payments.active a, .menu-statement-accounts.active a{color: #fff;}
/*Right side Navigation*/
.tool-box{
	width:60px;
	font-size:10px;
	font-weight:bold;
	position:fixed;
	top:23%;
	right:0px;
	background-color:#fff;
	box-shadow:0px 0px 10px #ccc;
	border-top-left-radius:80px;
	border-bottom-left-radius:80px;
	text-transform:uppercase;
	z-index:10;
}
.tool-box > div{
	padding:10px 0px;
	text-align:center;
	cursor:pointer;
}
.tool-box > div:hover{transition:.2s all ease-in;-moz-transition:.2s all ease-in;-webkit-transition:.2s all ease-in;}
.tool-box > div:first-child{border-top-left-radius:80px;padding-top:40px;border-bottom:1px solid #502c83;}
.tool-box > div.quick-order:hover{background-color:#e85d24;color:#fff;border-bottom-color:#e85d24}
.tool-box > div.quick-order:hover .ico-buyCart{background-position:0px -322px}

.tool-box > div.master-stroke:hover{background-color:#502c83;color:#fff;border-bottom-color:#502c83}
.tool-box > div.master-stroke:hover .ico-stroke{background-position:0px -680px;}
.tool-box > div.master-stroke:hover a{text-decoration: none; color:#fff;}

.tool-box > div.feedback:hover{background-color:#ce2426;color:#fff;border-bottom-color:#ce2426}
.tool-box > div.feedback:hover .ico-feedback{background-position:0px -597px;}

.tool-box > div.scratch-pad:hover{background-color:#502c83;color:#fff; border-bottom-color:#502c83}
.tool-box > div.scratch-pad:hover .ico-scratch{background-position:0px -400px}

.tool-box > div.four-pics:hover{background-color:#ff7143;color:#fff;}
.tool-box > div.four-pics:hover .ico-four-pics{background-position:0px -766px;}
.tool-box > div.four-pics:hover a{text-decoration: none; color:#fff;}

.tool-box > div.ptpr-report:hover{background-color:#502c83;color:#fff; border-bottom-color:#502c83}
.tool-box > div.ptpr-report:hover .ico-ptpr{background-position:0px -400px}

.last-child-toggle-for-ptpr{
	border-bottom-left-radius:80px !important;
	padding-bottom:40px !important;
}

.tool-box > div:last-child{border-bottom-left-radius:80px;padding-bottom:40px;}
.tool-box > div div{display:block;margin:auto;margin-bottom:7px;}
.tool-box > div.quick-order{color:#e85d24}
.tool-box > div.master-stroke{
	color:#502c83;
	border-bottom:1px solid #502c83;
}
.tool-box > div.master-stroke a{color:#502c83;}
.tool-box > div.four-pics a{color:#e85d24;}
.tool-box > div.feedback{color:#ce2426;	border-bottom:1px solid #502c83;}
.tool-box > div.scratch-pad{color:#502c83; border-bottom:1px solid #502c83;}
.tool-box > div.ptpr-report{color:#502c83; border-bottom:1px solid #502c83;}
.tool-box > div.four-pics{color:#502c83; border-bottom:1px solid #502c83;}
.tool-handle{
	font-size: 18px;
	color:#502c83;
	padding:10px 15px 5px 10px;
	background-color:#fff;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	border-color: #502c83;
	position:fixed;
	right:0px;
	top:40%;
	cursor:pointer;
	box-shadow:0px 0px 10px #000;
	z-index:9990;
}
/*Search Row in Header*/
.header-search-row{
	padding:6px 15px;
	background-color:#502c83;
	color:#fff;
	/*margin-bottom:10px;
	margin-left:4px;margin-right:0px;*/
	margin:0px 0px 10px 0px;
	line-height:25px;
	font-weight:600;
}

.header-row-bg-bath{
    background-color: #153752;
}
.header-search-row form[name=search_form_SearchBox]{padding:7px 0px;}
.header-search-row input[type=text], .header-search-row input[type=search]
{
	border:none;
	border-radius:12px;
	font-size:12px;
	width:100%;
	outline:none;
	padding:1px 0px 1px 20px;
	line-height:25px;
	height:auto;
}
.header-search-row input[type=text]::placeholder, .header-search-row input[type=search]::placeholder{
	font-weight:600;
}
.header-search-row select{
	color:#502c83;
	padding:5px 10px;
	margin-left:10px;
	font-weight:600;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	max-width:150px;
	width:150px;
	height: 28px;
}
.banner{margin-bottom:10px;}
.banner img{width:100%;}
#homepage_slider{margin-left:-15px;margin-bottom:-23px;min-height:210px;}
#homepage_slider .slick-list{max-height:188px;}
#homepage_slider li{list-style-type: none;}
#homepage_slider img{display:none}
#homepage_slider .slick-dots{
	width: fit-content;
    margin: auto;
    position: relative;
    bottom: 20px;
    background: rgba(255,255,255,0.6);
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.accInfo{
	background-color:#502c83;
	padding:10px 0px;
	font-size:10px;
	color:#fff;
	margin:0px 0px 10px 0px;
}
.accInfo div{
	padding:0px;
	margin:0px;
}
.accInfo .cell{
border-right: 1px solid #fff;
line-height:12px;
padding-left:5px;
}
.accInfo div:last-child > .cell:last-child{border:none}
.right-column{padding-right:60px;}
/*Panels*/
.panel{
	border-radius:0px;
	box-shadow:0px 0px 10px #ccc;
	border:none;
	margin-bottom:10px;
}
.panel .panel-heading{
	position:relative;
	padding:10px;
	border:none;
	border-radius:0px;
	color:#fff;
	background-color:#b560a3;
}

.panel .cart-panel-heading{
	position:relative;
	padding:15px;
	border:none;
	border-radius:0px;
	color:#fff;
	background-color:#00000000;
}

.panel .cart-panel-heading .panel-title{
	font-size:14px;
	line-height:20px;
	font-weight:500;
	text-transform:uppercase;
}


.panel:not(.show-all) .panel-heading h3 a.restore{
	display:inline-block;
	position:absolute;
	right:15px;
	top:10px;
	color:#fff;
	font-size:12px;
	border:1px solid #fff;
	padding:3px;
	line-height:10px;
	cursor:pointer;
}
.panel.panel-cart .panel-heading:before{
	content:'';
	display:none;
}
.panel.panel-cart .panel-body{min-height:429px}
.panel .panel-heading .panel-title{
	font-size:14px;
	line-height:20px;
	font-weight:500;
	text-transform:uppercase;
}
.panel .panel-heading .panel-title .btn-secondary{
	font-size:10px;
	background-color:#fff;
	color:#502c83;
	font-weight:bold;
	text-transform:uppercase;
	border-radius:10px;
	padding:5px 10px;
	float:right;
}
.panel .panel-heading ul, .ul-order-types, .cart-payment-term{
	font-size:12px;
	display:inline-block;
	vertical-align:middle;
	text-transform:capitalize;	
	margin: 0;
    color: #000000;
    font-weight: 700;
}
.panel .panel-heading ul li,.ul-order-types li, .cart-payment-term{
	list-style-type:none;
	display:inline-block;
	margin-right:10px;
}
.panel .panel-heading ul li:before,.ul-order-types li:before{
	Content:'';
	position: relative;
	top:2px;
	display:inline-block;
	margin-right:5px;
	margin-top:3px;
	width:10px;
	height:10px;
	border-radius:50%;
	background-color:#fff;
}
.panel .panel-heading select,.ul-order-types select, .cart-payment-term select{
	border: 1px solid #502c83;
	border-radius: 0px;
	background: #fff;
	color: #502c83;
	min-width: 70px;
	margin-left: 10px;
}
.panel .panel-heading select option, .cart-payment-term select option{
	background-color:#fff;
	color:#000;
	padding:6px 10px;
}
.cart-payment-term{margin-left:10px;margin-top: 10px;}
#modal-quick-order .cart-payment-term {margin-left:10px; margin-top:-2px}
@media screen and (max-width:767px){
	#modal-quick-order .cart-payment-term {margin-left:10px; margin-top:10px}
	#modal-quick-order .modal-body{overflow-x: hidden;overflow-y: auto;}
    #quickAddToCartCollectionForm{
       height: 400px;
       overflow-y: auto;
       overflow-x: hidden;
   }
   .product-listing {
        width: 100%;
        outline: none;
        cursor: grab;
        touch-action: auto !important;
        overflow-x: hidden;
   }
}
.panel .panel-heading select:focus, .panel .panel-heading select:active{
	outline:none;
}
.panel-body{
	display:block;
	padding:10px 15px;
}
.homepage .yCmsComponent .panel .panel-body{height:185px;}
.panel .panel-heading.top-left-rounded,.panel.top-left-rounded {
border-top-left-radius:15px;
-moz-border-radius:15px;
-webkit-border-top-left-radius:15px;
}
.panel .panel-heading.top-rounded,.panel.top-rounded {
border-top-radius:15px;
-moz-border-top-radius:15px;
-webkit-border-top-radius:15px;
}

.panel.panel-outstanding table{font-size:9px;}
.panel.panel-outstanding .row{display:flex;}
.panel.panel-outstanding .row>div{padding:0px;background-color:#f0eaf6;}
.panel.panel-outstanding .row>div:first-child{border-right:2px solid #fff}
.panel.panel-outstanding table td, .panel.panel-outstanding table th{padding:4px 3px;}
.panel-my-orders{/*padding-bottom:10px;*/}
table th:last-child{text-align:left}
/*Form elements*/
input{
	color:#000;
}
/*Purple buttons*/
.btn-primary,.btn-primary:hover,.btn-primary:focus,.btn-primary:active:focus{
	font-size:12px;
	text-transform:uppercase;
	padding:3px 10px;
	color:#fff;
	background-color:#502c83;
	border-color:#502c83;
	border-radius:15px!important;
	outline:none;
	box-shadow:none;
}
.btn-primary[disabled]{
	background-color:#502c83;
	border-color:#502c83;
	opacity:0.5;
}
/*Yellow buttons*/
.btn-secondary,.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active:focus{
	font-size:12px;
	text-transform:capitalize;
	padding:3px 10px;
	color:#fff;
	background-color:#502c83;
	border-color:#502c83;
	outline:none;
	box-shadow:none;
}
.btn-secondary:hover,.btn-primary:hover{
	color:#fff;
	text-shadow:0 0 0 #000;
}
/*Table*/
.table{
	font-size:10px;
	color:#000;

}
table tbody {
	touch-action: none !important;
}

.vrBody table tbody {
	touch-action: none !important;
}
.table thead tr th{
	font-size:10px;
	font-weight:600;
	text-transform:capitalize;
	background-color:#fff;
	padding:10px 5px;
}
.table>thead>tr>th{border-bottom:none;padding-top:0px;color:#000;vertical-align: top;border-top:none;}
.table-striped>tbody>tr:nth-of-type(odd){
	background-color:#fcfcfc;
}
.table-striped>tbody>tr:nth-of-type(even){
	background-color:#f6eff6;
}
.table input[type=text],input[type=number]{
	width:45px;
	border-radius:4px;
	border-collapse:collpase;
	border:1px solid #ccc;
	text-align:left;
	padding:0px 3px;
}
.table input:focus{outline:none;}
.table input{margin:0px}
.table>tbody>tr>td{border:none;padding:4px 5px;vertical-align:middle;}
.table .glyphicon-star.active{font-size:16px;color:#f5b83b;cursor:pointer}
.table .glyphicon-star{font-size:16px;color:#ccc;cursor:pointer;padding-left:5px;}
.table.fixed-header tbody, .table.fixed-header thead {
	display: table;
	width: 100% !important;
}
.table.fixed-header {height:270px;overflow-y: auto;}
.table.fixed-header.full-height tbody{min-height:100px; max-height:500px; display:inherit; height:auto;}
.data-table tfoot,.dataTables_info{display:none;}
table#tblMyCart,table#tblMyCart thead,table#tblMyCart,table#tblMyCart thead tr, table#tblMyCart tbody,table#tblMyCart tbody tr{display: inline-block;width: 100%; }
table#tblMyCart thead tr th,table#tblMyCart tbody tr td{display:inline-block;text-align:left;}
table#tblMyCart thead tr th:first-child,table#tblMyCart tbody tr td:first-child{width:5%;text-align: center;}
table#tblMyCart thead tr th:nth-child(2),table#tblMyCart tbody tr td:nth-child(2){width:20%; text-align:left;}
table#tblMyCart thead tr th:nth-child(3),table#tblMyCart tbody tr td:nth-child(3){width:25%;}
table#tblMyCart thead tr th:nth-child(4),table#tblMyCart tbody tr td:nth-child(4){width:15%}
table#tblMyCart thead tr th:nth-child(5),table#tblMyCart tbody tr td:nth-child(5){width:14%;}
table#tblMyCart thead tr th:nth-child(6),table#tblMyCart tbody tr td:nth-child(6){width:10%;}
table#tblMyCart thead tr th:nth-child(7),table#tblMyCart tbody tr td:nth-child(7){width:5%; padding-left: 0px;}
table#tblMyCart thead tr th:nth-child(7){/*pointer-events: none;*/}

#tblMyList #wishlistbody{min-height: 50px;}
.page-place-order #tblMyCart.table.fixed-header tbody{height:auto; max-height:580px;}
.cartFooter{font-weight:600;padding-top:10px;}
.cartFooter a{text-decoration:underline}
.cartFooter .col-sm-8{padding-right:0;}
.dvLastOrdered{font-size:12px;}
.dvLastOrdered span{color:#b4b4b4;padding-left:3px;}
a{cursor:pointer}
a.addItem{text-decoration:underline;display:block;margin-bottom:10px;}
a.addItem:before{
	position:relative;
	display:inline-block;
	margin-right:5px;
	content:'+';
	border:solid 6px #f5b83b;
	padding:0px;
	border-radius:50%;
	font-size:16px;
	color:#fff;
	background-color:#f5b83b;
	line-height:10px;
}
.order-later{text-transform:uppercase;cursor:pointer;}
.order-later a{outline: none;box-shadow: none}
.order-later a:before{
	position:relative;
	top:10px;
	left:-5px;
	display:inline-block;
	content:"";
	width:25px;
	height:25px;
	background-image:url('../images/ico-sprite.png');
	background-position:0px -288px;;
	background-repeat:no-repeat;
	display:inline-block;
}
.panel-product-purchases .filters{margin-bottom:5px;}
.panel-product-purchases .filters >div{display:inline-block;font-size:9px;}
.panel-product-purchases .filters select{border-radius:3px;padding:0px;font-size:10px;border:solid 1px #502c83;min-width:100px;}
.panel-product-purchases .filters .switch{width:40px;height:10px;margin-bottom:0px;}
.panel-product-purchases .filters .switch .slider:before{height:8px; width:8px;bottom:1px;}
.panel-product-purchases .filters .value-toggle{margin-right:20px;}
.panel-video .panel-body{padding:10px 20px;max-height:236px;height:250px;overflow-x:hidden;overflow-y:auto;}
.videos{width:88%;margin:auto}
.videos .video{height:180px;margin:auto;width:280px;}
.videos .video iframe{margin:auto}
.slick-next:before, .slick-prev:before{
	font-family:'Glyphicons Halflings';
	font-size:20px;
	color:#502c83;
}
.slick-next:before{
	content:"\e250";
}
.slick-prev:before{
	content:"\e251";
}
.panel-complaints .panel-body{height:250px}
/*Theme icon sprite*/
.ico-theme{background-image:url('../images/ico-sprite.png');background-repeat:no-repeat;display:inline-block;}
.ico-user{background-position:0px 0px;height:25px;width:25px;}
.ico-basket{background-position:0px -36px;height:34px;width:30px; margin-right: 10px;}
.ico-chat{background-position:0px -75px;height:25px;width:25px;}
.ico-stroke{background-position:0px -637px;height:1px;width:1px;}
.ico-feedback{background-position:0px -555px;height:25px;width:30px;}
.ico-buy{background-position:0px -149px;height:30px;width:31px;}
.ico-buyCart{background-position:0px -249px;height:27px;width:42px;}
.ico-scratch{background-position:0px -190px;height:20px;width:20px;}
.ico-ptpr{background-position: 0px -190px;height: 20px;width: 20px;display: block;margin: 5px auto;}
.ico-four-pics{background-position:0px -730px;height:25px;width:25px; display: block; margin: auto; margin-bottom:5px;}
.ico-delete{background-position:0px -220px;height:20px;width:20px;cursor:pointer}
.ico-clock{background-position:0px -288px;height:25px;width:25px;}
/*Mobile menu customizations*/
#mobile-menu-template{display:none;}
.mm-menu{background-color:#fff;color:#502c83;}
.mm-menu a{color:#502c83;}
.mm-menu_offcanvas{z-index:9999}
.mobile-menu-head{line-height:30px;padding:15px;box-shadow:0px 0px 10px #ccc;}
.mobile-menu-head .title{font-weight:bold;color:#ce2424;}
.mobile-menu-head > p{margin-bottom:0px;}
.mobile-menu-head > p >span{display:block;}
.mobile-menu-head > p >span>span.text-right{display:inline-block;float:right}
.mm-listitem{padding:10px 0px 10px 10px}
.mm-listitem:after{left:0px;}
.mm-listitem>a, .mm-listitem>span{padding:10px 15px 10px 0px;}
.mm-listitem>a>span{position: absolute;left: 60px;top: 20px;}
#mm-1 .mm-listview li:first-child{margin-top:-60px;background-color:#fff;padding:10px;}
#mobile-menu,#mMenu_Tgt{display:none;}
#mMenu_Tgt ~ .modal-backdrop.in { opacity : 0; }
.mm-close{display:block;float:right;font-size:24px;margin-right:-30px;cursor:pointer}
/**/
.mm-ico-db{display:inline-block;width:40px;height:45px;background-position:0px -244px;padding-left:50px;padding-top:10px;}
.mm-ico-order{display:inline-block;width:40px;height:45px;background-position:0px -199px;padding-left:50px;padding-top:10px;}
.mm-accout{display:inline-block;width:40px;height:45px;background-position:0px -386px;padding-left:50px;padding-top:10px;}
.mm-outstanding{display:inline-block;width:40px;height:45px;background-position:0px -343px;padding-left:50px;padding-top:10px;}
.mm-overdue{display:inline-block;width:40px;height:45px;background-position:0px -296px;padding-left:50px;padding-top:10px;}
.mm-add-item:before{display:inline-block;width:40px;height:45px;padding-right:50px;content:'+';font-size:40px;color:#502c83;position:relative;top:10px;}
.mm-edit-menu{display:inline-block;width:40px;height:45px;padding-left:50px;padding-top:10px;}
/*Orders page*/
.panel-place-orders .panel-body{padding:15px;font-weight:bold;}
.product-search{margin-top:15px; margin-bottom: 15px;}
.product-search input[type=text]{border:solid 1px #888;border-radius:6px;padding:3px 10px;width:100%;}
.product-search input:focus{box-shadow: none;outline: none;}
.product-search input::placeholder{color:#fff;}
.add-order-form-fieldwrap{/*margin-bottom:20px;*/}
.add-order-form-fieldwrap div{display: inline-block;font-weight:bold;}
.add-order-form-fieldwrap > div:not(:first-child){padding:0px 0 0 7px;}
.add-order-form-fieldwrap button{min-width:130px;font-size:12px;padding:5px;}

.panel-place-orders .note-msg{background-color:#f1f1f1;padding:10px;color:#000;font-size:11px;border-top-right-radius: 50px;
border-bottom-right-radius: 50px;}
.panel-place-orders .note-msg .head{color:#000; font-weight:600; text-decoration: underline;}
.product-listing{height: 280px;margin-right:-10px;overflow-x:hidden;overflow-y:auto}

.product-varients.template{display:none;}
.product-varients .varient{display: inline-block;width:50px;height:35px;margin-right:3px;margin-bottom:5px;border:solid 1px;font-size:10px;}

.product-varients .varient .title{text-align: center;color:#fff;text-transform: uppercase;}
.product-varients .varient input[type=number]{border:none;text-align: center;color:#000;width:45px;padding:0px}
.product-varients .varient input[type=number]:focus{border:none;outline:none;box-shadow:none;}

.product-varients .varient.lavender{border-color:#8861b0}
.product-varients .varient.lavender .title, input.lavender{background-color:#ab90c7;color:#fff}

.product-varients .varient.yellow{border-color:#f5b83b}
.product-varients .varient.yellow .title, input.yellow{background-color:#f5b83b;color:#fff}

.product-varients .varient.green{border-color:#59b045}
.product-varients .varient.green .title, input.green{background-color:#5aaf47;color:#fff;}

.product-varients .varient.red{border-color:#c92428}
.product-varients .varient.red .title, input.red{background-color:#c92526;color:#fff}

.product-varients .owl-nav{width:100%;position:absolute;top:-5px;font-size:20px;color:#502c83;}
.product-varients .owl-nav>div:first-child{position: absolute;left:-25px;cursor: pointer;}
.product-varients .owl-nav>div:last-child{position: absolute;right:-25px;cursor: pointer;}
#btn-add-to-cart{float:right;margin-right:0px;}
#dvScheme .nav-tabs li{
	display: inline-block;
	width:50%;
}
#dvScheme .nav-tabs li{
	background-color:#ccc;
	text-align: center;
	font-weight:bold;
	font-size:16px;
	color:#fff;
}
#dvScheme .nav-tabs li:first-child,#dvScheme .nav-tabs li:first-child a{border-top-left-radius: 10px;}
#dvScheme .nav-tabs li:last-child,#dvScheme .nav-tabs li:last-child a{border-top-right-radius: 10px;}
#dvScheme .nav-tabs li a{
	color:#fff;
	text-transform: uppercase;
	border:none;
	padding:15px;
}
#dvScheme .nav-tabs li a:hover{
	background-color:ccc;
}
#dvScheme .nav-tabs li.active a{
	background-color: #b560a3;
}
#dvScheme .nav-tabs li.active a:hover{
	color: #fff !important;
}
#dvScheme .tab-content{
	min-height:340px;
	box-shadow:0px 0px 10px #ccc;
	/*margin-top:-20px;*/
}
#dvScheme .tab-content .tab-pane{
padding-right:5px;
position: relative;
margin-bottom: 10px;
}
#tab-scheme{height:370px;}
#tab-scheme .scheme-list{height:300px;overflow-y: auto;-ms-overflow-y:auto;margin-right:5px;}
#tab-scheme .row{padding:5px 0px;margin:0px 0px 0px 3px;border-bottom:solid 1px #ccc;}
#tab-scheme .row:first-child > div{font-weight: bold;padding:5px 15px 10px 15px;}
#tab-scheme .row:last-child{border-bottom:none;}
#tab-scheme .scheme-head{color:#502c83;font-weight:bold;font-size:13px;text-transform:uppercase}
#tab-scheme .scheme-info{color:#888;font-size:10px}
#tab-scheme .scheme-status{color:#888;}
#tab-scheme .scheme-status > div{display:inline-block;margin-top:5px;margin-bottom: 5px;}
#tab-scheme .scheme-status > div:nth-child(2){padding-left:10px;padding-right:10px;margin-left:10px;margin-right:10px;border-left: solid 1px #000;border-right: solid 1px #000;}
#tab-scheme .scheme-status span{color:#000;font-weight:bold;}
#table_recent_orders a{text-decoration:underline;cursor: pointer;}
#table_recent_orders .completely-billed a,#myOrders .completely-billed a{color:#0cb757;}
#table_recent_orders .partially-billed a,#myOrders .partially-billed a{color:#f5b83b;}
#table_recent_orders .not-billed ,#myOrders .not-billed {color:#ce2426;}
#table_recent_orders .btn-primary{padding:0px 5px;font-size:10px;}
#table_recent_orders thead tr th{padding-top:10px!important; padding-left:8px!important;}
#table_recent_orders .tditems{/*padding-left:35px;*/}
#tab-recent-orders{overflow-x:hidden;}
#table_recent_orders.dataTable thead > tr > th{padding-top:0px!important; padding-left:0px!important;}
#tab-recent-orders .dataTables_length{ margin-left:10px !important;}
#tab-recent-orders .dataTables_paginate{ margin-left:25px !important;}
/*Schedule order modal*/
#modal-schedule-order{font-size:20px;text-align: center;}
#modal-schedule-order .close{float:right;position: absolute;top:20px;right: 20px;}
#modal-schedule-order .schedule-order-footer{margin:20px -30px -20px -30px;border-top:solid 1px #dcdcdc;padding-top:10px;}
#errorSmiley{color:#ce2426;}

/*fOR Quick order popup*/
#modal-quick-order, 
#modal-feedback, 
#modal-scratch-pad,
#modal-ptpr-report {widgth:550px;display: none;}
#modal-quick-order .modal-dialog, 
#modal-feedback .modal-dialog, 
#modal-scratch-pad .modal-dialog,
#modal-ptpr-report .modal-dialog{width:490px;position:absolute;right:70px;top:10%;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-body:before,
#modal-feedback .modal-dialog .modal-body:before,
#modal-scratch-pad .modal-dialog .modal-body:before,
#modal-ptpr-report .modal-dialog .modal-body:before{content:'';display: inline-block;position: absolute;right:-20px;top:50px;border:solid 8px transparent;border-left: solid 15px #fff;}
#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{widgth:660px;}
#modal-feedback .modal-dialog{width:610px;}
.feedback-message #comment{resize: none;}

/*fOR Dealer Scratch Pad popup*/
#modal-scratch-pad .modal-dialog{top:25%;}
#modal-scratch-pad .modal-dialog .modal-body:before{top:200px;}
#modal-scratch-pad{widgth:400px;}
#modal-scratch-pad .modal-dialog{width:380px;}
.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 Dealer TCS LEAD*/
.tcs-form-item{
    display:flex;
    flex-direction:row;
    padding-bottom:10px;
    align-items: center;
    margin-bottom: 1px;
}
.tcs-form-wrapper{
    display:flex;
    flex-direction:row;
}
@media screen and (max-width: 767px){
.tcs-form-item{
    display:flex;
    flex-direction:column;
    padding-bottom:10px;
    align-items: center;
    margin-bottom: 1px;
}
.tcs-form-wrapper{
    display:flex;
    flex-direction:column;
}


.tcs-submit-btn,.tcs-clear-btn{
    display: flex;
    justify-content: right;
    padding-right: 16px;
}
}

/* For PTPR popup */
#modal-ptpr-report .modal-dialog{top:32%;}
#modal-ptpr-report .modal-dialog .modal-body:before{top:50%;}
#modal-ptpr-report{widgth:400px;}
#modal-ptpr-report .modal-dialog{width:500px;height:275px}
.mtd-ytd-title {font-size:15px;font-weight:bold;text-align:center;margin-bottom:16px}
.mtd-ytd-tile-container {display:flex;flex:1 1 auto;margin-bottom:24px}
.mtd-ytd-tile {width:100%;height:75px;margin:0 8px;box-shadow:0px 2px 4px #aaa; border-radius:8px}
.mtd-ytd-value{display:block;text-align:center;font-size:24px;font-weight:bold;}
.mtd-ytd-desc{display:block;text-align:center;}


/*Create and Manage List Page*/
.panel-my-list:before{content:'';display: block;position: absolute;right:-30px;top:100px;border:solid 10px transparent;border-left:solid 20px #fff;z-index:120}
.panel-my-list:after{content:'';display: block;position: absolute;right:-33px;top:100px;border:solid 10px transparent;border-left:solid 20px #efefef;z-index:100}
.panel-list-info .panel-heading .div-panel-head{display: inline-block;}
.panel-list-info .panel-heading span{float:right;margin-right:10px;}
.panel-list-info .panel-heading .btn{margin-left:30px;margin-right:40;}
.panel-list-info{margin-left:15px}
.panel-list-info .panel-body{overflow-x:hidden;}
 .panel-list-info .glyphicon-pencil{display: inline-block;border-bottom: solid 1px #fff;font-size:20px}
.glyphicon-resize-full.bordered{padding:3px;border:solid 1px #fff;display: inline-block;font-weight: bold;}
.panel-my-list a{text-decoration: underline;}

table#tblListInfo thead tr th:first-child,
table#tblListInfo tbody tr td:first-child{width:20%;text-align: left;}
table#tblListInfo thead tr th:nth-child(2),table#tblListInfo tbody tr td:nth-child(2){width:40%;}

table#tblListInfo thead tr th:nth-child(3),table#tblListInfo tbody tr td:nth-child(3){width:15%}
table#tblListInfo thead tr th:nth-child(4){
	width: 15%;
}
table#tblListInfo tbody tr td:nth-child(4){width:15%;}
table#tblListInfo thead tr th:nth-child(5) {
	width:10%;
}
table#tblListInfo tbody tr td:nth-child(5){width:10%;}

#modal-save-list ul.nav-tabs li a, #modal-save-list ul.nav-tabs li.active a{border:none;border-radius:0px;}
#modal-save-list ul.nav-tabs li a:hover{background-color:#fff;}
#modal-save-list ul.nav-tabs li.active a{color:#502c83;font-weight:bold;border-bottom:solid 3px #502c83;}
#modal-save-list .tab-content{padding:20px 0px;}
#modal-add-items .modal-body{overflow-x: hidden;overflow-y: auto;}
#modal-add-items .product-listing{height:auto;}
#modal-add-items #btn-add-to-list{margin:10px auto;}
/*Auto complete menu customization*/
.ui-menu-item a{color:#502c83}
.ui-menu-item:hover,.ui-menu-item.ui-state-focus{background-color:#502c83}
.ui-menu-item:hover a,.ui-menu-item.ui-state-focus a{color:#fff}
.loading-ajax{background-image:url('../images/loader2.gif')!important;background-repeat:  no-repeat;background-position: right center;background-size:24px;}
/*Login Page*/
.login-container{padding:80px 0px 50px 0px;}
.login-container .mainContainer{float:right;}
.apAwazLogo{margin-bottom:20px;height:50px;width:100%;}
.loginBanner{width:100%;min-height:350px;background-image:url('../images/Login_Banner.png');background-repeat:no-repeat;background-position:right center;}
.page-login .header-search-row{display:none;}
/*For order confirmation popup*/
.popup-info > div.submit-order-popup-head{background-color:#b560a3;color:#fff;font-weight:bold;font-size:16px;border-radius:6px;}
.popup-info > div{padding:10px;margin-bottom:5px;border-radius:6px;}
/*For bootstrap modal customization*/
.reports-overlay .close{padding:5px;position:absolute;top:-15px;right:-15px;background-color:#b560a3;border-radius:50%;color:#fff;font-size:20px;font-weight:300;opacity:1;transform:scale(1.3,1);cursor:pointer;z-index: 2;}
.reports-overlay .close:focus{border:none;outline:none}
.reports-overlay-content{padding:20px;}
.reports-overlay-content div.box{border:solid 1px #ccc;}
.reports-overlay-content div.table-head-primary,.reports-overlay div.table-head-secondary{background-color:#b560a3;color:#fff;font-weight:bold;border-radius:10px;padding:10px;margin-bottom:10px}
.reports-overlay-content div.table-head-secondary{background-color:#fefce5;color:#000;}
.reports-overlay-content div.table-head-secondary.cols-3 > div{display: inline-block;width: auto;margin: 10px;}
.reports-overlay-content div.table-head-secondary.cols-2 > div{display:inline-block;width:50%}
.reports-overlay-content thead th{font-weight:bold;colors:#000;}
div.DarkBg{width:100%;height:100%;position:absolute;top:0px;left:0px;background-color:rgba(0,0,0,0.5);z-index:9999;display:none}
div.DarkBg img{margin:auto;position:absolute;width:80px}
/*Home page popups*/
.table-head-secondary.summary-info>div{display:inline-block;padding:10px 20px;}
/**/
.ripple {
  background-position: center;
  transition: background 0.8s;
}
.ripple:hover {
  background: #8250c5 radial-gradient(circle, transparent 5%, #8250c5 1%) center/15000%;
}
.ripple:active {
  background-color: #b560a3;
  background-size: 100%;
  transition: background 0s;
}

/*Stock Query*/
.bottom-rounded{border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.master-content-panel.page-change-password,.master-content-panel.page-Stock-Query{padding-bottom:30px;}
.page-head{background-color: #b560a3;padding:10px;margin:0px 10px 30px 10px;border-radius: 6px;color: #fff;font-size: 14px;}
.master-content-panel.page-Stock-Query .product-search.product-search-panel{margin: 0; clear:both; text-align: center;}
.master-content-panel.page-Stock-Query .product-search.product-search-panel input{width:50%;border-radius:4px;border-collapse:collapse;border: solid 1px #b560a3;}
.master-content-panel.page-Stock-Query .product-varients.launched{text-align: center; padding: 20px 0 0; clear: left;}

/*page-manage-dealer-communication*/
.page-manage-dealer-communication input, .page-manage-dealer-communication textarea, .page-manage-dealer-communication  select{width:250px; padding:3px 10px; border-radius: 4px;border-collapse: collapse;border: solid 1px #b560a3;}
.page-manage-dealer-communication textarea{resize:none; height:200px;}
.page-manage-dealer-communication .input-row{margin-bottom:20px;}
.page-manage-dealer-communication .input-row > div:first-child{text-align:right}
.page-manage-dealer-communication .input-row > div:last-child{text-align:left}
@media screen and (max-width: 767px){
	.page-manage-dealer-communication .input-row > div{text-align:left!important}
	#volumeTransferTable > div{display:block !important;}
}
/**/

/*page-manage-dealer-communication*/
.page-manage-dealer-common-communication input, .page-manage-dealer-common-communication textarea, .page-manage-dealer-common-communication  select{width:250px; padding:3px 10px; border-radius: 4px;border-collapse: collapse;border: solid 1px #b560a3;}
.page-manage-dealer-common-communication textarea{resize:none; height:200px;}
.page-manage-dealer-common-communication .input-row{margin-bottom:20px;}
.page-manage-dealer-common-communication .input-row > div:first-child{text-align:right}
.page-manage-dealer-common-communication .input-row > div:last-child{text-align:left}
@media screen and (max-width: 767px){
	.page-manage-dealer-common-communication .input-row > div{text-align:left!important}
	#volumeTransferTable > div{display:block !important;}
}
/**/
.master-content-panel.row{margin-right:0px;}
/*Change  password*/
.page-change-password input[type=password]{padding:5px; width:100%;border-radius:4px;border-collapse:collapse;border: solid 1px #b560a3;}
.page-change-password input[type=password]{box-shadow: none;outline:none;}
.page-change-password input[type=password]::placeholder{color:#dcdcdc;}
.page-change-password > div{padding:10px 0px}

/*My Profile*/
.page-my-profile h3.page-head{margin:0px 15px 10px 15px;}
.page-my-profile .profile-info,.dealer-contact-info > div,.prof-dealer-details > div{padding: 15px;border-bottom: solid 1px #efefef;}
.page-my-profile .profile-info:last-child,.dealer-contact-info > div:last-child{border-bottom:none;}
.page-my-profile .profile-info > div:first-child{padding-left:40px;}
.dealer-name-block,.dealer-contact-info{
    padding:0.5rem;
    min-height: 120px;
    margin-bottom:10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.dealer-name-block h4,.dealer-name-block h5{color:#b560a3}
.dealer-name-block h4,.dealer-name-block p{font-weight:bold;}
.dealer-name-block{background-color:rgba(181,96,163,0.15)}
.dealer-contact-info{font-size:11px;background-color:#fbfbfb;}
.dealer-contact-info .row>div,.page-my-profile .profile-info > div{display: inline-block;width:40%;text-transform: uppercase;}

/* Profile Page Changes For Staff Login */
.prof-dealer-details{
    min-height: 120px;
    margin-bottom:10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.prof-dealer-details-text{
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.dealer-name-block h4,.dealer-name-block span{
    font-size: 16px;
    font-weight: 500;
    line-height: 14px;
    padding: 2px 0;
    color: #b560a3;
}

.dealer-name-block{
    padding: 1.5rem;
}

.pro-field-full, .pro-field-half {
    display: inline-block;
    width: 100%;
}

.pro-field-wrapper{
    vertical-align: top;
}

.pro-field-name{
    color: #979494;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    padding: 4px 0;
    position: relative;
}

.pro-field-value{
    color: #2e2828;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding: 2px 0;
}

.pro-update-phno{
	font-size: 11px;
	color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.pro-upperC{
    text-transform: uppercase;
}

.dealer-name-block .pro-field-half:nth-child(2n) {
    position: relative;
}

@media (min-width: 1025px) {
    .pro-field-wrapper {
        padding: 6px 8px 6px 16px;
    }
}

@media (min-width: 1025px) {
    .pro-field-half {
        width: 48%;
    }
}

.staff-manag__section {
    padding: 10px 5px 10px 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    width: 100%;
}
.staff-manag__heading {
    padding: 12px;
}
.staff-manag__sub-heading {
    background: #fff;
    color: #979494;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    padding: 8px 12px;
    width: 100%;
}
.staff-manag__content {
    max-height: 445px;
    overflow-x: hidden;
    overflow-y: auto;
}
.staff-manag__members {
    padding-top: 32px;
    position: relative;
}
.staff-manag__members:after {
    background: #fff;
    color: #979494;
    content: "Staff Members";
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    width: 100%;
}
.staff-manag__image {
    border-radius: 50%;
    height: 24px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 24px;
}
.staff-manag__admin,
.staff-manag__name,
.staff-manag__role {
    color: #2e2828;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    padding-left: 12px;
}
.staff-manag__role {
    color: #979494;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding-left: 40px;
}
.staff-manag__admin {
    position: absolute;
    right: 12px;
}
.staff-manag__member {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 12px;
    position: relative;
}
.staff-manag__member:after {
    background: #dbdcdd;
    bottom: 0;
    content: "";
    height: 1px;
    left: 52px;
    position: absolute;
    right: 12px;
}
.staff-manag__no-staff-content {
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
    padding: 12px;
}
.staff-manag__no-staff-content .paragraph {
    margin-bottom: 12px;
}
.staff-manag__no-staff-content .list {
    list-style: square;
    padding-left: 25px;
}
.staff-manag__no-staff-content .list .list-item {
    padding: 0;
}
.staff-profile__content .icon--avatar-people {
    height: 44px;
    width: 44px;
}
.staff-image {
    border-radius: 50%;
    width: 60px;
}
.staff-contextual {
    bottom: 10px;
    cursor: pointer;
    float: right;
    position: relative;
}
.staff-dropdown .icon--edit {
    height: 16px !important;
    margin-right: 8px;
    opacity: 0.4;
    width: 16px !important;
}
.staff-dropdown .icon--delete {
    height: 23px !important;
    margin-right: 2px;
    width: 22px !important;
}
.staff-account__name .staff-account__role {
    color: #979494;
}
.staff-dropdown-item {
    align-items: center;
    display: flex;
    padding: 14px;
}

.section-title-5,
.section-title-6,
.section-title-7 {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.l-profile-details {
    padding: 0;
    position: relative;
}
.l-profile-details:after {
    background: #f5f6fa;
    bottom: 6px;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
}
.l-profile-staff {
    position: relative;
}
.l-profile-staff:after {
    background: #979494;
    content: "";
    height: 80%;
    position: absolute;
    right: 0;
    top: 70px;
}
.l-profile .staff-cover-section {
    order: 1;
}
.l-profile .staff-details {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}
.l-profile .staff-adding {
    order: 3;
    text-align: center;
}
.l-profile .staff-profile-details {
    display: none;
}
.l-profile .staff-button {
    align-items: center;
    background-color: #b560a3;
    border-color: #0b8e9f;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
    display: flex;
    float: right;
    font-weight: 700;
    height: 32px;
    justify-content: center;
    width: 127px;
}
.l-profile .staff-button span {
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
}
.l-profile .staff-profile-section {
    order: 2;
}
.l-profile .staff-profile-section .card-body {
    padding: 0;
}

::-webkit-input-placeholder {color:#ccc;}
::-moz-placeholder {color:#ccc;}
::-ms-placeholder {color:#ccc;}
::placeholder {color:#ccc;}

@media screen and (max-width:1250px){
	header .header-info{padding-left:0px}
	header .header-actions>div{
		padding:0px 10px;
	}
	 .homepage .panel .panel-body{overflow-x: auto;}
	 .dp-salesReport-hearder {height:40px;}
}
@media screen and (max-width:991px){
	.logo-container{font-size:10px}

	.tool-box{right: -60px;}
	.right-column{padding:0px}
	.panel{
		margin-bottom:10px;
	}
	.panel.panel-outstanding .row{
		width:100%;
	}
	.panel-my-list:before,.panel-my-list:after{display:none;}
	.panel{margin-bottom:10px;padding-bottom:0px;}
	.enableMobileView{display:block};
	.panel:not(.show-all) .panel-body{display:none;}
	/*Place order page*/
	
	.add-order-from > div:not(:first-child){padding:0px;}
	.add-order-from button{min-width:80px;}
	.panel-place-orders .product-search input[type=text]{margin-bottom:10px}
	.panel-place-orders .product-search input::placeholder{color:#ccc;}
	#btn-add-to-cart{float:none;margin:20px auto;}
	.panel-place-orders .panel-heading .panel-title ul{margin-top:10px;}
	.panel-place-orders .panel-heading .panel-title li{display: block;margin:0px 20px;width:50%}
	.panel-place-orders .panel-heading .panel-title li select{float:right;border-radius:0px;width:150px;}

	.product-listing{height:auto;}
	 .panel-cart{margin-top:11px;}
	 .panel-myfav{margin-top:11px;}
	 .panel-list-info{margin-left:0px}
	 #volumeTransferTable > div{display:block !important;}
	 .col-sm-3.text-right.markers{padding-left:0px;} 
}
@media screen and (max-width:767px){
	body, .container-fluid{padding:0px;width:100%}
	div.body-container{padding:15px;}
	header{padding:0px;}
	.logo-container{text-align:left;padding:0px;}
	header .logo-panel{padding:2px 10px;border-radius:25px;margin-top:2px;margin-bottom:2px;max-width: 70%;}
	header .header-actions{margin-top:3px; margin-left: -60px; display: inline-flex;}
	header .header-actions>div{margin-top:2px!important;padding:0px;height:auto;}
	header .header-actions .user-info div{margin:0px 5px}
	header .header-actions>div:last-child{border-left:none;position:relative;padding-left:10px;}
	#homepage_slider{min-height:auto;}
	.header-search-row input[type=text], .header-search-row input[type=search]{padding-left:10px}
	/*.bodyContent,.row.pannels-row{padding:0px 5px 0px 10px}*/
	.no-padding,.right-column{padding:0px 15px}
	.no-left-padding{padding-left:15px;}
	.no-right-padding{padding-right:15px;}
	.header-search-row select{width:110px;padding:0 5px;}
	/*Panel customization in mobile mode*/
	.panel .panel-heading{font-size:12px;cursor:pointer}
	.panel{margin-bottom:10px;padding-bottom:0px;}
	.page-homepage .panel:not(.show-all) .panel-body{display:none;}
	.page-homepage .panel-cart {display:block;}
	.panel.panel-primary.panel-cart .enableMobileView{display: block;overflow-x: hidden;}
	.ico-left-menu b{display:none;}
	/*Place order page*/
	.add-order-from > div:not(:first-child){padding:0px;}
	.add-order-from button{min-width:80px;}
	.panel-place-orders .product-search input[type=text]{margin-bottom:10px}
	.panel-place-orders .product-search input::placeholder{color:#ccc;}
	#btn-add-to-cart{float:none;margin:20px auto;}
	.panel-place-orders .panel-heading .panel-title li{display: block;margin:5px 20px;line-height:25px;width:70%}
	.panel-place-orders .panel-heading .panel-title li select{float:right;border-radius:0px;width:150px;}
	.account-section .account-section-content form{padding:0px;}
	#addToWishListForm .modal.in {
       position: absolute;
       top: 0;
       right: 0;
       bottom: 0;
       left: 0;
       background: rgba(0,0,0,0.5);
       height: 330px;
    }
	.product-listing{height:auto;}
	 .panel-cart{margin-top:11px;}/*20px*/
	 .panel-myfav{margin-top:11px;}/*20px*/
	 .panel-list-info .panel-body{overflow-x:auto;}
	 /*Login Page*/
	 .login-container{padding:0px 0px 100px 0px;}
	 .apAwazLogo{margin-bottom:0px;margisn-top:20px;}
	 #modal-feedback .modal-dialog{width:70%;}
}
@media screen and (max-width:400px){

	.logo-container{padding:10px 0px;}
	.header-search-row{padding:7px;;font-size:10px;}
	.header-search-row select{width:100px;}
	header .header-actions{padding-top:5px;}
	header .header-actions>div{
		display:table-cell;
	}
	header .header-actions>div:last-child{
		display:table-cell;
		padding-right:5px;
	}
	.panel-place-orders .panel-heading .panel-title li{width:90%}
	.add-order-form-fieldwrap > div,.add-order-form-fieldwrap button{display:block;width:100%;padding:5px;margin:10px auto;}
}

@media screen and (min-width:767px){
	#mobile-menu{display:none;}
	.yCmsContentSlot.six-tiles .yCmsComponent:nth-child(odd){
		padding-right:0;	
	}
}

.no-click{pointer-events:none !important;}
.dealerlastOrder, .dealerlastInvoice, .dealertopCN, .dealerPendingOrders{padding: 0 5px;}
#span-invoice-number.no-click a{color:#333;}

.statement-account .dataTables_scrollHeadInner{width:100% !important}
/*.statement-account .dataTables_scrollHead table.dataTable*/
.recentOrderPopupDiv .table-striped.table > thead > tr > th{padding:0 8px 4px 8px;}
.page-loader{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.5);
	z-index: 9999;
	display: none;
}
.page-loader img {
    margin: auto;
    position: absolute;
    width: 80px;
    right:0;
    bottom:0;
    top:0;
    left:0;
}
.wishlistpanel{background: #fff; z-index:99999;}
.wishlistpanel .modal-body{padding: 0 30px;}
.aos_table{width:100% !important;}

/*Contact Us and Feedback*/
.contact-us-panel{overflow: hidden; padding: 5px;}
.contact-us-panel .panel-heading, .feedback-panel .panel-heading{text-align: center; border-radius:3px;}
.contact-us-panel .panel-heading:before, .feedback-panel .panel-heading:before{display: none !important;}
.contact-us-panel h3, .feedback-panel h3{ padding: 0; margin: 0; font-size: 18px; font-weight: 400;}
.contact-us-panel h4, .feedback-panel h4{text-transform: uppercase; font-weight: 600;font-size: 12px;color: #b560a3;padding: 0; margin-top:0;}
.contact-us-panel h4{padding:15px 0; margin:10px 0;}
.contact-us-panel .content, .feedback-panel .content{text-align: center; overflow: hidden;}
.contact-us-panel .content .add-head-office, 
.contact-us-panel .content .ap-helpline{text-align: left;}
.contact-us-panel .content .add-head-office strong, 
.contact-us-panel .content .ap-helpline strong{font-size: 14px; padding-bottom: 7px; display: block;position: relative;}
.contact-us-panel .content .ico-theme.office,
.contact-us-panel .content .ico-theme.helpline{background-position: 0 -513px; width:30px; height: 30px;vertical-align: middle;margin-left: -35px; margin-right: 5px;}
.contact-us-panel .content .ico-theme.helpline{background-position: 0 -475px;}
.contact-us-panel .content .contact-bg{background: url(../images/contact-us-bg.png) no-repeat 0 0; height: 270px;}

.feedback-panel .select-dealer-code{float: right; margin-top: -24px; margin-right: 20px;}
.feedback-panel .feedback-type{padding:0 10px !important;}
.feedback-panel .feedback-type p{text-align: left; min-height: 55px; margin:0;}
.feedback-panel .feedback-type.active p{color: #b560a3;}

.feedback-panel .feedback-type .smiley{background: url(../images/icon-smiley-normal.png) no-repeat 8px 7px; display: block; width: 44px; height: 44px; margin: 0 auto 10px;}
.feedback-panel .feedback-type.wrong .smiley{background-position: -88px 7px;}
.feedback-panel .feedback-type.alright .smiley{background-position: -185px 7px;}
.feedback-panel .feedback-type.happy .smiley{background-position: -283px 7px;}
.feedback-panel .feedback-type.extreme-happy .smiley{background-position: -378px 7px;}

.feedback-panel .feedback-type.active .smiley{background: url(../images/icon-smiley-active.png) no-repeat 0 0; display: block; width: 44px; height: 44px; margin: 0 auto 10px;}
.feedback-panel .feedback-type.active.wrong .smiley{background-position: -159px 0;}
.feedback-panel .feedback-type.active.alright .smiley{background-position: -319px 0;}
.feedback-panel .feedback-type.active.happy .smiley{background-position: -477px 0;}
.feedback-panel .feedback-type.active.extreme-happy .smiley{background-position: -637px 0;}

.contact-us-panel.disclaimer .content, .termsnconditions .content{text-align:left;padding:20px 50px;}
.contact-us-panel.disclaimer ul{}
.contact-us-panel.disclaimer ul li{list-style:#b560a3; padding-bottom:20px;}

.termsnconditions h5{color: #b560a3; }
.termsnconditions h5 small{color: #b560a3;}

.radio_container{height: 22px;}
.radio_container [type="radio"]:checked,
.radio_container [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
label {color: #333}
.radio_container [type="radio"]:checked + label,
.radio_container [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.radio_container [type="radio"]:checked + label:before,
.radio_container [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #cfcfcf;
    border-radius: 100%;
}
.radio_container [type="radio"]:checked + label:after,
.radio_container [type="radio"]:not(:checked) + label:after {
	content: '✔';	
  	color: #fff;
    width: 20px;
    height: 20px;
    background: #39fe39;
    position: absolute;
     top: 0;
    left: 0;
    border-radius: 100%;
     -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.radio_container [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio_container [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.feedback-panel .feedback-message{margin: 20px 0; text-align: left;}
.feedback-panel .feedback-message textarea{min-height:100px; width: 100%; border-radius: 3px; border: solid 1px #ccc; margin-bottom: 10px;}

#dealerInformation tr td{position: relative;}
#dealerInformation tr td .quant_alert{position: absolute; top: 50%; left: 40%; padding: 10px; background: #fff; box-shadow: 0 0 5px #ccc; z-index: 999;}
.alertCross{
    background: #ed1c24;
    position: relative;
    top: 0px;
    padding: 2px;
    text-align: center;
    color: #fff;
    height: 20px;
    display: inline-block;
    width: 17px;
    margin: 0px 0 0 -18px;
}

footer.common{padding-right: 0;}
.termsanddisc {text-align: right;}
.termsanddisc a{ color:#fff; text-decoration: none; font-size: 12px; padding: 0 10px; font-weight: 600;}
.termsanddisc a:hover{text-decoration: underline;}
.product-varients.launched{padding: 0 15px;}
.fav-star-place-order{color: #f5b83b; padding-left:5px;}
.accInfo div a{color:#fff;}
.accInfo div a:hover{color:#f083d9; text-decoration: none;}
@media screen and (max-width:767px){
    .feedback-panel .feedback-type {margin-bottom: 15px;}
    .feedback-panel .feedback-type p{min-height: auto; text-align: center; margin: 0;}
    .footerContent, .termsanddisc{text-align: center;}
    .contact-us-panel .content{padding:0 45px;}
    .master-content-panel.page-Stock-Query .product-search.product-search-panel input {width: 100%;border-radius: 4px;border-collapse: collapse;border: solid 1px #b560a3;margin-bottom: 10px;}
    .master-content-panel.page-Stock-Query .product-search.product-search-panel label {display: flex;}
	 #tab-mycart{margin-bottom:19px;}
	 #tab-myfavourite{margin-bottom:19px;}
    .complains .dataTables_scrollBody { overflow: inherit !important; touch-action: auto !important; }
    .complains .dataTables_scrollHead { overflow: inherit !important;}

    /* demo testing starts from here*/
    #addToWishListForm .modal.in {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      height : 100%;
    }
    #mMenu_Tgt ~ .modal-backdrop.in {
      opacity: 0;
      position: relative;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      z-index: 1050;
    }

    #addToWishListForm .modal.in {
       height: 100%;
    }

    /* demo testing ends here*/
}

@media only screen
 and (min-device-width: 375px)
 and (max-device-width: 667px)
 and (-webkit-min-device-pixel-ratio: 2)
 and (orientation: landscape) {
    #addToWishListForm .modal.in {
           height: 40%;
        }
}

/*Last Invoices - order no popup */
#dispatchStatus td.green,.order-tracking-main-data td.green{color:#0cb757;}  
#dispatchStatus td.yellow,.order-tracking-main-data td.yellow {color:#f5b83b;}  
#dispatchStatus td.red,.order-tracking-main-data td.red {color:#ce2426;}
.add-wishlistToCart, .add-createNewList{float: right;}
.add-wishlistToCart{margin-right: 15px;}
.product-add-remove-message{display:none; }
.product-add-remove-message .message{position:absolute; top:20%; left:0; right:0; margin:auto; padding:10px 20px; border:solid 1px #b560a3; border-radius:5px; text-align: center; min-height: 30px; max-width:300px; background: #f4f4f4; z-index:99; color:#666; box-shadow:0 0 5px #000;}
#product-listing .error-label{padding: 0 15px; color:red;}
.page-dpcontactus .header-search-row-panel,
.page-dpdisclaimer .header-search-row-panel,
.page-dptermsnconditions .header-search-row-panel,
.page-dpapptermsnconditions .header-search-row-panel,
.page-extdpapptermsnconditions .header-search-row-panel,
.page-dpappcontactus .header-search-row-panel,
.page-extdpappcontactus .header-search-row-panel,
.page-dpappdisclaimer .header-search-row-panel,
.page-extdpappdisclaimer .header-search-row-panel,
.page-extdpappprivacypolicy .header-search-row-panel,
.page-dpappprivacypolicy .header-search-row-panel,
.page-saralappprivacypolicy .header-search-row-panel{display: none;}

/*space for billed/ordered qty in 2 rows so that scroll doesnt come*/
#myOrders thead tr th{
	font-size:10px;
	font-weight:600;
	text-transform:capitalize;
	background-color:#fff;
	padding:0px 10px;
}

/* status to be fit in single row*/
.has-error { color: red; }

#myOrders .completely-billed,#myOrders .partially-billed {width:90px;}
#myOrders .not-billed {color:#ce2426;width:70px;}
#ui-datepicker-div{display: none !important;}
.vol-transf-search-field .bootstrap-datetimepicker-widget{/*top:58px !important;*/}
.flash.animated{z-index:2;}
.old-url-myawaaz a{color:#fff; line-height: 28px;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .left-navigation{top:-50px;}
 .panel.panel-cart .panel-body{min-height: 435px;min-width: 250px;}
}

.ordertakingForm .error-label{
	color: red;
	padding-left: 20px;
	padding-bottom: 5px;
}

#btn-add-to-cart:focus{
	background:#8250c5;
}
.has-error{
    color:red;
}
.border-red{
	border: solid 1px red !important;
}
.create-wishlist .panel-body.table-responsive{ max-height: 300px; overflow-y: auto; overflow-x: hidden;}

@media (max-width: 500px) {
	.myOrderModelboxResponsive{width: 70% !important;}
	#modal-scratch-pad .modal-dialog {width: 70%;}
    .masterstrokes-panel{width:360px;}
    .ico-left-menu b{display:none;}
    .input-group.date{width: 200px;margin:0 auto;}
   
}
.redBorderInputBox{border: 1px solid red !important;}
.nicescroll-rails{z-index:0; display:none !important;}
.dispatch-status-bar .stages {max-width: 100%;overflow-x: auto; white-space: nowrap;}

/* testing code**/


/*projecs sales dash board*/
/* table#stp-list,table#stp-list thead,table#stp-list,table#stp-list thead tr, */ table#stpList tbody,table#stpList tbody tr{display: inline-block;width: 100%;}
/* table#stp-list thead tr th, */table#stpList tbody tr td{display:inline-block;text-align:left;}


.pd-headings,.placeOrder1 table th {
/* 	display:block; */
	color : #000;
	padding-bottom: 1px;
    padding-top: 1px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #a7a0a0 100%);
/* 	FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #a7a0a0 100%);
/* 	Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #a7a0a0 100%);
/* 	W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#a7a0a0', GradientType=0); IE6-9
}

.col-chk-box{
	float : left;
}

.draft-save-button1-seasonal > .btn-save-order-seasonal,#final-closePopup1{
 	border-radius: 15px;
	background: #502c83  !important;
	border: none;
	margin-bottom: 0;
	float: right;
	color: #fff;
	padding: 0 20px;
	margin-left : 30px;
	text-transform: uppercase;
	line-height: 30px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75); 
}

.draft-save-button1-seasonal > .btn-save-order-seasonal-new{
 	border-radius: 15px;
	background: #502c83  !important;
	border: none;
	margin-bottom: 0;
	float: right;
	color: #fff;
	padding: 0 20px;
	margin-left : 30px;
	text-transform: uppercase;
	line-height: 30px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75); 
}

.draft-save-button1-seasonal{
 padding : 0px;	
}


.placeOrder1 > table td {
    padding: 5px 10px;
}



.placeOrder1 > #radiCntnWithoutDisc{
  padding-top: 20px;
}

#radiCntnWithoutDisc > input[type="radio"]{
  margin-left: 10px;
  margin-right: 5px;
}

#radiCntnWithoutDisc > #withdis_err{
	padding-bottom : 5px;
}

header.dp-common {
    position: fixed;
    left: 25px;
    top: 17px;
    right: 15px;
    z-index: 1020;
    border-bottom:10px solid white;
}

header.dp-common:before {
    content:'';
    background:white;
    position:absolute;
    top:-30px;
    left: -20px;
    right: -20px;
    height: 30px;
    width:auto;
}
header.dp-common,footer.common{
	padding:2px 15px 2px 0px;
	width:auto;
	color:#fff;
	font-weight:600;
	margin-bottom:10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffcc33+14,ca2424+43,390089+75 */
background: #ffcc33; /* Old browsers */
background: -moz-linear-gradient(left, #ffcc33 14%, #ca2424 43%, #390089 75%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ffcc33 14%,#ca2424 43%,#390089 75%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ffcc33 14%,#ca2424 43%,#390089 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc33', endColorstr='#390089',GradientType=1 ); /* IE6-9 */
}
header.dp-common {
    position: fixed;
    left: 30px;
    top: 17px;
    right: 15px;
    z-index: 1020;
    border-bottom: 5px solid white;
}

header.dp-common:before {
    content: '';
    background: white;
    position: absolute;
    top: -30px;
    left: -20px;
    right: -20px;
    height: 30px;
    width: auto;
}

#dp-modal-quick-order .modal-dialog:before,
#dp-modal-scratch-pad .modal-dialog:before,
#dp-tcs-create-lead .modal-dialog:before,
#dp-modal-ptpr-report .modal-dialog:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 145px;
    top: -23px;
    border: solid 8px transparent;
    border-bottom: solid 15px #b560a3;

}

@media screen and (max-width:1024.98px) {

    #dp-modal-quick-order .modal-dialog:before,
    #dp-modal-scratch-pad .modal-dialog:before,
    #dp-tcs-create-lead .modal-dialog:before,
    #dp-modal-ptpr-report .modal-dialog:before,
    #dp-modal-feedback .modal-dialog:before {
        display: none;

    }

    #dp-modal-quick-order .modal-dialog,
    #dp-modal-scratch-pad .modal-dialog,
    #dp-tcs-create-lead .modal-dialog,
    #dp-modal-ptpr-report .modal-dialog,
    #dp-modal-feedback .modal-dialog {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
    }

    #dp-modal-ptpr-report .modal-dialog {
        margin-right: 25px;
    }

    .l-profile .staff-button {
        background-color: #b560a3;
        border-color: #0b8e9f;
        width: 100%;
        border-radius: 10px!important;
    }

}

@media screen and (max-width:767.98px) {
    #dp-modal-feedback .modal-dialog {
        top: 80%;
                width: 70%;
        
    }
        #dp-modal-scratch-pad .modal-dialog,
        #dp-tcs-create-lead .modal-dialog{
        width: 70%;
    }
}

/* OCT Changes */
.oct-switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 9px;
  }

  /* Hide default HTML checkbox */
  .oct-switch input {
	opacity: 0;
	width: 0;
	height: 0;
  }

  /* The sps-slider */
  .oct-slider {
	position: absolute;
	cursor: pointer;
	top: 3px;
	left: 0;
	right: 0;
	bottom: -7px;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }
.channelToggle{
	float: right;


}
.oct-channel{
	font-weight: 600 ;
	font-size: 11px;
}
.mtd_ytd-oct{
	margin: -2px -1px;
	background-color: #e5e5e5;

	font-size: 10px;
	padding:5px 0px;

}
.oct-table-td{
    width:28%;
	line-height: 1.42857143;
	font-family: arial,sans-serif;
	font-size: 9px;
}
.channelToggle{
	padding-right: 10px;
}
.oct-table{
	margin-top: 7px;
}
.oct-body{
	font-family: arial,sans-serif;
	font-size: 11px;

}
.oct-table-tr.alt{
	background-color:  #f6eff6 ;
}
.mtdytd-span{
	padding-left: 10%;
	padding-right: 10%;
}

.channel-toggle-span{
	padding-left: 5px;
	padding-right: 5px;

}

  .oct-slider:before {
	position: absolute;
	content: "";
	height: 7px;
	width: 16px;
	left: 4px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }

  input:checked + .oct-slider {
	background-color: #C251A5;
  }

  input:focus + .oct-slider {
	box-shadow: 0 0 1px #C251A5;
  }

  input:checked + .oct-slider:before {
	-webkit-transform: translateX(15px);
	-ms-transform: translateX(15px);
	transform: translateX(15px);
  }

  /* Rounded sliders */
  .oct-slider.round {
	border-radius: 34px;
  }

  .oct-slider.round:before {
	border-radius: 35%;
  }
  .oct-info-span-div{
    margin-top:7px;
    margin:5px 0px;
  }
  .oct-info-span{
    margin-bottom:1px;
  }

  .col-sm-4.col-xs-12.stp-name{
      width: 100%;
      padding: 10px 0px;
  }
  .col-xs-5.text-right.stp-name-text{
      height: 36px;
      line-height: 36px;
      padding-right: 0px;
      font-size: 14px;

  }
  .col-sm-4.col-xs-12.stp-name>.col-xs-7>.input-group>.stp-name-input{
      border-radius: 8px;

  }

  .stp-header{
      width: 100%;
      background-color:#f6eff6;
      padding: 5px 3px;
      cursor:pointer;
      margin-top:5px;
  }
  .tbl-data-report.table{
    display:inline-table;
    transition: display 1s linear;

  }
  .tbl-data-report.table.hide{
    display:none;
  }
  .bathSolnContentDiv{
    display:block;
    overflow-y:scroll hidden;
  }
  .bath-soln-overdues, .bath-soln-account-summary-details, .bath-soln-order-tracking, .bath-soln-invoice-data{
    max-height:345px;
  }

  .stp-header:after {
      content: '\002B';
      background: #C251A5;
      padding: 0px 5px;
      float: right;
      color:white;
      margin:1px;
      font-size:14px
  }

  .stp-header.show:after{
          content: "\2212";
          background-color: #ED797A;
          padding: 0px 5px;
          float: right;
          color:white;
          margin:1px;
          font-size:14px
  }

  thead tr th.oct-table-td {
      padding-bottom: 0px;
  }
  #myPorductLevelPurches thead tr  th{
    padding-bottom:0px;
  }

.dss-modal-container{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius:6px;
  width:40%;
}

/********** Bath Soln Payment Popup ***********/
.modal-container{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius:6px;
  width:50%;
}
.popup-box-container{
    z-index:9998;
    background-color: rgba(0,0,0,0.4);
    backdrop-filter: blur(5px);
    width:100%;
    height:100%;
    position: fixed;
    top:0%;
    left:0%;
}
.modal-top{
    background:#502c83;
    border-radius: 6px 6px 0px 0px;
    padding:5px;
    display: flex;
    flex-direction: row-reverse;
    height: 31px;
}
.modal-content{
    border-radius: 0px 0px 6px 6px;
}
.modal-content-box{
    width:100%;
    display:flex;
    padding:5px;
    flex-wrap: nowrap;
    margin:7px 0px;
    float:none;
}
.dealer-info-input{
	height:30px
}


 .modal-content-inputs{
        padding: 3px 15px;
 }
 .edit-button, .confirm-button{
    color:blue;
    cursor:pointer;
    margin:auto;
 }
 .dealer-info-name, .dealer-info-span, .dealer-info-input, .edit-button, .dealer-info-input-box{
    margin:auto !important;
 }
@media only screen and (max-width: 600px) {
    .modal-content-box{
        flex-direction:column
    }
    .modal-container{
        width:80%;
    }
    dss-modal-container{
        width: 70%;
    }
    .trans-table{
        width:100%;
    }
    .trans-pop{
        flex-direction:column;
    }
}
@media only screen and (min-width: 600px) {
    .modal-content-box{
        flex-direction:row
    }
    .modal-container{
            width:80%;
        }
    .dss-modal-container{
        width: 70%
    }
    .trans-table{
            width:100%;
        }
    .trans-pop{
        flex-direction:column;
    }
}
@media only screen and (min-width: 992px) {
    .modal-content-box{
        flex-direction:row
    }
    .modal-container{
            width:50%;
        }
    .dss-modal-container{
        width: 40%;
    }
    .trans-table{
       width:75%;
    }
    .trans-pop{
        flex-direction:row;
    }
}
.modal-bottom{
  border-top: solid 2px;
  font-size: 15px;
}
.dealer-info-tick{
    text-align: center;
    font-weight: 800;
    font-size: xx-large;
    color:#502c83;
    cursor:pointer;
}
.select-stp-content{
    width:80%;
    margin:auto;
    text-align:center;
    padding:10px;
    border:solid 2px;
    border-radius:6px;
    background:#eeeeee;
    cursor:pointer
}
.bath-soln-payment-content{
    padding:20px;
}
.payment-site-input{
    width:50%;
    margin:0px 5%;
}
.stp-payment-info{
    padding-top:14px;
    max-height:300px;
    overflow-y:auto;

}
.stp-payment-info-content{
    padding: 10px 0px;
}
.stp-payment-input{
    padding-top:20px
}
.stp-input-span{
    margin:auto;
}
.stp-input-span-confirm,.stp-input-span-edit,.stp-input-span-final-confirm{
    padding:11px;
    background:rgba(181, 96, 163,0.4);
    border-radius:6px;
    text-align:center;
    border:solid 2px;
}
.stp-input-span-final-confirm{
    background:rgba(181, 96, 163,1);
}
.stp-input-span-edit{
    background:#eeeeee;
    padding-right:10px;
    margin-right: 15px;

}
.stp-payment-confirm{
    padding:20px 0px 0px;
    flex-direction: row-reverse
}
.stp-input-span-confirm.active{
    background:rgba(181, 96, 163,1);
    cursor:pointer;
}
.stp-dropdown-menu li{
    list-style: none;
    padding-top:5px;
}
.stp-dropdown-menu{
    padding-top:8px;
    max-height:200px;
    overflow-y:auto ;
    border-top: solid  1px;
}
.dropdown-stp-list{
    padding:5px;
    border-radius:6px;
}
.dropdown-stp-span{
    margin:auto;
}
.checkbox-inp{
    height:20px;
    margin:auto
}
.dropdown-stp-list:hover{
    background:#e5e5e5;
}
.bath-solution-payment-link{
    cursor:pointer;
    padding-right:8px
}
.stp-select-radio ,.stp-select-radio:after {
    box-shadow: none !important;
    height: 25px;
    width: 11%;
}
#appCountdowntimer {
  font-family: sans-serif;
  display: grid;
  place-items: center;
  display: flex;
  justify-content: center;
  flex-direction:column;
}

.base-timer {
  position: relative;
  width: 120px;
  height: 120px;
}

.base-timer__svg {
  transform: scaleX(-1);
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: grey;
}

.base-timer__path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}

.base-timer__path-remaining.green {
  color: rgb(65, 184, 131);
}

.base-timer__path-remaining.orange {
  color: orange;
}

.base-timer__path-remaining.red {
  color: red;
}

.base-timer__label {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}
.cancel-transaction-span{
    margin-top: 3px;
    padding:10px;
    color: blue;
    border: 1px solid black;
    margin-left: 4%;
    border-radius: 5%;
    cursor:pointer;
}
.transaction-id:hover{
    text-decoration: underline;
    cursor:pointer;
    color:blue;
}

/********** Bath Soln Payment Popup END ***********/
@media only screen and (max-width: 600px) {
  .open-orders-tab{
    border:1px solid #d0d0d0;
    margin-top:20px;
    position:relative;
    top:130px;
    display: flex;
    background:#faf9ff;
  }
}
@media only screen and (min-width: 600px) {
  .open-orders-tab{
    border:1px solid #d0d0d0;
    margin-top:20px;
    position:relative;
    top:130px;
    display: flex;
    background:#faf9ff;
  }
}
@media only screen and (min-width: 992px) {
 .open-orders-tab{
    border:1px solid #d0d0d0;
    margin-top:20px;
    position:relative;
    top:-5px;
    display: flex;
    background:#faf9ff;


 }
}

  /*dd-master-manage*/
  .page-dd-master-manage input{width:250px; padding:3px 10px; border-radius: 4px;border-collapse: collapse;border: solid 1px #b560a3;}
  .page-dd-master-manage .input-row{margin-bottom:20px;}
  .page-dd-master-manage .input-row > .dd-upload-text,.page-dd-master-manage .input-row > .dd-download-text{font-size:x-large;}
  @media screen and (max-width: 767px){
  	.page-dd-master-manage .input-row > div{text-align:left!important}
  }
  @media screen and (min-width: 767px){
    .page-dd-master-manage .input-row > .dd-upload-text{padding-bottom:10px}
    .page-dd-master-manage .input-row > div{text-align:center}
    .dd-upload-div > div:nth-child(1),.ddMasterTemplates  > div:nth-child(1),.dd-download-div > div:nth-child(1) {display:flex;justify-content:flex-end}
    .dd-upload-div > div:nth-child(2),.ddMasterTemplates  > div:nth-child(2),.dd-download-div > div:nth-child(2) {display:flex;justify-content:flex-start}
  }

  .error-msgs{
    color: #d50505;
  }

  /*DD Master Templates*/
  .ddMasterTemplates{
  	margin-top: 20px;
  }
  .ddMasterTemplates button{
  	line-height: 30px;
  }
  .templatesDownload{
  	position: relative;
  	top: 5px;
  	font-size: 16px;
  }

  .pending-order-containers{
    display:flex;
    flex-direction:column;
  }
  .pending-add-to-order{
    margin-top: 18px;
  }
  #pendingPackSizes{
    flex-wrap: wrap;
  }
  .pendingQuantityNudge{
    margin-top: 25px;
  }
  .pending-packsize{
    margin: auto 0px;
    padding-top:15px
  }
  .pending-order-containers.pending-headers{
    flex-direction:column-reverse;
    padding-left:10px;

  }
  .pendingProduct{
    padding-top:5px
  }
  #quantityAlert{
    position:absolute;
    top:48px;
    left:-3px;
    width:260px
  }
  .pending-headers>.header-2{
        padding:5px 0px;
  }


  @media screen and (min-width: 1024px){
      .pending-order-containers{
        display:flex;
        flex-direction:row;
        justify-content: space-around;
        flex-wrap: wrap;
      }
      .pending-add-to-order{
        margin: auto 0px
      }
      #pendingPackSizes{
        flex-wrap: nowrap;
      }
      .pendingQuantityNudge{
        margin-top: 0px;
      }
      .pending-packsize{
        margin:auto 0px ;
        padding-top:0px
      }
      .pending-order-containers.pending-headers{
        flex-direction:column-reverse;
        padding-left:10px;

      }
      .pendingProduct{
        padding-top:0px
      }

      #quantityAlert{
          position:absolute;
          top:35px;
          left:-3px;
          width:260px
      }
      .pending-headers>.header-2{
          padding:0px;
      }
  }
   @media screen and (min-width: 1175px){
         .pending-order-containers.pending-headers{
           flex-direction:row;
         }
   }


   /* Stock check popup for myAwaaz */
   /* Extra small devices (phones, 600px and down) */

   /* Extra large devices (large laptops and desktops, 1200px and up) */

   .item-content-container {
     max-width: 1110.99px;
     max-height: 100%;
     width: 98%;
     background: white;
     margin: 5px;
     margin-left:1%;
     margin-bottom:20px;
     margin-top:0px;
   }


   .header-panel-accordion {
     color: #444;
     cursor: pointer;
     padding: 1%;
     width: 97%;
     border: none;
     text-align: left;
     outline: none;
     font-size: 15px;
     transition: 0.4s;
     padding-left: 30px;
     margin: 0px 5px;
     border-bottom:1px solid grey;
   }

   .item-panel {
     /*background: #F8EEF7 */;
     margin: 0px 5px;
     max-width: 97%;
     max-height:0px;
     overflow:hidden;
     transition: max-height 0.4s linear;

   }
   .item-panel.show{
     max-height: 100px;
     width: 97%;
     opacity:1;
     transition:  max-height 0.4s linear;
     border-bottom: 1px solid grey;
     overflow-y: auto;
   }



   .header-panel-accordion:after {
     content: '\002B';
     color: white;
     font-weight: bold;
     float: left;
     margin-left: 2px;
     background: #C251A5;
     width: 14px;
     height: 15px;
     padding-left: 2.5px;
     margin-right: 15px;
   }
   .item-header-title.available.header-panel-accordion:after{
    background:#67b560;
   }
   .item-header-title.partially-available.header-panel-accordion:after{
       background:#f5d200;
   }
   .item-header-title.not-available.header-panel-accordion:after{
      background:#fb4848;
   }
   .header-span{
       font-family: 'Arial';
       font-style: normal;
       font-weight: 400;
       font-size: 14px;
       line-height: 16px;
       /* identical to box height, or 114% */
       color: #000000;
   }

   .container {
     padding-left: 0px;
     padding-right: 0px;
   }

   .item-active:after {
     content: "\2212";
     background-color: #ED797A;
   }

   .item-header-title {
     /*background: #F8EEF7;*/
     font-family: 'Arial';
     font-style: normal;
     font-weight: 500;
     font-size: 14px;
     line-height: 16px;
   }

   .sps-title-alt {
     font-family: 'Arial';
     font-style: normal;
     font-weight: 500;
     font-size: 14px;
     line-height: 16px;
   }
   .ico-show{
        background-image:url('../images/show.png');
        width:22px;
        height:16px;
        margin: 11px 10px;

   }
   .ico-hide{
        background-image:url('../images/hide.png');
        width:25px;
        height:22px;
        margin: 8px 8px;
   }
@media only screen and (max-width: 600px) {
    .mobile-confirmation-row{
        display:flex;
        flex-direction:row;
        padding-top:25px;
        flex-wrap:wrap
    }
    .mobile-confirmation-col{
        display:flex;
        flex-direction:column;
    }
    .mobile-confirmation-note{
        margin-top:10px
    }
    .mobile-confirmation-button{
        margin-top:10px
    }
}
@media only screen and (min-width: 600px) {
    .mobile-confirmation-row{
        display:flex;
        flex-direction:row;
        padding-top:25px;
        flex-wrap:wrap
    }
    .mobile-confirmation-col{
        display:flex;
        flex-direction:column;

    }
    .mobile-confirmation-note{
        margin-top:10px;
    }
    .mobile-confirmation-button{
        margin-top:10px
    }

}
@media only screen and (min-width: 992px) {
    .mobile-confirmation-row{
        display:flex;
        flex-direction:row;
        padding-top:25px;
        flex-wrap:wrap
    }
    .mobile-confirmation-col{
        display:flex;
        flex-direction:column;
        border-right:1px solid #8F90A6
    }
    .mobile-confirmation-note{
        margin-top:40px;
    }
    .mobile-confirmation-button{
        margin-top:20px
    }
}

@media only screen and (max-width: 600px) {

    .mobile-update-input{
        display:flex;
        flex-direction:column;
        font-size:14px;
        padding-top:20px
    }
}
@media only screen and (min-width: 600px) {
    .mobile-update-input{
        display:flex;
        flex-direction:row;
        font-size:14px;
        padding-top:20px
    }
}

.removeOldAndUploadCheckbox {
    appearance: none;
    height: 15px !important;
    border: 1px solid #322f2f !important;
    border-radius: 3px !important;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 16px !important;
    vertical-align: middle;
    box-sizing: border-box !important;
    padding: 0px !important;
    margin: 0px !important;
    outline: none !important;
}

.removeOldAndUploadCheckbox:checked {
    background-color:#502c83;
    border-color:#502c83;
}

.removeOldAndUploadCheckbox:checked::after {
    content: '\2714';
    color: white;
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 3px;
    line-height: 13px;
}

.normalDDRadio, .milkRunRadio {
    appearance: none;
    height: 14px !important;
    border: 1px solid #322f2f !important;
    border-radius: 50% !important;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 14px !important;
    vertical-align: middle;
    box-sizing: border-box !important;
    padding: 0px !important;
    margin: 0px !important;
    outline: none !important;
}

.normalDDRadio:checked, .milkRunRadio:checked {
    background-color: white;
}

.normalDDRadio:checked::after, .milkRunRadio:checked::after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #502c83;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

.flush-btn{
    font-size: 15px;
    border-radius: 5px;
    background: #502c83;
    color: white;
}
.flush-btn[disabled]{
    background :grey;
}
.disabled-tr > td{
    background:rgba(255,0,0,0.4)
}
.dealer-support-team{
    padding-top: 20px;
    padding: 0px 13px;
}
.support-team-block{
    display:flex;
    flex-direction:column;
    padding: 15px 0 0;
    box-shadow: 3px 3px 10px #ccc;
    margin-right:-10px;
    margin-left:0px;
    background:#b560a3;
    color:white;
    margin-top:45px
}
.support-header-text{
    padding-left:20px;
    font-size:12px;
}
.dp-footer{
    margin-top:2px
}
img, svg {
    vertical-align: middle;
}

/* Staff Account Management Start */
@media only screen and (max-width: 600px) {
    .create-staff-input, .edit-staff-input{
        display:flex;
        flex-direction:column;
        font-size:14px;
        margin-bottom: 2px!important;
    }
}
@media only screen and (min-width: 600px) {
    .create-staff-input, .edit-staff-input{
        display:flex;
        flex-direction:row;
        font-size:14px;
        padding-top:20px
    }
}

@media only screen and (max-width: 1024.98px) {
    .create-staff-input, .create-staff-heading,.create-staff-value, .edit-staff-input, .edit-staff-heading, .edit-staff-value {
        margin-bottom: 2px!important;
    }
}

.create-staff-input .error, .edit-staff-input .error {
    border-color: red
}

.profile-owner__img-wrapper {
    margin-left: 24px;
}
.profile-owner__img-wrapper .icon--avatar-people {
    height: 55px;
    width: 55px;
}
.profile-owner__img-wrapper .field-wrapper {
    padding-left: 8px;
}
.profile-owner__img {
    border-radius: 50%;
    height: 80px;
    width: 80px;
}

.d-block {
    display: block !important;
}

.d-none {
    display: none!important;
}
.staff-popup-button {
    background: #502c83;
    padding: 8px 22px;
    border-radius: 5px;
    margin-right: 25px;
    cursor: pointer;
}
.delete-staff-button {
    background: #d5182a;
    padding: 8px 22px;
    border-radius: 5px;
    margin-right: 25px;
    cursor: pointer;
}
.field-grid {
    width: 100%;
}
.field-wrapper {
    padding: 10px 16px;
    vertical-align: top;
}
.field-name {
    color: #979494;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    padding: 4px 0;
    position: relative;
}
.field-hidden {
    display: block;
}
.field-value {
    color: #2e2828;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding: 2px 0;
}
.icon--contextual-menu {
    height: 24px;
    width: 24px;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    color: #212529;
    display: none;
    font-size: 1rem;
    list-style: none;
    margin: 0;
    min-width: 10rem;
    padding: 0.5rem 0;
    position: absolute;
    text-align: left;
    z-index: 1000;
}
.staff-dropdown-menu {
    border: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
    padding: 0;
}

.fade {
    transition: opacity 0.15s linear;
}

.staff-profile__content {
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    display: flex;
}

.staff-manag__member, .staff-manag__member:focus, .staff-manag__member:hover {
    text-decoration: none;
}

.multi-select {
    position: relative;
    padding: 0;
    margin: 0!important;
}
.multi-select .select-input {
    width: 100%;
    border: 1px solid;
    padding: 2px 17px;
    border-radius: 2px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.multi-select .select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 10;
    display: none;
    border-radius: 5px;
}
.multi-select .select-dropdown .option {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    cursor: pointer;
}
.multi-select .select-dropdown .option:hover {
    background: #f0f0f0;
}
.multi-select .select-dropdown .option input[type="checkbox"] {
    margin-right: 8px;
}

@media (max-width: 1024.98px) {
    .l-profile .staff-cover-section {
        padding-left: 16px;
        padding-right: 16px;
    }
    .staff-dropdown {
        margin-left: auto;
    }
}

@media (min-width: 640px) {
    .l-profile .staff-adding {
        order: 0;
        text-align: end;
        padding-bottom: 15px;
    }
    .staff-space {
        margin-bottom: 35%;
    }
}

@media (max-width: 640px) {
    .staff-space {
        margin-bottom: 70%;
    }
}

@media (min-width: 1025px) {
    .l-profile .staff-cover-section {
        order: 2;
        padding-top: 40px;
    }
    .staff-profile__content {
        display: block;
        padding-bottom: 10px;
        text-align: center;
    }
    .staff-image {
        width: 112px;
    }
    .staff-account__name {
        margin-top: 8px;
    }
    .field-wrapper {
        padding: 6px 8px 6px 16px;
    }
    .field-grid {
        display: grid;
        justify-content: center;
    }
    .field-hidden {
        display: none;
    }
    .staff-contextual {
        bottom: 138px;
    }
    .l-profile .staff-details {
        flex: 1;
        padding-right: 24px;
        position: relative;
    }
}

/* Staff Account Management End */

.shadeToolDropdown {

  display: inline-block;
}
.dropdown-content {
   max-height: 136px;
  display: block;
 position: absolute;
     background-color: #f9f9f9;
     width: 387px;
     box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
     left: 20px;
     overflow: auto;
     z-index: 1100;
     top: 81px;
}
.dropdown-content p {
  max-height : 100px;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  background: #f9f9f9;
}
.dropdown-content p:hover {background-color: #f1f1f1}
.dropdown:hover .dropdown-content {
  display: block;
}
.request-footer {
    display: block;
}
.shade-tool-loader{
    display: block;
    left: 50%;
    position: fixed;
    z-index: 100000;
    width: 50px;
    top: 50%
}

.page-manage-decor-uploads .input-row {margin-bottom:20px;}
@media screen and (min-width: 767px){
    .upload-div > div:nth-child(1),.ddMasterTemplates  > div:nth-child(1),.dd-download-div > div:nth-child(1) {display:flex;justify-content:flex-end}
    .upload-div > div:nth-child(2),.ddMasterTemplates  > div:nth-child(2),.dd-download-div > div:nth-child(2) {display:flex;justify-content:flex-start}
    .page-manage-decor-uploads .input-row > div{text-align:center}
}

/* DSS Survey Form Start */
.star-rating{
    display: flex;
    font-size: 37px;
    gap: 8px;
    cursor: pointer;
    justify-content: center;
}
.star{
    color: #ccc;
    transition: color 0.2s;
}

.highlight{
    color: #ffe660;
}

.highlighted{
    color: gold;
}

.tell-us-more-div{
    flex-direction: column;
    display: flex;
    width: 80%;
    text-align: center;
    margin-left: 46px;
}

.tell-us-more-div input{
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    padding-top: 7px;
    font-size: 13px;
}

.tell-us-more-input:focus{
    border-bottom: 1px solid black;
}

.skip-sv{
    color: black !important;
    background: #d5d4d4;
    text-transform: none;
    border-radius: 10px !important;
    width: 110px;
}

.submit-sv{
    border-radius: 10px !important;
    font-size: 18px !important;
    width: 180px !important;
}

.question-text{
    font-size: 15px;
    font-weight: 500;
}

.question-div{
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 70px;
    padding-right: 70px;
}

.questions-div{
    height: 400px;
    overflow-y: scroll;
    padding-bottom: 20px;
}

.submit-btn-div{
    margin-bottom: 5px;
    align-self: center;
    margin-top: 10px;
}

.survey-logo-div{
    justify-self: center;
    padding-bottom: 15px;
    padding-top: 20px;
}

.question-action-div{
    display: flex;
    flex-direction: column;
}

.dss-comment-validation-div{
    position: relative;
}

.dss-comment-error{
    position: absolute;
    left: 1px;
    color: red;
}

.dss-comment-char-count{
    position: absolute;
    right: 1px;
}

.rating-validation-msg{
    align-self: anchor-center;
    color: red;
    font-size: 13px;
}

.dss-loader-div{
    justify-self: center;
    padding: 100px;
}

.after-survey-msg{
    justify-self: center;
    font-size: 15px;
    padding: 20px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    color: #585858;
    text-align: center;
}

.dss-survey-close{
    display:flex;
    flex-direction:row-reverse;
}

.dss-ms-question-div{
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 50px;
    text-align: center;
    padding-right: 50px;
}

.dss-ms-question{
    font-size: 18px;
    color: #0f0f68;
    font-weight: 600;
}

.dss-tap-start-text{
    color: green;
    font-size: 13px;
}

.multi-select-improve-div{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.improve-text{
    font-size: 20px;
    color: #0f0f68;
    font-weight: 500;
    padding-top: 30px;
    padding-bottom: 20px;
}

.improve-sugg-text{
    font-weight: 600;
    cursor: pointer;
}

.improve-sugg-text:hover{
    color: green;
}

.tell_us_ur_exp{
    padding-top: 50px;
    padding-bottom: 20px;
}

.exp_text{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 100px;
    padding-right: 100px;
    border-radius: 10px;
    border: 1px solid #10637e;
}

.exp_text:focus{
    border: 1px solid #10637e;
}

/* DSS Survey Form End */