.fc .fc-row{
    margin-right: 0 !important;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 5rem;
}

.fc-widget-header {
    border: 0px !important;
}

.fc-widget-content {
    border-color: rgba(120, 130, 140, 0.13) !important;
}

.fc-widget-content tr {
    border-bottom: none;
}

.fc-view {
    margin-top: 0px;
}

.fc-toolbar {
    margin-bottom : 0px !important;
    padding: 24px 20px;
    background: #edf1f5;
}

.fc-toolbar h2{
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;

}

.fc-event {
    border-radius: 0px;
    border: none;
    cursor: move;
    color: #fff !important;
    font-size: 13px;
    margin: 1px -1px 0 -1px;
    padding: 5px 5px;
    text-align: center;
    background: #40c4ff;
}

.fc th.fc-widget-header {
   
    font-size: 14px;
    line-height: 20px;
    padding: 7px 0;
    text-transform: uppercase;
}

.fc th.fc-sat, .fc th.fc-sun, .fc th.fc-thu, .fc th.fc-tue{
    background: #e3e8ec;
}

.fc th.fc-fri, .fc th.fc-mon, .fc th.fc-wed{
    background: #e9edf1;
}