/* https://getbootstrap.com/docs/5.0/examples/checkout/ 
   https://getbootstrap.com/docs/5.0/forms/checks-radios/ */
body {
    height: 100%;
    overflow:hidden;
    margin: 0;
    padding: 0;
    color:#142952;
    font-family: 'Dejavu Sans', Calibri, Verdana, sans-serif;
  }
  
  .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgb(168, 168, 168);
  }
  .form-control::-moz-placeholder { /* Firefox 19+ */
    color: rgb(168, 168, 168);
  }
  .form-control:-ms-input-placeholder { /* IE 10+ */
    color: rgb(168, 168, 168);
  }
  .form-control:-moz-placeholder { /* Firefox 18- */
    color: rgb(168, 168, 168);
  }

  .form-label{
    color: rgb(126, 126, 126);
  }
  
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  h1,h2,h3,h4,h5,h6{
    color:#2296dd;
  }
  
  a:hover{
    color:#155a84;
  }
  
  .message{
    color:#155a84;
    font-size:0.8em;
    font-style: italic;
  }
  
  #brandGron{
    display:none;
  }
  
  #logout{
    width:24px;
    cursor:pointer;
  }
  
  .header,.footer,.main { 
    position:absolute; 
    right:0;
    left:0
  }
  
  .header{
    position:sticky;
    top:0;
    height:80px; 
    background-color: rgb(64,64,64);
  }
  
  .main{
    top:60px;
    bottom:40px;
    display:flex;
    padding:0;
    padding-top:20px;
    width:100%;
  }
  
  .content{
    height:100%;
    text-align:center;
    width:100%;
    right: 0;
    top: 0;
    overflow:hidden;
    overflow-y:auto;
    padding: 0;
  }
  
  .content-holder{
    text-align:left;
    overflow:hidden;
    margin: 0 auto;
  }
  
  .message{
    margin:0 auto;
    width:90%;
  }
  
  
  .row{
    text-align:left;
  }
  
  .footer {
      bottom: 0;
      width: 100%;
      height: 40px;
      line-height: 30px;
      background-color: #3b3B3B;
  }
  
  
  
  
  #wrapper {
    width: 100%;
    height: 70vh;
    background: #ed2b21;
    position: absolute;
    opacity: 0.85;
    margin-top: -200px;
    z-index: -1;
  }
  .logo {
    font-size: 38px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 4px rgba(150, 150, 150, 1);
    text-align: center;
  }
  .slogan {
    font-size: 15px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
    text-align: center;
    margin: -10px 0 20px 0;
  }
  
  .panel-footer {
    font-size: 13px;
  }
  
  
  .onzichtbaar{
    display:none;
  }
  
  .datumRow{
    width: 90%;
    color:rgb(97, 97, 97);
  }
  
  .datumRow input[type="date"] {
    margin:0 auto;
    margin-bottom: 5px;
    margin-top: 5px;
    width:100%;
    height: 40px;
    border: 1px solid rgb(180, 180, 180);
    border-radius: 10px;
  }
  
  .datumRow input[type="text"] {
    margin:0 auto;
    margin-bottom: 5px;
    margin-top: 5px;
    width:100%;
    height: 40px;
    border: 1px solid rgb(180, 180, 180);
    border-radius: 10px;
  }
  
  .toggleButton, .redenTxt, .datumVeld{
    margin:0 auto;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 90%;
  }
  
  .toggleButton{
    font-size: 1.1em;
  }
  
  .redenTxt, .datumVeld{
    border: 1px solid rgb(97, 97, 97);
    height: 40px;
    border-radius: 10px;
    color:rgb(97, 97, 97);
  }
  
  .labelReden{
    width: 90%;
    margin:0 auto;
    margin-top: 10px;
    font-size: 0.9em;
    color:rgb(97, 97, 97);
  }
  
  .uitleg{
    font-style: italic;
    font-size:0.9em;
  }
  
  .overzichttitel{
    font-size:0.8em;
    text-align: center;
  }






  
  
  @media (min-width:500px){
    .content{
      padding:20px;
    }
    .main{
      padding:10px;
    }
    .maincontainer{
      width:100%;
    }
    .message{
      width:100%;
    }
  
    .overzichttitel{
      font-size: 1em;
    } 
  
  }
  @media (min-width: 990px) {
    .maincontainer{
      width:80%;
    }
      #brandGron{
        display:inline;
      }
      
      #logout{
        width:32px;
      }
  }
  
  th, td {
    padding-right: 15px;
  }
  