* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.loginscreen{background-color: #435165;}

main {
  background-color: #435165;
}

*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

nav{
  background-color: #000;
  padding:16px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center; 
}

ul{
  list-style: none;
}

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

ul li a{
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}

ul li a i{
  margin-right: 5px;
  color: #fff;
}

.nav-title{
  color: #fff;  
  font-size: 20px;
  
}

.test-code {
  color: F28B02;
}

.login {
    width: 400px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 50px auto;
    padding: 24px 0 0 0;
}
.login h1 {
    text-align: center;
    color: #5b6574;
    font-size: 24px;
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}
.login h2 {
    text-align: center;
    color: #5b6574;
    font-size: 20px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}
.login h3 {
    text-align: center;
    color: #5b6574;
    font-size: 16px;
    padding: 20px 0 20px 0;
}
.login form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px;
}
.login form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #F28B02;
    color: #ffffff;
}
.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="number"], .login form input[type="number"] {
    width: 310px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;

}
.login form input[type="email"], .login form input[type="email"] {
    width: 310px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}
.login form input[type="submit"] {
    width: 80%;
    padding: 15px;
    margin-top: 20px;
    background-color: #F28B02;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
    margin-bottom: 20px;
}
.login form input[type="submit"]:hover {
  background-color: #000000;
    transition: background-color 0.2s;
}

.edituserform {
  width: 400px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  margin: 50px auto;
}
.edituserform h1 {
  text-align: center;
  color: #5b6574;
  font-size: 24px;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #dee0e4;
}
.edituserform h2 {
  text-align: center;
  color: #5b6574;
  font-size: 20px;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #dee0e4;
}
.edituserform h3 {
  text-align: center;
  color: #5b6574;
  font-size: 16px;
  padding: 20px 0 20px 0;
}
.edituserform form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 5px;
}
.edituserform form label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #F28B02;
  color: #ffffff;
}
.edituserform form input[type="password"], .login form input[type="text"] {
  width: 310px;
  height: 50px;
  border: 1px solid #dee0e4;
  margin-bottom: 20px;
  padding: 0 15px;
}
.edituserform form input[type="email"], .login form input[type="email"] {
  width: 310px;
  height: 50px;
  border: 1px solid #dee0e4;
  margin-bottom: 20px;
  padding: 0 15px;
}
.edituserform form input[type="submit"] {
  width: 80%;
  padding: 15px;
  margin-top: 20px;
  background-color: #F28B02;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;
  margin-bottom: 20px;
}
.edituserform form input[type="submit"]:hover {
background-color: #000000;
  transition: background-color 0.2s;
}

.main{
  width: 700px;
  float: right;
  height: 100%;
}

.sidebar{
    position: fixed;
    left: 0;
    width: 200px;
    height: 100%;
    background: white;
}

.sidebar ul a{
    display: block;
    height: 100%;
    width: 100%;
    line-height: 65px;
    font-size: 20px;
    color: black;
    padding-left: 40px;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid black;
}

/* The navigation TOP bar */
.navbar {
  overflow: hidden;
  background-color: #333;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  height: 70px;
}

/* Links inside the navbar */
.navbar a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change background on mouse-over */
.navbar a:hover {
  background: #ddd;
  color: black;
}

body.loggedin {
  background-color: #f3f4f7;
}
.content {
  width: 1000px;
  margin: 0 auto;
}
.content h2 {
  margin: 0;
  padding: 25px 0;
  font-size: 22px;
  border-bottom: 1px solid #e0e0e3;
  color: #4a536e;
}
.content > p, .content > div {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin: 25px 0;
  padding: 25px;
  background-color: #fff;
}
.content > p table td, .content > div table td {
  padding: 5px;
}
.content > p table td:first-child, .content > div table td:first-child {
  font-weight: bold;
  color: #4a536e;
  padding-right: 15px;
}
.content > div p {
  padding: 5px;
  margin: 0 0 10px 0;
}
/* Navigatie */
.navbar {
    overflow: hidden;
    background-color: #333;
  }
  
  .navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    text-align: center;
  }
  
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    font-size: 16px;  
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }


.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #c20f0c;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }


  table {
    border-collapse: collapse;
    table-layout: fixed; width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: Tahoma, Geneva, sans-serif;
  }
  table td {
    padding: 15px;
  }
  table thead th {
    background-color: #54585d;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    border: 1px solid #54585d;
    text-align: center;
  }
  table tbody td {
    color: #636363;
    border: 1px solid #dddfe1;
  }

  
  .warning {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    color: red;
  }

  p {
    text-align: center;
  }

  .error {
    color: red;
  }

  .succes {
    color: green;
  }

  #myInput {
    background-image: url('/css/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
  }
  
  #myTable {
    border-collapse: collapse; /* Collapse borders */
    width: 100%; /* Full-width */
    border: 1px solid #ddd; /* Add a grey border */
    font-size: 18px; /* Increase font-size */
  }
  
  #myTable th, #myTable td {
    text-align: left; /* Left-align text */
    padding: 12px; /* Add padding */
  }
  
  #myTable tr {
    /* Add a bottom border to all table rows */
    border-bottom: 1px solid #ddd;
  }
  
  #myTable tr.header, #myTable tr:hover {
    /* Add a grey background color to the table header and on hover */
    background-color: #f1f1f1;
  }

  #myTable-records {
    border-collapse: collapse; /* Collapse borders */
    width: 100%; /* Full-width */
    border: 1px solid #ddd; /* Add a grey border */
    font-size: 18px; /* Increase font-size */
  }
  
  #myTable th, #myTable td {
    text-align: left; /* Left-align text */
    padding: 12px; /* Add padding */
  }
  

  .zoek {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

.btn-edit {
  background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  border-radius: 10px;
  width: 100px;
}

.btn-edit2 {
    background-color: #04AA6D; /* Green */
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    border-radius: 10px;
    width: 40px;
  }

.btn-delete {
  background-color: #c20f0c; /* Green */
  border: none;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  border-radius: 10px;
  width: 100px;
}

.btn-delete2 {
    background-color: #c20f0c; /* Green */
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    border-radius: 10px;
    width: 40px;
  }

.btn-records {
  background-color: #F28B02; /* orange */
  border: none;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  border-radius: 10px;
  width: 100px;
}

.btn-records2 {
    background-color: #F28B02; /* orange */
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    border-radius: 10px;
    width: 40px;
  }

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.container h1 {
  text-align: center;
  color: #5b6574;
  font-size: 24px;
  padding: 0px 0 20px 0;
  border-bottom: 1px solid #dee0e4;
}
.container input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.container input[type=password], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.container input:read-only {
  background-color: lightgray;
}
.container input[type="submit"] {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  padding: 15px;
  margin-top: 20px;
  background-color: #F28B02;  
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;
  margin-bottom: 20px;
}
.container input[type="submit"]:hover {
  background-color: #000000;
    transition: background-color 0.2s;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
  width: 205px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #F28B02;
  color: white;
}

header .navbar ul li a:hover{
    background-color: #333;
    color: #FFF;
}

header .navbar ul li ul{
    position: absolute;
    left: 0;
    width: 200px;
    background-color: #FFF;
}

/* CSS */
.button-55 {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  padding: 15px;
  margin-top: 100px;
  align-items: center;
  background-clip: padding-box;
  background-color: #F28B02;
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding:       10px 100px;
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-5{
  width: 20%;
  margin-left: 40%;
  margin-right: 40%;
  padding: 15px;
  margin-top: 20px;
  background-color: #F28B02;  
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;
  margin-bottom: 20px;
}

.button-5 a{
    color: #fff;
}

.button-5:hover,
.button-5:focus {
  background-color: #000;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
  transform: translateY(-1px);
}

.button-5:active {
  background-color: #F28B02;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}

.tooltip {
    position: relative;
    display: inline-block;
    
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }