
.loginveld{
    border-bottom-width: 1px;
    font-size: 16px;
    width:70%;
    padding: 5px;
  
    border-bottom-color: black;
    color: black;
 
}
.menubalk{
    display: flex;
    flex-direction: row;
    border-bottom-width: 1px;
    font-size: 14px;
    width:60%;
    padding: 5px;
    border-radius: 5px;
    background-color: black;

    color:white;
    margin-top: 3%;
    margin-bottom: 2%;
    padding: 10px;
    text-align: center;
    border-width: 2px;
    border-color: lightgray;

}
.appscherm{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.button{
    width:5%;
    margin: 5px;
}
.buttonlogin{
    width:15%;
    margin: 5px;
}
.buttontop{
    width:35px;
    height: 35px;

}
.mndbutton{
    width: 15%;
    background-color: gray;
    border-color: black;
    color: lightgray;
    border-radius: 5px;
    border-width: 1;
    border-style: solid;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    text-align: center;
}
.mndbuttonactief{
    width: 15%;
    background-color: black;
    border-color: grey;
    color: white;
    border-radius: 5px;
    border-width: 1;
    border-style: solid;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    text-align: center;
}
.toplinks{
    width: 25%;
    align-items: flex-start;
}
.toprechts{
    width: 25%;
    align-items: flex-end;
}
.foutmelding{
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    color: red;
    
}
.melding{
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-self: center;
    font-size: 16px;
    color:black;
}
.infoblok{
    width: 60%;
    margin-left: 5%;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-self: center;
    font-size: 14px;
    font-style: italic;
    color:grey;
  
}
.horizontaal{
    display: flex;
    flex-direction: row;
    justify-content: center;
  

}
.horizontaallinks{
     width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: left;
   align-items:center;

}
.horizontaalcenter{
     width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
   align-items: center;

}
.horizontaalbetween{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;

}
.horizontaalaround{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 10px;

  

}
.verticaal{
    display: flex;
    flex-direction: column;
    align-items: center;
  

}
.eye{

    width: 30px;
}
.itembar{
    width: 90%;
    display: flex;
    flex-direction: row;
    padding: 5px;
    background-color: black;
    color: white;
    justify-content: space-around;
    margin: 5px;
}
.dag{
    font-size: 16px;
    width: 5%;
}
.datum{
    font-size: 16px;
    font-weight: bold;
    width: 5%;
}
.tijdgroen{
    width: 30%;
    background-color: lightgreen;
    color: black;
    padding: 2px;
    font-size: 14px;
    text-align: center;
}
.tijdgrijs{
    width: 30%;
    background-color: lightgrey;
    color: black;
    padding: 2px;
    font-size: 14px;
    text-align: center;
}
.tijdzwart{
    width: 30%;
    background-color:black;
    color: black;
    padding: 2px;
    font-size: 14px;
    text-align: center;
}
.daggroen{
    width: 75%;
    background-color: lightgreen;
    color: black;
    padding: 2px;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    border-color: white;
    border-width: 1px;
    border-style: solid;
}
.daggrijs{
    width: 75%;
    background-color: lightgrey;
    color: black;
    padding: 2px;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    border-color: white;
    border-width: 1px;
    border-style: solid;
}
.dagrood{
    width: 75%;
     background-color: red	;
    color: white;
    padding: 2px;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    border-color: white;
    border-width: 1px;
    border-style: solid;
}
.tijdrood{
    width: 30%;
    background-color: red	;
    color: white;
    padding: 2px;
    font-size: 14px;
    text-align: center;
}
.appmodal{
    width: 98%;
    height: 90%;
    background-color: black;
    color: white;
    border-width: 2px;
    border-color: aqua;
    border-style: solid;
    justify-content: center;
}
.startknop{
  
    width:200px;
    height: 200px;
    padding: 5px;
    background-color: green;
    color: white;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}
.stopknop{
  
    width:200px;
    height: 200px;
    padding: 5px;
    background-color: red;
    color: white;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}
    .verder{
      padding:10px; 
      border-bottom-width:1px; 
      border-bottom-style:solid;
    }
.loader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid red; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}
.loadermini {
  border: 2px solid #f3f3f3; /* Light grey */
  border-top: 2px solid black; /* Blue */
  border-radius: 50%;
  width: 15px;
  height: 15px;
  animation: spin 2s linear infinite;
}
.menutop{
    padding:5px;
}
.menutop:hover {
    color: black;
    background-color: #f5f5f5;
    padding: 5px;
    border-radius: 3px;
  }

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.skip{
    padding: 5px;
    background-color: black;
    color: #f3f3f3;
    border-radius: 5px;
    border-style: outset;
}
.noskip{
    padding: 5px;
    background-color: gray;
    color: #f3f3f3;
    border-radius: 5px;
    border-style: inset;
}
  

