@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }


body, html {
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	color: rgba(82,82,83,.61);
	line-height:18px;
}
#video_box{
	float:left;
	 margin: 0px auto;
	width: 500px;
	height: 375px;
	border: 10px #333 solid;
}
#video_overlays {
	position:absolute;
	float:left;
	background-image:url(face.png);	
	z-index:300000;
	width:500px;
	height:400px;
	background-repeat:no-repeat;
	background-position-x:center;
	background-position-y:center;
}
.center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 73%;
	height: 90%;
	z-index:10;
	display:none;
}
.center2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 73%;
	height: 90%;
	z-index:10;
	display:none;
	background-image:url("gezicht.png");
	background-size:50%;
	background-repeat: no-repeat;
	background-position: center;
	
}

.overlay {
	position: absolute;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	background: #FFF;
	opacity: 0.95;
	filter: alpha(opacity = 95); /* required for opacity to work in IE */
	z-index:9;
}
	
.thinkingscreen {
	position: absolute;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	background: #FFF;
	opacity: 0.95;
	filter: alpha(opacity = 95); /* required for opacity to work in IE */
	z-index:9;
	background-image:url("../img/loading.gif");
	background-position: center center;
	background-repeat:no-repeat;
	display:none;
	
}


button,
a.btn {
	background-color: #E15720;
	color: white;
	padding: 15px 15px;
	border-radius: 3px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	font-size: 17px;
	cursor: pointer;
	text-decoration: none;
	text-shadow: none;
	display: inline-block;
	cursor: pointer;
	width:100%;
	text-align:center;
	padding-bottom:20px;
	height:50px;
	margin-bottom:10px;
}

a.btn:hover, draailinks:hover, draairechts:hover {
	background-color: #98b4cc;
}

input[type="file"], input[type="submit"] {
cursor: pointer;
}
button:focus {
outline: 0;
}

.file-btn {
position: relative;
}
.file-btn input[type="file"], .file-btn input[type="submit"] {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
}




.studentenpas-foto-preview .studentenpas-foto-preview-wrap,
.studentenpas-foto-preview .upload-result,
.studentenpas-foto-preview.ready .upload-msg {
display: none;
}
.studentenpas-foto-preview.ready .studentenpas-foto-preview-wrap {
display: block;
}
.studentenpas-foto-preview.ready .upload-result {
display: inline-block;    
}
.studentenpas-foto-preview-wrap {
width: 300px;
height: 369px;
margin-left:25px;
}

.upload-msg {
text-align: center;
padding: 50px;
font-size: 22px;
color: #aaa;
width: 260px;
margin: 50px auto;
border: 1px solid #aaa;
}

.col-1-2 {
width: 50%;
}

.col-1-3 {
width: 33.33%;
}
.col-2-3 {
width: 66.66%;
}
.col-1-4 {
width: 25%;
}
.col-3-4 {
width: 75%;
}

.grid {
width: 100%;
max-width: 1140px;
min-width: 755px;
margin: 0 auto;
overflow: hidden;
min-height: 405px;
}
.grid:after {
content: "";
display: table;
clear: both;
}

*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
[class*='col-'] {
float: left;
padding-right: 20px; /* column-space */
}




legend {
display: block;
-webkit-padding-start: 2px;
-webkit-padding-end: 2px;
border-width: initial;
border-style: none;
border-color: initial;
border-image: initial;
font-size:14px !important;
padding:0px !important;
margin-bottom:0px !important;

}

.form-wrapper .field-list fieldset, .form-wrapper .field-list legend {
margin: 0;
padding: 0;
border: 0;
}
.form-wrapper .field-list .field .field-element {
width: 100%;
padding: 12px;
margin: 6px 0 4px;
border: 1px solid #ccc;
background: #fafafa;
color: #000;
font-size: 12px;
line-height: normal;
box-sizing: border-box;
border-radius: 2px;
}

.error {
color:red;
font-weight:bold;
}


.previewfoto {
position:absolute;
margin: 0;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height:80%;
width:auto;
display:none;
z-index:999;
}


.face {
	position: absolute;
	border: 2px solid #FFF;
}
.face2 {
	position: absolute;
	border: 2px solid #AAA;
}

.field {
	
	padding: 12px;
	margin: 6px 0 4px;
	border: 1px solid #ccc;
	background: #fafafa;
	color: #000;
	font-family: sans-serif;
	font-size: 12px;
	line-height: normal;
	box-sizing: border-box;
	border-radius: 2px;
	width:100%
}

.halflinks {
	width:50%;
	float:left;
	font-family: Roboto, sans-serif;
	font-size:13px;
	margin-top:20px;
}
.halfrechts {
	width:50%;
	float:right;
	padding-left:25px;
	font-family: Roboto, sans-serif;
	font-size:13px;
	margin-top:20px;
}
.half {
	width:50%;
	font-family: Roboto, sans-serif;
	font-size:13px;
}

.field:focus  {
	background: #FFFFFF;
}

.kleiner, .groter {
	color: white;
	padding: 8px 7px;
	font-size: 25px;
	cursor: pointer;
	text-decoration: none;
	text-shadow: none;
	display: inline-block;
	cursor: pointer;
	width: 25px;
	text-align: center;
	font-family:'Font Awesome 5 Free';
	margin-top:9px;
}	
.kleiner {
	float:left
}
.groter {
	float:right;
}

.kleiner:before {
	content: "\f010";	
}
.groter:before {
	content: "\f00e";	
}

.draailinks {
	color: white;
	padding: 8px 7px;
	border-radius: 3px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	font-size: 13px;
	cursor: pointer;
	text-decoration: none;
	text-shadow: none;
	display: inline-block;
	cursor: pointer;
	width: 25px;
	text-align: center;
	float:left;
	background-color: #E15720;
	font-family:'Font Awesome 5 Free';
	margin-top:3px;
	
}
.draailinks:before {
	content: "\f0e2";
}
.draairechts {
	color: white;
	padding: 8px 7px;
	border-radius: 3px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	font-size: 13px;
	cursor: pointer;
	text-decoration: none;
	text-shadow: none;
	display: inline-block;
	cursor: pointer;
	width: 25px;
	text-align: center;
	float:right;
	background-color: #E15720;
	font-family:'Font Awesome 5 Free';
	margin-top:3px;
}
.draairechts:before {
	content: "\f01e";
}

.veld-samen {
	clear:both;
	margin-bottom:10px;
}
