body {
}
.full-cal {
    margin: 0px auto;
    color: #fff;
}
.full-cal a, .fc-day-number {
    color: #000;
}
.fc-toolbar.fc-header-toolbar {
    background: #101B4A;
    color: #fff;
    padding: 10px 0px;;
    margin-bottom: 0px;
    /*
    padding-bottom: 16px;
    */
}
.fc-row.fc-widget-header {
    background: #e9e9e9;
    color: #101B4A;
    padding: 10px 0px 15px;
}
.fc-button {
    background: none;
    border: none;
    color: #fff;
    box-shadow: none;
}
.fc-other-month {
    background: #d8d8d8;
}
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #ececec;
}
.fc-content {
    text-decoration: underline;
    cursor: pointer;
}
.fc-content:hover {
    text-decoration: none;
}
.fc-unthemed td.fc-today, .fc-event, .fc-event-dot {
    background: none;
    border: none;
}
.fc-unthemed td.fc-today {
    border-color: #ececec;
    border: 1px solid #ececec;
}
.full-cal tr:first-child>td>.fc-day-grid-event {
    margin-bottom: 1px;
}
.fc-event-container a {
    color: #fff;
    padding: 2px 15px;
    margin-bottom: 1px;
}
.fc-event-container .fc-title {
    font-size: 13px;
}
.fc-unthemed .fc-popover .fc-header {
    background: #101B4A;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #fff;
    margin-top: 4px;
}
.fc-event-container .fc-time {
    display: none;
}
.fc-day-grid-event {
    margin-left: 2px !important;
    margin-right: 0px !important;
    padding-left: 15px !important;
}

@media screen and (max-width: 1000px) {
    th.fc-day-header.fc-widget-header {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    td.fc-list-item-time.fc-widget-content {
        display: none;
    }
    .fc-unthemed .fc-list-heading td {
        background: #099;
    }
}
