@charset "utf-8";
/* CSS Document */
.fc-basic-view td.fc-day-number.fc-day-shift:before {
    padding: 0 2px;
    content: "\f051";
    font-family: 'weathericons';
    float: left;
    color: #dab91c;
    font-size: 16px;
}

.fc-basic-view td.fc-day-number.fc-eve-shift:before {
    padding: 0 2px;
    content: "\f052";
    font-family: 'weathericons';
    float: left;
    color: #8b5ded;
    font-size: 16px;
}
.fc-basic-view td.fc-day-number.fc-night-shift:before {
    padding: 0 2px;
    content: "\f047";
    font-family: 'weathericons';
    float: left;
    color: #f4b86a;
    font-size: 16px;
}
