tbody tr:hover {
    /*background: #F5F5F5;*/
}
tbody tr {
    background: #fff;
}
table {
    width: 100%;
}

tbody td.disabled {
    background-color: #ff846b !important;
}

tbody td.disabled:hover {
    background-color: #da745b !important;
}

tbody td.allow {
    background-color: #aaff82 !important;
}

tbody td.allow:hover {
    background-color: #98e874 !important;
}

form.dates {
    margin: 9px 0 9px;
}

.print-btn {
    display: flex;
    justify-content: flex-end;
}