
.fc-toolbar{
    margin-top: 5px;
    background-color: #018ccd;
    margin-bottom: 0px !important;
}


.fc-center h2{
    padding: 12px 12px;
    height: 30px;
    line-height: 11px;
    font-size: 18px;
    color: white;
    text-align: center;
    font-weight: normal;
}
.fc-left,
.fc-right{
    line-height: 40px;
    text-align: center;
    font-weight: normal;
}
.fc-corner-right,
.fc-corner-left{
    left: 0;
    color: white;
    /*height: 23px !important;*/
    background: transparent !important;
    border: transparent;
    font-size: 16px !important;
}
.fc-day-header{
    font-family: tahoma;
    font-size: 11px;
    color: #e57406;
    padding:0 20px;
    border:solid 1px #f00;
}
.fc-head {
    border-top: 0px solid black !important;
    border-bottom: 0px solid black !important;
    border-left: 0px solid black !important;
    border-right: 0px solid black !important;
}

.fc-week {
    min-height: 34px !important;
    height: 34px !important;
    border-left: 1px solid #dddddd !important;
    border-right: 1px solid #dddddd !important;
}

.fc-basic-view .fc-body .fc-row,
.fc-content-skeleton,
.fc-day,
.fc-bg {
    min-height: 34px !important;
    height: 34px !important;
}

.fc-ltr .fc-basic-view .fc-day-number {
    font-size: 18px !important;
    height: 22px !important;
    padding-bottom: 0px !important;
}

.fc-unthemed .fc-today {
    color: #018ccd;
}

.fc-event-container .fc-title{
    display: none;
}

.fc-day-grid-event,
.fc-h-event,
.fc-event,
.fc-not-start,
.fc-end,
.fc-more {
    text-indent: -9999px;
    height: 5px;
    width: 20px;
    position: absolute;
    /*border: 1px solid #f77d07;*/
    background-color: #f77d07;
}

.fc-widget-header {
    margin-right: 0px !important;
    border-left: 1px solid #dddddd !important;
    border-right: 1px solid #dddddd !important;
}

#calendar table {
    margin-top: 0px;
}

.fc th, .fc td {
    border-top: 0 hidden transparent !important;
    border-left: 0 hidden transparent !important;
    border-right: 0 hidden transparent !important;
}

.fc-more-cell {
    border-bottom: 1px solid #f77d07;
}

.fc-unthemed td.fc-today {
    background: transparent !important;
}
