@font-face {
  font-family: "Frutiger";
  src: url("../fonts/FrutigerLTPro-Roman.otf");
}
@font-face {
  font-family: "Frutiger";
  src: url("../fonts/FrutigerLTPro-Bold.otf");
  font-weight: 700;
}
@font-face {
  font-family: "Frutiger";
  src: url("../fonts/FrutigerLTPro-Light.otf");
  font-weight: 300;
}
/**************DITAS DEFAULTS + BODY**********************************/
#indicator {
  position: fixed;
  top: 5px;
  left: 5px;
  background-color: #6ff;
  height: 30px;
  width: 30px;
  z-index: 1000000;
  display: block;
}
.debugbox {
  position: fixed;
  z-index: 400000;
  background-color: #fff;
  color: #000;
  width: 400px;
  height: 200px;
  top: 100px;
  left: 50%;
  margin-left: -205px;
  overflow: auto;
  padding: 10px;
}
#indicator2 {
  position: absolute;
  top: 720px;
  height: 1px;
  width: 100%;
  background-color: #0ff;
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  font-family: Frutiger, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #000;
  background-color: #fff;
}
.rfll {
  position: relative;
  float: left;
}
.rflr {
  position: relative;
  float: right;
}
.txtLeft {
  text-align: left;
}
.txtRight {
  text-align: right;
}
.b {
  font-weight: 700;
}
.w5 {
  width: 5%;
}
.w7p25 {
  width: 7.25%;
}
.w85p5 {
  width: 85.5%;
}
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w33 {
  width: 33.3333333%;
}
.w45 {
  width: 45%;
}
.w50 {
  width: 50%;
}
.w40 {
  width: 40%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.hide {
  display: none;
}
.mb4p {
  margin-bottom: 4%;
}
.ml5p {
  margin-left: 5%;
}
.ml10p {
  margin-left: 10%;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
/*
h1{
	font-family: $clarendon;
	font-size: (54/18) em;
	line-height: (60/54) em;
	font-weight: 700;
	margin-bottom:5%;
	color:$Goud;
	
}
h2{
	font-family: $oswald;
	font-size: (30/18) em;
	font-weight: 400;
	line-height: (35/30) em;
	text-transform: uppercase;
	letter-spacing: 0.7894737px;
	margin-bottom:30px;
	color: $Goud;
	-webkit-text-fill-color: transparent;
	background: -webkit-linear-gradient(180deg, #8A6A38, #B69658, #BF9E5E, #9F7E49, #8F714B, #B89D67);
	background: -o-linear-gradient(transparent, transparent);
	-webkit-background-clip: text;
}

h3{
	margin-top:5px;
	font-family:$clarendon;
	font-size: (30/18) em;
	font-weight: 400;
	line-height: (39/30) em;
	margin-bottom:10px;
	color:#000;
}

h4{
	color: #ffffff;
	font-family:$clarendon;
	font-size: (40/18) em;
	font-weight: 700;
	line-height: (53/40) em;
	margin-bottom:15px;
}

h5{
  color: $Goud;
  font-family: $oswald;
  font-size: (16/18) em;
  font-weight: 400;
  line-height: 35px;
  text-transform: uppercase;
  letter-spacing: 0.4210526px;
  margin-bottom:25px;
}

.lopend{
	color: #949494;
	font-family: $clarendon;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.277em;	
}
*/
.divTable {
  display: table;
  width: 100%;
}
.divTableRow {
  display: table-row;
}
.divTableCell {
  display: table-cell;
  vertical-align: top;
}
.divTableBody {
  display: table-row-group;
}
.absContent {
/*absFill*/
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.fixedContent {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
}
/*
.fixedContentNoZ{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.7);
	z-index:999;
}

.zhigh{
	z-index:10001;
}

.absContentNH{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;	
}

.vierkant{
	position:relative;
}

.vierkant::before{
	content:"";
	float:left;
	padding-top:100%;
}

.vierkant::after {
  content: "";
  display: table;
  clear: both;
}


wbr:after { 
	content: "\00200B"; 
}
*/
a.block {
  display: block;
  float: left;
  color: inherit;
/*height:100%;
	width:auto;*/
}
a.blockr {
  display: block;
  float: right;
  height: 100%;
}
.block {
  display: block;
}
.h1px {
  height: 1px;
}
.mt5p {
  margin-top: 5%;
}
.mt10p {
  margin-top: 10%;
}
.mt25 {
  margin-top: 25px;
}
/**************END DITAS DEFAULTS + BODY**********************************/
.centerCont {
  width: 90%;
  max-width: 800px;
  margin: 0px auto;
}
.menu {
  height: 50px;
  background-color: #061d3c;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
}
.logoff {
  width: 86px;
  height: 100%;
  background-color: #020f21;
  text-align: center;
  text-decoration: underline;
  color: inherit;
}
.user {
  height: 100%;
  padding-right: 42px;
  background-image: url("../images/user.svg");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 18px;
}
.header {
  height: 70px;
  background-color: #203a5d;
  color: #fff;
}
.headerText {
  width: 290px;
  left: 50%;
  margin-left: -145px;
  font-size: 18px;
  text-align: right;
  line-height: 70px;
  background-image: url("../images/logo-GD.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 55px;
}
.bigBtn {
  width: 100%;
  height: 165px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #979797;
  background: linear-gradient(180deg, #eee, #d8d8d8);
  text-decoration: none;
  overflow: hidden;
}
.bigSpan {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top 28px center;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  color: #000;
  padding-top: 115px;
}
.pickup {
  background-image: url("../images/lege-container.svg");
  background-size: 275px;
}
.delivery {
  background-image: url("../images/volle-container.svg");
  background-size: 275px;
}
.transport {
  background-image: url("../images/icon-transport.svg");
  background-size: 153px;
}
.fumigatie {
  background-image: url("../images/icon-fumigatie.svg");
  background-size: 84px;
}
.afkeuren {
  background-image: url("../images/afgekeurde-container.svg");
  background-size: 107px;
}
.transfer {
  background-image: url("../images/transit-container.svg");
  background-size: 277px;
}
.smallIcon {
  height: 34px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 20px;
  margin-bottom: 15px;
}
.pickupIcon {
  background-image: url("../images/lege-container.svg");
}
.deliverIcon {
  background-image: url("../images/volle-container.svg");
}
.afkeurIcon {
  background-image: url("../images/afgekeurde-container.svg");
}
.transferIcon {
  background-image: url("../images/transit-container.svg");
}
.pickupLine {
  font-weight: 300;
  text-align: center;
}
.bigInputCont {
  height: 94px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #979797;
  margin-top: 40px;
}
::placeholder {
  font-size: 30px;
  font-weight: 300;
  font-style: italic;
  color: #aaa;
  text-align: center;
}
::-webkit-input-placeholder {
  font-size: 30px;
  font-weight: 300;
  font-style: italic;
  color: #aaa;
  text-align: center;
}
:-ms-input-placeholder {
  font-size: 30px;
  font-weight: 300;
  font-style: italic;
  color: #aaa;
  text-align: center;
}
.tip {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  height: 35px;
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  color: #ccc;
  text-align: center;
}
.bigInputLbl {
  position: absolute;
  top: -17px;
  left: 50%;
  margin-left: -37.5px;
  width: 75px;
  height: 35px;
  background-image: url("../images/container-nr.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}
input.bigInput {
  width: 90%;
  margin-left: 5%;
  border-bottom: 1px solid #979797;
  border-left: none;
  border-right: none;
  border-top: none;
  margin-top: 25px;
  height: 45px;
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  line-height: 44px;
  background-color: transparent;
}
.redBtn {
  float: left;
  margin-top: 20px;
  height: 76px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #979797;
  background: linear-gradient(180deg, #e42313, #be0f00);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.redBtn:disabled {
  opacity: 0.3;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  cursor: default;
}
.manual1 {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 300;
}
.manuals {
  display: none;
}
.NoLbl {
  margin-top: 20px;
}
.terug {
  position: absolute;
  display: block;
  top: 0px;
  left: 50%;
  margin: 20px -47px;
  width: 94px;
  height: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #979797;
  background: linear-gradient(180deg, #eee, #d8d8d8);
  font-size: 20px;
  font-weight: 300;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  color: inherit;
}
.successIco {
  left: 50%;
  margin-left: -56px;
  width: 112px;
  height: 112px;
  background-image: url("../images/klaar.svg");
  background-repeat: no-repeat;
  background-size: 112px;
  clear: both;
  margin-top: 30px;
}
.klaar {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.failIco {
  left: 50%;
  margin-left: -56px;
  width: 112px;
  height: 112px;
  background-image: url("../images/error.svg");
  background-repeat: no-repeat;
  background-size: 112px;
  clear: both;
  margin-top: 30px;
}
.fail {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #f00;
}
a.grayBtn {
  display: block;
  float: left;
  margin-top: 20px;
  height: 76px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #979797;
  background: linear-gradient(180deg, #eee, #d8d8d8);
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 76px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
table {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
}
.mtTerug {
  margin-top: 5%;
}
.tdTitle {
  width: 120px;
}
.selectedCont {
  font-weight: 300;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.txtPlaats {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 60px;
}
.verdiep {
  float: right;
  margin-left: 15px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #979797;
  background: linear-gradient(180deg, #eee, #d8d8d8);
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 10px;
}
.verdiep:hover {
  background: linear-gradient(180deg, #203a5d, #1a3150);
  color: #fff;
}
.verdiepact {
  background: linear-gradient(180deg, #203a5d, #1a3150);
  color: #fff;
}
/*****SELECT************/
.box select {
  font-family: Frutiger, Arial, Helvetica, sans-serif;
  background-color: #fff;
  color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #979797;
  width: 100%;
/*padding: 12px;*/
/*width: 250px;
	border: none;*/
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
/*box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);*/
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  text-align: center;
  padding-right: 30px;
/*box-sizing:border-box;*/
}
.box::before {
/**pijltje passief***/
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 100%;
  background-image: url("../images/arrow.svg"), linear-gradient(180deg, #eee, #d8d8d8);
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  border: solid 1px #979797;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -ms-border-radius: 0px 5px 5px 0px;
  -o-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
}
.box:hover::before {
/**pijltje actief***/
  background-image: url("../images/arrow.svg"), linear-gradient(180deg, #d8d8d8, #eee);
}
.box select option {
  line-height: 50px;
  text-align: center;
/*width:100%;
	line-height:50px;
	height:50px;
  padding: 40px;*/
}
/*****AUTOCOMPLETE******/
.ui-autocomplete {
  position: absolute;
  display: none;
  z-index: 1000;
  top: 20px;
  left: 0px;
  min-width: 160px;
  list-style: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #979797;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -ms-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -o-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  background-clip: padding-box;
  background: linear-gradient(180deg, #eee, #d8d8d8);
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}
.ui-autocomplete > li > div {
  display: block;
/*padding: 3px 20px;*/
  clear: both;
/*font-weight: normal;*/
/*line-height: 1.42857143;
  color: #333333;
  */
  line-height: 50px;
  color: #000;
  white-space: nowrap;
  border-top: 1px solid #979797;
}
.ui-autocomplete > li:first-child > div {
  border-top: none;
}
.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  background: linear-gradient(270deg, #e1e1e1, #c0c0c0);
  text-decoration: none;
  color: #000;
/*background-color: #f5f5f5;*/
  cursor: pointer;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*****SLOT***********/
.txtBlack {
  color: #000;
}
.txtWhite {
  color: #fff;
}
.txtGold {
  color: $Goud;
}
.txtGray {
  color: $Gray;
}
.txtRed {
  color: #f00;
}
/*****customselect 2*******/
.custom-select {
  position: relative;
  font-family: frutiger;
}
.custom-select select {
  display: none; /*hide original SELECT element: */
}
.select-selected {
  background-color: #fff;
  height: 60px;
  line-height: 60px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #979797;
}
/* Style the arrow inside the select element: */
.select-selected:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 100%;
  background-image: url("../images/arrow.svg"), linear-gradient(180deg, #eee, #d8d8d8);
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  border: solid 1px #979797;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -ms-border-radius: 0px 5px 5px 0px;
  -o-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
}
.select-selected:hover:after {
/**pijltje actief***/
  background-image: url("../images/arrow.svg"), linear-gradient(180deg, #d8d8d8, #eee);
}
/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  background-image: url("../images/arrow.svg"), linear-gradient(180deg, #d8d8d8, #eee);
}
/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: #000;
/*border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
  border: solid 1px #979797;
  text-align: center;
  padding-right: 30px;
  cursor: pointer;
}
/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  line-height: 50px;
}
/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}
.select-items div:hover,
.same-as-selected {
  background: linear-gradient(90deg, #d8d8d8, #eee);
}
