*{
	-webkit-touch-callout: none; /* iOS Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}

html * {
	max-height:1000000px;
}

.bar{
	display:block;
}
.bar_mobile {
	display:none;
}
.filters{
	display:block;
	top:140px;
	left:60px;
	width:calc(100% - 120px);
	position:absolute;
}

#orders_table_wrapper,
#suppliers_table_wrapper,
#staff_table_wrapper,
#buyer_table_wrapper{
	display:block !important;
	top:300px !important;
	left:60px !important;
	width:calc(100% - 120px) !important;
	position:absolute !important;
	height:calc(100% - 400px) !important;
}
#orders_status_supplier_wrapper{
	top:170px !important;
	display:block !important;
	left:60px !important;
	width:calc(100% - 120px) !important;
	position:absolute !important;
	height:calc(100% - 400px) !important;
}
#order_details_table_wrapper > div.dt-layout-row.dt-layout-table > div > div > div.dt-scroll-head > div,
#order_details_table_wrapper > div.dt-layout-row.dt-layout-table > div > div > div.dt-scroll-head > div > table{
	width:100% !important;
}

#tableSummary > thead,
#orders_table > thead,
#suppliers_table > thead,
#staff_table > thead,
#buyer_table > thead,
#orders_status_supplier > thead,
#orders_status > thead{
	top: -36px !important;
	position: relative;
}
#tableSummary > tbody,
#orders_table > tbody,
#suppliers_table > tbody,
#staff_table > tbody,
#buyer_table > tbody,
#orders_status_supplier > tbody,
#orders_status > tbody{
	top: -36px;
	position: relative;
} 
	
.data_table{
	width:100% !important;
}

.dt-layout-row>div.dt-layout-cell.dt-end > div > button.dt-paging-button.current{
	background:#007074 !important;
	color:white !important;
}

.data_table>thead tr th{
	border-right:1px solid white;
}
.data_table>thead tr th:last-child{
	border-right:0;
}
.data_table>tbody tr td{
	border-right:1px solid rgba(0, 0, 0, 0.3);
}
.data_table>tbody tr td:first-child{
	border-left:1px solid rgba(0, 0, 0, 0.3);
}

.data_table>thead>tr,
.dataTable>thead>tr{
	color:white;
	background: #007074;
	font-size: 0.9rem;
}
.dt-input {
    background: white !important;
    border-radius: 15px !important;
}
.columns {
    display: inline-block;
	vertical-align: middle;
}

.columns.column_1 {
	width:1000px;
	position:relative;
}

.columns.column_2 {
    width: 220px;
	position: absolute;
	top:0;
	/* margin: 0 80px; */
}
.columns.column_2 .halfpage{
	display:inline-block;
	width: 50%;
	text-align:center;
	position:relative;
}

.columns.column_2 .halfpage>i{
	font-size:50px;
}

/* .quarter_page {
    display: inline-block;
    width: 25%;
	position: relative;
} */

.quarter_page {
    /* display: inline-flex; */
    /* width: 25%; */
	/* position: relative; */
	/* justify-content: space-between; */
	/* padding-right: 1rem; */
    display: inline-block;
    width: 25%;
    position: relative;
}
.fifth_page {
    display: inline-block;
    width: 20%;
    position: relative;
	vertical-align: top;
}

.quarter_page>.label,
.fifth_page>.label {
    color: white;
    background: #007074;
    width: calc(100% - 5px);
    text-align: center;
    padding: 6px 0;
}
.quarter_page>.select_container,
.fifth_page>.select_container,
.quarter_page>input,
.fifth_page>input {
	background: white !important;
    width: calc(100% - 5px) !important;
    padding: 5px 0 !important;
	height: unset !important;
	border: none !important;
    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.45);
}
.quarter_page>input,
.fifth_page>input {
	height: 35px !important;
}
div.dt-layout-row.dt-layout-table > div > div{
    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.45);
	border-bottom-left-radius:30px;
}
div.dt-layout-row.dt-layout-table > div > div > div.dt-scroll-body{
	border-bottom-left-radius:30px;
	overflow: hidden auto !important;
}

button.dt-paging-button {
    background: white !important;
    border-radius: 50% !important;
    border: none !important;
}
select{
	background: transparent;
	width: 80px;
	padding: 5px;
	border: 0;
	border-radius: 0;
	height: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

.select_container_xl{
	width: 120px;
}

.select_container{
	background: url("../img/icons/arrow2.png") no-repeat right #ffffff;
	border: 1px solid #000;
	width: fit-content;
	height: 25px;
	overflow: hidden;
	background-size: contain;
}

/* .row_filter{ */
	/* display:flex; */
	/* justify-content:space-between; */
/* } */
 
.filters>.column_1 .row_filter .quarter_page>.select_container{
	 display:inline-block;
	 vertical-align:middle;
}
 
.order_total{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 26px;
}
 
.send_report{
	top: 0;
    position: absolute;
    right: 0;
}

.lightbox{
    display: block;
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.lightbox_element{
    background: white;
    position: fixed;
    width: calc(100% - 790px);
    height: calc(100% - 320px);
    left: 505px;
    top: 147px;
	padding: 1rem 1rem 1rem 0.5rem;
}

.lightbox_element {
	
	background:  ;
	position : fixed;
	width : 1130px;
	height: 735px;
	left : calc(50% - 565px);
	top : calc(50% - 380px);
	padding :  1rem 1rem 1rem 0.5rem;
	background: -webkit-linear-gradient(180deg, rgba(200, 200, 200, 1) 0%, rgb(129 188 180) 100%);
    background: linear-gradient(180deg, rgba(200, 200, 200, 1) 0%, rgb(129 188 180) 100%);
   }

   .lightbox_content{
	display: flex;
	justify-content: space-around;
	width: 100%;
    /* height: calc(100% - 60px); */
	/* height: 780px; */
    top: 45px;
    position: absolute;
}

.lightbox_data{
	width: 220px;
    text-align: right;
    position: absolute;
    left: 11.5px;
    top: 55px;
    margin-left: 0;
	position: absolute;
    top: 0 !important;
    margin-top: 80px;
    color: white;
}

.close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 20px;
    cursor: pointer;
	z-index: 9;
}


.order_id{
  font-size: 1.4rem;
  padding-bottom: 2rem;
}

.order_data{
	position: absolute;
    top: 0 !important;
    left: 0;
    width: 420px;
    height: 100%;
    border-right: solid 1px lightgray;
    text-align: right;
}

.order_details{
	position: absolute;
    right: 0;
    width: 838px;
    padding: 0 1.5rem 0 1.5rem;
    top: 0 !important;
    padding-top: 80px;
    height: calc(100% - 80px);
    border-bottom-left-radius: 290px;
    background: linear-gradient(180deg, rgba(200, 200, 200, 1) 0%, rgb(129 188 180) 100%)
}

.lente_details{
	width:20px;
}

.csv_img,
.pdf_img{
	width:60px;
}
.halfpage{
	display: block;
	position: absolute;
	width: 50%;
	height: calc(100% - 100px);
}
.sx{
	top: 100px;
	left: 0;
}
.dx{
	top: 100px;
	right: 0;
}

body>div.frame>div.content>div>div.halfpage.sx>div.title{
	font-size:32px;
}

body>div.frame>div.content>div>div.halfpage.sx>img.logo{
	width: 165px;
	margin: 50px 0px;
}

body>div.frame>div.content>div>div.halfpage.sx>div.description{
	font-size:16px;
	text-align:justify;
}

body>div.frame>div.content>div>div.halfpage.dx>img.img{
	width: 100%;
	object-fit: cover;
	left:0;
}

body > div.frame > div.content > div.container_supplier > a.all_products{
	position: absolute;
    bottom: 20px;
	left:40px;
	cursor:pointer;
	text-decoration:none;
	color:black;
}

body > div.frame > div.content > div.container_supplier > div.halfpage.sx{
	height: calc(100% - 160px);
    top: 160px;
    padding: 0 40px;
    width: calc(50% - 80px);
}

table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc, table.dataTable thead > tr > td.dt-orderable-asc, table.dataTable thead > tr > td.dt-orderable-desc,
div.dt-container.dt-empty-footer tbody > tr:last-child{
	border:none !important;
}

.bold{
	padding-top: 3px;
}

.products_container{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.product_icon{
	width: 100px;
	filter: invert(1);
    position: relative;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
}

.product {
    height: 160px;
    width: calc(100% / 7);
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    width: 160px;
    margin: 12px 36px;
    box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.45);
    vertical-align: top;
	position:relative;
}

.products_container>.bar {
    position: absolute;
    top: 190px;
    width: 100%;
    height: 40px;
    box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.45);
	font-size: 18px;
}
.product:hover:not(.active)
/* , .purchase_button:hover  */
{
	box-shadow: 0 0 0 0 rgba(0,0,0,0.45);
	top:5px;
}

.products_container>.category_carousel{
	height: 190px;
    width: 100%;
    overflow-x: auto;
}
.products_container>.bar>.category_name{
	position: absolute;
    left: 36px;
    top: calc(50% - 8px);
}

.products_container>.bar>.category_filter {
    position: absolute;
    top: calc(50% - 11px);
    left: calc(50% - 75px);
}

.products_container>.content{
	position: relative;
    top: 80px;
    height: 660px;
    padding: 0 110px;
}

.products_container>.content>.product-content{
	column-count: auto;
	column-width: 415px;
	column-fill: auto;
	height: 100%;
	width: auto;
	overflow-x: auto;
	column-gap:20px;
	padding-bottom: 7px;
}
.products_container>.content>.product-content:not(.active){
	display:none;
}

.products_container>.content>.product-content .product_col {
    position: relative;
    left: 0;
    display: block;
}
.products_container>.content>.product-content .product-title {
    text-transform: uppercase;
    background-color: red;
    color: #fff;
    padding: 10.5px .75rem;
}
.products_container>.content>.product-content ul.product_list {
    margin: 0;
    list-style: none;
    margin-top: 1rem;
    display: block;
	padding: 0;
}
.products_container>.content>.product-content ul.product_list li.product_item {
    margin: 12px 0;
	font-size: 18px;
}
.products_container>.content>.product-content input.qt_product {
    width: 40px;
}
.purchase_list{
	margin-bottom: 35px;
	padding: 0;
	list-style: none;
	margin-top: 65px;
	text-align: right;
	width: 100%;
	position: absolute;
	top: 380px;
	left: 25px;
	width: calc(100% - 53px);
	font-size: 18px;
	line-height: 1.7;
}

.purchase_button{
    padding: 0.5rem 1rem;
    /* font-size: 1.5rem; */
    text-transform: uppercase;
    text-align: center;
    background-color: #858585;
    color: white;
    border-radius: 32px;
    width: 130px;
    cursor: pointer;
    position: absolute;
    top: 550px;
    left: calc(50% - 81px);
	cursor:pointer;
}
.empty_cart.mobile,
.in_cart_filter.mobile,
.purchase_button.mobile{
	display:none;
}
.products_container>.bar.mobile{
	display:none;
}
/* .purchase_button:hover{ */
	/* opacity:0.5; */
/* } */

.in_cart_filter,
.empty_cart{
    position: absolute;
    left: 30px;
    top: 610px;
    width: 100%;
    text-align: left;
	cursor:pointer;
}

.in_cart_filter.active>.filter_cart{
	color:#666 !important;
}

.save_profile_btn {
    color: white;
    background: #007074;
    cursor: pointer;
    border: none !important;
    border-radius: 24px !important;
    background-color: rgb(52, 170, 222);
    color: white;
    outline: none !important;
    transition: 0.3s all;
    position: relative;
    z-index: 5;
    letter-spacing: 3px;
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.45);
}

button.form-control.save_profile_btn:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.45);
    top: 5px;
} 

input.select_filter_count::-webkit-calendar-picker-indicator{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  color: transparent;
  background: transparent;
}

.btn_ys.mobile,
.port_list.mobile,
.title_mobile{
	display:none;
}

.container_delivery_type{
	position: relative;
    display: inline-block;
    width: 50%;
    font-size: 21px;
    vertical-align: top;
    top: 70px;
}

.delivery_data{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 17px;
    margin-top: 20px;
    position: absolute;
}

.port_name{
	display:none;
}

.bar_mobile>.logo_text{
	display:block;
}

.step_list.mobile{
	display:none;
}


#order_details_table > thead{
	display:none;
}

.new_card_bg{
	display:block;
}
.new_card_bg.mobile{
	display:none;
}

table th, table td {
    padding: 5px !important;
    width: 0px !important;
}
table th{
    text-align: left !important;
}

#order_details_table_wrapper table th, #order_details_table_wrapper  table td,
#suppliers_table_wrapper table th, #suppliers_table_wrapper  table td,
#staff_table_wrapper table th, #staff_table_wrapper table td {
	min-width:120px;
}
/* #order_details_table_wrapper table th[tabindex="0"], #order_details_table_wrapper  table td[tabindex="0"], */
/* #staff_table_wrapper table th[tabindex="0"],#staff_table_wrapper table td[tabindex="0"] { */
    /* min-width: 40px; */
    /* max-width: 50px !important; */
    /* width: 40px !important; */
/* } */

/* #order_details_table_wrapper > div.dt-layout-row.dt-layout-table > div > div > div.dt-scroll-head > div > table > thead > tr > th.dt-type-numeric.dt-orderable-asc.dt-orderable-desc.dt-ordering-asc, */
/* #order_details_table_wrapper  table td[tabindex="0"]{ */
	/* max-width: 50px !important; */
    /* min-width: 40px !important; */
/* } */
/* #order_details_table_wrapper{ */
	/* overflow-x:auto; */
/* } */