theme.css


::-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;
	height: 50px;
}

header .header-info {
	/*display:inline-block;*/
	display: inline-flex;
	padding-left: 20px;
}

header .header-info .dvRetailerName {
	max-width: 125px;
	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: 150px;
	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;
}

.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: 20px;
	width: 26px;
}

.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: 20px;
	width: 26px;
}

.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%;
}

.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-view-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-create-complaints{
    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;
}

.page-managerdashboardpage .header-search-row-panel .row.header-search-row
	{
	display: none;
}

.page-manager-dealer-communication .header-search-row-panel .row.header-search-row
	{
	display: none;
}

.page-forget-password .dp-account
{
	top: 0px;
}

.page-upload-body-shop-data .tool-box, .page-upload-body-shop-data .header-search-row-panel,
	.page-upload-annual-trip-points .header-search-row-panel,
	.page-upload-annual-trip-points .tool-box {
	display: none;
}

.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;
	overflow-y: auto;
	overflow-x: hidden;
}

.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;*/

}

.th-25{
    width: 25%;
}

.td-25{
    width: 25%;
}

.dashb-order-tbl{
    width: !important 100%
    table-layout: !important fixed;
}	

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 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: 25px 0px 30px 0px;
}

.login-container .mainContainer {
	float: right;
}

.apAwazLogo {
	margin-bottom: 30px;
	height: 170px;
	width: 100%;
	margin-left: 50px;
}

.apAwazLogo img {
	height: 200px;
}

.apppgloginBanner img {
	position: absolute;
	top: 60px;
	height: 400px;
	left: 50px;
}

.loginBanner {
	width: 100%;
	min-height: 350px;
	background-image: url('../images/PPGLogin_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;
	}
}
/**/
.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 {
	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: 10px;
}

.profile-payment-term-content{
	width: max-content !important;
}

.profile-payment-term-div{
    display: flex;
}

.profile-payment-term-text{
    align-self: center;
}

.date-range-sales-rep-select-div{
    display: flex;
    justify-content: center;
}

.date-range-sales-rep-search-div{
    display: flex;
    justify-content: left;
}

.no-padding-div{
    padding: 0;
}

.dr-sales-report-text{
    margin-right: 15px;
}

.dr-sales-report-channel-select{
    width: 95px;
}

.dr-sales-report-date-select{
    width: 140px;
}

.dealer-name-block, .dealer-contact-info {
	padding: 20px;
	min-height: 180px;
	margin-bottom: 10px;
}

.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;
}

::-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: 0px;
		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;
		margin-top: 20px;
	}
	#modal-feedback .modal-dialog {
		width: 70%;
	}
	.row.pannels-row {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
}

@media screen and (max-width:400px) {
	.logo-container {
		padding: 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;
}

.privacy-policy-panel {
	overflow: hidden;
	padding: 5px;
}

.privacy-policy-panel .panel-heading {
	text-align: center;
	border-radius: 3px;
}

.privacy-policy-panel .panel-heading:before
{
	display: none !important;
}

.privacy-policy-header-text {
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	color: white !important;
}

.privacy-policy-panel h4, .privacy-policy-panel h3, .privacy-policy-panel h5 {
	color: #b560a3;
}

/*.privacy-policy-panel h4 {
	padding: 15px 0;
	margin: 10px 0;
}*/

.privacy-policy-panel .content {
	text-align: left;
	overflow: hidden;
	padding: 20px 50px;
}

/*.privacy-policy-panel .content
{
	text-align: left;
}*/

/*.privacy-policy-panel .content
{
	font-size: 14px;
	padding-bottom: 7px;
	display: block;
	position: relative;
}*/

/*.privacy-policy-panel .content .ico-theme.office, .privacy-policy-panel .content .ico-theme.helpline
	{
	background-position: 0 -513px;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-left: -35px;
	margin-right: 5px;
}*/

/*.privacy-policy-panel .content .ico-theme.helpline {
	background-position: 0 -475px;
}*/

/*.privacy-policy-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: center;
	min-height: 35px;
	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;
}

.feedback-panel .feedback-type{
    width: 20% !important;
}

.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;
}

.privacypolicy h5 {
	color: #b560a3;
}

.privacypolicy 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;
	}
	.termsanddisc {
		position: relative;
		display: inline-block;
	}
	.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 {
	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-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-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-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;
	}
}

@media screen and (max-width:767.98px) {
	#dp-modal-feedback .modal-dialog {
		top: 80%;
		width: 70%;
	}
	#dp-modal-scratch-pad .modal-dialog {
		width: 70%;
	}
}
/*
.dNone{
	visibility: hidden !important;
} */
.feedbackCategory {
	display: block;
	float: left;
}

.feedbackCategory p {
	display: inline-block;
}

#category-dropdown {
	display: inline-block;
}

.submitFeedbackBtn {
	float: right;
}

.row.category-submit {
	margin-left: 0;
	margin-right: 0;
}

.login-right-content-component .cmsimage img {
	position: absolute;
	top: 20px;
	height: 440px;
	left: 16px;
}
/**/

.bodyContent .page-my-profile .dealer-name {
	width: 300px;
	display: inline-block;
}

#editProfileImagebtn {
	position: absolute;
	top: 5px;
	right: 20px;
}

.profile-image-preview-field {
	display: inline-block;
	float: right;
}

.profile-image-preview-field img {
	vertical-align: top;
}

.upload-image-block {
	display: none;
	width: 200px;
	position: relative;
	top: 0;
}

#profileImageUploadForm button {
	margin-top: 30px;
}

#profileImageUploadForm {
	padding: 0px 5px;
}

.chat.hidden-xs {
	display: none;
}

.manager-dashboard-links>.col-xs-3>span>a {
	display: block;
	text-align: center;
}

.row.manager-dashboard-links>.col-xs-3 {
	height: 70px;
	border-right: 1px solid #502c83;
}

.row.manager-dashboard-links>.col-xs-3>span {
	position: relative;
	top: 20px;
}

.row.manager-dashboard-links {
	font-size: 24px;
	position: relative;
	top: 20px;
}

.row.manager-dashboard-links>.col-xs-3:last-child {
	border-right: 0;
}

footer.common {
	position: relative;
	bottom: 0px;
}

.page-managerdashboardpage footer.common,
	.page-upload-annual-trip-points footer.common,
	.page-upload-body-shop-data footer.common, .page-login footer.common,
	.page-forget-password footer.common, .page-employee-forget-password footer.common,
	.page-tse-order-approvals .page- footer.common{
	position: fixed !important;
	bottom: 0;
	width: 95%;
}

#tbl-bodyShopDealer-report_wrapper .dt-buttons.btn-group,
	#tbl-bodyShopInvoice-report_wrapper .dt-buttons.btn-group,
	#tbl-check-bounce-report_wrapper .dt-buttons.btn-group {
	display: none !important;
}

.product_stock_color_text {
	position: absolute;
	margin: 1px 3px 0px 40px;
	display: none;
}

.product_stock_color_text>span {
	display: flex;
}

.product_stock_color_text>span:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

.varient_red_text:before {
	background: #c92526;
}

.varient_ember_text:before {
	background: #f5b83b;
}

.varient_green_text:before {
	background: #5aaf47;
}

.ico-eventGallery {
	background-image: url(../images/event_gallery_icon.svg);
	background-repeat: no-repeat;
	height: 35px;
	width: 30px;
}

.page-event-gallery .picker .picker-dialog {
	left: 160px !important;
	top: 17% !important;
	padding: 0;
	z-index: 1020 !important;
}

.row.dealerFeedbackDownload {
	margin: 0 15px;
	position: relative;
	top: 50px;
}

.row.dealerFeedbackDownload .search-note {
	color: #d03725;
}

.row.dealerFeedbackDownload .search-note p {
	display: none;
}

@media ( min-width : 768px) {
	.row.dealerFeedbackDownload .col-sm-4 {
		width: 24.333333%;
	}
	.row.dealerFeedbackDownload .col-sm-2 {
		width: 15.333333%;
	}
}

#pick {
	display: none;
}

@media screen and (min-device-width: 481px) and (max-device-width:
	768px) {
	.picker-dialog {
		left: 156px;
		top: 115px;
	}
	.picker-dialog-content {
		width: 1200px;
		height: 600px;
	}
}

.bodyShopMasterErrorReport {
	margin: 10px 0 10px;
}

.row.pannels-row {
	margin-left: 10px !important;
	margin-right: 10px !important;
}
/*  table#tbl-order-tracking--list>tbody>tr>td:nth-child(9){
    display: none !important;
} */
.orderItems, .orderBillQuantity {
	text-align: center !important;
}

.feedback-panel .content .category-submit span#selectCategory {
	color: #ce2426 !important;
}

.content .row.manager-dashboard-links .row.dealerFeedbackDownload .reports-date-filters
	{
	position: relative;
	top: 20px !important;
}

.col-md-4.col-xs-12.cp1-footer-links {
	width: 50%;
	float: right;
}

@media only screen and (min-width: 300px) and (max-width: 760px) {
	.apAwazLogo img {
		height: 75px;
		position: relative;
		top: 100px;
		left: 100px;
	}
	.login-left-content-slot {
		position: relative;
		top: 145px;
	}
	.login-right-content-component .cmsimage img {
		height: 212px;
	}
	.page-login footer.common {
		position: relative !important;
	}
	.col-md-4.col-xs-12.cp1-footer-links {
		width: 100%;
	}
	.termsanddisc a {
		padding: 0px 4px;
		display: block;
	}
	.forgetPasswordMainContainer .apAwazLogo {
		margin-top: 180px;
	}
	.apppgloginBanner img {
		position: absolute;
		top: 8px;
		height: 212px;
		left: 20px;
	}
	.account-section .login-container img {
    width: auto !important;
    top: 50px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width:
	1024px) {
	.col-md-4.col-xs-12.cp1-footer-links {
		width: auto;
	}
	.apppgloginBanner img{
	    height: 300px;
    top: 100px;}
}
@media only screen and (min-device-width: 1024px) and (max-device-width:
	768px) {
	.apppgloginBanner img{
	    height: 240px;
	    top: 135px;
	    left: 20px;
    }
}

.loginForm{
    display: flex;
    flex-direction: column;
}

.employee_error{
    display: hidden;
    padding-bottom: 5px;
    color: red;
}

.dealer_error{
    display: hidden;
    padding-bottom: 5px;
    color: red;
}

col-md-8.col-sm-8.col-xs-4.logo-container {
	margin: 0 !important;
}

body.page-dpprivacypolicy .header-search-row-panel {
	display: none;
}

.coming-soon-span{
    font-size: 30px;
    position: relative;
    top: 100px;
    left: 440px;
    font-weight: 540;
    color: grey;
}

// Event Gallery CSS
.eg-box{
  box-sizing: border-box;
}

.eg-row > .eg-column {
  padding: 0 8px;
}

.eg-row:after {
  content: "";
  display: table;
  clear: both;
}

.eg-column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.eg-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(4px);
}

/* Modal Content */
.eg-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 650px;
  max-width: 1200px;
}

/* The Close Button */
.eg-close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.eg-close:hover,
.eg-close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.eg-cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.eg-prev,
.eg-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.eg-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.eg-prev:hover,
.eg-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.eg-numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.eg-img {
  margin-bottom: -4px;
}

.eg-caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.eg-demo {
  opacity: 0.6;
}

.eg-active,
.eg-demo:hover {
  opacity: 1;
}

.eg-img.eg-hover-shadow {
  transition: 0.3s;
}

.eg-image{
    width: 280px;
    height: max-content;
}

.eg-hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.eg-container-div{
    margin-left: 108px;
    height: 480px;
    display: flex;
    padding: 15px;
    border: 1px solid #dddada;
    overflow-y: scroll;
}

.eg-title{
    font-size: 21px;
    margin-left: 20px;
}

.eg-select{
    width: 20%;
    border: none;
    padding: 1px 4px;
    border-radius: 5px;
    font-weight: 600;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/drop-down-arrow.png) no-repeat center right 10px #fff;
}

.eg-select-text{
    font-weight: 550;
    color: #5d5d5d;
    font-size: 15px;
    padding-right: 17px;
    padding-left: 25px;
    align-self: center;
}

.eg-select-div{
    display: flex;
    background-color: #b7b7b7;
    padding: 5px;
}

.eg-image-row{
    display: flex;
    flex-wrap: wrap;
}

.eg-image-div{
    display: flex;
    padding: 5px;
    flex-direction: column;
}

.eg-image-view-btn{
    background-color: #502c83;
    width: 100%;
    text-align: center;
    padding: 2px;
    font-size: 13px;
    color: white;
}

.eg-modal-iframe{
    width: 100%;
    height: 350px;
}

.eg-numbertext{
    background-color: #676464;
    color: beige;
    padding: 2px;
    font-size: 12px;
}

/********** Check Bounce Info 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: 8px;
    display: flex;
    height: 31px;
    justify-content: space-between;
}
.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%;
    }
    .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%;
        }
    .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%;
        }
    .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;
}
.checkBLink{
    color: blue;
    cursor: pointer;
}
.checkBLink:hover{
    text-decoration: underline;
}
/** Support Team UI **/
.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;
}
.dealer-support-team {
    padding-top: 20px;
    padding: 0px 13px;
}

.dealer-support-blocks{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between
}

.dealer-supp-subBlock{
    display:flex;
    flex-direction:column;
    margin-bottom:9px;
    padding:10px;
}

.dealer-support-role{
    padding-bottom: 3px;
    font-size:10px
}
.dealer-support-name{
    font-size:10px;
    padding-bottom:0px
}
.dealer-support-no{
    font-size:10px;
    padding-bottom:2px
}
.dp-footer {
     margin-top: 2px;
 }

/********** Check Bounce Info Popup ***********/



/********* Delete confirmation popup ***********/

.bo-modal-container{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    width: 50%;
}

.bo-popup-box-container {
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    left: 0%;
}

.bo-popup-close{
    width: 2vw;
    height: 7vh;
    background-color: #502c83;
    color: white;
    border-color: #050408;
    outline: none;
    box-shadow: none;
}

.bo-cancel-btn{
    background: #9f1000;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    font-size: 20px;
    margin-left: 30px;
}

.bo-cancel-btn:hover{
    color: white;
}

.bo-confirm-text{
    align-self: center;
    font-size: medium;
    font-weight: bold;
    padding-bottom: 8vh;
}

.bo-popup-content{
    display: flex;
    flex-direction: column;
}

.bo-popup-body{
    font-size: larger;
    padding: 20px;
}

.error_ripple:hover {
    background-color:  #d73d34 !important
}

@media only screen and (min-width: 992px) {
    .bo-modal-container {
        width: 35%;
    }
}

@media only screen and (min-width: 600px) {
    .bo-modal-container {
        width: 40%;
    }
}