﻿body {
}

.bg-white {
    background-color: #fff !important;
}

.bg-primary {
    background-color: #5c676f !important;
}

.bg-secondary {
    background-color: #002e5b !important;
}

.bg-tablecolor {
    background-color: #e8e9ee !important;
}

.border-primary {
    border-color: #5c676f !important;
}

.agencyColorOn {
    color: #002e5b;
}

    .agencyColorOn:hover {
        color: #002e5b;
    }


.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #5c676f;
}

.text-primary {
    color: #5c676f !important;
}
.fc-state-active, .fc-state-active .fc-button-inner, .fc-state-active, .fc-button-today .fc-button-inner, .fc-state-hover, .fc-state-hover .fc-button-inner {
    background: #5c676f !important;
    color: #fff !important;
}