.orion-logo {
    opacity: .8;
}

.dt-button-excel {
    background-color: #217346 !important;
    border-color: #217346 !important;
    color: white !important;
}

.dt-button-excel:hover {
    background-color: #1a5c38 !important;
    border-color: #1a5c38 !important;
    color: white !important;
}

.dt-button-pdf {
    background-color: #B30B00 !important;
    border-color: #B30B00 !important;
    color: white !important;
}

.dt-button-pdf:hover {
    background-color: #8a0800 !important;
    border-color: #8a0800 !important;
    color: white !important;
}

.dt-button-print {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    color: white !important;
}

.dt-button-print:hover {
    background-color: #5a6268 !important;
    border-color: #5a6268 !important;
    color: white !important;
}

.dt-button i {
    margin-right: 5px;
}

.table-actions {
    white-space: nowrap;
}

.table-actions .btn {
    display: inline-block;
    margin-right: 2px;
}

.table-actions .btn:last-child {
    margin-right: 0;
}

.select2-container--bootstrap4 .select2-selection__clear {
    color: #999;
}

.select2-container--bootstrap4 .select2-selection__clear:hover {
    color: #dc3545;
}
