﻿.clsPCView {
    display: inline-block !important;
}

.clsMobileView {
    display: none !important;
}

@media (max-width: 768px) {
    .clsPCView {
        display: none !important;
    }

    .clsMobileView {
        display: inline-block !important;
    }
}

.qt-slider-box.disable {
    opacity: 0.3;
    cursor: default;
}

/*.qt-slider-box.today {
    opacity: 1;
    cursor: pointer;
}*/

.jconfirm-box .button {
    background: #ddd !important;
    box-shadow: none !important;
    color: #333 !important;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
    color: #333 !important;
}


/* layer pop s */
.layerPop.dimd {
    background: #000;
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.layerPop #idPop {
    width: 100%;
    height: 100%;
}

.layerPop.popReceipt {
    width: 500px;
    border: 1px solid #4a4d7e;
    padding: 2px 2px 2px 2px;
    box-sizing: border-box;
    background: #eeeeee;
    position: fixed;
    top: 50%;
    margin-top: -340px;
    left: 50%;
    margin-left: -250px;
    z-index: 99997;
    border: 1px solid #4a4d7e;
    box-sizing: border-box;
}

    .layerPop.popReceipt.addressPop {
        width: 600px;
        background: #ffffff;
        margin-top: -340px; /* (650+4+27) / 2 */
        margin-left: -300px;
    }

    .layerPop.popReceipt .pop-content {
        width: 767px;
        border: 1px solid #bfbfbf;
        box-sizing: border-box;
    }

    .layerPop.popReceipt .popIframe {
        height: 650px;
    }

    .layerPop.popReceipt .divPopClose {
        text-align: right;
        height: 27px;
        padding-right: 5px;
    }

    .layerPop.popReceipt .popClose {
        background-image: url(/images/close-btn.png);
        background-size: 20px;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        margin-top: 3px;
        display: inline-block;
    }


@media only screen and (max-width:500px) {
    .layerPop.popReceipt {
        width: 100% !important;
        margin-left: -50% !important;
    }
}

/* address pop */
@media only screen and (max-width:600px) {
    .layerPop.popReceipt.addressPop {
        width: 100% !important;
        margin-left: -50% !important;
    }
}

@media only screen and (max-height:681px) {
    .layerPop.popReceipt {
        height: 100%;
        top: 0px;
        margin-top: 0px !important;
    }

        .layerPop.popReceipt .popIframe {
            height: calc( 100% - 31px );
        }
}


.subtit-wrap h2.clsPop {
    margin-bottom: 10px;
    font-weight: bold;
    color: #161616;
    margin-top: 0px;
}

table th.clsPop, table td.clsPop {
    display: none;
}
/* layer pop e */
