@import url(f686aa2c5169443fb20c51b9d0186b61.css);
@import url(3e0c03eafdd846ea9159341ea6200d41.css);

.jalendar {
    position: relative;
    margin-left:20px;
    width:210px;
    height: 114px;
}
.week-list{
    position: relative;
    margin-left:31px;
    margin-right:10px;
    width:191px;
    text-align: center;
}
.moth-list{
    position: relative;
    margin-left:31px;
    margin-right:10px;
    width:185px;
    height:22px;
    line-height:22px;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-bottom:none;
    background:#ffeebc;
}
.jalendar-pages > .header .day-names {
    margin: 10px 10px 0 10px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}
.jalendar-pages > .header h2 {
    display: inline-block;
    width: 14%;
    text-indent: 1px;
    text-align: center;
    margin: 0;
    background: url('../image/jalendar-sprite.png') no-repeat 0 -41px;
    height: 13px;
    font: 9px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    text-shadow: 0 1px 0 #000;
    color: #fff;
}
.jalendar .header h2:first-child {
    background: none !important;
}

.jalendar .total-bar b {
    color: #65c2c0;
    text-shadow: 0 1px 1px rgba(255,255,255,1);
}
.jalendar .days {
    margin: 10px 10px 20px 10px;
    font-size: 0;
    text-align: center;
}

.week-list .week1{
    border-left: 1px solid #e0e0e0;
}
.jalendar .days .day ,.week-list div{
    display: inline-block;
    width: 14%;
    height:13px;
    line-height:13px;
    text-align:center;
    border-top: 1px solid #e0e0e0;

    border-right: 1px solid #e0e0e0;
    font:8px "Roboto", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #666;
    cursor: pointer;
    position: relative;
}
.jalendar.mid .days .day {
    height: 13px;
    font-size: 9px;
    line-height:13px;
}
.jalendar .days .day:hover {
	background-color: #feffea;
}
.jalendar .days .day.selected {
    box-shadow: inset 0 5px 15px rgba(255,255,255,0.4), inset 0 -10px 10px rgba(0,0,0,0.2);
    color: #fff;
    text-shadow: 0 1px 1px #000;
}
.jalendar .days .day:nth-child(7n+1) {
    border-left: 1px solid #e0e0e0;
}
.jalendar .days .day:nth-last-child(1),
.jalendar .days .day:nth-last-child(2),
.jalendar .days .day:nth-last-child(3),
.jalendar .days .day:nth-last-child(4),
.jalendar .days .day:nth-last-child(5),
.jalendar .days .day:nth-last-child(6),
.jalendar .days .day:nth-last-child(7) {
    border-bottom: 1px solid #e0e0e0;
}
.jalendar .days .day.today.selected {
    color: #fff !important;
}
.jalendar .days .day > .event-single {
    display: none;
}
.jalendar .days .day.selected > i {
    display: none;
}
.jalendar .days .day > i {
    position: absolute;
    right: -1px;
    top: 0;
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url(../image/jalendar-sprite.png) 0 -580px;
}

.jalendar .add-event {
    float: right;
    display: none;
    max-width: 274px !important;
}

.week-list div{float:left;}
