html, body
{
    margin: 0;
    padding: 0;
}

#sidenav {
    background-color: black;
    height: 100vh;
    /*float: left;*/
    padding-top: 5vh;
    padding-left: 3vh !important;
}

#sidenav a{
    color: dimgray;
    font-size: 1.6em;
    text-decoration: none;
}

#sidenav a:hover{
    color: #005e90;
}

/*#contain {
    margin-left: 19vw;
    overflow-y:scroll;
    height: 100vh;
    width: 80vw;
}*/

#contain {
    overflow-y:scroll;
    height: 100vh;
}

/*::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}*/

#employees td, #employees th{
padding-top: 10px;
padding-bottom: 10px;
    text-align: center;
}

#employees th {
    border-bottom: 1.5px solid black;
}

#employees td {
    border-bottom: 1px solid #c6c6c6;
    width: 20%;
}

#employees {
    width: 80%;
    margin-left: 10%;
}

#employees .hover:hover {
    background-color: #ebebeb;
    cursor: pointer;
}

#employees a {
   display: block;
    text-decoration: none;
}

#header {
    background-color: rgba(8, 125, 177, 0.2);
    text-align: center;
    padding: 1%;
    margin-bottom: 5%;
    margin-top: 1%;
}

/*button {
    border: 1px solid #00a7ff;
    border-radius: 25px !important;
    margin-top: 1% !important;
    text-align: center;
    width: 8%;
    font-size: 1.2em !important;
    font-weight: bold;
    cursor: pointer;
    background-color: #00a7ff;
    color: white;
    transition: 1s;
}

button:hover {
    background: white;
    color: #00a7ff;
}*/

.non-edit{
    width: 10%;
}

#my_table_1{

    width: 100vw !important;
}

#table_div{
    overflow: scroll;
    width: 75vw !important;
    margin-left: 4vw;
    height: 40vh;
    margin-bottom: 5%;

}

  #table_div::-webkit-scrollbar-track {
   width: 0.4em;
   height: 0.4em;
  }

  #table_div::-webkit-scrollbar-thumb {
   background-color: rgba(255,255,255,.1);
   border-radius: 10px;
}

   #table_div::-webkit-scrollbar-thumb:hover {
    background: rgb(0, 167, 255, .8);
   }


#my_table_1 th{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1.5px solid black;
}

#my_table_1 td{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c6c6c6;
}

#my_table_1 td input{
    padding: 1%;
    margin-top: 1%;
    border-radius: 5px;
    border: 2px solid #00a7ff;
    border-style: inset;
}


#my_table_1 .nonedit{
    border: none;
    cursor: context-menu;
   /* background-color: #f4f4f4;
    border-style: groove;*/
    border-style: none;
    width: 90%;
}

#loans, #garnishee, #bonus, #lunch, #debt, #unionsubs, #otman {
    width: 80%;
}