/* ------------------------------------------------------------------------------------------------- basisinstellingen en body */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}


body {
	font-family: Calibri, Segoe UI, Arial, Sans-Serif;
	font-weight: 500;
	font-size: 100%;
	line-height: 20px;
  margin: auto; 
	color: white;/* basis tekstkleur */
	padding: 0 0 0 0; 
	
	min-width: 200px; 
	/*max-width: 1200px;*/
	background-color: #1d7eb4;
  background-image:url('images/bovenkant.png'), url('images/achter_blauw.png');
  background-repeat: repeat-x, repeat-x;
  /*border-top: 5px solid #fedc00;/* geel */
}

h1 							{font-size: 130%; margin: 0px 0px 15px 0px; clear: left;}
h2 							{font-size: 120%; margin: 0px 0px 15px 0px; clear: left;}
h3, h4, h5, h6 	{font-size: 110%; margin: 0px 0px 10px 0px; clear: left;}

ul {
  list-style-position:inside;  
}

p {	
	margin:0px 0px 10px 0px;
}

a {
	color: white;
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: underline;
}

label {
  display: block;
  width: 200px;
  min-height: 15px;
  clear: left;
  float: left; 
}

input {
  display: block;
  min-height: 10px;
  float:left;
  margin-bottom: 10px;

  padding: 5px 10px;
  border: 1px solid black;
  font-size: 120%;
}

select {
  display: block;
  float:left;
  margin-bottom: 10px;

  padding: 5px 10px;
  border: 1px solid black;
  font-size: 120%;
}

textarea {
  display: block;
  float:left;
  margin-bottom: 10px;
}

.blinking {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.fieldReset {
  display: inline-block;
  color: white;
  margin-left: 1%;
  margin-bottom: 10px;
}


.formFieldExplanation {
  display: block;
  clear:both;
  font-size: smaller;
  font-style:italic;  
}

.errorExplanation {
  display: block;
  font-size: smaller;
  color: red;
  clear: both;
  margin-left: 200px;
}


table {
  width: 100%;
  border-collapse: collapse;
}

th {
  text-align: left;
  font-weight: bold;
}

.fout {
	border: 2px solid red;
}

.input-fout {
  border: 2px solid red;  
}

.rood {
	color: red;
}
.groen {
	color: green;
}
.oranje {
	color: orange;
}
.geel {
	color: #fedc00;
}
.grijs {
	color: gray;
}

.achterWit {
  background-color: white;	
}


.vet {
	font-weight: bold;
}
.cursief {
	font-style: italic;	
}

.noWrap {
	white-space: nowrap;
}

.centreren, .centered {
	text-align: center;
}
.links {
  text-align: left;	
}
.rechts {
	text-align: right;
}

.submit {
  padding: 2px 3px;
  color: white;
  background: green;
  border: 1px solid white;  
  border-radius: 3px;
  cursor: pointer;
}

.knop_groot {
  display: block;
  width: 300px;
  padding: 3px 5px;
  margin: 20px 0px;
  font-size: large;
  color: white;
  background: green;
  border: 2px solid white;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
}

.navigatie {
  display: block;
  text-align: center;
  padding: 10px 0;
}
.navigatie span {
  display: inline-block;
  color: blue;
  background-color: white;
  padding: 3px;
  border: 1px solid white;
  margin: 0 5px;
  text-decoration: none;
}
.navigatie a {
  display: inline-block;
  color: white;
  padding: 3px;
  border: 1px solid white;
  margin: 0 5px;
  text-decoration: none;
}

img.icon {
	max-width: 20px;
	max-height: 20px;
}

/* ******************************* checkIn / checkOut ************************************ */
div#checkIn, div#checkOut {
	display: none; 
	background: rgba(255,255,255, 0.5); 
	color: black; 
	padding:1%; 
	border: 1px solid green;
	width: 100%;
	height: 1000px;
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;
}
div#checkIn div, div#checkOut div{
	background: rgba(255,255,255, 1);
	width: 400px;
	min-height: 400px;
	padding: 20px;
	margin: 10% auto;
	min-width: 400px;
	border-radius: 10px;
	border: 5px solid #1d7eb4;
	box-shadow: 5px 5px 20px #1d7eb4;
}

div#checkIn div textarea, div#checkOut div textarea{
	width: 90%;
	padding: 10px;
	min-height: 50px;
}

/* ------------------------------------------------------------------------------------------------- nieuwsberichten  */
div#nieuwsmodule h1 {
  font-size: 100%;  
  margin: 0;
  padding: 0;
}

div.nieuwsbericht {
  border-bottom: 1px dotted lightgray;
  margin: 0;
  padding: 0;
  width:auto;
  font-size: 80%;
}

div.standaardbericht {
  /*border: 2px solid #2E2222;*/ 
}


div.nieuwsbericht_datum {
  color: gray; 
  float: left;
  padding-right: 1%;
  
}

div.nieuwsbericht_inhoud {
  display: inline-block;
  min-width:250px;
  width: 85%;
}

div.nieuwsbericht_titel {
  color: yellow; 
  font-size: large;
  font-weight: bold;
  padding-bottom: .5%;
  padding-right: 1%;
  width: 50%;
}
div.nieuwsbericht_bericht {
  color: white; 
  padding-bottom: .5%;
  padding-right: 1%;
  float: left;
  width: 50%;
}
div.nieuwsbericht_bijlage {  
}
div.nieuwsbericht_bijlage h2 {  
  color: black;
  font-weight: bold;
  font-size: 1.0em;
  padding-top: 5px;
}

/* --- nieuwsbericht wijzigen / maken */
div#gebruikerslijst {
  display: block;
  border: 1px solid orange;
  padding: 1%;
  box-shadow: 5px 5px 2px lightgray;
}


/* ------------------------------------------------------------------------------------------------- bericht */
div#bericht {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: auto;
  /* background: none;*/
  font-size: 25px;
}
div#bericht div {
  position: absolute;
  width: 50%;
  display: block;
  background: white;
  height: auto;
  min-height: 100px;
  border: 1px solid gray;
  padding: 5px 10px;
  /*top: 30%;*/
  left: 25%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}  

div#bericht div.negatief {
  color: white;
  background: red;
  border: 1px solid red;
}

div#bericht div.positief {
  color: white;
  background: green;
  border: 1px solid green;
}
div#bericht div.waarschuwing {
  color: white;
  background: orange;
  border: 1px solid green;
}
/*-------------------------------------------------------------------------------------------------- container */
div#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
  margin-top: 0px;
  margin: 0 auto;
	padding: 0px 10px 0px 10px;
	width: 100%;
	max-width: 2500px; /* 20200404: was 1200px */
}

/*-------------------------------------------------------------------------------------------------- kop */
div#kop {
 /* outline: 1px dashed red; */  
 padding-bottom: 10px;
 height: 65px;
 /*background: white url('images/topsl-bg.png') top left repeat-x;*/
/* background-image: url('images/topsl-bg.png'), url('images/header_lighting.png');*/
}

div#logo {
  display: block;
  float: left;
  color: white;
}

div#logo a img {
  width: 120px;
  height: auto; 
  padding-top: 5px;
}

div#logo a {
  color: inherit;
  text-decoration: none;
  font-size: 200%;
  
}

div#header-menu {
  display: block;
  float: right;
  color: white;
}
div#header-menu a{
  color: white; 
}
/*-------------------------------------------------------------------------------------------------- hoofdmenu */
div#hoofdmenu {
  display: block;
  /*outline: 1px dashed green;*/ 
  text-align: left;
  margin-bottom: 20px;
  background-color: #3a4042
}
div#hoofdmenu ul {
  display: block; 
  float: right;
}

div#hoofdmenu ul li {
  list-style-type: none;
  display: block;
  float: left;
  width: auto;
  margin-left: 5px;
  background: lightgray;
  padding: 3px 5px;
  border-radius: 5px;
}
div#hoofdmenu ul li:hover {
  background: white;
}

div#hoofdmenu ul li a {
  font-size: 110%;
  color: black;
  text-decoration: none;
} 
div#hoofdmenu ul li a:hover {
  color: black;
  background: white;
}

/*-------------------------------------------------------------------------------------------------- inhoud */
div#inhoud {
  display: block;
  width: 100%;
  float: left;
  clear: left;
	min-height: 450px;
	background: transparent;
	margin-top: 0px;
	/*outline: 1px solid red;*/
}


select#betaalwijze1, select#betaalwijze2 {
	padding: 15px 5px!important; 
	font-size: 130%;
}
input#receivedAmount1, input#receivedAmount2 {
	padding: 15px 5px!important; 
	font-size: 130%;
}
#waspasCode {
	width: 50%;
	min-width: 250px; 
	padding: 15px 5px!important; 
	font-size: 130%;
}
#bedrag {
	padding: 15px 5px!important; 
	font-size: 130%;
}


span#vestigingnaam {
  display: none;
  /* outline: 1px solid red; */
  text-align: left;
  font-size: 30px; 
  color: white;
  margin-top: -85px;
  margin-left: 30%;
}

table#acties_overzicht {
  width: 100%;
  border-collapse: collapse;
}

table#acties_overzicht th {
  text-align: left;
  color: red;
  border: 1px solid black;
  padding: 5px;
}

table#acties_overzicht td {
  text-align: left;
  border: 1px solid gray;
  padding: 5px;
}

table#acties_overzicht td.kolom1 {

}
table#acties_overzicht td.kolom2 {

}
table#acties_overzicht td.kolom3 {

}
table#acties_overzicht td.kolom4 {
  width: 90px;
}
table#acties_overzicht td.kolom5 {
  width: 90px;
}
table#acties_overzicht td.kolom6 {
  width: 400px;
  color: black;
}
table#acties_overzicht td.kolom7 {

}
table#acties_overzicht td.kolom8 img{
  height: 20px;
}
table#acties_overzicht td.kolom9 img{
  height: 20px;
}

table#reactie-overzicht {
  width: 100%;
  border-collapse: collapse;
}

table#reactie-overzicht th {
  text-align: left;
  color: red;
}


div#actie_uitleg {
  display: block;
  text-align: center;
}

span#actie_uitleg_titel {
  display: block;
  font-size: 250%;
}
span#actie_uitleg_lange_omschrijving {
  display: block;
  padding: 10px;
  font-size: 130%;
}


div#berichtvenster {
  display: block;
  border: 1px solid lightgray;
  font-size: 1.5em;
  line-height: 120%;
  padding: 2%;
  width: 80%;
  margin: 1% auto;
  background: gray;
  text-align: center;
  border-radius: 5px;
}


table#gebruikers_overzicht {
	font-size: 10px;
}


/* ------------------------------------------------------------------- venster scan_transactieinformatie     */
div#scan_transactieinformatie_wrapper {
	display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 199;
  width: 100%;
  height: 100%;
  background: transparent url('images/wachten_achtergrond.png');
}

div#scan_transactieinformatie {
	color: black;
	display: block;
	width: 85%;
	height: 90%;
  padding: 1%;
  background: white;
  position: absolute;
  top: 2%;
  left: 8.5%;
  border-radius: 10px;
  border: 3px solid #fedc00;
  overflow-y: auto;
}
div#scan_transactieinformatie h1 {
	text-align: center;
}
div#scan_transactieinformatie form input, div#scan_transactieinformatie form select, div#scan_transactieinformatie form textarea {
  padding: 3px 5px;
  border-radius: 5px;
}

/* ------------------------------------------------------------------- venster scan_kasuitgaaf     */
div#scan_kasuitgaaf_wrapper {
	display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 199;
  width: 100%;
  height: 100%;
  background: transparent url('images/wachten_achtergrond.png');
}

div#scan_kasuitgaaf {
	color: black;
	display: block;
	width: 50%;
  padding: 1%;
  background: white;
  position: absolute;
  top: 30%;
  left: 25%;
  border-radius: 10px;
  border: 3px solid #fedc00;
}
div#scan_kasuitgaaf h1 {
	text-align: center;
}
div#scan_kasuitgaaf form input {
  padding: 3px 5px;
  border-radius: 5px;
}

/* ------------------------------------------------------------------- venster scan_opname     */
div#scan_opname_wrapper {
	display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 199;
  width: 100%;
  height: 100%;
  background: transparent url('images/wachten_achtergrond.png');
}

div#scan_opname {
	color: black;
	display: block;
	width: 50%;
  padding: 1%;
  background: white;
  position: absolute;
  top: 30%;
  left: 25%;
  border-radius: 10px;
  border: 3px solid #fedc00;
}
div#scan_opname h1 {
	text-align: center;
}
div#scan_opname form input {
  padding: 3px 5px;
  border-radius: 5px;
}


/* ------------------------------------------------------------------- tabel abonnement_verkoop_samenvatting */
div.abonnement_verkoop_samenvatting_kenteken {
  display: inline-block;
  font-weight: bold;  
  font-size: 20px;
  background: yellow;
  color: black;
  padding: 5px 10px;
  width: 200px;
  margin: 5px 0 5px 0;
  text-align: center;
  border: 2px solid black;
  border-radius: 5px;
}

td#abonnement_verkoop_samenvatting_totaalprijs {
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
}

/* ------------------------------------------------------------------------------------------------- scanner */
div#scanner {
  display: block;
  width: 85%; /* OUD: 50% */
  max-width: 1000px;
  background-color: #103950;
  
  margin: 1% auto 2% auto;
  border: 1px solid white;
  padding: 1% 1%;
  border-radius: 8px;
}

div#transactionReminder {
  margin-bottom: 1%; 
  border-radius: 5px; 
  padding: 10px; 
  background: yellow; 
  color: red; 
  /* font-size: 200%; */ 
  text-align: center;
}
div#transactionReminder h2 {
	font-size: 200%;
}
div#transactionReminder p {
	font-size: 140%;
}

form#scannerformulier {
  display: block;
  width: 100%;
  min-width: 10px;
  margin: auto;
}

form#scannerformulier label {
  font-size: 230%;
  color: #272727;
  width: 20%;
  text-align: right;
  padding-right: 1%;
  padding-top: 3%;
}

form#scannerformulier input {
  font-size: 120%;
  padding: 5px 10px;
  color: black;
  width: 100%;
  min-width: 10px;
  text-align: center;
}

form#scannerformulier input#code {
	padding: 10px;
	width: 80%;
	margin-left: 10%;
}
form#scannerformulier input.submit {
	padding: 10px;
	width: 80%;
	margin-left: 10%;
}


div#verkoopartikel {
  display: block;
  width: 80%;
  margin: 2% auto;
  border: 1px solid white;
  padding: 1% 5%;
  border-radius: 10px;
}

div#verkoopartikel span#artikelnaam {
  display: block;
  font-size: 200%;
  text-align: center;
  color: yellow;
}

a.annuleren {
  display: inline-block;
  text-decoration:none;
  font-size: 150%;
  background-color: red;
  color: white;
  padding: 5px 10px;
  width: auto;
  text-align: left;
  border-radius: 3px;
}
  
  
  
form#verkoopartikel-formulier {
  display: block;
  text-align: center;  
}

form#verkoopartikel-formulier input {
  padding: 5px 10px;
  width: auto;
}

form#verkoopartikel-formulier input.submit {
	width: 200px;
}

form#verkoopartikel-formulier select {
  font-size: 150%;
	padding: 5px 10px;
  width: 200px;
}

span.toon_kenteken {
  display: block;
  border: 5px solid #272727;
  padding: 15px 10px;
  color: black;
  background-color: yellow;
  font-size: 300%;
  text-align: center;
  min-width: 200px;
  width: 400px;  
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
}

.scan_melding {
  display: block;
  border: 1px solid white;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 2%;
  color: white;
  font-weight: normal;
  text-align: center;
}
  
/*-------------------------------------------------------------------------------------------------- voeter */
div#voeter {
	display: block;
	clear: both;
  /*outline: 1px dashed gray;*/
  margin-top: 10px;
  border-top: 1px solid lightgray;
  padding-top: 3px;
  text-align: center;
}

div#voeter-social-media {
  display: block;
  float: right;
}

div#voetermenu {
  display: block;
  float: left;  
  color: lightgray;
}

div#voetermenu a {
  display: inline;
  width: auto;
  color: gray;
}

/*-------------------------------------------------------------------------------------------------- credits */
div#credits {
  /* outline: 1px dashed gray;*/ 
  text-align: right;
  font-size: smaller;
}

/* ------------------------------------------------------------------------------------------------------- wachten */
div#wachten {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background: transparent url('images/wachten_achtergrond.png');
}
div#wachten img {
  position: absolute;
  top: 48%;
  left: 45%;
}

/* ---------------------------------------------------------------------------------------------------- formulier abonnement_wijzigen */
p#abonnement_wijzigen_qr_code {
  display: block;  
}

p#abonnement_wijzigen_qr_code img {
  width: 100px;  
}


form#abonnement_wijzigen {
  font-size: 80%; 
}
form#abonnement_wijzigen label {
  width: 300px;  
}

form#abonnement_wijzigen input {
  width: 40%;
  padding: 5px 10px;
  font-size: 100%;
  border: 1px solid #272727;
}

form#abonnement_wijzigen select {
  width: auto;
  padding: 5px 10px;
  font-size: 100%;
  border: 1px solid #272727;
}

form#abonnement_wijzigen textarea {
  width: 70%;
  min-height: 100px;
  padding: 5px 10px;
  border: 1px solid #272727;
}

form#abonnement_wijzigen input#middleName {
  width: 10%;  
}
form#abonnement_wijzigen input#number {
  width: 8%;  
}
form#abonnement_wijzigen input#zipcode {
  width: 10%;  
}
form#abonnement_wijzigen input#pricePerMonth {
  width: 10%;  
}
form#abonnement_wijzigen input#validFrom {
  width: 10%;  
}
form#abonnement_wijzigen input#validUntil {
  width: 10%;  
}

form#abonnement_wijzigen input.carRegistration { 
  border: 2px solid #272727;
  border-radius: 5px;
  font-size: 160%;
  text-align: center;
  width: auto;
  min-width: 100px;
  background-color: yellow;
  padding: 0;
}
form#abonnement_wijzigen input#opslaan {
  width: auto;
  cursor: pointer;
  background: green;
  color: white;
  font-weight: normal;
  border-radius: 5%;
}
form#abonnement_wijzigen input#opslaan:hover {
  font-weight: bold;  
}

/* ---------------------------------------------------------------------------------------------------- formulier actie_wijzigen */
form#actie_wijzigen {
  font-size: 80%;
}

form#actie_wijzigen label {
  width: 300px;  
}

form#actie_wijzigen input {
  width: 70%;
  padding: 5px 10px;
  font-size: 100%;
  border: 1px solid #272727;
}

form#actie_wijzigen input#maxAantalReacties {
  width: 50px;
}

form#actie_wijzigen input.datum {
  width: auto;
}

form#actie_wijzigen input.vestiging {
  width: auto;
}

form#actie_wijzigen input#qNotice {
  width: 50px;
}

form#actie_wijzigen input#opslaan {
  width: auto;
  cursor: pointer;
  background: green;
  color: white;
  font-weight: normal;
  border-radius: 5%;
}
form#actie_wijzigen input#opslaan:hover {
  font-weight: bold;  
}

form#actie_wijzigen textarea {
  width: 70%;
  min-height: 100px;
  padding: 5px 10px;
  border: 1px solid #272727;
}



div#scan_waspasinformatie {
  display: block;
  width: 80%;
  border: 2px solid white;
  padding: 10px;
  margin: 5px auto;
}
div#scan_waspasinformatie h1 {
  text-align: center;
}
  

form#waspasAfboeken {
}
form#waspasAfboeken label{  
}

form#waspasAfboeken input#afboekBedrag {
  width: 150px;
  padding: 5px;
  font-size: 20px;
  color: blue;
  background: white url('images/euro_achtergrond.png') no-repeat top left;
  padding-left: 30px;
}
form#waspasAfboeken input#waspasTransactieCode {
  padding: 5px;
  font-size: 20px;
  color: blue;
}


/* ------------------------------------------------------------------- venster scan_transactieinformatie     */
div#waspas_transactieinformatie_wrapper {
	display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 199;
  width: 100%;
  height: 100%;
  background: transparent url('images/wachten_achtergrond.png');
}
div#waspas_transactieinformatie {
	color: black;
	display: block;
	width: 80%;
  padding: 1%;
  background: white;
  position: absolute;
  top: 15%;
  left: 10%;
  border-radius: 10px;
  border: 3px solid #fedc00;
}

div#waspas_transactieinformatie h1 {
 text-align: center;
}


/* --------------------------------------------------------------------------------------------------reactieoverzicht */
table#reactieoverzicht {
  border-collapse: collapse;
  width: 100%;
}

table#reactieoverzicht tr th {
  text-align: left;
  padding: 2px 5px;
  border: 1px solid black;
}

table#reactieoverzicht td {
  text-align: left;
  padding: 2px 5px;
  color: black;
  border: 1px solid gray;
}

span.verwijderde_actie {
  font-style: italic;
  color: gray;
}


/* ------------------------------------------------------------------------------------- verrekening.php --------------- */
div.verrekening_blok {
	display: block;
	border: 1px solid gray;
	margin-bottom: 10px;
	padding: 1%;
}

div.verrekening_blok h2{
	margin: 0;
}

div.verrekening_blok table {
	width: auto;
}

div.verrekening_blok table tr th{
	padding: 3px;
	outline: 1px solid gray;
	width: auto;
}


div.verrekening_blok table td{
	padding: 3px;
	outline: 1px solid gray;
	width: auto;
}


/* ------------------------------------------------------------------------------------- notification ------------------ */
div#notification {
  display: block;
  position: absolute;
  top: 100px;
  left: 25%;
	z-index: 1000;
	width: 50%;
	height: auto;
	min-height: 300px;
	border: 2px solid red;
	background-color: orange;
	box-shadow: 0 0 50px white;
	border-radius: 20px;
	color: black;
	cursor: pointer;
	font-size: 40px;
	text-align: center;
	padding: 40px 20px;

}



