html { 
	font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, body { 
	border: 0; margin: 0; height: 100%; min-height: 100%; }
body { 
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 15px;
	color: #6e6e6e;
	line-height: 24px;
}
table {
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 18px;
	color: #6e6e6e;
	line-height: 24px;	
}
.calc {
	font-size:18px;
	font-family: verdana, arial, sans-serif;
	text-decoration: none;
	padding: 0px 20px 5px 5px;
	color: #333333;	
}
div.content {
	position:absolute;
	top=2000;
	border-right: 1px solid #4a4a4a;
	border-left: 1px solid #4a4a4a;
	margin: 0 auto;
	font-size:18px;
	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
	padding: 0px 20px 5px 5px;
	color: #333333;
}
select {
	font-size:17px;
	outline: none;
	margin: 0px 0px 0px 0px;
	border: 0px;
	background-color: transparent;
	padding-left:5px;
	cursor:pointer;

	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 110%;
	background-position-y: 0px;
}
select.rubrieken {
	font-size:17px;
	outline: none;
	margin: 0px 0px 0px 0px;
	border: 0px;
	background-color: transparent;
	padding-left:5px;
	cursor:pointer;

	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 0px;
}
select.deel {
	font-size:17px;
	outline: none;
	margin: 0px 0px 0px 0px;
	border: 0px;
	background-color: transparent;
	padding-left:5px;
	cursor:pointer;

	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="18" cy="5" r="3"></circle><circle cx="6" cy="12" r="3"></circle><circle cx="18" cy="19" r="3"></circle><line x1="8.59" y1="13.51" x2="15.42" y2="17.49"></line><line x1="15.41" y1="6.51" x2="8.59" y2="10.49"></line></svg>");
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 0px;
}

input[type=text], input[type=number], textarea {
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 20px;
	width:95%;
	font-family: helvetica, arial, sans-serif;  
	outline: none;
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid #DDDDDD;
	text-transform: lowercase;
}
textarea.boodschap {
	text-transform: none;
}
input[type=text]:focus, input[type=number]:focus, textarea:focus {
	-moz-box-shadow: 0 0 5px #51cbee;
	-webkit-box-shadow: 0 0 5px #51cbee;
	box-shadow: 0 0 5px #51cbee;
	font-size: 20px;
	font-family: helvetica, arial, sans-serif;
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid #51cbee;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
input[type=text].normaal {
  text-transform: none;
}
label {
   pointer-events: none;
}
.paramtable
	tr:nth-child(even):hover {
		color:#ffffff;
		width:100%;
		background:-o-linear-gradient(bottom, #ffef98 5%, #fcdf88 100%);
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffef98), color-stop(1, #fcdf88) );
		background:-moz-linear-gradient( center top, #ffef98 5%, #fcdf88 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffef98", endColorstr="#fcdf88");
		background: -o-linear-gradient(top,#ffef98,#fcdf88);
		background-color:#fcdf88;
	}
.CSSEFL {
	margin:0px;padding:0px;
	max-width:416px; 
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSEFL table{
	border-collapse: collapse;
	border-spacing: 0;
	max-width:416px; 
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.CSSEFL  input[type=button] {
	font-size:15px;
	font-family:Verdana;
	font-weight:bold;
	color:#ffffff;
	cursor:pointer;
	padding: 10px 10px 10px 10px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.79, #FF8800),
		color-stop(0.56, #FFAE00)
	);
	background-image: -o-linear-gradient(bottom, #FFAE00 56%, #FF8800 79%);
	background-image: -moz-linear-gradient(bottom, #FFAE00 56%, #FF8800 79%);
	background-image: -webkit-linear-gradient(bottom, #FFAE00 56%, #FF8800 79%);
	background-image: -ms-linear-gradient(bottom, #FFAE00 56%, #FF8800 79%);
	background-image: linear-gradient(to bottom, #FFAE00 56%, #FF8800 79%);
}
.CSSEFL tr:nth-child(even) { background-color:#fcdf88; }
.CSSEFL tr:nth-child(odd){ background-color:#ffaa56; }
.CSSEFL td{
	vertical-align:top;
	text-align:left;
	padding:7px 2px 7px 2px;
	font-size:17px;
	font-family:Verdana;
	font-weight:normal;
	color:#000000;
}
#id_histable td{
	vertical-align:top;
	text-align:left;
	padding:2px 2px 2px 2px;
	font-size:12px;
	font-family:Verdana;
	font-weight:normal;
	color:#000000;
}
.CSSEFL td.small{
	padding:2px 2px 2px 2px;
	font-size:12px;
}
.CSSEFL td.smaller{
	padding:0px 2px 0px 2px;
	font-size:12px;
}
.CSSEFL td.detail{
	vertical-align:top;
	text-align:left;
	padding:0px 2px 0px 2px;
	font-size:17px;
	font-family:Verdana;
	font-weight:normal;
	color:#000000;
}
.CSSEFL tr.mid:nth-child(even) td{ border-bottom:1pt dashed white; }
.CSSEFL tr.mid:nth-child(odd) td{ border-bottom:4pt groove #886611; }
.CSSEFL tr.kop td{
	background:-o-linear-gradient(bottom, #ff7f44 5%, #bf5f00 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #bf5f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");
	background: -o-linear-gradient(top,#ff7f00,bf5f00);
	background-color:#ff7f00;
	border:0px solid #000000;
	text-align:center;
	font-size:15px;
	font-family:Verdana;
	font-weight:bold;
	color:#ffffff;
}
.CSSEFLbutton {
	font-size:17px;
	font-family:Verdana;	
	border-radius: 1px;
	padding: 2px;
	-webkit-box-shadow: 1px 1px 4px 0 #000000;
	-moz-box-shadow: 1px 1px 4px 0 #000000;
	box-shadow: 1px 1px 4px 0 #000000;
	border: solid #337FED 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	text-align: center;
}
.CSSEFL tr.trx:nth-child(odd){ background-color:#fcdf88; }
.CSSEFL tr.trx td{
	padding:2px 2px 2px 2px;
	font-size:17px;
}
.CSSEFL tr.trx td.trx{
	padding:2px 2px 2px 2px;
	font-size:12px;
}
.trx img{width:20px}

.ontvang {
	background: #9f9500 !important;
	background-image: -webkit-linear-gradient(top, #9f9500, #5a9619);
	background-image: -moz-linear-gradient(top, #9f9500, #5a9619);
	background-image: -ms-linear-gradient(top, #9f9500, #5a9619);
	background-image: -o-linear-gradient(top, #9f9500, #5a9619);
	background-image: -webkit-gradient(to bottom, #9f9500, #5a9619);
}
.ontvang:hover {
	border: solid #337FED 1px;
	background-image: -webkit-linear-gradient(top, #5a9619, #9f9500);
	background-image: -moz-linear-gradient(top, #5a9619, #9f9500);
	background-image: -ms-linear-gradient(top, #5a9619, #9f9500);
	background-image: -o-linear-gradient(top, #5a9619, #9f9500);
	background-image: -webkit-gradient(to bottom, #5a9619, #9f9500);
	text-decoration: none;
}
.betaal {
	background: #cc1e08 !important;
	background-image: -webkit-linear-gradient(top, #f68426, #cc1e08)  !important;
	background-image: -moz-linear-gradient(top, #f68426, #cc1e08)  !important;
	background-image: -ms-linear-gradient(top, #f68426, #cc1e08)  !important;
	background-image: -o-linear-gradient(top, #f68426, #cc1e08) !important;
	background-image: -webkit-gradient(to bottom, #f68426, #cc1e08)  !important;
}
.betaal:hover {
	border: solid #337FED 1px;
	background-image: -webkit-linear-gradient(top, #cc1e08, #f68426);
	background-image: -moz-linear-gradient(top, #cc1e08, #f68426);
	background-image: -ms-linear-gradient(top, #cc1e08, #f68426);
	background-image: -o-linear-gradient(top, #cc1e08, #f68426);
	background-image: -webkit-gradient(to bottom, #cc1e08, #f68426);
	text-decoration: none;
}
.scan {
	background: #a3c5fc !important;
	background-image: -webkit-linear-gradient(top, #a3c5fc, #508ffa);
	background-image: -moz-linear-gradient(top, #a3c5fc, #508ffa);
	background-image: -ms-linear-gradient(top, #a3c5fc, #508ffa);
	background-image: -o-linear-gradient(top, #a3c5fc, #508ffa);
	background-image: -webkit-gradient(to bottom, #a3c5fc, #508ffa);
}
.scan:hover {
	border: solid #337FED 1px;
	background-image: -webkit-linear-gradient(top, #508ffa, #a3c5fc);
	background-image: -moz-linear-gradient(top, #508ffa, #a3c5fc);
	background-image: -ms-linear-gradient(top, #508ffa, #a3c5fc);
	background-image: -o-linear-gradient(top, #508ffa, #a3c5fc);
	background-image: -webkit-gradient(to bottom, #508ffa, #a3c5fc);
	text-decoration: none;
}
.history {
	background: #c6c4c8 !important;
	background-image: -webkit-linear-gradient(top, #c6c4c8, #9e9aa3)  !important;
	background-image: -moz-linear-gradient(top, #c6c4c8, #9e9aa3)  !important;
	background-image: -ms-linear-gradient(top, #c6c4c8, #9e9aa3)  !important;
	background-image: -o-linear-gradient(top, #c6c4c8, #9e9aa3)  !important;
	background-image: -webkit-gradient(to bottom, #c6c4c8, #9e9aa3)  !important;
}
.history:hover {
	border: solid #337FED 1px;
	background-image: -webkit-linear-gradient(top, #9e9aa3, #c6c4c8);
	background-image: -moz-linear-gradient(top, #9e9aa3, #c6c4c8);
	background-image: -ms-linear-gradient(top, #9e9aa3, #c6c4c8);
	background-image: -o-linear-gradient(top, #9e9aa3, #c6c4c8);
	background-image: -webkit-gradient(to bottom, #9e9aa3, #c6c4c8);
	text-decoration: none;
}
//==
.vsomething {
	color:green !important;}

.vontvang {
	color:green !important;
	font-size:22px;}
.vontvang:hover {
	color:green !important;
	font-size:22px;
	border:solid #337FED 1px;cursor:pointer}
.vbetaal {
	color:red !important;}
.vbetaal:hover {
	border:solid #337FED 1px;cursor:pointer}
.vscan {
	color:blue !important;}
.vscan:hover {
	border:solid #337FED 1px;cursor:pointer}
.vhistory {
	color:grey !important;}
.vhistory:hover {
	border:solid #337FED 1px;cursor:pointer}

.row {
  padding-bottom:0px;
  padding-top:4px;
}
.row:after {
  content: "";
  display: table;
  clear: both;	
}
.column {
  float: left;
  width: 25%;
}
.fakelink {
	color:purple;
	cursor:pointer;
}
.verklein {
	font-size:12px !important;
}
.fakelink:hover {text-decoration:underline;}
.fakelink:active {color:red;}
