
.sidebar .nav-pills .nav-link {
    color: black;
}

.sidebar .nav-pills .nav-link.active {
    font-weight: bold;
    background-color: black;
    color: white;
}

.table tbody td.weekend {
    background-color: #66ffff;
    color: black;
    font-weight: bold;
}
.table thead th.weekend {
    background-color: #66ffff;
    color: black;
    font-weight: bold;
}
.table tfoot td.weekend {
    background-color: #66ffff;
    color: black;
    font-weight: bold;
}
.legend {
    font-size: 70%;
}

input.transparent-input{
    background-color:transparent !important;
    border:none !important;
 }
