.label.label-satisfactory {
    background: #71CDA1;
    color: #0a0d1e;
}

.label.label-unsatisfactory {
    background: #F59BC9;
    color: #0a0d1e;
}

.label.label-upcoming {
    background: #00C4E9;
}

.label.label-overdue {
    background: #FFC04A;
    color: #0a0d1e;
}

.label.label-unscheduled {
    background: #FF5B57;
}


.alert.alert-satisfactory {
    background: #71CDA1;
    color: #0a0d1e;
}

.alert.alert-unsatisfactory {
    background: #F59BC9;
    color: #0a0d1e;
}

.alert.alert-upcoming {
    background: #00C4E9;
}

.alert.alert-overdue {
    background: #FFC04A;
    color: #0a0d1e;
}

.alert.alert-unscheduled {
    background: #FF5B57;
}


form label {

    color: black !important;
}

#calendar {
    color: black;
}

a.jstree-anchor {
    color: black !important;
}

.breadcrumb .breadcrumb-item a {
    color: white !important;
}

.form-group {
    color: black;
}

.tab-pane h2 {
    color: black;
}

.modal-title {
    color: black;
}

.modal-body {
    color: black;
}

a.nav-link:hover {
    color: white !important;
}

a.nav-link.active:hover {
    color: black !important;
}

.panel-body {
    color: black;
}

.result-info {
    color: black;
}

h3 {
    color: black !important;
}

.tab-pane h3 {
    color: black;
}

.tab-pane p {
    color: black;
}

.card-text {
    color: black;
}

body table.dataTable thead tr th.sorting,
body table.dataTable thead tr th.sorting_asc,
body table.dataTable thead tr th.sorting_desc {
    position: relative;
}

body table.dataTable thead tr th.sorting:after,
body table.dataTable thead tr th.sorting_asc:after,
body table.dataTable thead tr th.sorting_desc:after {
    position: absolute;
    right: 0.5em;
    bottom: 8px;
    display: inline-block;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", FontAwesome !important;
    font-weight: 900;
}

body table.dataTable thead tr th.sorting:after {
    content: "\f0dc";
}