.fc-button.fc-button-primary {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-weight: 600 !important;
    font-size: 1em !important;
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
}

.fc-toolbar-title {
    text-transform: capitalize;
}

.fc-col-header-cell-cushion {
    text-transform: capitalize;
    font-weight: 300;
    color: #000;
    text-decoration: none !important;
}

    .fc-col-header-cell-cushion div {
        font-size: 3em !important;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 600;
    }

.fc-day-today {
    background-color: #F1F1F1 !important;
}

.fc-timegrid-event.fc-v-event.fc-event.fc-event-start.fc-event-end.fc-event-future {
    padding-left: 5px !important;
}

.card.card-big-info .card-body > .row > div[class*=col-] {
    padding: 0px !important;
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
    .fc .fc-toolbar {
        display: block;
    }

    .fc-toolbar-chunk {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .fc-timegrid-col.fc-day.fc-day-sun.fc-day-today {
        background-color: #FFF !important;
    }
}
