<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * jQuery UI Datepicker 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */


#dt-pck-key div p, #dt-pck-key div div {
   float: right;
}

#dt-pck-key {
   bottom: 17px;
   position: absolute;
   right: 265px;
   width: 380px;
}

.dt-pck-key-rw {
   clear: both;
   margin: 0;
   padding-top: 10px;
}

#dt-pck-key p {
   margin: 8px 8px 0 0;
}

.ui-datepicker-calendar thead {border-left: 1px solid #d7d7d7; border-right: 1px solid #d7d7d7;}

.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { /* text-align: center; */ }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display:block; text-decoration:none; width:100%; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-datepicker {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;

	position: relative;
	margin: 0;
   width: 100%;
   min-height: 208px;
   font-size: 86%;
}

.ui-datepicker-title {
   background: url(/dist/images/bg-fade-calendar-hd.png) repeat-x;
   border: 1px solid #7D99B8;
	color: #FFF;
   font-size: 14px;
	
   font-weight: bold;
	
   padding: 4px 0;
	
   text-align: center;
}

.ui-datepicker-calendar td {
   background: transparent url(/dist/images/bg-calendar-available.png) repeat-x;
   border: 1px solid #D9D9D9;
   color: black;
   font-size: 12px;
   font-weight: bold;
   height: 29px;
   padding: 0;
   position: relative;
   text-align: center;
   width: 29px;
}

.ui-datepicker-calendar a {
   color: #666;
   line-height: 29px;
}

.ui-datepicker-calendar td a:hover {
   text-decoration: underline;
   color: #fff;
}

.ui-datepicker table {
   margin: 0;
}

.ui-datepicker tr.hiddenWeek {
   display: none;
}


.ui-datepicker-prev, .ui-datepicker-next {
   text-indent: -99999px;
   width: 30px;
}

.ui-datepicker-prev {
   background: transparent url(/dist/images/calendar-prev-lrg.png) no-repeat right;
   float: left;
}

.ui-datepicker-next {
   background: transparent url(/dist/images/calendar-next-lrg.png) no-repeat left;
   float: right;
}
.ui-datepicker-prev a, .ui-datepicker-next a {
   display: block;
}

.ui-datepicker-days-cell a{
	display: block;
   width: 29px;
}

.ui-datepicker-inline .ui-datepicker-links a {
	padding: 8px 5px !important;
}
.ui-datepicker-control a, .ui-datepicker-links a {
	padding: 2px 5px !important;
	color: #000000 !important;
}
.ui-datepicker-header-row a {
	color: #000000 !important;
}
.ui-datepicker-control a:hover {
	background: #FFFFFF !important;
	color: #000000 !important;
}

.ui-datepicker-header-row a:hover {
	background: #FFFFFF !important;
	color: #000000 !important;
}

/* firefox pos abs fix */
.ui-datepicker-calendar td div {
   height: 100%;
   line-height: 28px;
   position: relative;
   width: 100%;
}

/* Selection, adds top and bottom border */
td.ui-datepicker-current-day a,
td.ui-datepicker-days-cell-over a {
   color: #97bc3c;
   border: 2px solid #F78401;
   left: -2px;
   line-height: 28px;
   padding: 0 1px 0 0;
   position: absolute;
   top: 0;
   width: 100%;
   z-index: 100;
}
/* Selection first, removes left&amp;right borders */
td.ui-datepicker-current-day.ui-datepicker-current-day-mid a {
   border-left: 0;
   border-right: 0;
   left: 0;
   padding: 0;
   width: 100%;
}
/* Selection first, adds left border */
td.ui-datepicker-current-day-first a {
   border-right: 0;
   padding: 0;
   width: 100%;
   left: -1px;
}
/* Selection last, adds right border */
td.ui-datepicker-current-day.ui-datepicker-current-day-last a {
   border-left: 0;
   left: 0;
   padding: 0;
   width: 100%;
}
/* Selection first+last, single day! */
td.ui-datepicker-current-day-first.ui-datepicker-current-day-last a {
   padding: 0;
   width: 100%;
}

.ui-datepicker-calendar td.ui-datepicker-current-day,
.ui-datepicker-current-day,
.ui-datepicker-current-day.ui-datepicker-days-cell-over {
   background: transparent url(/dist/images/bg-calendar-selected.png) repeat-x;
   /* bd border: 1px solid #7C98B6; */
}

.ui-datepicker-days-cell {
   background: transparent url(/dist/images/bg-calendar-available.png) repeat-x;
	border: 1px solid #D9D9D9;
	color: #666;
   font-size: 12px;
   font-weight: bold;
   height: 35px;
   text-align: center;
   width: 29px;
}

div.ui-datepicker-days-cell {
   height: 29px;
}

.ui-datepicker-today {
	/*background: #fcc !important;*/
}

.ui-datepicker-calendar td a.ui-state-hover {
	background: transparent url(/dist/images/bg-calendar-hover.png) repeat-x;
}

.ui-datepicker-calendar td.ui-datepicker-current-day,
.ui-datepicker-current-day,
.ui-datepicker-current-day.ui-datepicker-days-cell-over {
   background: transparent url(/dist/images/bg-calendar-selected.png) repeat-x;
	background: transparent url(/dist/images/bg-calendar-selected.png) repeat-x;
	/* bd border: 1px solid #7C98B6 !important; */
   padding: 0;
}

.ui-datepicker-calendar td.ui-datepicker-unselectable,
.ui-datepicker-unselectable,
.ui-datepicker-unselectable.ui-datepicker-days-cell-over {
   background: transparent url(/dist/images/bg-calendar-unavailable.png) repeat-x;
	border: 1px solid #BBB;
	color: #B4B3B3;
   padding: 0px;
}

.ui-datepicker-status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}

.ui-datepicker .ui-datepicker-next {
   top: 6px;
   right: 10px;
   cursor: pointer;
}

.ui-datepicker .ui-datepicker-next:hover {
   right: 9px;
}

.ui-datepicker .ui-datepicker-prev {
   top: 6px;
   left: 10px;
   cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev:hover {
   left: 9px;
}

.ui-datepicker .ui-datepicker-header {
   padding: 0;
}

.ui-datepicker-calendar th span {
   text-transform: uppercase;
   font-size: 89%;
}</pre></body></html>