/* .noMobile{display:block} */
@media screen and (max-width: 512px){
	.noMobile{display:none}

	#printButton, #digitalPicklistButton, #changeStateButton, #packedToPickedupButton {padding: 6px;}
	.counter-button {
		margin-right: 0.5em !important;
	}
	
	#filterState, #filterBackorder, #searchQueryProductCode, #filterButton {
		margin-bottom:12px;
	}
}


@media screen and (max-width: 820px){#headerSearchProducts{display:none}}

.user-button {
	width:120px;
	float:left;
	margin-right:5px;
	margin-top:5px;
}
.preferred-shipping-method-button {
	margin-right:1em;
	float:right;
}

.orderDetailsHeaderTD {font-weight: bold; padding-right:10px; vertical-align: top;}

.green {color:green;}
tr.gray {color:#ccc;}

input[type='text'],
input[type='number'],
select,
textarea {
  font-size: 16px;
}

.statusContainer {
	width:100%;
	padding:8px 8px 0 8px;
	display:inline-block;
}

.orderIdContainer {
	width:100%;
	padding:8px 8px 0 8px;
	display:inline-block;
	min-height:38px;
}

.orderDetails thead {
	text-transform: uppercase;
}

.dataTable_wrapper thead {text-transform: uppercase;}

.shipmentIndicator {background-size: cover;display:block; float:right; border:1px solid #ccc; margin-right:5px;}
.shipmentIndicator.brievenbus {background-image: url(/img/envelop-icon.png)}
.shipmentIndicator.brievenbuspakket {background-image: url(/img/mailbox-package-icon.png)}
.shipmentIndicator.pakket {background-image: url(/img/package-icon.png)}

.userTag {
	float: right;
	background-size: cover;
	display: block;
	float: right;
	border: 1px solid #ccc;
	margin-right: 5px;
	width: 100px;
}
.itemsIndicator {display:block; float:right; border:1px solid #ccc; margin-right:5px;}

#orderTable tbody tr td:nth-child(2) {padding:0;}
#orderTable tbody tr td:nth-child(3) {padding:0;}

.orderProgress {
	width: 100%;
	height:4px;
	float:left;
	background:#ddd;
}
.orderProgress .op {float:left; height:4px;}
.orderProgress .op0 {width:0%;}
.orderProgress .op25 {width:25%; background:#3379b7;}
.orderProgress .op50 {width:50%; background:#3379b7;}
.orderProgress .op75 {width:75%; background:#5bc1de;}
.orderProgress .op100 {width:100%; background:green;}


#orderTable .itemsCountLine { float:left; height:4px; margin-top: 9px;}


.counter-button {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
	pointer-events:none;
	padding:6px 6px;
}

button.btn.profit {font-size:0.6em; color:black;}

button.btn.profit.profit0 {background-color:#FF0000;}
button.btn.profit.profit10 {background-color:#FF3300;}
button.btn.profit.profit20 {background-color:#ff6600;} 
button.btn.profit.profit30 {background-color:#ff9900;} 
button.btn.profit.profit40 {background-color:#FFCC00;}
button.btn.profit.profit50 {background-color:#FFFF00;}
button.btn.profit.profit60 {background-color:#ccff00;}
button.btn.profit.profit70 {background-color:#99ff00;}
button.btn.profit.profit80 {background-color:#66ff00;}
button.btn.profit.profit90 {background-color:#33ff00;}
button.btn.profit.profit100 {background-color:#00FF00;}

button.btn.profit.profit0   {background-color:#FF0000;}
button.btn.profit.profit10  {background-color:#FF3300;}
button.btn.profit.profit20  {background-color:#d9ff00;} 
button.btn.profit.profit30  {background-color:#00FF00;} 
button.btn.profit.profit40  {background-color:#00FF00;}
button.btn.profit.profit50  {background-color:#00FF00;}
button.btn.profit.profit60  {background-color:#00FF00;}
button.btn.profit.profit70  {background-color:#00FF00;}
button.btn.profit.profit80  {background-color:#00FF00;}
button.btn.profit.profit90  {background-color:#00FF00;}
button.btn.profit.profit100 {background-color:#00FF00;}


#orderButtons button {
	margin:3px;
	width: 95%;
	text-align: left;
}

.logBlock {
	clear:both;
	width:100%;
	margin: 5px 0px;
	padding: 10px;
	border:1px solid #e7e7e7;
	background: #f8f8f8;	
}
.logBlock date, .logBlock log {
	clear:both;
	width:100%;
	display:block;
}
.logBlock date {
	text-decoration: underline; width: auto !important; float:left;
}
.logBlock log {
	font-style: italic;
}

.logBlock user {
	float:left;
	margin-left:10px;
}
p.productListName {float:left; margin:0.4em 0 0 0.5em;}


.logBlock minutes {
	margin-left:10px; float:left;
}

.logBlock minutes i {
	margin-right:3px;
}

.btn-text {
	cursor:pointer;
	margin-right:3px;
	padding:6px;
	width:auto;
}

.btn-text.inactive {
	color:#ccc;
}

.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

.ui-autocomplete {z-index: 100000000000000000 !important;}
#orderSelected {display:none;}

.stMailButton {display:none;}

#supportTicketsTable td button {
	margin-right: 3px;
}

#supportTicketsTable tr.open {
	background-color: #e47e7e;
}

#supportTicketsTable tr.waiting {
	background-color: orange;
	background-color: #ffdc9c;
}





/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 22px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#eoSyncLabel {margin-right:2em; color:green;}
#eoSyncLabel.inactive {color:red;}

#pickupNotificationLabel {margin-right:2em; color:green;}
#pickupNotificationLabel.inactive {margin-right:2em; color:#333;}

.modal-header {
    background-color: #f5f5f5;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.modal-content {
	border-radius: 12px;
}

.progressContainer {width:400px; height:22px; border:1px solid black; background-color:#ddd;}
.progressIndicator {position:relative;float:left; background-color:green; height:20px; /* width:40%; */transition: width 0.5s; width:0%; }
.progressLabel {float:right; color:white; line-height:1.5em; margin-right:1em;}
table .progressState {width:400px;}

.modal .progressLabel {float:none !important; color:#333; margin-top:2em; display: block;}


.modal-xlg {width:900px;}
@media (min-width: 1250px) {
	.modal-xlg {width:1200px;}	
}


.claim {
	border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
}
.claim.selected {
	border: 2px solid black;
}

.claim .fa-square, .claim .fa-check-square {
    font-size: 2.5em;
    margin-top: 1em;
}

.claim .fa-square {
	color:#ccc;
}

.claim .fa-check-square {
	display:none;
}
	
.claim.selected .fa-square {
	display: none;
}

.claim.selected .fa-check-square {
	display:block;
}


#popover {
	position: absolute;
    width: 95%;
    height: 95%;
    background: #eee;
    border:3px solid red;
    text-align: center;
    font-size:3em;
    padding-top:3em;
    top: 2.5%;
    left: 2.5%;
    z-index: 100000000000000000;
}


.tableFilter label, .tableFilter input[type=checkbox] {
	vertical-align: middle;
}
.tableFilter input[type=checkbox] {
	margin-top:0;
}
.tableFilter label {
	margin-bottom: 0;
}