﻿.select2-selection {
    background-color: gray !important;
}

.select2-selection__choice {
    background-color: white !important;
    color: black; !important;
}

.select2-results__options {
    background-color: #777373 !important;
    color: black; !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.service_day {
    height: 20px !important;
    margin-right: 2px !important;
    border-radius: 2px !important;
    max-width: 30px !important;
    cursor: pointer !important;
}
.day-success {
    background-color: #00c853ff !important;
}

.day-success:HOVER {
    background-color: #0dad50 !important
}

.day-degraded {
    background-color: #de8909 !important;
}

.day-degraded:HOVER {
    background-color: #c47c11 !important
}

.day-unknown {
    background-color: #727572 !important;
}

.day-unknown:HOVER {
    background-color: #6c6e6c !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.day-error {
    background-color: #d50a0a !important;
}

.day-error:HOVER {
    background-color:#df0a0a!important
}