﻿/* Reset */
.ui-datepicker, .ui-datepicker table, .ui-datepicker tr, .ui-datepicker td, .ui-datepicker th {
	margin: 0;
	padding: 0;
	border: none;
	border-spacing: 0;
}
.ui-datepicker table{
	width: 100%;
}
/* Calendar Wrapper */
.ui-datepicker {
	display: none;
	min-width: 3.24rem;
	cursor: default;
	height: 100%;
	font-size: 12px;
	border: #dfdfdf solid 0px;
	position:relative;
}
.ui-datepicker select {
	border: none !important;
	font-size: 0.20rem !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;
	height: 0.5rem;
	line-height: 0.5rem;
}
.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: 0.24rem;
}
.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;
	border:1px solid #034D8A;
	width:120px;
	padding-left:28px;
	height:30px;
	line-height:30px;
	border-radius: 6px;
}
.ui-datepicker-year {
	padding-left: 0.15rem;
    font-size: 0.24rem;
    color: #2D3295;
	

}
select.ui-datepicker-month{
	height: 30px;
	color:#034D8A;
}
select.ui-datepicker-year{
color: #034D8A;
height: 30px;
/* border-radius: 5px; */
/*text-align: center;*/
padding-left: 5px;
margin-left: 5px;
outline: none;
background: transparent;


/* border-right: 30px solid #034D8A !important; */
}
/* Prev Next Month */
.ui-datepicker-prev, .ui-datepicker-next {
	position: absolute;
	top: 0.15rem;
	padding: 0.01rem;
	cursor: pointer;
    width: 0.18rem;
    height: 0.24rem;
	z-index: 999;
	width: 0.15rem;
	font-size: 0.211rem;
}
*+html .ui-datepicker-prev, *+html .ui-datepicker-next {
	top:0px;
}

*html .ui-datepicker-prev, *html .ui-datepicker-next {
	top:-4px;
}
.ui-datepicker-prev {
	left: 0.1rem;	
	 background:url(/eng/img/rl_prev.png) no-repeat right bottom; 
	 background-size: 100%;
	 
}
.ui-datepicker-next {
	right: 0.1rem;
	 background:url(/eng/img/rl_next.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;

}
.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;
	background: #fff;
}
/* Day Active State*/
.ui-datepicker-calendar .ui-state-active {
	/* background:url(../images/data/calendar_bg.png) no-repeat right bottom; */
}
/* .ui-datepicker-month{color:#034D8A} */
/* 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;
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;
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: 0.24rem;
color: #034D8A;
padding: 10px 0;
}
  .calendar_box table th.weekend {
background: #00628f;
color: #fff;
}
  .calendar_box table td {
width:0.46rem;
height:0.45rem;
line-height:0.45rem;
text-align: center;
color: #3E3A39;
font-size: 0.213333rem;
position: relative;
}
  .calendar_box table td.today {
background:#013668; color:#FFF;
}
.ui-datepicker-calendar .has-data::after,
#calendarNav .has-data::after,
#calendar .has-data::after {
content: "";
display: inline-block;
width: 0.04rem;
height: 0.04rem;
border-radius: 50%;
background: #dc1f48;
color: #dc1f48;
position: absolute;
bottom: 0.05rem;
left:0.23rem;
}
#calendarNav .has-data::after{
	bottom: 0.06rem;
	 left: 0.38rem;
}
#calendar .ui-datepicker-other-month{
	background: #fff !important;
}
.ui-datepicker-calendar .ui-state-active{
    background: #091887;
     color: #fff;		
}


#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;	
}
.ui-datepicker{font-size: 0.213333rem;}
.ui-datepicker-calendar{width: 100%;}
.ui-datepicker-calendar td{height: 0.42rem;line-height: 0.42rem;position: relative;}
.ui-datepicker-calendar .ui-state-active{border-radius: 5px;}
.ui-datepicker-calendar .ui-state-default{
	border:none;
}

.ui-datepicker-calendar .ui-state-default.ui-state-hover{
	border-radius: 5px;background: #091887;color: #fff;
}
#calendarNav .ui-datepicker-calendar{
	width: 95%;
	margin: 0 auto;
}
#calendarNav .ui-datepicker-calendar td{
	height: 0.5rem;
	line-height: 0.5rem;
	padding:0.02rem 0.11rem;
}
#calendarNav .ui-datepicker-header {
    position: relative;
    height: 0.7rem;
    line-height: 0.6rem;
    border-bottom: 1px solid #efefef;
    margin-bottom: 0.2rem;
   
}
#calendarNav .ui-datepicker-calendar .ui-state-default{
	color: #2D3295;
}
.ui-datepicker-calendar th{
	padding-bottom: 5px;
}
#calendarNav .ui-datepicker-calendar .ui-state-default.ui-state-hover,
#calendarNav .ui-datepicker-calendar .ui-state-active{
	color: #fff;
}
//滚动条
select::-webkit-scrollbar {
	width: 0.05rem;
	overflow: hidden;
}

select::-webkit-scrollbar-track {
	background: none;
	border-radius: 2px;
}
select::-webkit-scrollbar-thumb {
	width: 0.05rem;
	height: 0.3rem;
	background: #D5D9E4;
	border-radius: 0.026667rem;
}
select::-webkit-scrollbar-corner {
	background: none;
	height: 0.01rem;
}
