
.fc .fc-scrollgrid-section-liquid, .fc .fc-scrollgrid-sync-table {
    width: 100%;
}
.fc-direction-ltr .fc-toolbar>*>:not(:first-child), .fc-direction-rtl .fc-toolbar>*:not(:last-child) {
    margin-left: .75em;
}
.fc {
    font-size: 1em;
}
.fc .fc-toolbar-title {
    font-size: 1.5em;
    margin: 0;
}
.fc .fc-button {
    font-size: 1em;
    display: inline-block;
    padding: 0.4em 0.65em;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    cursor: pointer;
}
.fc .fc-button-primary {
    background-color: #3788d8;
    border-color: #3788d8;
    color: #fff;
}
.fc .fc-button-primary:disabled {
    background-color: #7a7a7a;
    border-color: #7a7a7a;
}
.fc .fc-button:focus {
    outline: none;
}
.fc .fc-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em;
}
.fc .fc-col-header-cell-cushion, .fc .fc-daygrid-day-number {
    padding: 2px 4px;
    text-decoration: none;
}
.fc .fc-daygrid-day {
    min-height: 80px;
}
.fc .fc-daygrid-day-frame {
    padding: 4px;
}
.fc .fc-daygrid-event {
    margin-top: 2px;
    font-size: 0.85em;
}
.fc .fc-daygrid-dot-event .fc-event-title {
    margin-left: 4px;
}
.fc .fc-h-event {
    background-color: #3788d8;
    border: 1px solid #3788d8;
    color: #fff;
    padding: 2px 4px;
    border-radius: 3px;
    text-decoration: none;
}
.fc .fc-daygrid-event-dot {
    background-color: #3788d8;
}
.fc .fc-highlight {
    background-color: #d0e7ff;
}
.fc .fc-now-indicator-line {
    border-top: 1px solid red;
}
.fc .fc-event-time, .fc .fc-event-title {
    padding: 0 1px;
}
