/* Full Calendar CSS */
#calendar {
    font-family: Arial, sans-serif;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
}

/* Month view */
.fc-col-header {
    background-color: #003874;
}

.fc-col-header-cell.fc-day {
    border-right: 1px solid white;
}

.fc-col-header-cell-cushion {
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
    letter-spacing: .07em;
}

.fc-daygrid-day-number {
    color: #003874;
    text-decoration: none;
}

.fc-event-main-frame {
    padding-left: 5px;
}

.fc-theme-standard td, .fc-theme-standard th {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

.fc-theme-standard .fc-list {
    border: 1px solid black;
}

.fc-theme-standard .fc-scrollgrid {
    border-top: 1px solid black;
    border-left: 1px solid black;
}

.fc-day-other .fc-daygrid-day-frame {
    background-color: #E8E8E8;
}

.fc-h-event {
    padding-top: 2px;
    background-color: #003874;
    border: none;
}

.fc-daygrid-dot-event{
    color: #003874;
}

.fc .fc-day-other .fc-daygrid-day-top {
    opacity: 1;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: #FAE0A7;
}

.fc .fc-button-primary {
    background-color: #003874;
    border-color: #000000;
    color: #FAE0A7;
}

.fc .fc-button-primary:not(:disabled).fc-button-active {
    background-color: #B49759;
    color: #003874;
}

/* List view */
.fc-list-day-text, .fc-list-day-side-text, .fc .fc-list-event-title a, .fc-list-event-time {
    color: #003874;
    text-decoration: none;
}

.fc-theme-standard td, .fc-theme-standard th {
    &.fc-list-event-time, &.fc-list-event-graphic, &.fc-list-event-title {
        border: 0;
    }
}

tr.fc-list-event {
    width: 100%;
    display: block;
    border-bottom: 1px solid black;
    
    &:hover {background-color: #F5F5F5;};
}

.fc .fc-list-event:hover td {
    background-color: none;
}

.fc .fc-list-event-time {
    width: 165px;
}

/* Other elements */
#calendarFail {
    font-family: Arial, sans-serif;
    background-color: #EA9999;
    font-weight: bold;
}

#calendarAddBtn {
    margin-top: 10px;
    font-family: Arial, sans-serif;
    background-color: #003874;
    border-color: #000000;
    
    &:hover {background-color: #99CAEA;}
    &:active {background-color: #B49759;}
}