/*body {*/
    /*zoom: 100%;*/
/*}*/

footer,
header {
    display: none;
}

.container-fluid,
.card-body,
section {
    padding: 0;
}

/* kill the scrollbars and allow natural height */
.fc-scroller,
.fc-day-grid-container,    /* these divs might be assigned height, which we need to cleared */
.fc-time-grid-container {  /* */

    height: auto !important;
}

.fc-now-indicator,
.fc-now-indicator-line,
.fc-toolbar {
    display: none;
}

.fc-button-group,
.fc button {
    display: none; /* don't display any button-related controls */
}


.fc {
    max-width: 100% !important;
}


/* Global Event Restyling
--------------------------------------------------------------------------------------------------*/

.fc-event {
    background: #fff !important;
    color: #000 !important;
    page-break-inside: avoid;
}

.fc-title,
.fc-event a {
    color: #000 !important;
}

.fc-icon,
.fc-expander-space,
.fc-event .fc-resizer {
    display: none;
}