.menu_grid ul > li .on {
    background-color:#c04f5b;
    border-color: #c04f5b !important;
    border-radius: 8px;
    color:white;
    font-weight: 500;
}

.menu_Sub .on {
    font-weight: bold !important;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog {
    margin: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}



@media (min-width: 768px){
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
}
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.reg-info-txt {
    color: #00a0e9;
    display: block;
    margin-top: -10px;
    font-size: 13px;
    line-height: 1.3;
}
.reg-wrap span {
    display: block;
    font-size: 22px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 20px;
}


.blinds {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail_back{
    cursor:pointer;
}

.empty{
    width:100%;
    text-align: center;
}

.empty img{
    margin-top:20%;
}


.addrBox input {
    border-radius: 0;
    border: 0;
    font-family: 'SCDream,sans-serif';
    font-size: 1.5rem;
    padding: 0 0 0 0.5rem;
    box-sizing: border-box;
    height: 40px;
    border-bottom:2px solid #c04f5b;
}



.payments {background-color: #f1f2f6;border: 1px solid #7f7e7e;margin-bottom: 30px;padding: 17px 15px;}
.payments.info {padding: 17px 15px 5px;}
.payments div {margin-bottom: 5px;}
.payments ul {overflow: hidden;}
.payments ul li {float: left;width: 23.5%;text-align: center;font-size: 10px;letter-spacing: -1px;display: block;vertical-align: top;margin-right: 2%;margin-bottom: 10px;margin-left: auto;}
.payments ul li:nth-child(4n) {margin-right: 0;}
.payments ul li a {display: block;border-radius: 10px;height: 60px;border: 1px solid #979595;background-color: #eee;margin-bottom: 5px;width: 60px;margin: 0 auto 5px;}
.payments ul li a:hover, .fieldset ul li a:active {background-color: #555 !important;}
.payments input {text-indent: 10px;height: 30px;line-height: 30px;font-size: 12px;border: 1px solid #979595;}
.payments .same {height: 30px;line-height: 30px;font-size: 12px;border: 1px solid #3a3939;background: #fff;display: inline-block;letter-spacing: -1px;padding: 0 10px;}
.payments .w30 {width: 31.5%;}
.payments .w100 {width: 100%;}
.payments ul li a.ico-pay1 {background: #eee url(../img/pay/ico_pay1.png) 50% 50% no-repeat;background-size: 60% 60%;}
.payments ul li a.ico-pay2 {background: #eee url(../img/pay/ico_pay2.png) 50% 50% no-repeat;background-size: 60% 60%;}
.payments ul li a.ico-pay3 {background: #eee url(../img/pay/ico_pay3.png) 50% 50% no-repeat;background-size: 60% 60%;}
.payments ul li a.ico-pay4 {background: #eee url(../img/pay/ico_pay4.png) 50% 50% no-repeat;background-size: 60% 60%;}
.payments ul li a.ico-pay5 {background: #eee url(../img/pay/ico_pay5.png) 50% 50% no-repeat;background-size: 60% 60%;}
.payments ul li a.ico-pay6 {background: #eee url(../img/pay/ico_pay6.png) 50% 50% no-repeat;background-size: 60% 60%;}
.payments ul li a.ico-pay7 {background: #eee url(../img/pay/ico_pay7.png) 50% 50% no-repeat;background-size: 60% 60%;}
.paymentActive {
    background-color: #c04f5b !important;
}
