.alert-success {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
}
.alert-warning {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
    border-color: #faebcc !important;
}
.alert-info {
    color: #31708f !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
}
 .alert-danger,
.alert-error {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
}
.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
    outline: 0;
}

.modal-backdrop {
    background-color: #000;
    opacity: 0.5 !important;
}

    .modal-backdrop.show {
        opacity: 0.5 !important;
    }

td a {
    color: #295D92 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
}

    td a:hover,
    td a:active,
    td a:focus {
        text-decoration: underline;
        color: #3b7a9f !important; /* 4.69:1 on white - AA compliant */
    }

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #282b2c !important;
}

.skin-blue .treeview-menu > li.active > a, .skin-blue .treeview-menu > li > a:hover {
    color: #ffffff !important;
}

.skin-blue .treeview-menu > li > a {
    color: #8aadaf !important;
}
