@charset "utf-8";
/*
    Css for PEL,    ver 1.0
    CopyRight By Dongyi Network Technology CO.,Ltd Design Center
*/
/* Css Reset */
.calendar {
    /* display: none; */
    padding: 0px;
    background-color: #fff;
    border: brown;
}
.calendar li {
    position: relative;
    
}
.calendar li.item {
    color: #d0cbbc; 
}
.calendar li.item-curMonth {
    color: #333; background: url(../img/line.png) repeat;
}
.calendar li .numCount {
    display: none;
}
.calendar li.item-curDay .numCount {
    position: absolute;
    display: block;
    font-size: 12px;
    background: #c88947;
    width: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    height: 20px;
    right: -3px;
    top: -3px;
    border-radius:10px;
    text-align:center;
}
.calendar li.item-curDay {
    position:relative;
    line-height: 50px;
    background-color: #ecf3fa;
}
.calendar li.item-curDay:after { content:""; width:4px; height:4px; border-radius:50%; background:#004e90; position:absolute; left:50%; bottom:15%; margin-left:-2px;}
.calendar-title {
    position: relative;
    height: 46px;
    line-height: 46px;
    padding-top:20px;
    font-size:16px;
}
.calendar-title .title{
    float:left;
    height:46px;
    padding-left: 40px;
    background: url(../../base/img/caleico.png) no-repeat 15px;
}
.calendar-title .showDate{
    float:right;
    padding-right:50px;
    font-size:16px;
}
#backToday {
    position: absolute;
    left: 60%;
    display:none;
    top: 8px;
    width: 80px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #888;
    font-size: 18px;
}
.calendar-title .arrow {
}
.calendar-title .arrow span {
    color: #666;
    font-size: 20px;
    cursor: pointer;
    position:absolute;
    right: 86px;
    width:50px;
    height:46px;
    line-height:46px;
    text-align:center;
    top:20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.calendar-title .arrow span:hover {
    color: #014c8f;
}
.calendar-title .arrow .arrow-next {
    left:auto;
    right:0px;
}
.calendar-week,
.calendar-date {
    overflow: hidden;
    padding-left:8px;
}
.calendar-week .item,
.calendar-date .item {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right:5px
    
}
.calendar-date .item{
    margin-bottom:5px
}
.calendar-week {
    color: #999;
    font-size: 16px;
    height:50px;
    padding-bottom:2px;
    background: #fafafa;
}
.calendar-week li.item{
    color: #999;
    line-height: 36px!important;
}
.calendar-date {
    padding-top:8px;
    padding: 4px 0 0 2px;
}
.calendar-date .item {
     /*border-radius: 50%;*/
     cursor: pointer;
     font-size: 16px;
}
.calendar-date .item-curMonth:hover {
     background: #61a6e4;
     color:#fff;
}
.calendar-date .item-curMonth {
     color: #333;
}
.calendar-date .item-curDay,
.calendar-date .item-curDay:hover {
     color: #fff;
     background: #61a6e4;
}
.calendar-today {
    display: none;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 90px;
    height: 48px;
    padding: 6px 10px;
    background-color: rgb(255, 128, 142);
    border-radius: 5px;
}
.calendar-today .triangle {
    position: absolute;
    top: 50%;
    left: -16px;
    margin-top: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent rgb(255, 128, 142) transparent transparent;
}
.calendar-today p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.calendar li.item-cur-click { color: #fff; background: #0054a9;}
.calendar li.item-cur-click:after { background:#fff;}
    
.calendarHd { border-bottom:1px solid #0054a9; font-size:20px; line-height:50px; margin-top:10px;}
#calendar .calendar-title{padding-top:5px;height: 36px;line-height: 36px;}
#calendar .calendar-title .title{height: 36px;}
#calendar .calendar-title .arrow span{top:05px;height: 36px;line-height: 36px;}
#calendar .calendar-week .item, 
#calendar .calendar-date .item{height: 36px;width: 36px;line-height:30px;margin: 1px;font-size: 15px;/* border-radius: 50%; */}
#calendar .calendar-week,
#calendar .calendar-date{/* padding-left:12px; */}
#calendar .calendar-date{/* padding-top:12px; */}
#calendar .calendar-week{height:40px;/* padding-top:5px; */padding: 4px 0 0 2px;}
