.toolbar-back {
    display: block;
}
.store-name {
    font-size:12px;
    color:#254955;
    line-height:12px;
    text-align:center;
    cursor: pointer;
}
.check-address {
    float: right;
    font-size:12px;
    color:#888888;
    cursor: pointer;
}
.check-address i {
    margin-right: 3px;
    color:#888888;
}
.schedule-selected {
    padding-top: 14px;
}
.schedule-selected .all-schedules {
    top: 14px;
}
.schedules-box {
    padding: 0 14px;
}
.schedules-title {
    margin-bottom: 16px;
}
.schedules-title .icon-info {
    color:#dfcbed;
    font-size: 18px;
    width: 20%;
    text-align: center;
}
.schedules-title div {
    text-align: center;
    font-size:14px;
    padding-right: 10px;
    padding-left: 10px;
}
.schedules-title span {
    height:32px;
    display: block;
    line-height: 32px;
    float: left;
}
.schedules-title span.vip-title {
    background:#ffffff;
    border-radius:3px;
    border: 1px solid #8446ac;
    font-size:12px;
    color:#8446ac;
    text-align:center;
    width: 40%;
    font-weight: 900;
}

.schedules-title span.stander-title {
    background:#ffffff;
    border-radius:3px;
    border: 1px solid #B2C7EA;
    font-size:12px;
    color:#254955;
    text-align:center;
    width: 40%;
    font-weight: 900;
}

.schedules-title span.stander-title-active {
    background:#254955;
    color: #FFFFFF;
    border-color: #254955;
}
.schedules-box .schedules-content {
    overflow: hidden;
    width: 100%;
}
.schedules-box .standard-schedules {
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
.schedules-box .schedule-item {
    width: 25%;
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    background-color: #ffffff;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 39px;
    height:40px;
    float: left;
    color:#254955;
    font-weight: 700;
}

.schedules-box .schedule-item.active,
.schedules-box .schedule-item:active {
    background-color: #254955;
    color: #FFFFFF;
}
.schedules-box .schedule-item:before {
    background:#7cdfa8;
    width:9px;
    height:9px;
    border-radius:100%;
    content: " ";
    display: inline-block;
    vertical-align: middle;
}
.schedules-box .schedule-item.padding:before {
    display: none;
}
.schedules-box .vip-schedules .schedule-item {
    color: #8446ac;
}
.schedules-box .vip-schedules .schedule-item.active,
.schedules-box .vip-schedules .schedule-item:active {
    background-color: #8446ac;
    color: #FFFFFF;
}
.schedules-box .schedule-item:active:before {
    background: #FFFFFF;
}
.schedules-box .schedule-item.disable,
.schedules-box .schedule-item.disable.active,
.schedules-box .schedule-item.disable:active {
    color: #e4e4e4 !important;
    background: #FFFFFF !important;
}
.schedules-box .schedule-item.disable:before,
.schedules-box .schedule-item.disable.active:before,
.schedules-box .schedule-item.disable:active:before{
    background: #e4e4e4 !important;
}



.schedule-confirm {
    position: fixed;
    left: 0;
    bottom: -100%;
    width: 100%;
    z-index: 4;
    background-color: #FFFFFF;
    text-align: center;
    color: #888888;
    padding: 16px 0;
    transition:all 0.2s ease-in-out;
}
.schedule-confirm .fa {font-size: 36px;}
.schedule-confirm .date-time,
.schedule-confirm .store {
    font-size:14px;
    color:#254955;
    font-weight: 900;
}
.schedule-confirm .confirm-footer {
    border-top: 1px solid #cccccc;
    padding-top: 16px;
}
.schedule-confirm .nb-btn {
    width: 135px;
    display: inline-block;
    margin: 0 8px;
}
.schedule-confirm-show {
    bottom: 0;
}
.schedules-box .schedule-item.padding:active {
    cursor: default;
    background: #ffffff;
}

@media screen and (min-width: 768px) {
    .schedules-title span.stander-title:hover {
        background:#e2ecfc;
        border:1px solid #b2c7ea;
        color:#296edd;
    }
    .schedules-title span.vip-title:hover {
        background:#dfcbed;
        border: 1px solid #B689D0;
        color:#8446ac;
    }
    .schedules-box .schedule-item:hover {
        background:#f3f3f3;
    }
    .schedules-box .schedule-item.padding:hover {
        cursor: default;
        background: #ffffff;
    }
}