﻿.ui-calendar {
	border: 1px solid #ccc;
	background-color: #fff;
	position: absolute;
	color: #999999;
	font-family: arial, "微軟正黑體", 'Hiragino Sans GB', sans-serif;
	position: absolute;
	font-size: 12px;
	box-shadow:0px 0px 8px rgba(0%,0%,0%,0.5);
	border-radius:4px;
}
.ui-calendar ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #f5f5f5;
	width: 224px;
}
.ui-calendar li {
	list-style: none;
	float: left;
	width: 32px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	border-top:1px solid #e3e3e3;
}
.ui-calendar li:hover, .ui-calendar-pannel span:hover ,.ui-calendar-toolbar a:hover{
	/*color: #f29500;*/
	color: #8EC220;
	
}
.ui-calendar-pannel {
	padding-bottom: 5px;
}
.ui-calendar-pannel span {
	cursor: pointer;
	display: block;
	float: left;
	width: 33px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #999999;
}
.ui-calendar-pannel .month, .ui-calendar-pannel .year { 
	width: 40px; 
	color: #333;
}
.ui-calendar-pannel .month { 
	width: 50px; 
}
.ui-calendar-toolbar { 
	border-top:1px solid #ccc;
}
.ui-month-list,.ui-year-list{
	display: none; 
	position:absolute;
	top:30px;
	left: -1px;
	height:176px;
	width: 100%;
	background-color: #fff;
	border:1px solid #ccc;
}
.ui-month-list .current,.ui-year-list .current{
	background-color: #f2f2f2;
}
.ui-month-list div,.ui-year-list div{
	cursor: pointer;
	float: left;
	width:25%;
	height:33.33%;
	line-height:5;
	overflow:hidden;
	box-sizing:border-box;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	border:none;
}
.ui-month-list div:hover,.ui-year-list div:hover{
	background-color: #f2f2f2;
}
.ui-calendar-toolbar a {
	background-color: #8c8c8c;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	line-height: 26px;
	margin: 5px 1%;
	text-align: center;
	width: 45%;
	/*width: 31%;*/
	display:inline-block;
	cursor: pointer;
}
.ui-calendar-toolbar a:hover {
	/*background-color: #f29500;*/
	background-color: #8EC220;
	color: #fff;
	text-decoration: none;
}
.ui-calendar-toolbar a.ui-calendar-close { 
	border-right-width: 0; 
}
.ui-calendar-time{
	margin: 0 auto;
	text-align: center;
	padding:3px;
}
.ui-calendar-time a{
	display: inline-block;
	padding:2px 3px;
	cursor: pointer;
}
.preday, .nextday,.prevtenyear,.nexttenyear { 
	color: #cccccc; 
}
.calendar-header {
	padding-bottom: 2px;
}
.calendar-header b {
	width: 32px;
	float: left;
	display: block;
	text-align: center;
}
.ui-calendar li.focus { 
	/*background-color: #f29500;*/ 
	background-color: #8EC220;
	
	color: #FFF;
}
.ui-calendar li.disabled { 
	background-color: #ccc; 
}
.clearfix:after { 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	content: '.'; 
	zoom:1;
}
.clearfix {
	display: block;
	zoom:1;
}
