/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 18 2026 | 09:06:10 */
/* Kendo DatePicker formatieren */
.k-calendar th {
	color: #8f8f8f !important;
}

.k-calendar tr td.k-weekend:last-child {
    background-color: #ffeeee !important;
}

.k-state-disabled {
    background-color: #F8F8F8 !important;
}


.quform-datepicker .k-calendar .k-content .k-state-disabled .k-link {
    color: #E44200  !important;
    cursor: default !important;
}

.k-calendar tr td.k-weekend:last-child a {
    color: #E44200 !important;
}

.k-state-disabled a {
	color: #AF3F55 !important;
}
