
/*new*/
.top_calendar{
    height: 97px;
    background-color: #4A90E2;
}
.top_calendar p{font-size: 14px;text-align: center;padding-top: 22px;color: #FFFFFF}
.top_calendar a{font-size: 24px;text-align: center;color: #FFFFFF;display: block}
/*new end*/

.rolyart-calendar {
    border: 1px solid #DDD;
    max-width: 560px;
    background-color: white;
    -webkit-box-shadow: 0 10px 45px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 45px rgba(0, 0, 0, 0.1);


}

.rolyart-calendar:hover {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3)
}

.calendar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #DDD;
    height: 97px;
    background-color: #1d3383;
}


.calendar-header .month-year {
    text-align: center;
    width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.calendar-header button {
    background-color: transparent;
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    border: 0;
    cursor: pointer
}

.calendar-header button:active {
    outline: 0
}

.calendar-header .arrow {
    border: solid #AAA;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    background-color: transparent;
    border-radius: 1px
}

.calendar-header .current-month {
    width: 12px;
    height: 12px;
    background-color: #574AEC;
    content: '';
    display: inline-block;
    border-radius: 50%
}

.prev-month {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.next-month {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.week-days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.04);
    font-weight: bolder;
    font-size: 18px
}

.week-days div {
    width: calc(100% / 7);
    text-align: center
}

.rolyart-calendar .day {

    border: 0;
    background-color: transparent;
    color: black
}

.rolyart-calendar button.not-current {
    color: #AAA
}

.rolyart-calendar .active span {
    color: #574AEC;
    font-weight: bold
}

.rolyart-calendar .selected span {
    /*color: white;*/

    border: 1px solid rgba(74, 144, 226, 0.23);
    font-weight: bold;
    background: rgba(97, 158, 229, 0.2);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

/*.calendar-body{*/
/*    background-image: url("../images/16index_calendar_bg.png");*/
/*}*/
.calendar-body .day {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;

}

.calendar-body .not-current {
    color: #999;
    display: none;
}

.calendar-body .day span {
    width: 38px;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    /*border-radius: 50%*/

}

@media (max-width: 480px) {
    .rolyart-calendar {
        margin: 0 15px
    }
}
