@charset "UTF-8";
a.logo.company_name {
	line-height: 40px;
	color: #fff;
	text-decoration: none;
}

.disabled-link{pointer-events: none}

.float-right {
	float: right;
}
.float-left {
	float: left;
}
.mt-5{
	margin-top:5px;
}
.mt-0{
    margin-top:0px;
}
.mr-0{
    margin-right:0px;
}
/*Flash Message Start*/
#flash_success {
	min-width: 100%;
	position: absolute;
	font-size: 1.4rem;
	text-transform: uppercase;
	text-align: center;
	right: 0px;
	top: -42px;
	padding: 10px;
	z-index: 9;
	color: #fff;
	height: 0px;
	-webkit-transition: height 2s;
	/* For Safari 3.1 to 6.0 */
	transition: height 2s;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	letter-spacing: 1.5px;
}

#flash_error {
	min-width: 100%;
	top: -30px;
	position: absolute;
	font-size: 1.4rem;
	text-transform: uppercase;
	text-align: center;
	right: 0px;
	padding: 0 10px;
	z-index: 9;
	color: #fff;
	height: 30px;
	line-height: 30px;
	-webkit-transition: top 1s;
	/* For Safari 3.1 to 6.0 */
	transition: top 1s;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	background: cornflowerblue;
}

#flash_error.fadeInDown {
	top: 0;
}

#flash_error.fadeOutUp {
	top: -30px;
}

#ShowMessage{
	position: relative;
	overflow: hidden;
}

.close {
	float: right;
	font-size: 2.1rem;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 #fff;
	opacity: 1;
	filter: alpha(opacity=20);
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}


/*Flash Message End*/

.tr_heading {
	cursor: pointer;
}

.fixed_td {
	border-left: 1px solid #ccc;
}

.green_bg {
	background: #f1f1f1;
}

.form-control[readonly] {
	background: #f1f1f1;
}
.purchase_orders_edit input[type=text][readonly],
.purchase_orders input[type=text][readonly],
.add_purchase_order input[type=text][readonly],
.add_item_page input[type=text][readonly],
.add_item_page select.form-control[disabled],
.edit_price_invt_height input[type=text][readonly], .parent_child_popup input[type=text][readonly] {
    background: #ccc;border: 1px solid #acacac;color:#696767;;
}


input.form-error,
select.form-error,
textarea.form-error{
	border: 1px solid #f54444;
}

.error-message {
	color: #f54444;
	font-size: 1rem;
    width: 100%;
    float: left;
}

input.fixed_price_edit {
	padding: 0 5px;
	float: right;
	margin: 0;
	text-align: center;
	max-width: 55px;
	line-height: 24px;
	/* height: 23px; */
	height: 21px;
}

input[disabled] {
	background: #ccc;
}

input.fixed_price_edit.show ~ .check_box_label {
	margin-top: 2px;
}

.right_list .table_sec table td {
	height: 34px;
}

.table-s-section {
	float: left;
	position: relative;
	margin-top: 5px;
	border: 1px solid #d0dae2;
	padding-top: 37px;
	background: #ebebeb;
	width: 100%;
}

.table-container {
	overflow: hidden;
	overflow-y: auto;
	height: auto;
	background: #FFFFFF;
}

.table-container table {
	border-spacing: 0;
	width: 100%;
	border-collapse: collapse;
}

.table-container td,
.table-container th {
	border-bottom: 1px solid #d0dae2;
	background: #fff;
	color: #000;
	padding: 5px 10px;
	word-break: break-word;
}
.table-container .child_row td{
	background: #f1f1f1;
}
.table-container .child_row{
	background: #f1f1f1;
}
.representatives .table-container td {
	word-break: normal;
}

.table-container th {
	height: 0;
	font-weight: 400;
	line-height: 0;
	padding-top: 0;
	padding-bottom: 0;
	color: transparent;
	border: none;
	white-space: nowrap;
	overflow: hidden;
}

.table-container th div {
	position: absolute;
	background: transparent;
	padding: 5px 10px;
	top: 0;
	margin-left: -10px;
	line-height: normal;
	color: #333;
	font-size: 1.2rem;
	line-height: 3rem;
	text-transform: uppercase;
	text-align: left;
}

.table-container td .check_box_label {
	margin: 0;
	vertical-align: top;
}
.access_manager_layout .table-container td .check_box_label {
    margin: 7px 0 0;
	vertical-align: top;
}

.table-container td.checkTd {
	vertical-align: middle;
	padding: 0 10px;
}

.manage_cust_height {
	max-height: calc(100vh - 283px);
}
.manage_route_order_height {
	max-height: calc(100vh - 337px);
}

.manage_cust_height.create_po {
	max-height: calc(100vh - 283px);
	min-height: calc(100vh - 283px);
}
.manage_cust_height.with_pagination {
	max-height: calc(100vh - 316px);
}
.manage_categories_height{
	max-height: calc(100vh - 260px);
}
.manage_categories_height.with_retail_feature{
	max-height: calc(100vh - 610px);
}
.manage_cust_height.with_top_buttons {
	max-height: calc(100vh - 323px);
}

.stock_table {
	max-height: calc(100vh - 325px);
}
.stock_table.with_no_supplier {
	max-height: calc(100vh - 355px);
}

.add_cus_height {
	max-height: 890px;
}

.shipped_orders_tbl_height {
    max-height: calc(100vh - 300px);
}

.table-container .tr_heading td,
.table-container .green_bg td,
.producelist_bg td {
	background: none;
	color: inherit;
}

.table-container .right_list_table .check_box_label {
	margin: 0;
	float: none;
	vertical-align: top;
	display: inline-block;
}

a.Inactive {
	color: #ff0000;
}

a.New,
a.Admin {
	color: #ff8900;
}

a.change_status {
	position: relative;
	float: left;
	width: 100%;
}

a.change_status:hover:after {
	background: #fff;
	content: "Change";
	position: absolute;
	left: 0;
	top: 0;
	color: #ff0000;
	font-weight: 600;
	text-align: center;
	width: 100%;
}

.ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;
	z-index: 9;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	min-width: 370px;
}


/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/

* html .ui-autocomplete {
	height: 300px;
}


/*inventory start*/

.manage_invt_height {
	/* max-height: calc(100vh - 290px);  */
	max-height: calc(100vh - 305px);
}

.add_item_page .right_list .add_invt_height {
	max-height: calc(100vh - 196px);
}

.edit_price_invt_height {
	max-height: calc(100vh - 330px);
	min-height: calc(100vh - 330px);
}

.edit_price_invt_height.with_top_buttons {
	max-height: calc(100vh - 345px);
	min-height: calc(100vh - 345px);
}

.qty_alert_height {
	/* max-height: calc(100vh - 330px); */
	max-height: calc(100vh - 346px);
}
.unit_price_height{
	max-height: calc(100vh - 265px);
}
.invt_color {
	border-radius: 50%;
	border: 1px solid #000;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
}

.invt_red {
	background: #ff8080;
}

.invt_green {
	background: #b3ffda;
}

.invt_blue {
	background: #99c2ff;
}

.invt_yellow {
	background: #ffffcc;
}

.invt_orange {
	background: #ffdb99;
}

.invt_violet {
	background: #d98cb1;
}

.invt_pink {
	background: #ffccd5;
}

.invt_white {
	background: #fff;
}


/*inventory End*/

/*.table-container table th a,*/
/*.table-container table th div a {*/
/*	background: url(../img/up_down.png) no-repeat right center;*/
/*	padding-right: 12px;*/
/*}*/

.table-container table th a.desc,
.table-container table th div a.desc {
	background: url(../img/down_arrow.png?v=1) no-repeat right center;
	padding-right: 12px;
}

.table-container table th a.asc,
.table-container table th div a.asc{
	background: url(../img/up_arrow.png?v=1) no-repeat right center;
	padding-right: 12px;
}

.tr_with_cursor tr {
	cursor: pointer;
}


/* .mid_container{float:left; width:100%; overflow-y:auto; height:calc(100vh - 168px);} */

.mid_container .wrapper {
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
	/*height: calc(100vh - 169px); */
	height: calc(100vh - 188px);
}

.mid_container .wrapper.categories {height: calc(100vh - 172px);}

.mid_container .wrapper.repack {
	height: calc(100vh - 169px);
}

.mid_container .wrapper.stock_level {
	height: calc(100vh - 168px);
}

.mid_container.clientLogin .wrapper {
	height: calc(100vh - 169px);
}

.mid_container.mid_with_scroll {
	margin-left: 30px;
	width: calc(100% - 30px);
}

.mid_container .wrapper.thrice_opt.with_price {
	height: calc(100vh - 169px);
}

.mid_container .wrapper.thrice_opt.add_purchase_order {
	height: calc(100vh - 169px);
}


/* .mid_container{float:left; margin-left:30px; width:calc(100% - 30px); overflow-y:auto; height:calc(100vh - 168px);}
.mid_container.mCS_no_scrollbar{margin-left:0; width:100%;}
 */

input[type=text].table_input {
	width: 67px;
	text-align: center;
	margin-bottom: 0px;
}

div.form-control {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	line-height: 26px;
	padding: 0 10px;
	border-radius: 4px;
	margin-bottom: 0px;
	width: 67px;
	text-align: center;
}
.check_box_label div.checkmark.checked{
	background-color: #2898a1;
 }
.convertInputFromTr.checkmark:after {
	left: 7px;
	top: 3px;
	width: 4px;
	height: 8px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(
			45deg
	);
	-ms-transform: rotate(45deg);
	transform: rotate(
			45deg
	);
}
.convertInputFromTr.checkmark.checked:after{
	display: block;
}

input[type=text].change_field,
.change_field {
	background: #f1f1f1;
}

.btn.disabled {
	background: #ccc;
}

.btn.disabled:hover {
	background: #ccc !important;
	cursor: not-allowed;
}

.popup_f_400 {
	float: left;
	width: 100%;
	max-width: 400px;
	padding: 0 8px;
}

.popup_f_400 .input_r {
	float: left;
	width: 50%;
	padding: 7px;
}

#facebox .content {
	min-width: 400px;
	min-height: 200px;
}

#facebox .loading {
	text-align: center;
	line-height: 200px;
}

#facebox .content label.error {
	font-size: 1.2rem;
}

.view_cus .add_cus_head {
	float: left;
}

.view_cus .btn {
	float: left;
	text-align: center;
}

.clear30 {
	clear: both;
	height: 30px;
}
.clear40 {
	clear: both;
	height: 40px;
}
.clear50 {
	clear: both;
	height: 50px;
}

.clear60 {
	clear: both;
	height: 60px;
}

.clear70 {
	clear: both;
	height: 70px;
}

.clear80 {
	clear: both;
	height: 80px;
}

.small_popup {
	display: none;
}

.small_popup .popup_content.wd_600 {
	max-width: 600px;
}

.small_popup.loader .popup_content p {
	width: 95%;
	margin: auto;
	font-weight: bold;
	color: #000;
	font-size: 1.1rem;
}

.small_popup.loader .popup_content img {
	width: 250px;
}

.cus_left_list .cus_left_list_top {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}


/* .mid_container{display:none;} */

p.OultletCustmer {
	text-align: center;
	font-weight: 700;
	font-size: 1.3rem;
}

.add_outlet .white_con {
	padding: 5px 24px 24px;
}

.add_outlet .alertMessage {
	text-align: center;
	font-weight: 600;
	color: green;
}

.manage_out_height {
	max-height: 400px;
}

.ex_left {
	color: rgb(0, 0, 0);
	display: block;
	text-align: right;
	vertical-align: top;
	float: left;
	width: 35%;
}

.PriceList .ex_left {
	width: auto;
}

.ex_left a {
	clear: right;
	margin-bottom: 15px;
	line-height: 16px;
	font-size: 1.2rem;
	float: right;
}

.ex_left a img {
	margin-left: 10px;
	float: right;
	vertical-align: bottom;
}

.ex_left a span {
	width: calc(100% - 40px);
	float: right;
	color: #333;
	font-weight: 600;
}

.ex_left a span span {
	float: right;
	width: 100%;
	text-align: right;
	font-size: 1rem;
	color: #333;
}

.upload_input {
	display: block;
	padding-left: 90px;
	float: left;
	width: 63%;
}

.text_box {
	display: table-cell;
	width: 130px;
	font-weight: 600;
}

.input_box {
	display: table-cell;
	padding-left: 10px;
	vertical-align: top;
}

#uploadFile {
	background: #fff;
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	padding: 0px 10px;
	border: 1px solid #cfcfcf;
	vertical-align: baseline;
	max-width: 220px;
	float: initial;
	width: auto;
	margin: 0;
}

#uploadFile::-webkit-input-placeholder {
	color: #cccccc;
	text-align: right;
	text-shadow: none;
}

#uploadFile:-moz-placeholder {
	/* Firefox 18- */
	color: #cccccc;
	text-align: right;
	text-shadow: none;
}

#uploadFile::-moz-placeholder {
	/* Firefox 19+ */
	color: #cccccc;
	text-align: right;
	text-shadow: none;
}

#uploadFile:-ms-input-placeholder {
	color: #cccccc;
	text-align: right;
	text-shadow: none;
}

.fileUpload {
	border-radius: 4px;
	margin: 0;
	overflow: hidden;
	padding: 0px 10px;
	position: relative;
	background: #666666;
	border-color: #666666;
	width: 100px;
	vertical-align: bottom;
	text-align: center;
}

.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 2rem;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.Import_notify {
	float: left;
	width: 100%;
	padding: 0 10px;
}


/* #facebox .add_cus_head,  */

.bt_status_align_center {
	text-align: center;
}

.border_row {
	float: left;
	width: 100%;
	height: 2px;
	margin: 15px 0;
}

.cus_left_list .border_row {
	width: calc(100% - 10px);
}

.input_span {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	line-height: 26px;
	padding: 0 10px;
	border-radius: 4px;
	margin-bottom: 5px;
	color: #979797;
}

#facebox .popup {
	border: 2px solid;
	border-radius: 10px;
	background: #fff;
	padding: 5px;
}

.weekdays li {
	text-transform: capitalize;
}

.custList {
	max-height: 150px;
	overflow: hidden;
	overflow-y: auto;
	float: left;
	width: calc(100% - 10px);
	margin: 5px 0;
	border: 1px solid #ccc;
	padding: 10px;
	list-style: none;
}

.custList li:hover,
.custList li.active {
	background: rgba(169, 227, 249, 0.2) none repeat scroll 0 0 !important;
}

.orderProduceList {
	position: relative;
}

.thrice_opt .cus_right_list {
	text-align: left;
	margin-top: 70px;
}

.bt_add_order_ul li {
	list-style: none;
	float: left;
	border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
	width: 100%;
	position: relative;
}

.bt_combine {
	width: calc(100% - 85px);
	float: left;
	padding: 5px 10px;
}

.bt_combine_qty {
	width: 85px;
	float: left;
	padding: 5px 10px;
	text-align: right;
}

.bt_count_ordr {
	float: left;
	width: 15px;
}

.bt_item_name {
	float: left;
	width: 100%;
}

.bt_cmnt_sec {
	float: left;
	cursor: pointer;
}

.comnt_span {
	width: 100%;
	float: left;
	padding: 0 5px 10px 15px;
}

.comnt_span input {
	width: 100%;
	padding: 4px 10px;
	border-radius: 3px;
	border: 1px #c0c0c0 solid;
	color: #2898a1;
}

.bt_pack {
	float: left;
	position: relative;
	width: 100%;
	border: 1px solid #d0dae2;
}

.text-left {
	padding: 4px 10px;
	line-height: normal;
	color: #333;
	font-size: 1.1rem;
	line-height: 3rem;
	text-transform: uppercase;
	background: #ebebeb;
}

.text-left span {
	float: right;
}
.text-right {
    text-align: right;
}

.print_qty_fcbox {
	width: 100%;
	padding: 20px 0;
	min-height: 250px;
}

.print_qty_fcbox .qty_prnt_heading {
	text-align: center;
	display: block;
}

.print_qty_fcbox .qty_prnt_heading img {
	width: 80px;
	-webkit-animation: blink 1s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation: blink 1s;
	-moz-animation-iteration-count: infinite;
	-o-animation: blink 1s;
	-o-animation-iteration-count: infinite;
}

.print_qty_fcbox .qty_prnt_heading p {
	font-size: 1.4rem;
	font-weight: 400;
	width: 100%;
	float: left;
	padding: 0 50px;
}

.print_qty_fcbox span {
	width: 50%;
	float: left;
	padding: 5%;
	text-align: center;
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.print_qty_fcbox .qty_prnt_heading img {
	width: 80px;
	-webkit-animation: blink 1s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation: blink 1s;
	-moz-animation-iteration-count: infinite;
	-o-animation: blink 1s;
	-o-animation-iteration-count: infinite;
}

.lineWithBorder {
	float: left;
	border-top: 1px solid black;
	width: 100%;
	margin-top: 30px;
}

input[type=number] {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	line-height: 26px;
	padding: 0 10px;
	border-radius: 4px;
	margin-bottom: 5px;
}

.right_list.featured {
	text-align: center;
	/*float: left;*/
	/*width: 100%;*/
	position: relative;
	width: 320px;
	margin: auto;
	height: 320px;
	overflow: hidden;
	overflow-y: auto;
	display: block;
	margin: auto;
}

.right_list.featured .featured_image {
	width: 100% !important;
	height: auto !important;
	max-width: 500px;
	position: absolute;
	font-size: 0;
}

.right_list.featured .featured_content {
	position: relative;
	text-align: center;
	line-height: 2.5rem;
	overflow: hidden;
	overflow-y: auto;
	width: 320px;
	height: 320px;
}

.help_text {
	font-size: 1rem;
	float: left;
	width: 100%;
	margin-top: 5px;
	font-weight: 600;
	color: #444;
}

.add_ordr_height {
	max-height: calc(100vh - 345px);
}

.edit_order .cus_left_list {
	width: 350px;
}

.order_wrapper {
	float: left;
	width: calc(100% - 350px);
	margin: 20px 0;
}

.edit_order .order_search {
	width: 100%;
}

.check_box_label input[type=checkbox] {
	display: none;
	margin: 0;
}

.top_detail_ul {
	display: block;
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	font-size: 1.2rem;
	text-align: right;
}

.top_detail_ul li {
	width: calc(100% / 3);
	float: left;
	text-align: left;
}
.top_detail_ul4 li {
	width: calc(100% / 4) !important;
}


.top_detail_ul.edit_order li {
	width: calc(100% / 4);
	float: left;
	text-align: left;
}
.top_detail_ul.pack_order li {
	width: calc(100% / 5);
	float: left;
	text-align: left;
}

.top_detail_ul li h2 {
	color: rgb(17, 17, 17);
	display: block;
	font-size: 1.3rem;
	margin: 0;
}

.top_detail_ul li strong {
	display: block;
}

.top_detail_ul li:nth-child(2) {
	text-align: center;
	padding: 0 10px;
}

.top_detail_ul li:last-child {
	text-align: right;
}

.top_detail_ul .order_id {
	font-size: 1.3rem;
	font-weight: 600;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.top_detail_ul li h2 {
	margin-bottom: 8px;
}

.dt_order {
	float: left;
	width: 100%;
}

.del_address {
	margin-top: 5px;
	float: left;
	width: 100%;
}

.del_address p strong {
	font-size: 1.3rem;
}

.top_detail_ul .blank_sp {
	font-size: 1.3rem;
	font-weight: 600;
	margin: 0 0 10px;
	float: left;
}

.top_detail_ul .blank_h {
	margin-bottom: 8px;
	float: left;
	width: 100%;
}

.deli_dt {
	display: inline-block;
	text-align: left;
	width: 60%;
}

.top_detail_ul.edit_order .check_box_label {
	padding-right: 25px;
	padding-left: 0;
	margin: 2px 20px 0px 0;
	color: #333;
}

.top_detail_ul.edit_order .check_box_label .checkmark {
	left: 94px;
	top: 1px;
}

.top_detail_ul.edit_order .deli_dt {
	width: 100%;
}

.top_detail_ul.edit_order select {
	cursor: pointer;
	border: 0;
	padding: 2px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-style: italic;
}

.top_detail_ul.edit_order select:focus {
	outline: none;
}

.deli_dt p strong {
	font-size: 1.3rem;
}

.tb_responsive {
	width: 100%;
}

.order-edit_tb {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	font-size: 1.3rem;
	border-collapse: collapse;
}

.order-edit_tb tr > th {
	border-bottom: 1px solid #111;
	padding: 8px;
}

.order-edit_tb tr > td {
	padding: 8px;
}

.order-edit_tb tr > td:first-child {
	font-weight: bold;
}

.prft_cont {
	font-weight: 600;
	float: right;
	width: 32%;
	margin-right: 10px;
}

.prft_cont div {
	text-align: right;
}

.cmns_block {
	display: block;
}

.cmns_block p {
	display: block;
	font-size: 1.3rem;
	margin: 0;
	padding: 4px;
}

.prft_cont label {
	margin-bottom: 5px;
	font-weight: bold;
	text-align: right;
	display: inline-block;
	max-width: 100%;
}

.prft_cont span {
	padding-left: 5px;
	color: #80827f;
	display: inline-block;
}

.order_wrapper {
	position: relative;
	padding: 30px 40px;
}

.clear25 {
	display: block;
	height: 25px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
}

.clear5 {
	display: block;
	height: 5px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
}
.clear15 {
	display: block;
	height: 15px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
}

.fp_input {
	text-align: right;
}

.edit_order .fp_input {
	width: 80%;
	float: right;
}

.edit_order .specialStar {
	font-size: 1.3rem;
	color: #ff7617;
	float: left;
	line-height: 30px;
}

.edit_order .order_disc {
	width: 70px;
	float: right;
}

.edit_order .add_cmnt {
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

.ordr_nav {
	position: absolute;
	width: 45px;
	padding: 0 10px;
}

.ordr_nav.left {
	left: 0;
}

.ordr_nav.right {
	right: 0;
}

.no_record_found {
	text-align: center;
}

.pre_loader {
	display: block;
}

.toggle {
	width: auto;
	display: inline-block;
}

.toggle .check_box_label {
	margin: 5px 0;
}

ul.report_ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.report_ul li {
	display: inline-block;
}

ul.report_ul li:first-child {
	width: 175px;
}

ul.report_ul li:last-child {
	min-width: 120px;
	margin-left: 0;
	text-align: center;
}

.select_a_date {
	display: inline-block;
}

ul.report_ul li:nth-child(2) {
	width: 55%;
}

ul.report_ul li:nth-child(2) span {
	color: #aaaaaa;
}

.select_repname {
	display: inline-block;
    position: relative;
    width: 180px;
    height: 18px;
    margin-left: 5px;
}


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

.input_date .img_blcok {
	background: rgb(237, 237, 237) none repeat scroll 0 0;
	height: 25px;
	padding: 0 10px;
	position: absolute;
	z-index: 8;
	right: 6px;
	top: 1px;
}

.datepicker {
	background: transparent;
	border: 1px solid rgb(17, 17, 17);
	display: inline-block;
	margin: 0 5px 5px;
	padding: 3px 10px;
	width: 130px;
	position: relative;
	z-index: 10;
}

.input_date .datepicker {
	float: inherit;
	width: auto;
	background: inherit;
}

.report_ul .btn {
	text-align: center;
}

.view_profiel {
	padding: 0 20px 0 0;
}

.ex_left.cstm_prclist {
	text-align: left;
	margin: 0 auto;
	float: none;
}

.cstm_prclist .heading_exp {
	float: left;
	width: calc(100% - 210px);
	text-align: right;
}

.cstm_prclist .cstm_link {
	width: 200px;
	float: right;
	margin-left: 10px;
}

.cstm_prclist.ex_left a {
	float: left;
	clear: initial;
	margin-right: 10px;
}

.cstm_prclist .text_exp {
	width: 100%;
	float: left;
	text-align: right;
	font-size: 1rem;
	color: #636363;
}

.cstm_prclist .cstm_cont {
	width: 100%;
	float: left;
}

.fl,
.btn.fl {
	float: left;
}

.upload_wrapper {
	position: relative;
	float: left;
}

.link_dv {
	position: absolute;
	right: 0;
	top: calc(100% + 7px);
}

.white_con td {
	border-top: 1px solid #ccc;
}

.white_con table tr:first-child > td {
	border-top: 0;
}

.order-edit_tb tr .qty_det_table td,
.order-edit_tb tr .qty_det_table th {
	padding: 2px 0;
}

.top_detail_ul li:nth-child(2) .cener_li p {
	text-align: left;
	display: inline-block;
}

tr.invt_red,
td.invt_red {
	box-shadow: inset 0 0 0 1000px #ff8080;
	background-color: #ff8080;
	color: #000;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}

tr.invt_green,
td.invt_green {
	box-shadow: inset 0 0 0 1000px #b3ffda;
	background-color: #b3ffda;
	color: #000;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}

tr.invt_blue,
td.invt_blue {
	box-shadow: inset 0 0 0 1000px #99c2ff;
	background-color: #99c2ff;
	color: #000;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}

tr.invt_yellow,
td.invt_yellow {
	box-shadow: inset 0 0 0 1000px #99c2ff;
	background-color: #99c2ff;
	color: #000;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}

tr.invt_orange,
td.invt_orange {
	box-shadow: inset 0 0 0 1000px #ffdb99;
	background-color: #ffdb99;
	color: #000;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}

tr.invt_violet,
td.invt_violet {
	box-shadow: inset 0 0 0 1000px #d98cb1;
	background-color: #d98cb1;
	color: #000;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}

tr.invt_pink,
td.invt_pink {
	box-shadow: inset 0 0 0 1000px #ffccd5;
	background-color: #ffccd5;
	color: #000;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}

tr.invt_white,
td.invt_white {
	box-shadow: inset 0 0 0 1000px #fff;
	background-color: #fff;
	color: #000;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}

.emai_table {
	float: left;
	width: 60%;
	max-height: 526px;
	min-height: 400px;
	overflow-y: auto;
}

.mail_che {
	float: left;
	width: 38%;
	padding-left: 20px;
}

.mail_che .right_cont {
	max-height: 360px;
	overflow-y: auto;
    padding-right: 5px;
}

.notifiction_block {
	float: none;
	width: 100%;
}

.emial_invt_list_height {
	max-height: 500px;
}

.emial_cust_list_height {
	max-height: 470px;
}

.emial_list_height {
	max-height: 200px;
}

.supplier .add_invt_height {
	max-height: 100vh;
}

.single_txt td {
	vertical-align: top;
}

.single_txt .table-container td .check_box_label {
	margin: 0;
}

.comment_em td {
	padding: 0;
}

.comment_em tr textarea {
	border: 0;
	margin: 0;
}

.w100 {
	width: 100% !important;
}

.outlet.lnk {
	font-size: 2rem;
}

.bt_cmnt_sec a {
	font-size: 2rem;
}

.CurrentOrders .switch_cont {
	line-height: 36px;
}

.top_info a {
	color: #fff;
}

.pro_checkbox_unit {
	position: relative;
}

.pro_checkbox_unit .head_chi {
	position: absolute;
	z-index: 1;
	right: 2px;
	top: 2px;
	color: #a9a9a9;
}

.pro_checkbox_unit p {
	font-size: 1rem;
}

ul.report_ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.report_ul li {
	display: inline-block;
}

ul.report_ul li:first-child {
	width: 175px;
}

ul.report_ul li:last-child {
	min-width: 120px;
	margin-left: 0;
	text-align: center;
}

.select_a_date {
	display: inline-block;
}

ul.report_ul li:nth-child(2) {
	width: 55%;
}

ul.report_ul li:nth-child(2) span {
	color: #aaaaaa;
}

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

.report_ul {
	float: left;
	width: calc(50% - 10px);
	padding: 34px 10px 10px 20px;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 3px #ccc;
	position: relative;
	border-radius: 5px;
	position: relative;
}

.report_ul.lt {
	margin-right: 10px
}

.report_ul.rt {
	margin-left: 10px
}

.report_ul .add_cus_head {
	float: left;
	width: 100%;
	background: #f1f1f1;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 20px;
	border-radius: 5px 5px 0 0;
}

.report_ul .add_cus_head.reportError {
	background: rgba(255, 0, 0, 0.2);
}

.reports_list {
	float: left;
	width: 100%;
}

.reports_list .label_block {
	display: inline-block;
	width: initial;
	line-height: 27px;
	margin-right: 7px;
	width: 100%;
}

.report_ul .select_a_date {
	float: left;
	min-height: 5px;
	width: calc(100% - 180px);
}

.select_a_date .input_date {
	display: inline-block;
	width: 110px;
}

.report_ul .report_btns {
	float: right;
	width: 180px;
	margin-top: 26px;
}
.select_a_date .img_blcok img {
	width: 18px;
	margin-top: 3px;
}

.select_a_date .img_blcok {
	background: rgb(237, 237, 237) none repeat scroll 0 0;
	height: 25px;
	padding: 0 6px;
	position: absolute;
	z-index: 8;
	right: 0;
	top: 1px;
}

.shipped_orders .select_a_date {
	margin-right: 10px;
}

.input_date input[type=text].datepicker {
	background: transparent;
	display: inline-block;
	margin: 0;
	width: 100%;
	position: relative;
	z-index: 10;
}

.report_ul .btn {
	text-align: center;
}

.csv_btn {
	margin: -3px 0 0 5px;
	display: inline-block;
}

.csv_btn img {
	margin-left: 5px;
}

.reports_error.error-message {
	color: #ff0000;
	font-size: 1.2rem;
	float: right;
    width: auto;
}

.date_range {
	float: left;
	width: 250px;
	position: relative;
}

.date_range .label_block {
	position: absolute;
	margin: 0;
	top: -22px;
	left: 50%;
	transform: translateX(-50%);
}

.popup .add_cus_head {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #f1f1f1;
	padding: 0 20px;
	border-radius: 10px 10px 0 0;
}

.popup .bt_lft_lst_status {
	padding-top: 15px;
}

#facebox .popup .close {
	/*background: none;*/
	margin: 5px 10px 0 0;
	border-radius: 4px;
}

.frgt_frm .btn {
	width: auto;
}

.frgt_frm .submit {
	display: inline-block;
}

.orderAdminComment {
	float: left;
	width: 40%;
}

.cmns_block.Order label {
	text-align: right;
	padding-right: 10px;
}

a.btn {
	text-align: center;
}

.customer_ajx_list_inactive a {
	color: #555;
	text-decoration: none;
	cursor: text;
}

.PriceList .cus_left_list,
.PriceList .cus_right_list {
	padding-right: 80px;
}

.PriceList .cus_right_list {
	width: 45%;
}

.view_cus .ui-widget-content {
	border: none;
}

th .check_box_label b {
	width: 100%;
	float: left;
	position: absolute;
	top: -17px;
	left: 0;
}

.check_box_label.center .checkmark {
	left: 35px;
}

input.qty {
	text-align: right;
}

input.qty.empty::-webkit-input-placeholder {
	color: red;
}

input.qty.empty::-moz-placeholder {
	color: red;
}

input.qty.empty::-ms-input-placeholder {
	color: red;
}

.convertInput {
	width: 100%;
	float: left;
	background: #ddd;
	border-radius: 5px;
	line-height: 20px;
}

.small_popup.loader .popup_content {
	height: 100%;
	background: none;
}

.small_popup.loader .popup_content div {
	height: 100%;
	width: 100%;
	float: left;
	position: relative;
}

.small_popup.loader .popup_content img {
	width: auto;
	position: fixed;
	top: calc(50% - 100px);
	left: calc(50% - 100px);
	border: 1px solid #000;
	background-color: #fff;
	border-radius: 25px;
}
.w-auto {
    width: auto;
}

.w20 {
    width: 20% !important;
}
.w40 {
	width: 40% !important;
}

.w30 {
	width: 30% !important;
}

.w60 {
	width: 60% !important;
}

.w70 {
	width: 70% !important;
}

.w80 {
    width: 80% !important;
}

.repack .cus_left_list .input_r {
	width: 100%;
}

.login_form h2 {
	line-height: 22px;
	padding: 0;
}

.login_form h2 span {
	display: block;
	font-size: 12px;
}

.noselect {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
								  supported by Chrome and Opera */
}

#facebox .ex_left a img {
	margin-left: 10px !important;
}

.parCont {
	float: left;
	width: 100%;
}

.w50 {
	width: 50%;
}

.redColor {
	color: red;
	font-weight: bold;
}

.unit_price.fixed {
	color: #f37435;
}

.customUser {
	float: inherit;
	width: 75%;
	margin: auto;
	margin-top: 20px;
}

.s_container.psswrdText {
	padding: 16px;
}

.red {
	color: red;
}

.table_options select.topDropdown,
.topDropdown {
	margin: 0 5px;
}

.notificationText {
	float: left;
	width: 100%;
	padding: 10px 0;
}

.customLabelEdit {
	line-height: 28px;
	vertical-align: top;
}

.order_search.incresed {
	width: 330px;
}

.order_search.incresed_width input[type=text] {
	width: 250px;
	max-width: 250px;
}

input[type=text].qty_input {
	text-align: center;
	padding: 0;
}

.nowrap {
	white-space: nowrap;
}

.registerPage {
	min-height: 800px;
	height: calc(100vh - 45px);
}

.registerPage.mid_container .wrapper {
	height: auto;
	overflow: hidden;
}

.registerPage .login_form {
	margin-top: 20px;
	position: relative;
	top: 0;
	margin-bottom: 42px;
	transform: translate(0);
	display: inline-block;
}
.registerPage .login_form h2 b {
    font-size:1rem;margin:0px 0px 20px;padding:0;font-weight:400;display:block;text-align:center;
}

@media (min-height: 800px) {
	.registerPage .login_form {
		position: fixed;
		top: 50%;
		transform: translateY(-50%);
	}

	.registerPage {
		min-height: auto;
	}
}

.login_form select {
	margin-bottom: 10px;
}

.markup_per {
	float: left;
	position: relative;
}

.markup_per input {
	float: left;
	width: calc(100% - 90px);
	margin: 0;
	border-radius: 4px 0 0 4px;
}

.markup_per input.markup {
	width: 50px;
	border-left: 0;
	border-radius: 0;
	padding: 0;
	text-align: center;
}

.markup_per span {
	float: left;
	line-height: 26px;
	width: 40px;
	text-align: center;
	color: #2898a1;
	background: #e0e0e0;
	font-weight: 600;
	border-radius: 0 4px 4px 0;
	font-size: 16px;
	border: 1px solid #ccc;
	border-left: 0;
}

.markup_per label {
	position: absolute;
	left: calc(100% - 75px);
	top: -15px;
	font-size: 1.2rem;
	line-height: 14px;
	font-weight: 600;
	color: #000;
}

.text-left span.prd_list,
.prd_list {
	position: relative;
	display: inline-flex;
	width: 100%;
	max-width: 67px;
	margin-top: 7px;
	float: none;
}

.prd_list:after {
	content: "%";
	position: absolute;
	right: 0;
	top: 0;
	line-height: 26px;
	background: #f1f1f1;
	color: #1d858e;
	font-size: 14px;
	padding: 0 3px;
	border-radius: 0 4px 4px 0;
	border: 1px solid #ccc;
	border-left: 0;
}

.changedMakrup {
	color: #1d858e;
}

.text-left input[type=text].table_input {
	text-align: left;
	padding: 0 5px;
}

.ver_top td {
	vertical-align: top;
}

.table-s-section.w_bg tbody {
	background: #fff;
}

.convertInput.advanced {
	width: 67px;
	line-height: 26px;
	float: none;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.convertInput[data-type="hidden"],
.convertInput[data-type="hidden"].advanced {
	display: none;
}

.with_price.thrice_opt .cus_left_list {width: calc((100% / 3) - 174px);	margin: 32px 0;}

.with_price.thrice_opt .cus_mid_list {width: calc((100% / 3) + 87px);}

.with_price.thrice_opt .cus_right_list {width: calc((100% / 3) + 87px);}

.with_price.thrice_opt .cus_left_list .input_r {
	width: 100%;
}

.with_price.thrice_opt .qty_prc {
	width: 95px;
}

.with_price.thrice_opt .bt_combine {
	width: calc(100% - 95px);
}

.with_price.thrice_opt .bt_combine_qty {
	width: 95px;
	justify-content: space-between;
	float: right;
	text-align: right;
}

.with_price.thrice_opt .bt_combine_qty .bt_item_qty {
	width: 50px;
	float: right;
	text-align: center;
}

.with_price.thrice_opt .bt_combine_qty .bt_item_price {
	width: 50px;
	float: right;
}

.with_price.thrice_opt .bt_combine_qty .bt_cmnt_sec {
	float: right;
	cursor: pointer;
	width: 25px;
	text-align: left;
}

.with_price.thrice_opt .bt_combine_qty .bt_cmnt_sec a:hover {
	text-decoration: none;
}

.hide_with_space {
	visibility: hidden;
	pointer-events: none;
}

.add_order_header {
	float: left;
	width: 100%;
}

.add_order_header .bt_item_name {
	width: calc(100% - 75px);
	float: left;
}

.add_order_header .bt_combine_qty {
	padding: 0;
	width: 75px !important;
}

.add_order_header .bt_combine_qty a {
	float: left;
}

.add_order_header .bt_item_price {
	text-align: right;
}

.add_order_header .bt_item_qty {
	text-align: center;
}

.with_price.thrice_opt .qty_prc.ttl_items {
	position: absolute;
	right: -1px;
	top: -30px;
	height: 30px;
	line-height: 30px;
	background: #ebebeb;
	padding: 0 10px;
	width: auto;
	color: #333333;
	text-transform: uppercase;
	border: 1px solid #d0dae2;
	font-weight: 700;
	font-size: 1.2rem;
}

.with_price.thrice_opt .qty_prc.ttl_items b {
	padding-left: 5px;
}

.with_price.thrice_opt.show_price .qty_prc {
	width: 145px;
}

.with_price.thrice_opt.show_price .bt_combine {
	width: calc(100% - 145px);
}

.with_price.thrice_opt.show_price .bt_combine_qty {
	width: 145px;
	justify-content: space-between;
	float: right;
	text-align: right;
}

.add_order_header.show_price .bt_item_name {
	width: calc(100% - 125px);
	float: left;
}

.add_order_header.show_price .bt_combine_qty {
	padding: 0;
	width: 125px !important;
}
.with_price.thrice_opt.show_price .price_td {font-weight: bold;	text-align: right;padding: 5px 10px 5px 5px;}
.with_price.thrice_opt.show_price .price_td div{margin-bottom: 5px;}
.with_price.thrice_opt.show_price .price_td.retail{padding: 5px 10px 12px 5px;vertical-align: bottom;}


/* item Comment CSS*/

.item_comment_tr {
	display: none;
}

.item_comment_tr.added {
	display: table-row;
}

.item_comment,
.item_comment_plus {
	font-weight: 600;
	font-size: 19px;
	vertical-align: bottom;
	padding-right: 4px;
}

.item_comment:after,
.item_comment_plus:after {
	content: "\002B";
	vertical-align: middle;
}

.item_comment:hover,
.item_comment_plus:hover {
	text-decoration: none;
}

.item_comment.added {
	display: none;
}

.item_comment.added:after {
	content: "\2212"
}

.item_comment_tr td {
	position: relative;
}

.item_comment_tr input {
	padding-right: 20px;
	margin: 0;
	color: #1d858e;
}

.item_comment_tr .removeItemComment {
	font-weight: 800;
	font-size: 13px;
	position: absolute;
	color: #1d858e;
	right: 15px;
	cursor: pointer;
	line-height: 27px;
}


/* Purchase Order CSS*/

.add_purchase_order.thrice_opt .cus_left_list {
	width: calc((100% / 3) - 174px);
	margin: 32px 0;
}

.add_purchase_order.thrice_opt .cus_mid_list {
	width: calc((100% / 3) + 87px);
}

.add_purchase_order.thrice_opt .cus_right_list {
	width: calc((100% / 3) + 87px);
}

.add_purchase_order.thrice_opt .cus_left_list .input_r {
	width: 100%;
}

.add_purchase_order.thrice_opt .table-s-section {
	margin-top: 0;
}

.add_purchase_order.thrice_opt .table-container {
	background: #fff
}

.purchase_orders .table-wrap {
	overflow: hidden;
}

.removeBottomBorder td {
	border-bottom: 0;
}

.add_purchase_order.thrice_opt .tbl_options .label_block {
	margin: 6px 5px 0px 0;
	float: right;
	display: block;
	width: unset;
}
.add_purchase_order .cus_mid_list{padding: 0 0 0 0px;}
.add_purchase_order .cus_right_list{padding: 0 0 0 0px;}

.apply_po_tooltip {
	width: 18px;
	margin-right: 12px;
	cursor: pointer;
}

.loading_custom {
	position: relative;
	opacity: 0.6;
	pointer-events: none;
}

.loading_custom:after {
	content: "Loading...";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 15px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	z-index: 9;
}


/*custom tooltip*/

*[data-tooltip] {
	position: relative;
}

*[data-tooltip]::after {
	content: attr(data-tooltip);
	visibility: hidden;
	width: max-content;
	background-color: #000;
	color: #fff;
	text-align: center;
	border-radius: 7px;
	padding: 7px;
	font-size: 10px;
	position: absolute;
	z-index: 999;
	left: 14px;
	top: -5px;
}

*[data-tooltip]:hover::after {
	visibility: visible;
}

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

.tooltip .tooltiptext {
	visibility: hidden;
	width: 200px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 5px;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -100px;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
}

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

.form-control.convertInputFromTr, .form-control.convertInputFromTd {
	min-height: 28px;
}

.form-control.select {
	font: 400 13.3333px Arial;
	cursor: default;
	font-size: 1.2rem;
	position: relative;
	text-transform: capitalize;
	border: 1px solid #ccc;
	padding: 5px 9px;
	border-radius: 4px;
	float: inherit;
	width: auto;
	line-height: inherit;
	min-height: 28px;
	font-weight: 500;
	text-align: left;
}

.form-control.select:after {
	content: '';
	position: absolute;
	right: 6px;
	top: 10px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid;
	clear: both;
}

/*select2 css modified*/
.select2-results__option {
	padding: 1px 9px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-weight: 500;
	font-size: 12px;
	font-family: Arial;
	text-transform: capitalize;
	padding-right: 8px;
	padding-left: 9px;
	line-height: 26px;
}

/*.select2-container--default .select2-selection--single .select2-selection__arrow b {border-color: #64a807 transparent transparent transparent;}*/
.select2-container--default .select2-selection--single {
	font-weight: 500;
	font-size: 12px;
	font-family: Arial;
	text-transform: capitalize;
}

.change_field ~ .select2-container .select2-selection--single {
	background: #f1f1f1;
}

.inactive_item {
	color: red;
	text-align: center;
	display: block;
}

.inactive_item.with_height {
	line-height: 26px;
}
/*Expiry Date Feature*/

.fixed_td.with_expiry_date {
	width: 130px;
	position: relative;
}

.fixed_td.with_expiry_date img {
	float: right;
	margin-left: 8px;
	cursor: pointer;
	width: 19px;
}

input[type=text].calander_expired {
	background: #fb9696;
}

/* Manage Product List */

.copy_product_list.two_s_section .top_section .cus_left_list {
	width: 30%;
	margin: 0;
	min-height: 110px;
}

.copy_product_list.two_s_section .top_section .cus_right_list {
	width: 70%;
	margin: 0;
}

.copy_product_list.two_s_section .bottom_section {
	float: left;
	border-top: 1px solid black;
	width: 100%;
	margin-top: 10px;
}

.copy_product_list.two_s_section .bottom_section .cus_left_list {
	margin-top: 10px;
}

.copy_product_list.two_s_section .bottom_section .cus_right_list {
	margin-top: 10px;
}

.customer_import_page.two_s_section .upload_input {
	width: 100%;
}

.customer_import_page.two_s_section .ex_left {
	width: 58%;
}

.product_list_options {
	float: left;
}

.product_list_options .input_r {
	width: 33.3%;
	float: left;
}

.product_list_options .input_r .check_box_label {
	padding-left: 30px;
	margin: 0px 20px 5px 0;
}

.product_list_options .input_r.w100 label.radio_label {
	margin: 0;
	width: 33.3%;
}

.product_list_options .input_r.w100 {
	margin-top: 10px;
}


/* Change Status feature*/

.ver_top .status_td {
	position: relative;
}

.ver_top .status_td .change_status_advanced {
	position: absolute;
	left: 10px;
	bottom: 12px;
}

.add_item_page .change_status_advanced {
	margin-left: 10px;
}

input[type=text].order_item_comment {
	margin-top: 5px;
	color: #2898a1;
	font-weight: 600;
	background: #f1f1f1;
}

.custom_accordian .accordion_content {
	display: none;
}

.custom_accordian .ui-widget {
	font-family: 'Open Sans', sans-serif;
}

.custom_accordian .ui-widget-content {
	color: #333;
}

.custom_accordian .ui-accordion .ui-accordion-header {
	background: transparent;
	border: 0;
	border-top: 1px solid #000;
	border-radius: 0;
	padding: 10px 0 30px;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}

.custom_accordian .ui-accordion h3:first-child {
	border-top: 0;
}

.custom_accordian .ui-accordion .ui-accordion-header .ui-icon {
	left: inherit;
	right: 15px;
}

.custom_accordian .ui-widget-content {
	border: 0;
	background: none;
}

.custom_accordian .arrow_down {
	background: url(../img/up-arrow.png) no-repeat center center;
}

.custom_accordian .arrow_up {
	background: url(../img/angle-arrow-down.png) no-repeat center center;
}

.custom_accordian .ui-accordion .ui-accordion-header .ui-icon {
	margin-top: -20px;
	height: 18px;
	width: 18px;
	background-size: cover;
}

.col-lg-6 {
	width: 50%;
	float: left;
	padding: 0 15px;
}

.col-lg-12 {
	width: 100%;
	float: left;
	padding: 0 15px;
}

.inactive_item {
	color: red;
	text-align: center;
	display: block;
}

.inactive_item.with_height {
    line-height: 26px;
}


/* Delivery Module */

.shipped_orders.deliveries .select_a_date,.shipped_orders .select_a_date {
    display: inline-block;
    margin-left: 10px;
}

.shipped_orders.deliveries .delivery_route, .shipped_orders .delivery_route {
    margin: 0;
}


/* Delivery Popup */

.top_detail_ul.delivery .del_address {
    margin-top: 0;
}

.top_detail_ul.delivery li:nth-child(2) {
    text-align: left;
    padding: 0 10px;
}

/* Credit Notes */
.credit_notes_wrapper .item_comment{
    float:right;
	display: inline-flex;
	padding-top:4px;
}

.credit_notes_wrapper .item_comment.added{
    display:block;
}

.credit_notes_wrapper .removeBottomBorder td {
    border-bottom:1px solid #d0dae2;
}

.credit_notes_wrapper .table-s-section {
    border: 0;
}

.credit_notes_wrapper table tr {
    border: 1px solid #d0dae2;
}

.credit_notes_wrapper table tr.blank_tr {
    border-left-color: #fff;
    border-right-color: #fff;
}

.credit_notes_wrapper table tr.blank_tr:last-child{
    border-color: #FFFFFF;
}
.credit_notes_wrapper table tr.blank_tr:last-child td{
    border:0;
}
.credit_notes_wrapper .child td {
    margin-bottom:5px;
}
.credit_notes_wrapper .item_comment_tr td{position: relative;padding: 9px 10px 5px;}
.credit_notes_wrapper .item_comment_tr td:after{
    content:"";
    width:100%;
    height:1px;
    position: absolute;
    top: 2px;
    left:0;
    background: #d0dae2;
}
.credit_notes_wrapper .item_comment_tr td:before{
    content: "";
    width: 1px;
    height: 3px;
    position: absolute;
    top: 0px;
    left: -1px;
    background: #fff;
}
.credit_notes_wrapper .item_comment_tr td span{
    content: "";
    width: 1px;
    height: 3px;
    position: absolute;
    top: 0px;
    right: -1px; background: #fff;
}


.cursor_pointer{cursor: pointer;}
.cursor_move{cursor: move;}
.bold{font-weight: 600;}

#facebox .popup_box{text-align: center;}
#facebox .popup_box .image_box { min-height: 150px;border: 1px solid;padding: 20px;margin-top: 11px;	margin: 10px;}
#facebox .popup_box .image_box img{max-width: 300px;}
#facebox .popup_box .item_name { font-size: 24px;line-height: 40px;}
#facebox .popup_box .product_code ,#facebox .popup_box .item_code{ font-size: 14px;font-weight: 600;}
#facebox .popup_box .item_description { font-size: 14px;line-height: 18px;padding: 10px 0;}

.creditCardForm {
	max-width: 700px;
	background-color: #fff;
	margin: 0;
	overflow: hidden;
	padding: 0px;
	color: #4c4e56;
}

.creditCardForm label {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
}

.creditCardForm .heading h1 {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: red;font-size: 15px;height:16px;
}

.creditCardForm .payment {
	float: left;
	font-size: 18px;
	padding: 10px 25px;
	margin-top: 20px;
	position: relative;
	color: #000;
}

.creditCardForm .payment .form-group {
	float: left;
	margin-bottom: 15px;
}

.creditCardForm .payment .form-control {
	line-height: 40px;
	height: auto;
	padding: 0 16px;
}

.creditCardForm .owner {
	width: 63%;
	margin-right: 10px;
}

.creditCardForm .CVV {
	width: 35%;
}

.creditCardForm #card-number-field {
	width: 100%;
}

.creditCardForm #expiration-date {
	width: 49%;
}

.creditCardForm #credit_cards {
	width: 50%;
	margin-top: 25px;
	text-align: right;
}

.creditCardForm #pay-now {
	width: 100%;
	margin-top: 25px;
}

.creditCardForm .payment .btn {
	width: 100%;
	height: 50px;
	font-size: 24px;
	margin-top: 3px;
}

.creditCardForm .payment .select {
	margin-right: 15px;
	width:42%;
	float:left;
}

.creditCardForm .payment select {
	padding: 10px;
}

.transparent {
	opacity: 0.2;
}

/*generic Version Web*/
.supplierPage{float: inherit;width: 75%;margin: auto;margin-top: 20px;text-align: center;}
.supplierPage.cus_left_list .row{float:none;}
.supplierPage.cus_left_list .input_r{ text-align: center;width: 100%;float: left;}
.supplierPage input[disabled]{background:#fff;text-align: center; color: #2898a1;font-weight: 600;}
.supplierPage .info{ width: 100%;float: left;}
.supplierPage .info .heading{text-align: center;    font-size: 20px;}
.supplierPage .info .text{text-align: left;}
.supplierPage .info .text h1, .supplierPage .info .text h2, .supplierPage .info .text h3, .supplierPage .info .text h4, .supplierPage .info .text h5, .supplierPage .info .text h6{padding: 16px 0;}
.supplierPage .info .text p{line-height: 1.6;}
.supplierPage .user_info{width: 500px;height: 320px;margin: auto;overflow: hidden;background: #fff;overflow-y: auto;border: 1px solid #2898a1;	padding: 5px 0;	border-radius: 10px;background-position: center;background-size: cover;}
.supplierPage.cus_left_list .input_r input{ border-color: #2898a1;width: 100%;max-width: 250px;float: none;margin: 0;display: inline-block;text-transform: uppercase;	color: #545454;}
.supplierPage .mCSB_scrollTools{ opacity: 1;}
.supplierPage .mCSB_scrollTools .mCSB_draggerRail {width: 9px;background: #dcdcdc;border: 1px solid #767676;}
.supplierPage .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {background-color:rgb(54, 161, 170) !important;width: 6px;}
.supplierPage .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {background-color:rgb(54, 161, 170) !important;width: 6px;}

.customerAjaxLogin{max-width: 700px;background-color: #fff;	margin: 0;	overflow: hidden;	padding: 20px;}
.customerAjaxLogin h2{font-size: 18px; position: absolute;left: 0;top: 0;width: 100%;background: #f1f1f1;padding: 12px 35px;border-radius: 10px 10px 0 0;color: #333;}
.customerAjaxLogin .label.error{color: #ff0000;width: 100%;float: left;}
.customerAjaxLogin.register .row.info_r{ width: 50%;padding-right: 10px;}
.customerAjaxLogin.register .row.info_r .label_block{ text-align: left;width: 100%;}
/*Change password page*/
.customUser.change_password{float:inherit;width:40%;margin:auto;margin-top:20px;}



/* Deliver Rout Add week Days Feature*/
ul.weekdays li label { display: block;cursor: pointer;}
ul.weekdays li label input[type="checkbox"] {position: absolute;clip: rect(0,0,0,0); pointer-events: none;}
ul.weekdays.view li {font-size: 1rem;line-height:18px;cursor: default;}
.week_day_label{float: right}
.week_day_label .active_week_day{background: rgba(0, 0, 0, 0.7);width: 15px; height: 15px;  display: inline-block;float: left;}
.week_day_label .active{float: left;padding: 0 5px;	line-height: 15px;}
.week_day_label .inactive_week_day{background: #2898a1;width: 15px; height: 15px;  display: inline-block;float: left;}
.week_day_label .inactive{float: left;padding-left: 5px;	line-height: 15px;}


.edit_cus select[disabled] {background: #f1f1f1;}
.add_item_page select[disabled] {background: #ccc;opacity: 1}

/*Repack Inventory*/
.removeIcon{
	font-weight: 800;
	font-size: 13px;
	position: absolute;
	color: #1d858e;
	right: 15px;
	cursor: pointer;
	line-height: 27px;
	top: 15px;
}
.position-relative {position: relative;}
.position-inherit { position: inherit;}

.plus-icon{float: left;width: 100%;text-align: center;}
.plus-icon .coustom-input {
	border: 1px solid #2898a1;
}
.coustom-input {
	height: 162px;
	width: 250px;
	position: relative;
	z-index: 1;
}
.coustom-input.thumb{
	height: 97px;
	width: 150px;
}
.plus-icon .coustom-input:before {
	/*content: '';*/
	/*background: #ecffe2 url(../img/plus-photo.png) no-repeat center center;*/
	/*cursor: pointer;*/
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*z-index: 9999;*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*pointer-events: none;*/
}
.coustom-input .custom-file-input,.coustom-input label {
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	position: absolute;
}
.coustom-input .custom-file-input{display: none;}
.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #2898a1;
	transition: width .6s ease;
}
.coustom-input .progress-bar {
	width: 0%;
	position: absolute;
	left: 0;
	top: 45%;
	z-index: 9999;
	background: #2898a1;
}

.custom-progress-bar-striped{
    position: absolute;
    font-weight: bold;
    top: 0;
    -webkit-animation:progress-bar-stripes 2s linear infinite;
    -o-animation:progress-bar-stripes 2s linear infinite;
    animation:progress-bar-stripes 2s linear infinite;
    background-color: #366ea0;
    background-image: -webkit-linear-gradient(
        45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(
        45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}


@-webkit-keyframes progress-bar-stripes {
    from  { background-position: 40px 0; }
    to    { background-position: 0 0; }
}

@keyframes progress-bar-stripes {
    from  { background-position: 40px 0; }
    to    { background-position: 0 0; }
}

.table-container td.retail_thumb_image{width: 130px;padding: 1px;}
.table-container td.retail_thumb_image .retail_thumb_image_block{background-color: #fff;border: 1.1px solid #d0dae2;}
.table-container td.retail_thumb_image img{width: 130px;}
/* Filtable styles */
tr.hidden {
	display: none;
}
.outline_none{outline: none;}

/*Manage Fixed Prices */
.manage_fixed_prices div.form-control {line-height: 22px;padding: 0 5px;width: 60px;}
.manage_fixed_prices .form-control.convertInputFromTr, .form-control.convertInputFromTd {min-height: 22px;}
.manage_fixed_prices input[type=text].table_input{width: 60px;}
.manage_fixed_prices table td input[type=text]{line-height: 22px;padding: 0 5px;}
.date.no_expiry_date{font-size: 2rem;}
.date.no_expiry_date:after{content: "\002B";vertical-align: middle;}

.pagination{width:450px;float: right;margin-top: 20px;font-weight: 600;}
.pagination .page{float: right;margin-right: 10px;}
.pagination select{width: 51px;float: left;padding: 5px 0 5px 5px;margin-right: 0; text-align: center;}
.pagination select option{text-align: center; padding: 5px;}
.pagination span{line-height: 26px;float: left;}
.pagination span img{width: 20px;}
.pagination .page span a{color: #000;margin: 2px 10px;display: inline-flex;font-weight: bold;font-family: arial;}
.pagination .page span a:hover{text-decoration:none;}
.pagination .limit{float: right; padding-left: 17px; position:relative;}
.pagination .limit:after{content:""; width:2px; height:18px; top: 4px; left:-2px; position: absolute; background: #afafaf;}
.pagination .limit label{float: left;padding-right: 10px;line-height: 26px;font-size: 13px; color: #545454;}

.suppliers_create_po{}
.suppliers_create_po .form-control.select{border:0;}
.suppliers_create_po .select2-container--default .select2-selection--single .select2-selection__arrow{left:-8px; top:8px; right: inherit; border:0; background: url("../img/btm_cus_sel.png") no-repeat; width:10px; height:7px; outline: 0;}
.suppliers_create_po .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow{left:-8px; top:8px; right: inherit; border:0; background: url("../img/top_cus_sel.png") no-repeat; width:10px; height:7px; outline: 0;}

.suppliers_create_po .select2-container--default .select2-selection--single .select2-selection__arrow b{border:0;}
.suppliers_create_po .form-control.select:after{left:-8px; right: inherit; border:0; background: url("../img/btm_cus_sel.png") no-repeat; width:10px; height:7px; outline: 0;}

.suppliers_create_po .select2-container--default .select2-selection--single {border: 0;}
.suppliers_create_po .select2-container--default .select2-selection--single, .suppliers_create_po .select2-container--default .select2-selection--single .select2-selection__rendered, .suppliers_create_po .select2-container--default .select2-selection--single .select2-selection__rendered:focus{outline:0;}

input[type=text].sort_input{border:0;background:#fff;text-align:center;outline:0;width:75%;}
.sort_image{width:14px;margin:7px 5px 0 0;}


.featured_item_page .row{width: 100%}
.featured_item_page .row .input_r{width: 50%}

input[type=text][value="0.00"].item_price{background-color:#ff9898;}
.text_decoration_underline{text-decoration: underline;}


.ex_stock_table table th a{color:#333}
.ex_stock_table table th a.desc{
	background: url(../img/down-arrow-1.png) no-repeat right center;
	padding-right: 12px;
}

.ex_stock_table table th a.asc{
	background: url(../img/up-arrow-1.png) no-repeat right center;
	padding-right: 12px;
}




/*Delivery every two weeks*/
.weekdays.calender{background-color:#fff;border: 0;position: relative;}
.weekdays.calender li{border:0;}
.delivery_every_two_week{color:#444;padding-left: 15px;width:100%;font-size: 11px;margin: 5px 0;}
.delivery_every_two_week.check_box_label .checkmark{left:30px;background-color:#fff;}

.underline{border-bottom: 1px solid}
input[type=text].invalidInput{border: 1px solid red; box-shadow: #eeeeee}

/* password popup*/
.password_popup{float: left;width: 100%;}
.password_popup p{font-size: 12px;font-weight: 600;text-align: center;padding: 5px 10px;}
.password_popup h5{ float: left;width: 100%;text-align: center;padding: 8px 0;border-radius: 7px 7px 0 0;color:#fff;border-bottom: 2px solid #000;}
.password_popup input[type='password']{text-align: center;height: 40px;border: 2px solid #000;border-radius: 0;}
.password_popup .row{    width: 50%;text-align: center;	margin: 0 auto;	float: none;}

/* Loader */
.qt-block-ui {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(0,0,0,.3);
}
.qt-block-ui:before {
    content: '';
    box-sizing: border-box;
    background: 0 0;
    opacity: .75;
}
.qt-block-ui:before {
    width: 30px;
    height: 30px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.6rem;
    -webkit-animation: clockwise .5s linear infinite;
    animation: clockwise .5s linear infinite
}

.input-group-text {	display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: .375rem .75rem;margin-bottom: 0;font-size: 1rem;font-weight: 400;	line-height: 1.5;color: #495057;text-align: center;	white-space: nowrap;background-color: #e9ecef;border: 1px solid #ced4da;border-radius: .25rem;}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {position: relative;	-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto;width: 1%;margin-bottom: 0;border-radius: 0 4px 4px 0;outline: 0;}
.input-group>.form-control.right {border-radius: 4px 0 0 4px;}
.input-group-append, .input-group-prepend {display: -webkit-box;display: -ms-flexbox;display: flex;}
.input-group {position: relative;display: -webkit-box;display: -ms-flexbox;	display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;width: 100%;}
.input-group .error-message{ width: 100%;text-align: right;margin-top: 0;}
.input-group-prepend {margin-right: -1px;}
.input-group-prepend.right {margin-right: 0;margin-left: -1px;}
.input-group-prepend.right .input-group-text{border-radius: 0 .25rem .25rem 0; border-left: 0;}

.pr-10{padding-right: 10px;}

/* Print Template CSS */
.clr{clear: both;}
.print_t_popup{float:left;margin-top: -12px;}
.print_t_popup h3{color:#000; line-height:50px; text-align: center; font-size: 20px; font-weight: 600; border-bottom: 1px solid #ccc; margin-bottom: 20px;}
.print_t_data{display: flex; }
.print_t_data_l{float:left;width:50%; border-right:1px solid #ccc; padding-right: 15px;}
.print_t_data_l.w100{width:100%; border:0;}
.print_t_data_r{width:50%;  padding-left: 15px; display: flex; flex-wrap: wrap; align-items: flex-start; height: fit-content;}
.print_t_data_l .label_block{width:165px; padding-right: 10px; text-align: right; line-height: 28px;}
.print_t_data_l .input-group, .print_t_data_l .form-control, #facebox .content .print_t_data_l textarea{width:calc(100% - 285px);}
.print_t_data_l .form-control.w_in_g{    width: calc(100% - 314px);}
.print_t_data_l.w100 .input-group, .print_t_data_l.w100 .form-control, #facebox .content .print_t_data_l.w100 textarea{width:calc(100% - 370px);}
.print_t_data_l.w100 .form-control.w_in_g{width: calc(100% - 400px);}
.print_t_data_l.w100 .form-control.full_w{width: calc(100% - 170px);}
.print_t_data_l .error-message{margin-left: 165px;}
.print_r_l, .print_r_r{ /*display: flex;*/ width:50%; flex-wrap: wrap;align-items: flex-start;}
.print_r_l{border-right:1px solid #ccc; padding-right: 10px;}
.print_r_r{padding-left: 10px;}
.md_row{display: flex; justify-content: space-between; width: 100%; }
.print_iner-p{color:#545454; font-size: 12px; padding: 0; text-align: left; line-height: 14px;}
.uploaded_logo{position: relative; display: flex; border:1px solid #ccc; width: 100%; height:68px; margin:10px 0;align-items: center;}
.uploaded_logo a{position: absolute; right: 3px; top: 1px;}
#facebox .uploaded_logo > img{padding: 5px;text-align: right;max-height: 100%}

#facebox .close.close_custom{
	margin: 0; 
	/* border-left: 1px solid #ccc;  */
	/* border: 1px solid #25858E;  */
	border:none;
	padding:0; 
	/* width: 57px; height: 50px;  */
	margin: 5px 8px 0 0;
	line-height: 50px;
}
#facebox .close.close_custom img{
	width:16px; 
	height:16px;
	position: relative;
    top: -19px;
}



/* END */

/* Add same item more than once feature */
.normal_link {color: #000}
.normal_link:hover {text-decoration: none;}
/* END */

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
/* Loader End */

.cke_dialog_contents_body .cke_dialog_ui_text, .cke_dialog_contents_body .cke_dialog_ui_select, .cke_dialog_contents_body .cke_dialog_ui_hbox_last>a.cke_dialog_ui_button{margin-bottom: 10px;}

@media(max-width: 650px) {
	.creditCardForm .owner,
	.creditCardForm .CVV,
	.creditCardForm #expiration-date,
	.creditCardForm #credit_cards {
		width: 100%;
	}
	.creditCardForm #credit_cards {
		text-align: left;
	}
}



.qty_prnt_heading_bil_location{padding: 15px;position: relative;max-width: 220px;margin: 0 auto;}
.qty_prnt_heading_bil_location label{    width: 100%;text-align: left;display: block;}
.print_qty_fcbox{ position: relative;}
.qty_prnt_heading_bil_location .print_bin_location{    width: auto;padding: 10px 0;display: inline-block;text-align: left;float: left;}
.qty_prnt_heading_bil_location.cross_limit{    max-width: 100%;}
.qty_prnt_heading_bil_location.cross_limit label{    width: 50%;text-align: left;display: block;float: left;margin-right: 0;}
.qty_prnt_heading_bil_location.cross_limit .print_bin_location{margin: 0px auto 0;display: block;float: none;text-align: center;}
.qty_prnt_heading_bil_location.cross_limit20 {max-width: 100%;max-height: 380px;overflow-y: scroll;}


.order_by_index{
	/*visibility: hidden;*/
}

.top_form_top{display: flex;}
.top_form_top .qty_div{width: 200px;margin: 0px 40px;}
.table_options.right_btn{text-align: right;margin-bottom: -13px;margin-top: 5px;}
.inventory_block{overflow: hidden;border-top: 1px solid #ddd;padding-top: 5px; margin-top:38px;}
.top_form_top .info_r, .top_form_top .info_r input{margin-bottom: 0;}
 
.without-capital option{
	text-transform: none;
}
.without-capital{
	text-transform: none;
}
}
.edit_picks, .edit_picks .form-group{float: left;width: 100%;}
.pick_checkbox span.checkmark{background-color: #ddd!important;height: 31px;width: 31px;}
.pick_checkbox span.checkmark:after{border-color: #2797a0!important;left: 11px;top: 4px;width: 6px;height: 14px;}


.user_info_header .has_menu{position: relative;    top: 6px;}
.user_info_header .has_menu .submenu_box{    position: absolute;
        top: 17px;
    right: -3px;
   
    z-index: 9999;
    background: #000;display: none;
}
.user_info_header .has_menu .submenu_box li{    float: none;
    background: #000;
    padding: 5px 10px;    margin-left: 0;}
.user_info_header .has_menu .submenu_box li a{color: #fff;}
.user_info_header .has_menu .submenu_box li:first-child{padding-top: 18px;}

.table-container.table-no-border td, .table-container.table-no-border th{border-bottom: 1px solid transparent;}
@media (max-width: 1024px){
.item-listing-popup{left: 0; transform: translateX(-50%); min-width:96%;}
}

.edit-pack-jump{
	display: flex; background: #2797a0;border-radius: 4px; float: right; border: 1px solid #000;
}
.edit-pack-jump label{color: #fff;}
.edit-pack-jump select{border-radius: 0 4px 4px 0;}

.collapse_div_open{display: none;}
.collapse_div.show .collapse_div_open{display: block;}
.div_qty{display: flex;justify-content: space-between;align-items: center;border-top: 1px solid #ccc; padding: 3px 10px 14px;}
 .collapse_div button{background: transparent;border: none;width: 100%;text-align: left;padding: 8px 10px;}
.qty_div{padding-right: 16px;}
.collapse_div_open .div_qty:nth-child(even){background-color: #ececec;}
.div_qty.div_qty_color{background-color: #ececec;}
.packed_procesed{color: #2797a0;}
.WeightInputBlanck{border-color:#2797a0!important; }
 
 


.top_header{display: flex; flex-wrap: wrap;}
.top_header .company_name{cursor: default;font-size: 1.6rem;color: #fff;flex: 0 0 33.333%; text-align: left;line-height: 40px;}
.top_header p.middle_header{flex: 0 0 33.333%;text-align: center;font-size: 1.6rem;color: #fff;line-height: 40px;}
.top_header .top_info_1{flex: 0 0 33.333%;text-align: right;line-height: 38px;}
.top_header .top_info_1 p{font-size: 1.6rem;color: #fff;}

.navigation.search_negivation{background-color: #fff;border-top: 2px solid #000;border-bottom: 1px solid #000;}
.search_negivation .order_search{width: 250px;padding-top: 8px;}
.search_negivation .order_search input.input_text{margin-bottom: 0;box-shadow: 0px 1px 3px rgb(0 0 0 / 27%);height: 34px;}
.search_negivation .order_search input[type="button"]{top: 13px;}
.search_negivation .nav_options .has_menu a{color: #000!important;font-size: 15px;}
.search_negivation .nav_options .has_menu a.active {text-decoration: underline; color: var(--hover) !important;}
.search_negivation .nav_options{padding: 0;}

.navigation.bottom_tab_nav{background-color: #fff;border-bottom: none; border: none;}
.navigation.bottom_tab_nav .wrapper nav li a{color: #000 !important;font-size: 15px; padding: 17px 0px;}
.navigation.bottom_tab_nav .wrapper .nav_options .page_heading{color: #000!important;}

.mid_container .wrapper.add_product_order{height: auto !important;overflow: hidden;padding-top: 50px;margin-bottom: 20px;}
.main{max-width:1170px;width:100%;margin:0 auto;display:flex;}
.add_product_order .cus_left_list{    max-width: 264px!important; margin-top: 0 !important;flex: 0 0 264px;}
.add_product_order{display: flex;align-items: flex-start;}
.add_product_order .restrictEnterKey .cus_left_list {width: 100%;}
.product_img_bg_img{max-width: 100%;height: 116px;margin: 0 auto 20px;cursor: pointer;}
#produce_list{width: 100%;}

.my_order{max-width:216px; width:100%;background:#000;height:300px;}
.banner_veget_brand h2{font-size: 18px; margin: 0px;align-self: center;width: 100%; font-weight: 400;line-height: 25px;padding: 0px 20px;}
.banner_veget_brand h2 p{font-size: 18px; margin: 0px;align-self: center;width: 100%; font-weight: 400;line-height: 25px;}
.vegetable_brand{width: 100%;}
.select_your_fruit{display: flex;flex-wrap: wrap;margin-left:-10px;margin-right:-10px;}
.sibilings_fruit{flex: 0 0 auto;width: 25%;max-width: 100%;position:relative; padding-left:10px; padding-right:10px;margin-top:30px;}
/*.fruits_cat{border: 1px solid #ddd;text-align: center;box-shadow: 0 3px 5px rgb(0 0 0 / 30%);padding: 33px 5px 0 5px;border-radius: 4px;position:relative;margin-bottom: 5px; height: 100%;}*/
.fruits_cat{border: 1px solid #ddd;text-align: center;box-shadow: 0 3px 5px rgb(0 0 0 / 30%);padding: 33px 5px 0 5px;border-radius: 4px;position:relative;margin-bottom: 5px; height: 100%;}
.fruits_cat label{position:absolute;right: 5px;top: 5px;background: #db1515;padding: 0px 8px;border-radius: 20px;text-transform: uppercase;color: #fff;font-weight: 400;font-size: 12px;}
/*.sibilings_fruit h6{margin: 0px;font-size: 14px;font-weight: 400;margin-bottom: 5px;line-height: 18px; height: calc(100% - 232px);}*/
.sibilings_fruit h6{margin: 0px;font-size: 14px;font-weight: 400;margin-bottom: 5px;line-height: 18px; min-height: 54px;}
.sibilings_fruit input{width: 67px; border: 1px solid #ddd;height: 36px; border-radius: 6px;float: none;}
.sibilings_fruit span{display:block;line-height: 35px;margin-bottom: 10px;font-size: 14px;}
.select_page{display:flex; justify-content:space-between;padding-top:30px;align-items:center;}
.select_main{display:flex;align-items: center;}
.select_page select{width: 90px;margin-left: 10px;border: 1px solid #dddd;height: 30px;border-radius: 4px;color: #666;}
.page_flip ul{display:inline-flex;}
.page_flip ul li{list-style:none;padding-right: 15px;}
.page_flip ul li a{text-decoration:none;color:#000;cursor: pointer;}
.page_flip ul li a.active{color: var(--hover);}
.page_flip ul li a:active{color:#236edf;}
.sibilings_fruit span.inactive_item{width: 100%;height: 36px;border-radius: 6px;float: none;margin-bottom: 5px;}
.fruits_cat .add_product{position: absolute;top: 5px;right: 5px;width: 25px;height: 25px;border-radius: 50%;cursor: pointer;}
.fruits_cat .add_product_star{position: absolute;bottom: 5px;right: 5px;}
.fruits_cat .add_product label{line-height: 19px;margin: 0;font-size: 24px;color: #959595;background: transparent;position: static;padding: 0;cursor: pointer;}
.fruits_cat .add_product label.minus{    line-height: 18px;}
.fruits_cat .add_product label.plus{    line-height: 20px;}
.navigation.bottom_tab_nav .wrapper nav li a.active{text-decoration: underline;color: var(--hover) !important;}


.add-order-new .row .input_r .heading{font-weight: 700;}
.add-order-new .row .input_r .total{font-weight: 700;}
.add-order-new .row .input_r .heading span{float: right;}
.add-order-new .row .input_r .item {font-size: 12px;}
.add-order-new .row .input_r .item span{float: right; min-width: 22px;text-align: center; margin-left: 5px;}
.add-order-new button{width: 100%;border: none;height: 35px;font-size: 15px;}
.add-order-new {padding-right: 5px !important;}
.product_left_filter .restrictEnterKey{margin-right: 20px!important;    flex: 0 0 268px;}
.product_left_filter .cus_left_list .inner_cus_list {border: 1px solid #ebebeb;border-radius: 6px;overflow: hidden;box-shadow: 0 3px 5px rgb(0 0 0 / 30%);}
.product_left_filter .cus_left_list .input_r.my_order_hader label{font-size: 14px;color: #000;display: flex;align-items: center;justify-content: space-between;background: #ebebeb;padding: 10px;font-weight: 700;margin-bottom: 15px;}
.product_left_filter .cus_left_list .input_r{padding: 0px;margin: 0;}
.product_left_filter .cus_left_list .input_r label{display: flex;justify-content: space-between;padding: 6px 10px;color: #000;}
.product_left_filter .cus_left_list .add-order-new{padding-right: 0 !Important;}
.product_left_filter .cus_left_list .add-order-new{min-height: 300px;}
.product_left_filter .cus_left_list button.btn{width: 100%;margin-top: 15px;border: none;height: 36px;font-size: 14px;}
.product_left_filter .cus_left_list .input_r.total_amount_block label{display: block;font-size: 14px;font-weight: 700;}
.product_left_filter .cus_left_list .input_r.total_amount_block label span{font-size: 14px;}
.alert_msg_cart{    font-size: 12px;background-color: #366e9f;position: absolute;top: 5px;left: 4px;right: 4px; text-align: center;color: #fff;z-index: 99;border-radius: 4px;padding: 6px 0px;}





.reviewOrder {
	max-width: 100%;
	background-color: #fff;
	margin: 0;
	overflow: hidden;
	padding: 0px;
	color: #4c4e56;
	border-radius: 10px;
}

.reviewOrder label {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
}

.reviewOrder .heading h1 {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: red;font-size: 15px;height:16px;
}

.reviewOrder .payment {
	float: left;
	font-size: 18px;
	padding: 10px 0px;
	margin-top: 20px;
	position: relative;
	color: #000;
}

.reviewOrder .payment .form-group {
	float: left;
	margin-bottom: 15px;
}

.reviewOrder .payment .form-control {
	line-height: 40px;
	height: auto;
	padding: 0 16px;
}

.reviewOrder .owner {
	width: 63%;
	margin-right: 10px;
}

.reviewOrder .CVV {
	width: 33%;
	padding-left: 3%;
    padding-right: 3%;
}

.reviewOrder #card-number-field {
	width: 100%;
}

.reviewOrder #expiration-date {
	width: 49%;
}

.reviewOrder #credit_cards {
	width: 50%;
	margin-top: 25px;
	text-align: right;
}

.reviewOrder #pay-now {
	     width: 100%;
    margin: 0;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    height: 60px;
}
.reviewOrder #pay-now button{
	border: 0;
    margin: 3px;
    padding: 3px 0;
    border-radius: 4px;
}

.reviewOrder .payment .btn {
	width: 100%;
	height: 50px;
	font-size: 24px;
	margin-top: 3px;
}
.reviewOrder .payment .edit {
	width: 20%; 
	font-size: 14px;
	color: #fff;
	background-color: #a1a1a1;
}
.reviewOrder .payment .submit {
	width: 20%; 
	font-size: 14px;
	color: #fff;
	background-color: #000000;
}

.reviewOrder .payment .select {
	margin-right: 15px;
	width:42%;
	float:left;
}

.reviewOrder .payment select {
	padding: 10px;
}

.model-opner{
	position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1;
}
.fruits_cat .add_product{z-index: 2;}
.fruits_cat input[type=text].qty_input{position: relative; z-index: 2;}
.search_customer_portal_icon{top: 13px !important;}

.link-accrdian{display: flex; border: 1px solid #f1f1f1; box-shadow: 0 6px 3px -1px #939393; border-radius: 5px; margin-bottom: 15px; flex-wrap: wrap; width: calc(100% - 2px);border: 1px solid #939393;}
.link-accrdian:hover{box-shadow: 0 0 9px 1px #b5b5b5;}
.link-accrdian h3{font-size: 15px; line-height: 45px; color: #333333; padding:0 20px; position: relative; font-weight: 500; width:100%; cursor: pointer;}
.link-accrdian h3:after{content: ""; position: absolute; right: 20px; top: 17px; border: solid black;
  border-width: 0 2px 2px 0;display: inline-block; padding: 3px; transform: rotate(45deg);  -webkit-transform: rotate(45deg);}
.link-accrdian-ans{display: none;font-size: 16px; line-height: 20px; color: #545454; padding:0 20px 20px;padding-top: 15px;}
.link-accrdian.active .link-accrdian-ans{display: block;}
.remove_margin_top{margin-top: 0px;}
.link-accrdian.active h3:after{
	    -webkit-transform: rotate(225deg);
}
.edit-order-new{
	color: #000;
	font-weight: 700;
	font-size: 14px;
	float: right; 
}
.review-header {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    min-width: 80px;
    height: 28px;
    line-height: 26px;
    padding: 0 10px;
    border: 1px solid #000;
    border-radius: 4px;
    margin: 0 5px 0 0; 
    vertical-align: top;
    letter-spacing: 0.5px;
    font-size: 1.2rem;
    color: #fff;
}
.under-line{
	text-decoration: underline;
}
.under-line:hover{
	cursor: pointer;
	text-decoration: underline !important;
}
.gust-order-button-section{
    width: 100%;
    text-align: center;
}

.gust-order-button-section a{
	border: 0;
    margin: 3px;
    padding: 3px 0;
    border-radius: 4px;
    padding: 7px !important;
    width: 20%;
    font-size: 14px;
    color: #fff;
    background-color: #000000;
    min-width: 175px;
    display: inline-block;
}
.login_banner.coustom-input{
	width: 100%; height: auto; margin-bottom: 25px;
}
.image-header{
    width: 170px;
    text-align: center !important;
}
.remove_banner_image{
	/*float: right;*/
}
a.Default {
    color: #000;
}
.preview-contaner a{
	margin-left: 10px;
}
.table-container td.ck-edit-display-section, .table-container td.ck-edit-display-section p, .table-container td.ck-edit-display-section span, .table-container td.ck-edit-display-section label {font-size: unset;line-height: normal;}
.item-description h2.ck-edit-display-section, .item-description h2.ck-edit-display-section p, .item-description h2.ck-edit-display-section span, .item-description h2.ck-edit-display-section label {font-size: unset; line-height: normal;}
.color-picker-contener{max-width: 145px;text-align: center;padding: 0px 10px;}
.preview, .previewLogin{cursor: pointer;}
.color-picker-contener input[type="color"] {-webkit-appearance: none;border: 1px solid #000!important;border-radius: 4px;overflow: hidden;}
.color-picker-contener input[type="color"]::-webkit-color-swatch-wrapper {padding: 0;}
.color-picker-contener input[type="color"]::-webkit-color-swatch {border: none;}
.color-picker-contener span{position: relative;display: inline-block;width: 30px;height: 30px;}
.color-picker-contener span:before{content: '';position: absolute;bottom: 1px;right: 1px;background: url(../img/color-arrow.png) no-repeat center center/cover;width: 13px;height: 11px;border-radius: 0px 0px 4px 0px;pointer-events: none;}
.edit_client{border-top: 1px solid #ccc; }
.image_block{position: relative;}
.image_block img.remove_banner_image{position: absolute;right: 4px;cursor: pointer;top: 2px;}
.ck-edit-display-section.ck-edit-inner p, .ck-edit-display-section.ck-edit-inner p span{text-align: left !important;font-size: 1.2rem !important;background: transparent!important;color: #000!important;font-family: 'Open Sans', sans-serif !important;}
.item-slider .slick-list, .item-slider{border-radius: 8px;overflow: hidden;}
.item.banner_veget_brand{position: relative;}

.color_picker .sp-replacer.sp-light{margin: 0 auto;width: 30px;height: 30px;border: 1px solid #333;overflow: hidden;border-radius: 4px;display: block;}
.color_picker .sp-replacer.sp-light .sp-preview{}
.color_picker .sp-replacer.sp-light .sp-dd{top: auto;padding: 0px;line-height: initial;font-size: 0px;background: #fff url(../img/color-arrow.png) no-repeat center center/cover;width: 11px;height: 8px;}
.color_picker{max-width: 145px;text-align: center;padding: 0px 10px;}
.mt-38{margin-top: 38px;}
.banner_section_row{border-top: 1px solid #ccc; margin-top: 12px;padding-top: 18px;}
.payment-left-section{float: left; font-size: 14px;}
.payment-right-section{float: right; font-size: 14px;}
.payment-terms-cintion{text-decoration: none; font-size: 14px;}

/*popup custom*/

.popup_custom{display: none;position: fixed;top: 0;left: 0;right: 0;height: 100%;background: rgb(0 0 0 / 70%);z-index: 9;overflow-y: scroll;}
.popup_custom .popup_content{max-width: calc(1170px - 310px);width: 100%;left: 50%;transform: translateX(calc(-50% + 143px));border: 1px solid #000;border-radius: 5px;background: #fff;z-index: 11;text-align: left;position: absolute;top: 150px;height: auto;}
.popup_custom .popup_content .preview-pop-in {text-align: center;width: 100%;border: none;border-radius: 3px 3px 0 0;border-bottom: 1px solid #000;padding: 5px 0;line-height: 26px;letter-spacing: 0.5px;font-size: 1.2rem;color: #fff;}
.popup_custom .popup_content .clost_terms_style {line-height: 9px;position: absolute;right: 1px;text-align: center;top: 3px;font-weight: bold;background: transparent;border: 1px solid #fff;border-radius: 3px;width: 20px;height: 20px;padding: 3px;margin: 5px 10px 0 0;font-size: 2.1rem;}
.popup_custom .popup_content .close_link_new{line-height: 9px;position: absolute;right: 1px;text-align: center;top: 3px;font-weight: bold;background: transparent;border: 1px solid #fff;border-radius: 3px;width: 20px;height: 20px;padding: 3px;margin: 5px 10px 0 0;font-size: 2.1rem; }
.popup_custom .popup_content.item_popup .close_link_new{border: 1px solid #333;}
.popup_custom .popup_content.item_popup .preview-pop-in{border-bottom: none;}
.popup_custom .popup_content.item_popup{border: none; width: 40%;}
.popup_custom .popup_content.registration{max-width: 700px;left: 50%;transform: translate(-50%, -50%);top: 50%;}
.popup_custom .popup_content.registration .customUser{width: 100%;padding-left: 20px}
/*popup custom*/

.term_text{padding: 15px;}
.term_text p, .term_text p strong, .term_text ul li{font-size: 14px;line-height: 24px;position: relative;}
.term_text ul{list-style-type: none;}
.term_text ul li{padding-left: 15px;}
.term_text ul li:before{content: '';width: 6px;height: 6px;background: #000;position: absolute;top: 10px;left: 0;border-radius: 50%;}
.dot-style{
    list-style-type: disc outside;
}

#all_uploaded_image{display: flex;flex-wrap: wrap;width: 100%;}
#all_uploaded_image .RetailFeatureImage{width: calc((100% - 75px) / 4); margin-right: 25px;}
#all_uploaded_image .RetailFeatureImage:nth-child(4n + 4){margin-right: 0;}
#all_uploaded_image .RetailFeatureImage .coustom-input{width: 100%;overflow: hidden;}


.upload-container {
	position: relative;
    border: 1px solid #92b0b3;
    background: #f1f1f1;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
       padding: 135px 0px;
    text-align: center !important;
}
 
.upload-container input{
    opacity: 0;
        position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
 
.upload-container:before {
    position: absolute;
    content: " Click here to select images Or drag & drop images/.zip file here ";
    color: #3f8188;
    font-weight: 900;
    left: 50%;
    top: 70px;
    transform: translate(-50%, -50%);
}

#all_uploaded_image .RetailFeatureImage .coustom-input label{cursor: auto;}
.remove_item_iage{    position: absolute;
    right: 10px;top: 10px;background: #fff;padding: 3px;border-radius: 2px;cursor: pointer; z-index: 99;}
    .remove_item_iage_left{position: absolute;left: 10px;top: 10px;background: #fff;padding: 3px; border-radius: 2px;cursor: pointer;z-index: 99;}

.select_outlet a{font-size: 1.6rem;color: #fff;line-height: 40px;padding-right: 1px}
.select_outlet a:hover{text-decoration: none;}
.select_outlet{position: relative;}
.select_outlet .outlet_options{display: none;position: absolute;top: 105%;right: 0px;background: var(--header);z-index: 99;border-radius: 0px 0px 6px 6px;}
.select_outlet .outlet_options a{display: block;padding: 0px 10px;line-height: 24px;}
.select_outlet .outlet_options a:hover{text-decoration: none;color: var(--hover);}
.select_outlet .outlet_options .change_outlet_option.active{color: var(--hover);}
.RetailFeatureImage .row.sng{padding-right: 0;}
.upload_image_name {text-decoration: none !important;}

.after-text{position: absolute; left: 50%; bottom: 40px; width: 100%; transform: translateX(-50%); color: #ff0000; font-size: 13px; line-height: 16px; z-index: 99;}
.upload-multiple-checkbox .chck_cont, .upload-multiple-checkbox .chck_cont .radio_label{float: none;}
.upload-only-item-image .plus-icon{width: auto;} 
.upload-only-item-image .coustom-input small{position: absolute; left: 0; width: 100%; bottom: -20px;}
.parent_large_image{position: relative;}
.parent_thumb_image{position: relative;}
.fileupload-name{position: absolute;left: 85px;top: 0;color: #2898a1;background: #fff;line-height: 19px; width: calc(100% - 140px); white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}

.customer-default-imagege-content{
	display: flex;
    align-items: center;
    padding: 20px 10px 0 0;
}
.customer-default-imagege-left span{
	width: 100%;
	display: block;
	color: #333;
	font-weight: 700;
}
.customer-default-imagege-left input{margin: 5px 0;}
.customer-default-imagege-left label{ 
	color: #333;
	font-weight: 700;
}
.customer-default-imagege{
	width: 180px;
    border: 1px solid #2898a1;
    text-align: center;
} 
.order_comment_paperless_status{cursor: pointer; }
/*.order_comment_paperless_status:hover{z-index: 1;}*/
/*.order_comment_paperless_status:after{ content: "click to hide complete comment"; z-index: 9; position: absolute; left: 50%; top: calc(100% + 2px); background: #fff; padding:2px 7px; color: #000; transform: translateX(-50%);white-space: nowrap; border: 1px solid #000;}
*/.order_comment_paperless_status.paperless_ellipsis{ width: 200px; display: block; text-overflow: ellipsis;
    white-space: nowrap; overflow: hidden;}
/*.order_comment_paperless_status.paperless_ellipsis:after{ content: "click to see complete comment"; }
*/.order_comment_paperless_status.paperless_ellipsis.pending_packing{ width: 270px; display: block; text-overflow: ellipsis;
    white-space: nowrap; overflow: hidden;}

.packer_wrapper{padding: 10px 0 40px; border: 2px solid #000; border-width: 1px 0 1px 0;}
.packer_report{padding: 10px 5%; width: 100%;display: flex; align-items: flex-end;}
.packer_report input{margin-bottom: 0;}
.packer_name{display: flex; width: calc(100% - 605px);flex-wrap: wrap;}
.packer_name label{margin-bottom: 5px;}
.packer_report .select_a_date{padding: 0 40px; display: flex;flex-wrap: wrap;width: 345px;}
.packer_report .select_a_date .label_block{margin-bottom: 5px;}
.packer_report .select_a_date .packer_date{display: flex;}
.packer_report .select_a_date .packer_date span{padding: 0 15px;line-height: 28px;}
.packer_exporter{display: flex; align-items: flex-end; width: 180px; }
.packer_exporter a{display: flex;justify-content: center; margin-left: 15px; align-items: center;}
.packer_exporter a:first-child{margin-left: 0;}
.packer_exporter a img{margin-bottom: -4px;}

.packer_comment_readonly, .item_comment_readonly, .packer_status_readonly{color: #2797a0;}

.view-order-packer-report{cursor: pointer;text-decoration: none !important}
.order_count_bin_location{
	width: 70px !important;
	text-align: center;
	background: #f1f1f1 !important;
	margin-bottom: 0px !important;
}
.order_count_bin_location.order_count_bin_location_checked{
	background: #fff !important;
}
.bin_location_cus_top{
	width:100% !important;padding-right: 0px;margin-bottom: 0px;
}
.bin_location_cus_top .row{    display: flex; margin-bottom: 10px;
    justify-content: space-between; align-items: flex-end;    padding-right: 35px;}
.bin_location_cus_top.cus_left_list .input_r { width:auto; margin-bottom: 0;}
.bin_location_cus_top.cus_left_list .input_r input{margin-bottom: 0;}
.bin_location_cus_top.cus_left_list .input_r .label_block{margin-bottom: 3px;}
.not_alloted{ cursor: pointer;color: #2797a0; }
tbody .not_assigned{text-decoration: none;cursor: pointer;}

.bt_combine .bt_item_name #add_cmnt_new{font-size: 19px; vertical-align: bottom;  padding-right: 4px;font-weight: bold;text-decoration: none;cursor: pointer;}
#InventoryIndexUnitForm .order_search{float: left !important;}
#InventoryIndexUnitForm .unit_price_import_export_btn{float: right;}
#EditUnitPriceForm .item_name{color: #2898a1;}

/*30-09-2022*/
.arrow_collapse a{display: flex;max-width: 18px;margin-left: 12px;height: 20px;align-items: center;justify-content: center;}
/* .table_toogle{display:none;} */
.arrow_collapse.arrow_up a{transform: rotate(180deg);opacity: 0.5;}
.holiday_datepicker_colour > .ui-state-default {
	background: #3e3c3a !important;
    border: 1px solid #3e3c3a;
    color: white;
}


.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #366ea0 !important;
    box-shadow: #366ea0 0 1px 3px 0 inset  !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    background: #366ea0 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #f9f9f9 !important;
    background: #366ea0 !important;
}

@media(max-width:1350px){
	.manage_categories_height.with_retail_feature {
		max-height: calc(100vh - 550px);
	}
}


.measQtyCount{
	position: absolute;
    top: 5px;
    left: 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    color: red;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
