/* Global */

* {
  box-sizing : border-box;
}

body,
html {
  height     : 100%;
  min-height : 100%;
}

body {
  margin           : 0;
  background-color : #e7e7e7;
  font-family      : roboto, sans-serif;
}

.paspoort {
  width            : 1050px;
  height           : 400px auto;
  margin           : 60px auto 0;
  border           : 1px solid #ddd;
  border-radius    : 6px;
  background-color : #fff;
  box-shadow       : 1px 2px 3px 0px rgba(0,0,0,0.10);
}

.login {
  width            : 360px;
  height           : 500px auto;
  margin           : 60px auto 0;
  border           : 1px solid #ddd;
  border-radius    : 6px;
  background-color : #fff;
  box-shadow       : 1px 2px 3px 0px rgba(0,0,0,0.10);
}

.form-header {
  height        : 60px;
  padding       : 20px 30px 0;
  border-bottom : 1px solid #E1E8EE;
}

.form-body {
  height  : 340px auto;
  padding : 30px 30px 20px;
}

.form-tekst {
	font-family      : roboto, sans-serif;
	font-size 		 : 12px;
}

/* algemeen */

.title {
  margin    : 0;
  color     : #5e6977;
  font-size : 18px;
}

.gbdatum,
.pincode,
.proceed-btn {
  height : 42px;
}

.gbdatum,
.pincode {
    font-size: 14px;
    font-weight: 100;
    line-height: 14px;
}

.gbdatum,
.pincode {
  color   : #86939e;
  opacity : .7;
}

/* Pincode */

.pincode {
  width         : 100%;
  margin-bottom : 20px;
  padding-left  : 20px;
  border        : 2px solid #e1e8ee;
  border-radius : 6px;
}

/* Geboorte datum */

.gbdatum {
  width         : 32%;
  margin-bottom : 20px;
  padding-left  : 20px;
  border        : 2px solid #e1e8ee;
  border-radius : 6px;
	
}

/* Competenties */
.container{
	display: table;
	width: 100%;
	border        : 2px solid #e1e8ee;
}

.row{
	display: table-row;
}

.waarden,
.competenties{
  font-size: 12px;
  font-weight: 100;
  line-height: 20px;
  display: table-cell;
  padding-left: 1px 8px;
  float:  : left;

  color   : #6f7982;
  opacity : .9;
  
}


.table img {
	width          : 100px;
	height         : 100px;
	float          : left;
	margin-right   : 5%;
	margin-bottom  : 10px;
	border         : 1px solid #777;
}

/* Buttons Section */

.proceed-btn {
  cursor: pointer;
  width         : 100%;
  border-color  : transparent;
  border-radius : 6px;
  font-size     : 16px;
}

.proceed-btn {
  margin-bottom   : 10px;
  background      : #7dc855;
  color 		  : #fff;
  text-decoration : none;
  cursor          : pointer;
  
}

.save-btn {
  cursor: pointer;
  width         : 100px;
  border-color  : transparent;
  border-radius : 6px;
  font-size     : 16px;
}

.save-btn {
  float:  : right;
  margin-bottom   : 10px;
  background      : #7dc855;
  color 		  : #fff;
  text-decoration : none;
  cursor          : pointer;
  
}

