modal.fade {
    z-index: 1050 !important;
}

.datepicker {
    z-index: 20000000 !important;
}

button.cancel {
    background-color: gray !important;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
    height: 10px !important;
}

::-webkit-scrollbar-thumb {
    background-color: #777;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #777;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #777 !important;
}

/* h6 > modal title */
.modal-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: medium;
}

.padat {
    text-align: center;
    width: 1%;
}

/* form-group > label */
.form-group > label {
    font-weight: 600;
}
