button.fc-month-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right.fc-state-active {
    display: none;
}
button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right {
    display: none;
}
.fc-dayGrid-view .fc-day-number, .fc-dayGrid-view .fc-week-number {
    padding: 0 5px;
}
.fc table {
    margin: 0 !important;
}
.fc table thead > tr {
    border: 1px solid transparent !important;
}
.fc table thead > tr td, tr th {
    border: inherit;
}	
.fc-dayGrid-view .fc-body .fc-row {
    min-height: 2.6em;
}
.fc-center h2 {
    font-size: 1.2em;
    color: #fff;
}
.fc-event {
    border: unset;
    border-radius: unset;
    line-height: unset;
    margin: unset;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    display: block;
    text-align: center;
    height: 0px;
}
.fc-day-top.fc-other-month {
    opacity: .3;
    z-index: 2;
    position: relative;
}
a:hover.fc-day-grid-event.fc-h-event.fc-event {
    background: #055a8e !important;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    float: unset;
}
.fc-content-skeleton {
    padding-bottom: 0 !important;
}
tr:first-child>td>.fc-day-grid-event {
    height: 38px;
    margin: unset;
}
td.fc-more-cell {
    /*background: #2eba9f !important;*/
    line-height: 1em;
    padding-top: 20px;
    text-align: center;
}
a.fc-more {
    color: #fff !important;
}
span.fc-day-number {
    z-index: 1;
    position: relative;
}
.fc-event .fc-content {
    top: 20px;
    text-align: center;
}
th.fc-day-header.fc-widget-header {
    background: #051d46;
    color: #fff;
    font-weight: unset;
}
.fc button .fc-icon {
    color: #fff;
}
button.fc-next-button.fc-button.fc-state-default.fc-corner-right, button.fc-prev-button.fc-button.fc-state-default.fc-corner-left {
    background: transparent;
}
.fc-toolbar.fc-header-toolbar {
    background: #051d46;
    margin-bottom: unset;
}
.fc-center {
    float: right;
    padding-right: 10px;
}
button.fc-today-button.fc-button.fc-button-primary, button.fc-dayGridMonth-button.fc-button.fc-button-primary.fc-button-active {
    display: none;
}
.fc-popover.fc-more-popover .fc-event .fc-content {
    top: 0px;
}
.fc-button-primary {
    color: #fff;
    background-color: #051d46;
    border-color: #051d46;
}
span.fc-day-number {
    color: #212529;
}
span.fc-time {
    display: none;
}
.fc-scroller.fc-day-grid-container {
    overflow: unset !important;
    height: unset !important;
}
tr {
    background: #eff1f3;
}
span.fc-title {
    display: none;
}
.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-mirror-skeleton td {
    border-right-color: #e7e3e3;
}
.fc-center h2 {
    font-weight: 300;
}