/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 07 2026 | 10:17:01 */
/* Kendo DatePicker formatieren */
.k-calendar th {
	color: #8f8f8f !important;
}

.k-calendar tr td.k-weekend:last-child {
    background-color: #ffeeee;
}

.k-calendar tr td.k-weekend:last-child a {
	color: #D48A00 !important;
}

