<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.datepick {
	background-color: #fff;
	color: #444;
	font-family: Arial,sans-serif;
	font-size: 11px;
	max-width: 420px;
	position: relative;
	width: 100% !important;
}
.datepick-rtl {
	direction: rtl;
}
.datepick a {
	color: #fff;
	text-decoration: none;
}
.datepick a.datepick-disabled {
	background: #f4dbc5;
	color: #888;
	cursor: auto;
}
.datepick a.datepick-disabled.datepick-cmd {
	background: #aaa;
}
.datepick-cmd {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.1)), to(rgba(50,50,50,0.1)));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(50,50,50,0.1) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(50,50,50,0.1) 100%);
	border: 1px solid #333;
	color: #fff;
	border-radius: 5px;
	display: block;
	padding: 5px 12px;
	position: absolute;
	text-shadow: none;
	top: 10px;
}
.datepick-cmd:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(150,150,150,0.1)), to(rgba(0,0,0,0.1)));
	background-image: -moz-linear-gradient(top, rgba(150,150,150,0.1) 0%, rgba(0,0,0,0.1) 100%);
	background-image: -o-linear-gradient(top, rgba(150,150,150,0.1) 0%, rgba(0,0,0,0.1) 100%);
	color: #eee;
}
.datepick-cmd:active {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.1)), to(rgba(150,150,150,0.1)));
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(150,150,150,0.1) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(150,150,150,0.1) 100%);
}
.datepick-nav .datepick-cmd-prev {
	color: #fff;
	font-size: 8px;
	left: 10px;
}
.datepick-nav .datepick-cmd-next {
	color: #fff;
	font-size: 8px;
	right: 10px;
}
.datepick-cmd-current, .datepick-cmd-today {
	display: none;
}
.datepick-month-nav div {
	height: 0;
}
.datepick-month {
	width: 100%;
	text-align: center;
}
.datepick-month-header {
	line-height: 50px;
	background-color: #444;
	color: #fff;
	font-weight: bold;
	text-shadow: none;
}
.datepick-month table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}
.datepick-month th, .datepick-month td {
	font-weight: normal;
	text-align: center;
}
.datepick-month th {
	border: 1px solid #777;
	padding: 3px 0;
	width: 14%;
}
.datepick-month th, .datepick-month th a {
	background-color: #777;
	color: #fff;
}
.datepick-month td {
	background-color: #eee;
	border: 1px solid #aaa;
}
.datepick-month a {
	display: block;
	width: 100%;
	padding: 3px 0;
	background-color: #eee;
	color: #000;
	text-decoration: none;
}
.datepick-month span {
	display: block;
	width: 100%;
}
td .datepick-weekend {
	background-color: #ddd;
}
.datepick-month td span {
	background-color: #f4dbc5;
	color: #888;
	padding: 3px 0;
}
.datepick-month td .datepick-other-month {
	background-color: #fff;
}
.datepick-month td .datepick-highlight {
}
.datepick-month td .datepick-selected {
	background-color: #69b936;
	color: #fff;
	font-weight: bold;
}
.datepick-month th.datepick-week {
	background-color: #777;
	color: #fff;
}
.datepick-status {
	clear: both;
	background-color: #ddd;
	text-align: center;
}
.datepick-clear-fix {
	clear: both;
}
.datepick-cover {
    display: none;
    display/**/: block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -1px;
    left: -1px;
    width: 100px;
    height: 100px;
}
.ap-calendars-wrapper {
	margin-bottom: 20px;
}
.ap-calendars-wrapper-for-pop-up {
	position: relative;
}
.ap-calendar {
	display: none;
}
.calendar-key {
	font-size: 10px;
	font-style: italic;
}
.calendar-key-selected-days {
	color: #69b936;
	font-size: 20px;
	vertical-align: 10%;
}
.calendar-key-unavailable {
	color: #f4dbc5;
	font-size: 20px;
	vertical-align: 10%;
}
.calendar-button  {
	background: #f9f9f9 url(img/calendar.png) no-repeat center center;
	border-radius: 2px;
	display: block;
	height: 16px;
	padding: 2px 4px;
	position: absolute;
	right: 6px;
	top: -2px;
	width: 16px;
}
.calendar-pop-up {
	background: #f7f7f7;
	border: 1px solid #fff;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
	left: 0;
	padding: 5px;
	position: absolute;
	top: -10px;
	width: 100%;
	z-index: 10;
}
.palace-button.calendar-button-ok {
	bottom: 7px;
	font-size: 9px;
	font-style: normal;
	height: 18px;
	padding: 3px 5px;
	position: absolute;
	right: -8px;
}</pre></body></html>