.Login{
    padding-top: 30px;
    text-align: center;
}

.code{
    padding-top: 20px;
}
.row{
    place-content: center;
    margin: auto;
}
.textarea{
  max-width: 500px;
}
#Taken{
  max-width: 500px;
}
#BonNR{
  max-width: 500px;
}
#ProjectNR{
  max-width: 500px;
}
.Uren{ 
  text-align: center;
}
.buttonLogin{
    padding-left: 10px;
}

ul li:hover {
    background: #b6adad;
}

body{
    background-color: lightgray;
    max-width: auto;
}

  .main{
      border: solid black;
      margin: auto;
      width: 50%;
      padding: 10px;
  }

  .header{
      text-align: center;
  }

  label{
      font-weight: bold;
  }

  #vergeten a{
    color: black;
    text-decoration: none;
  }

 #vergeten a:hover 
{
     color:#c60000a8; 
     text-decoration:none; 
     cursor:pointer;  
}

h3 {
    padding-bottom: 10px;
    font-weight: bold;
}

.user-icon{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -6px;
}

 .dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown:hover .dropdown-content:not(.DBA) {
  display: block;
} 

.desc {
  padding: 15px;
  text-align: center;
}

#H3Overzicht{
  text-align: center;
  padding-top: 15px;
  }

  #ThTable{
    text-align: center;
    vertical-align: middle;
    padding:0 30px;
    padding-top: 10px;
  }
  
  #TrTable{
    text-align: center;
    vertical-align: middle;
  }
  #Table01{
    width:80%;
    margin-left: auto;
    margin-right: auto;
  }
  .Uren{
    text-align: center
  }
  .dropdown-content a:hover {
    background-color: #b6adad;
  }

  .AccountAanmaken{
    text-align: center;
    padding-top: 10px;
  }

#DivTable{
  overflow-x: auto;
  width:80%;
  margin-left: 50px;
  margin-right: auto;
}
#WeekNummer{
  width:27%;
}
#Week{
  text-align: center;
  margin-left: 30px;
}
tr:nth-child(even) {
  background-color: #ffffff;
}
tr:nth-child(odd) {
  background-color:#e5e5e5;
}
th {
  background-color: #dc3545;
  color: white;
}

#mobile-nav {
  display: none;
}

@media only screen and (max-width: 768px) {
  #mobile-nav {
    display: block;
  }
}

#pc-nav {
  display: block;
}

@media only screen and (max-width: 768px) {
  #pc-nav {
    display: none;
  }
}
#DatumAdmin{
    text-align: center;
    margin-left: 10px;
}
#AdminDivTable{
  overflow-x: auto;
  width:80%;
  margin-left: auto;
  margin-right: auto;
}
#AdminGebruikersDivTable{
  overflow-x: auto;
  margin-left: auto;
  margin-right: auto;
}
#NaamWerknemer{
  width:37%;
}