
body { 
    background-color: whitesmoke; 
    background-position: bottom left;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  body, table, td, p {
      font-size: 11pt;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  
  
  #copyright {
    position: fixed;
    bottom: 5px;
    right: 8px;
  }
  
  /**************** BOOTSTRAP OVERRIDES ******************/
  
  .alert-inline {
    padding: 5px;
  }
  
  .bg-primary {
      background-color: #3C6329 !important;
      color: white !important;
  }
  
  .bg-secondary {
    background-color: #AACFE3 !important;
  }
  
  
  
  .btn-xs {
    padding:  0.0rem 0.25rem !important
  }
  
  .btn-primary {
    background-color: #3C6329 !important;
    border-color: #3C6329 !important;
  }
  
  .btn-primary .fa-solid, a.dropdown-item .fa-solid {
    color: white;
  }
  
  .btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    background-color: #264119 !important;
  }
  
  .btn-outline-primary {
    color: #3C6329 !important;
    border-color: #3C6329 !important;
  }
  
  .btn-secondary, .table-secondary {
    background-color: #d1ecfa !important;
    border-color: #4B5C64 !important;
    color: #4B5C64;
    font-weight: 700;
  }
  
  .btn-outline-secondary {
    color: #4B5C64 !important;
    border-color: #4B5C64 !important;
  }
  
  .btn-startup, .btn-dash {
    position: relative;
  }
  
  .btn-startup i, .btn-dash i{
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 2em;
  
  }
  
  .btn-startup .bi, .btn-dash .bi,  .dropdown-item .bi, .btn-primary .bi , .first-line-content .bi{
      color: white;
  }
  
  .buttons-excel, .buttons-pdf, .buttons-print, .buttons-csv {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    border-radius: 0.2rem;
  }
  
  .bi {
    color:#3C6329;
  }
  .label, .col-form-label {
    line-height: 0.9 !important;
    text-align: left !important;
  }
  
  .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #3C6329;
    border-color: #3C6329;
  }
  
  .page-link {
    color: #3C6329;
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    border-radius: 0.2rem;
  }
  
  .dropdown-menu {
    background-color: #3C6329;
    padding: 0px ;
  }
  
  .navbar.navbar-dark .container-fluid {
    color: white;
  }
  
  .nav-link {
    padding: 0px;
  }
  
  .nav-link:focus, .nav-link:hover {
      color: #d1ecfa;
  }
  
  .nav-link a:hover i{
      color: black;
  }
  
  
  
  nav.fixed-bottom, nav.fixed-bottom a {
      padding: 0px;
      font-size: 12px;
      text-decoration: none;
      color: white;
      padding-bottom: 2px;
      padding-top: 1px;
  }
  nav.fixed-bottom {
      border-top: 1px solid silver;
  }
  
  
  .dash { 
    font-size: 1.1em;
    font-weight: 700;
  }
  
  /**************** GENERAL CSS ********************/
  
  .tipje { 
    font-size: 10px;
  }
  
  .currency {
    text-align: right !important;
  }
  
  .warningtext {
    border: 2px solid black;
    border-radius: 5px;
    background-color: darkorange;
    font-weight: bold;
    padding: 1px 10px;
    margin: 10px;
    flex: auto;
    text-align: center;
  }
  
  
  /**************** FORMS **************************/
  
  .frm_radio{
      top: 8px;
  position: relative;
  }
  
  .frm_input_alert {
    border: 1px solid red;
    background-color: pink;
  }
  
  span.form-control {
    text-align: left;
  }
  /**************** MENU ***************************/
  
  .first-line {
    background-color:#3C6329;
    color: white;
  }
  
  .first-line a, .first-line a:hover {
    color: white;
  }
  
  .first-line a:hover {
    color: black
  }
  
  
  h5.first-line {
    padding: 2px 5px;
  }
  
  .second-line {
    background-color: #AACFE3 !important;
    color: black !important;
  }
  
  header a, header a:hover {
    color: black;
    text-decoration: none;
  }
  
  .saved {
    color: #3C6329;
  }
  
  .savedcombo { 
    color: #3C6329;
    border: 2px solid #3C6329;
  }
  
  .saved::after {
    content: '<i class="fa-solid fa-check"></i>';
  }
  
  
  
  /**************** INFOBOX ************************/
  
  #infobox {
    display: none;
    border-radius: 10px;
      position: fixed;
      top: 60px;
      left: 100px;
      border: 3px solid silver;
      background-color: #3C6329;
      color: white;
      z-index: 999;
      padding: 20px;
      width: 400px;
  }
  
  #savedbox {
    display: none;
    border-radius: 10px;
      position: fixed;
      top: 60px;
      left: 100px;
      border: 3px solid silver;
      background-color: #3C6329;
      color: white;
      z-index: 999;
      padding: 20px;
      width: 200px;
  }
  
  #newbox {
    display: none;
    border-radius: 10px;
      position: fixed;
      top: 60px;
      left: 100px;
      border: 3px solid silver;
      background-color: white;
      color: black;
      z-index: 999;
      padding: 20px;
      width: 400px;
  }
  
  
  /**************** DASH *************************************/
  
  .btn-dash {
    height: 150px;
    width: 150px;
    margin: 5px;
    text-align: left;
    background-color: rgb(48, 48, 48) !important;
  }
  
  .btn-dash-groen {
    background-color: #3C6329 !important;
  }
  
  .btn-dash-gaatdoor {
    background-color: darkgreen !important;
  }
  
  .btn-dash-vol {
    background-color: darkred !important;
  }
  
  .dash-date {
    font-size: 1.5em;
    font-weight: bold;
  }
  
  .dash-title {
    font-size: 1.1em;
    font-weight: bold;
    height: 48px;
    overflow: hidden;
  }
  
  .dash-counter {
    width: 40px;
    font-size: 1.8em;
    font-weight: bold;
    float: left;
    text-align: center;
  }
  
  .dash-countertext {
    font-size: 10px;
    font-weight: normal;
  }
  
  
  
  /**************** CONTACTS / PROFIEL ***********************/
  
  #contactlist tr { 
      cursor: pointer !important;
  }
  
  .roleexplained, .roleexplained p {
      font-size: 9pt;
      color: rgb(50, 50, 50);
  }
  
  .passnomatch {
      color: red;
      font-weight: 700;
  }
  
  .requiredtext {
      color: red;
      font-weight: 700;
  }
  
  .checkcontacterrors {
      border: 2px solid black;
      border-radius: 5px;
      background-color: darkorange;
      font-weight: bold;
      padding: 5px 10px;
      margin: 10px;
      flex: auto;
      width: 250px;
      text-align: center;
  }
  
  
  /************* EVENTS ********************/
  
  input:disabled, select:disabled, textarea:disabled, .form-control:disabled, .form-select:disabled {
    background-color: white;
  }
  
  
  .event_blok {
    border: 1px solid #3C6329;
    border-radius: 10px;
    padding: 10px;
  }
  .event_datumblok {
    padding: 0px;
  }
  .event_datum {
    font-size: 18px;
    font-weight: 700;
    color: #3C6329;
  }
  
  .event_tijd {
    font-size: 14px;
    font-weight: 700;
    color: #3C6329;
  }
  
  .event_titel {
    height: 60px;
    background-color:rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    overflow: hidden;
  }
  
  .event_titel h5 {
    max-height: 50px;
    overflow: hidden;
  }
  
  .img_voorinschrijving {
    position: relative;
    top: -52px;
    left: 25px;
  }
  
  .event_omschrijving {
    line-height: 120%;
    font-size: 12pt;
  }
  
  .event_prijs {
    color: #3C6329;
    font-weight: 700;
  }
  
  .actiefuitje {
    height: 50px;
    float: right;
  }
  
  .event_prijsuitleg {
    font-size: 0.8em;
    line-height: 0.9em;
    height: 18px;
  }
  
  .event_vacant {
    color: green;
    font-weight: 500;
  }
  
  .event_full {
    color: red;
    font-weight: 700;
  }
  
  .event_geboekt {
    background-color: #bee1b6 !important;
  }
  
  #table-eventlist .event_inactive {
      color: #878787;
  }
  .evlst_btn {
    text-align: left;
    width: 100%;
  }
  
  .boekvanaf {
      color:#3C6329;
      font-weight: 700;
  }
  
  /*************** BOEKINGEN *************/
  
  .bookinglist_deelntype {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9em;
  }
  .bookinglist_event a{
    color: black !important;
    text-decoration: none !important;
  }
  
  .bookinglist_created {
    font-size: 11px !important;
    font-weight: normal;
  }
  
  table.dataTable tr.dtrg-group.dtrg-level-0 th {
    background-color: #AACFE3;
    margin-top: 30px;
  }
  
  table.dataTable tr.dtrg-group.dtrg-level-1 th {
    background-color: #264119;
    color: white;
  }
  
  /*************** RITTENSTAAT *************/
  
  .rit_eventinfo td{ 
    vertical-align: top;
    border: 1px solid silver;
  }
  
  /*************** LOGIN ****************/
  
  .login {
    width: 400px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 100px auto;
  }
  
  .login_logo {
    padding-top: 15px;
    width: 90%;
  }
  .login h1 {
    text-align: center;
    color: #5b6574;
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
  }
  .login form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
  }
  .login form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #3C6329;
    color: #ffffff;
  }
  
  .login label i {
    color: white !important;
  }
  .login form input[type="password"], .login form input[type="text"] {
    width: 310px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .login form input[type="submit"] {
    width: 100%;
    padding: 15px;
   margin-top: 20px;
    background-color: #3C6329;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
  }
  .login form input[type="submit"]:hover {
  background-color: #3C6329;
    transition: background-color 0.2s;
  }
  
  .login-noaccount {
    padding: 20px 5px;
    text-align: center;
  }
  
  
  /**************** *****************/
  .fadedfx {
      background-color: #fe5652;
      visibility: hidden;
    }
    
    .fadeIn {
      animation-name: fadeIn;
      -webkit-animation-name: fadeIn;
      animation-duration: 1.5s;
      -webkit-animation-duration: 1.5s;
      animation-timing-function: ease-in-out;
      -webkit-animation-timing-function: ease-in-out;
      visibility: visible !important;
    }
    
    @keyframes fadeIn {
      0% {
        opacity: 0.0;
      }
      100% {
        opacity: 1;
      }
    }
    
    @-webkit-keyframes fadeIn {
      0% {
        opacity: 0.0;
      }
      100% {
        opacity: 1;
      }
    }