/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 19 2026 | 08:32:41 */
/**
 * Kendo DatePicker formatieren
 */
.k-calendar th {
	color: #8f8f8f !important;
}

.k-calendar tr td.k-weekend:last-child,
.k-state-disabled {
    background-color: #ffeeee !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,
.k-state-disabled a {
    color: #E44200 !important;
}

