@charset "utf-8";
/* Date Picker 日期拾取器 */
table.jCalendar {
	border-collapse: collapse;
	font-family: Arial;
	width: 100%;
}
table.jCalendar th {
	/* background: #fff; */
	color: #3c3c3c;
	font-weight: normal;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	text-align: center;
}
table.jCalendar td {
	/* background: #EBF6FF; */
	color: #474747;
	font-size: 11px;
	/* border: 1px solid #cdcfd3; */
	height: 44px;
	line-height: 44px;
	text-align: center;
}
table.jCalendar td.other-month {
	/* background: #f7f7f7; */
	color: #555;
}
table.jCalendar td.today {
	background: #E7A54C;
	color: #fff;
}
table.jCalendar td.selected, table.jCalendar td.selected.dp-hover {
	background: #3366cc;
	color: #fff;
}
table.jCalendar td.dp-hover, table.jCalendar tr.activeWeekHover td {
	background: #E7A54C;
	color: #fff;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	/* background: #ECF1F4; */
	color: #888;
}
table.jCalendar td.unselectable, table.jCalendar td.unselectable:hover, table.jCalendar td.unselectable.dp-hover {
	background: #8ca4c8;
	color: #fff;
}
/* For the popup *//* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */
div.dp-popup {
	position: relative;
	/* font-size: 12px; */
	/* font-family: arial, sans-serif; */
	/* padding: 0 2px 2px 2px; */
	width: 100%;
	/* border: solid 1px #ddd; */
	background: #F4F4F4;
	box-sizing: border-box;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 18px;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 40px;
	line-height: 40px;
	/* border-bottom: solid 1px #cdcfd3; */
	/* border-top: solid 1px #fff; */
	color: #fff;
	background: #0162AB;
	font-weight: normal;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #fff;
	text-decoration: none;
	/* width: 19px; */
	height: 40px;
	/* line-height: 999em; */
	overflow: hidden;
	/* background: url(../images/arrowicon.gif) no-repeat; */
	/* margin: 6px 2px 0 2px; */
	display: inline;
	font-size: 20px;
	line-height: 40px;
	font-family: 宋体;
}
div.dp-popup a#dp-nav-prev-year.disabled {
	background-position: 0 -19px;
	display: none;
}
div.dp-popup a#dp-nav-prev-month.disabled {
	/* background-position: -19px -19px; */
}
div.dp-popup a#dp-nav-prev-year {
	background-position: 0 0;
	display: none;
}
div.dp-popup a#dp-nav-prev-month {
	/* background-position: -19px 0; */
}
div.dp-popup a#dp-nav-next-year {
	background-position: -57px 0;
	display: none;
}
div.dp-popup a#dp-nav-next-month {
	/* background-position: -38px 0; */
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 0;
	left: 15px;
	/* width: 100px; */
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 0;
	right: 15px;
	/* width: 100px; */
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	/* color: #aaa; */
}
div.dp-popup td {
	cursor: pointer;
	font-size: 16px;
	font-family: 微软雅黑;
	border-bottom: 1px solid #DEDEDE;
}
div.dp-popup td.disabled {
	cursor: default;
}
table.jCalendar thead { background:#E4F0F6;}
table.jCalendar thead th { line-height:33px; height:33px; font-size:16px; color:#0162AB; font-family:微软雅黑;}
table.jCalendar tbody { background:#fff;}
.dp-calendar {padding:0 12px;background:#fff;position:relative;border:1px solid #DEDEDE;border-top:0;padding-bottom: 10px;} 
table.jCalendar tbody tr:last-child td { border-bottom:0;}
.dp-calendar:before { position:absolute; left:0; top:0; content:''; background:#E4F0F6; width:13px; height:33px;}
.dp-calendar:after { position:absolute; right:0; top:0; content:''; background:#E4F0F6; width:13px; height:33px;}







