/* Algemene opmaak */

    html {
        min-height: 100%
    }

   body {
      margin: 0;
      padding: 0;
      font-family: Arial, sans-serif;
      background-color: #b9c7d2; /* Grijsblauwe achtergrond */
      height: 100%;
    }

    .main-content {
      margin-top: 20px;
      min-height: calc(100vh - 123px); /* Hoogte van de viewport - hoogte van de footer */
      background-color: white;
    }

    /* Als er geen zoekbalk boven de panel staat */
    .panel-emo {
      height: calc(100vh - 280px);
      overflow-y: auto; /* Verticale schuifbalk bij overflow */
      border-width:2px;
      border-color:black;
      border-style:solid;
    }

    .panel-present {
      height: calc(100vh - 240px);
      overflow-y: auto; /* Verticale schuifbalk bij overflow */
      border-width:2px;
      border-color:black;
      border-style:solid;
    }

    /* Als er wel een zoekbalk boven de panel staat */
    .panel {
      height: calc(100vh - 330px);
      overflow-y: auto; /* Verticale schuifbalk bij overflow */
      border-width:2px;
      border-color:black;
      border-style:solid;
    }

    .footer {
      background-color: black;
      color: white;
      text-align: center;
      vertical-align: center;
      width: 100%;
      position: absolute;
      /*bottom: 0;*/
      left: 0;

    }

    footer ul {
      list-style: none;
      padding: 0;
    }

    footer li {
      display: inline;
      margin-right: 10px;
    }

    footer a {
      color: #fff;
      text-decoration: none;
    }

    #theNavBar {
        background-color:#767171;
        color: white;
        font-size:20px
    }


/* #$#-i Bij suggestion-input.html */
    .input-row {
      margin-bottom: 8px;
      margin-left:0px;
      margin-right:0px
    }
/* #$#-o Bij suggestion-input.html */




/* Verticale schuifbalk bij overflow


.above-header {
    color: #fff;
    background-color: #1e5081ff;
    padding: 6px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1px;
}

header {
  background-color: #333;
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  //margin-top: 21px;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav li {
  display: inline;
  margin-right: 20px;
}

nav a {
  color: #fff;
  text-decoration: none;
}

section {
  padding: 40px;
}

*/
