/*��ҳ����*/
.fc-toolbar {
	margin-bottom: 0px;
    height: 45px;
    line-height: 45px;
    color: #ffffff;
}

.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: 32px;
    line-height: 32px;
}

.fc-sat {
    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: 280px;
    border-bottom: 1px solid #ddd;
    background-color: #09539b;
}

.cgrc-content {
    padding: 0 9px 8px;
    border-radius: 5px;
    border-top: 1px solid #004882;
    margin-top: 16px;
}

.fc-widget-header {
/*     margin-bottom: 7px; */
    height: 20px;
    line-height: 20px;
}

.fc-basic-view td.fc-week-number span, .fc-basic-view td.fc-day-number {
     padding-top: 0;
     padding-bottom: 0;
}

