 /*
<div class="clr mrgl02 mrgt10 fltr">
<form id="uitvoer" class="mrgl02 brd95 max500" action="#" method="POST">
		<ol  class="brd2g rad5">
			<li>
				<input id="lgnaam"     class="fltl inpmax250" name="lgnaam" type="text" placeholder="Login" autofocus required>	
				<input id="wachtwoord" class="fltr inpmax250" name="wachtwoord"  type="password" placeholder="Wachtwoord" required>	
			</li>
		</ol>
		<input type="submit" style="display: none;" name="confirm" value="Bevestig">
</form>


<button class="inp125 fltl hvrg bkgroen6 fnt11" 
		type="submit" name="keuze" value="Verzenden">Verzenden</button>


.zoeken {
	border: 1.5px solid Blue; 
	border-radius: 5px; 
	font-size: 1vw; 
	margin: 5px 0 0 5px;
	width: 10vw;
	height: 26px;
}
*/

.borderbox {
	width: 304px;
	height: 50px;
	border-radius: 5px;
	border: 3px solid green;	
}


.disabled {
  pointer-events:none;
  color:#000;
  background:#ABEAA2;
}

/* I.v.m. type=file */
input::file-selector-button {
  font-weight: bold;
  color: var(--blauw0);
  background: var(--groen0);
  border: thin solid var(--wit5);
  border-radius: 5px;
  height: 26px;
}

input[type="file"]::file-selector-button:hover {
  background-color: var(--groen6);
  color: white;
}

form#uitvoer { 
	display: block;
	background: var(--achtergond);
	border-radius: 5px;
}

form#uitvoer ol, ul {
	margin: 0;
	padding: 5px;
}

form#uitvoer  li {  
	list-style: none;
	padding: 2px;
	height: 25px;
	font-size: 1em;
}

form#uitvoer label {
	display: block;	
	float: left;
	font-weight: bold;
	background-color: var(--label);
	width: 40%;
	height: 21px;
	border: 1.1px solid gray;
	border-radius: 5px;
}

form#uitvoer input {	
	display: block;
	width: 58%;
	height: 21px;
	border: 1.5px solid gray;
	border-radius: 5px;
}

form#uitvoer select  {
	height: calc(var(--lbhoogte) - 7px);
	width: 57%;
	height: 20px;
}

form#uitvoer textarea  {
	width: 57%;
	font-size: 1.0em;
}

input:hover {
	background: #C9FCA3;
}

fieldset {
	border-color: var(--fieldset); 
	border-style: solid;
	border-width: 3px;
	border-radius: 5px;
}

/* <textarea name="styled-textarea" id="styled" onfocus="this.value='';  */
/* setbg('#e5fff3');" onblur="setbg('white')">Enter your comment here...</textarea> */
/* textarea#styled { */
	/* width: 600px; */
	/* height: 120px; */
	/* border: 3px solid #cccccc; */
	/* padding: 5px; */
	/* font-family: Tahoma, sans-serif; */
	/* background-image: url(bg.gif); */
	/* background-position: bottom right; */
	/* background-repeat: no-repeat; */
/* } */

.lstn { list-style: none; }

.nowrp {
	white-space: nowrap;
}

.icns { 
	position: relative; 
	top: 3px; 
	max-width: 20px;
}

.eimg { 
	width: 3.2vw; 
	max-width: 20px;
}

.Xnobrd { 
	border-color: var(--label);
	border-radius: 5px;
	border-style: solid;
 }

.border5 {
 	border: 1.5px solid black;
	border-radius: 5px;
}

.brd2g { border: 2px solid green; } 
.brd2r { border: 2px solid red; }
.brd2b { border: 2px solid blue; }

.rad5 { border-radius: 5px; }

.border8 {
 	border: 3px solid black;
	border-radius: 5px;
}

.borderclr {
 	border-color: var(--border);
 }
 
.padding0  { padding: 0; }
.paddingB5 { padding-bottom: 5px; }

.zoeken {
	border: 1.5px solid Blue; 
	border-radius: 5px; 
	font-size: 1em; 
	width: 150px;
	height: 30px;
}

.dspnone { display: none !important; }



.inp1 	{ width: 98% !important;}
.inp2 	{ width: 47% !important;}
.inp3 	{ width: 31% !important;}
.inp4 	{ width: 23% !important;}

.inp080 { width: 80px !important;}
.inp100 { width: 100px !important;}
.inp110 { width: 110px !important;}
.inp125 { width: 125px !important;}
.inp129 { width: 129px !important;}
.inp130 { width: 130px !important;}
.inp140 { width: 140px !important;}
.inp150 { width: 150px !important;}
.inp160 { width: 160px !important;}
.inp200 { width: 200px !important;}
.inp999 { width: 99%   !important;}
.inpmax250	{ width: 106px !important; }

.invw100 { width: 7vw !important;}
.invw160 { width: 12vw !important;}

:root {
	--border: 		rgba(255,255,255, 0.6);
	--achtergond:	rgba(200, 200, 200, 1);
	--label:		rgba(170,187,212, 0.4);
	--fieldset:		rgba(132, 204, 44, 0.4);
	--ol:			rgba(170,187,212, 0.6);
	--li:			rgba(0,255,0, 1);
	--wit:			rgb(255,255,255);
	--zwart:		rgb(0,0,0);
	--rood0:  		rgba(255,0,0, 1);
	--rood6:  		rgba(255,0,0, 0.6);
	--groen0: 		rgba(0,255,0, 1);
	--groen2: 		rgba(0,255,0, 0.2);
	--groen6: 		rgba(0,255,0, 0.6);
	--groen9: 		Green;	
	--blauw0: 		rgba(0,0,255, 1);
	--radius5:		5px;
	--brdrwth2:		2px;
	--lbhoogte:		30px;
	--breed:		40%;
	--rest:			10px;	
}
