<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * // Charset: UTF-8 (äöüÄÖÜß字集)
 *
 * datetimepicker.css
 *
 * $LastChangedDate: 2024-05-08 16:46:27 +0200 (Mi, 08 Mai 2024) $
 * $LastChangedRevision: 36263 $
 * $LastChangedBy: as $
 */
.DateTimePicker {

}

.DateTimePicker #DateTimePickerInnerDiv {
	/* floating, damit die Größe an den Inhalt angepasst wird */
	float: left;
	color: #14152D;
	background-color: #FFF;
	box-shadow: 3px 3px 6px #14152D25;
	/*border: 1px solid #D0D0D5;*/
	padding: 12px;

}

.DateTimePicker #DateTimePickerTable {
	border: 0;
	border-collapse: collapse;
	min-width: 300px;
}

.DateTimePicker #DateTimePickerTable th {
	border: 0;
	text-align: center;
	background-color: #D0D0D5;
	padding: 4px;
	color: #14152D;
	font-weight: 400;
	border: 1px solid #D0D0D5;
}

.DateTimePicker #DateTimePickerTable td {
	border: 0;
	text-align: center;
	padding: 4px;
	border: 1px solid #D0D0D5;
}

.DateTimePicker #DateTimePickerTable td.kw {
	background-color: #FDE4D2;
	color: #14152D;
}

.DateTimePicker #DateTimePickerTable .day {
	cursor: pointer;
}

.DateTimePicker #DateTimePickerTable .otherMonth {
	color: #727381;
}

.DateTimePicker #DateTimePickerTable .weekend {
	background-color: #F3F3F4;
}

.DateTimePicker #DateTimePickerTable .current {
	background-color: #F47920;
	color: #FFF;
}

.DateTimePicker table#DateTimePickerMonthAndYear {
}

.DateTimePicker table#DateTimePickerHourAndMinute {
	border-collapse: collapse;
}

.DateTimePicker .DateTimePickerText {
	color: #14152D;
}

.DateTimePicker table#DateTimePickerButtons {
}

.DateTimePicker .DateTimePickerGoBack {
	color: #14152D;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.DateTimePicker .DateTimePickerGoAhead {
	color: #14152D;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.DateTimePicker .submit {
	width: auto;
}

.DateTimePicker .btnCancel {

}</pre></body></html>