/*Переопределение стилей виджета edofre\fullcalendar\Fullcalendar*/
.fc button {
    border: 1px solid #5a6071;
}
.fc-view {
    border-color: #24282F !important;
}
.fc-widget-header {
    background: #24282F !important;
}
.fc-state-default {
    color: #8592a0 !important;
    background-image: unset !important;
    background-repeat: unset !important;
    background-color: #24282f !important;
    text-shadow: unset !important;
    box-shadow: unset !important;
}
.fc-list-item:hover td {
    background-color: #ffffff10 !important;
    color: #ffffff !important;
}
.fc-state-active {
    color: black !important;
    background-color: #efa115 !important;
}
.fc-state-hover {
    color: #ffffff !important;
}
.fc-event-emitent-day {
    color: #32dadc !important;
}