.overviewlist ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 18px;
}
.overviewlist > ul > li {
	cursor: pointer;
	list-style: none;
	border-radius: 8px;
	background-color: var(--lighter);
	border: 1px solid var(--lighter);
	margin: 0px 0px 5px 0px;
	padding: 5px;
}
.overviewlist > ul > li.eol {
	background-color: rgba(151,0,2,1.00);
}
.overviewlist > ul > li.inactive {
	display: none;
}
.overviewlist > ul > li:hover {
	border: 1px solid #fff;
}
.overviewlist > ul > li.head {
	display: block!important;
	font-weight: bold;
	padding: 5px 6px;
	border-radius: 0px;
	background-color: #000;
	border: 1px solid #000!important;
	cursor: default;
}
.overviewlist > ul > li.isreturn {
	background-color: rgba(255,214,0,1.00);
	color: #000!important;
}
.overviewlist > ul > li.isreturn .product em {
	color: #000!important;
}
.overviewlist > ul > li.isreturn .items, .overviewlist > ul > li.isreturn .parcel, .overviewlist > ul > li.isreturn .address {
	color: #fff!important;
}

.overviewlist .customer, .overviewlist .product {
	flex: 1.75;
}
.overviewlist .country {
	flex: 0.5;
}
.overviewlist .order {
	flex: 0.75;
	overflow-wrap:anywhere;
}
.overviewlist .value {
	flex: 0.75;
	text-align: right;
}
.overviewlist .date {
	flex: 0.75;
}
.overviewlist .cb {
	width: 25px;
	flex: none;
}
.overviewlist .Program {
	width: 100px;
	flex: none;
}
.overviewlist .noi {
	width: 100px;
	text-align: center;
	flex: none;
}


.overviewlist .cb input {
    display: inline-block;
    margin: -3px 0px 0px 10px;
    vertical-align: middle;
}
.overviewlist > ul > li div.shipper {
	width: 45px;
	flex: none;
	text-align: center;
	position: relative;
}
.overviewlist .expand {
	display: none!important;
}
.overviewlist .expand.show {
	display: flex!important;
}
.overviewlist .product em {
	float: right;
	margin: 0px 15px 0px 0px;
	color: #ccc;
}
.overviewlist .shipper img {
    background-color: #fff;
    border-radius: 8px;
    padding: 3px;
    display: inline-block;
    height: 36px;
    margin: -5px -5px 0px 0px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.overviewlist .status span {
	display: inline-block;
	text-align: center;
	border-radius: 8px;
	padding: 4px 10px 5px 10px; 
	border: 1px solid #fff;
	background-color: rgba(255,255,255,0.30);
	font-size: 11px;
	line-height: 12px;
	width: 130px;
}
.overviewlist .status span.fraud {
	border: 1px solid rgba(255,0,4,1.00);
	background-color: rgba(255,0,4,0.30);
}
.overviewlist .status span.onhold {
	border: 1px solid rgba(217,203,0,1.00);
	background-color: rgba(217,203,0,0.30);
}
.overviewlist .status span.backorder {
	border: 1px solid rgba(195,0,3,1.00);
	background-color: rgba(195,0,3,0.30);
}
.overviewlist .status span.completed {
	border: 1px solid rgba(6,162,0,1.00);
	background-color: rgba(6,162,0,0.30);
}
.overviewlist .status span.shipping {
	border: 1px solid rgba(0,110,243,1.00);
	background-color: rgba(0,110,243,0.30);
}
.overviewlist .status span.picking {
	border: 1px solid rgba(211,85,0,1.00);
	background-color: rgba(211,85,0,0.30);
}
.overviewlist .status span.awaitingapproval {
	border: 1px solid rgba(87,87,87,1.00);
	background-color: rgba(87,87,87,0.30);
}
.overviewlist .status span.clearedforpicking {
	border: 1px solid rgba(0,176,197,1.00);
	background-color: rgba(0,176,197,0.30);
}
.overviewlist .status span.refunded {
	border: 1px solid rgba(192,0,155,1.00);
	background-color: rgba(192,0,155,0.30);
}
.overviewlist .status span.manualcheck {
	border: 1px solid rgba(255,245,0,1.00);
	background-color: rgba(255,245,0,0.30);
}
.overviewlist .expand.show {
	display: flex;
	gap: 1em;
	padding: 10px 0px;
}
.overviewlist .expand.show div:first-child{
	flex: none;
	width: 30px;
}
.overviewlist .expand.show div.items ol {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.overviewlist .expand.show div.logs, .overviewlist .expand.show div.items, .overviewlist .expand.show div.address, .overviewlist .expand.show div.parcel {
	padding: 15px;
	background-color: #262626;
	border-radius: 8px;
}
.overviewlist .expand.show div.actions {
	padding: 15px 0px;
}
.overviewlist .expand.show div.items strong, .overviewlist .expand.show div.address strong, .overviewlist .expand.show div.actions strong, .overviewlist .expand.show div.parcel strong {
	display: block;
	margin: 0px 0px 9px 0px;
	font-weight: 500;
	font-size: 14px;
}
.overviewlist .expand.show div.items li em {
	float: right;
	margin: 0px 0px 0px 10px;
	color: #ccc;
}
.overviewlist .expand.show div a.btn {
	display: inline-block;
    width: 125px;
    padding: 5px 10px;
    font-size: 11px;
    margin: 10px 0px 0px 0px;
    text-align: center;
}
.overviewlist > ul > li.inactive {
	background-color: rgba(255,0,4,0.40);
}
.openproduct {
	cursor: pointer;
}
.openproduct a, a.openproduct {
	color: #fff!important;
	text-decoration: none!important;
}


.ordertbl {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.ordertbl li {
	font-size: 11px;
	vertical-align: top;
	line-height: 14px;
	padding: 7px;
	overflow: hidden;
	border-radius: 5px;
	margin: 0px 0px 5px 0px;
	gap: 0.1em!important;
	height: 28px;
}
.ordertbl li a {
	overflow: hidden;
    height: 15px !important;
    display: block;
}
.ordertbl li.head {
	font-weight: 500;
}
.ordertbl li.red {
	background-color: rgba(177,0,2,1.00);
}
.ordertbl li.green {
	background-color: rgba(0,154,22,1.00);
	color: #000;
}
.ordertbl li.green a {
	color: #000;
}
.ordertbl li.grey {
	background-color: #bababa;
}
.ordertbl li.orange {
	background-color: #ffb847;
}
.ordertbl li .chk {
	flex: none;
	width: 30px;
}
.ordertbl li .productid {
	flex: none;
	width: 50px;
}
.ordertbl li .itmcode {
	flex: none;
	width: 110px;
}
.ordertbl li .qty {
	flex: none;
	width: 40px;
	text-align: center;
}
.ordertbl li .status {
	flex: none;
	width: 110px;
	text-align: center;
}
.ordertbl li .itemname:hover {
	position: relative;
	text-align: left;
}
.ordertbl li .itemname:hover a {
	position: absolute;
	width: 300px;
	text-align: left;
}
.ordertbl li.red .itemname:hover a {
	background-color: #FFBDBF!important;
}
.ordertbl li.green .itemname:hover a {
	background-color: #C1FFAF !important;
}
.ordertbl li .supplier {
	flex: none;
	width: 80px;
}
.ordertbl li .RR-ID {
	flex: none;
	width: 70px;
}
.ordertbl li .options {
	flex: none;
	width: 90px;
	text-align: right;
}
.ordertbl li .options span {
	font-size: 20px;
	margin: -3px 0px 0px 0px;
}
.ordertbl li .options span span {
	cursor: pointer;
}

.ordertbl a {
	color: #fff;
	text-decoration: none;
}
.ordertbl input {
	width: 15px!important;
	height: 15px!important;
	margin: 0px!important;
}
.pb {
	float: right;
	color: #fff;
	font-size: 16px;
}
.edibtns a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	font-size: 11px;
	text-align: center;
}
.overviewlist > ul > li {
	transition: all 0.2s;
}
.overviewlist > ul > li.updated {
	background-color: rgba(7,172,0,0.60);
}


.updates ul, .notes ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	height: 82vh;
}
.updates.wh ul {
	height: 54vh;
}
.notes ul {
	height: auto;
}
.updates ul li, .notes ul li {
	border-radius: 8px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.80);
	font-size: 11px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}
.updates ul li .notedata, .notes ul li .notedata {
	display: block;
	font-weight: 500;
	font-size: 12px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #ccc;
}
.updates ul li .notedata .date, .notes ul li .notedata .date {
	float: right;
	font-size: 10px;
}
.updates ul li .notebody, .notes ul li .notebody {
	font-weight: normal;
}
.updates ul li .notebody p, .notes ul li .notebody p {
	margin: 0px!important;
	padding: 0px 0px 0px 20px;
}
.updates ul li .notebody .old, .notes ul li .notebody .old {
	opacity: 0.7;
	text-decoration: line-through;
}
.updates ul li .notebody b, .notes ul li .notebody b {
	font-weight: 700;
}

.trackinglink {
	color: #fff;
	text-decoration: none;
}
.trackinglink img {
	display: inline-block;
	height: 24px;
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
	background-color: #fff;
	border-radius: 5px;
	padding: 3px;
}

.order320 {
	height: 320px;
}
.order320 ul {
	max-height: 100%!important;
	height: calc(100% - 40px)!important;
	overflow-y: auto!important;
	overflow-x: hidden!important;
}

.splitlines {
	cursor: pointer;
}


.addproducttoorder {
	float: right;
	color: #fff;
	margin: 0px 0px 0px 10px;
}




.legend {
	float: right;
}
.legend li {
	float: left;
	border-radius: 10px;
	font-size: 10px;
	padding: 2px 10px;
	margin: 0px 0px 0px 10px;
	width: auto;
	list-style: none;
	border: 1px solid rgba(204,204,204,1.00);
	background-color: rgba(204,204,204,0.30);
}
.legend li a {
	text-decoration: none;
	color: #fff;
}
.legend li.fraud {
	border: 1px solid rgba(255,0,4,1.00);
	background-color: rgba(255,0,4,0.30);
}
.legend li.onhold {
	border: 1px solid rgba(217,203,0,1.00);
	background-color: rgba(217,203,0,0.30);
}
.legend li.backorder {
	border: 1px solid rgba(195,0,3,1.00);
	background-color: rgba(195,0,3,0.30);
}
.legend li.completed {
	border: 1px solid rgba(6,162,0,1.00);
	background-color: rgba(6,162,0,0.30);
}
.legend li.shipping {
	border: 1px solid rgba(0,110,243,1.00);
	background-color: rgba(0,110,243,0.30);
}
.legend li.picking {
	border: 1px solid rgba(211,85,0,1.00);
	background-color: rgba(211,85,0,0.30);
}
.legend li.awaitingapproval {
	border: 1px solid rgba(87,87,87,1.00);
	background-color: rgba(87,87,87,0.30);
}
.legend li.clearedforpicking {
	border: 1px solid rgba(0,176,197,1.00);
	background-color: rgba(0,176,197,0.30);
}
.legend li.refunded {
	border: 1px solid rgba(192,0,155,1.00);
	background-color: rgba(192,0,155,0.30);
}
.legend li.manualcheck {
	border: 1px solid rgba(255,245,0,1.00);
	background-color: rgba(255,245,0,0.30);
}

.posrel {
	position: relative;
	display: inline-block;
    width: calc(100% - 140px);
}
.posrel span.update, .posrel input {
	width: 100%!important;
}
.limit {
    position: absolute;
    left: -39px;
    z-index: 100;
    top: 5px;
    font-size: 10px;
    border-radius: 5px;
    padding: 2px 5px;
    background-color: #333;
}
.limit.false {
	background-color: #f00;
}

.hide {
	display: none!important;
}
.sort {
	display: inline-block;
	font-size: 10px;
	vertical-align: middle;
	margin: 0px 0px 0px 5px;
}
.bo_inkoop span {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 5px;
	font-size: 12px;
}
.rcm {
	display: inline-block;
	width: 60px;
}
.mrg.good, .good {
	color: rgba(2,200,0,1.00);
}
.mrg.bad, .bad {
	color:rgba(205,0,3,1.00);
}
.mrg.bad span {
	font-size: 10px;
}


h1.orders span {
	font-size: 10px;
}
h1.orders strong {
	display: inline-block;
	border-radius: 100px;
	border: 1px solid #ccc;
	padding: 3px 10px;
	vertical-align: text-bottom;
	font-weight: normal;
	font-size: 10px;
	margin: 0px 0px 0px 10px;
	
}

