* {
  box-sizing: border-box; }

@font-face {
  font-family: Lato-Bold;
  src: url("fonts/Lato/Lato-Bold.eot");
  src: url("fonts/Lato/Lato-Bold.eot?#iefix") format('embedded-opentype'), url("fonts/Lato/Lato-Bold.woff2") format('woff2'), url("fonts/Lato/Lato-Bold.woff") format('woff'), url("fonts/Lato/Lato-Bold.ttf") format('truetype'), url("fonts/Lato/Lato-Bold.svg") format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Lato-Hairline;
  src: url("fonts/Lato/Lato-Hairline.eot");
  src: url("fonts/Lato/Lato-Hairline.eot?#iefix") format('embedded-opentype'), url("fonts/Lato/Lato-Hairline.woff2") format('woff2'), url("fonts/Lato/Lato-Hairline.woff") format('woff'), url("fonts/Lato/Lato-Hairline.ttf") format('truetype'), url("fonts/Lato/Lato-Hairline.svg") format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Lato-Light;
  src: url("fonts/Lato/Lato-Light.eot");
  src: url("fonts/Lato/Lato-Light.eot?#iefix") format('embedded-opentype'), url("fonts/Lato/Lato-Light.woff2") format('woff2'), url("fonts/Lato/Lato-Light.woff") format('woff'), url("fonts/Lato/Lato-Light.ttf") format('truetype'), url("fonts/Lato/Lato-Light.svg") format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Lato-Italic;
  src: url("fonts/Lato/Lato-Italic.eot");
  src: url("fonts/Lato/Lato-Italic.eot?#iefix") format('embedded-opentype'), url("fonts/Lato/Lato-Italic.woff2") format('woff2'), url("fonts/Lato/Lato-Italic.woff") format('woff'), url("fonts/Lato/Lato-Italic.ttf") format('truetype'), url("fonts/Lato/Lato-Italic.svg") format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Lato-Thin;
  src: url("fonts/Lato/Lato-Thin.eot");
  src: url("fonts/Lato/Lato-Thin.eot?#iefix") format('embedded-opentype'), url("fonts/Lato/Lato-Thin.woff2") format('woff2'), url("fonts/Lato/Lato-Thin.woff") format('woff'), url("fonts/Lato/Lato-Thin.ttf") format('truetype'), url("fonts/Lato/Lato-Thin.svg") format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Lato-Regular;
  src: url("fonts/Lato/Lato-Regular.eot");
  src: url("fonts/Lato/Lato-Regular.eot?#iefix") format('embedded-opentype'), url("fonts/Lato/Lato-Regular.woff2") format('woff2'), url("fonts/Lato/Lato-Regular.woff") format('woff'), url("fonts/Lato/Lato-Regular.ttf") format('truetype'), url("fonts/Lato/Lato-Regular.svg") format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Lato-Medium;
  src: url("fonts/Lato/Lato-Medium.eot");
  src: url("fonts/Lato/Lato-Medium.eot?#iefix") format('embedded-opentype'), url("fonts/Lato/Lato-Medium.woff2") format('woff2'), url("fonts/Lato/Lato-Medium.woff") format('woff'), url("fonts/Lato/Lato-Medium.ttf") format('truetype'), url("fonts/Lato/Lato-Medium.svg") format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Bodoni;
  src: url("fonts/Bodoni.eot");
  src: url("fonts/Bodoni.eot?#iefix") format('embedded-opentype'), url("fonts/Bodoni.woff2") format('woff2'), url("fonts/Bodoni.woff") format('woff'), url("fonts/Bodoni.ttf") format('truetype'), url("fonts/Bodoni.svg") format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: brown-bold;
  src: url("fonts/brown-bold.eot");
  src: url("fonts/brown-bold.eot?#iefix") format('embedded-opentype'), url("fonts/brown-bold.woff2") format('woff2'), url("fonts/brown-bold.woff") format('woff'), url("fonts/brown-bold.ttf") format('truetype'), url("fonts/brown-bold.svg") format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: brown-regular;
  src: url("fonts/brown-regular.eot");
  src: url("fonts/brown-regular.eot?#iefix") format('embedded-opentype'), url("fonts/brown-regular.woff2") format('woff2'), url("fonts/brown-regular.woff") format('woff'), url("fonts/brown-regular.ttf") format('truetype'), url("fonts/brown-regular.svg") format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IcoMoon-Ultimate';
  src: url('fonts/IcoMoon-Ultimate.ttf?-mxku12') format('truetype');
  font-weight: normal;
  font-style: normal; }

html,body,p,div,td,tr,th,table,span,a,input,textarea,select,option{font-family:"brown-regular","sans-serif"}

body{background:#eee;}
html,body{margin:0px;padding:0px;width:100%;height:95%;}

.menu{
	z-index:100;
	position:fixed; 
	top:0;
	left:0;
	right:0;
	background:#008ad1; 
	font-size:0px; 
	margin-bottom:10px; 
	border-bottom: 1px solid #0376b7; 
	padding-top:7px; 
	padding-bottom:7px; 
	text-align:center;
}
.menu div.menuitem{
	display:inline;
	line-height: 30px;
}

.menu div.submenu{
	z-index:99;
	display:none;
	position:fixed;
	top:40px;
	left:0px;
	right:0px;
	background:#333; 
	margin-bottom:10px; 
	border-top: 1px solid #0376b7; 
	border-bottom: 1px solid #0376b7; 
	padding-top:7px; 
	padding-bottom:7px; 
	text-align:center;
}

.menu div.menuitem.active .submenu{
	display:block;
}

.menu div.menuitem.active a{
	text-decoration:underline;
}
.menu div.menuitem.active div.submenu a{
	text-decoration:none;
}

.menu div a, .menu div a:link, .menu div a:visited{
	text-decoration:none;
	color:white;
	font-size:15px;
	display:inline-block; 
	border-right: 1px solid #0376b7;
	border-left: 1px solid #0376b7;
	padding:0px 15px 0px 15px;
	margin-left:-1px;
	line-height: 26px;
}

.menu div.submenu a, .menu div.submenu a:link, .menu div.submenu a:visited{
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}

.menu div a:hover{
	background: white;
	color: #008ad1;
}

body.orders .output {width:100%;}
body.orders .output td, body.orders .output th{font-size:14px;white-space:nowrap;}
body.orders .output td, body.orders .output th{padding-top:4px;padding-bottom:4px;}


body.orders.actionOrder .output td, body.orders.actionOrder .output th{font-size:16px;white-space:normal;}

body.orders.actionOrder .output td.nameAndAddress{font-size:0px;}

.orderrow .small img{margin-top:6px;}

.orderstatus-shipped{color:#8FBC8F; font-size:12px; line-height:12px;}
.orderstatus-ready{color:#800000; font-size:12px; line-height:12px;}
.orderstatus-pending{color:#FF0000; font-size:12px; line-height:12px;}
.orderstatus-processing{color:#FF4500; font-size:12px; line-height:12px;}
.orderstatus-paid{color:#FFA500; font-size:12px; line-height:12px;}
.orderstatus-packed{color:#DEB887; font-size:12px; line-height:12px;}
.orderstatus-completed{color:#008800; font-size:12px; line-height:12px;}
.orderstatus-received{color:#2E8B57; font-size:12px; line-height:12px;}
.orderstatus-cancelled{color:#808283; font-size:12px; line-height:12px;}


.orderrow.orderstatus-completed, .orderrow.orderstatus-shipped, .orderrow.orderstatus-received{
	color: #000000;	
}



.loginwrapper{
	text-align:center;
}

.loginwrapper .biglogowrap{
	display:inline-block;
	width:100px;
	margin-right:20px;
}

.loginwrapper .biglogowrap img{
	width:100px;
	margin:20px 0px 20px 0px;
}

.loginwrapper .logininner{
	display:inline-block;
	width:150px;
	margin-top:20px;
}

.homewrapper{
	text-align:center;
}

.homewrapper img{
	width:280px;margin:20px 0px 20px 0px;
}

.container{
	margin-top:60px; 
	margin-bottom:20px;
	padding:10px; 
	max-width:1000px;
	min-width:700px;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	min-height:300px;
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.sellvalue .container{
	max-width:1350px;
}

.orders .container{
	max-width:1200px;
}

.sellvalue.actionSet .container{
	max-width:1200px;
}

.updateprices .container{
	max-width:1200px;
}


.sellvalue.actionStats .container{
	max-width:1000px;
}

.sellvalue.actionStats .toggleOwned, .sellvalue.actionSet .toggleOwned {
	display:none;
}

 

.container.submenuactive{
	margin-top:101px; 
}


.output, .output th, .output td{margin:0;padding:0;border-collapse:collapse;}

.output th, .output td{border:1px solid #ccc;}
.output th{border:1px solid #c0c0c0; vertical-align: middle;}
.output th, .output td{padding:2px 8px 2px 8px;}

.output td.number, .output td.weight, .output td.price, .output td.value, .output td.profit, .output td.percentage, .output td.ctst{text-align:right; white-space:nowrap;}

.output.orderItems td.number.qleft{color:#bbb; font-size:16px;font-weight: normal;}
.output.orderItems td.number{font-size:20px;font-weight: bold;}
.output.orderItems .total td.number{font-size:16px;font-weight: normal;}


body.sellvalue .setdetails{
	width:100%
}

body.sellvalue .setdetails .spacer{
	background:white; border-left:none;border-right:none;
}

body.sellvalue .setdetails .nowrap{
	white-space:nowrap
}

body.sellvalue .setdetails .sethighlight{
	width:80%;padding:0px 30px 0px 40px;
}

body.sellvalue .setdetails .sethighlight div{
	text-align:center;
}

body.sellvalue .setdetails .sethighlight .setname{
	font-weight:bold;font-size:22px;margin-bottom:6px;
}

body.sellvalue .setdetails .sethighlight img{
	max-width:100%; min-width:300px;
}

body.sellvalue .setdetails .sethighlight .imgwrapper{
	margin-top:30px;
}

body.sellvalue .setdetails .nametd{
	min-width:150px;
}

.output td.price span{
	display:inline-block;
	width:58px;
}



body.orders.actionOrder .output td.number, 
body.orders.actionOrder .output td.weight, 
body.orders.actionOrder .output td.price, 
body.orders.actionOrder .output td.value, 
body.orders.actionOrder .output td.profit, 
body.orders.actionOrder .output td.percentage, 
body.orders.actionOrder .output td.ctst{
	white-space: nowrap;
}

.output td.lowprice {color:red;}

.output td.price input, .output td.minPrice input{
	width:58px;
	font-size:16px;
	padding: 0;
	border: none;
	text-align:right;
	background: transparent;
	color:red;
}

.output tr.red{color:red;}
.output td{vertical-align:middle;}
.output td a, .output td a:link, .output td a:visited{text-decoration:none;color:black}
.updateprices .output td a, .updateprices .output td a:link, .updateprices .output td a:visited{line-height:13px;}
.updateprices .output td .icon{vertical-align: middle;font-size: 12px;}

.updateprices .output td .colorLegendWrapper{
	line-height: 18px;
	margin-bottom: 6px;
	margin-top: 5px;
}

.updateprices .output td .colorLegendWrapper a{
	float:right;
	margin-left:5px;
}

input[type=submit]{
	font-size: 16px;
	margin: 0px 0px 0px 3px;
	padding: 1px 8px 1px 8px;
	border: 1px solid #666;
}

.updateprices .output td.action input{
	
}

.updateprices .output td .colorlegend{
	margin-top: 3px;
	margin-right: 3px;
}

.updateprices .output td .colorname {
	margin-right: 5px;
}
.output th{font-size:12px; background:#C8D3DB;line-height: 14px;padding-top:8px; padding-bottom:8px; letter-spacing: -0.5px;}

/*.output tr:nth-child(even) {background: #f1f5f8}
.output tr:nth-child(odd) {background: #FFF}*/

table.alternate tr.even {background: #f1f5f8}
table.alternate tr.odd {background: #FFF}

.output tr td.imgtd{background-color: #FFF; padding:1px 4px 1px 4px;text-align:center;} /*80x60*/
.output tr td.imgtd div{width:60px; height:45px; background-color: #FFF; width:60px; height:45px;background-position:center;background-repeat: no-repeat; background-size:cover;} /*80x60*/

.output.orderItems tr td.imgtd{padding:15px 4px 15px 4px;} /*80x60*/
.output.orderItems tr td.imgtd img{width:80px; image-rendering: optimizequality;}



.menu div a.toggleOwned.onlyOwned:link{color:green;}

.showsets td.descwithbar{
	font-size:14px;
}

.addSet{
	display: none;
	position: absolute;
	background: #333;
	width: 176px;
	padding: 10px;
	left: -26px;
	top: 22px;
}

.addSet input.addsetno{
	width: 85px;
	font-size: 16px;
	margin: 0;
	padding: 1px 5px 1px 5px;
	border: 1px solid #666;
}

.addSet input.gobutton{
	font-size: 16px;
	margin: 0px 0px 0px 3px;
	padding: 1px 8px 1px 8px;
	border: 1px solid #666;
}

.submenuitemwrapper{
	position:relative;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}

body.finance .container {
	max-width: 1200px;
}

body.finance .revenuePerCountry img{margin:5px 5px 0px 0px;}




.colorlegend{
	border: 1px solid black;
	display:inline-block;
	width:13px; height:13px;
}

body.orders.actionOrder .output td.boxes{font-size:0px;width:115px;min-width:115px;padding:3px 3px 2px 5px;text-align:center;}
body.orders.actionOrder .output td.boxes div{
	display:inline-block;
	border:1px solid #999;
	width:20px;
	font-size:12px;
	margin-right:1px;
	margin-bottom:1px;
	border-radius:3px;
	cursor:pointer;
	line-height:16px;
	text-align:center;
}


.output td.boxes .boxb, 
.output td.boxes .boxs,
.output td.boxes .boxm,
.output td.boxes .boxt,
.output td.boxes .boxl{
	display:inline-block;
	clear:both;
}

.output td.boxes .boxb div{
	background:#ccc;
}

.output td.boxes .boxs div{
	background:#eee;
}
.output td.boxes .boxm div{
    background: #fff;
}
.output td.boxes .boxt div{
    background: #ccc;
}
.output td.boxes .boxl div{
    background: #eee;
}



.output td.orderitemdesc{
	line-height:18px;
	padding-top:6px;
	padding-bottom:6px;
	min-width:150px;
}

.output td.boxes div:hover{
	border-color:#000;
}

.output td.boxes div.active{
	background:#008ad1;
	color:white;
	border-color:#666;
}

.output tr.picked td, .output tr.picked td a, .output tr.picked td a:link, .output tr.picked td a:visited{
	color:green;
	transition-duration: 0.5s;
}

.output tr td.picked{
	cursor:pointer;
	width:68px;
	text-align:center;
}

.output tr.wait td{
	cursor:wait;
}

.output tr.picked:nth-child(2n+1) {
    background: #f0fff6;
    transition-duration: 0.5s;
}

.output tr.picked:nth-child(2n) {
    background: #dafee9;
    transition-duration: 0.5s;
}

.output tr td.picked div{
	border:1px solid #008ad1;
	display:inline-block;
	font-size:0px;
	border-radius:0px;
	transition-duration: 0.5s;
}

.output tr td.picked div span{
	width:12px;
	height:12px;
	display:inline-block;
	background:none;
	margin:2px;
	font-size:0px;
	border-radius:0px;
	transition-duration: 0.5s;
}

.output tr.picked td.picked div span{
	background:#008ad1;
	transition-duration: 0.5s;
}

body.actionOrder h1{
	font-size:22px;padding-left:2px;
}

body.actionOrder .total.totalprogress .number:first-child{text-align:left; padding-left:15px;}

.boldfont{
	font-weight:bold;
}

.valignTop{
	vertical-align:top;
}

.paymentlink{
	overflow-wrap: break-word;word-wrap:break-word;-ms-word-break: break-all;word-break: break-all;word-break: break-word;white-space: pre-wrap; white-space: -moz-pre-wrap;white-space: -pre-wrap; white-space: -o-pre-wrap;
}


.overlay{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.3);
	z-index:10;
	display:none;
}

.popup{
	display:none;
	position:fixed;
	z-index:100;
	background:white;
	border: 1px solid #333;	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	margin:0;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  min-width:442px;
  min-height:442px;
}

.popup .pic{
	width:400px;
	height:400px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	
}

.orderitemrealdesc{
	font-size: 14px;
	line-height: 14px;
}

.colorLegendWrapper{line-height: 12px;margin-bottom: 6px;}

.colorname{display:inline-block;}

tr.total td{
	background:#C8D3DB;
	font-size:12px;
}

tr.total.error td{
	color:red;
}

.orderSummary, .orderSummary td{
	border-collapse:collapse;
	/*border:1px solid black;*/
}

.orderItems, .orderSummary{
	width:100%;
}

.orderSummary{margin-top:10px;margin-bottom:40px;}
.orderSummary td{white-space:normal;}
.orderSummary td:nth-child(2n+1) {
	padding-right:10px;
}

.output tr.totals td{
	font-weight:bold;
	border-top:1px solid #000;
	background:#C8D3DB;
}

.finance {padding:5px 10px 5px 10px;}

.finance .output td, .finance .output th{font-size:14px;white-space:nowrap;}
.finance .tablewrapper{display:inline-block; margin: 0px 20px 20px 0px;}
.finance .titleHeader{font-size: 26px; font-weight:bold; margin-bottom:10px;}

.finance #chart1wrapper, .finance #chart2wrapper, .finance #chart3wrapper, .finance #chart4wrapper{
	display:inline-block;
	margin-top:15px;
}

.finance #chart2wrapper{
	margin-top:40px;
}

.finance #chart1wrapper{
	width:550px; 
	height: 300px;
}

.finance #chart2wrapper{
	width:800px;
	height:540px;
}

.finance #chart3wrapper{
	width:800px;
	height:400px;
}

.finance #chart4wrapper{
	width:500px;
	height:300px;
}


.resultaat, .winstverlies, .revenuePerCountry, .revenuePerMonth, .revenuePerPaymentMethod{
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
	padding-bottom:30px;
}

.resultaat{
	text-align:center;
	margin-top:20px;
}

.resultaat .red{
	color:red;
}
.resultaat .green{
	color:green;
}

.output td.alignleft{
	text-align:left;
}
.output td.alignright{
	text-align:right;
}
.output td.aligncenter{
	text-align:center;
}
.output td.small{
	width:10px;
}
.output td.nowrap{
	white-space:nowrap;
}
.output td.smallFS{
	font-size:12px;
}

.output td.icons{
    text-align: center;
    line-height: 15px;
}

.output td.icons a{
  margin:0px 5px 0px 5px;
}

.loginform {margin-left:auto;margin-right:auto;}
.rememberme{font-size:12px;margin:5px 0px 15px 0px;}



.output tr.allpicked:nth-child(2n+1) {
    background: #f0fff6;
}

.output tr.allpicked:nth-child(2n) {
    background: #dafee9;
}

.output tr.notallpicked{
	background: #fbe4d2;
}

.output td.minPrice {white-space:nowrap;}

.nameAndAddress span{display:inline-block; width:200px; margin-right:10px;}

td.descwithbar{position:relative; line-height: 18px;}
.barwrapper{position:absolute;width:0%;height:3px;left:0px;bottom:0px;font-size:0px;cursor:pointer;transition: all 0.3s ease;}
.barpercentage{height:100%; width:100%; text-align:right;color:white;}

.barpercentage.owned{background-color:#008ad1;}
.barpercentage.notowned{background-color:orange;}


.barwrapper:hover{height:100%;opacity:1;font-size:16px; }
.barwrapper:hover .barpercentage{padding-right:8px;min-width:60px;line-height:48px;}

.negative{color:red;}
.positive{color:green;}

.diff{
	color:green;
	font-size:10px;
	display:block;
}

tr.sortable th{
	cursor:pointer;
	white-space:nowrap;
}

tr.sortable th .triangle{
	display:none;
}

tr.sortable th .trianglewrap{
	display:block;
  float:right;
  margin: 4px 0px 0px 0px;
  width: 10px;
  height: 5px;
}

tr.sortable th.sorted.asc .triangle{
	width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
  display:block;
}

tr.sortable th.sorted.desc .triangle{
	width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
  display:block;
}

tr.sortable th span.headertitle{
	display:inline-block;
	padding-right:10px;
	padding-left:10px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* 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; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.dummytableplaceholder{
	position:fixed;
	z-index:80;
	top:45px;
	padding-top: 8px;
	background: white;/*
	-webkit-box-shadow: 0px 20px 10px -15px rgba(255,255,255,1);
-moz-box-shadow: 0px 20px 10px -15px rgba(255,255,255,1);
box-shadow: 0px 20px 10px -15px rgba(255,255,255,1);*/

-webkit-box-shadow: 0px 20px 10px -17px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 20px 10px -17px rgba(0,0,0,0.5);
box-shadow: 0px 20px 10px -17px rgba(0,0,0,0.5);

}


body.submenuactive .dummytableplaceholder{
	top:86px; 
}

.dummytableplaceholder{display:none;}

.output.statstable{
	margin-left:auto;
	margin-right:auto;
}

.menu .submenu .icon{
	line-height:24px;
}

tr.headerrow th .icon {
	line-height: 14px;
}

.updateprices .output td.description {
	font-size:12px;
	line-height: 14px;
}

.updateprices .output td.description .itemName{
	width: 200px;
	height: 30px;
	display: inline-block;
	overflow-y: hidden;
	position: relative;
}

.hidden{
	display:none;
}

.inputGroup .inputDesc, .inputGroup .inputField{display:inline-block;min-width:100px;}
.inputGroup .inputDesc{margin-right:10px;}
.formfields{margin-bottom:20px;}
.inputGroup{margin:0px 0px 3px 0px;}

.inputGroup .inputField input, .inputGroup .inputField select{
	font-size:16px;
	border:1px solid #bbb;
	width:450px;
	padding:2px 4px 2px 4px;
}

.inputGroup .inputField input:focus {
  border-color: #0376b7;
}

.finance.actionUitgaven .titleHeader a {text-decoration:none; color:black;}

.titleHeader a span.icon{line-height: 36px;margin-left:10px;}

#print.disabled{
opacity: 0.3;
}

input[type="submit"]#print{
	margin:0px;
	padding: 5px 12px 5px 12px;
}

textarea.adres{
	width: 300px;
	height: 95px;
	padding: 1px 1px 1px 1px;
	margin: 0;
	border: none;
}

.previewAdres{
	min-width:300px;
	max-width: 400px;
	padding: 28px 15px 15px 15px;
	border-radius:15px;
	margin: 10px 0px 5px 0px;
	border: 1px solid black;
	background:white;
	text-align:left;
	float:right;
	white-space: nowrap;
	position:relative;
	font-family: arial;
	line-height: 20px;
}

.previewAdres div{font-family: arial;}
.previewAdres div.inline{display:inline;}

.previewlogo{
	position:absolute;
	width:25px;
	height:25px;
	top:6px;
	right:6px;
	background-image: url("/img/logo-bloxs-grayscale.png");
	background-size:25px;
	background-repeat:no-repeat;
}

.previewline{
	position:absolute;
	height:13px;
	top:4px;
	right:60px;
	left:50px;
	border-bottom:1px solid black;
	font-size:9px;
	text-align:center;
	line-height: 12px;
	-webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.printButtonWrapper{
	text-align:right;
	float: right;
	clear: both;
}




.orderStatusPending{
	color: #FF0000;	
}

.orderStatusProcessing{
	color: #FF4500;	
}

.orderStatusReady{
	color: #800000;	
}

.orderStatusPaid{
	color: #FFA500;	
}

.orderStatusPacked{
	color: #DEB887;	
}

.orderStatusShipped{
	color: #8FBC8F;	
}

.orderStatusCompleted{
	color: #008800;	
}



.orderStatus{
	background: transparent; 
	border: 1px solid transparent;
	text-transform: uppercase;
	text-align: center;
	margin-right: -5px;
	width:100%;
	margin-left: 5px;
}


.smLetterPostnl, .smLetterSandd, .smLetter, .smBrievenbuspakje, .smParcel, .pmPayPal, .pmVisa, .pmIdeal{
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
}

.smLetterPostnl, .smLetterSandd, .smLetter, .smBrievenbuspakje, .smParcel{
	width:16px;
	height:16px;
}

.smLetterPostnl{
	background-image: url("/img/letterpostnl.png");	
	margin-top:3px;
}

.smLetterSandd{
	background-image: url("/img/lettersandd.png");	
	margin-top:3px;
}

.smLetter{
	background-image: url("/img/letter.png");	
	margin-top:3px;
}

.smBrievenbuspakje{
	background-image: url("/img/brievenbuspakje.png");	
	margin-top:5px;
}

.smParcel{
	background-image: url("/img/parcel.svg");	
	margin-top:3px;
}

.pmPayPal{
	background-image: url("/img/PayPal_logo.svg");	
	margin-top:6px;
	width:40px;
	height:11px;
}

.pmVisa{
	background-image: url("/img/Former_Visa_(company)_logo.svg");	
	margin-top:2px;
	width:30px;
	height:19px;
}

.pmIdeal{
	background-image: url("/img/iDEAL-64x64.png");	
	margin-top:2px;
	width:16px;
	height:19px;
}

table.table-sticky-headers th{
	position: -webkit-sticky;
	position: sticky;
  top:53px;
  background:#C8D3DB;
  z-index: 10;
  border-left:none;
  border-right:none;
}

body.orders.actionOrder .container table.table-sticky-headers th{
	top:83px;
}

.submenuactive table.table-sticky-headers th{
	top:94px;
}

table.table-sticky-headers th:first-child {
  border-left:1px solid #ccc;
}



table.table-sticky-headers th:after,
table.table-sticky-headers th:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
}

table.table-sticky-headers th:before {
  top: -9px;
  border-top: 10px solid white;
  left:-1px;
  border-left: 1px solid white;
}

table.table-sticky-headers th:after {
  bottom: -1px;
  border-bottom: 2px solid #bbb;
}

.doubleTable{
	display:inline-block;
	width: calc(50% - 10px);
}

.doubleTable td{
	width:40%;
}

.doubleTable td:first-child{
	width:60%;
}

.doubleTableWrap{
	font-size:0px;
}

.doubleTableWrap table{
	font-size:16px;
}

.doubleTableWrap .doubleTable:first-child{
	margin-right:20px;
}

.bgimages img{
	width:1px;
	height:1px; 
	display:none;
}

.totalbox{width:55px;}

body.actionOrder .totalprogress .totalbox{
	height:1px; font-size:1px; line-height:1px;
}

.nameAndAddress{font-size:0px;}
.ilb{display:inline-block}

.nameAndAddress .ilb{width:50%;font-size:16px;text-align:right;margin-bottom:10px;}
.nameAndAddress .ilb:first-child{text-align:left;}


.printButtonWrapper{display:inline-block; vertical-align: bottom; margin-top:5px;}

.topprogress{position:absolute; top:45px;left:0;right:0; height:30px;font-size:0px;background: #f1f5f8;border: 1px solid #ccc;}
.topprogressbar{width:0%; height:27px; background:gold;font-size:0px;padding-left: 0px;}
.topprogressbar span{
	font-size: 18px;
	color: #333;
	line-height: 25px;
	white-space: nowrap;
	padding-left:5px;
	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.topprogressbar.done{background:green;}
.topprogressbar.done span{color:white;}


body.orders.actionOrder .container{
	margin-top: 85px;
}


.reloadWrapper, .resetWrapper, .togglePickedWrapper{
	display:inline-block;	
	margin-left:5px;
}

.reloadWrapper a, .reloadWrapper a:link, .reloadWrapper a:visited,
.resetWrapper a, .resetWrapper a:link, .resetWrapper a:visited,
.togglePickedWrapper a, .togglePickedWrapper a:link, .togglePickedWrapper a:visited
{
	text-decoration:none;
	font-size:20px;
	color:#FFF;
}

.reloadWrapper a span, .resetWrapper a span, .togglePickedWrapper a span{
	line-height: 26px;
	border: 1px solid white;
	padding: 5px 8px 5px 11px;
	background:rgba(1,1,1,0.1);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.resetWrapper a span{padding-left: 10px; padding-right: 10px;}
.togglePickedWrapper a span{padding-left: 10px; padding-right: 9px;}

.actionrow{
	position: fixed;
	top: 9px;
	left: 10px;
	height: 30px;
	z-index: 101;
}



.remset{float:right;display:inline-block;}

.output td.boxes .boxm div.lk{margin-left:6px; background: rgba(255, 255, 0, 0.2);}
.output td.boxes .boxm div.lk.active {
	background: #008ad1;
	color: white;
	border-color: #666;
}




.progressChart{
	position:relative;
	margin:5px;
}

.datewrap{
	width:100%;
}

.datewrap{font-size:0px; margin-bottom:10px;position: relative;z-index: 2;}
.datewrap .dateStart{display:inline-block; width: 50%;font-size:12px; text-align:left;}
.datewrap .dateEnd{display:inline-block; width: 50%;font-size:12px; text-align:right;}

.vakname{text-align:left;}
.vakprogress{height:5px; background:green;}
.vakprogressOuter{}
.vakprogresswrap{padding-top:8px;padding-bottom:8px;z-index:2;position:relative;}

.progressBarChart{
	position:absolute;
	top:30px;
	bottom:0px;
	left:0%; 
	width:2px; 
	background: rgba(255,0,0,0.6);
	z-index:1;
}

.vakparts{
	display: flex;
  flex-direction: row;
  align-items: stretch;
}
.vakpart{
	flex: 1;
	color: #ccc;
	border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  cursor:pointer;
  background: rgba(210,210,210,0.1);
  font-size:14px;
  padding: 2px 4px 2px 4px;
  line-height: 14px;
}
.vakpart:first-child{border-left: 1px solid #ccc;}

.vakpart.afgerond{
	color:green;
	background: rgba(0,128,0,0.1);
}

.vakpart:hover{
	background: rgba(210,210,210,0.2);
	border-color:#bbb;
}
.vakpart.afgerond:hover{
	background: rgba(0,128,0,0.2);
}

.days{
	display: flex;
  flex-direction: row;
  align-items: stretch;
}

.day{
	flex: 1;
	border-right:1px solid #aaa;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	height:15px;
	color: #666;
  font-size: 9px;
}
.day:first-child{
	border-left:1px solid #aaa;
}

.day.weekend{
	background:rgba(210,210,210,0.4);
}

.day.current{
	background:rgba(255,0,0,0.6);
	color:white;
}


@media only screen and (max-width: 900px) {
	.nameAndAddress span{width:95px; margin-right:2px;}
	.mobileHide{display:none;}
}

@media only screen and (max-width: 767px) {

	.actionrow{
		margin-bottom: 15px;
		margin-top: -10px;
		position:relative;
		z-index: unset;
		top: unset;
	}

	.reloadWrapper a span, .resetWrapper a span, .togglePickedWrapper a span{
		border-color: black;
	}

	.reloadWrapper a, .reloadWrapper a:link, .reloadWrapper a:visited,
	.resetWrapper a, .resetWrapper a:link, .resetWrapper a:visited,
	.togglePickedWrapper a, .togglePickedWrapper a:link, .togglePickedWrapper a:visited
	{
		color:#000;
	}

	body.sellvalue, body.orders, body.updateprices {
		background:#fff;
	}
	
	.previewAdres{
		min-width: 250px;
		float:none;
		border-radius:10px;
		padding:25px 10px 10px 10px;
		font-size:12px;
		line-height: 16px;
	}
	
	.container{
		margin-top:66px;
		margin-left:0px;
		margin-right:0px;
		padding-bottom:20px;
		margin-bottom:0px;
		width:100%;
		min-height:100%;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.container.submenuactive{
		margin-top:83px; 
	}
	
	.output td, .output td.price input{font-size:14px;}
	.output td.price span {
    width: 42px;
	}
	
	.output td.price input, .output td.minPrice input {
    width: 42px;
  }
	
	.finance #chart1wrapper{
		width:310px; 
		height: 300px;
		margin-left: -10px;
	}
	
	.finance #chart2wrapper{
		width:310px;
		height:250px;
		margin-left: -10px;
	}
	
	.finance #chart3wrapper{
		width:310px;
		height:300px;
		margin-left: -10px;
	}
	
	.finance #chart4wrapper{
		width:310px;
		height:250px;
		margin-left: -10px;
	}
	
	.finance {
		text-align:center;
	}
	
	.finance .tablewrapper {
    margin: 0px 10px 20px 10px;
    text-align:center;
	}
	
	.finance .tablewrapper table {
    margin-left: auto;
    margin-right: auto;
	}
	
	.output.statstable{
		width:100%;
	}
	
	.orderItems.output td.mobilehide, .orderItems.output th.mobilehide, .orderItems.output tr.total td.mobilehide{
		padding:0;
		font-size:0;
		border-left:none;
		border-right:none;
	}
	
	.orderItems.output td.boxes {
		border-left:none;
	}
	
	.orderSummary textarea.adres{
		width:100%;
	}
	
	.doubleTable{
		display:inline-block;
		width: 100%;
	}
	
	.doubleTableWrap .doubleTable:first-child{
		margin-right:0px;
	}
	
	.orderItems.output th, .orderItems.output td {
    padding: 2px 4px 2px 4px;
	}
	
	.orderItems.output td.orderitemdesc{
		padding-top:6px;
		padding-bottom:6px;
	}
	
	.orderItems .colorname {
  	font-size:12px;
  }
	
	body.orders.actionOrder .output td.boxes div{
		display:none;
	}
	body.orders.actionOrder .output td.boxes div.active{
		display:inline-block;
	}
	body.orders.actionOrder .output td.orderitemdesc{
		min-width:128px;
	}
	
	body.orders.actionOrder .output td.boxes{width:40px;padding:3px 2px 2px 2px; min-width: 40px;}
	.totalbox{width:20px;}
	body.orders.actionOrder .output.orderItems td.number.qleft{font-size:14px;}
	
	body.orders.actionOrder .orderItems.output th {
    font-size: 10px;
  }
  
  body.orders.actionOrder .orderItems.output tr td.picked {
    width: auto;
  }
  
  .nameAndAddress .ilb{width:100%;font-size:16px;text-align:right;margin-bottom:10px;}
	.nameAndAddress .ilb:first-child{margin-bottom:25px;text-align:left;}

	
}

@media only screen and (max-width: 400px) {
	
	.paymentlink{
		font-size:10px;
	}
	
	
	body.orders.actionOrder .doubleTableWrap table.output td, body.orders.actionOrder .doubleTableWrap table.output th {
		font-size: 14px;
	}
	
	.orderSummary textarea.adres{
		padding:1px 1px 1px 3px;
		font-size:12px;
		height: 48px;
		width: 160px;
		line-height: 15px;
	}
	
	input[type="submit"]#print {
		margin-bottom: 5px;
		margin-left:5px;
	}
	
	.nameAndAddress .ilb:first-child {
		font-size: 12px;
	}
	
	.nameAndAddress .ilb:nth-child(2) {
		text-align: left;
	}
	
	.container{
		/*margin-top:82px;*/
	}
	.container.submenuactive{
		/*margin-top:113px; */
	}
	
	body.submenuactive .menu div.submenu {
		/*top:68px;*/
	}
	
	.dummytableplaceholder{
		/*top:75px;*/
	}
	
	body.submenuactive .dummytableplaceholder{
		/*top:114px; */
	}
	
	.mobilehide{display:none;}
	
}

@media only screen and (max-width: 350px) {
	.container{
		margin-top:82px;
	}
	.container.submenuactive{
		margin-top:113px; 
	}
	
	body.submenuactive .menu div.submenu {
		top:68px;
	}
	
	.dummytableplaceholder{
		top:75px;
	}
	
	body.submenuactive .dummytableplaceholder{
		top:114px; 
	}
		
}





