/* 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;
    cursor: default;
    height: 457px;
    text-transform: uppercase;
    font-family: Tahoma;
    font-size: 12px;
    background: #fff;
    border: #e5e5e5 solid 1px;
    width: 100%;
}
.ui-datepicker select {
  height: 30px!important;
    border: 1px solid #e5e5e5!important;
    font-size: 18px!important;
    margin-top: 2px!important;
    width: 7%;
    outline: none;
}
.ui-datepicker-title{
 font-size: 18px!important;
}
.ui-datepicker select:first-child{
    margin-right: 10px;
}
.ui-datepicker select:last-child{
    margin-left: 10px;
}
/* Calendar Header */
.ui-datepicker-header {
    position: relative;
    background: #ffffff;
    height: 53px;
    line-height: 53px;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;

}
.ui-datepicker-title {
    text-align: center;
    color: #333333;

}
/* Month */
.ui-datepicker-month {
    position: relative;
    padding-right: 5px;
    color: #000;
    font-size: 14px;
    font-family: "微软雅黑";
}
.ui-datepicker-month:before {
    display: block;
    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(top, #a5cd4e 0%, #6b8f1a 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/* Year */
.ui-datepicker-year {
    padding-left: 8px;
    color: #000;
    font-size: 14px;
}
/* Prev Next Month */
.ui-datepicker-prev, .ui-datepicker-next {
    position: absolute;
    top: 10px;
    padding: 5px;
    cursor: pointer;
}
.ui-datepicker-prev {
    left: 0;
    padding-left: 0;
}
.ui-datepicker-next {
    right: 0;
    padding-right: 0;
}
.ui-datepicker-prev.ui-state-hover{
    background: transparent;
}
.ui-datepicker-next.ui-state-hover{
    background: transparent;
}
.ui-datepicker-prev span {
    display: block;
    width: 18px;
    height: 27px;
    _line-height: 0;
    text-indent: -9999px;
    background-image: url(../images/onlineHall/left.png);
}
.ui-datepicker-next span {
      display: block;
    width: 18px;
    height: 27px;
      _line-height: 0;
      text-indent: -9999px;
      background-image: url(../images/onlineHall/right.jpg);
  }
.ui-datepicker-prev span {
    /* background-position: 0px 0px; */
    margin-left: 21px;
}
.ui-datepicker-next span {
    /*background-position: -5px 0px;*/
    margin-right:21px;
}
.ui-datepicker-prev-hover span {
    /*background-position: 0px -10px;*/
}
.ui-datepicker-next-hover span {
    /*background-position: -5px -10px;*/
}
/* Calendar "Days" */
.ui-datepicker-calendar {
    width: 100%;
}
.ui-datepicker-calendar th {
    /* padding-top: 4px; */
    /* padding-bottom: 0px; */
    text-align: center;
    font-weight: normal;
    color: #333333;
    background: #ffffff;
    /* border: #e5e5e5 solid 1px; */
    padding: 25px 0;
}
.ui-datepicker-calendar th span{
font-size:16px
}
.ui-datepicker-calendar td {
    padding: 0px;
    text-align: center;
    line-height: 24px;
    width: 14%;
}
.ui-state-default {
    display: block;
    width: 28%;
    outline: none;
    margin: auto;
    margin-top: 2px;
    /* margin-left: 1px; */
    text-decoration: none;
    color: #000;
    border: 1px solid transparent;
    padding: 10px 0;
	font-size:16px
}
/* Day Active State*/
.ui-datepicker-calendar .ui-state-active {
    /* color: #CE102B; */
    /* border: 1px solid #CE102B; */
    background-color: #CE102B;
    color: #ffffff;
}
.ui-state-hover  {
    background-color: #CE102B;
    color: #ffffff;
}
.ui-datepicker-calendar a:link {
    text-decoration:none;
}

/* Other Months Days*/
.ui-datepicker-other-month .ui-state-default {
    color: #ececec;
}
#calendar .has-data a{
    /*background: url(../images/onlineHall/has-data.png) center center transparent no-repeat;*/
    border-bottom: 1px solid #CE102B;
}

#calendar .no-data a{

}