/*首页日历*/
.fc-toolbar {
	margin-bottom: 0px;
    height: 53px;
    line-height: 16px;
}

.fc-center h2 {
    font-size: 14px;
}

.fc-basic-view td.fc-week-number span, .fc-basic-view td.fc-day-number {
    padding-top: 4px;
    padding-bottom: 2px;
}

.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
    background: none;
    border-bottom: 0;
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: center;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 36px;
    line-height: 36px;
}

.fc-mon {
    color: #DF5750;
}

.fc-sun {
    color:#DF5750;
}

@media screen and (max-width: 1024px) {

    .fc-basic-view .fc-body .fc-row {
        /*min-height: 60px;
        line-height: 60px;*/
    }

    .fc-toolbar {
        height: 28px;
        line-height: 28px;
    }
}

.fc-head td,.fc-head th{
 border: none;
}

.fc-toolbar {
    width: 286px;
    background-color: #e7eef9;
}

.cgrc-content {
    padding: 0 9px 8px;
    border-radius: 5px;
    border-top: 1px solid #004882;
    margin-top: 16px;
}

.fc-widget-header {
/*     margin-bottom: 7px; */
    height: 50px;
    line-height: 50px;
}

.fc-basic-view td.fc-week-number span, .fc-basic-view td.fc-day-number {
     padding-top: 0;
     padding-bottom: 0;
}
.fc-scroller{
    overflow: hidden !important;
    height: 300px !important;
}
