.navigation-menu>li>a 
{
    display: block;
    color: #6c757d;
    font-size: 15px;
    font-family: Karla,sans-serif;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    line-height: 20px;
    padding: 20px 8px;
    position: relative;
}

#topnav .has-submenu.active>a 
{
    color: #f68628;
}

.navigation-menu>li:hover a 
{
	color: #f68628;
}

.dashBoxWrap.dashCard 
{
    background: rgb(255, 255, 255);
    box-shadow: rgb(223 225 229) 0px -1px 3px 0px;
    border-radius: 4px;
	margin-bottom:20px;
}

.dashBoxWrap .dashInnerContent
{
    padding: 20px;
    display: flex;
    justify-content: space-between;	
}

.dashBoxWrap .dashInnerContent h2
{
    font-weight: 400;
    font-size: 18px;
    color: #f68628;
    margin: 0;
}

.dashBoxWrap .fGrid
{
    display: grid;
    padding: 20px;
	grid-template-columns: 25% 25% 25% 25%;
	border-top: 1px solid rgb(223, 225, 229);	
}

.dashBoxWrap .contentBox
{
	display: flex;
    flex-direction: column;
    width: 150px;
    text-align: center;
	
}

.dashBoxWrap .contentValue
{
    font-weight: 500;
    font-size: 20px;	
}

.dashBoxWrap .contentTitle
{
	font-weight: 100;
    font-size: 17px;	
}

.dashBoxWrap .curTime 
{
    font-size: 11px;
}

.dashBoxWrap .fvGrid
{
    display: grid;
    padding: 20px;
	grid-template-columns: 20% 20% 20% 20% 20%;
	border-top: 1px solid rgb(223, 225, 229);	
}

.dashBoxWrap.listing .contentBox
{
	display: flex;
    flex-direction: column;
    width: 200px;
    text-align: center;
	
}

.dashBoxWrap.price .contentBox 
{
    display: flex;
    flex-direction: row;
    width: 100%;
    text-align: center;
    justify-content: space-between;
    padding: 0 20px;
	border-bottom: 0.2px solid rgb(223, 225, 229);
}

.dashBoxWrap.price .leftCont p
{
    margin: 0;
    font-size: 15px;
    text-align: left;
}

.dashBoxWrap.price .leftCont small
{
	font-size:12px;
}

.dashBoxWrap.price .rightCont h3
{
    margin: 0;	
}

.dash_rowOne .rowOne
{
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
	 margin-bottom: 4px;
}

.dash_rowOne .rowTwo
{
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
	margin-bottom: 4px;
}

.dashPaymentPdiv
{
	padding: 10px 0;	
}

.dashPaymentPdiv p
{
	margin-bottom:0;
}

.npTitle
{
    color: #f68628;	
}

.listingCard.ListingStateData
{
    background-color: rgb(249, 249, 249);
    box-shadow: rgb(223 225 229) 0px -1px 3px 0px;
    border-radius: 4px;
    margin-bottom: 20px;	
}

.radioSelect
{
	display: flex;	
}

.radioSelect input
{
	display: none;
}

.radioSelect label
{
	position: relative;
    color: #292929;
    background-color: #f7f7fa;
    font-size: 14px;
    font-weight: 200;
    text-align: center;
    height: 60px;
    align-items: center;
    line-height: inherit;
    display: inline-block;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
	flex-direction: column;
	margin-bottom:0;
}

.radioSelect input:checked + label
{
	border-radius: 4px;
	border: 1px solid #f68a2f;
    background-color: #ffffff;    
}

.fullFilterSection
{
    display: grid;
    grid-template-columns: 100%;
    margin: 0;	
}

.fullFilterSection .selectOption
{
	margin-right:10px;
}

.customDropdownHj 
{
    margin-right: 10px;
    display: inline-block;
}

.customMultiSelectHj 
{
    color: #000;
    padding: 10px;
    border: unset;
    background-color: #fff;
    border-radius: 0.25em;
    box-shadow: 0 0 1em 0 rgb(0 0 0 / 20%);
}

.customMultiSelectHj .caret 
{
    background-image: url(../images/down_arrow.svg);
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    border-top: unset;
    border-right: unset;
    border-left: unset;
    background-repeat: no-repeat;
    margin-top: 5px;
    margin-left: 8px;
}

.dropdown-menu 
{
    min-width: 170px;
}

.customDropdown_menuHj 
{
    padding: 10px;
}

.listingCardBox
{
    margin-bottom: 24px;
    border-radius: .25rem;	
	background-color: rgb(255 255 255);
	padding: 0;
	/* background-color: rgb(242, 242, 242); */
}


i.fas.fa-filter 
{
    margin-right: 10px;
    font-size: 18px;
}
 
/* Pricing start */

.filter-price 
{
	width: 220px;
	border: 0;
	padding: 0;
	margin: 0;
	background-color: #3e3a3a;	  
}

.price-title 
{
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 400;
}

.price-field 
{
	position: relative;
	width: 100%;
	height: 36px;
	box-sizing: border-box;
	background: rgba(248, 247, 244, 0.2);
	padding-top: 15px;
	padding-left: 16px;
	border-radius: 3px;
}

.price-field input[type=range] 
{
	position: absolute;
}

/* Reset style for input range */

.price-field input[type=range] 
{
	width: 188px;
	height: 2px; 
	border: 0;
	outline: 0;
	box-sizing: border-box;
	border-radius: 5px;
	pointer-events: none;
	-webkit-appearance: none;
}

.price-field input[type=range]::-webkit-slider-thumb 
{
	-webkit-appearance: none;
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus 
{
	outline: 0;
}

.price-field input[type=range]::-ms-track 
{
	width: 188px;
	height: 2px; 
	border: 0;
	outline: 0;
	box-sizing: border-box;
	border-radius: 5px;
	pointer-events: none;
	background: transparent;
	border-color: transparent;
	color: transparent;
	border-radius: 5px;
}

/* Style toddler input range */

.price-field input[type=range]::-webkit-slider-thumb 
{ 
	/* WebKit/Blink */
	position: relative;
	-webkit-appearance: none;
	margin: 0;
	border: 0;
	outline: 0;
	border-radius: 50%;
	height: 10px;
	width: 10px;
	margin-top: -4px;
	background-color: #fff;
	cursor: pointer;
	cursor: pointer;
	pointer-events: all;
	z-index: 100;
}

.price-field input[type=range]::-moz-range-thumb 
{ 
	/* Firefox */
	position: relative;
	appearance: none;
	margin: 0;
	border: 0;
	outline: 0;
	border-radius: 50%;
	height: 10px;
	width: 10px;
	margin-top: -5px;
	background-color: #fff;
	cursor: pointer;
	cursor: pointer;
	pointer-events: all;
	z-index: 100;
}

.price-field input[type=range]::-ms-thumb  
{ 
	/* IE */
	position: relative;
	appearance: none;
	margin: 0;
	border: 0;
	outline: 0;
	border-radius: 50%;
	height: 10px;
	width: 10px;
	margin-top: -5px;
	background-color: #fff;
	cursor: pointer;
	cursor: pointer;
	pointer-events: all;
	z-index: 100;
}

/* Style track input range */

.price-field input[type=range]::-webkit-slider-runnable-track 
{ 
/* WebKit/Blink */
width: 188px;
height: 2px;
cursor: pointer;
background: #fff;
border-radius: 5px;
}

.price-field input[type=range]::-moz-range-track 
{ 
	/* Firefox */
	width: 188px;
	height: 2px;
	cursor: pointer;
	background: #fff;
	border-radius: 5px;
}

.price-field input[type=range]::-ms-track { 
	/* IE */
	width: 188px;
	height: 2px;
	cursor: pointer;
	background: #fff;
	border-radius: 5px;
}

/* Style for input value block */

.price-wrap 
{
	display: flex;
	justify-content: center;
	color: #fff;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 400;
	margin-bottom: 7px;
	align-items: center;
	padding: 9px;
}

.price-wrap-1, 
.price-wrap-2 {
  display: flex;
}

.price-wrap-1 label, .price-wrap-2 label
{
	margin-bottom: 0;
}

.price-title {
  margin-right: 5px;
  backgrond: #d58e32;
}

.price-wrap_line {
  margin: 0 10px;
}

.price-wrap #one, 
.price-wrap #two {
  width: 30px;
  text-align: right;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background:  0;
  border: 0;
  outline: 0;
  color: #fff;
  font-family: 'Karla', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.price-wrap label {
  text-align: right;
}

/* Style for active state input */
	
.price-field input[type=range]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}

.stockMention li 
{
	padding: 0;
	color: #fff;
	list-style-type: none;
}

.stockMention .select-text
{
	font-weight: 200;	
}

/* Pricing End */

button.btn.btn-primary.custom_btn_primary 
{
	background-color: unset;
	border: 1px solid #4c4c4b;
	padding: 7px 40px;
	color: #4c4c4b;
}

button.btn.btn-primary.custom_btn_primary:hover
{
	color:#fff;
	border: 1px solid #f68628;
	background-color:#f68628;		
}

.userWSselect .selectOption 
{
	margin-right: 10px;
	color: #000;
	padding: 10px;
	border: unset;
	background-color: #fff;
	border-radius: 0.25em;
	box-shadow: 0 0 1em 0 rgb(0 0 0 / 20%);
}

#DataTables_Table_0_wrapper	.dataTables_length
{
	display:inline-block;
}

#DataTables_Table_0_wrapper .dataTables_filter
{
	display:inline-block;
    float: right;	
}

#DataTables_Table_0_wrapper	.dataTables_length select
{
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    height: 28px;
}

#DataTables_Table_0_wrapper .dataTables_filter input
{
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    height: 28px;
}

.sorting_1 img 
{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

table.dataTable.nowrap th, table.dataTable.nowrap td
{
    white-space: inherit;	
}

.prodDiv
{
    width: 85%;
    display: flex;	
}

.table td, .table th
{
	padding: 10px;	
}

.listingCardBox .table-responsive
{
    padding: 20px;	
}

.arwNR:before, .arwNR:after
{
	content:unset !important;
}

.arwR:before
{
    color: black !important;
    opacity: 1 !important;
}

div.dataTables_wrapper div.dataTables_info 
{
    padding-top: 0.85em;
    white-space: nowrap;
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_paginate 
{
    margin: 0;
    white-space: nowrap;
    text-align: right;
    display: inline-block;
    float: right;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
}

.paginate_button.previous, .paginate_button.next
{
	padding:0 10px;
}

.paging_simple_numbers span
{
	/*background-color: #f68a2f;*/
    color: #000;
    height: 27px;
    /*width: 27px;*/
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;	
}
a.paginate_button{
    margin: 0 4px;	
}
a.paginate_button.current {
    background: #f68a2f;
    padding: 0 5px;
    margin: 0 5px;
}


/* Add Listing Start */

.addListingWrap
{
	margin-bottom: 24px;
    border-radius: .25rem;
    background-color: rgb(255 255 255);
    padding: 50px 0;	
}

.addListingWrap .createListingAL h3 
{
    margin-top: 0;
	text-align: center;
}

.addListingWrap .search 
{
    width: 100%;
    position: relative;
    display: flex;
    margin-top: 20px;
    justify-content: center;
}

.addListingWrap .searchTerm 
{
    width: 30%;
    border: 1px solid #d0d0d0;
    border-right: none;
    padding: 5px;
    height: 36px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
}

.addListingWrap .searchButton 
{
    height: 36px;
    border: 1px solid #f68628;
    background: #f68628;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 18px;
}

.twoSectionAL 
{
    display: grid;
    grid-template-columns: 50% 50%;
    margin-top: 40px;
}

.UPUI_wrap 
{
    height: 70px;
	text-align: center;
}

.AL_leftTwoButton 
{
    display: flex;
    justify-content: space-evenly;
}

.customButton 
{
    background-color: #f68628;
    border: none;
    color: white;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    border-radius: 2px;
}

.qc_wrap 
{
    height: 70px;
    margin-bottom: 0;
}

.listingQcWrap
{
	text-align:center;
}

/* Add Listing End */

.mgOne
{
	display:grid;
	grid-template-columns:100%;
}

.mgTwo
{
	display:grid;
	grid-template-columns:49% 49%;
	grid-column-gap:10px;
}

.mgThree
{
	display:grid;
	grid-template-columns:32% 32% 32%;
	grid-column-gap:10px;
}

.mulImgPdiv input
{
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

#thumb-output 
{
    padding: 10px 0;
}

#thumb-output img 
{
    width: 50px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 10px;
    padding: 10px;
}

.tDotsA
{
	color:#f68a2f;
}

.shortDispTA
{
	margin-top:25px;
}

.TA_attributeUl
{
    padding: 0;
    list-style-type: none;
}

.TA_comments
{
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    width: 200px;	
}

.approved 
{
    color: rgb(39, 172, 112);
}

.disapproved 
{
    color: rgb(255, 97, 89);
}

.downloadReportPdiv 
{
    margin: 20px 0 5px 0;
}

.downloadReportTA 
{
    height: 35px;
    border: 1px solid #f68a2f;
    color: #f68a2f;
}

.formGrid.invtListing 
{
    padding: 0px 10px;
}

.pSpanWrap 
{
	font-size: 13px;
    color: #949292;
    font-weight: 500;
}

.opSpanWrap 
{
    display: flex;
    margin-right: 25px;
    margin-top: 4px;
}

.doSpanWrap 
{
    display: flex;
    margin-right: 25px;
    margin-top: 4px;
}

.coSpanWrap 
{
    display: flex;
    margin-right: 25px;
    margin-top: 4px;
}

.TA_radioBoxes.radioSelect label 
{
    position: relative;
    color: #292929;
    background-color: #38414a26;
    font-size: 14px;
    font-weight: 200;
    text-align: center;
    height: 50px;
    align-items: center;
    line-height: inherit;
    display: inline-block;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
	border-radius: 4px;
}

.TA_formListing.formGrid.invtListing 
{
    padding: 20px 10px;
}

.opSpanWrap div
{
	margin-right:4px;
}

.opSpanWrap div:last-child
{
	margin-right:0;
}

.doSpanWrap div
{
	margin-right:4px;
}

.doSpanWrap div:last-child
{
	margin-right:4px;
}

.customInputAO
{
    margin-right: 10px;
    display: inline-block;	
}

.customInputAO input
{
    width: 90px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    padding: 5px;
    box-shadow: 0 0 1em 0 rgb(0 0 0 / 20%);	
}

.nodatacenter
{
	text-align:center;
}

table.dataTable.myorderTable
{
	margin-bottom: 0px!important;	
}

.twoDateInputWrap .form_date .dateofbirth
{
    height: 40px;
    width: 140px;
	padding: 5px;
    margin-right: 10px;
	border-radius: 4px;
    border: 1px solid #c2c2c2;	
}

.dateTitle
{
    font-weight: 500;	
}

.tab.ALTabsWrap.returnWrap 
{
	overflow: hidden;
    border-bottom: 1px solid #f68628;
    background-color: #ffffff;
    margin: 10px 0 30px 0;
}

.tab.ALTabsWrap button.active 
{
    background-color: #fff;
    border-bottom: 2px solid #f68628;
}

.tab.ALTabsWrap button 
{
    padding: 4px 16px;
}

.tab button.active 
{
    background-color: #ccc;
}

.tab button 
{
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}


.tabReturnWrap 
{
    display: grid;
    grid-template-columns: 16% 82%;
    grid-column-gap: 20px;
}

.pl-left-cate 
{
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px;
}

.centerItem 
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pl-left-cate h3 
{
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.pl-left-cate ul 
{
    padding: 0;
    list-style-type: none;
}

.pl-left-cate li 
{
    margin-bottom: 6px;
}

.relCatWrap input 
{
    width: 100%;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
}

.returnSD
{
	margin-bottom:12px;
}

.leftFixFilterWrap 
{
    display: grid;
    grid-template-columns: 16% 82%;
    grid-column-gap: 20px;
}

.notDefHide
{
	display:none;
}

.prodLinks 
{
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    height: 30px;
}

.prodTitleShowBtnWrap
{
	display:flex;
}

.prodReturnCard 
{
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px #f68628;
    margin-top: 20px;
    padding-bottom: 10px;	
}

.prodTitleShowBtnWrap 
{
    display: flex;
    justify-content: space-between;
    padding: 15px 15px;
}

.prodTitleShowBtnWrap button
{
    background-color: unset;
    border: 1px solid #f68628;
    border-radius: 4px;
    height: 30px;
    color: #f68628;
	margin: auto 0;
}

.podBtnPdiv .prodLinks.active
{
    color: #f68628;
    background-color: #fff;
    border: 2px solid #f68628;
}

.prodTitleShowBtnWrap span
{
	color: #f68628;
	border-radius: 4px;
	background-color: unset;
}

.prodReturnCard ul
{
	padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
	grid-row-gap: 20px;	
}

.prodReturnCard ul li
{
    padding: 0px 15px;	
}

.rpdContent
{
    font-weight: 500;
    font-size: 13px;
}

.mt50
{
	margin-top:50px;
}

.compLinks
{
	height: 30px;
	border-radius: 4px;
    border: 1px solid #c2c2c2;
}

.compLinks
{
	height: 30px;
	border-radius: 4px;
    border: 1px solid #c2c2c2;
}

.podBtnPdiv .compLinks.active
{
    color: #f68628;
    background-color: #fff;
    border: 2px solid #f68628;	
}

.leftFixFilterWrap 
{
    display: grid;
    grid-template-columns: 16% 82%;
    grid-column-gap: 20px;
}

.compProdCard 
{
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px #f68628;
	padding-bottom: 10px;
}

.cancelLeftFilselect .selectOption 
{
    margin-right: 10px;
    color: #000;
	width: 100%;
    padding: 10px;
    border: unset;
    border-radius: 0.25em;
	border: 1px solid #c2c2c2;
}

.cancelLeftFixFilterWrap.leftFixFilterWrap 
{
    display: grid;
    grid-template-columns: 22% 76%;
    grid-column-gap: 20px;
}

span.cancelReason 
{
    color: #252525;
    background: #ececec;
    padding: 3px;
    border-radius: 4px;
}

.prodCancelTitleBtnWrap
{
	display: flex;
    justify-content: space-between;
    padding: 15px 15px 0 15px;	
}

ul.cancelTypeWrap
{
	list-style-type: none;
    padding: 0px 15px;
    display: flex;
	margin-top: 5px;
}

ul.cancelTypeWrap li:last-child
{
	margin-left:15px;
}

.cancellationOrderDetailPdiv
{
    display: grid;
    grid-template-columns: 32% 32% 32%;
    padding: 0 15px;
    grid-column-gap: 10px;
}

.cnl_orderDetailUL, .cnl_priceQtyUL, .cnl_buyerDetailUL
{
	list-style-type: none;
    padding: 0px;	
}

.cancelTitle 
{
    font-weight: 500;
    margin-bottom: 4px;
}

.cnl_leftTitle
{
    color: #908a8a;	
}

.cnl_leftDtl 
{
    font-weight: 500;
    font-size: 13px;
}

.cancelViewDtlRaiseSSWrap 
{
    padding: 15px;
    display: flex;
    justify-content: flex-end;
}

.customCnlVD
{
	margin-right:4px;
}

.customCnlVD, .customCnlRST
{
    color: #000;
    border: 1px solid #f48528;
    background-color: unset;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.customCnlVD:hover, .customCnlRST:hover, .customCnlVD:focus, .customCnlRST:focus, .customCnlVD:active, .customCnlRST:active
{
	color:#fff;
	background-color:#f48528;
	border: 1px solid #f48528;
}

.payOvrBoxWrap.payOvrCard 
{
    background: rgb(255, 255, 255);
    box-shadow: rgb(223 225 229) 0px -1px 3px 0px;
    border-radius: 4px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 50% 50%;	
}

.payOvwLinks 
{
	border-radius: 50px;
    padding: 4px 9px !important;
    background-color: rgb(234, 241, 255) !important; 
}

.payOvwLinks span
{
	font-size: 13px;
}

.datePO
{
	color:#5f5f5f;
}

.PayALTabsWrap
{
    padding: 10px 10px;	
}

.upcomingPayWrap
{
	display: flex;
    padding: 0 10px;
	margin-top: 10px;	
}

.upcomingPayWrap h2
{
	font-size: 16px;
    color: #737373;
    font-weight: 600;
	margin: 0px 10px 0 0;	
}

.upcomingPayWrap .curTime
{
    font-size: 11px;
    line-height: 20px;
    font-weight: 500;
}

.payOvwDetailsWrap 
{
    padding: 10px;
}

.payOvwDetailsWrap p
{
	text-align:center;
}

span.payableAmt 
{
    margin-right: 5px;
}

tr.tableFooter td 
{
    font-weight: 500;
    color: #f6892e;
}

.payOvwPrevLinks 
{
    border-radius: 50px;
    padding: 4px 9px !important;
    background-color: rgb(234, 241, 255) !important;
}

.custTooltip 
{
	position: relative;
	display: inline-block;
}

.custTooltip .tooltiptext 
{
	visibility: hidden;
	width: 200px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	font-weight: 100 !important;
}

.custTooltip:hover .tooltiptext 
{
	visibility: visible;
}

i.fas.fa-clock.upcomingIcon 
{
    color: #f4862a;
}

i.mdi.mdi-check-circle.previousIcon 
{
    color: #27ac70;
}

.fTableRBorder 
{
    border-right: 1px solid #dadada;
}

.prefOvwLeftTabs
{
	display: grid;
    grid-template-columns: 20% 75%;
    grid-column-gap: 46px;
}

.prefOvwLeftTabs .prefOvwfLeftMenu
{
	display: flex;
    flex-direction: column;
}

.prefOvwfRightContent .pefovwTab h2
{
	margin:0;
}

.customActiveColor
{
	color: #000;
    background-color: #ececec !important;
}

.prefOvwfLeftMenu button
{
    height: 50px;
    border: 1px solid #c2c2c2;
    background-color: #fff;
}

.salesBoxesWrapper
{
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 4px;
    grid-column-gap: 11px;
}

.salesBoxes 
{
	padding: 10px;
    color: #383838;
    border-radius: 4px;
    border: 1px solid #c2c2c2;
}

.salesBoxes:hover
{
    background-color: #ffffff;
    box-shadow: 0px 1px 1px 0px #f68628;
}

.PrfOrvAmount
{
    font-size: 15px;
    margin: 10px 0;
    font-weight: 500;
}

.PrfOrvDatePriceWrap
{
    padding-top: 7px;
    border-top: 1px solid #c2c2c2;
}

.mt30
{
	margin-top:30px;
}

.latsbadges
{
    background-color: #f68628;
    padding: 4px 6px;
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    margin-right: 6px;	
}

.prfReturnDateWrapper
{
	display:flex;
}

.prfReturnDateWrapper input
{
	display:inline-block;
}

.gr_radioBoxes.radioSelect label 
{
    position: relative;
    color: #292929;
    background-color: #38414a26;
    font-size: 14px;
    font-weight: 200;
    text-align: center;
    height: 35px;
    align-items: center;
    line-height: inherit;
    display: inline-block;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 4px;
}

.grSED 
{
    font-size: 12px;
    font-weight: 200;
    color: #000;
}

.grSEDWrapper input 
{
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    height: 35px;
    padding: 10px;
}

.fullMonthsWrapper .selectOption
{
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    height: 35px;
    padding: 10px;	
}

.growthLatsWeekWrap
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;	
}

.TA_formListing.formGrid.growthPdiv {
    padding: 20px 10px;
    background-color: #fff;
    border-radius: 4px;
}


.growthCard.growthData 
{
    background-color: rgb(249, 249, 249);
    box-shadow: rgb(223 225 229) 0px -1px 3px 0px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.formGrid.GA_formListing 
{
    padding:0;
    background-color: #fff;
    border-radius: 4px;
}

.GA_summaryWrapper 
{
	display: grid;
    color: #000;
    grid-template-columns: 50% 50%;	
}

.GA_TableHeader
{
	padding: 20px;
    background: rgb(242, 242, 242);	
}

.IDV_gaDetailWrap
{
    display: grid;
    grid-template-columns: 10% 45% 5% 40%;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
	overflow: hidden;
	height: 82px;
}

.gaDetailDeliv, .gaDetailReturn, .gaDetailRefund
{
	background: rgba(51, 146, 243, 0.15);
}

.pad20
{
	padding: 20px;	
}

.gaDetailValue
{
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.gaSkewPdiv
{
    width: 40px;
    position: relative;
    background-color: white;
}

.gaSkewValue
{
	transform: skewX(-12deg);
    z-index: 999;
    position: absolute;
    left: -20px;
    background-color: #fff;
    height: 100%;
    top: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    line-height: 40px;
}

.skP45
{
	width: 45px;
	position: relative;
    background-color: white;
}

.skewLeft37
{
    left: -37px;
    background: white;	
}

.skP62
{
    width: 62px;
    position: relative;
    background-color: white;	
}

.skewLeft54
{
    left: -54px;	
}

.NarWrap
{
	display:flex;
	flex-direction:column;
	text-align: center;
}

.WC_trendWrap
{
	display:grid;
	grid-template-columns:50% 50%;
}

.NoCompLineWrapper
{
	padding: 20px;
	height: 82px;
	display:grid;
	grid-template-columns:50% 50%;
    border-bottom: 1px solid #e8e8e8;
}

.NoCompWrap 
{
    font-size: 13px;
    margin: auto;
}

.LineWrap svg
{
	height: 20px;
}

.gCancelVal, .Ga_cancelUnit
{
	display:flex;
	flex-direction:column;
}

.suauscp_wrapper 
{
    background-color: rgb(255 255 255);
    box-shadow: rgb(223 225 229) 0px -1px 3px 0px;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
}

.gc_mr30
{
	margin-right:30px;
}

.scuWrap, .auWrap, .scpWrap 
{
    display: flex;
    flex-direction: column;
	border-right: 1px solid #e8e8e8;
    padding: 0 20px 0 0;	
}

.scuWrap span:last-child, .auWrap span:last-child, .scpWrap span:last-child
{
	font-weight: 700;
    font-size: 15px;
}

.navigation-menu>li
{
	margin-right: 5px;	
}

body[data-topbar=dark] .navbar-custom .topnav-menu .nav-link 
{
    color: #121213;
}

/* Navigation Search Bar Styling Start */

body[data-topbar=dark] .navbar-custom .app-search .form-control 
{
    color: #fff;
    background-color: #939598;
    border-color: #ffffff;
}

body[data-topbar=dark] .navbar-custom .app-search .btn 
{
    background-color: #8a8b8c;
    color: rgba(255,255,255,.7);
}

/* Navigation Search Bar Styling End */

/* Navigation Color Theme Start */

#topnav 
{
	background: #414b56;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 1001;
	padding: 0 12px;
	-webkit-box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
	box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
}

.navigation-menu>li>a 
{
	display: block;
	color: #ffffff;
	font-size: 15px;
	font-family: Karla,sans-serif;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	line-height: 20px;
	padding: 20px 8px;
	position: relative;
}

body[data-topbar=dark] .navbar-custom 
{
	background-color: #ffffff;
}

.logo-lg img
{
    height: auto;
    width: 110px;	
}

/* Navigation Color Theme End */

.prodReturnCard.ModalprodReturnCard 
{
    background-color: unset;
    box-shadow: unset;
    margin-top: unset;
    padding-bottom: unset;
}

.prodimageWrapper img
{
	width:200px;
}

.prodimageWrapper 
{
    display: grid;
    grid-template-columns: 25% 76%;
}

.orderProcessBar
{
	position:relative;
}

.orderProcessBar ul 
{
	all:unset;
	position:relative;
}

.orderProcessBar ul:after 
{
	content: '';
    display: block;
    width: 94%;
    height: 1px;
    background-color: #f6882b;
    position: absolute;
    top: -13px;
    left: 14px;
}

.orderProcessBar ul li 
{
	position:relative;
    display: inline-block;
	margin-top:25px;
}

.orderProcessBar ul li:before 
{
	content: '';
    width: 10px;
    height: 10px;
    background-color: #f6882b;
    position: absolute;
    top: -17px;
    left: 14px;
    border-radius: 50px;
}

.orderProcessBar ul li:last-child:before
{
    content: '';
    width: 10px;
    height: 10px;
    background-color: #f6882b;
    position: absolute;
    top: -17px;
    left: 90%;
    border-radius: 50px;
    z-index: 99;	
}

.OS_fc
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.customALtop
{
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 30px;	
}

form#addProForm 
{
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 30px;
}

form#addProForm .col-6
{
	margin-bottom: 20px;	
}

form#addProForm .col-6 label 
{
    font-weight: 500;
    color: #323a46;
    margin-bottom: 3px;
}

form#addProForm .col-12
{
	margin-bottom: 20px;	
}

form#addProForm .col-12 label 
{
    font-weight: 500;
    color: #323a46;
    margin-bottom: 3px;
}

#addProForm .btn.btn-primary
{
	margin-top:20px;
}

.customActionGap a
{ 
	margin-right:15px;
}

.customActionGap a i
{ 
	color: #6c7796;
}

.createBtn
{
    margin-bottom: 15px;
	background-color: #f68a2f;	
}

.sorting_asc input
{
	margin-right:10px;
}

.radioSelect .tablinks.active label
{
    color: #fff;
	background-color: #f68628 !important;
}

.filterMt
{
	margin: 0px 0 20px 0;
}

.filterPad0
{
	padding:0;
}

.customActionGap
{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 992px)
{
	.navigation-menu>li:hover a 
	{
		color: #f68628;
	}
	
	.navigation-menu>li>a:active, .navigation-menu>li>a:focus, .navigation-menu>li>a:hover 
	{
		color: #f68628;
	}

	.navigation-menu>li>ul>li.has-submenu:active>a, .navigation-menu>li>ul>li.has-submenu:hover>a 
	{
		color: #f68628;
	}	
}

