﻿/* Reset */
.ui-datepicker, .ui-datepicker table, .ui-datepicker tr, .ui-datepicker td, .ui-datepicker th {
	margin: 0;
	padding: 0;
	border: none;
	border-spacing: 0;
}
/* Calendar Wrapper */
.ui-datepicker {
	display: none;
	width: 400px;
	/* margin-left: 20px; */
	cursor: default;
	height: 100%;
	text-transform: uppercase;
	font-family: Tahoma, Helvetica, Arial, Verdana;
	font-size: 12px;
	border: #dfdfdf solid 0px;
	position:relative;
}
.ui-datepicker select {
	border: none !important;
	font-size: 14px !important;
	margin-top: 2px!important;
	margin-left: 5px;
	margin-right: 5px;
	background-color: transparent;
	color: #034D8A;
	outline: none;
}
/* Calendar Header */
.ui-datepicker-header {
	position: relative;
	background: transparent;
	height: 62px;
	line-height: 46px;
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 15px; 
	margin-top: 15px;
}
.ui-datepicker-title {
	text-align: center;
	color: #034d8a;
	font-size: 16px;
	position:relative;
}
/* Month */
.ui-datepicker-month {
	position: relative;
	padding-right: 0px;
	color: #000;
	font-size: 1.5rem;
	font-family: "微软雅黑", Helvetica, Arial, Verdana;
}
.ui-datepicker-month:before {
	display: none;
	position: absolute;
	top: 5px;
	right: 0;
	width: 5px;
	height: 5px;
	content: '';
	background: #a5cd4e;
	background: -moz-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5cd4e), color-stop(100%, #6b8f1a));
	background: -webkit-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
	background: -o-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
	background: -ms-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
	background: linear-gradient(to top, #a5cd4e 0%, #6b8f1a 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
/* Year */
.ui-datepicker-year-box{
	position: absolute;
	left:18px;
	top:-76px;	
	text-align: left;
	background:url(/image/home/icon_active_calendar.png) no-repeat 5px center;
	border:1px solid #034D8A;
	width:120px;
	padding-left:28px;
	height:30px;
	line-height:30px;
	border-radius: 6px;
}
.ui-datepicker-year {
	padding-left: 8px;
	color: #000;
	font-size: 14px;
	

}
select.ui-datepicker-year{
-webkit-appearance: none;
border: 1px solid #034D8A !important;
width: 120px;
color: #034D8A;
height: 30px;
border-radius: 5px;
/*text-align: center;*/
padding-left: 30px;
margin-left: -5px;
background: #F4F4F4;
outline: none;
background: transparent;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
opacity:0;
position:absolute;
left:0;
right:0;
top:0;
/* border-right: 30px solid #034D8A !important; */
}
/* Prev Next Month */
.ui-datepicker-prev, .ui-datepicker-next {
	position: absolute;
	top: 8px;
	/* top: 5px\9; */
	padding: 5px;
	cursor: pointer;
	width: 35px;
	height: 35px;
	z-index: 999;
}
*+html .ui-datepicker-prev, *+html .ui-datepicker-next {
	top:0px;
}

*html .ui-datepicker-prev, *html .ui-datepicker-next {
	top:-4px;
}
.ui-datepicker-prev {
	left: 60px;
	padding-left: 0;
	
	 background:url(/image/home/icon_left.png) no-repeat right bottom; 
	 background-size: 100%;
	 
}
.ui-datepicker-next {
	right: 60px;
	padding-right: 0;
	 background:url(/image/home/icon_right.png) no-repeat left bottom; 
	  background-size: 100%;
}
.ui-datepicker-prev span, .ui-datepicker-next span {
	display: block;
	width: 5px;
	height: 10px;
	_line-height: 0;
	text-indent: -9999px;
}
.ui-datepicker-prev span {
	background-position: 0px 0px;
	margin-left: 10px;
}
.ui-datepicker-next span {
	background-position: -5px 0px;
	margin-right: 10px;
}
.ui-datepicker-prev-hover span {
	background-position: 0px -10px;
}
.ui-datepicker-next-hover span {
	background-position: -5px -10px;
}
/* Calendar "Days" */
.ui-datepicker-calendar {
	width: 198px;
}
.ui-datepicker-calendar th {
	padding-top: 4px;
	padding-bottom: 0px;
	text-align: center;
	font-weight: normal;
	color: #29476d;
	/* background: #c9daee;
	border-bottom: #abb8cb solid 1px; */
}
.ui-datepicker-calendar td {
	padding: 0px;
	text-align: center;
	line-height: 24px;
}
.ui-datepicker-calendar .ui-state-default {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	text-decoration: none;
	color: #555666;
	border: 1px solid transparent;
	text-align:center;
}
/* Day Active State*/
.ui-datepicker-calendar .ui-state-active {
	/* background:url(../images/data/calendar_bg.png) no-repeat right bottom; */
}
/* Other Months Days*/
.ui-datepicker-other-month .ui-state-default {
	color: #ececec;
}
.col_left{ float:left; width:350px; display:inline-block; margin-left:15px;}



  .calendar_box .calendar_select_box{
background: #013668;
padding: 0 5px;
}
  .calendar_box .calendar_select_box .prev {
float:left;
margin: 0 20px 0 0;
padding: 5px 20px 5px 0;
border-right: 1px solid #fff;
}
  .calendar_box .calendar_select_box .next {
float: right;
margin: 0 20px 0 0;
padding: 5px 0 5px 20px;
border-left: 1px solid #fff;
}
  .calendar_box .calendar_select_box .year_box {
float: left;
margin: 5px 50px 0 0;
position:relative;
}

  .calendar_box .calendar_select_box .year_box .year {
font-size: 14px;
color: #000;
font-family:arial, Helvetica, "微软雅黑", Verdana;
background: #fff;
padding: 0 6px;
float: left;
line-height: 1;
}

  .calendar_box .calendar_select_box .year_box ul {
background: #fff;
font-size: 14px;
position: absolute;
top: 14px;
left: 0;
width: 40px;
display: none;
}

  .calendar_box .calendar_select_box .year_box ul li {
padding: 2px 6px;
color: #000;
cursor: pointer;
}

  .calendar_box .calendar_select_box .month_box {
float: left;
margin-top: 5px;
position:relative;
}
  .calendar_box .calendar_select_box .month_box .month {
font-size: 14px;
color: #000;
background: #fff;
font-family:arial, Helvetica, "微软雅黑", Verdana;
padding: 0 6px;
float: left;
line-height: 1;
width: 28px;
}

  .calendar_box .calendar_select_box .month_box ul {
background: #fff;
font-size: 14px;
position: absolute;
top: 14px;
left: 0;
width: 40px;
display: none;
}

  .calendar_box .calendar_select_box .month_box ul li {
padding: 2px 6px;
color: #000;
cursor: pointer;
}

  .calendar_box .calendar_select_box .drop {
width: 15px;
height: 15px;
float: left;
background: url(/images/icon01.png) no-repeat left top;
}
  .calendar_box table {
width: 100%;
border-collapse: collapse;
clear: both;
}
  .calendar_box table th {
/* border: 1px solid #dfdfdf;
background: #d2d2d4; */
font-size: 14px;
color: #034D8A;
padding: 10px 0;
}
  .calendar_box table th.weekend {
background: #00628f;
color: #fff;
}
  .calendar_box table td {
/* border: 1px solid #dfdfdf; */
/*padding: 14px 8px 8px 0;*/
width:38px;
height:48px;
line-height:48px;
text-align: center;
color: #3E3A39;
font-size: 15px;
font-family:arial, Helvetica, "微软雅黑", Verdana;
}
  .calendar_box table td.today {
background:#013668; color:#FFF;
}
#calendar .has-data {
	background: url(/image/home/icon_blue.png) right top no-repeat;
	background-position: 36px 0px;
}
#calendar .ui-datepicker-other-month.has-data {
	background: transparent !important;
	background-position: 36px 0px;
}
.ui-datepicker-calendar .ui-state-active{
    height: 36px !important;
    width: 36px !important;
    margin-left: 10px;
    line-height: 36px !important;
    font-size: 16px;
    color: #ffffff !important;
    background-color: #0098E5;
    border-radius: 50px;		
}
#calendar .has-data .ui-state-active {
/* background: url(../image/home/icon_red.png) right top no-repeat #0098E5;	 */
}
#calendar select.ui-datepicker-month{
	font-size: 28px !important;
}
#calendar .no-data a{
	
}
.select_xiasanjiao_box{
    display: inline-block;
    height: 30px;
    background: #034D8A;
    padding-top: 14px;
    width: 30px;
    top: 0px;
  	float:right;
    padding-left: 9px;
    border-radius: 0 5px 5px 0;	
}
#calendar_img_home{
	display:inline-block;
	background: url(/image/home/icon_active_calendar.png); 
	 content: url(/image/home/icon_active_calendar.png);
	 vertical-align: middle;
}
.ui-datepicker-month{color:#034D8A}
#calendar .has-data.ui-datepicker-other-month{ background: transparent;}

