/* ===== lCalendar3 日历样式（来自 cmsinone calendar1.css + form_rili.css） ===== */

/* ---- 基础结构（calendar1.css） ---- */
.date_btn, .date_grid {
    box-sizing: border-box;
}
.date_btn, .date_class, .gear {
    cursor: pointer;
}
.date_btn, .date_class, .date_class_box, .date_info_box, .tooth {
    text-align: center;
}

.gearDate {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow: hidden;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.gearDate .bg {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
}

/* ---- lCalendar3 覆盖（form_rili.css，底部弹出、红系配色） ---- */

.date_ctrl1 {
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #a5a5a5;
    color: #999999;
    margin: 0;
    height: auto;
    width: 100%;
    max-width: 750px;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 100002;
    overflow: hidden;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.slideInUp1 {
    animation: slideInUp1 0.1s linear;
    -webkit-animation: slideInUp1 0.1s linear;
}

@-webkit-keyframes slideInUp1 {
    from {
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
    }
    to {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}
@keyframes slideInUp1 {
    from {
        transform: translate(-50%, 100%);
    }
    to {
        transform: translate(-50%, 0);
    }
}

.date_btn1:first-child {
    border-right: 1px solid #e6e6e6 !important;
}

.date_btn_box {
    border-top: 1px solid #e6e6e6 !important;
    overflow: hidden;
    position: relative;
}

.date_roll {
    position: relative;
    width: 100%;
    height: auto;
    font-weight: unset !important;
}

.date_roll, .date_roll>div {
    background-color: transparent;
    overflow: hidden;
}

.date_roll>.date_date {
    font-size: 1.8em;
    height: 10em;
    float: left;
    position: relative;
    width: 33.3% !important;
}

.date_roll>.date_time {
    font-size: 1.8em;
    height: 10em;
    float: left;
    position: relative;
    width: 34%;
}

.date_roll_mask {
    padding: 0 0 !important;
    background-color: #f7f7f7 !important;
}

.date_grid {
    position: relative;
    top: 4em !important;
    width: 100%;
    height: 2em;
    margin: 0;
    z-index: 0;
    background: none !important;
    background-color: #ffffff !important;
    border: none !important;
    border-top: 1px solid #fafafa !important;
}

.date_grid>div {
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
    font-size: .8em;
    line-height: 2.5em;
}

.date_info_box {
    color: #C83C23 !important;
    font-size: 1.5em;
    padding: .6em 0.5em;
    font-weight: 300;
    border: none !important;
}

.date_class_box {
    padding: 1em 2em;
}

.date_class {
    display: inline-block;
    font-size: 1.4em;
    width: 30% !important;
    padding: .4em 0;
    color: #ca6161 !important;
    border: 1px solid #C83C23 !important;
}

.date_class_box .date_class:first-child {
    border-top-left-radius: .3em;
    border-bottom-left-radius: .3em;
}

.date_class_box .date_class:last-child {
    border-top-right-radius: .2em;
    border-bottom-right-radius: .2em;
}

.date_class_box .active {
    background-color: #C83C23 !important;
    color: #fff !important;
}

.date_btn {
    color: #1D2023 !important;
    font-size: 1.6em !important;
    line-height: 1em !important;
    padding: 1.2em 1em !important;
    float: left !important;
    width: 50% !important;
}

.date_btn:first-child {
    border-right: 1px solid #d4d4d4;
}

.lcalendar_commit {
    color: #C83C23 !important;
}

.lcalendar_finish {
    color: #C83C23;
}

.tooth {
    color: #999999;
    height: 2em;
    line-height: 2em;
}

.tooth_active {
    color: #C83C23 !important;
}

.gear {
    float: left;
    position: absolute;
    z-index: 100002;
    width: 5.5em;
    margin-top: -6em;
}

.date_roll>.date_date .gear {
    width: 100%;
}

/* 确认面板 */
.show-commit-view {
    color: #EE3F4D;
}

.quren-title {
    font-size: 2em;
    color: #EE3F4D !important;
    padding: 1em 0;
}

.commit-tishi {
    color: #999999;
    font-size: 1.1em;
    margin: 0.2em 0 0.8em 0;
}

.date-queren {
    color: #1D2023;
    text-align: left;
    margin: 0.5em;
    margin-left: 2em;
    font-size: 1.3em;
}

.show-commit-info {
    height: 10em;
}

.lcalendar_show_gongli, .lcalendar_show_nongli {
    color: #EE3F4D;
}

.showview {
    text-align: center;
}
