body {
	margin: 0 auto;
	font-family: Arial;
}
/*input[type=text] {height: 24px;}*/

.container-fluid {
	max-width: 1000px;
	margin: 0 auto;
}



#disablemask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	background-color: silver;
	opacity: 0.5;
	display: none;
}

#errormessage {
	display: none;
	height: 40px;
	width: 100%;
	line-height: 40px;
	color: white;
	text-align: center;
	position: fixed;
	top: 50%;
	z-index: 9999;
}

#errormessage input {
	border-radius: 10px;
	height: 24px;
	padding: 0 10px;
	border: none;
	line-height: 24px;
	vertical-align: middle;
	margin-top: -5px;
	border: 1px solid black;
}

.container {
	max-width: 1022px
}

.header {
	max-width: 800px;
	margin: 0 auto;	
}
	
.logo {
	margin: 15px; 
	float: left;
	width: 64px
}
	
.shopname {
	float: left;
}

	
.basket {
	margin: 15px;
	float: right;
	width: 50px;
}	
	
.clear {
	clear: both
}

.work-part {
	margin: 0 15px;
	margin-top: 30px;
}

.shop-klanttype {
	margin-left: 25px;
}

.shop-bestaande-klant {
	padding-bottom: 20px;
}

.shop-nieuwe-klant {
	margin-top: 30px;	
}

#nieuweklant {
	cursor: pointer;
	color: blue;
}

.shop-aanmeld-bestaand {
	margin-top: 20px;
	margin-left: 80px;
}

.besteloverzicht {
	line-height: 26px;
	margin-top: 5px;
}

.bestelwijzigen {
	margin-top: 10px;
}

.bestelheader, .bestelline {
	flex: auto;
	display: flex;
}

.bestelaantal {
	float: left;
/*	text-align: right; */
/*	width: 45px; */
	margin-right: 8px;
}

.bestelomschrijving {
	float: left;
	display: flex;
	flex: auto;
/*	max-width: 500px */
}

.aantalinbestelling {
/*	text-align: right; */
	padding-right: 5px;
	width: 20px;
}

.bestelseperator {
	width: 1px;
	height: 20px;
}

.bestel-herhaal-part {
	padding: 10px;
}

.best-nieuw-artikel input {
	width: 250px;
}

.best-nieuw-artikel {
	margin-right: 10px;
	text-align: left;
}

.best-nieuw-aantal input {
	width: 25px;
	padding-right: 5px;
	text-align: right;
}

.best-nieuw-aantal {
	text-align: left;
}


.groep-select {
	cursor: pointer;
}

.artikel-prod-line {
	height: 45px;
	overflow: hidden;
}

.artikel-prijs-line {
	font-weight: bold;
	color: red;
}

.count-down {
	border-radius: 12px;
	color: white;
	background-color: red;
	height: 24px;
	width: 24px;
	line-height: 22px;
	font-size: 18px;
	font-weight: bold;
	float: left;
	cursor: pointer;
	text-align: center;
}

.count-up {
	border-radius: 12px;
	color: white;
	background-color: green;
	height: 24px;
	width: 24px;
	line-height: 22px;
	font-size: 18px;
	font-weight: bold;
	float: left;
	cursor: pointer;
	text-align: center;
}

.counter {
	float: left;
	margin: 0 10px;
	height: 24px;
	width: 30px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 12px;
	line-height: 24px;
}

.artikel-counter-line {
	margin: 18px auto 12px;
	width: 110px;
}

/*  ***** mediaquery **************/

/*@media only screen and (min-width: 1000px) { */
  body {
/*  	margin: 0 15px; */
  }

  #errormessage {
  	margin-left: -15px;
  } 		

  .shop-klanttype {
    margin-left: 0px;
  }
  
  .groep-select, .artikel-select {
  	width: 20%;
  	padding: 15px 12px 24px;
  	margin: 10px 10px;
  	text-align: center;
  	float: left;
  	border: 1px solid #ddd;
  	border-radius: 5px;
  }
   
  .productoverzicht {
  	background-color: yellow;
  	margin-left: -10px
  } 
   
  .groep-select img {
  	max-width: 150px;
  	max-height: 150px;
  } 
  
  .artikel-select img {
  	max-width: 150px;
  	max-height: 150px;
  }
  
  
  .groep-select-omschrijf {
  	margin-top: 15px;
  }
/*} */


@media only screen and (max-width: 900px) {
  body {
/*  	margin: 0 15px; */
  }

  #errormessage {
  	margin-left: -15px;
  } 		

  .shop-klanttype {
    margin-left: 0px;
  }

  .groep-select, .artikel-select {
  	width: 25%;
  	padding: 15px 12px 24px;
  	margin: 10px 10px;
  	text-align: center;
  	float: left;
  	border: 1px solid #ddd;
  	border-radius: 5px;
  }
   
  .productoverzicht {
  	background-color: yellow;
  } 
   
  .groep-select img {
  	max-width: 150px;
  	max-height: 150px;
  } 
  
  .groep-select-omschrijf {
  	margin-top: 15px;
  }
}  

@media only screen and (max-width: 600px) {
  body {
/*  	margin: 0 15px; */
  }

  #errormessage {
  	margin-left: -15px;
  } 		

  .shop-klanttype {
    margin-left: 0px;
  }

  .groep-select, .artikel-select {
  	width: 37%;
  	padding: 15px 12px 24px;
  	margin: 10px 10px;
  	text-align: center;
  	float: left;
  	border: 1px solid #ddd;
  	border-radius: 5px;
  }
   
  .productoverzicht {
  	background-color: yellow;
  } 
   
  .groep-select img {
  	max-width: 140px;
  	max-height: 140px;
  } 
  
  .groep-select-omschrijf {
  	margin-top: 15px;
  }
} 




@media only screen and (max-width: 500px) {
  body {
/*  	margin: 0 15px; */
  }

  #errormessage {
  	margin-left: -15px;
  } 		

  .shop-klanttype {
    margin-left: 0px;
  }

  .groep-select, .artikel-select {
  	width: 37%;
  	padding: 15px 12px 24px;
  	margin: 10px 10px;
  	text-align: center;
  	float: left;
  	border: 1px solid #ddd;
  	border-radius: 5px;
  }
   
  .productoverzicht {
  	background-color: yellow;
  } 
   
  .groep-select img {
  	max-width: 140px;
  	max-height: 140px;
  } 
  
  .groep-select-omschrijf {
  	margin-top: 15px;
  }
} 



@media only screen and (max-width: 400px) {
  body {
/*  	margin: 0 15px; */
  }

  #errormessage {
  	margin-left: -15px;
  } 		

  .shop-klanttype {
    margin-left: 0px;
  }

  .groep-select, .artikel-select {
  	width: 90%;
  	padding: 15px 12px 24px;
  	margin: 10px 0;
  	text-align: center;
  	float: left;
  	border: 1px solid #ddd;
  	border-radius: 5px;
  }
   
  .productoverzicht {
  	background-color: yellow;
  } 
   
  .groep-select img {
  	max-width: 150px;
  	max-height: 150px;
  } 
  
  .groep-select-omschrijf {
  	margin-top: 15px;
  }
} 
  
/******************************************/  
  
.add-groep {
	border-radius: 10px;
    height: 24px;
    background-color: red;
    color: white;
    width: max-content;
    padding: 0 12px;
    vertical-align: middle;
    line-height: 24px;
    cursor: pointer;
    float: left;
}

.toOrder, .nieuw-akkoord, .nieuw-activeren {
	border-radius: 10px;
    height: 24px;
    background-color: red;
    color: white;
    width: max-content;
    padding: 0 12px;
    vertical-align: middle;
    line-height: 24px;
    cursor: pointer;
    margin-left: 40px;
    float: left;
}

.nieuw-password {
	margin-top: 15px;
}

.nieuw-akkoord {
	margin-left: 0px;
}

.nieuw-activeren {
	margin-left: 0px;
	margin-top: 25px;
}


.back-button {
	cursor: pointer;
}

.back-line {
	margin-bottom: 10px;
}

.wrapper{
	position: relative;
	cursor: pointer;
}

.wrapper span{
	position: absolute;
	top: 28px;
	right: -7px;
	background-color: red;
	border-radius: 12px;
	height: 24px;
	width: fit-content; 
	color: white;
	line-height: 24px;
	text-align: center;
	padding: 0 10px;
}

.shop-top-line {
	background-color: #4bb5ef;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.menuLine ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: red;
  height: 36px;
  line-height: 35px;
  padding-left: 25px;
}


.menuLine ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: red;
  height: 36px;
  line-height: 35px;
  padding-left: 25px;
}


.menuLine ul li {
  display: inline;
}

.menuLine ul li a {
  color: white;
  text-align: center;
  padding: 11px 16px;
  text-decoration: none;
}

.menuLine ul li a:hover:not(.active) {
  background-color: #111;
}

.menu-item {
	cursor: pointer;
}

.nieuw-naam {
	width: 250px
}

.nieuw-adres {
	width: 250px;
}

.nieuw-postcode {
	width: 70px;
}

.nieuw-plaats {
	width: 150px;
}

.nieuw-telefoon {
	width: 150px;
}

.nieuw-email {
	width: 260px;
}

.nieuw-iban {
	width: 160px;
}
/*
.nieuw-bezorging input, .nieuw-bezorging div, .nieuw-tijdvak input, .nieuw-tijdvak div {
    float: left;
}
*/

.nieuw-bezorging div, .nieuw-tijdvak div {
	float: left;
}

.nieuw-tijdvak div, .nieuw-bezorging div{
	width: 95px;
}

.nieuw-tekst {
	width: 80px;
}

.header-nieuwe-klant {
	margin-bottom: 15px;
}

.nieuw-seperator {
	width: 80px;
	height: 10px;
}

.markeer {
	border: 1px solid red;
    background-color: rgba(255, 0, 0, 0.1);
}

.akkoord-no-active, .activeren-no-active {
	opacity: 0.4;;
	cursor: inherit;
	pointer-events: none;
}

.basketActive {
	cursor: pointe;
	pointer-events: all;
	
}

.basketNotActive {
	cursor: inherit;
	pointer-events: none;
}

