<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.calendar {
	background: #fff;
	float: left;
	position: relative;
	padding: 0px 15px;
	z-index: 10000;
}
.calendar dl, .calendar dd {
	margin: 0 10px;
	padding: 0;
	float: left;
	width: 210px;
	font-size: 12px;
	line-height: 14px;
}
.calendar dt.title-date {
	color: #e01e24;
	font-size: 20px;
	display: block;
	position: relative;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
.calendar dt {
	color: #e01e24;
	font-size: 12px;
	font-weight: lighter;
	float: left;
	width: 30px;
	text-align: center;
	text-align:center;
}
.calendar dt.title-date {
	width: 100%;
}
.calendar dd {
	clear: both;
	width: 210px;
	height: 185px;
	font-weight: 500;
	margin: 0;
}
/*.prevyear,.nextyear, .prevmonth,.nextmonth{cursor:pointer;height:28px;width:16px; background: url(/Content/img/calendar_arrow.png) no-repeat; overflow:hidden;position:absolute; top:50%; text-indent:-999px;}
.prevyear{  left:4px;  width:9px;}
.prevmonth {background-position: 0 0;  left: 10px; position: absolute;  }
.nextyear { width: 9px; background-position: -19px 0; right: 5px; }
.nextmonth { background-position: -16px 0; right: 10px;  }*/
.prevyear, .nextyear, .prevmonth, .nextmonth {
	cursor: pointer;
	font-size: 30px;
	overflow: hidden;
	position: absolute;
	top: 40%;
	color: #cacaca;
}
.prevyear {
	left: 4px;
	width: 9px;
}
.prevmonth {
	left: 0px;
}
.nextyear {
	width: 9px;
	background-position: -19px 0;
	right: 18px;
}
.nextmonth {
	right: 0px;
}
.calendar dd a {
	float: left;
	width: 26px;
	height: 26px;
	border: 0;
	color: #474747;
	overflow: hidden;
	text-decoration: none;
	margin: 2px;
	text-align: center;
	font-size: 14px;
	vertical-align: middle;
	line-height: 25px;
}
.calendar dd a.note {
	border-radius: 50%;
	border: 0;
	background-color: #0f8ebe;
	color: #fff;
}
.calendar dd a.disabled {
	color: #cacaca;
	cursor: pointer;
}
.calendar dd a.tody {
	color: #e01e24;
}
.calendar dd a.live.Selected { /* background: #e01e24; color: #fff;border: 2px solid #e01e24; */
	background: white;
	border: 2px solid #0f82be;
	border-radius:50%;
}
.calendar dd a.on {
	border: 1px solid #0f82be;
	background-color: #fff;
	color: #0f82be;
	border-radius:50%;
}
.calendar dd a.live {
	cursor: pointer;
}
.calendar dd a.live.ResidenceDate {
	background: #e01e24;
	color: #fff;
	border: 2px solid #e01e24;
}
.calendar dd a.live.DepDate {
	background: #e01e24;
	color: #fff;
	border: 2px solid #e01e24;
}
.calendar dd a.live.RetDate {
	background: #e01e24;
	color: #fff;
	border: 2px solid #e01e24;
}
.calendar dd a.live.holidays {
	color: #e2231a;
	background-color: #fff;
	font-weight:bold;	
}
 @media (max-width:992px) {
.calendar dl, .calendar dd {
	float: none;
	margin: auto;
}
.calendar {
	padding: 0 15px;
	float: none;
}
/*.prevmonth { background-position: 0 0; top: 0; left: 50%; }
    .nextmonth { background-position: -16px 0; bottom: 0; left: 50%; top: inherit; }*/
}
</pre></body></html>