p {
	font-family: 'Montserrat', sans-serif;
}
h1 {
	font-family: 'Montserrat', sans-serif;
}
h2 {
	font-family: 'Montserrat', sans-serif;
}
body {
    background-image:url("achtergrondKeyboard.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
.terug {
   float: right;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 3%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 15px;
    border: 1px solid #888;
    width: 80%;
	height: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    overflow: hidden;
}

.modal-scrollable {
    position: relative;
    left: 1%;
    top: 1%;
    background-color: #fefefe;
    margin: auto;
    padding: 5px;
	width: 80%;
	height: 95%;
    overflow: auto;
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0} 
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.knopAchtergrond {
    float: left;
    margin: 1%;   
    width: 48%;
    height: 280px;
    cursor:pointer;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	background-color: lightgreen;
}
.knop {
    background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
    opacity: 1; 
}
.knop:hover {
	opacity: 0.9;
}

#PersoonsGegevens {
  background-image: url("passport.jpg");
}
#Bestanden {
  background-image: url("bestanden.jpg");
}
#Consulten {
  background-image: url("agenda.jpg");
}
#Metingen {
  background-image: url("meting.jpg");
}
.knopTitel {
  font-family: 'Montserrat', sans-serif;
  color: white;
  width: 100%
  height: 30px;
  background: linear-gradient(#dbe6da, #539d4d);
  padding: 5px;
}
#Uitloggen {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
  font-family: 'Montserrat', sans-serif;
  color: blue;
}
.logo{
  width: 209px;
  height: 102px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("logo.png");
  background-size: cover;
}
.gegevens{
  width: 400px;
  margin: 15px;
}

#gegevensToonGegevens{
  width: 100%;
  margin: 0px;
}
.loginScherm{
    font-family: 'Montserrat', sans-serif;
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 15px;
    border: 1px solid #888;
    width: 400px;
	text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.omschrijving {
    font-family: 'Montserrat', sans-serif;
	font-style: italic;
	font-size: 14px;
}
.omschrijvingKop {
    font-family: 'Montserrat', sans-serif;
	font-style: italic;
	font-size: 16px;
}
.persoonlijkGegeven {
    font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.bestand  {
    position: relative;
    min-width: 150px;
	max-width: 200px;
    min-height: 150px;
	padding: 5px;
	float: left;
    font-family: 'Montserrat', sans-serif;
	text-align: center;
}
.bestandicoon {
  width: 100px;
  height: 100px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("plainIcon.png");
  background-size: cover;
}
.bestand > span {
    position: absolute;
    width: 200px;
    padding: 10px 20px;
    margin-top: -70px;
    margin-left: -120px;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    position: absolute;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
	text-align: left;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #999;
    -webkit-transition-property: opacity, margin-top, visibility, margin-left;
    -webkit-transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
    -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-property: opacity, margin-top, visibility, margin-left;
    transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
    transition-timing-function: 
        ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-delay: 0.7s;
	-webkit-transition-delay: 0.7s;
}
.bestand:hover > span {
    opacity: 1;
    text-decoration: none;
    visibility: visible;
    overflow: visible;
    margin-top: -50px;
    display: inline;
    margin-left: -90px;
}
.bestand span b {
    width: 15px;
    height: 15px;
    margin-left: 40px;
    margin-top: -19px;
    display: block;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: inset -1px 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -o-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    display: none\0/;
    *display: none;
}    
.bestand > span {
	color: #000000; 
	background: #FBF5E6;
	background: -webkit-linear-gradient(top, #FBF5E6, #FFFFFF);
	background: linear-gradient(top, #FBF5E6, #FFFFFF);	    
	border: 1px solid #CFB57C;	     
}    
.bestand span b {
	background: #FBF5E6;
	border-top: 1px solid #CFB57C;
	border-right: 1px solid #CFB57C;
}
.extensiepdf {
  background-image: url("pdfIcon.png");
}
.extensiexml {
  background-image: url("xmlIcon.png");
}
.extensiehtml {
  background-image: url("xmlIcon.png");
}
.extensiexls{
  background-image: url("xlsIcon.png");
}
.extensiexlsx{
  background-image: url("xlsIcon.png");
}
.extensiecsv{
  background-image: url("xlsIcon.png");
}
.extensiepng {
  background-image: url("pngIcon.png");
}
.extensiejpg {
  background-image: url("pngIcon.png");
}
.extensiedoc {
  background-image: url("docIcon.png");
}
.extensiedocx {
  background-image: url("docIcon.png");
}
.extensiertf {
  background-image: url("docIcon.png");
}
.extensieodt {
  background-image: url("docIcon.png");
}
table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table {
    font-family: 'Montserrat', sans-serif;
	color:#666;
	font-size:16px;
	background:#eaebec;
	margin:10px;
	border: 0px;
	width: 80%;
}
table th {
	padding: 15px;
	text-align: left;
	font-style: italic;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table tr {
	text-align: left;
	padding-left:2px;
	background-color: #ffffff
}
table td:first-child {
}
table td {
	padding: 15px;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

/* Overwrite the default to keep the scrollbar always visible */ 
::-webkit-scrollbar { 
    -webkit-appearance: none; 
    width: 7px; 
} 
/* Overwrite the default to keep the scrollbar always visible */ 
::-webkit-scrollbar-thumb { 
    border-radius: 4px; 
    background-color: rgba(0,0,0,.5); 
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5); 
}