.fc-bgevent { cursor: no-drop }

td.fc-day.fc-past {
	background-color: #eeeeee;
	cursor: no-drop
}

.calendar-container {
    min-width: 475px;
    min-height: 365px;
}

.form-actions {
    margin-top: 8px
}

.calendar-container .fc-view-container { background-color: #ffffff }

.employee label {
    font-size: 16px;
}

.employee label:hover {
    cursor: pointer;
}

.employee input[type="checkbox"] {
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
}

.employee input:hover {
    cursor: pointer;
}
