/* full calendar overrides */

.clearCacheButton { margin-top: 50px; }

.fc-view-container.loading::before {
    content: "loading calendar... please wait";
    text-align: center;
    font-size: 18px;
    display: block;
    width: 100%;
    height: 30px;
    color: #0079bc;
}

.fc-daygrid-dot-event .fc-event-title {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}
.fc-daygrid-dot-event {
    display: flex;
    align-items: center;
    padding: 2px 0;
    flex-direction: column;
    background-color: #0079bc !important;
    color: #fff !impotant;
}
.fc-daygrid-event {
    white-space: normal !important;
    line-height: 1.5;
    background-color: #0079bc !important;
    color: #fff !important;
}
.fc-v-event .fc-event-title {
    line-height: 1.5;
}
.fc-daygrid-event-dot {
    display: none;
}

.fc-h-event {
    background-color: #0079bc !important;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
.fc-v-event .fc-event-title {
    text-align: center;
    font-weight: 700;
    line-height: 1;
}
.fc-scrollgrid-sync-table, .fc-col-header, .fc-scrollgrid {
    margin: 0;
}
.fc .fc-button {
    padding: 5px !important;
    font-size: 12px !important;
    line-height: 1.5;
    border-radius: 0.25em;
}
    .categories {
    text-align: center;
}

@media only screen and (max-width: 760px) {
    .ical-on-mobile {
        display: none;
    }
}