.calendar {
    background-color: #fff;
    position: relative;
}

.cal-title {
    position: absolute;
    font-size: 28px;
    color: #424242;
    top: 18px;
    left: 16px;

}

.myWeeklyCanlendar {
    padding: 0;
    margin: auto;

}

.datetime_header {
    width: 600px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 28px;
    color: #f65640;
    position: relative;
    margin: auto;
}

.datetime_header>span>b {
    font-weight: normal;
}

.prev_icon,
.next_icon {
    display: inline-block;
    vertical-align: top;
    width: 13px;
    height: 25px;
    background: url(/images/icon-calendar-arrow.png) center no-repeat;
    position: absolute;
    top: 108px;
}

.prev_icon {
    background-position: 0 0;
    left: 0;
}

.next_icon {
    background-position: -14px 0;
    right: 0;
}

.prev_icon:active,
.next_icon:active,
.weeklyCanlendarBox li a:active {
    opacity: .8
}

.weeklyBox,
.weeklyCanlendarBox {
    overflow: hidden;
    font-size: 16px;
}

.weeklyBox {
    padding-top: 10px;
    padding-bottom: 5px;
}

.weeklyBox li {
    line-height: 30px
}

.weeklyBox li,
.weeklyCanlendarBox li {
    float: left;
    display: inline;
    width: 14.28571428%;
    text-align: center;
    color: #8c8c8c;
}

.weeklyCanlendarBox li a {
    font-size: 22px;
    display: inline-block;
    width: 40px;
    line-height: 38px;
    border-radius: 100%;
    color: #424242;
    text-decoration: none;
    border: 1px solid #f5f5f5
}
.weeklyCanlendarBox li a:hover{
    border: 1px solid #f65640;
}
/* .weeklyCanlendarBox li.active a {
    background: #f65640;
    color: #fff;
} */

.weeklyCanlendarBox li.clickActive a {
    border: 1px solid #f65640;
    background: #f65640;
    color: #fff;
}

.weeklyCanlendarBox li a.disabled {
    color: #ccc;
    pointer-events: none
}

.myWeeklyCanlendar .datetime_body {
    border-top: 1px solid #e7e7e7;
    text-align: center;
}

.myWeeklyCanlendar .datetime_body table {
    font-size: 16px;
    color: #424242;
    line-height: 40px;
    min-height: 200px;
    border-bottom: 1px solid #f3f3f3;
}

.myWeeklyCanlendar .datetime_body table th {
    color: #8c8c8c;
    font-weight: 100;
    line-height: 45px;
    border-left: 1px solid #f3f3f3;
    padding: 0 10px;
}

.myWeeklyCanlendar .datetime_body table td {
    border-left: 1px solid #f3f3f3;
    padding: 0 10px;
}

.myWeeklyCanlendar .datetime_body table th:first-child,
.myWeeklyCanlendar .datetime_body table td:first-child {
    border-left: 0;
}

.myWeeklyCanlendar .datetime_body table .calendar-nodata {
    color: #8c8c8c;
}

.myWeeklyCanlendar .datetime_body .icon-star {
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    background: url(/images/star.png) no-repeat -25px 0px;
}

.myWeeklyCanlendar .datetime_body .icon-star-action {
    background-position: 0px 0px;
}

.datetime_body span[class^='status-'] {
    font-size: 16px;
    width: 120px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 1px;
    border: 1px solid;
}

.datetime_body .status-lido {
    color: #e65857;
    border-color: #e65857;
}

.datetime_body .status-bearish {
    color: #33a157;
    border-color: #33a157;
}

.datetime_body .status-other {
    color: #d0b276;
    border-color: #d0b276;
}