/*-------------------
	0) General Rulas
-------------------*/
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');

html {
    font-size: 0.75em; 
    -webkit-text-size-adjust: 0.75em; 
    -ms-text-size-adjust: 0.75em;
}

* {
	margin: 0;
	padding: 0;
	max-height: 1000000px;
	box-sizing: border-box;
}
*:before, *:after {
	box-sizing: border-box;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
	margin: 0 0 14px;
}
ul{
	margin-left: 50px;
}
ol{
	margin-left: 67px;
}
ul{
	list-style: disc;
}
html, body, div, span, applet, embed, object, iframe, frameset, p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center, h1, h2, h3, h4, h5, h6, b, strong, big, u, ins, i, cite, em, var, dfn, address, s, strike, del, dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt, fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0;
	background: none;
}
body {
	min-width: 320px;
	color: #444;
	font: 14px/1.2 'Ubuntu', Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}
a {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
a:hover {
	text-decoration: none;
}
a:active {
	background-color: transparent;
}
form {
	margin: 0;
}
input, textarea, select {
	font-size: 1.17em;
	vertical-align: middle;
	overflow: auto;
	width: 100%;
	height: 35px;
	border: 1px solid #cbcbcb;
	color: #808896;
	padding: 2px 10px;
    outline: none;
}
input:focus, 
textarea:focus, 
select:focus{
    background-color: #f9f9f9;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
label {
	vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
p {
	margin-bottom: 10px;
}
a {
	outline: none !important;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	margin: 5px 0;
	padding: 0;
}
h1 {
    font-size: 2em;
    font-weight: 600;
    margin: 0 0 10px
}

h2 {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 10px;
	color:#005591;
}

h3 {
    font-size: 1.17em;
    font-weight: 600;
    margin: 0 0 10px
}

h4 {
    font-size: 1em;
    font-weight: 600;
    margin: 0 0 10px
}

h5 {
    font-size: 0.83em;
    font-weight: 600;
    margin: 0 0 10px
}

h6 {
    font-size: 0.75em;
    font-weight: 600;
    margin: 0 0 10px
}
input::-webkit-input-placeholder {
    color: #808896;
    opacity: 1;
}
input::-moz-placeholder { 
    color: #808896;
    opacity: 1;
}
input:-ms-input-placeholder {
    color: #808896;
    opacity: 1;
}
input:-moz-placeholder { 
    color: #808896;
    opacity: 1;
}
input.btn.export-csv {
	float:right;
	width:auto;
}
.btn.export-bft {
	float:right;
	width:auto;
	margin-right:20px;
}
.btn{
	box-sizing: initial !important;
	background: #ff6f00;
    color: #ffffff;
	border:none;
	box-shadow:none;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    text-transform: uppercase;
	text-align: center;
	display:inline-block;
	vertical-align: top;
	cursor: pointer;
	text-decoration: none;
	margin-bottom:20px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn:hover{
    opacity: 0.8;
    text-decoration: none;
}

/*----------------------------------
	1 ) Global Sections  and Styles
------------------------------------*/
#wrapper {
	overflow: hidden;
	position: relative;
}
.container{
    max-width: 1500px;
    padding: 0 15px;
    margin: 0 auto;
	position:relative;
}
#header{
    text-align: center;
    color: #fff;
    padding:30px 0; 
    background: #ff6f00;
}
#header h1{
    margin: 0;
	color:#fff;
}
#header h1 a{
	color:#fff;
}
#main{
	padding:0;
}
.top-pad{
	padding:60px 0;
	overflow:hidden;
	width: 100%;
}
.top-pad.st{
	padding: 50px 0 60px;
}
table::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
table::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
table::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: medium none;
	vertical-align: middle;
	width:100%;
	font-size:14px;
}
table.stTable {
	height: 1000px;
    overflow-y: scroll;
    display: block;
	border-top: 1px solid #ebeaeb;
	border-bottom: 1px solid #ebeaeb;
}
table.stTable .ordered-products {
	overflow:hidden;
	max-height:18px;
}
table.stTable .ordered-products:hover {
	overflow:visible;
	max-height:100%;
}
table th {
	border: 0;
	padding: 10px;
	text-align: left;
}
table td {
	padding: 0px 10px;
    color: #444444;
	text-align: left;
}
table td a{
	padding:10px;
	color:#444444;
	display:block;
}
.top-pad.st .container {
	max-width: 1710px;
}
.top-pad.st .heading {
	margin-bottom: 50px;
}
.stTable td {
	padding: 10px;
}
.stTable td a{
	padding: 0;
}
.stTable tfoot td {
	font-weight: 700;
	border: none;
}
.stTable th:nth-child(3),.stTable td:nth-child(3),
.stTable th:nth-child(4),.stTable td:nth-child(4),
.stTable th:nth-child(6),.stTable td:nth-child(6),
.stTable th:nth-child(7), .stTable td:nth-child(7),
.stTable th:nth-child(13), .stTable td:nth-child(13) {
	min-width: 120px;
	max-width: 120px;
}
.stTable th:nth-child(14) {
	min-width: 200px;
	max-width: 200px;
}
.stTable thead,
.stTable tfoot {
	background: #E5E5E5;
	border-right: 1px solid #dddddd;
	position: sticky;
    top: 0;
	z-index: 1;
}
.stTable tfoot {
	bottom:0;
}
.st-holders>div:first-child{
	width: 30%;
}
.st-holders .filter-row {
	display: flex;
	align-items: end;
	gap:20px;
	padding-bottom: 20px;
}
.st-holders .st-con-filter-holder,
.st-holders .st-bran-filter-holder {
	width: 20%;
	margin:0;
}
.st-holders .st-bran-filter-holder.checkbox-holder input {
	width: 50px;
}
.st-holders .st-date-filter-holder {
	margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.st-holders .filter {
	display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}
.st-search-holder {
	width: 100%;
    margin-bottom: 20px;
}
.st-search-holder .input-holder {
	display: flex;
    gap: 10px;
}
.st-search-holder .input-holder input.btn{
	width:100%;
	opacity: 0;
    visibility: hidden;
}
.st-search-holder .input-holder input.btn.visible {
    opacity: 1;
    visibility: visible;
}
.filter-title {
    text-align: left;
    font-weight: 700;
    font-size: 19px;
    vertical-align: top;
    width: 300px;
    margin: 30px 0 20px;
}
.st-con-filter-holder {
	margin-right: 5px;
}
.st-date-filter-holder{
	margin-right: 17px;
}
.st-search-holder label,
.st-holders .filter-row label {
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
	font-size: 14px;
}
.st-holders .filter-row select,
.st-holders .filter-row input[type='text'],
.st-holders .filter-row ul.chosen-choices {
	width: 100%;
    border: 1px solid #444444;
    padding: 0 0 0 10px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
	overflow: auto;
}
.st-date-filter-holder > div{
	display: flex;
	align-items: center;
	gap: 20px;
}
.st-date-filter-holder .dateinput .row{
	width:50%
}
#st_date_start{
	margin-right: 9px;
}
.st-date-filter-holder label{
	margin: 0 10px 5px 5px;
	font-weight: 700;
}
.st-date-filter-holder p{
	font-weight: 700;
	font-size: 17px;
	margin: 0 7px 3px 0;
	letter-spacing: 0.5px;
}
.datechoose {
	margin: 0 0 20px 5px;
}
.datechoose .row{
	display: flex;
    align-items: center;
    gap: 5px;
}
.datechoose .row input[type='radio'],
.order_status input[type='radio'] {
	height: 18px;
    width: 18px;
    margin-bottom: 5px;
}
.order_status label{
	color: #000;
}
.order_status label:first-child {
	margin: 0 15px 0 0;
}
.st-holders .btn {
	margin-bottom: 0;
	height: 36px;
    line-height: 35px;
	vertical-align: baseline;
	width: auto;
}
.stTable .sort{
	position: relative;
    cursor: pointer;
    background: #ff6f00;
    padding-right: 20px;
	color: #fff;
}
.stTable th.asc::after {
    content: "↓";
    font-size: 22px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 40%;
    transform: translateY(-40%);
    margin: 0px 0px 0px 10px;
}
.stTable th.desc::after {
    content: "↑";
    font-size: 22px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 40%;
    transform: translateY(-40%);
    margin: 0px 0px 0px 10px;
}
table tbody tr:hover a,
table tbody tr:hover td{
	color:#fff;
}
table td:first-child {
	width:88px;
}
table.sms-markt td:nth-child(2){
	width:300px;
}
table.sms-markt td:nth-child(3){
	width:700px;
}
table.sms-markt td:nth-child(3) textarea{
	height:50px;
	min-height:50px;
	max-height:50px;
	width:680px;
	max-width:680px;
	min-width:680px;
}
table.sms-markt td:nth-child(4) {
	text-align:center;
	padding: 10px;
}
table.sms-markt td:nth-child(4) a,
table.sms-markt td:nth-child(4) input.btn {
	margin: 0 5px;
	width:auto;
}
table.sms-markt td:nth-child(4) a:hover,
table.sms-markt td:nth-child(4) input.btn:hover {
	background-color:#fff;
	color:#444444;
}
table tbody tr:hover,
table tbody a:hover {
	background:#696969;
}
td, th {
    border: 1px solid #dddddd;
}
#main h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 30px 0;
	color:#444444;
	position:relative;
}
#main .top-title{
	float:left;
}
.top-btns {
	position:absolute;
	top:0;
	right:0;
}
.top-btns a {
	margin-left:8px;
}
#main .order h2:after {
	content:"";
	background:#444444;
	width:100%;
	height:1px;
	position:absolute;
	top:12px;
	margin-left:10px;
}
.details-holder{
	margin-bottom: 40px;
    padding: 0 0 40px;
	border-bottom:1px solid #444444;
}
.details-holder:last-child{
	border:none;
	margin-bottom:0 !important;
}
.details-holder.order {
    overflow: hidden;
	margin-bottom:50px;
}
.details-holder.order table {
    margin:0 auto;
	width:99.7%;
}
.details-holder.order table tr.hide{
	display:none;
}
.details-holder.order .row{
	margin-top:15px;
}
.details-holder.order span{
	display:inline-block;
	width:8%;
	font-weight:600;
}
.two-column{
	margin:0 -15px;
}
.two-column:after{
	content:"";
	clear:both;
	display:block;
}
.two-column .col{
	width:50%;
	display:inline-block;
	vertical-align:top;
	margin-right:-4px;
	padding:0 15px;
}
.br-holder{
	border:1px solid #444444;
	padding:20px 20px 5px;
	position:relative;
}
.two-column .col .row-holder{
	overflow:hidden;
	margin:0 -10px;
}
#main .br-holder > h2 {
    background: #ffffff none repeat scroll 0 0;
    left: 10px;
    padding: 0 10px;
    position: absolute;
    top: -14px;
    z-index: 9999;
}
.two-column .col .row {
    display: inline-block;
    margin-right: -4px;
    padding: 0 10px;
    vertical-align: top;
    width: 50%;
	margin-bottom:15px;
}
.two-column .col cite{
	font-style:normal;
	padding:10px;
	border:1px dotted #FF0A0A;
	display:block;
	height:39px;
}
table tbody tr.hide:hover,
table tbody tr.hide a:hover {
	background:#fff;
}
.extended-date {
    background: #f2f2f2;
    padding: 30px 20px;
}
.extended-date .row:first-child{
	margin-top:0;
}
.extended-date .three-col{
	overflow:hidden;
	margin:0 -10px;
}
.extended-date .three-col .col{
	width:33.333%;
	margin-right:-4px;
	vertical-align:top;
	display:inline-block;
	margin-bottom:15px;
	padding:0 10px;
}
.details-holder span.title,
.extended-date .col span.title {
    display: block;
    margin-bottom: 5px;
    width: 100%;
	font-size:12px;
	font-weight:600;
}
.extended-date .col cite{
	font-style:normal;
	padding:10px;
	border:1px dotted #FF0A0A;
	display:block;
	height:39px;
}
.filters{
	margin-bottom:30px;
}
.filters h2{
	margin-bottom:45px !important;
}
.filters .two-col{
	margin:0 -30px;
	clear:both;
}
.filters .two-col .right-col{
	display:inline-block;
	vertical-align:top;
	width:30%;
	margin-right:-4px;
	padding:0 30px;
}
.filters .two-col .left-col{
	display:inline-block;
	vertical-align:top;
	width:70%;
	margin-right:-4px;
	padding:0 30px;
}
.filters input,
.filters .input{
	width:100%;
	border:1px solid #444444;
	padding:0 10px;
	height:40px;
	line-height:40px;
	font-size:14px;
}
.filters .right-col .two-column{
	margin:0 -5px;
}
.filters .right-col .colum-left{
	display:inline-block;
	vertical-align:middle;
	width:73%;
	margin-right:-4px;
	padding:0 5px;
}
.filters .right-col .column-right{
	display:inline-block;
	vertical-align:middle;
	width:28%;
	margin-right:-4px;
	padding:0 5px;
}
.filters .right-col .column-right .btn{
	border:none;
	margin: 20px 0 0;
	padding:0;
}
.filters .two-col:after{
	content:"";
	display:block;
	clear:both;
}
.filters  .four-col {
    margin: 0 -5px;
}
.filters .four-col .col{
	width:29%;
	display:inline-block;
	vertical-align:top;
	margin-right:-4px;
	padding:0 5px;
}
.filters .four-col .col:last-child{
	width:12%;
}
.filters .four-col .col .btn{
	margin:20px 0 0;
}
.filters .four-col select{
	width:100%;
	border:1px solid #444444;
	padding:0 0 0 10px;
	height:40px;
	line-height:40px;
	font-size:14px;
}
.filters label{
	font-weight:700;
	margin-bottom:5px;
	display:block;
	float: left;
}
#footer{
	background: #ff6f00;
	padding: 18px 0;
	text-align:center;
	color:#fff;
}
#footer address{
	color:#fff;
}
#footer .nav, #footer .footer-nav {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    padding: 0;
    margin: 0;
    letter-spacing: -4px;
}
#footer .nav li, #footer .footer-nav li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    letter-spacing: 0;
    padding: 0 10px 0 13px;
    position: relative;
}
#footer .footer-nav li a,
#footer .nav li a{
	color:#fff;
}
#footer .nav li:first-child:after, 
#footer .footer-nav li:first-child:after{
	display:none;
}
#footer .nav li:after, #footer .footer-nav li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    background: #fff;
    width: 2px;
    height: 13px;
}
#footer a:hover{
    color: #000;
}
.login-form {
    background: #fff;
    box-shadow: 0 5px 0 0 #144B57;
    width: 100%;
    border-radius: 4px;
    max-width: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.login-form .title {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #18515d;
    background: -moz-linear-gradient(top, #18515d 0%, #104350 57%, #0e3c48 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #18515d), color-stop(57%, #104350), color-stop(100%, #0e3c48));
    background: -webkit-linear-gradient(top, #18515d 0%, #104350 57%, #0e3c48 100%);
    background: -o-linear-gradient(top, #18515d 0%, #104350 57%, #0e3c48 100%);
    background: -ms-linear-gradient(top, #18515d 0%, #104350 57%, #0e3c48 100%);
    background: linear-gradient(to bottom, #18515d 0%, #104350 57%, #0e3c48 100%);
    padding: 20px 0;
}
.login-form .title h1 {
    text-align: center;
    margin: 0px;
    color: #fff;
}
.login-form .inner {
    padding: 30px;
    background: #1A8D95;
}
.login-form form {
    margin: 0px;
}
.login-form input:not(.btn), .login-form select {
    width: 100%;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px 15px;
    border-radius: 4px;
}
.login-form .btn {
    width: 100%;
    display: block;
    border-radius: 4px;
    color: #fff;
    display: block;
    padding: 5px 0;
}
.btn.logout {
    background-color: #fff;
    color: #000;
    float: right;
    font-weight: bold;
	margin-left: 20px;
}

.top-menu{
	list-style:none;
	padding:0;
	margin:0;
	display: flex;
	flex-direction: row-reverse;
}
.top-menu li{
	margin-left: 20px;
}
.top-menu li a.btn{
	float:none;
	margin-left: 0;
	margin-bottom:0;
}
.top-menu .has-child{
	position: relative;
}
.top-menu .has-child::after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #333; 
	margin: 16px 0;
    right: 9px;
}
.top-menu .has-child ul{	
	display: none;
	position: absolute;
	top: 100%;
	left:0;
	z-index: 9999;
	margin: 0;
	transition: transform 0.5s ease-in-out;
	min-width: 156px;
} 
.top-menu .has-child:hover ul{
	display: flex;
    flex-direction: column;
	align-items: flex-start;
}
.top-menu .has-child ul li{
	margin: 0;
	display: block;
	float: none;
	width: 100%;
}
.top-menu .has-child ul li a{
	width: 100%;
	border-top: 1px solid #ff6f00;
	text-align: left;
}
.top-menu .has-child ul li:last-child a{
	border-bottom: 1px solid #ff6f00;
}
.top-menu .has-child ul li a:hover {
	opacity: 1;
	background: #ffe2cc;
}

.errors {
	margin-left: 14px;
}
.errors li {
	color:#E31837;
	font-weight:500;
}

.filters .two-forms .four-col .col {
   width: 22%;
}
.filters .two-forms .four-col .col:last-child {
    width: 12%;
}
.sms-content {
	padding: 150px 0;
    text-align: center;
}
.sms-content .filters .two-forms .four-col .col:last-child {
    width: 16% !important;
}
.order-list{
	overflow:hidden;
	padding-top:40px;
	padding-bottom:40px;
}
.order-list table,
.order-list table th,
.order-list table td{
	text-align: center;
	font-size: 16px;
}
.order-list table tbody tr:hover, 
.order-list table tbody a:hover {
    background: none;
	color: #444444;
}
.order-list table tbody tr:hover a, 
.order-list table tbody tr:hover td {
    color: #444444;
}
.order-list table th:hover,
.order-list table td:hover{
	background:none !important;
}
.order-list table th,
.order-list table td{
	padding:10px !important;
}
.order-list table.order-a td{
	text-align:left;
	border:none;
}
.order-list table.order-a td span,
.order-list table.order-c tr td span{
	font-weight:700;
}
.order-list table.order-c tr,
.order-list table.order-c tr td{
	border:1px solid #000;
	border-bottom: none !important;
	border-top: none !important;
}
.order-list table.order-c tr.u-border td{
	border-bottom: 1px solid #000 !important;
}
.order-list table.order-c tr td:first-child{
	text-align:left !important;
}
.stock-report{
	width: 100%;
	max-width:1340px;
	height: 900px;
	overflow: scroll;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.stock-report table{
    width: 1320px;
    height: 900px; 
	display: block;   
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.stock-report table th,
.stock-report table td{
	padding:10px;
	text-align: center;
	width: 65px;
}
.stock-report table th{
	border: 1px solid #dddddd;
}
.stock-report table th:first-child,
.stock-report table td:first-child {
	width: 100px;
}
.stock-report table th:nth-child(2),
.stock-report table td:nth-child(2),
.stock-report table th:nth-child(3),
.stock-report table td:nth-child(3) {
	width: auto;
}
.stock-report table th:nth-child(2),
.stock-report table th:nth-child(3),
.stock-report table td:nth-child(2),
.stock-report table td:nth-child(3) {
	text-align:left;
}
.theme-settings{
	max-width: 800px;
	margin: 0 auto;
}
.theme-settings .row{
	overflow:hidden;
	margin: 10px 0 35px;
	padding: 25px;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%) !important;
}
.theme-settings .row:last-child{
	border-bottom:none;
}
.theme-settings table td {
  padding: 10px;
}
.theme-settings table td:first-child {
	width: 30%;
}
.theme-settings table tbody tr:hover a,
.theme-settings table tbody tr:hover {
	background: none;
	color: #444444;
}
.theme-settings table tbody tr:hover a, 
.theme-settings table tbody tr:hover td {
	color: #444444;
}
.theme-settings table input, 
.theme-settings table textarea{
	font-size:12px;
	color:#000;
	border: none;
	background-color: #E1E1E1;
}
.theme-settings .save-btn {
	width:130px;
}

.theme-settings.cron-links table td:first-child {
	width:80%;
}
.cron-links .btn {
	margin-bottom: 0 !important;
}
.theme-settings #orderstatus-data table td:first-child {
	font-size: 20px;
    font-weight: 700;
	line-height: 25px;
}
.theme-settings #orderstatus-data .card label {
	font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    display: block;
}
.theme-settings #orderstatus-data table input{
	margin: 0 0 10px;
}
.theme-settings #orderstatus-data table textarea {
	width: 500px;
	height: 200px;
	max-width: 500px;
	max-height: 500px;
	min-width: 500px;
	min-height: 200px;
	padding: 10px;
	font-size: 14px;
	line-height: 17px;
}
#st-order-details table td {
	padding: 10px;
}
#st-order-details h2 {
	margin-bottom: 20px;
}
#st-order-details table {
	margin-bottom: 60px;
}
#st-order-details .overview {
	width: 50%;
}
#st-order-details table thead {
	background-color: #E5E5E5;
	border: 1px solid #E5E5E5;
}
#st-order-details .overview th {
	padding: 10px;
}
#st-order-details .simple-view td:nth-child(3),
#st-order-details .detailed-view td:nth-child(3) {
	max-width: 300px;
	min-width: 300px;
}
#st-order-details .simple-view th,
#st-order-details .detailed-view th {
	min-width: 160px;
	max-width: 200px;
}
#st-order-details .simple-view,
#st-order-details .detailed-view {
	overflow-x: scroll;
	display: block;
}
#st-order-details .simple-view::-webkit-scrollbar,
#st-order-details .detailed-view::-webkit-scrollbar {
	height: 8px;
}
#st-order-details .simple-view::-webkit-scrollbar-track,
#st-order-details .detailed-view::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}
#st-order-details .simple-view::-webkit-scrollbar-thumb,
#st-order-details .detailed-view::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
}
#st-order-details .order-notes{
	width: 30%;
    overflow: hidden;
    margin-bottom: 30px;
}
#st-order-details .order-notes textarea {
    margin-bottom: 10px;
	width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100px;
    max-height: 100px;
    min-height: 100px;
}
#st-order-details .order-notes .btn {
    box-sizing: border-box !important;
    width: 200px;
}
#st-order-details .order-notes .last-updated{
	float: right;
}
#st-order-details .order-notes .last-updated strong{
	margin-right: 5px;
}
#st-order-details .order-notes .status{
	color: #25B552;
    font-weight: bold;
}
.edit-btn {
	width: 17px;
    height: 17px;
    float: right;
    border: none;
	cursor: pointer;
	background: none;
}
#st-order-details .buy-price,
#st-order-details .freight-price,
#myTable .order_notes,
#myTable .order_status {
	position: relative;
}
#st-order-details .buy-price div,
#st-order-details .freight-price div,
#myTable .order_notes div,
#myTable .order_status div{
	position: absolute;
	display: none;
	max-width: 100px;
	top: 0;
	right: 0;
	background-color: #E5E5E5;
	padding: 5px;
	border-radius: 6px;
	z-index: 2;
}
#myTable .order_notes a  {
	font-size: 12px;
}
#myTable .order_notes div{
	min-width: 170px;
	max-width: none;
}
#myTable .order_notes div textarea{
	min-width: 300px;
	min-height: 100px;
	font-size: 12px;
}
#st-order-details .buy-price div input,
#st-order-details .freight-price div input{
	height: 25px;
}
#st-order-details .update_price,
#myTable .update_notes_status {
	margin-top: 3px;
	padding: 2px 5px;
	cursor: pointer;
}
#myTable .update_notes_status{
	float: left;
}
#myTable .order_notes span {
	margin-top: 5px;
	color: #000;
	font-size: 12px;
	float: left;
}
#st-order-details .update_price:hover {
	background-color: #ff6f00;
}
table tbody tr:hover .buy-price div,
table tbody tr:hover .freight-price div{
	color: #000;
}
#st-order-details .buy-price.active div,
#st-order-details .freight-price.active div,
#myTable .order_notes.active div,
#myTable .order_status.active div {
	display: block;
}
#st-order-details .history-view {
	width: 45%;
	float: left;
	margin-right: 40px;
}
#st-order-details .history-view th {
	min-width: 110px;
}
#logistics thead td{
	padding: 8px;
	font-weight: 700;
}
#logistics tbody td {
	padding: 8px;
    font-size: 12px;
}
#logistics td:nth-child(3){
	min-width: 160px;
}
#logistics h1{
	margin: 30px 0;
	text-align: center;
}
#logistics .col-1 {
	width: 45%;
	display: inline-block;
	margin-right: 5%;
	vertical-align: top;
	text-align: center;
	padding-top: 29px;
}
#logistics .col {
	width: 45%;
	display: inline-block;
	text-align: center;
}
#logistics .col-1 label {
	font-size: 16px;
    margin: 8px 0 10px;
	display: inline-block;
	vertical-align: top;
}
#logistics .col-1 input {
	margin: 0 15px 20px 0;
	width: auto;
}
#logistics .col textarea{
	width: 475px;
    height: 126px;
    resize: none;
    padding: 10px;
	margin: 0 auto 15px;
    display: block;
}
#logistics .col h3{
	margin-bottom: 10px;
	text-align: center;
}
.log-rules {
	margin: 30px 0 60px;
}
.log-rules h2 {
	text-align: left;
	margin-bottom: 15px;
	font-size: 17px;
}
#logistics .btn,
#logistics input[type='submit'] {
	box-sizing: border-box !important;
	width: auto;
	font-size: 16px;
    background: #679863;
    color: #fff;
    border: none;
	text-decoration:none;
    padding: 9px 35px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
	display: inline-block;
	line-height: 0;
}
#logistics input[type='submit']:hover{
    opacity: 0.8;
}
#book-bfts {
	display: none;
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    padding: 20px;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    z-index: 1000;
}
#book-bfts.active {
	opacity:1;
	height:auto;
	visibility:visible;
}
#book-bfts .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

/* Form holder styling */
#book-bfts .form-holder {
    margin-top: 20px;
}

/* Input field styling */
#book-bfts input[type="text"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Submit button styling */
#book-bfts input[type="submit"] {
    width: 100%;
    padding: 10px;
    background: #ff6f00;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
	text-transform:uppercase;
}

#book-bfts input[type="submit"]:hover {
    background: #0056b3;
}

/* Background overlay */
#popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none; /* Hidden by default */
}

.offers {
    --offer-bg: #f5f7fb;
    --offer-card: #ffffff;
    --offer-text: #1f2937;
    --offer-muted: #6b7280;
    --offer-border: #e5e7eb;
    --offer-primary: #ff6f00;
    --offer-primary-dark: #1d4ed8;
    --offer-danger: #dc2626;
    --offer-danger-bg: #fee2e2;
    --offer-radius: 14px;
    --offer-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);

    background: var(--offer-bg);
    padding: 45px 0;
    color: var(--offer-text);
    font-family: Arial, Helvetica, sans-serif;
}

.offers *,
.offers *::before,
.offers *::after {
    box-sizing: border-box;
}

.offers .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.offers .filters,
.offers .productlist,
.offers .ruleslist {
    background: var(--offer-card);
    border: 1px solid var(--offer-border);
    border-radius: var(--offer-radius);
    box-shadow: var(--offer-shadow);
    padding: 28px;
    margin-bottom: 28px;
}

.offers .top-title {
    margin: 0 0 22px !important;
    font-size: 24px !important;
    line-height: 1.3;
    font-weight: 700 !important;
    color: var(--offer-text) !important;
    border-bottom: 1px solid var(--offer-border);
    padding-bottom: 14px;
    float: none !important;
}

.offers .two-col,
.offers .two-column {
    display: flex;
    align-items: center;
    gap: 14px;
	margin: 20px 0;
}
.offers .column-right {
    flex: 0 0 auto;
}
.offers label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    color: var(--offer-muted);
}
.offers input[type="search"],
.offers textarea {
    width: 100%;
    border: 1px solid var(--offer-border);
    border-radius: 10px;
    background: #ffffff;
    color: var(--offer-text);
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.offers input[type="search"] {
    height: 46px;
    padding: 0 14px;
}
.offers textarea {
    min-height: 120px;
    padding: 14px;
    resize: vertical;
}

.offers input[type="search"]:focus,
.offers textarea:focus {
    border-color: var(--offer-primary);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.offers .btn,
.offers input[type="submit"].btn,
.offers a.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border: 0;
    border-radius: 10px;
    background: var(--offer-primary);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
	margin: 0;
	width: auto;
    transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.offers .btn:hover,
.offers input[type="submit"].btn:hover,
.offers a.btn:hover {
    background: var(--offer-primary-dark);
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.25);
}
.offers .btn.input {
    min-width: 95px;
	margin: 18px 0 0;
}
.offers .btn.offer {
    font-size: 12px;
    line-height: 1;
    background: #16a34a;
}

.offers .btn.offer:hover {
    background: #15803d;
    box-shadow: 0 8px 18px rgba(22, 163, 74, 0.25);
}

.offers .search-results,
.offers .productlist form {
    width: 100%;
    overflow-x: auto;
}

.offers table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    border: 1px solid var(--offer-border);
    border-radius: 12px;
    overflow: hidden;
}

.offers table thead th {
    background: #f9fafb;
    color: #374151;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: left;
    padding: 14px 16px;
    border-bottom: 1px solid var(--offer-border);
}

.offers table tbody td {
    padding: 15px 16px;
    font-size: 14px;
    line-height: 1.45;
    vertical-align: middle;
    border-bottom: 1px solid var(--offer-border);
}

.offers table tbody tr:last-child td {
    border-bottom: 0;
}

.offers table tbody tr:hover td {
    background: #f8fafc;
	color: inherit;
}

.offers table td:first-child,
.offers table th:first-child {
    width: 110px;
    font-weight: 700;
}

.offers table td:nth-child(3),
.offers table th:nth-child(3) {
    width: 180px;
}

.offers table td:nth-child(4),
.offers table th:nth-child(4) {
    width: 120px;
    font-weight: 700;
}

.offers table tfoot td {
    padding: 18px 16px;
    background: #f9fafb;
    text-align: right;
    border-top: 1px solid var(--offer-border);
}

.offers table tfoot .btn {
    min-width: 150px;
    background: #111827;
}

.offers table tfoot .btn:hover {
    background: #000000;
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.22);
}

.offers .ruleslist ul {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
}

.offers .ruleslist li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    margin-bottom: 10px;
    background: #f9fafb;
    border: 1px solid var(--offer-border);
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.5;
}

.offers .ruleslist li::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: var(--offer-primary);
}

.offers .ruleslist a.delete {
    margin-left: auto;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 8px;
    background: var(--offer-danger-bg);
    color: var(--offer-danger);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.offers .ruleslist a.delete:hover {
    background: var(--offer-danger);
    color: #ffffff;
}

.offers .rulelist {
    margin-top: 16px;
}

.offers .note {
    margin: 8px 0 14px;
    color: var(--offer-muted);
    font-size: 13px;
    font-style: italic;
}

.offers .rulelist input[type="submit"] {
    min-width: 130px;
}
.cron-links tbody td a {
	display: inline;
	text-decoration: underline;
	color: #ff6f00;
}
@media (max-width: 768px) {
    .offers {
        padding: 28px 0;
    }

    .offers .filters,
    .offers .productlist,
    .offers .ruleslist {
        padding: 20px;
    }

    .offers .two-col,
    .offers .two-column {
        display: block;
    }

    .offers .column-right {
        margin-top: 12px;
    }

    .offers .btn.input {
        width: 100%;
    }

    .offers table {
        min-width: 760px;
    }

    .offers .top-title {
        font-size: 21px;
    }
}