@charset "UTF-8";
/**************variable for header****************/
:lang(zh-hk) body.innerPage .ui-datepicker-year, :lang(zh-cn) body.innerPage .ui-datepicker-year {
	float: left;
	margin-right: 5px;
}

:lang(zh-hk) body.innerPage .ui-datepicker-month, :lang(zh-cn) body.innerPage .ui-datepicker-month, :lang(zh-hk)
body.innerPage .ui-datepicker-year, :lang(zh-cn)
body.innerPage .ui-datepicker-year {
	font-weight: normal;
}

:lang(zh-hk) body.innerPage .ui-datepicker-year, :lang(zh-cn) body.innerPage .ui-datepicker-year {
	float: left;
	margin-right: 5px;
}

:lang(zh-hk) body.innerPage .ui-datepicker-year:after, :lang(zh-cn) body.innerPage .ui-datepicker-year:after {
	content: '年';
}

body.innerPage #ui-datepicker-div {
	z-index: 100 !important;
}

body.innerPage .ui-datepicker table {
	width: 240px;
	margin: 0 auto;
}

body.innerPage .ui-widget-header {
	background: transparent;
	border: none;
	font-size: 1em;
	text-align: center;
	margin-bottom: 10px;
}

body.innerPage .ui-datepicker .ui-datepicker-prev, body.innerPage .ui-datepicker .ui-datepicker-next {
	width: 22px;
	height: 22px;
	margin-top: -2px;
}

body.innerPage .ui-icon.ui-icon-circle-triangle-w {
	background: url(../images/calendar/btn_calender_prev.png) no-repeat;
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
}

body.innerPage .ui-icon.ui-icon-circle-triangle-e {
	background: url(../images/calendar/btn_calender_next.png) no-repeat;
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
}

body.innerPage .ui-datepicker .ui-datepicker-prev {
	left: 21px;
	top: 4px;
}

body.innerPage .ui-datepicker .ui-datepicker-next {
	right: 23px;
	left: auto;
	top: 4px;
}

body.innerPage .ui-datepicker-calendar th span {
	font-weight: bold;
}

body.innerPage .ui-datepicker-month, body.innerPage .ui-datepicker-year {
	font-weight: bold;
}

body.innerPage .ui-datepicker-title {
	background-color: #9fd9df;
	display: inline-block;
	padding: 0 30px;
	border-radius: 20px;
	font-size: 0.875em;
}

body.innerPage .ui-datepicker td span, body.innerPage .ui-datepicker td a {
	padding: 10px;
	font-weight: bold;
	color: #000;
}

body.innerPage .ui-widget-content {
	border-radius: 0;
	border-color: #000;
	border-bottom: 7px solid #e65b00;
	width: 340px;
	padding: 20px;
}

body.innerPage .ui-widget-content .ui-state-default {
	border: none;
	background: transparent;
	text-align: center;
}

body.innerPage .ui-widget-content .ui-state-default.ui-state-highlight {
	background-color: #e65b00;
	border-radius: 20px;
	width: 27px;
	height: 27px;
	padding: 0;
	line-height: 27px;
	display: block;
	margin: 6px auto;
}

@media screen and (max-width: 767px) {
	body.innerPage .ui-widget-content {
		width: 300px;
		padding: 10px 0;
	}
}