@-webkit-keyframes swal2-show {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes swal2-show {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}

@-webkit-keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0;
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0;
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em;
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em;
    }

    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em;
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0;
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0;
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em;
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em;
    }

    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em;
    }
}

@-webkit-keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em;
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em;
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
    }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}

@-webkit-keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0;
    }

    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0;
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0;
    }

    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0;
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

body.swal2-toast-shown .swal2-container {
    position: fixed;
    background-color: transparent;
}

    body.swal2-toast-shown .swal2-container.swal2-shown {
        background-color: transparent;
    }

    body.swal2-toast-shown .swal2-container.swal2-top {
        top: 0;
        right: auto;
        bottom: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
    }

    body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
    }

    body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    body.swal2-toast-shown .swal2-container.swal2-center {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
        top: 50%;
        right: 0;
        bottom: auto;
        left: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
    }

    body.swal2-toast-shown .swal2-container.swal2-bottom {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
        top: auto;
        right: 0;
        bottom: 0;
        left: auto;
    }

body.swal2-toast-column .swal2-toast {
    flex-direction: column;
    align-items: stretch;
}

    body.swal2-toast-column .swal2-toast .swal2-actions {
        flex: 1;
        align-self: stretch;
        height: 2.2em;
        margin-top: .3125em;
    }

    body.swal2-toast-column .swal2-toast .swal2-loading {
        justify-content: center;
    }

    body.swal2-toast-column .swal2-toast .swal2-input {
        height: 2em;
        margin: .3125em auto;
        font-size: 1em;
    }

    body.swal2-toast-column .swal2-toast .swal2-validation-message {
        font-size: 1em;
    }

.swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: 0.625em;
    box-shadow: 0 0 0.625em #d9d9d9;
    overflow-y: hidden;
}

    .swal2-popup.swal2-toast .swal2-header {
        flex-direction: row;
    }

    .swal2-popup.swal2-toast .swal2-title {
        flex-grow: 1;
        justify-content: flex-start;
        margin: 0 .6em;
        font-size: 1em;
    }

    .swal2-popup.swal2-toast .swal2-footer {
        margin: 0.5em 0 0;
        padding: 0.5em 0 0;
        font-size: 0.8em;
    }

    .swal2-popup.swal2-toast .swal2-close {
        position: initial;
        width: 0.8em;
        height: 0.8em;
        line-height: 0.8;
    }

    .swal2-popup.swal2-toast .swal2-content {
        justify-content: flex-start;
        font-size: 1em;
    }

    .swal2-popup.swal2-toast .swal2-icon {
        width: 2em;
        min-width: 2em;
        height: 2em;
        margin: 0;
    }

    .swal2-popup.swal2-toast .swal2-icon-text {
        font-size: 2em;
        font-weight: bold;
        line-height: 1em;
    }

    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em;
    }

    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        top: .875em;
        width: 1.375em;
    }

        .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
            left: .3125em;
        }

        .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
            right: .3125em;
        }

    .swal2-popup.swal2-toast .swal2-actions {
        height: auto;
        margin: 0 .3125em;
    }

    .swal2-popup.swal2-toast .swal2-styled {
        margin: 0 .3125em;
        padding: .3125em .625em;
        font-size: 1em;
    }

        .swal2-popup.swal2-toast .swal2-styled:focus {
            box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
        }

    .swal2-popup.swal2-toast .swal2-success {
        border-color: #a5dc86;
    }

        .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
            position: absolute;
            width: 2em;
            height: 2.8125em;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            border-radius: 50%;
        }

            .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
                top: -.25em;
                left: -.9375em;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transform-origin: 2em 2em;
                transform-origin: 2em 2em;
                border-radius: 4em 0 0 4em;
            }

            .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
                top: -.25em;
                left: .9375em;
                -webkit-transform-origin: 0 2em;
                transform-origin: 0 2em;
                border-radius: 0 4em 4em 0;
            }

        .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
            width: 2em;
            height: 2em;
        }

        .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
            top: 0;
            left: .4375em;
            width: .4375em;
            height: 2.6875em;
        }

        .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
            height: .3125em;
        }

            .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
                top: 1.125em;
                left: .1875em;
                width: .75em;
            }

            .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
                top: .9375em;
                right: .1875em;
                width: 1.375em;
            }

    .swal2-popup.swal2-toast.swal2-show {
        -webkit-animation: showSweetToast .5s;
        animation: showSweetToast .5s;
    }

    .swal2-popup.swal2-toast.swal2-hide {
        -webkit-animation: hideSweetToast .2s forwards;
        animation: hideSweetToast .2s forwards;
    }

    .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
        -webkit-animation: animate-toast-success-tip .75s;
        animation: animate-toast-success-tip .75s;
    }

    .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
        -webkit-animation: animate-toast-success-long .75s;
        animation: animate-toast-success-long .75s;
    }

@-webkit-keyframes showSweetToast {
    0% {
        -webkit-transform: translateY(-0.625em) rotateZ(2deg);
        transform: translateY(-0.625em) rotateZ(2deg);
        opacity: 0;
    }

    33% {
        -webkit-transform: translateY(0) rotateZ(-2deg);
        transform: translateY(0) rotateZ(-2deg);
        opacity: .5;
    }

    66% {
        -webkit-transform: translateY(0.3125em) rotateZ(2deg);
        transform: translateY(0.3125em) rotateZ(2deg);
        opacity: .7;
    }

    100% {
        -webkit-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0);
        opacity: 1;
    }
}

@keyframes showSweetToast {
    0% {
        -webkit-transform: translateY(-0.625em) rotateZ(2deg);
        transform: translateY(-0.625em) rotateZ(2deg);
        opacity: 0;
    }

    33% {
        -webkit-transform: translateY(0) rotateZ(-2deg);
        transform: translateY(0) rotateZ(-2deg);
        opacity: .5;
    }

    66% {
        -webkit-transform: translateY(0.3125em) rotateZ(2deg);
        transform: translateY(0.3125em) rotateZ(2deg);
        opacity: .7;
    }

    100% {
        -webkit-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0);
        opacity: 1;
    }
}

@-webkit-keyframes hideSweetToast {
    0% {
        opacity: 1;
    }

    33% {
        opacity: .5;
    }

    100% {
        -webkit-transform: rotateZ(1deg);
        transform: rotateZ(1deg);
        opacity: 0;
    }
}

@keyframes hideSweetToast {
    0% {
        opacity: 1;
    }

    33% {
        opacity: .5;
    }

    100% {
        -webkit-transform: rotateZ(1deg);
        transform: rotateZ(1deg);
        opacity: 0;
    }
}

@-webkit-keyframes animate-toast-success-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0;
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0;
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em;
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em;
    }

    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em;
    }
}

@keyframes animate-toast-success-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0;
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0;
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em;
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em;
    }

    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em;
    }
}

@-webkit-keyframes animate-toast-success-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0;
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0;
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em;
    }

    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em;
    }
}

@keyframes animate-toast-success-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0;
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0;
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em;
    }

    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em;
    }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    /*overflow-y: hidden;*/
}

body.swal2-height-auto {
    height: auto !important;
}

body.swal2-no-backdrop .swal2-shown {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background-color: transparent;
}

    body.swal2-no-backdrop .swal2-shown > .swal2-modal {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    }

    body.swal2-no-backdrop .swal2-shown.swal2-top {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    body.swal2-no-backdrop .swal2-shown.swal2-top-start, body.swal2-no-backdrop .swal2-shown.swal2-top-left {
        top: 0;
        left: 0;
    }

    body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
        top: 0;
        right: 0;
    }

    body.swal2-no-backdrop .swal2-shown.swal2-center {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    body.swal2-no-backdrop .swal2-shown.swal2-center-start, body.swal2-no-backdrop .swal2-shown.swal2-center-left {
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    body.swal2-no-backdrop .swal2-shown.swal2-bottom {
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    body.swal2-no-backdrop .swal2-shown.swal2-bottom-start, body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
        bottom: 0;
        left: 0;
    }

    body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
        right: 0;
        bottom: 0;
    }

.swal2-container {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: transparent;
    z-index: 9999;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

    .swal2-container.swal2-top {
        align-items: flex-start;
    }

    .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
        align-items: flex-start;
        justify-content: flex-end;
    }

    .swal2-container.swal2-center {
        align-items: center;
    }

    .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
        align-items: center;
        justify-content: flex-start;
    }

    .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
        align-items: center;
        justify-content: flex-end;
    }

    .swal2-container.swal2-bottom {
        align-items: flex-end;
    }

    .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
        align-items: flex-end;
        justify-content: flex-start;
    }

    .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
        align-items: flex-end;
        justify-content: flex-end;
    }

    .swal2-container.swal2-grow-fullscreen > .swal2-modal {
        display: flex !important;
        flex: 1;
        align-self: stretch;
        justify-content: center;
    }

    .swal2-container.swal2-grow-row > .swal2-modal {
        display: flex !important;
        flex: 1;
        align-content: center;
        justify-content: center;
    }

    .swal2-container.swal2-grow-column {
        flex: 1;
        flex-direction: column;
    }

        .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
            align-items: center;
        }

        .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
            align-items: flex-start;
        }

        .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
            align-items: flex-end;
        }

        .swal2-container.swal2-grow-column > .swal2-modal {
            display: flex !important;
            flex: 1;
            align-content: center;
            justify-content: center;
        }

    .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
        margin: auto;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
        margin: 0 !important;
    }
}

.swal2-container.swal2-fade {
    transition: background-color .1s;
}

.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4);
}

.swal2-popup {
    display: none;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 18em;
    max-width: 100%;
    padding: 1em 2em;
    border-radius: 0.3125em;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
    box-sizing: border-box;
    overflow: hidden;
}

    .swal2-popup:focus {
        outline: none;
    }

    .swal2-popup.swal2-loading {
        overflow-y: hidden;
    }

    .swal2-popup .swal2-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 1em;
    }

    .swal2-popup .swal2-title {
        display: block;
        position: relative;
        max-width: 100%;
        margin: 0;
        padding: 0;
        font-size: 1.0625em;
        font-weight: 600;
        text-align: center;
        text-transform: none;
        word-wrap: break-word;
    }

    .swal2-popup .swal2-actions {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin: 0 -2em -1em;
        z-index: 1;
        width: calc(100% + 4em);
        border-top: 1px solid #eee;
    }

        .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
            opacity: .4;
        }

        .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
            background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
        }

        .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
            background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
        }

        .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
            width: 2.5em;
            height: 2.5em;
            margin: .46875em;
            padding: 0;
            border: .25em solid transparent;
            border-radius: 100%;
            border-color: transparent;
            background-color: transparent !important;
            color: transparent;
            cursor: default;
            box-sizing: border-box;
            -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
            animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
            margin-right: 30px;
            margin-left: 30px;
        }

        .swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
            display: inline-block;
            width: 15px;
            height: 15px;
            margin-left: 5px;
            border: 3px solid #999999;
            border-radius: 50%;
            border-right-color: transparent;
            box-shadow: 1px 1px 1px #fff;
            content: '';
            -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
            animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
        }

    .swal2-popup .swal2-styled {
    }

        .swal2-popup .swal2-styled:not([disabled]) {
            cursor: pointer;
            flex: 1;
            display: flex;
            height: 45px;
            align-items: center;
            justify-content: center;
        }

        .swal2-popup .swal2-styled.swal2-confirm {
            border: 0;
            background: initial;
            background-color: #fff;
            color: #008bec;
            font-size: 1.0625em;
            font-weight: bold;
        }

        .swal2-popup .swal2-styled.swal2-cancel {
            border: 0;
            background: initial;
            background-color: #fff;
            color: #a1a1a1;
            font-size: 1.0625em;
            font-weight: bold;
        }

        .swal2-popup .swal2-styled + .swal2-styled {
            border-left: 1px solid #eee !important;
        }

        .swal2-popup .swal2-styled:focus {
            outline: none;
        }

        .swal2-popup .swal2-styled::-moz-focus-inner {
            border: 0;
        }

    .swal2-popup .swal2-footer {
        justify-content: center;
        margin: 1.25em 0 0;
        padding: 1em 0 0;
        border-top: 1px solid #eee;
        color: #545454;
        font-size: 1em;
    }

    .swal2-popup .swal2-image {
        max-width: 100%;
        margin: 1.25em auto;
    }

    .swal2-popup .swal2-close {
        position: absolute;
        top: 0;
        right: 0;
        justify-content: center;
        width: 1.2em;
        height: 1.2em;
        padding: 0;
        transition: color 0.1s ease-out;
        border: none;
        border-radius: 0;
        background: transparent;
        color: #cccccc;
        font-family: serif;
        font-size: 2.5em;
        line-height: 1.2;
        cursor: pointer;
        overflow: hidden;
    }

        .swal2-popup .swal2-close:hover {
            -webkit-transform: none;
            transform: none;
            color: #f27474;
        }

    .swal2-popup > .swal2-input,
    .swal2-popup > .swal2-file,
    .swal2-popup > .swal2-textarea,
    .swal2-popup > .swal2-select,
    .swal2-popup > .swal2-radio,
    .swal2-popup > .swal2-checkbox {
        display: none;
    }

    .swal2-popup .swal2-content {
        justify-content: center;
        margin: 0 auto 1em;
        padding: 0;
        font-size: 1em;
        line-height: normal;
        z-index: 1;
        word-wrap: break-word;
        min-height: 35px;
        align-items: center;
        display: flex;
    }

    .swal2-popup #swal2-content {
        text-align: center;
    }

    .swal2-popup .swal2-input,
    .swal2-popup .swal2-file,
    .swal2-popup .swal2-textarea,
    .swal2-popup .swal2-select,
    .swal2-popup .swal2-radio,
    .swal2-popup .swal2-checkbox {
        margin: 1em auto;
    }

    .swal2-popup .swal2-input,
    .swal2-popup .swal2-file,
    .swal2-popup .swal2-textarea {
        width: 100%;
        transition: border-color .3s, box-shadow .3s;
        border: 1px solid #d9d9d9;
        border-radius: 0.1875em;
        font-size: 1.125em;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
        box-sizing: border-box;
    }

        .swal2-popup .swal2-input.swal2-inputerror,
        .swal2-popup .swal2-file.swal2-inputerror,
        .swal2-popup .swal2-textarea.swal2-inputerror {
            border-color: #f27474 !important;
            box-shadow: 0 0 2px #f27474 !important;
        }

        .swal2-popup .swal2-input:focus,
        .swal2-popup .swal2-file:focus,
        .swal2-popup .swal2-textarea:focus {
            border: 1px solid #b4dbed;
            outline: none;
            box-shadow: 0 0 3px #c4e6f5;
        }

        .swal2-popup .swal2-input::-webkit-input-placeholder,
        .swal2-popup .swal2-file::-webkit-input-placeholder,
        .swal2-popup .swal2-textarea::-webkit-input-placeholder {
            color: #cccccc;
        }

        .swal2-popup .swal2-input:-ms-input-placeholder,
        .swal2-popup .swal2-file:-ms-input-placeholder,
        .swal2-popup .swal2-textarea:-ms-input-placeholder {
            color: #cccccc;
        }

        .swal2-popup .swal2-input::-ms-input-placeholder,
        .swal2-popup .swal2-file::-ms-input-placeholder,
        .swal2-popup .swal2-textarea::-ms-input-placeholder {
            color: #cccccc;
        }

        .swal2-popup .swal2-input::placeholder,
        .swal2-popup .swal2-file::placeholder,
        .swal2-popup .swal2-textarea::placeholder {
            color: #cccccc;
        }

    .swal2-popup .swal2-range input {
        width: 80%;
    }

    .swal2-popup .swal2-range output {
        width: 20%;
        font-weight: 600;
        text-align: center;
    }

    .swal2-popup .swal2-range input,
    .swal2-popup .swal2-range output {
        height: 2.625em;
        margin: 1em auto;
        padding: 0;
        font-size: 1.125em;
        line-height: 2.625em;
    }

    .swal2-popup .swal2-input {
        height: 2.625em;
        padding: 0 0.75em;
    }

        .swal2-popup .swal2-input[type='number'] {
            max-width: 10em;
        }

    .swal2-popup .swal2-file {
        font-size: 1.125em;
    }

    .swal2-popup .swal2-textarea {
        height: 6.75em;
        padding: 0.75em;
    }

    .swal2-popup .swal2-select {
        min-width: 50%;
        max-width: 100%;
        padding: .375em .625em;
        color: #545454;
        font-size: 1.125em;
    }

    .swal2-popup .swal2-radio,
    .swal2-popup .swal2-checkbox {
        align-items: center;
        justify-content: center;
    }

        .swal2-popup .swal2-radio label,
        .swal2-popup .swal2-checkbox label {
            margin: 0 .6em;
            font-size: 1.125em;
        }

        .swal2-popup .swal2-radio input,
        .swal2-popup .swal2-checkbox input {
            margin: 0 .4em;
        }

    .swal2-popup .swal2-validation-message {
        display: none;
        align-items: center;
        justify-content: center;
        padding: 0.625em;
        background: #f0f0f0;
        color: #666666;
        font-size: 1em;
        font-weight: 300;
        overflow: hidden;
    }

        .swal2-popup .swal2-validation-message::before {
            display: inline-block;
            width: 1.5em;
            min-width: 1.5em;
            height: 1.5em;
            margin: 0 .625em;
            border-radius: 50%;
            background-color: #f27474;
            color: #fff;
            font-weight: 600;
            line-height: 1.5em;
            text-align: center;
            content: '!';
            zoom: normal;
        }

@supports (-ms-accelerator: true) {
    .swal2-range input {
        width: 100% !important;
    }

    .swal2-range output {
        display: none;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-range input {
        width: 100% !important;
    }

    .swal2-range output {
        display: none;
    }
}

@-moz-document url-prefix() {
    .swal2-close:focus {
        outline: 2px solid rgba(50, 100, 150, 0.4);
    }
}

.swal2-icon {
    position: relative;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1em auto 0;
    border: .25em solid transparent;
    border-radius: 50%;
    line-height: 5em;
    cursor: default;
    box-sizing: content-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    zoom: 80%;
}

.swal2-icon-text {
    font-size: 3.75em;
}

.swal2-icon.swal2-error {
    border-color: #f27474;
}

    .swal2-icon.swal2-error .swal2-x-mark {
        position: relative;
        flex-grow: 1;
    }

    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        display: block;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em;
        height: .3125em;
        border-radius: .125em;
        background-color: #f27474;
    }

        .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
            left: 1.0625em;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
            right: 1em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86;
}

.swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee;
}

.swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd;
}

.swal2-icon.swal2-success {
    border-color: #a5dc86;
}

    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
        position: absolute;
        width: 3.75em;
        height: 7.5em;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 50%;
    }

        .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
            top: -.4375em;
            left: -2.0635em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 3.75em 3.75em;
            transform-origin: 3.75em 3.75em;
            border-radius: 7.5em 0 0 7.5em;
        }

        .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
            top: -.6875em;
            left: 1.875em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 0 3.75em;
            transform-origin: 0 3.75em;
            border-radius: 0 7.5em 7.5em 0;
        }

    .swal2-icon.swal2-success .swal2-success-ring {
        position: absolute;
        top: -.25em;
        left: -.25em;
        width: 100%;
        height: 100%;
        border: 0.25em solid rgba(165, 220, 134, 0.3);
        border-radius: 50%;
        z-index: 2;
        box-sizing: content-box;
    }

    .swal2-icon.swal2-success .swal2-success-fix {
        position: absolute;
        top: .5em;
        left: 1.625em;
        width: .4375em;
        height: 5.625em;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        z-index: 1;
    }

    .swal2-icon.swal2-success [class^='swal2-success-line'] {
        display: block;
        position: absolute;
        height: .3125em;
        border-radius: .125em;
        background-color: #a5dc86;
        z-index: 2;
    }

        .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
            top: 2.875em;
            left: .875em;
            width: 1.5625em;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
            top: 2.375em;
            right: .5em;
            width: 2.9375em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.swal2-progresssteps {
    align-items: center;
    margin: 0 0 1.25em;
    padding: 0;
    font-weight: 600;
}

    .swal2-progresssteps li {
        display: inline-block;
        position: relative;
    }

    .swal2-progresssteps .swal2-progresscircle {
        width: 2em;
        height: 2em;
        border-radius: 2em;
        background: #3085d6;
        color: #fff;
        line-height: 2em;
        text-align: center;
        z-index: 20;
    }

        .swal2-progresssteps .swal2-progresscircle:first-child {
            margin-left: 0;
        }

        .swal2-progresssteps .swal2-progresscircle:last-child {
            margin-right: 0;
        }

        .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
            background: #3085d6;
        }

            .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
                background: #add8e6;
            }

            .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
                background: #add8e6;
            }

    .swal2-progresssteps .swal2-progressline {
        width: 2.5em;
        height: .4em;
        margin: 0 -1px;
        background: #3085d6;
        z-index: 10;
    }

[class^='swal2'] {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.swal2-show {
    -webkit-animation: swal2-show 0.3s;
    animation: swal2-show 0.3s;
}

    .swal2-show.swal2-noanimation {
        -webkit-animation: none;
        animation: none;
    }

.swal2-hide {
    -webkit-animation: swal2-hide 0.15s forwards;
    animation: swal2-hide 0.15s forwards;
}

    .swal2-hide.swal2-noanimation {
        -webkit-animation: none;
        animation: none;
    }

[dir='rtl'] .swal2-close {
    right: auto;
    left: 0;
}

.swal2-animate-success-icon .swal2-success-line-tip {
    -webkit-animation: swal2-animate-success-line-tip 0.75s;
    animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-animate-success-icon .swal2-success-line-long {
    -webkit-animation: swal2-animate-success-line-long 0.75s;
    animation: swal2-animate-success-line-long 0.75s;
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
    -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
    animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-animate-error-icon {
    -webkit-animation: swal2-animate-error-icon 0.5s;
    animation: swal2-animate-error-icon 0.5s;
}

    .swal2-animate-error-icon .swal2-x-mark {
        -webkit-animation: swal2-animate-error-x-mark 0.5s;
        animation: swal2-animate-error-x-mark 0.5s;
    }

@-webkit-keyframes swal2-rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swal2-rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media print {
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
        overflow-y: scroll !important;
    }

        body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
            display: none;
        }

        body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
            position: initial !important;
        }
}

/* This is the core CSS of Tooltipster */

/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
	/* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
	display: flex;
	pointer-events: none;
	/* this may be overriden in JS for fixed position origins */
	position: absolute;
}

.tooltipster-box {
	/* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
	flex: 1 1 auto;
}

.tooltipster-content {
	/* prevents an overflow if the user adds padding to the div */
	box-sizing: border-box;
	/* these make sure we'll be able to detect any overflow */
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.tooltipster-ruler {
	/* these let us test the size of the tooltip without overflowing the window */
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

/* grow */

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

/* swing */

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
	top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

/* slide */

.tooltipster-slide {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading 400ms;
}

/* rotate */

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg);
	}
	75% {
		transform: rotate(2deg);
	}
	100% {
		transform: rotate(0);
	}
}

.tooltipster-update-rotate {
	animation: tooltipster-rotating 600ms;
}

/* scale */

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
	background: #f3f3f3;
	border-radius: 4px;
    box-shadow:rgba(0,0,0,0.5) 0px 0px 10px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
	color: #000;
	line-height: 18px;
	padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	/* half the width, for centering */
	margin-left: -10px;
	top: 0;
	width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	/* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	/* same as .tooltipster-left .tooltipster-arrow */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: -3px;
	height: 13px;
	margin-left: -10px;
	width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #f3f3f3;
	left: 0px;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #f3f3f3;
	left: -3px;
	top: 0px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #f3f3f3;
	left: 3px;
	top: 0px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #f3f3f3;
	left: 0px;
	top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: #f3f3f3;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: #f3f3f3;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: #f3f3f3;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #f3f3f3;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #fff;
    text-shadow: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(/Content/Images/Graph/icon_close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px; /*The size of the normal image, half the size of the hi-res image*/
    margin-top: 8px;
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url(/Content/Images/fancybox/fancybox_loading.gif) center center no-repeat;
        background-size: 24px auto;
    }

.fancybox-close {
    position: absolute;
    top: 5px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 8040;
}

    .fancybox-close:hover {
        -webkit-filter: brightness(70%);
        filter: brightness(70%);
    }

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background-color: rgba(0,0,0,0.6);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    z-index: 1000;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent; /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(/Content/Images/Graph/icon_close.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px 20px; /*The size of the normal image, half the size of the hi-res image*/
    }

        #fancybox-loading div {
            background-image: url(/Content/Images/Graph/icon_close.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 20px 20px; /*The size of the normal image, half the size of the hi-res image*/
        }
}

.ng-table th {
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ng-table th.sortable {
  cursor: pointer;
}
.ng-table th.sortable .sort-indicator {
  padding-right: 18px;
  position: relative;
}
.ng-table th.sortable .sort-indicator:after,
.ng-table th.sortable .sort-indicator:before {
  content: "";
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000 transparent;
  visibility: visible;
  right: 5px;
  top: 50%;
  position: absolute;
  opacity: .3;
  margin-top: -4px;
}
.ng-table th.sortable .sort-indicator:before {
  margin-top: 2px;
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}
.ng-table th.sortable .sort-indicator:hover:after,
.ng-table th.sortable .sort-indicator:hover:before {
  opacity: 1;
  visibility: visible;
}
.ng-table th.sortable.sort-desc,
.ng-table th.sortable.sort-asc {
  background-color: rgba(141, 192, 219, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.ng-table th.sortable.sort-desc .sort-indicator:after,
.ng-table th.sortable.sort-asc .sort-indicator:after {
  margin-top: -2px;
}
.ng-table th.sortable.sort-desc .sort-indicator:before,
.ng-table th.sortable.sort-asc .sort-indicator:before {
  visibility: hidden;
}
.ng-table th.sortable.sort-asc .sort-indicator:after,
.ng-table th.sortable.sort-asc .sort-indicator:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.ng-table th.sortable.sort-desc .sort-indicator:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.ng-table th.filter .input-filter {
  margin: 0;
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ng-table .ng-table-group-header th {
  text-align: left;
}
.ng-table .ng-table-group-selector {
  display: block;
}
.ng-table .ng-table-group-close,
.ng-table .ng-table-group-toggle {
  float: right;
}
.ng-table .ng-table-group-toggle {
  margin-right: 5px;
}
@media only screen and (max-width: 800px) {
  .ng-table-responsive {
    border-bottom: 1px solid #999999;
  }
  .ng-table-responsive tr {
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
  }
  .ng-table-responsive td:before {
    position: absolute;
    padding: 8px;
    left: 0;
    top: 0;
    width: 50%;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .ng-table-responsive thead tr th {
    text-align: left;
  }
  .ng-table-responsive thead tr.ng-table-filters th {
    padding: 0;
  }
  .ng-table-responsive thead tr.ng-table-filters th form > div {
    padding: 8px;
  }
  .ng-table-responsive td {
    border: none;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  .ng-table-responsive td:before {
    content: attr(data-title-text);
  }
  .ng-table-responsive,
  .ng-table-responsive thead,
  .ng-table-responsive tbody,
  .ng-table-responsive th,
  .ng-table-responsive td,
  .ng-table-responsive tr {
    display: block;
  }
}
.ng-table-pagination {
  margin-top: 0;
}
.ng-table-group-selector:before,
.ng-table-group-selector:after,
.filter:before,
.filter:after {
  display: table;
  content: " ";
}
.ng-table-group-selector:after,
.filter:after {
  clear: both;
}
.filter > .filter-cell {
  float: left;
  box-sizing: border-box;
}
.filter-horizontal > .filter-cell {
  padding: 0 2px;
}
.filter-horizontal > .filter-cell:first-child {
  padding-left: 0;
}
.filter-horizontal > .filter-cell:last-child,
.filter-horizontal > .filter-cell.last {
  padding-right: 0;
}
.s12 {
  width: 100%;
}
.s11 {
  width: 91.66666666666666%;
}
.s10 {
  width: 83.33333333333334%;
}
.s9 {
  width: 75%;
}
.s8 {
  width: 66.66666666666666%;
}
.s7 {
  width: 58.333333333333336%;
}
.s6 {
  width: 50%;
}
.s5 {
  width: 41.66666666666667%;
}
.s4 {
  width: 33.33333333333333%;
}
.s3 {
  width: 25%;
}
.s2 {
  width: 16.666666666666664%;
}
.s1 {
  width: 8.333333333333332%;
}
@media all and (max-width: 468px) {
  .s12,
  .s11,
  .s10,
  .s9,
  .s8,
  .s7,
  .s6,
  .s5,
  .s4,
  .s3,
  .s2,
  .s1 {
    width: 100%;
  }
  .filter > .filter-cell {
    padding: 0px;
  }
}

.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.date-picker-date-time {
    z-index: 8900;
    position: absolute;
}

.date-range .date-picker-date-time {
    z-index: 8900;
    position: inherit;
}

[date-picker-wrapper] {
    position: absolute;
    min-width: 220px;
    z-index: 10;
    display: block;
}

@media (max-width: 767px) {
    [date-picker-wrapper] {
        width: 98.3%;
        left: 0;
        font-size: 16px;
    }
}

[date-time-append] [date-picker-wrapper] [date-picker] {
    margin-top: -30px;
}

[date-time-append] [date-picker] {
    position: relative;
    margin-right: -1000px;
    margin-bottom: -1000px;
}

[date-range] [date-picker] .after.before {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #499dcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f6ab4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f6ab4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f6ab4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f6ab4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f6ab4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f6ab4', GradientType=0);
    border-color: #2f6ab4 #2f6ab4 #1f4677;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #2f6ab4;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

    [date-range] [date-picker] .after.before:hover, [date-range] [date-picker] .after.before:active, [date-range] [date-picker] .after.before.active, [date-range] [date-picker] .after.before.disabled, [date-range] [date-picker] .after.before[disabled] {
        color: #ffffff;
        background-color: #2f6ab4;
        *background-color: #2a5ea0;
    }

    [date-range] [date-picker] .after.before:active, [date-range] [date-picker] .after.before.active {
        background-color: #24528c \9;
    }

[date-picker].hidden {
    display: none;
}

[date-picker] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    /* GENERAL */
    padding: 4px;
    /* SPECIFIC */
    border: 2px solid #E1E1E1;
}

@media (max-width: 767px) {
    [date-picker] {
        display: inline-table !important;
        width: 100%;
        font-size: 18px;
        box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.2);
    }
}

[date-picker] table {
    font-family: Arial;
    margin: 0;
}

@media (max-width: 767px) {
    [date-picker] table {
        margin: 0 auto;
    }
}

[date-picker] td, [date-picker] th {
    padding: 4px 5px;
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

[date-picker] th {
    font-weight: bold;
    color: #333333;
    font-size: 1.1em;
}

@media (max-width: 350px) {
    [date-picker] th {
        font-size: 0.86em;
    }

    [date-picker] td, [date-picker] th {
        width: 35px;
        height: 20px;
    }
}

[date-picker] .switch {
    width: 145px;
    font-weight: bold;
    color: #333333;
    font-size: 1.3em;
}

[date-picker] span {
    display: block;
    width: 23%;
    height: 26px;
    line-height: 25px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    [date-picker] span:hover {
        background: #eeeeee;
    }

    [date-picker] span.disabled, [date-picker] span.disabled:hover {
        background: none;
        color: #999999;
        cursor: default;
    }

[date-picker] .active, [date-picker] .now {
    color: #ffffff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    [date-picker] .active:hover, [date-picker] .now:hover, [date-picker] .active:active, [date-picker] .now:active, [date-picker] .active.active, [date-picker] .now.active, [date-picker] .active.disabled, [date-picker] .now.disabled, [date-picker] .active[disabled], [date-picker] .now[disabled] {
        color: #ffffff;
        background-color: #0044cc;
        *background-color: #003bb3;
    }

    [date-picker] .active:active, [date-picker] .now:active, [date-picker] .active.active, [date-picker] .now.active {
        background-color: #003399 \9;
    }

[date-picker] .now {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ee735b;
    background-image: -moz-linear-gradient(top, #ee5f5b, #ee905b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#ee905b));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #ee905b);
    background-image: -o-linear-gradient(top, #ee5f5b, #ee905b);
    background-image: linear-gradient(to bottom, #ee5f5b, #ee905b);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffee905b', GradientType=0);
    border-color: #ee905b #ee905b #e56218;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #ee905b;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

    [date-picker] .now:hover, [date-picker] .now:active, [date-picker] .now.active, [date-picker] .now.disabled, [date-picker] .now[disabled] {
        color: #ffffff;
        background-color: #ee905b;
        *background-color: #ec8044;
    }

    [date-picker] .now:active, [date-picker] .now.active {
        background-color: #e9712d \9;
    }

[date-picker] .disabled {
    background: none;
    color: #999999 !important;
    cursor: default;
}

[date-picker] [ng-switch-when="year"] span, [date-picker] [ng-switch-when="month"] span, [date-picker] [ng-switch-when="minutes"] span {
    height: 54px;
    line-height: 54px;
}

[date-picker] [ng-switch-when="date"] td {
    padding: 0;
}

[date-picker] [ng-switch-when="date"] span {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 1em;
}

@media (max-width: 767px) {
    [date-picker] [ng-switch-when="date"] td {
        width: 1%;
    }

    [date-picker] [ng-switch-when="date"] span {
        width: 100%;
        height: 35px;
        line-height: 35px;
        font-size: 1.5em;
    }
}

@media (max-width: 500px) {
    [date-picker] [ng-switch-when="date"] span {
        font-size: 1.0em;
    }
}

[date-picker] th:hover, [date-picker] [ng-switch-when="date"] td span:hover {
    background: #eeeeee;
    cursor: pointer;
}

/*!
   angular-block-ui v0.2.1
   (c) 2015 (null) McNull https://github.com/McNull/angular-block-ui
   License: MIT
*/

.block-ui {
    position: relative;
}

body.block-ui {
    /* IE8 doesn't support .block-ui:not(body) */
    position: static;
}

    body.block-ui > .block-ui-container,
    .block-ui-main > .block-ui-container {
        position: fixed;
    }

.block-ui-container {
    position: absolute;
    z-index: 8000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=00);
}

.block-ui-active > .block-ui-container {
    height: 100%;
    cursor: wait;
}

.block-ui-active .block-ui-active > .block-ui-container {
    height: 0;
}

.block-ui-visible > .block-ui-container {
    opacity: 1;
    filter: alpha(opacity=100);
}

.block-ui-overlay {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: white;
}

.block-ui-message-container {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    height: 0;
    text-align: center;
    z-index: 10001;
}

.block-ui-message {
    display: inline-block;
    text-align: left;
    /*background-color: #333;*/
    color: #f5f5f5;
    padding: 10px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    /* needed for IE */
    filter: alpha(opacity=100);
}

/* - - - - - - 8-< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.block-ui-anim-fade > .block-ui-container {
    transition: height 0s linear 200ms, opacity 200ms ease 0s;
    display: none;
}

.block-ui-anim-fade.block-ui-active > .block-ui-container {
    /*this resets the initial delay of the height */
    /*and sizes the block to full height at once at the start of the block. */
    transition-delay: 0s;
    display: block;
}

/* - - - - - - 8-< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.diff {
    display: inline-block;
}

.diff-level {
    margin-left: 1.6em;
}

.diff-holder {
    color: #666;
    margin: 0;
}

    .diff-holder span {
        color: #AAA;
    }

del.diff {
    text-decoration: none;
    color: #b30000;
    background: #fadad7;
}

ins.diff {
    background: #eaf2c2;
    color: #406619;
    text-decoration: none;
}

del.diff-key {
    border: 1px solid #f8a4a4;
}

ins.diff-key {
    border: 1px solid #a3ce4c;
    margin-top: -1px;
    position: relative;
}

ins.diff span {
    color: #AABF40;
}

del.diff span {
    color: #EE8177;
}

.audit-obj {
    max-height: 300px;
    max-width: 300px;
    overflow: auto;
}

.slidercaptcha .sliderBlock {
    position: absolute;
    left: 0;
    top: 0;
}

.slidercaptcha .sliderContainer {
    position: relative;
    text-align: center;
    line-height: 40px;
    background: #f7f9fa;
    color: #49494c;
    border-radius: 2px;
    margin-top: 2px;
}

.slidercaptcha {
    height: 200px;
}

    .slidercaptcha .slided {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background-color: #e6e8eb;
        height: 40px;
        border-radius: 30px;
        border: 1px solid #e6e8eb;
    }

    .slidercaptcha .arrow {
        width: 30px;
        height: 30px;
        /*T39349 K-全站測試站-會員端(PC+手機版+包網APP)，圖形驗證優化調整*/
        background-image: url(/Content/Images/arrow.svg);
        background-size: 70%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .slidercaptcha .sliderContainer_active .slider {
        top: 0px;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        border: 1px solid #1991FA;
        background-color: #1991fa;
    }

    .slidercaptcha .sliderContainer_active .sliderMask {
        top: 0px;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        border-width: 1px 0 1px 1px;
    }

    .slidercaptcha .sliderContainer_success .slider {
        top: 0px;
        border: 1px solid #52CCBA;
        background-color: #52CCBA !important;
    }

    .slidercaptcha .sliderContainer_success .sliderMask {
        top: 0px;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        border: 1px solid #52CCBA;
        border-width: 1px 0 1px 1px;
        background-color: #D2F4EF;
    }

    .slidercaptcha .sliderContainer_success .arrow {
        /*content: "\f00c";*/
        width: 30px;
        height: 30px;
        background-image: url(/Content/Images/Graph/icon_checked.svg);
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .slidercaptcha .sliderContainer_fail .slider {
        top: 0px;
        border: 1px solid #f57a7a;
        background-color: #f57a7a !important;
    }

    .slidercaptcha .sliderContainer_fail .sliderMask {
        top: 0px;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        border: 1px solid #f57a7a;
        background-color: #fce1e1;
        border-width: 1px 0 1px 1px;
    }

    .slidercaptcha .sliderContainer_fail .arrow {
        /*content: "\f00d";*/
        width: 30px;
        height: 30px;
        background-image: url(/Content/Images/Graph/icon_cancel.svg);
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .slidercaptcha .sliderContainer_active .sliderText, .slidercaptcha .sliderContainer_success .sliderText, .slidercaptcha .sliderContainer_fail .sliderText {
        display: none;
    }

    .slidercaptcha .sliderMask {
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;
        height: 40px;
        border: 0 solid #1991FA;
        background: #D1E9FE;
        border-radius: 30px;
    }

    .slidercaptcha .slider {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        background: #0084ff;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        cursor: pointer;
        transition: background .2s linear;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .slidercaptcha .slider:hover .sliderIcon {
            background-position: 0 -13px;
        }

    .slidercaptcha .sliderText {
        position: relative;
    }

    /*.slidercaptcha .sliderIcon {
}*/

    .slidercaptcha .refreshIcon {
        position: absolute;
        right: 0;
        cursor: pointer;
        margin: 6px;
        color: rgba(0,0,0,.25);
        font-size: 1rem;
        z-index: 5;
        transition: color .3s linear;
        /*T39349 K-全站測試站-會員端(PC+手機版+包網APP)，圖形驗證優化調整*/
        background: url(/Content/Images/refresh.svg) no-repeat center;
        background-size: 100% auto;
        width: 35px;
        height: 35px;
        top: 104px;
    }

        .slidercaptcha .refreshIcon:hover {
            color: #6c757d;
        }

@media (min-width: 320px) and (max-width: 360px) {
    #mask_SliderCaptcha #sliderCaptcha, .sliderCaptcha-area {
        transform: scale(0.9);
    }

    #mask_SliderCaptcha .popup_In {
        padding: 0px
    }

    .slidercaptcha .refreshIcon {
        width: 32px;
        height: 32px;
        top: 107px;
    }
}

body {
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-family: Arial,Microsoft JhengHei, Helvetica, sans-serif;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

div:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

input, select, textarea {
    font-family: Arial,Microsoft JhengHei, Helvetica, sans-serif;
    border: 0;
    outline: none;
    -webkit-appearance: none; /*Chrome*/
    -moz-appearance: none; /*FF*/
    appearance: none; /*CSS3*/
    background-color: transparent;
    border-radius: 0;
}

    input[type=radio] {
        -webkit-appearance: radio; /*Chrome*/
        -moz-appearance: radio; /*FF*/
    }

    input[type=checkbox] {
        -webkit-appearance: checkbox; /*Chrome*/
        -moz-appearance: checkbox; /*FF*/
    }

a {
    border: 0;
    /*取消a標籤的虛線*/
    outline: none; /* for Firefox */
    hlbr: expression(this.onFocus=this.blur()); /* for IE */
}

img {
    border: 0;
}

select,
.selectInput {
    background-image: url(/Content/Images/th-th/Graph/bg_select.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 30px!important;
}

    select::-ms-expand {
        display: none; /*IE*/
    }

input[type="button"][disabled="disabled"],
input[type="submit"][disabled="disabled"],
input[type="reset"][disabled="disabled"] {
    background-color: #aaa !important;
    cursor: not-allowed;
}

input[type="text"][disabled="disabled"],
input[type="password"][disabled="disabled"],
select[disabled="disabled"], textarea[disabled="disabled"] {
    background-color: #e5e5e5 !important;
    cursor: not-allowed;
    color: #000;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #909090;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #909090;
    opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #909090 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #909090;
    opacity: 1;
}

.selectInput::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
}

.selectInput::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    opacity: 1;
}

.selectInput:-ms-input-placeholder { /* IE 10+ */
    color: #000 !important;
}

.selectInput:-moz-placeholder { /* Firefox 18- */
    color: #000;
    opacity: 1;
}

/*頁面标题*/
.inpage_main {
    margin: 0 auto;
    width: 100%;
}

.inpage_mainT {
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: 50%;
    right: 50%;
}

.inpageTitle {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-left: 25px;
    padding-right: 15px;
}

.inpage_menu_bg {
    background-color: #0c5d91;
    width: 100%;
    position: sticky;
    top: 0px;
    z-index: 999;
}

.inpage_menu {
    width: 800px;
    margin: 0 auto;
    background-color: #0c5d91;
    height: 60px;
    font-size: 13px;
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
}

    .inpage_menu:after {
        display: none;
    }

    .inpage_menu ul {
        margin-top: 20px;
        margin-right: 15px;
        display: flex;
        flex: 1;
    }

        .inpage_menu ul.memberMenu_R {
            justify-content: flex-end;
        }

            .inpage_menu ul.memberMenu_R .btn_inpageMenu {
                min-width: initial;
            }

        .inpage_menu ul li {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #6caed8;
            height: 40px;
        }

    .inpage_menu .memberFlex {
        margin-right: 20px;
    }

        .inpage_menu .memberFlex .btn_inpageMenu {
            flex: 1;
            padding: 0 5px;
            max-width: 83px;
            box-sizing: border-box;
        }

/*會員彈跳視窗-BOX規範*/
.inpage_in_member {
    width: 800px;
    margin: auto;
}

/*一般彈跳視窗-BOX規範*/
.inpage_in {
    width: 800px;
    margin: auto;
    padding: 15px;
    box-sizing: border-box;
}

.btn_inpageMenu {
    cursor: pointer;
    display: block;
    position: relative;
    min-width: 52px;
    text-align: center;
    padding: 0 10px;
}

    .btn_inpageMenu a {
        color: #fff;
        text-decoration: none;
        display: block;
    }

    .btn_inpageMenu span {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #e5e5e5;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: none;
    }

    .btn_inpageMenu.On a {
        margin-top: -20px;
    }

    .btn_inpageMenu.On span {
        display: block;
    }

.inpage_menu .line {
    color: #3480b1 !important;
    width: 1px;
}

.btn_inpageMenu a[class*="t_yellow"], .btn_inpageMenu.On a[class*="t_yellow"] {
    color: #ffd200;
}

/*頁碼*/
.recPages {
    display: table;
    margin: 0 auto;
    height: 35px;
    font-size: 14px;
}

    .recPages input[type=button] {
        float: left;
        margin: 0px 5px 0 5px;
        cursor: pointer;
        width: 25px;
        height: 25px;
        border-radius: 5px;
        background-color: #999;
        background-repeat: no-repeat;
        background-position: center;
    }

        .recPages input[type=button]:hover {
            background-color: #aaa;
        }

    .recPages ul {
        float: left;
        margin: 0px 10px;
        line-height: 25px;
        color: #333;
    }

        .recPages ul li {
            float: left;
            padding: 0 5px;
            margin: 0 5px;
            cursor: pointer;
        }

            .recPages ul li:hover {
                text-decoration: underline;
            }

    .recPages select {
        float: left;
    }

.pagesOn {
    color: #0089c9;
    text-decoration: underline;
}

.firstPages {
    background-image: url(/Content/Images/th-th/Graph/btn_firstPages.png);
}

.prevPages {
    background-image: url(/Content/Images/th-th/Graph/btn_prevPages.png);
}

.nextPages {
    background-image: url(/Content/Images/th-th/Graph/btn_nextPages.png);
}

.lastPages {
    background-image: url(/Content/Images/th-th/Graph/btn_lastPages.png);
}

/*-彈跳視窗-*/
.fancybox-skin {
    overflow: hidden;
}

.fancybox-inner {
    overflow-x: hidden !important;
}

.fancybox-close {
    top: 3px !important;
}

.w50 {
    width: 50px !important;
}

.w65 {
    width: 65px !important;
}

.w70 {
    width: 70px !important;
}

.w80 {
    width: 80px !important;
}

.w90 {
    width: 90px !important;
}

.w95 {
    width: 95px !important;
}

.w100 {
    width: 100% !important;
}

.w120 {
    width: 120px !important;
}

.w125 {
    width: 125px !important;
}

.w250 {
    width: 250px !important;
}

.w255 {
    width: 255px !important;
}

.w260 {
    width: 260px !important;
}

.w270 {
    width: 270px !important;
}

.w275 {
    width: 275px !important;
}

.w280 {
    width: 280px !important;
}

.w290 {
    width: 290px !important;
}

.w365 {
    width: 365px !important;
}

.w495 {
    width: 495px !important;
}

.popUp {
    width: 400px;
    display: none;
}

.popUp02 {
    width: 360px;
    display: none;
}

    .popUp02#netBank02 {
        width: 385px;
    }

.popUp03 {
    width: 675px;
    display: none;
}

.BO_popUp03 {
    width: 675px;
    padding-top: 10px;
}

.popUp_Msg {
    width: 500px;
    display: none;
}

.popUp_prompt {
    text-align: center;
    padding: 20px 20px 5px 20px;
    position: relative;
}

    .popUp_prompt.personal {
        padding: 15px 20px 0;
    }

        .popUp_prompt.personal li {
            width: 100%;
            margin-bottom: 10px;
        }

            .popUp_prompt.personal li > div {
                position: relative;
                height: 220px;
                background-color: #f3f3f3;
                padding: 10px;
                box-sizing: border-box;
            }

        .popUp_prompt.personal textarea {
            margin: 0;
            padding: 0;
            height: 180px;
            width: 100%;
        }

        .popUp_prompt.personal .complaintHint {
            position: absolute;
            right: 16px;
            bottom: 0;
            padding-bottom: 5px;
            color: #888;
        }

            .popUp_prompt.personal .complaintHint ~ .errorHint {
                width: auto !important;
                bottom: -20px !important;
            }

@-moz-document url-prefix() { /*only for firefox*/ /*-*/
    .popUp_prompt.personal .scroll-scrollx_visible textarea {
        padding-right: 17px;
    }

    .popUp_prompt.personal .scroll-element.scroll-x .scroll-bar {
        display: none;
    }
}

.popUp_title, .popUp_title02,
.popUp_title03, .BO_popUp_title03 {
    font-size: 18px;
    color: #5aaaf3;
    font-weight: bold;
    border-bottom: 2px solid #e5e5e5;
    line-height: 34px;
    height: 38px;
    text-align: center;
    margin: 0 auto;
    width: 93%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 25px;
    box-sizing: border-box;
}

.popUp_title02 {
    font-size: 20px;
    line-height: 40px;
    height: 45px;
}

.popUp_title03, .BO_popUp_title03 {
    font-size: 20px;
    line-height: 19px;
    height: 45px;
}

.bewrite {
    font-size: 14px;
    color: #ff9600;
    display: block;
    margin-top: 5px;
}

.BO_bewrite {
    font-size: 14px;
    color: #ff9600;
}

.popUp_in {
    overflow-x: hidden;
}

.popUp_in02 {
    padding: 10px 15px;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
}

    .popUp_in02 .popUp_inDiv {
        margin: 10px 0 20px;
    }

.QR {
    width: 48%;
    border-radius: 5px;
    border: 1px solid #c3c3c3;
    margin: 10px auto 0;
}

    .QR > img {
        max-width: 95px;
        max-height: 95px;
        margin-top: 15px;
    }

    .QR > div {
        width: 100%;
        text-align: center;
        font-weight: bold;
    }

.popList {
    font-size: 14px;
    margin: 0 auto;
}

    .popList li {
        min-height: 40px;
        margin-bottom: 20px;
        text-align: left;
        position: relative;
    }

        .popList li > span:not([class*="Hint"]) {
            float: left;
            height: 35px;
            display: flex;
            align-items: center;
            position: relative;
            z-index: 1;
        }

        .popList li > div {
            position: relative;
        }

    .popList input[type=text], .popList input[type=password] {
        height: 35px;
        background-color: #f3f3f3;
        padding: 0 10px;
        margin-left: 20px;
        float: left;
        color: #000;
        box-sizing: border-box;
        font-size: 14px;
    }

    .popList select {
        height: 35px;
        background-color: #f3f3f3;
        padding-left: 10px;
        margin-left: 20px;
        float: left;
        font-size: 14px;
    }

    .popList textarea {
        padding: 10px;
        background-color: #f3f3f3;
        float: left;
        font-size: 14px;
        resize: none;
        overflow: auto;
        margin-left: 20px;
        box-sizing: border-box;
        height: 120px;
    }

input[type=password] {
    padding-right: 35px !important;
}

.popList_T {
    width: 70px;
}

.popList_noT {
    padding-left: 70px;
}

.txt_prompt {
    display: none;
    left: 90px;
    z-index: 1;
    position: absolute !important;
    top: 43px;
    background-color: #ff9900;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    line-height: 20px;
}

    .txt_prompt:after {
        content: '';
        visibility: visible;
        position: absolute;
        top: -8px;
        left: 10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 9px 9px;
        border-color: transparent transparent #ff9900 transparent;
    }

.checkBox {
    background-color: #eee;
    width: 35px;
    height: 35px;
    float: left;
    cursor: pointer;
}

.checkBoxIn {
    background-color: #eee;
    width: 35px;
    height: 35px;
    float: left;
    cursor: pointer;
}

    .checkBoxIn.on, .checkBox.on {
        background-image: url(/Content/Images/th-th/Graph/icon_check.png);
        background-position: center;
        background-repeat: no-repeat;
    }

.sentOut, .sentOut02, .sentOut03 {
    border-radius: 3px;
    height: 45px;
    background-color: #32abff;
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
    cursor: pointer;
}

    .sentOut03.gray {
        background-color: #ababab;
        margin-right: 7px;
    }

.sentOut {
    width: 100%;
}

    .sentOut.next {
        background-color: #aaa;
    }

    .sentOut:hover, .sentOut02:hover {
        background-color: #38b8ff;
    }

    .sentOut.gray {
        background-color: #ababab;
    }

        .sentOut.gray:hover, .sentOut02.gray:hover {
            background-color: #bbb;
        }

.sentOut02 {
    width: calc(50% - 5px);
    margin-top: 5px;
    float: left;
}

    .sentOut02.gray {
        margin-right: 10px;
        background-color: #ababab;
    }

    .sentOut02.red {
        background-color: #eb463c;
    }

        .sentOut02.red:hover {
            background-color: #f05950;
        }

.popList_line ~ .sentOut02 {
    margin-top: 0;
}

.sentL, .sentR {
    border: 0;
    border-radius: 3px;
    width: 49%;
    height: 45px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin: 0;
    float: left;
    margin-top: 5px;
    background-color: #32abff;
}

.sentL_Msg, .sentR_Msg {
    border: 0;
    border-radius: 3px;
    width: 30%;
    height: 45px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin: 0;
    margin-top: 5px;
    background-color: #32abff;
}

.sentR, .sentR_Msg {
    margin-left: 2%;
}

    .sentL:hover, .sentL_Msg:hover,
    .sentR:hover, .sentR_Msg:hover {
        background-color: #38b8ff;
    }

.errorHint {
    position: absolute;
    color: #f00;
    font-size: 13px;
    line-height: 20px;
    bottom: -20px;
    right: 0;
    white-space: nowrap;
}

.mainTain {
    width: 360px;
    margin: 0 auto 40px auto;
    position: relative;
    font-size: 14px;
}

.mainTainM {
    text-align: left;
    line-height: 22px;
    color: #000;
    font-size: 14px;
}

.mainTainMT {
    font-size: 17px;
    line-height: 40px;
    display: block;
    font-weight: bold;
}

    .mainTainMT span {
        display: block;
    }

.sentTime {
    color: #888;
    text-align: center;
    display: block;
}

.sentCellCode {
    float: left;
    text-align: center;
    width: 140px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    background-color: #00b2b9;
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
}

    .sentCellCode:hover {
        background-color: #15d2d9;
    }

    .sentCellCode.off {
        background-color: #eeeded;
        color: #555;
    }

    .sentCellCode.again {
        background-color: #149300;
    }

        .sentCellCode.again:hover {
            background-color: #22a70d;
        }

.verified_OK {
    float: left;
    text-align: center;
    width: 113px;
    line-height: 35px;
    color: #019000;
}

    .verified_OK img {
        width: 20px;
        height: auto;
        vertical-align: middle;
        margin-right: 5px;
    }

.selectAC {
    position: absolute;
    border-radius: 3px;
    color: #555;
    font-size: 13px;
    background-color: #fff;
    box-shadow: rgba(0,0,0,0.5) 2px 2px 5px;
    border: 1px solid #ddd;
    padding: 8px;
    z-index: 1;
    top: 38px;
    left: 90px;
    width: 200px;
    line-height: 20px;
    display: none;
}

    .selectAC:before {
        content: "";
        border-style: solid;
        border-color: transparent transparent #ccc transparent;
        border-width: 0 7px 8px 7px;
        position: absolute;
        left: 8px;
        top: -9px;
        visibility: visible;
    }

    .selectAC:after {
        content: "";
        border-style: solid;
        border-color: transparent transparent #fff transparent;
        border-width: 0 7px 8px 7px;
        position: absolute;
        left: 8px;
        top: -8px;
        visibility: visible;
    }

.selectAC_T {
    margin-bottom: 3px;
}

.selectAC a {
    text-decoration: none;
    color: #3b83c3;
    cursor: pointer;
    line-height: 22px;
    display: table;
}

    .selectAC a:hover {
        text-decoration: underline;
    }

.memberACInput::-ms-clear {
    display: none;
}

.memberACHint_OK, .memberACHint_NG, .memberACHint_WT {
    height: 35px;
    width: 20px;
    position: absolute;
    right: 8px;
    top: 0;
}

.memberACHint_OK {
    background: url(/Content/Images/th-th/Graph/icon_memberACHint_OK.png) center no-repeat;
    background-size: auto;
}

.memberACHint_NG {
    background: url(/Content/Images/th-th/Graph/icon_memberACHint_NG.png) center no-repeat;
    background-size: auto;
}

.memberACHint_WT {
    background: url(/Content/Images/th-th/Graph/icon_memberACHint_WT.png) center no-repeat;
    background-size: auto;
}

#addBankNO .popList li {
    text-align: center;
    line-height: 25px;
}

/*彈跳視窗-註冊*/
.popList_register {
}

    .popList_register input[type=text][disabled="disabled"],
    .popList_register input[type=password][disabled="disabled"] {
        background-color: #e5e5e5 !important;
        cursor: not-allowed;
    }

.popList_line {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    margin: -5px 0 20px 0;
}

.popUp02 .popList_line {
    margin-top: 0;
}

.popList_verify {
    float: left;
    margin-left: 20px;
    display: table;
    width: 270px;
    background-color: #f3f3f3;
}

    .popList_verify.off {
        background-color: #e5e5e5;
    }

    .popList_verify:after, .popList_verify div:after {
        display: none;
    }

.popList_verL, .popList_verR {
    display: table-cell;
    vertical-align: middle;
}

.popList_verR {
    padding-right: 4px;
    text-align: right;
    width: 1%;
    white-space: nowrap;
}

.popList_verW100, .popList_verW100_ok {
    width: 100% !important;
    box-sizing: border-box;
    margin: 0 !important;
}

.popList_verW100_ok {
    background: url(/Content/Images/th-th/Graph/icon_verCode_ok.png) no-repeat calc(100% - 10px) center;
    padding-right: 35px !important;
}

.verCode_Msg, .verCode_Rep, .verCode_Voice {
    height: 27px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
}

.verCode_Msg {
    background-color: #32abfe;
    width: 80px;
}

    .verCode_Msg:hover {
        background-color: #38b8ff;
    }

.verCode_Rep {
    background-color: #149300;
    width: 80px;
}

    .verCode_Rep:hover {
        background-color: #22a70d;
    }

.verCode_Sec {
    line-height: 27px;
    background-color: #e5e5e5;
    border: 1px solid #cacaca;
    border-radius: 2px;
    width: 80px;
    text-align: center;
    box-sizing: border-box;
}

    .verCode_Sec span {
        color: #f00;
        line-height: 27px !important;
        float: none !important;
    }

.verCode_ok {
    color: #009e02;
    padding: 0 5px;
}

.verCode_Voice {
    background: #e33c40 url(/Content/Images/th-th/Graph/btn_voice.png) no-repeat 94% 50%;
    padding: 0 20px 0 6px;
}

    .verCode_Voice:hover {
        background-color: #ff6266;
    }

.joinCheckHint {
    float: left;
    margin-left: 15px;
}

    .joinCheckHint div {
        line-height: 18px;
    }

    .joinCheckHint span {
        display: block;
        line-height: 20px !important;
        font-size: 13px;
        color: #1675a3;
    }

.icon_joinCell {
    background: url(/Content/Images/th-th/Graph/icon_indexImg.png) no-repeat left -658px;
    width: 70px;
    height: 77px;
    float: left;
}

.cellHint {
    float: left;
    margin-left: 15px;
}

    .cellHint div {
        font-size: 16px;
        margin-top: 15px;
        color: #1675a3;
        font-weight: bold;
    }

    .cellHint span {
        display: block;
        line-height: 30px !important;
    }

/*安全驗證*/
.mask_popUpSafe {
    background-color: rgba(0,0,0,0.3);
    display: table;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.mask_popUpSafe_In {
    display: table-cell;
    vertical-align: middle;
}

.popUpSafe {
    width: 350px;
    border-radius: 8px;
    background-color: #fff;
    margin: 0 auto;
    box-shadow: rgba(0,0,0,0.7) 0px 0px 25px;
    padding: 0 30px 20px;
    position: relative;
    box-sizing: border-box;
}

.popUpSafe_cloes {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(/Content/Images/th-th/Graph/icon_close.png) no-repeat center;
    background-size: 20px 20px;
    top: 7px;
    right: 20px;
}

    .popUpSafe_cloes:before {
        width: 2px;
    }

.popUpSafe_T {
    font-size: 18px;
    color: #5aaaf3;
    font-weight: bold;
    border-bottom: 2px solid #e5e5e5;
    line-height: 54px;
    height: 50px;
    text-align: center;
}

.popUpSafe_In {
    font-size: 14px;
}

.popUpSafe_list {
    position: relative;
    margin-bottom: 25px;
}

    .popUpSafe_list .errorHint {
        width: 100%;
        bottom: -23px;
        left: auto;
        text-align: center;
    }

.errorHint_img {
    vertical-align: middle;
    margin: -2px 4px 0 0;
}

.popUpSafe_text {
    text-align: center;
    margin: 40px 0 23px;
}

.popUpMSG_text {
    text-align: left;
    margin: 20px 0;
    line-height: 20px;
}

.popUpSafe_text2 {
    text-align: center;
    margin: 20px 0 12px;
    line-height: 25px;
}

.popUpSafe_text3 {
    text-align: center;
    margin: 30px 0;
}

.popUpSafe_code {
    display: table;
    width: 100%;
    background-color: #f3f3f3;
}

    .popUpSafe_code:after, .popUpSafe_code div:after {
        display: none;
    }

.popUpSafe_codeL, .popUpSafe_codeR {
    display: table-cell;
    vertical-align: middle;
}

.popUpSafe_codeR {
    padding-right: 4px;
}

.popUpSafe_Input, .popUpSafe_Input2 {
    margin: 0;
    padding: 0px;
    border: 0px;
    width: 100%;
    height: 35px;
    background-color: #f3f3f3;
    padding: 0 10px;
    color: #000;
    box-sizing: border-box;
}

.popUpSafe_Input2 {
    text-align: center;
}

.popUpSafe_codeImg {
    vertical-align: middle;
}
/*請綁定銀行卡+彈跳視窗*/
.checkBank {
    float: right;
    color: #009cff;
    text-decoration: underline;
    margin-bottom: 10px;
    margin-right: 2px;
    position: relative;
}

    .checkBank:before {
        position: absolute;
        left: -20px;
        top: 0px;
        bottom: 0;
        margin: auto;
        content: '';
        background: url(/Content/Images/th-th/Graph/icon_prompt.png) no-repeat top center;
        background-size: 100%;
        width: 15px;
        height: 15px;
    }

    .checkBank:hover {
        color: #7dcdff;
    }

.Chk_bankList {
    margin: 10px auto;
    background-color: #bbbbbb;
    width: 490px;
    table-layout: fixed;
    font-size: 15px;
}

    .Chk_bankList th {
        height: 74px;
        background-color: #f3f3f3;
        font-size: 18px;
    }

    .Chk_bankList span {
        display: block;
        font-size: 15px;
        color: #cb2222;
        margin-top: 5px;
    }

    .Chk_bankList td {
        height: 67px;
        text-align: center;
        background-color: #fff;
        font-weight: bold;
    }
/*請綁定銀聯卡*/
.checkBoxIn_even {
    float: left;
}

.checkBoxIn_evenText {
    margin: 0 10px;
    float: left;
    line-height: 35px;
}

.receivePW {
    float: left;
    font-size: 12px;
    color: #f00;
    line-height: 20px;
}

.bankName {
    color: #000 !important;
}

    .bankName::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #000;
    }

    .bankName::-moz-placeholder { /* Firefox 19+ */
        color: #000;
        opacity: 1;
    }

    .bankName:-ms-input-placeholder { /* IE 10+ */
        color: #000 !important;
    }

    .bankName:-moz-placeholder { /* Firefox 18- */
        color: #000;
        opacity: 1;
    }

/*信息*/
.bankMsg_check {
    display: table;
    margin: 27px auto 10px;
}

.bankMsg_check_T {
    margin-bottom: 10px;
}

.bankMsg_check_list { /*-*/
    margin: 0 0 10px -5px;
    display: flex;
    align-items: baseline;
}

    .bankMsg_check_list > span:first-child { /*-*/
        white-space: nowrap;
    }

    .bankMsg_check_list .t_blue {
        color: #236298;
    }

/*投诉箱*/
.complaint_prompt {
    color: #000;
    padding: 15px 10px;
    background-color: #f3f3f3;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.icon_complaint {
    background: url(/Content/Images/th-th/Graph/icon_indexImg.png) no-repeat -245px -658px;
    float: left;
    width: 55px;
    height: 55px;
}

.complaint_prompt_text {
    margin-left: 78px;
    font-size: 13px;
}

    .complaint_prompt_text p {
        margin: 0;
        margin-top: 7px;
        color: #ff9600;
    }

.complaintHint {
    display: block;
    line-height: 25px;
    margin-left: 110px;
}

    .complaintHint ~ .errorHint {
        bottom: 2px;
    }

/*未读邮件通知*/
.unread_mail {
    margin: 0 auto;
    display: table;
    position: relative;
    text-align: left;
    min-height: 70px;
    vertical-align: middle;
    margin-bottom: 30px;
}

.icon_unread {
    background: url(/Content/Images/th-th/Graph/icon_indexImg.png) no-repeat -305px -658px;
    margin-right: 15px;
    width: 67px;
    height: 67px;
}

.unread_mail_text {
    display: table-cell;
    vertical-align: middle;
}

/*快速转帐*/
.popList_in {
    padding-left: 10px;
    float: left;
}

    .popList_in input[type=text], .popList_in input[type=password] {
        margin: 0;
    }

    .popList_in .t_pink {
        line-height: 25px;
        clear: both;
    }

.FT_Money {
    color: #1ba200;
    border: 1px solid #dadada;
    width: 255px;
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
    font-weight: bold;
    line-height: 30px;
}

.btn_FT_Refresh {
    width: 11%;
    height: 30px;
    position: relative;
    float: right;
    cursor: pointer;
    width: 30px;
}

    .btn_FT_Refresh:after {
        content: "";
        background-image: url(/Content/Images/th-th/Graph/btn_FT_Refresh.png);
        background-position: center top;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        height: 20px;
        visibility: visible;
    }

    .btn_FT_Refresh:hover:after {
        background-position: center bottom;
    }

.FT_button_bg {
    display: table;
    width: 100%;
    margin: 15px auto 0 auto;
}

.FT_button_w50L, .FT_button_w50R {
    border: 0px;
    border-radius: 3px;
    width: 48%;
    height: 45px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.FT_button_w50L {
    float: left;
    background-color: #ffa800;
}

    .FT_button_w50L:hover {
        background-color: #ffb21b;
    }

.FT_button_w50R {
    float: right;
    background-color: #32abff;
}

    .FT_button_w50R:hover {
        background-color: #38b8ff;
    }

.popListBottom {
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 20px;
    margin-left: -6px;
    margin-right: -6px;
    padding: 0 6px;
    font-size: 16px;
}

    .popListBottom li:last-child {
        margin-bottom: 20px;
    }

    .popListBottom + .FT_button_bg {
        margin-bottom: 5px;
    }

.txt_transfer {
    width: 150px;
    font-size: 16px !important;
    font-weight: bold;
}

.btn_transfer {
    width: 95px;
    height: 35px;
    border-radius: 3px;
    font-size: 16px;
    margin-left: 10px;
    color: #fff;
    background-color: #35b0c0;
    cursor: pointer;
    padding: 0;
}

    .btn_transfer:hover {
        opacity: 0.8;
    }

.popList_free {
    color: #d75b5c;
    position: absolute;
    top: 30px;
    height: 30px;
    line-height: 30px;
    width: 255px;
    padding-right: 31px;
    box-sizing: border-box;
}

    .popList_free .img_spinner {
        margin-bottom: -5px;
    }

.btn_free {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto;
    background: url(/Content/Images/th-th/Graph/icon_question_pink.svg) no-repeat center;
    background-size: 100% auto;
    width: 19px;
    height: 19px;
    cursor: pointer;
}

    .btn_free:hover + .freeHint {
        display: block;
    }

.freeHint {
    position: absolute;
    top: 30px;
    right: 0;
    background-color: #f54b6f;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    line-height: 22px;
    z-index: 2;
    text-align: left;
    margin: 0 -1px;
    display: none;
}

    .freeHint:before {
        content: '';
        position: absolute;
        top: -5px;
        right: 13px;
        border-style: solid;
        border-width: 0 5px 6px 5px;
        border-color: transparent transparent #f54b6f transparent;
    }

/*维护*/
.subMenu_maintain, .subMenu_maintain a {
    cursor: not-allowed;
}

    .subMenu_maintain a {
        color: #8b8b8b;
    }

    .subMenu_maintain:hover a {
        color: #8b8b8b;
    }

.icon_maintainSubTop {
    position: absolute;
    width: 20px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    top: -12px;
}

.icon_maintain_deposit {
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}

/*存款專區維護樣式*/
.pay_maintain {
    background-color: #f1f1f1 !important;
    color: #909090 !important;
    border: 1px solid #ccc !important;
    cursor: not-allowed !important;
}
/*存款專區維護樣式---end*/

.menu_maintain a {
    border-bottom: 0px;
    color: #a2a2a2;
}

.icon_maintainIndexTop {
    width: 18px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
}

.subList_maintain {
    background-color: rgba(0, 0, 0, 0.7) !important;
    position: absolute;
    z-index: 100;
    width: 96%;
    height: 45px;
    color: #fff;
    cursor: not-allowed;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 100px;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    padding-left: 3%;
}

    .subList_maintain:before {
        content: '';
        background: url(/Content/Images/th-th/Graph/icon_fix.svg) no-repeat center bottom;
        width: 57px;
        height: 57px;
        background-size: 100% auto;
        margin-bottom: 2px;
        margin-right: 5px;
    }

    .subList_maintain div {
        font-size: 18px;
        line-height: 1.05em;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        white-space: nowrap;
        position: relative;
        z-index: 1;
        margin-right: 10%;
        flex: 1;
    }

    .subList_maintain span {
        font-size: 16px;
        margin-bottom: -2px;
    }

    .subList_maintain.narrow {
        width: 100%;
    }

        .subList_maintain.narrow:before {
            margin-right: -2px;
        }

        .subList_maintain.narrow div {
            margin-right: 8%;
        }

    .subList_maintain .listGameCover {
        background-color: rgba(119,119,119,0);
    }

/*敬请期待*/
.subList_Notice {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 145px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    font-size: 24px;
    background-color: rgba(0,0,0,0.1);
}

/*综合电子*/
.AGIN {
    display: none;
}

.mask {
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    display: table;
    width: 100%;
    height: 100%;
}

.bg_AGINpopUp {
    display: table-cell;
    vertical-align: middle;
}

.AGINpopUp {
    display: table;
    background-color: rgba(0,0,0,0.8);
    border: 5px solid rgba(255,255,255,0.5);
    border-radius: 10px;
    margin: 0 auto;
    z-index: 101;
    position: relative;
}

.AGINpopUp_T {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}

.btn_AGINclose {
    background: url(/Content/Images/th-th/Graph/icon_close.png) no-repeat center;
    background-size: 20px 20px;
    margin-top: 5px;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.AGINpopUp_in {
    padding: 0 35px 20px 35px;
    margin: 0 auto;
    text-align: center;
    min-width: 600px;
}

.AGINimg_list {
    display: inline-block;
    margin: 0 2px;
    cursor: pointer;
    position: relative;
    background-color: #000;
    width: 256.5px;
}

.AGINimg_label {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}

    .AGINimg_label:before {
        content: "";
        border-color: transparent #9a7133 transparent transparent;
        border-width: 0 60px 80px 0;
        border-style: solid;
        display: block;
    }

    .AGINimg_label span {
        color: #fff;
        position: absolute;
        top: 19px;
        right: 4px;
        font-size: 15px;
        font-family: Arial;
        transform: rotate(53deg);
        -ms-transform: rotate(53deg); /* IE 9 */
        -moz-transform: rotate(53deg); /* Firefox */
        -webkit-transform: rotate(53deg); /* Safari 和 Chrome */
        -o-transform: rotate(53deg);
    }

.btn_AGINimg {
    display: block;
    width: 100%;
    height: auto;
}

.AGINCover {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.AGINimg_list:hover .AGINCover {
    display: none;
}

/*维护中*/
.AGIN_maintain {
    background-color: rgba(0,0,0,0.85);
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    cursor: not-allowed;
    font-size: 15px;
}

    .AGIN_maintain div {
        position: absolute;
        width: 80px;
        height: 88px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .AGIN_maintain img {
        display: table;
        margin: 5px auto;
    }

    .AGIN_maintain .AGINCover {
        background-color: rgba(119,119,119,0);
    }

/*綁定支付宝-fancybox說明文*/
.bindAlipay_text {
    border-top: 1px dashed #ccc;
    padding: 20px 10px 15px;
    text-align: left;
    margin-top: 10px;
    color: #006db3;
    font-size: 14px;
}

.w850 {
    width: 850px;
}

.pswHint {
    height: 80px;
    display: flex;
}

.pswHint_t {
    width: 250px;
    margin-left: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_keyForget {
    background: url(/Content/Images/th-th/Graph/icon_indexImg.png) no-repeat -160px -658px;
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: middle;
}

.icon_keyCode {
    background: url(/Content/Images/th-th/Graph/icon_indexImg.png) no-repeat -75px -658px;
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: middle;
}

.t_green {
    color: #00af1d !important;
}

.t_red {
    color: #f00 !important;
}

.t_pink {
    color: #d75b5c;
}

.t_gray {
    color: #999 !important;
}

.t_darkRed {
    color: #ad0000 !important;
}

.t_lightBlue {
    color: #009aff !important;
}

.btn_bankEye {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

    .btn_bankEye.r20 {
        right: 30px;
    }

    .btn_bankEye.top13 {
        top: 13px;
    }

.icon_bankEye {
    width: 20px;
    height: 20px;
    background-image: url(/Content/Images/th-th/Graph/icon_pwON.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
    opacity: 0.7;
}

    .icon_bankEye:hover {
        opacity: 1;
    }

    .icon_bankEye.off {
        background-image: url(/Content/Images/th-th/Graph/icon_pwOFF.svg);
        cursor: pointer !important;
    }

        .icon_bankEye.off:hover {
            opacity: 1;
        }

/*彈跳視窗-忘记密码/投诉箱*/
.popListFP {
}

    .popListFP li:first-child {
        height: 90px;
    }

#fStep01 .sentOut {
    margin-top: 20px;
}

#fStep02, #fStep03 {
    display: none;
}

.popList_multiRow {
    margin-top: 5px !important;
}

/*彈跳視窗-人民银行支付系统维护公告*/
.popUpShow {
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 10000;
    width: auto;
    height: auto;
    display: block;
}

    .popUpShow > div {
        width: 390px;
        height: auto;
        position: absolute;
        box-sizing: border-box;
        padding: 15px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

    .popUpShow .popUp_in {
        padding: 15px;
        padding-bottom: 10px;
        line-height: 24px;
        font-size: 15px;
    }

.popUpClose {
    background: url(/Content/Images/th-th/Graph/icon_close.png) no-repeat center;
    background-size: 20px 20px;
    margin-top: 8px;
    position: absolute;
    top: 5px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 8040;
}

    .popUpClose:hover {
        -webkit-filter: brightness(70%);
        filter: brightness(70%);
    }

/*支持銀行卡*/
.BO_bankList {
    padding: 10px 0 10px;
    box-sizing: border-box;
    max-height: 344px;
    overflow: hidden;
}

.BO_bankList_wrap {
    width: 621px;
    margin: 0 auto;
}

    .BO_bankList_wrap .btn_selectbank:nth-child(4n+1) {
        margin-left: 0;
    }

    .BO_bankList_wrap .btn_selectbank {
        margin: 5px 0 5px 15px;
    }

.btn_selectbank {
    width: 144px;
    height: 44px;
    float: left;
}

.btn_bank_CCB {
    background: url(/Content/Images/th-th/Graph/btn_bank_CCB_02.jpg) no-repeat;
}

.btn_bank_ICBC {
    background: url(/Content/Images/th-th/Graph/btn_bank_ICBC_02.jpg) no-repeat;
}

.btn_bank_ABC {
    background: url(/Content/Images/th-th/Graph/btn_bank_ABC_02.jpg) no-repeat;
}

.btn_bank_BOCM {
    background: url(/Content/Images/th-th/Graph/btn_bank_BOCM_02.jpg) no-repeat;
}

.btn_bank_CMerB {
    background: url(/Content/Images/th-th/Graph/btn_bank_CMerB_02.jpg) no-repeat;
}

.btn_bank_PAB {
    background: url(/Content/Images/th-th/Graph/btn_bank_PAB_02.jpg) no-repeat;
}

.btn_bank_BC {
    background: url(/Content/Images/th-th/Graph/btn_bank_BC_02.jpg) no-repeat;
}

.btn_bank_PSBC {
    background: url(/Content/Images/th-th/Graph/btn_bank_PSBC_02.jpg) no-repeat;
}

.btn_bank_CEB {
    background: url(/Content/Images/th-th/Graph/btn_bank_CEB_02.jpg) no-repeat;
}

.btn_bank_SDP {
    background: url(/Content/Images/th-th/Graph/btn_bank_SDP_02.jpg) no-repeat;
}

.btn_bank_HB {
    background: url(/Content/Images/th-th/Graph/btn_bank_HB_02.jpg) no-repeat;
}

.btn_bank_CGB {
    background: url(/Content/Images/th-th/Graph/btn_bank_CGB_02.jpg) no-repeat;
}

.btn_bank_CNCB {
    background: url(/Content/Images/th-th/Graph/btn_bank_CNCB_02.jpg) no-repeat;
}

.btn_bank_CIB {
    background: url(/Content/Images/th-th/Graph/btn_bank_CIB_02.jpg) no-repeat;
}

.btn_bank_CMB {
    background: url(/Content/Images/th-th/Graph/btn_bank_CMB_02.jpg) no-repeat;
}

.btn_bank_BOB {
    background: url(/Content/Images/th-th/Graph/btn_bank_BOB_02.jpg) no-repeat;
}

.btn_bank_BOS {
    background: url(/Content/Images/th-th/Graph/btn_bank_BOS_02.jpg) no-repeat;
}

.btn_bank_HFB {
    background: url(/Content/Images/th-th/Graph/btn_bank_HFB_02.jpg) no-repeat;
}

.btn_bank_CBHB {
    background: url(/Content/Images/th-th/Graph/btn_bank_CBHB_02.jpg) no-repeat;
}

.btn_bank_GZCB {
    background: url(/Content/Images/th-th/Graph/btn_bank_GZCB_02.jpg) no-repeat;
}

.btn_bank_CZCB {
    background: url(/Content/Images/th-th/Graph/btn_bank_CZCB_02.jpg) no-repeat;
}

.btn_bank_BOS {
    background: url(/Content/Images/th-th/Graph/btn_bank_BOS_02.jpg) no-repeat;
}
/*彈跳視窗-信 息*/
.info_newIn {
    display: block;
    text-align: center;
    margin: 10px 0;
}

/*loading圖示/spinner*/
.img_spinner, img[src$="spinner.svg"] {
    animation: img_spinner 1.2s linear infinite;
    -webkit-animation: img_spinner 1.2s linear infinite;
    width: 18px;
    height: 18px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* IE 10+ */
    .img_spinner {
        border-radius: 40%;
    }
}

@keyframes img_spinner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes img_spinner {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

/*建议使用谷歌Chrome浏览器*/
.popChrome {
    max-width: 310px;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    padding: 20px 40px;
    box-sizing: border-box;
    line-height: 20px;
    z-index: 50;
}

    .popChrome > img {
        position: absolute;
        width: 15px;
        height: 15px;
        right: 12px;
        top: 12px;
        cursor: pointer;
    }

    .popChrome div img {
        width: 23px;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
    }

    .popChrome input {
        color: #fff;
        background-color: #aaa;
        border-radius: 25px;
        height: 25px;
        width: 110px;
        float: left;
        margin-top: 10px;
        cursor: pointer;
    }

        .popChrome input:hover, .popChrome > img:hover {
            opacity: 0.8;
        }

    .popChrome .btn_install {
        background-color: #ff7900;
        margin-right: 10px;
    }

/*存款专区/提款专区/註冊帳號密碼-提示泡泡*/
.formPrompt {
    position: absolute;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: rgba(0,0,0,0.5) 2px 2px 5px;
    border: 1px solid #ddd;
    padding: 8px !important;
    top: 42px;
    left: 95px;
    display: none;
    z-index: 1;
}

    .formPrompt img {
        width: 17px;
        display: inline-block;
        vertical-align: text-bottom;
    }

    .formPrompt span {
        float: none;
        width: auto;
        display: inline-block;
        vertical-align: text-bottom;
    }

    .formPrompt:before, .formPrompt:after {
        content: '';
        border-style: solid;
        border-width: 0 8px 8px 8px;
        border-color: transparent transparent #ddd transparent;
        width: 0;
        height: 0;
        position: absolute;
        top: -8px;
        left: 8px;
    }

    .formPrompt:after {
        border-color: transparent transparent #fff transparent;
        top: -7px;
        visibility: visible;
    }

.popList_register .formPrompt {
    bottom: 42px;
    top: auto;
}

    .popList_register .formPrompt:before, .popList_register .formPrompt:after {
        border-width: 8px 8px 0 8px;
        border-color: #ddd transparent transparent transparent;
        top: auto;
        right: auto;
        left: 8px;
        bottom: -8px;
    }

    .popList_register .formPrompt:after {
        border-color: #fff transparent transparent transparent;
        bottom: -7px;
    }

.w270 ~ .formPrompt {
    left: 90px;
}

.w290 ~ .formPrompt {
    left: 70px;
}

/*彈窗-设置保护密码*/
.popUpSet {
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 9999;
    width: auto;
    height: auto;
    display: none;
}

    .popUpSet > div {
        width: 430px;
        height: auto;
        position: absolute;
        box-sizing: border-box;
        padding: 15px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

.popUpSet02 {
    background-color: rgba(0,0,0,0.3);
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 9999;
    width: auto;
    height: auto;
    display: none;
}

    .popUpSet02 > div {
        width: 350px;
        height: auto;
        position: absolute;
        box-sizing: border-box;
        padding: 15px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

    .popUpSet02 .popUpSet_T {
        margin: 20px 0;
    }

.img_popUpSet {
    width: 100px;
    height: 100px;
}

.popUpSet_T {
    font-size: 14px;
    min-height: initial !important;
    text-align: center !important;
}

/*彈跳視窗 - 新版*/
.popUpNEW, .popUpAuto {
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 1rem;
}

    .popUpNEW > div, .popUpAuto > div {
        padding: 0;
        box-shadow: initial;
        border-radius: 0.3125em;
        overflow: hidden;
    }

    .popUpNEW:not(#support_BankCard):not([id*="upload"]):not([id*="look"]) > div {
        width: 18em;
    }

    .popUpAuto > div {
        width: auto;
        min-width: 18em;
        max-width: 390px;
    }

    .popUpNEW .popUp_title,
    .popUpAuto .popUp_title {
        font-size: 1.0625em;
        font-weight: bold;
        line-height: 1em;
        height: auto;
        color: #000;
        border: 0;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        margin: 0;
        padding: 1em 2em;
        box-sizing: border-box;
        text-overflow: ellipsis;
    }

    .popUpNEW .popUpClose,
    .popUpAuto .popUpClose {
        margin: 0;
        width: 3em;
        height: 3em;
        background-size: 1em 1em;
        top: 0;
        right: 0;
    }

    .popUpNEW .popUp_in,
    .popUpAuto .popUp_in {
        padding: 0;
        line-height: normal;
        margin-bottom: 1em;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .popUpNEW .popUp_in > div,
        .popUpAuto .popUp_in > div {
            padding: 0 1em;
        }

    .popUpNEW:not(#support_BankCard) .popUp_in,
    .popUpAuto .popUp_in {
        font-size: 1em;
    }

    .popUpNEW .popupCenter {
        text-align: center;
    }

    .popUpNEW .popupColumn {
        flex-flow: column;
        line-height: 1.4em;
    }

    .popUpNEW .checkBank {
        float: none;
        margin: 0;
    }

    .popUpNEW .popup_button,
    .popUpAuto .popup_button {
        display: flex;
        height: 45px;
        display: flex;
        width: 100%;
        border-top: 1px solid #eee;
        box-sizing: border-box;
    }

        .popUpNEW .popup_button > *,
        .popUpAuto .popup_button > * {
            height: 100%;
            font-size: 1.0625em;
            font-weight: bold;
            box-sizing: border-box;
            cursor: pointer;
        }

            .popUpNEW .popup_button > *:disabled,
            .popUpAuto .popup_button > *:disabled {
                background-color: #eee !important;
            }

            .popUpNEW .popup_button > *:not([disabled="disabled"]):hover,
            .popUpAuto .popup_button > *:not([disabled="disabled"]):hover {
                background-color: #e5e5e5;
            }

            .popUpNEW .popup_button > *:not([disabled="disabled"]):active,
            .popUpAuto .popup_button > *:not([disabled="disabled"]):active {
                background-color: #bebebe;
            }

        .popUpNEW .popup_button .w50L,
        .popUpAuto .popup_button .w50L {
            color: #a1a1a1;
            border-right: 1px solid #eee;
            width: 50%;
        }

        .popUpNEW .popup_button .w50R,
        .popUpAuto .popup_button .w50R {
            color: #008bec;
            width: 50%;
        }

        .popUpNEW .popup_button .w100,
        .popUpAuto .popup_button .w100 {
            color: #008bec;
            width: 100%;
        }

/*非白底色按鈕*/
.popUpCB > div {
    background: transparent;
}

    .popUpCB > div:before {
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 44px);
        position: absolute;
        background-color: #fff;
        z-index: -1;
    }

.popUpCB .popUp_in {
    line-height: 28px;
    font-size: 0.95em;
}

.popUpCB .popup_button {
    border: 0;
}

    .popUpCB .popup_button .w50L {
        color: #fff;
        background-color: #b3b3b3;
        width: 50%;
        border: 0;
    }

        .popUpCB .popup_button .w50L:active,
        .popUpCB .popup_button .w50L:hover {
            background-color: #bebebe;
        }

    .popUpCB .popup_button .w50R {
        color: #fff;
        background-color: #2782d7;
        width: 50%;
    }

        .popUpCB .popup_button .w50R:active,
        .popUpCB .popup_button .w50R:hover {
            background-color: #3fb0ff;
        }

/*彈跳視窗-存款(注意事项)*/
.depositTxt > div + div {
    margin-top: 1em;
}

.depositTxt .t_darkRed {
    font-size: 25px;
}

.withdrawTxt > div {
    display: flex;
    line-height: 1.4em;
}

    .withdrawTxt > div > span:first-child {
        white-space: nowrap;
        width: 82px;
    }
/*彈跳視窗-成功*/
.popUpShort {
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

    .popUpShort > div {
        width: 195px !important;
        border-radius: 0.3125em !important;
        box-shadow: initial;
    }

.popupS_T {
    text-align: center;
    margin-bottom: 10px;
    line-height: 0;
}

    .popupS_T img {
        width: 26px;
        height: 26px;
    }

.popupS_In {
    text-align: center;
}

/*scrollbar*/
.scrollBody {
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

    .scrollBody > .scrollbar-macosx {
        width: 100%;
    }

        .scrollBody > .scrollbar-macosx > .scroll-element {
            z-index: 1000;
        }

            .scrollBody > .scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
                background-color: transparent;
            }

            .scrollBody > .scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
                height: 17px;
                top: -17px;
                opacity: .5;
                box-shadow: 0 0 2px gray;
                z-index: 999;
            }
/*回电服务*/
.form_serv {
}

    .form_serv li {
        display: table;
        width: 100%;
        margin-bottom: 20px !important;
    }

        .form_serv li:not(:last-child) > span {
            line-height: 20px;
            margin-bottom: 10px;
            height: auto;
        }

        .form_serv li:not(:last-child) input {
            background-color: #fff;
            border-radius: 3px;
            height: 40px;
            border: 1px solid #ccc;
        }

        .form_serv li:last-child > span {
            width: 1%;
            white-space: nowrap;
            display: table-cell;
            float: none;
            vertical-align: middle;
        }

        .form_serv li:last-child > div {
            display: table-cell;
            vertical-align: middle;
        }

        .form_serv li:last-child input {
            width: calc(100% - 20px);
            height: 40px;
            border-radius: 3px;
        }

        .form_serv li > span {
            font-weight: bold;
        }

    .form_serv .errorHint {
        width: auto;
        bottom: -20px;
    }

.form_Lang {
    display: flex;
    width: 100%;
}

    .form_Lang input {
        flex: 1;
        cursor: pointer;
    }

        .form_Lang input + input {
            margin-left: 14px;
        }

        .form_Lang input:hover,
        .form_Quest input:hover,
        .form_Lang input.on,
        .form_Quest input.on {
            border-color: #45b5d9 !important;
            background-color: #e3f7fb !important;
        }

.form_Quest {
    float: left;
    width: 100%;/*2-29*//*-*/
}

    .form_Quest input {
        width: calc(50% - 7px);
        background-repeat: no-repeat;
        background-position: 15% 50%;
        background-size: auto 25px;
        padding-left: 12%;
        cursor: pointer;
        float: left;
    }

        .form_Quest input:nth-child(odd) {
            margin-right: 14px;
        }

        .form_Quest input + input:not(:nth-child(2)) {
            margin-top: 14px;
        }

.btn_servPoint {
    background-image: url(/Content/Images/th-th/Graph/icon_servPoint.svg);
}

.btn_servSport {
    background-image: url(/Content/Images/th-th/Graph/icon_servSport.svg);
}

.btn_servLive {
    background-image: url(/Content/Images/th-th/Graph/icon_servLive.svg);
}

.btn_servBall {
    background-image: url(/Content/Images/th-th/Graph/icon_servBall.svg);
}

.btn_servSign {
    background-image: url(/Content/Images/th-th/Graph/icon_servSign.svg);
}

.btn_servSlot {
    background-image: url(/Content/Images/th-th/Graph/icon_servSlot.svg);
}

.txt_quest {
    width: 100% !important;
    height: 100px !important;
    overflow-x: hidden !important;
}

div.txt_quest {
    border-radius: 3px;
}

textarea.txt_quest {
    border-radius: 3px;
    margin: auto;
}

@-moz-document url-prefix() { /*only for firefox*/
    textarea.txt_quest {
        padding-right: 17px;
    }

    .txt_quest .scroll-element.scroll-x .scroll-bar {
        display: none;
    }
}

body {
    background-color: #242424;
}

.toper {
    height: 40px;
    width: 100vw;
    background-color: #06396a;
    background-image: url(/Content/Images/th-th/Graph/bg_topCtrl.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-width: 1200px;
}

.toperM {
    width: 1000px;
    margin: 0 auto;
    height: 40px;
    display: flex;
    align-items: center;
    line-height: 1em;
}

.topTime {
    color: #a9c9e1;
    margin-right: 10px;
}

.topCtrl {
    display: flex;
    color: #3e85ad;
    margin-top: -1px;
    align-items: center;
}

    .topCtrl a {
        width: 17px;
        height: 15px;
        cursor: pointer;
        margin-left: 10px;
    }

        .topCtrl a:hover {
            background-position: bottom;
        }

.btn_setFavor {
    background-image: url(/Content/Images/th-th/Graph/btn_setFavor.png);
}

.btn_clearCoockie {
    background-image: url(/Content/Images/th-th/Graph/btn_clearCoockie.png);
}

.loginArea {
    display: flex;
    justify-content: flex-end;
    flex: 1;
}

    .loginArea a {
        float: left;
        line-height: 20px;
        cursor: pointer;
        color: #fff;
    }

.btn_addMember {
    height: 20px;
    padding: 0 31px 0 8px;
    margin-right: 10px;
    background: #ff9000 url(/Content/Images/th-th/Graph/btn_addMember.png) no-repeat right top;
    text-decoration: none;
    border-radius: 3px;
    min-width: 85px;
    box-sizing: border-box;
    text-align: center;
}

    .btn_addMember:hover {
        background-position: bottom right;
        background-color: #ffb400;
    }

.btn_login {
    text-align: center;
    height: 20px;
    text-decoration: none;
    background-color: #00b2b9;
    border-radius: 3px;
    padding: 0 8px;
}

    .btn_login:hover {
        background-color: #15d2d9;
    }

.menuArea {
    width: 100vw;
    height: 65px;
    position: relative;
    background-color: #fff;
    box-shadow: rgba(0,0,0,0.5) 5px 0px 10px;
    min-width: 1200px;
    display: flex;
    justify-content: center;
}

.subList:after {
    display: none;
}

.mainMenu {
    width: 1000px;
    display: flex;
}

.logo {
    height: 65px;
    cursor: pointer;
    width: 105px;
    display: flex;
    align-items: center;
    margin-right: 5px;
}

    .logo img {
        width: 100%;
        height: auto;
    }

.btn_FIFA {
    position: absolute;
    z-index: 19;
    top: 0;
    left: calc(50% + 500px);
}

@media (max-width:1280px) {
    .btn_FIFA {
        position: fixed;
        right: 86px;
        left: auto;
        top: 110px;
    }

        .btn_FIFA.down {
            top: 260px;
        }
}

.menu {
    flex: 1;
    display: flex;
}

    .menu > ul li > span {
        float: left;
        line-height: 65px;
        color: #dadada;
    }

    .menu ul {
        display: table;
        width: 100%;
    }

        .menu ul li {
            display: table-cell;
        }

.menuA, .menuAOn, .menuA_colorO {
    font-size: 14px;
    float: left;
    width: 100%;
    min-width: 50px;
    white-space: nowrap;
    color: #555;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    height: 65px;
    line-height: 65px;
    font-weight: bold;
    text-decoration: none;
}

.menuA {
    position: relative;
}

    .menuA:hover {
        border-bottom: 4px solid #3787be;
        color: #0076c6;
    }

    .menuA.iconLove {
        color: #ff1493;
    }

        .menuA.iconLove:before {
            content: '';
            background: url(/Content/Images/th-th/Graph/icon_heart.png) no-repeat center;
            background-size: 100% auto;
            width: 17px;
            height: 15px;
            display: inline-block;
            vertical-align: middle;
            margin: -2px 4% 0 0;
        }

        .menuA.iconLove:hover:before {
            margin-top: -5px;
        }

.iconActivity {
    width: auto;
    height: auto;
    max-width: 30px;
    max-height: 38px;
    margin-right: 2px;
    margin-top: -5px;
}

.menuA:hover .iconActivity {
    margin-top: -8px;
}

.menuA_colorO {
    color: #ac35de;
}

.menuA img {
    display: inline-block;
    vertical-align: middle;
}

.menu_maintain .menuA {
    cursor: not-allowed;
}

    .menu_maintain .menuA:hover {
        color: #a2a2a2;
        border-bottom: 0;
    }

.icon_phone {
    background: url(/Content/Images/th-th/Graph/icon_indexImg.png) no-repeat left -819px;
    width: 12px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.menuAOn {
    border-bottom: 4px solid #3787be;
    color: #0076c6;
}

.menuP {
    width: 50px;
}

    .menuP img {
        margin-top: 20px;
    }

.menuSubList {
    margin: 0 auto;
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    top: 65px;
    z-index: 20;
    width: 100%;
    height: 340px;
    background-color: rgba(255,255,255,.95);
}

.subList {
    margin: 0 auto;
    position: relative;
    width: 1000px;
    height: 100%;
}

.subListDiv {
    position: relative;
    cursor: pointer;
    float: left;
    height: 100%;
}

    .subListDiv:not(.off):not(.notice) {
        overflow: hidden;
    }

        .subListDiv:not(.off):not(.notice):hover {
            background: -moz-linear-gradient(top, rgba(219,232,251,1) 0%, rgba(219,232,251,0.2) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(219,232,251,1) 0%,rgba(219,232,251,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(219,232,251,1) 0%,rgba(219,232,251,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbe8fb', endColorstr='#33dbe8fb',GradientType=0 ); /* IE6-9 */
        }

            .subListDiv:not(.off):not(.notice):hover [class*="Darkened"] {
                -webkit-transform: scale(1.08,1.08);
                transform: scale(1.08,1.08);
            }

                .subListDiv:not(.off):not(.notice):hover [class*="Darkened"]:after {
                    -webkit-transform: scale(0.926,0.926);
                    transform: scale(0.926,0.926);
                }

            .subListDiv:not(.off):not(.notice):hover .listName {
                font-size: 18px;
                color: #0f679a;
            }

    .subListDiv.off {
        cursor: not-allowed;
        position: relative;
    }

    .subListDiv.notice {
        cursor: auto;
    }

.subListTwo .subListDiv {
    height: 50%;
}

.listName {
    color: #091437;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Darkened2.topSports ~ .listLogo .listName { /*-*/
    letter-spacing: -0.5px;
    white-space: nowrap;
}

.subListDiv.notice .listName {
    color: #aaa;
}

/*維護-共用設定*/
.txt_maintain {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 101;
    display: none;
}

    .txt_maintain p {
        position: absolute;
        background-color: #ff9900;
        color: #fff;
        padding: 5px 10px;
        border-radius: 3px;
        box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
        margin: 0;
        line-height: 22px;
        font-size: 14px;
        text-align: left;
        font-weight: normal;
        white-space: nowrap;
    }

.icon_arrowT:after, .icon_arrowB:after, .icon_arrowR:after, .icon_arrowTR:after {
    content: '';
    visibility: visible;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.icon_arrowT:after {
    top: -8px;
    left: 12px;
    border-width: 0 0 8px 9px;
    border-color: transparent transparent #ff9900 transparent;
}

.icon_arrowB:after {
    bottom: -8px;
    left: 12px;
    border-width: 0 9px 9px 0;
    border-color: transparent #ff9900 transparent transparent;
}

.icon_arrowR:after {
    top: 8px;
    right: -8px;
    border-width: 0 9px 8px 0;
    border-color: transparent transparent #ff9900 transparent;
}

.icon_arrowTR {
    right: 0;
    top: 58px;
}

    .icon_arrowTR:after {
        top: -8px;
        right: 23px;
        border-width: 0 0 9px 8px;
        border-color: transparent transparent #ff9900 transparent;
    }

/*維護-主按鈕*/
.menu_maintain {
}

    .menu_maintain .menuA .txt_maintain {
        right: -150px;
        top: 55px;
    }

        .menu_maintain .menuA .txt_maintain p {
            top: 0;
        }

/*維護-banner*/
.subList .txt_maintain {
    right: 0;
}

    .subList .txt_maintain p {
        bottom: 8px;
    }

/*維護-動畫*/
.gameTypeList .txt_maintain {
    left: 20px;
    right: 0;
}

    .gameTypeList .txt_maintain p {
        max-width: 230px;
        bottom: -17px;
    }

@media (max-width: 1024px) {
    .txt_maintain {
        right: 0 !important;
    }
}

/*體育*/
.topSports {
    background: url(/Content/Images/th-th/Graph/bg_topSports.png) no-repeat;
    height: 100%;
}

    .topSports ~ .listLogo .ic_logo:nth-last-child(3) { /*-*/
        width: 47px;
    }

        .topSports ~ .listLogo .ic_logo:nth-last-child(3) ~ img { /*-*/
            height: 47px;
        }

/*真人*/
.topLive {
    background: url(/Content/Images/th-th/Graph/bg_topLive.png) no-repeat;
}

/*電子*/
.topGame {
    background: url(/Content/Images/th-th/Graph/bg_topGame.png) no-repeat;
}

/*捕魚*/
.topFish {
    background: url(/Content/Images/th-th/Graph/bg_topFighter.png) no-repeat;
}

/*彩票游戏*/
.topLoto {
    background: url(/Content/Images/th-th/Graph/bg_topLoto.png) no-repeat;
}

/*电竞投注*/
.topESports {
    background: url(/Content/Images/th-th/Graph/bg_topESports.png) no-repeat;
}

/*棋牌游戏*/
.topChess {
    background: url(/Content/Images/th-th/Graph/bg_topChess.png) no-repeat;
}

/*热门*/
.subHot .subListDiv {
    z-index: 0;
}

.subHot [class*="Darkened"] {
    background: url(/Content/Images/th-th/Graph/bg_topHot3.png) no-repeat;
}

.subHot .subListDiv:after {
    background: url(/Content/Images/th-th/Graph/bg_topHot.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    visibility: initial;
    top: 0;
    left: 0;
}

.subHot .subListDiv:not(.off):not(.notice):hover:after {
    background-image: url(/Content/Images/th-th/Graph/bg_topHot2.png);
}

[class*="Darkened"] {
    height: 100%;
}

.Darkened {
    width: 167px;
}

.Darkened2 {
    width: 250px;
}

.Darkened3 {
    width: 333px;
}

.DarkenedFive {
    width: 200px;
}

.DarkenedSix {
    width: 167px;
}

.DarkenedSeven {
    width: 143px;
}

.subListDiv:nth-child(3) .Darkened3 {
    width: 334px;
}

.subListDiv:first-child:after,
.subListDiv:first-child [class*="Darkened"] {
    background-position: left top;
}

.subListDiv:last-child:after,
.subListDiv:last-child [class*="Darkened"],
.subListDiv:nth-child(4n) .Darkened2,
.subListDiv:nth-child(5n) .DarkenedFive {
    background-position: right top;
}

.subListDiv:nth-child(2) .Darkened {
    background-position: -143px top;
}

.subListDiv:nth-child(3) .Darkened {
    background-position: -286px top;
}

.subListDiv:nth-child(4) .Darkened {
    background-position: -429px top;
}

.subListDiv:nth-child(5) .Darkened {
    background-position: -572px top;
}

.subListDiv:nth-child(4n-2):after,
.subListDiv:nth-child(4n-2) .Darkened2 {
    background-position: -250px top;
}

.subListDiv:nth-child(4n-1):after,
.subListDiv:nth-child(4n-1) .Darkened2 {
    background-position: -500px top;
}

.subListDiv:nth-child(2) .Darkened3 {
    background-position: -333px top;
}

.subListDiv:nth-child(5n-3) .DarkenedFive {
    background-position: -200px top;
}

.subListDiv:nth-child(5n-2) .DarkenedFive {
    background-position: -400px top;
}

.subListDiv:nth-child(5n-1) .DarkenedFive {
    background-position: -600px top;
}

.subListDiv:nth-child(2) .DarkenedSix {
    background-position: -167px top;
}

.subListDiv:nth-child(3) .DarkenedSix {
    background-position: -334px top;
}

.subListDiv:nth-child(4) .DarkenedSix {
    background-position: -501px top;
}

.subListDiv:nth-child(5) .DarkenedSix {
    background-position: -668px top;
}

.subListDiv:nth-child(6) .DarkenedSix {
    width: 165px;
}

.subListDiv:nth-child(2) .DarkenedSeven {
    background-position: -143px top;
}

.subListDiv:nth-child(3) .DarkenedSeven {
    background-position: -286px top;
}

.subListDiv:nth-child(4) .DarkenedSeven {
    background-position: -429px top;
}

.subListDiv:nth-child(5) .DarkenedSeven {
    background-position: -572px top;
}

.subListDiv:nth-child(6) .DarkenedSeven {
    background-position: -715px top;
}

.subListDiv:last-child .DarkenedSeven {
    width: 142px;
}

.subListDiv:nth-child(5) .Darkened2,
.subListDiv:nth-child(6) .Darkened2,
.subListDiv:nth-child(7) .Darkened2,
.subListDiv:nth-child(8) .Darkened2,
.subListDiv:nth-child(6) .DarkenedFive,
.subListDiv:nth-child(7) .DarkenedFive,
.subListDiv:nth-child(8) .DarkenedFive,
.subListDiv:nth-child(9) .DarkenedFive,
.subListDiv:nth-child(10) .DarkenedFive {
    background-position-y: bottom;
}

.bg_menuShadow {
    width: 100%;
    position: absolute;
    top: 0px;
    background-image: url(/Content/Images/th-th/Graph/bg_menuShadow.png);
    height: 4px;
    z-index: 40;
}

.icon_hot, .icon_new, .icon_activity, .icon_jackpot { /*-*/
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 101;
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
    height: 29px;
}

.icon_hot {
    background-image: url(/Content/Images/th-th/Graph/img_hot.png);
    background-size: 100% auto;
}

.icon_new {
    background-image: url(/Content/Images/th-th/Graph/img_new.png);
    background-size: 100% auto;
}

.icon_activity {
    background-image: url(/Content/Images/th-th/Graph/icon_tableAnchor.png);
    background-size: 100% auto;
    width: 40px;
    height: 40px;
}

.icon_jackpot { /*-*/
    background-image: url(/Content/Images/th-th/Graph/icon_superGold.svg);
    background-size: 100% auto;
    width: 70px;
    height: 62px;
    left: 0;
    top: 6px;
}

.subListTwo .icon_jackpot { /*-*/
    width: 50px;
    height: 44px;
}

.listLogo {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    height: 340px;
    top: 0;
    right: 0;
}

    .listLogo.listLiveKU {
        right: -8px;
    }

.subListTwo .listLogo {
    height: 100px;
    top: 40px;
}

.subList:not(.subListTwo) .Darkened2 ~ .listLogo,
.subList:not(.subListTwo) .DarkenedFive ~ .listLogo,
.DarkenedSix ~ .listLogo {
    width: 100%;
    height: 100px;
    top: 240px;
    justify-content: flex-end;
}

.img_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
}

    .img_logo img {
        max-width: 85%;
    }

        .img_logo img + img {
            margin-left: 8px;
        }

    .img_logo .ic_logo {
        width: 54px;
        max-height: initial;
    }

.Darkened3 ~ * .ic_logo {
    width: 75px;
}

.listLogo_activity {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    height: 153px;
    width: 100%;
    padding-top: 94px;
    box-sizing: border-box;
    color: #fff;
    font-size: 17px;
    text-align: center;
}

    .listLogo_activity > img {
        position: absolute;
        margin: 0 auto;
        top: 27px;
        left: 0px;
        right: 0px;
        display: block;
        width: 80%;
    }

.listLogo_activity_title {
    font-size: 20px;
    margin: 0 0 1px 0;
}

.listLogo_activity_date {
    letter-spacing: 1px;
}

.mainCfArea {
    width: 100vw;
    height: 450px;
    background-color: #ccc;
    position: relative;
    min-width: 1200px;
}

.runMsgArea {
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    height: 50px;
    bottom: 0px;
    width: 100%;
    overflow: hidden;
}

    .runMsgArea.w1000 {
        background: rgba(0,0,0,0.7) url(/Content/Images/th-th/Graph/bg_runMsg.png) no-repeat center;
    }

        .runMsgArea.w1000 .runMsg {
            width: 1000px;
        }

        .runMsgArea.w1000 marquee {
            margin-right: 5px;
        }

.runMsg {
    display: flex;
    height: 100%;
    left: calc(50% - 500px);
    bottom: 0;
    position: absolute;
    width: calc(50% + 500px);
    min-width: 1000px;
}

    .runMsg marquee {
        margin: 0 20px 0 10px;
        color: #fff;
        font-size: 14px;
        line-height: 50px;
    }

.runMsgTitle {
    color: #9f9d9d;
    display: flex;
    line-height: 50px;
    font-size: 14px;
}

    .runMsgTitle > span {
        margin: 0 10px;
        white-space: nowrap;
    }

.icon_runMsg {
    background: url(/Content/Images/th-th/Graph/icon_indexImg.png) no-repeat -17px -819px;
    width: 19px;
    height: 18px;
    margin: 16px auto;
}

.jackpotAll {
    display: flex;
}

.jackpotGif {
    cursor: pointer;
    display: flex;
    flex-flow: column;
    line-height: 0;
    height: 200%;
    position: relative;
    animation: jackpotBox 13s linear infinite;
    -webkit-animation: jackpotBox 13s linear infinite;
}

    .jackpotGif:hover + .btn_jackpot {
        -webkit-filter: brightness(1.1);
        filter: brightness(1.1);
    }

.jackpotBox {
    height: 200%;
    position: relative;
    animation: jackpotBox 13s linear infinite;
    -webkit-animation: jackpotBox 13s linear infinite;
}

.jackpotOne {
    animation: none;
    -webkit-animation: none;
}

@keyframes jackpotBox {
    from {
        top: 0;
    }

    38% {
        top: 0;
    }

    50% {
        top: -100%;
    }

    88% {
        top: -100%;
    }

    to {
        top: 0;
    }
}

@-webkit-keyframes jackpotBox {
    from {
        top: 0;
    }

    38% {
        top: 0;
    }

    50% {
        top: -100%;
    }

    88% {
        top: -100%;
    }

    to {
        top: 0;
    }
}

.jackpotCD,
.jackpotBAC {
    display: flex;
    align-items: center;
    position: relative;
    height: 50%;
    z-index: 1;
    padding: 0 13px 0 17px;
}

    .jackpotCD:before,
    .jackpotBAC:before {
        content: '';
        transform: skew(20deg);
        -webkit-transform: skew(20deg);
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .jackpotCD:after,
    .jackpotBAC:after {
        content: '';
        visibility: initial;
        width: calc(100% - 20px);
        height: 100%;
        position: absolute;
        top: 0;
        z-index: -2;
        left: 0;
        right: 0;
        margin: auto;
    }

    .jackpotBAC:after,
    .jackpotBAC:before {
        background: #052d66; /* Old browsers */
        background: -moz-linear-gradient(left, #052d66 0%, #0f4999 50%, #3373cc 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #052d66 0%,#0f4999 50%,#3373cc 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #052d66 0%,#0f4999 50%,#3373cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

    .jackpotCD:after,
    .jackpotCD:before {
        background: rgba(204,51,51,1); /* Old browsers */
        background: -moz-linear-gradient(left, rgba(204,51,51,1) 0%, rgba(153,15,15,1) 75%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(204,51,51,1) 0%,rgba(153,15,15,1) 75%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(204,51,51,1) 0%,rgba(153,15,15,1) 75%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

.jackpotNum {
    height: 32px;
    width: 236px;
    display: flex;
    justify-content: flex-end;
    margin-top: 3px;
}

    .jackpotNum span {
        background-repeat: no-repeat;
        background-position-x: center;
    }

    .jackpotH,
    .jackpotNum [class*="jackpotN"] {
        width: 24px;
    }

        .jackpotH + .jackpotH,
        .jackpotNum [class*="jackpotN"] + [class*="jackpotN"] {
            margin-left: -2px;
        }

.jackpotP,
.jackpotD {
    width: 14px;
    margin-left: -3px;
    margin-right: -1px;
}

.jackpotBAC span {
    background-image: url(/Content/Images/th-th/Graph/jackNumBAC.png);
    background-size: 24px auto;
}

.jackpotCD span {
    background-image: url(/Content/Images/th-th/Graph/jackNumCD.png);
    background-size: 24px auto;
}

.jackpotN0 {
    background-position-y: top;
}

.jackpotN1 {
    background-position-y: -32px;
}

.jackpotN2 {
    background-position-y: -64px;
}

.jackpotN3 {
    background-position-y: -96px;
}

.jackpotN4 {
    background-position-y: -128px;
}

.jackpotN5 {
    background-position-y: -160px;
}

.jackpotN6 {
    background-position-y: -192px;
}

.jackpotN7 {
    background-position-y: -224px;
}

.jackpotN8 {
    background-position-y: -256px;
}

.jackpotN9 {
    background-position-y: -288px;
}

.jackpotP {
    background-position-y: -320px;
}

.jackpotD {
    background-position-y: -352px;
}

.jackpotH {
    background-position-y: bottom;
}

.btn_jackpot {
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-style: italic;
    align-items: center;
    height: 100%;
    padding: 0 8px 0 13px;
    display: flex;
    white-space: nowrap;
}

    .btn_jackpot:after {
        content: '';
        background: url(/Content/Images/th-th/Graph/jackArrow.svg) no-repeat center;
        background-size: 100% auto;
        width: 18px;
        height: 17px;
        visibility: initial;
        margin-left: 4px;
    }

    .btn_jackpot:hover {
        -webkit-filter: brightness(1.1);
        filter: brightness(1.1);
    }

.mainArea {
    width: 100vw;
    background-image: url(/Content/Images/th-th/Graph/bg_index.jpg);
    padding: 15px 0;
    min-width: 1200px;
    max-width: 100vw;
    overflow: hidden;
}

.mainAreaM {
    display: table;
    margin: 0 auto;
}

.btmSubMenu {
    width: 930px;
    margin: 0 auto;
    background-color: rgba(206,206,206,0.6);
    border-radius: 10px;
}

.leftProduct {
    float: left;
}

.rightCtrl {
    float: right;
    margin-top: 15px;
    width: 340px;
}

    .rightCtrl a {
        font-size: 14px;
        float: left;
        width: 98px;
        height: 93px;
        margin-right: 15px;
        margin-bottom: 15px;
        cursor: pointer;
        text-align: center;
        line-height: 155px;
        color: #fff;
        text-decoration: none;
    }

        .rightCtrl a:hover {
            background-position: bottom;
        }

.btn_productData {
    background-image: url(/Content/Images/th-th/Graph/btn_productData.png);
}

.btn_downLoad {
    background-image: url(/Content/Images/th-th/Graph/btn_downLoad.png);
}

.btn_helpCenter {
    background-image: url(/Content/Images/th-th/Graph/btn_helpCenter.png);
}

.btn_aboutUs {
    background-image: url(/Content/Images/th-th/Graph/btn_aboutUs.png);
}

.btn_OBBrowser {
    background-image: url(/Content/Images/th-th/Graph/btn_OBBrowser.png);
}

.btn_customerServ {
    background-image: url(/Content/Images/th-th/Graph/btn_customerServ.png);
}

.btn_complaint {
    background-image: url(/Content/Images/th-th/Graph/btn_complaint.png);
}

.btmMenu {
    width: 100vw;
    height: 45px;
    line-height: 45px;
    background-color: #242424;
    border-bottom: 2px solid #484848;
    min-width: 1200px;
}

.btmMenuM {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

    .btmMenuM > ul {
        list-style: none;
        color: #525252;
        float: left;
        padding: 0px;
        margin: 0px;
    }

        .btmMenuM > ul li {
            float: left;
            padding: 0 4px;
        }

            .btmMenuM > ul li > a {
                color: #aaa;
                cursor: pointer;
                text-decoration: none;
            }

                .btmMenuM > ul li > a:hover {
                    color: #fff;
                }

    .btmMenuM .phone_t {
        color: #aaa;
    }

        .btmMenuM .phone_t span {
            color: #fff;
        }

        .btmMenuM .phone_t img {
            width: auto;
            height: 14px;
            vertical-align: text-top;
            margin-right: 5px;
            margin-left: 3px;
        }

    .btmMenuM .off a {
        cursor: not-allowed;
        position: relative;
    }

        .btmMenuM .off a:hover {
            color: #aaa;
        }

    .btmMenuM .off img {
        margin-right: 0px;
    }

    .btmMenuM .off .txt_maintain {
        top: -47px;
        left: -32px;
    }

.browserSel {
    position: relative;
}

.btn_browserSel.on {
    color: #fff;
}

.browserSel_in {
    position: absolute;
    top: 40px;
    left: 0;
    background-color: #111;
    border: 1px solid #777;
    border-radius: 3px;
    padding: 2px 5px;
    font-size: 13px;
    line-height: 30px;
    white-space: nowrap;
    display: none;
    z-index: 5;
}

    .browserSel_in:before, .browserSel_in:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 7px 7px 7px;
        left: 20px;
        visibility: inherit;
    }

    .browserSel_in:before {
        border-color: transparent transparent #777 transparent;
        top: -7px;
    }

    .browserSel_in:after {
        border-color: transparent transparent #111 transparent;
        top: -6px;
    }

    .browserSel_in a {
        text-decoration: none;
        color: #a0a0a0 !important;
        padding: 0 8px !important;
        display: inline-block;
        cursor: pointer;
    }

        .browserSel_in a:hover {
            color: #63b7e0 !important;
        }

.rightSwitch {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

    .rightSwitch > div {
        float: left;
        color: #aaa;
    }

        .rightSwitch > div > span {
            color: #525252;
            margin: 0 10px;
        }

    .rightSwitch.on > div,
    .rightSwitch:hover > div {
        color: #fff !important;
    }

    .rightSwitch.on .rightArrow {
        border-bottom: 8px solid #1675a3;
        border-top: 0;
    }

.rightArrow {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #1675a3;
    float: left;
    margin-top: 20px;
}

.btmGuild {
    width: 100vw;
    background-color: #777;
    display: none;
    min-width: 1200px;
}

.guildM {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.leftGuidList {
    float: left;
    display: table;
    width: 857px;
    border-spacing: 9px 10px;
    margin: 0 -10px;
}

.footer {
    width: 100vw;
    background-color: #242424;
    padding: 22px 0px 25px 0;
    min-width: 1200px;
}

.brandImg {
    background: url(/Content/Images/th-th/Graph/icon_indexImg.png) no-repeat left -858px;
    width: 1000px;
    margin: 0 auto;
    height: 45px;
}

.footerData {
    text-align: center;
    color: #777;
    margin-top: 20px;
}

    .footerData h1 {
        font-size: 13px;
        line-height: 0px;
        margin-right: 30px;
        display: inline-block;
    }

        .footerData h1:last-child {
            margin-right: 0;
        }

.guilListT {
    color: #fff;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-left: 30px;
}

    .guilListT.leftPhoneT {
        padding-left: 18px;
    }

.icon_btmMobile {
    background: url(/Content/Images/th-th/Graph/icon_indexImg.png) no-repeat -196px -793px;
    width: 23px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-left: -5px;
}

.guilList {
    display: table-cell;
    width: 91px;
}

    .guilList:first-child {
        width: 100px;
    }

    .guilList:last-child {
        width: 125px;
    }

    .guilList ul {
        display: table;
        list-style: none;
        padding: 0;
        margin: 5px 0 5px 30px;
        border-spacing: 0;
    }

        .guilList ul li {
            line-height: 15px;
            margin: 5px 0 8px;
            color: #ccc;
            position: relative;
        }

            .guilList ul li a {
                cursor: pointer;
                text-decoration: none;
                color: #ccc;
            }

            .guilList ul li:not(.off) a:hover {
                color: #fff;
            }

            .guilList ul li.off a {
                cursor: not-allowed;
            }

            .guilList ul li img {
                width: auto;
                height: 14px;
                position: absolute;
                left: -21px;
                bottom: 0;
                top: 0;
                margin: auto;
            }

.rightMobile {
    float: right;
    margin-top: 20px;
    text-align: center;
}

    .rightMobile > img {
        margin: 0 auto;
    }

    .rightMobile > span {
        color: #ccc;
        line-height: 25px;
    }

.guilListImg {
    position: absolute;
    top: 4px;
    left: 0px;
}

[class*="icon_btm"] {
    background: url(/Content/Images/th-th/Graph/icon_indexImg.png) no-repeat;
    width: 23px;
    height: 21px;
}

.icon_btmSports {
    background-position: left -793px;
}

.icon_btmReal {
    background-position: -28px -793px;
}

.icon_btmElect {
    background-position: -56px -793px;
}

.icon_btmLotto {
    background-position: -84px -793px;
}

.icon_btmEsports {
    background-position: -223px -793px;
}

.icon_btmFish {
    background-position: -112px -793px;
}

.icon_btmHelp {
    background-position: -140px -793px;
}

.icon_btmBBO {
    background-position: -168px -793px;
}

.icon_btmAbout {
    background-position: -224px -793px;
}

.icon_btmMobile {
    background-position: -196px -793px;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 1px;
    margin: auto 0;
}

/*右側按鈕*/
.rightBtn {
    position: absolute;
    top: 105px;
    right: 0;
    z-index: 50;
}

    .rightBtn.scrollX {
        position: fixed;
        top: 0;
    }

@-moz-document url-prefix() {
    .rightBtn:not(.scrollX) {
        margin-left: -17px;
    }
}

.customerServ {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 400px;
    background-color: rgba(0,0,0,0.3);
}

    .customerServ > ul {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

.Sevli {
    position: relative;
    cursor: pointer;
    color: #fff;
    line-height: 1em;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .Sevli span {
        letter-spacing: -0.5px;
    }

    .Sevli.off:hover {
        cursor: not-allowed;
    }

    .Sevli.off:before {
        content: '';
        background: url(/Content/Images/th-th/Graph/icon_maintain.png) no-repeat center;
        background-size: 30px auto;
        width: 100%;
        height: 45px;
        display: block;
    }

    .Sevli.off .icon_rLiveService,
    .Sevli.off .icon_rCallBack,
    .Sevli.off .icon_rComputerHelp,
    .Sevli.off .icon_rComplaint,
    .Sevli.off .icon_rLine {
        display: none;
    }

    .Sevli .txt_maintain {
        width: 280%;
        left: -280%;
    }

        .Sevli .txt_maintain p {
            right: 8px;
            white-space: normal;
        }

    .Sevli:not(.off):hover {
        background-color: rgba(255,255,255,0.3);
    }

    .Sevli + .Sevli:after {
        content: "";
        width: 76px;
        height: 1px;
        background-color: rgba(255,255,255,0.3);
        position: absolute;
        top: -1px;
        left: 0;
        right: 0;
        margin: auto;
    }

.icon_rLiveService,
.icon_rCallBack,
.icon_rComputerHelp,
.icon_rComplaint,
.icon_rLine {
    background: url(/Content/Images/th-th/Graph/icon_indexImg.png) no-repeat;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.icon_rLiveService {
    background-position: 4px -741px;
}

.icon_rCallBack {
    background-position: -46px -741px;
}

.icon_rComputerHelp {
    background-position: -96px -741px;
}

.icon_rComplaint {
    background-position: -146px -741px;
}

.icon_rLine {
    background-position: -196px -741px;
}

.CF_Gift {
    width: 115px;
    position: absolute;
    right: 0;
    top: 450px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

    .CF_Gift + .CF_Gift { /*-*/
        right: 135px;
    }

    .CF_Gift:after {
        display: none;
    }

    .CF_Gift a {
        width: 100%;
        height: 80px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .CF_Gift .receiveGift {
        text-align: center;
        background: url(/Content/Images/th-th/Graph/icon_gift03.png) no-repeat center;
        background-size: 85%;
        color: #fff;
        position: relative;
        height: 80px;
        width: 80px;
    }

.btn_AVactiv,
.btn_CAO {
    margin: 20px auto 10px !important;
}

.receiveGift div:first-child {
    position: absolute;
    bottom: 0;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    text-shadow: 1px 1px 0 #ff7800, -1px 1px 0 #ff7800, 1px -1px 0 #ff7800, -1px -1px 0 #ff7800, 0px 1px 0 #ff7800, 0px -1px 0 #ff7800, -1px 0px 0 #ff7800, 1px 0px 0 #ff7800, 2px 2px 0 #ff7800, -2px 2px 0 #ff7800, 2px -2px 0 #ff7800, -2px -2px 0 #ff7800, 0px 2px 0 #ff7800, 0px -2px 0 #ff7800, -2px 0px 0 #ff7800, 2px 0px 0 #ff7800, 1px 2px 0 #ff7800, -1px 2px 0 #ff7800, 1px -2px 0 #ff7800, -1px -2px 0 #ff7800, 2px 1px 0 #ff7800, -2px 1px 0 #ff7800, 2px -1px 0 #ff7800, -2px -1px 0 #ff7800, 0px 0px 10px #000;
}

.redCicle {
    position: absolute;
    width: 23px;
    height: 23px;
    background-color: #ff7800;
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    top: -1px;
    right: 3px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.45);
}

.rBtmLine {
    width: 76px;
    height: 0px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    position: absolute;
    bottom: 0px;
    left: 2px;
}

.customerServDiv {
    position: absolute;
    right: 100px;
    background-color: rgba(255,255,255,0.7);
    top: 0;
    width: 170px;
    display: none;
    text-align: center;
}

.servDivT {
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #fff;
    font-size: 14px;
    color: #1a7ecc;
    position: relative;
}

.rightCsArrow {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgba(255,255,255,0.7);
    position: absolute;
    top: 10px;
    right: -10px;
}

.qrImg {
    padding: 10px 0px;
}

    .qrImg img {
        margin: 5px auto;
        display: block;
        max-width: 85px;
        max-height: 85px;
    }

    .qrImg span {
        color: #000;
    }

.checkHint, .checkHint2 {
    width: 310px;
    margin-left: 15px;
    float: left;
    font-size: 14px;
    color: #000;
    height: 35px;
    position: relative;
    vertical-align: middle;
}

.checkHint {
    line-height: 35px;
}

.checkHint2 {
    line-height: 18px;
}

.servPage {
    color: #0f699d;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
}

/*Line客服*/
.lineServ {
    position: absolute;
    top: 10px;
    right: 108px;
}

    .lineServ img {
        width: 100px;
        height: auto;
        background-color: #fff;
        border: 4px solid #fff;
        border-radius: 3px;
    }

.btn_closeLine {
    background: url(/Content/Images/th-th/Graph/icon_close.png) no-repeat center;
    background-size: 10px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -7px;
    right: -24px;
    cursor: pointer;
}

    .btn_closeLine:hover {
        opacity: .8;
    }

.lineID {
    background-color: #00c300;
    color: #fff;
    border-radius: 3px;
    width: 100%;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
}

    .lineID:hover {
        background-color: #10d610;
    }

/*登錄視窗*/
.popUpLogin {
    text-align: right !important;
    margin-top: -5px;
    margin-bottom: 10px !important;
    min-height: initial !important;
}

    .popUpLogin a {
        text-decoration: underline;
        cursor: pointer;
    }

        .popUpLogin a:hover {
            font-weight: bold;
        }

.btn_memberJoin {
    color: #ff7800;
}

.btn_forgetCode {
    color: #337caa;
    margin-left: 15px;
}

.memberArea {
    color: #fff;
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

    .memberArea > ul {
        display: flex;
        align-items: center;
    }

        .memberArea > ul > li {
            margin: 0 4px;
        }

            .memberArea > ul > li a {
                text-decoration: none;
            }

.memberAWrap {
    position: relative;
}

.memberData {
    text-overflow: ellipsis;
    width: 278px;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
}

.level5,
.level4,
.level3,
.level2,
.level1 {
    font-size: 15px;
    font-family: "Microsoft Yahei";
    white-space: nowrap;
}

.level1 {
    color: #d4a34c;
}

.level2 {
    color: #ffd200;
}

.level3 {
    color: #d4d4d4;
}

.level4 {
    color: #cba2ff;
}

.level5 {
    color: #ff8f8e;
}

.memberAC {
    cursor: pointer;
    position: relative;
    font-size: 15px;
}

    .memberAC:hover .memberNick {
        display: block;
    }

    .memberAC .memberNick {
        display: none;
        position: absolute;
        background-color: rgba(0,0,0,0.5);
        color: #fff;
        z-index: 51;
        border-radius: 3px;
        padding: 5px;
        line-height: 17px;
        white-space: nowrap;
        top: 28px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

.nickWrap {
    display: inline-table;
}

.memberArea ul li:first-child {
    position: relative;
}

.btn_member, .btn_signout, .btn_personalMsg {
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px auto;
}

.btn_member {
    background-image: url(/Content/Images/th-th/Graph/icon_member.png);
}

.btn_personalMsg:before {
    content: '';
    position: absolute;
    background: url(/Content/Images/th-th/Graph/btn_personalMsg.png) no-repeat center;
    background-size: 24px auto;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.btn_personalMsg.on:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background-color: #f00;
    width: 12px;
    height: 12px;
    right: -4px;
    top: 0;
    border: 1px solid #07467b;
    box-sizing: border-box;
}

.aniRing:before {
    animation: aniRing 2s step-end infinite;
    -webkit-animation: aniRing 2s step-end infinite;
}

@keyframes aniRing {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    6.6% {
        transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
    }

    13.3% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    20% {
        transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
    }

    25% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    31.6% {
        transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
    }

    38.3% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    45% {
        transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
    }

    50% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }
}

@-webkit-keyframes aniRing {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    6.6% {
        transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
    }

    13.3% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    20% {
        transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
    }

    25% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    31.6% {
        transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
    }

    38.3% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    45% {
        transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
    }

    50% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }
}

.btn_signout {
    background-image: url(/Content/Images/th-th/Graph/icon_Signout.png);
}

.newMsg {
    position: absolute;
    border-radius: 50%;
    background-color: #f00;
    width: 10px;
    height: 10px;
    line-height: 15px;
    right: -8px;
    top: 6px;
    border: 1px solid #07467b;
}

.memberFlow,
.memberCtrl {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

.btn_RoundTextX, .btn_RoundTextY, .btn_RoundTextZ {
    height: 26px;
    min-width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-size: 14px;
    padding: 0 15px;
    box-sizing: border-box;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.btn_RoundTextX {
    background-color: #1ebf8c;
}

.memberFlow:not(.tempClosed) .btn_RoundTextX:hover {
    background-color: #22cf98;
}

.btn_RoundTextY,
.btn_RoundTextZ {
    background-color: #f39800;
}

.memberFlow:not(.tempClosed) .btn_RoundTextY:hover,
.memberFlow:not(.tempClosed) .btn_RoundTextZ:hover {
    background-color: #ffa50f;
}

.tempClosed .btn_RoundTextZ,
.tempClosed .btn_RoundTextY,
.tempClosed .btn_RoundTextX {
    cursor: not-allowed;
}

    .tempClosed .btn_RoundTextZ:after,
    .tempClosed .btn_RoundTextY:after,
    .tempClosed .btn_RoundTextX:after {
        content: '';
        background-color: rgba(0,0,0,.4);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.RoundText_prompt {
    display: none;
    position: absolute;
    left: -22px;
    right: -22px;
    z-index: 51;
    top: 36px;
}

.RT_promptText {
    display: table;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.5);
    border-radius: 3px;
    color: #fff;
    max-width: 240px;
    word-break: break-all;
    line-height: 17px;
    padding: 5px;
    position: relative;
    box-sizing: border-box;
}

.tempClosed:hover .RoundText_prompt,
.memberCtrl:hover .RoundText_prompt {
    display: block;
}

.memberCtrl .RoundText_prompt {
    white-space: nowrap;
}

.tempClosed .RoundText_prompt {
    left: -120px;
    right: -120px;
}

.tempClosed .RT_promptText {
    padding: 5px 5px 5px 35px;
}

    .tempClosed .RT_promptText:before {
        content: '';
        display: inline-block;
        background: url(/Content/Images/th-th/Graph/icon_maintain.png) no-repeat left top;
        background-size: 15px 13px;
        width: 15px;
        height: 13px;
        position: absolute;
        top: 0px;
        bottom: 0px;
        margin: auto 0;
        left: 10px;
    }

.btn_memberPMenu {
    cursor: pointer;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}

    .btn_memberPMenu > img {
        float: left;
        margin-top: 10px;
    }

    .btn_memberPMenu a {
        margin: 0 5px;
        color: #ffde00;
        font-size: 18px;
        line-height: normal;
        white-space: nowrap;
    }

.memberPArrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid rgba(255,255,255,0.7);
    margin: auto;
}

.pArrowOn {
    border-bottom: 7px solid rgba(255,255,255,1);
    border-top: 0px;
}

.memberPMenu {
    position: absolute;
    top: 45px;
    z-index: 102;
    font-size: 14px;
    display: none;
    line-height: normal;
    right: -205px;
}

.memberPMenuArrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #333;
    position: absolute;
    top: -9px;
    right: 210px;
}

.memberPMenuT {
    background-color: rgba(0,0,0,0.8);
    border-radius: 5px 5px 0 0;
}

.memberPMenuT,
.memberPMenuB {
    display: flex;
    justify-content: space-between;
    width: 770px;
    padding: 5px 15px;
    box-sizing: border-box;
}

    .memberPMenuT > div,
    .memberPMenuB > div {
        width: 150px;
        flex: 1;
    }

        .memberPMenuT > div + div,
        .memberPMenuB > div + div {
            margin-left: 15px;
        }

    .memberPMenuT li,
    .memberPMenuB li {
        border-bottom: 1px solid rgba(255,255,255,0.3);
        width: 100%;
        min-height: 32px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 0;
        box-sizing: border-box;
    }

        .memberPMenuT li.pMenuN {
            border-bottom: 1px solid #fff;
            justify-content: center;
        }

        .memberPMenuT li.pMenuB {
            border-bottom: 0;
        }

    .memberPMenuT .pMenuT {
        flex: 1;
    }

.memberPMenuB {
    background-color: rgba(40,40,40,0.8);
    border-radius: 0 0 5px 5px;
}

    .memberPMenuB > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 31px;
    }

        .memberPMenuB > div:after {
            display: none;
        }

.btn_pMenu {
    height: 23px;
    min-width: 50px;
    cursor: pointer;
    background-color: #00979c;
    border-radius: 5px;
    justify-content: center;
    line-height: 24px;
    font-size: 12px;
    padding: 0 2px;
    box-sizing: border-box;
    display: flex;
    align-items: center; /*-*/
}

    .btn_pMenu .img_spinner { /*-*/
        width: 17px;
        height: 17px;
    }

    .btn_pMenu:hover {
        background-color: #26bcc1;
    }

.pMenuT {
    color: #dcdcdc;
}

    .pMenuT ~ * {
        margin-left: 5px;
    }

.pMenuP {
    float: right;
    color: #91ff6d;
}

    .pMenuP.maintainP, .pMenuT.maintainP {
        color: #ff6d6d;
    }

    .pMenuP img, .returnMainP img {
        vertical-align: text-top;
    }

.loveP {
    color: #cb83ff;
}

.allP {
    color: #ffd200;
}

.returnMainP {
    background-color: #1675a3;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    flex: 1;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .returnMainP:not(.off):hover {
        background-color: #3199db;
    }

    .returnMainP.off {
        cursor: not-allowed;
    }

.returnMainOff {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    padding: 0 5px 0 25px;
    line-height: 1.8em;
    margin: 0 auto;
    background: rgba(0,0,0,0.6) url(/Content/Images/th-th/Graph/icon_maintain.png) no-repeat 5px 50%;
    background-size: auto 52%;
    border-radius: 5px;
    white-space: nowrap;
}

.listGameOne {
    background-color: rgba(234,234,234,0.5);
    width: 260px;
    height: 480px;
    position: relative;
    margin: 0 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
}

    .listGameOne > img {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

.electGameListOne {
    width: 340px;
}
/*各遊戲頁面下方banner選單*/
/*電子共用*/
.listGame {
    background-color: rgba(234,234,234,0.5);
    height: 480px;
    position: relative;
    margin: 0 5px;
    cursor: pointer;
    float: left;
}

.listGameIn {
    height: 100%;
    overflow: hidden;
    position: relative;
}

    .listGameIn > img {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

.btmTitle {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 10;
    height: 110px;
    display: table;
}

.btmLogo {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

    .btmLogo img {
        max-width: 80%;
    }

.btmCaption {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    width: 66%;
    padding-bottom: 8px;
    padding-right: 8px;
    text-align: justify;
}

.topElect {
    position: absolute;
    background: none;
    border-radius: 0px;
    width: 0px;
    height: 0;
    border-left: 190px solid transparent;
    border-bottom: 25px solid rgba(0,0,0,0.7);
    top: -25px;
}

.listGameCover {
    background-color: rgba(119,119,119,0.6);
    position: absolute;
    top: 0px;
    width: 100%;
    height: 480px;
    z-index: 5;
}

.listGame_Notice {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 145px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    font-size: 24px;
    background-color: rgba(0,0,0,0.1);
}

.listGame.notice {
    cursor: default;
}

    .listGame.notice .listGameIn img {
        left: -70px;
        right: -70px;
        margin: 0 auto;
    }

.listGameElect, .listGameElect .listGameIn {
    width: 156px;
}

    .listGameElect .btmLogo img {
        max-height: 45px;
        max-width: 45px;
    }

/*真人*/
.listGameSize02, .listGameSize02 .listGameIn {
    width: 132px;
}

    .listGameSize02 .btmTitle {
        height: 112px;
    }

.btmLogoList {
    position: absolute;
    top: 15px;
    width: 100%;
    text-align: center;
}

    .btmLogoList > img {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        max-height: 55px;
        width: auto;
    }

.btmCaptionList {
    color: #fff;
    margin: 50px 10px 0;
    text-align: justify;
}

.topArea {
    border-radius: 500px 500px 0px 0px;
    height: 20px;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: -20px;
    width: 100%;
}

/*捕魚機*/
.listGameFish {
    width: 240px;
}

    .listGameFish .listGameIn {
        width: 240px;
    }

    .listGameFish .btmLogo {
        width: 42%;
    }

        .listGameFish .btmLogo img {
            max-height: 55px;
            max-width: 80px;
        }

    .listGameFish .topElect {
        border-left: 240px solid transparent;
        border-bottom: 25px solid rgba(0,0,0,0.7);
    }

/*體育博彩*/
.listGameSport {
    width: 323px;
}

    .listGameSport .listGameIn {
        width: 323px;
    }

    .listGameSport .btmLogo {
        width: 34%;
    }

        .listGameSport .btmLogo img {
            max-height: 55px;
            max-width: 90px;
        }

    .listGameSport .topElect {
        border-left: 323px solid transparent;
        border-bottom: 25px solid rgba(0,0,0,0.7);
    }

.gotToDeposit, .gotToBBO {
    background: #32abff url(/Content/Images/th-th/Graph/btn_enterBG.png) no-repeat right;
    background-size: auto 40%;
    border-radius: 3px;
    width: 48%;
    height: 50px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    float: right;
    padding: 0 30px 0 0;
}

    .gotToBBO:hover {
        background-color: #38b8ff;
    }

.gotToDeposit {
    background: #ffa800 url(/Content/Images/th-th/Graph/btn_depositBG.png) no-repeat right;
    background-size: auto 40%;
    letter-spacing: -0.5px;
    float: left;
}

    .gotToDeposit:hover {
        background-color: #ffb21b;
    }

.sentOutNext {
    background-image: url(/Content/Images/th-th/Graph/icon_nextArrow.png);
    background-repeat: no-repeat;
    background-position: 320px 50%;
}

.reSentCode {
    line-height: 40px;
    width: 100%;
    display: block;
    margin: 10px auto;
    cursor: pointer;
    color: #555;
    text-decoration: none;
    border-radius: 3px;
    background-color: #00b2b9;
    color: #fff;
    font-size: 16px;
}

    .reSentCode:hover {
        background-color: #15d2d9;
    }

/*電子游戏-最新活動*/
.btn_activity01, .btn_activity02, .btn_activity03 {
    position: absolute;
    z-index: 11;
    left: 0;
    bottom: 86px;
    right: 0;
    margin: auto;
    background: url(/Content/Images/th-th/Graph/btn_activity01.png) center no-repeat;
    width: 139px;
    height: 123px;
}

.btn_activity02 {
    background: url(/Content/Images/th-th/Graph/btn_activity02.png) center no-repeat;
}

.btn_activity03 {
    background: url(/Content/Images/th-th/Graph/btn_activity03.png) center no-repeat;
    background-size: auto 100%;
    width: 130px;
    height: 80px;
    bottom: 105px;
}

.subListT .btn_activity01 {
    background-size: 60%;
    bottom: 35px;
}

.subListT:hover .btn_activity01 {
    bottom: 55px;
}

.subListB .btn_activity03 {
    background-size: 80%;
    bottom: 65px;
}

.subListB:hover .btn_activity03 {
    bottom: 85px;
}

/*優惠代碼*/
.popList .codeEnterT {
    line-height: 40px;
    text-align: center;
}

.popList input[type=text].codeEnter {
    width: 90%;
    margin-bottom: 25px;
    margin-left: 5%;
    text-align: center;
    font-size: 18px;
    padding: 0px;
}

/*AV發牌秀*/
.btn_AVLiveGame {
    position: fixed;
    left: 1147px;
    right: 0;
    top: 0;
    margin: 0 auto !important; /*修正fancybox影響*/
    width: 145px;
    z-index: 50;
    cursor: pointer;
}

    .btn_AVLiveGame.fancybox-margin {
        right: 17px;
    }

    .btn_AVLiveGame.window_s {
        top: 105px;
        right: 85px;
        left: auto;
    }

        .btn_AVLiveGame.window_s.fancybox-margin {
            top: 105px;
            right: 102px;
            left: auto;
        }

/*AV發牌秀視窗*/
.bg_allMask {
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 103;
}

.AVLive_img {
    background: url(/Content/Images/th-th/Graph/bg_AVLiveGame.png) top no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 13.5%;
    left: 0;
    right: 0;
    margin: auto;
    width: 795px;
    max-width: 795px;
    max-height: 620px;
}

.AVLiveBox {
    position: absolute;
    margin: auto;
    bottom: -32px;
    right: 0;
    left: 0;
    width: 273px;
}

.btn_AVcheckbox {
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    margin: 0px 11px;
    cursor: pointer;
    user-select: none;
}

    .btn_AVcheckbox:before {
        content: '';
        width: 30px;
        height: 30px;
        background: url(/Content/Images/th-th/Graph/icon_checkbox.png) no-repeat top;
        background-size: 100% auto;
        margin-right: 5px;
        display: inline-block;
        vertical-align: top;
    }

    .btn_AVcheckbox.on:before {
        background-position: bottom;
    }

.btn_AVclose {
    display: inline-block;
    background-color: rgba(154,0,0,0.6);
    font-size: 15px;
    color: #fff;
    border-radius: 3px;
    padding: 0 20px;
    line-height: 30px;
    margin: 0px 11px;
    cursor: pointer;
}

    .btn_AVclose:hover {
        background-color: rgba(232,0,0,0.6);
    }

@media (max-width: 800px) {
    .AVLive_img {
        max-width: 705px;
        max-height: 550px;
    }
}

@media (max-width: 700px) {
    .AVLive_img {
        max-width: 551px;
        max-height: 430px;
    }
}

@media (max-width: 550px) {
    .AVLive_img {
        max-width: 398px;
        max-height: 310px;
    }
}

@media (max-width: 400px) {
    .AVLive_img {
        max-width: 308px;
        max-height: 240px;
    }
}

/*重要公告*/
.topAnn {
    font-size: 14px;
    overflow: hidden;
    flex: 1;
    display: flex;
    align-items: center;
    margin-left: 10px;
    height: 100%;
}

    .topAnn .marqueeAnn {
        width: 100%;
        margin-left: 5px;
        overflow-y: hidden;
        overflow-x: hidden;
        line-height: 40px;
    }

    .topAnn > div {
        position: relative;
        color: #ffde00;
        padding-left: 25px;
        white-space: nowrap;
    }

        .topAnn > div:before {
            content: '';
            position: absolute;
            background: url(/Content/Images/th-th/Graph/icon_alert.png) no-repeat center #fff;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

    .topAnn a {
        text-decoration: none;
        color: #fff;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 40px;
        padding: 10px 0;
    }

        .topAnn a + a {
            margin-left: 30px;
        }

        .topAnn a:hover {
            text-decoration: underline;
        }

.popUp_ann {
    margin: 20px 30px 10px;
    line-height: 24px;
    font-size: 15px;
}

/*視訊影片*/
.liveVideo {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
    display: none;
    z-index: 102;
}

    .liveVideo video {
        width: 100%;
        height: auto;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

        .liveVideo video:focus {
            outline: none;
        }

.bg_liveVideo {
    position: absolute;
    width: 100%;
    max-width: 710px;
    margin: auto;
    padding: 0 45px 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    border-radius: 20px;
    background: #250d0d; /* Old browsers */
    background: -moz-linear-gradient(top, #250d0d 0%, #7d2c2c 44%, #250d0d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #250d0d 0%,#7d2c2c 44%,#250d0d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #250d0d 0%,#7d2c2c 44%,#250d0d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#250d0d', endColorstr='#250d0d',GradientType=0 ); /* IE6-9 */
}

    .bg_liveVideo img {
        margin: 18px auto;
        display: table;
        max-width: 80%;
    }

    .bg_liveVideo .img_liveVideoR {
        position: absolute;
        right: -182px;
        top: 54px;
        z-index: -1;
    }

    .bg_liveVideo:before {
        content: '';
        position: absolute;
        background: url(/Content/Images/th-th/Graph/img_liveVideoL.png) no-repeat center;
        background-size: auto;
        width: 217px;
        height: 551px;
        bottom: -35px;
        left: -170px;
    }

    .bg_liveVideo:after {
        position: absolute;
        background: url(/Content/Images/th-th/Graph/img_liveVideoR.png) no-repeat 17% 88.7%;
        background-size: auto;
        width: 30px;
        height: 32px;
        bottom: 27px;
        right: 45px;
        visibility: inherit;
    }

.btn_closeVideo {
    position: absolute;
    top: -40px;
    right: 20px;
    cursor: pointer;
    background: #f44e66 url(/Content/Images/th-th/Graph/icon_close03.png) no-repeat center;
    background-size: 52%;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    cursor: pointer;
}

    .btn_closeVideo:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 7px 0 7px;
        border-color: #f44e66 transparent transparent transparent;
        position: absolute;
        bottom: -5px;
        right: 0;
        left: 0;
        margin: auto;
    }

    .btn_closeVideo:hover, .btn_closeVideo:active {
        background-color: #ff798c;
    }

        .btn_closeVideo:hover:after, .btn_closeVideo:active:after {
            border-top-color: #ff798c;
        }

@media (max-width: 800px) {
    .bg_liveVideo .img_liveVideoR, .bg_liveVideo:before, .bg_liveVideo:after {
        display: none;
    }

    .btn_closeVideo {
        right: 45px;
    }
}

/*AV活动*/
.btn_AV {
    position: absolute;
    height: 65px;
    width: calc(50% - 500px);
    left: calc(50% + 500px);
    top: 40px;
    overflow: hidden;
    z-index: 50;
}

    .btn_AV img {
        cursor: pointer;
    }

@media (max-width: 1200px) {
    .btn_AV.move {
        top: 110px;
        right: 85px;
        left: auto;
        width: auto;
    }

        .btn_AV.move.down {
            top: 253px;
        }
}

/*聊天室*/
.btn_chat {
    width: 48px;
    height: 48px;
    position: fixed;
    right: 15px;
    top: 47px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 51; /*-*/
}

    .btn_chat:before {
        content: '';
        background: url(/Content/Images/th-th/Graph/icon_indexImg.png) no-repeat -357px -740px;
        width: 50px;
        height: 50px;
        position: absolute;
        right: -1px;
        top: -1px;
    }

    .btn_chat:not(.off):hover:before { /*-*/
        opacity: 0.8;
    }

    .btn_chat span {
        background-color: #f00;
        color: #fff;
        border-radius: 100px;
        position: absolute;
        top: -5px;
        right: -5px;
        padding: 3px;
        min-width: 21px;
        line-height: 15px;
        box-sizing: border-box;
        text-align: center;
    }

    .btn_chat.off { /*-*/
        cursor: not-allowed;
    }

        .btn_chat.off:after { /*-*/
            content: '';
            width: 50px;
            height: 50px;
            position: absolute;
            right: -1px;
            top: -1px;
            background: rgba(0,0,0,.5) url(/Content/Images/th-th/Graph/icon_maintainBig_w.png) no-repeat center;
            background-size: 62% auto;
            border-radius: 50%;
            z-index: 0;
            visibility: visible;
        }

        .btn_chat.off .txt_maintain { /*-*/
            right: 0;
        }

        .btn_chat.off span { /*-*/
            display: none;
        }

@media (max-width: 1220px) {
    .btn_chat {
        position: fixed;
        right: 90px;
        top: 120px;
        bottom: auto;
    }
}

/*立即存款*/
.depositArea {
    height: 730px;
    width: 100%;
    min-width: 1200px;
    background: url(/Content/Images/th-th/Graph/bg_memberGift.jpg) no-repeat center;
    background-size: cover;
    display: table;
}

    .depositArea > div {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

.depositAreaT {
    color: #fff;
    font-size: 14px;
    padding-bottom: 50px;
    display: table;
    margin: auto;
}

    .depositAreaT .t_yellow {
        color: #ffc900;
        font-size: 18px;
        position: relative;
        margin-bottom: 10px;
        font-weight: bold;
    }

        .depositAreaT .t_yellow:before {
            content: '';
            background: url(/Content/Images/th-th/Graph/icon_loadingOK_Y.png) no-repeat center;
            width: 30px;
            height: 30px;
            position: absolute;
            left: -40px;
            top: 0;
            bottom: 0;
            margin: auto;
        }

.depositAreaL, .depositAreaR {
    background-color: #fff;
    width: 290px;
    height: 480px;
    padding: 45px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    position: relative;
}

.depositAreaR {
    margin-left: 18px;
}

.DALR_T {
    font-weight: bold;
    font-size: 16px;
}

.DALR_C { /*3*/
    font-size: 15px;
    margin: 30px 0;
    line-height: 22px;
    text-align: left;
}

.DALR_QR {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
    background-color: #f3f3f3;
    width: 200px;
    height: 200px;
    padding: 40px;
    box-sizing: border-box;
}

    .DALR_QR > img {
        width: 100%;
        height: 100%;
    }

.DALR_logo {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    margin: auto;
}

    .DALR_logo > img {
        width: 200px;
        height: auto;
    }

.depositAreaC {
    background-color: #fff;
    width: 325px;
    height: 540px;
    padding: 60px 44px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    position: relative;
    margin-left: 18px;
}

    .depositAreaC > input {
        color: #fff;
        width: 240px;
        height: 45px;
        font-size: 16px;
        background-color: #008bec;
        border-radius: 100px;
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        margin: auto;
        cursor: pointer;
    }

        .depositAreaC > input:hover {
            background-color: #3fb0ff;
        }

.icon_newMBR {
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 1;
    background: url(/Content/Images/th-th/Graph/icon_ribbon.png) no-repeat center;
    background-size: 100% auto;
    width: 117px;
    height: 118px;
}

    .icon_newMBR span {
        color: #fff;
        position: absolute;
        width: 80px;
        text-align: center;
        left: 2px;
        top: 22px;
        z-index: 1;
        font-weight: bold;
        font-size: 15px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        line-height: 18px;
    }

.btn_closeDA {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/Content/Images/th-th/Graph/icon_close.png) no-repeat center;
    background-size: 41% auto;
    cursor: pointer;
}

    .btn_closeDA:hover {
        opacity: .8;
    }

.DAC_T {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #ff9000;
}

.DAC_C {
    text-align: left;
    font-size: 16px;
    margin: 35px 0;
    line-height: 25px;
    display: table;
}

    .DAC_C > div {
        display: table-row;
    }

.DAC_circle {
    width: 10px;
    display: table-cell;
}

    .DAC_circle:before {
        content: '';
        background-color: #008bec;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: block;
        margin-bottom: 1px;
    }

.DAC_txt {
    padding-left: 5px;
    display: table-cell;
}

#top{width:988px; margin:auto;height:80px;}
#top .logo{float:left;width:178px;height:80px;}
#top .m{float:right;line-height:80px;width:580px;}
#top .m a{color:#333;float:left; text-decoration:none;margin-left:50px;font-size:20px;}
#top .m a:hover{ opacity:0.9;}
#top .m .a{color:#169bfd;}
ul,li{list-style:none;margin:0;padding:0}
.DB_tab25 {width:100%;height:450px;position:relative;overflow:hidden;cursor:pointer;background-color:#000;}
.DB_tab25 .DB_bgSet{position:relative;width:100%;}
.DB_tab25 .DB_bgSet li{position:absolute;width:100%;height:450px;display:none;background-color:#000;background-position:center;background-repeat:no-repeat;}
.DB_tab25 .DB_bgSet > li > img{margin:0 auto;}
.DB_tab25 .DB_menuWrap{position:absolute;width:1000px;left:50%;margin-left:-500px;}
.DB_tab25 .DB_menuWrap .DB_menuSet{position:absolute;width:100%;top:350px;text-align:right;font-size:0; border-radius:20px;pointer-events:none}
.DB_tab25 .DB_menuWrap .DB_menuSet li{cursor:pointer;margin:0 5px;display:inline;border-radius:5px;pointer-events:auto;}
.DB_tab25 .DB_menuWrap .DB_menuSet li img{border-radius:10px;opacity: 0.5;filter: alpha(opacity=50);box-sizing:border-box;}
.DB_tab25 .DB_menuWrap .DB_menuSet .select img{opacity: 1;filter: alpha(opacity=100);border:2px solid rgba(255,255,255,0.3);box-sizing:border-box;}




/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

    .scroll-wrapper > .scroll-content {
        border: none !important;
        box-sizing: content-box !important;
        height: auto;
        left: 0;
        margin: 0;
        max-height: none;
        max-width: none !important;
        overflow: scroll !important;
        padding: 0;
        position: relative !important;
        top: 0;
        width: auto !important;
        overflow-x: hidden !important;
        -ms-overflow-x: hidden !important;
    }

        .scroll-wrapper > .scroll-content::-webkit-scrollbar {
            height: 0;
            width: 0;
        }

.scroll-element {
    display: none;
}

    .scroll-element, .scroll-element div {
        box-sizing: content-box;
    }

        .scroll-element.scroll-x.scroll-scrollx_visible,
        .scroll-element.scroll-y.scroll-scrolly_visible {
            display: block;
        }

        .scroll-element .scroll-bar,
        .scroll-element .scroll-arrow {
            cursor: default;
        }
/*Òò‚€ÈËÓÏ¢—´°¶øÐèÒªë[²Ø*/
/*.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}*/
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
    /*Òò‚€ÈËÓÏ¢—´°¶øÐèÒªë[²Ø*/
    /*.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}*/
    .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
        height: 0;
        width: 0;
    }

/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

    .scrollbar-inner > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .scrollbar-inner > .scroll-element.scroll-x {
        bottom: 2px;
        height: 8px;
        left: 0;
        width: 100%;
    }

    .scrollbar-inner > .scroll-element.scroll-y {
        height: 100%;
        right: 2px;
        top: 0;
        width: 8px;
    }

    .scrollbar-inner > .scroll-element .scroll-element_outer {
        overflow: hidden;
    }

    .scrollbar-inner > .scroll-element .scroll-element_outer,
    .scrollbar-inner > .scroll-element .scroll-element_track,
    .scrollbar-inner > .scroll-element .scroll-bar {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

    .scrollbar-inner > .scroll-element .scroll-element_track,
    .scrollbar-inner > .scroll-element .scroll-bar {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40);
        opacity: 0.4;
    }

    .scrollbar-inner > .scroll-element .scroll-element_track {
        background-color: #e0e0e0;
    }

    .scrollbar-inner > .scroll-element .scroll-bar {
        background-color: #c2c2c2;
    }

    .scrollbar-inner > .scroll-element:hover .scroll-bar {
        background-color: #919191;
    }

    .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
        background-color: #919191;
    }

    /* update scrollbar offset if both scrolls are visible */

    .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
        left: -12px;
    }

    .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
        top: -12px;
    }

    .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
        left: -12px;
    }

    .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
        top: -12px;
    }

/*************** SIMPLE OUTER SCROLLBAR ***************/

.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-outer > .scroll-element {
    background-color: #ffffff;
}

    .scrollbar-outer > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .scrollbar-outer > .scroll-element.scroll-x {
        bottom: 0;
        height: 12px;
        left: 0;
        width: 100%;
    }

    .scrollbar-outer > .scroll-element.scroll-y {
        height: 100%;
        right: 0;
        top: 0;
        width: 12px;
    }

    .scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
        height: 8px;
        top: 2px;
    }

    .scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
        left: 2px;
        width: 8px;
    }

    .scrollbar-outer > .scroll-element .scroll-element_outer {
        overflow: hidden;
    }

    .scrollbar-outer > .scroll-element .scroll-element_track {
        background-color: #eeeeee;
    }

    .scrollbar-outer > .scroll-element .scroll-element_outer,
    .scrollbar-outer > .scroll-element .scroll-element_track,
    .scrollbar-outer > .scroll-element .scroll-bar {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

    .scrollbar-outer > .scroll-element .scroll-bar {
        background-color: #d9d9d9;
    }

        .scrollbar-outer > .scroll-element .scroll-bar:hover {
            background-color: #c2c2c2;
        }

    .scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
        background-color: #919191;
    }

/* scrollbar height/width & offset from container borders */

.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
    left: -12px;
    margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
    top: -12px;
    margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
    min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
    min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

    .scrollbar-macosx > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .scrollbar-macosx > .scroll-element .scroll-element_track {
        display: none;
    }

    .scrollbar-macosx > .scroll-element .scroll-bar {
        background-color: #d2d2d2;
        display: block;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
    }

    .scrollbar-macosx:hover > .scroll-element .scroll-bar,
    .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .scrollbar-macosx > .scroll-element.scroll-x {
        bottom: 0px;
        height: 0px;
        left: 0;
        min-width: 100%;
        /*overflow: visible;*/
        width: 100%;
    }

    .scrollbar-macosx > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        right: 0px;
        top: 0;
        width: 0px;
    }

    /* scrollbar height/width & offset from container borders */
    .scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
        height: 4px;
        min-width: 10px;
        top: -5px;
    }

    .scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
        left: -5px;
        min-height: 10px;
        width: 4px;
    }

    .scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
        left: 2px;
    }

    .scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
        left: -4px;
    }

    .scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
        top: 2px;
    }

    .scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
        top: -4px;
    }

    /* update scrollbar offset if both scrolls are visible */
    .scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
        left: -11px;
    }

    .scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
        top: -11px;
    }

/*************** SCROLLBAR LIGHT ***************/

.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-light > .scroll-element {
    background-color: #ffffff;
}

    .scrollbar-light > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .scrollbar-light > .scroll-element .scroll-element_outer {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .scrollbar-light > .scroll-element .scroll-element_size {
        background: #dbdbdb;
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
        background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dbdbdb), color-stop(100%,#e8e8e8));
        background: -webkit-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
        background: -o-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
        background: -ms-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
        background: linear-gradient(to right, #dbdbdb 0%,#e8e8e8 100%);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .scrollbar-light > .scroll-element.scroll-x {
        bottom: 0;
        height: 17px;
        left: 0;
        min-width: 100%;
        width: 100%;
    }

    .scrollbar-light > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        right: 0;
        top: 0;
        width: 17px;
    }

    .scrollbar-light > .scroll-element .scroll-bar {
        background: #fefefe;
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
        background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefefe), color-stop(100%,#f5f5f5));
        background: -webkit-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
        background: -o-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
        background: -ms-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
        background: linear-gradient(to right, #fefefe 0%,#f5f5f5 100%);
        border: 1px solid #dbdbdb;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

/* scrollbar height/width & offset from container borders */

.scrollbar-light > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
    top: -17px;
    margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
    left: 0px;
    min-height: 10px;
    width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
    height: 12px;
    left: 2px;
    top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    top: 2px;
    width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
}

/*************** SCROLLBAR RAIL ***************/

.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-rail > .scroll-element {
    background-color: #ffffff;
}

    .scrollbar-rail > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .scrollbar-rail > .scroll-element .scroll-element_size {
        background-color: #999;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
        background-color: #666;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .scrollbar-rail > .scroll-element.scroll-x {
        bottom: 0;
        height: 12px;
        left: 0;
        min-width: 100%;
        padding: 3px 0 2px;
        width: 100%;
    }

    .scrollbar-rail > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        padding: 0 2px 0 3px;
        right: 0;
        top: 0;
        width: 12px;
    }

    .scrollbar-rail > .scroll-element .scroll-bar {
        background-color: #d0b9a0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    }

/* scrollbar height/width & offset from container borders */

.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
    left: 1px;
    min-height: 10px;
    width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
    height: 15px;
    left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
    height: 2px;
    left: -10px;
    top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
    top: 5px;
    width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
    left: 5px;
    top: -10px;
    width: 2px;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/

.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

    .scrollbar-dynamic > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .scrollbar-dynamic > .scroll-element.scroll-x {
        bottom: 2px;
        height: 7px;
        left: 0;
        min-width: 100%;
        width: 100%;
    }

    .scrollbar-dynamic > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        right: 2px;
        top: 0;
        width: 7px;
    }

    .scrollbar-dynamic > .scroll-element .scroll-element_outer {
        opacity: 0.3;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }

    .scrollbar-dynamic > .scroll-element .scroll-element_size {
        background-color: #cccccc;
        opacity: 0;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        -ms-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }

    .scrollbar-dynamic > .scroll-element .scroll-bar {
        background-color: #6c6e71;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
    }

    /* scrollbar height/width & offset from container borders */

    .scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
        bottom: 0;
        height: 7px;
        min-width: 24px;
        top: auto;
    }

    .scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
        left: auto;
        min-height: 24px;
        right: 0;
        width: 7px;
    }

    .scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
        bottom: 0;
        top: auto;
        left: 2px;
        -webkit-transition: height 0.2s;
        -moz-transition: height 0.2s;
        -o-transition: height 0.2s;
        -ms-transition: height 0.2s;
        transition: height 0.2s;
    }

    .scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
        left: auto;
        right: 0;
        top: 2px;
        -webkit-transition: width 0.2s;
        -moz-transition: width 0.2s;
        -o-transition: width 0.2s;
        -ms-transition: width 0.2s;
        transition: width 0.2s;
    }

    .scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
        left: -4px;
    }

    .scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
        top: -4px;
    }

    /* update scrollbar offset if both scrolls are visible */

    .scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
        left: -11px;
    }

    .scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
        top: -11px;
    }

    /* hover & drag */

    .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
    .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
        overflow: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        opacity: 0.7;
    }

        .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
        .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
            opacity: 1;
        }

        .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
        .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
            height: 100%;
            width: 100%;
            -webkit-border-radius: 12px;
            -moz-border-radius: 12px;
            border-radius: 12px;
        }

    .scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
    .scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
        height: 20px;
        min-height: 7px;
    }

    .scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
    .scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
        min-width: 7px;
        width: 20px;
    }

/*************** SCROLLBAR GOOGLE CHROME ***************/

.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-chrome > .scroll-element {
    background-color: #ffffff;
}

    .scrollbar-chrome > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .scrollbar-chrome > .scroll-element .scroll-element_outer {
    }

    .scrollbar-chrome > .scroll-element .scroll-element_track {
        background: #f1f1f1;
        border: 1px solid #dbdbdb;
    }

    .scrollbar-chrome > .scroll-element.scroll-x {
        bottom: 0;
        height: 16px;
        left: 0;
        min-width: 100%;
        width: 100%;
    }

    .scrollbar-chrome > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        right: 0;
        top: 0;
        width: 16px;
    }

    .scrollbar-chrome > .scroll-element .scroll-bar {
        background-color: #d9d9d9;
        border: 1px solid #bdbdbd;
        cursor: default;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

        .scrollbar-chrome > .scroll-element .scroll-bar:hover {
            background-color: #c2c2c2;
            border-color: #a9a9a9;
        }

    .scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
        background-color: #919191;
        border-color: #7e7e7e;
    }

/* scrollbar height/width & offset from container borders */

.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
    left: -16px;
    margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
    top: -16px;
    margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
    height: 8px;
    min-width: 10px;
    top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
    left: 3px;
    min-height: 10px;
    width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
    border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
    height: 14px;
    left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
    height: 14px;
    left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
    border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
    top: -3px;
    width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
    width: 14px;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

#divNotify {
    font-size: 16px;
    font-weight: bolder;
    z-index: 99999;
    position: fixed;
    left: 45%;
    top: 10px;
    display: none;
}

.required-field:after {
    content: "*";
    color: red;
}

.customs_button {
    background-color: #23aae2;
    color: #fff;
    border: 0;
    border-radius: 3px;
}

.onoffswitch {
    position: relative;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #999999;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 10px;
        background-color: #23aae2;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

input[type="text"]:disabled {
    background-color: #ebebe4;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info-center {
    color: white;
    background-color: #4a80a3;
    border-color: #bce8f1;
    padding: 5px;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.transferPlatform li {
    line-height: 45px;
    height: 45px;
}

    .transferPlatform li input[type=button] {
        float: right;
    }

.alipayDeposit_maintain {
    background-color: rgba(29, 29, 29, 0.70) !important;
    position: absolute;
    text-align: center;
    z-index: 100;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -28px;
}

    .alipayDeposit_maintain img {
        display: table;
        margin: 5px auto;
    }

.fc-red {
    color: red;
}

.fc-darkred {
    color: darkred;
}

.fc-green {
    color: green;
}

.fc-white {
    color: white;
}

.fc-yellow {
    color: yellow;
}

/*註冊會員，待驗證的CSS*/
.memberACHint_LOAD {
    padding-left: 20px;
    line-height: 35px;
    background-image: url(/Content/Images/Graph/icon_memberACHint_WT.png);
    background-position: left;
    background-repeat: no-repeat;
    color: #aaa;
    position: absolute;
    right: 12px;
}

.checkBoxCustom {
    background-color: #fff;
    width: 35px;
    height: 35px;
    float: left;
    cursor: pointer;
}

/*#region 網站導覽 - 維護中 icon 處理 */
.guilList a.guildmaintain::before {
    content: '';
    position: relative;
    width: 21px;
    height: 18px;
    background: url(/Content/Images/Graph/icon_maintain.png) no-repeat;
    background-size: 70%;
    display: inline-block;
    margin-left: -20px;
    vertical-align: -25%; /* 調整 before 垂置置中 */
}

.btn_memberAcoountMenu {
    cursor: pointer;
}

    .btn_memberAcoountMenu > img {
        float: left;
        margin-top: 10px;
    }

    .btn_memberAcoountMenu a {
        float: left;
        margin: 0 5px;
    }

.memberPAccountMenu {
    background-color: rgba(0,0,0,0.8);
    /*padding: 0px 10px 0px 10px;*/
    position: absolute;
    top: 40px;
    z-index: 60;
    border-radius: 5px;
    right: -30px;
    font-size: 14px;
    display: none;
}

    .memberPAccountMenu ul {
        list-style: none;
        padding: 10px;
        margin: 0px;
        margin-bottom: 10px;
        float: left;
    }

        .memberPAccountMenu ul li {
            width: 70px;
            height: 20px;
        }
/*#endregion */

/* MainMenu 底線 Hover 處理 */
.menuA:hover {
    border-bottom: 4px solid #3787be;
    color: #0076c6;
}

a.returnP[disabled="disabled"], a.returnP[disabled="disabled"]:hover {
    background-color: #e5e5e5 !important;
    cursor: not-allowed;
    pointer-events: none;
}

/*快速轉帳處理錯誤提示訊息顯示*/
.placeholder_class::-webkit-input-placeholder {
    color: #f00;
}

/*快速轉帳處理錯誤提示訊息顯示 for Mozilla*/
.placeholder_class::-moz-placeholder {
    color: #f00;
}

/* 快速轉帳處理錯誤提示訊息顯示 for ie 10+ */
.placeholder_class:-ms-input-placeholder {
    color: #f00 !important;
}

/* blockUI Loading...*/
.mask_Loading_custom {
    width: 100%;
    background: url(/Content/Images/loading.gif) no-repeat center;
    background-size: 2%;
    position: fixed;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
}

/* 首頁跑馬燈樣式 */
.marquee {
    width: -moz-available;
    width: -webkit-fill-available;
    margin: 0 20px 0 10px;
    font-size: 14px;
    overflow: hidden;
    line-height: 50px;
    color: white;
}

    .marquee .first-span {
        margin-right: 30px;
        cursor: pointer;
    }

.btn-disabled,
.btn-disabled:hover {
    background-color: grey;
    cursor: not-allowed;
}

.CS_textCall_remind {
    word-break: break-all;
    margin-left: 80px;
    margin-right: 5px;
    text-align: left;
    width: auto;
    margin-bottom: 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    /*min-width: 120px;*/
    min-width: 155px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 36px;
    max-height: 300px;
    /*SCROLLBAR-FACE-COLOR: #f9f9f9;
            SCROLLBAR-HIGHLIGHT-COLOR: #f9f9f9;
            SCROLLBAR-SHADOW-COLOR: #f9f9f9;
            SCROLLBAR-3DLIGHT-COLOR: #f9f9f9;
            SCROLLBAR-DARKSHADOW-COLOR: #f9f9f9;
            SCROLLBAR-ARROW-COLOR: #f9f9f9;
            SCROLLBAR-TRACK-COLOR: #f9f9f9;*/
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .dropdown-content {
        min-width: 160px;
    }
}

.dropdown-content div {
    list-style: none;
    color: black;
    /*padding: 3px 0px 3px 8px;*/
    padding: 2px 3px;
    /*height: 30px;*/
    /*line-height: 30px !important;*/
    line-height: 25px !important;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

    /*.dropdown-content::-webkit-scrollbar {display:none}*/

    .dropdown-content div div {
        float: left;
        height: auto;
        min-width: 110px;
        word-wrap: break-word;
        word-break: normal;
    }

    .dropdown-content div img {
        float: right;
        margin-top: 8px;
        margin-right: 10px;
    }

.dropdown .dropdown-content div:hover {
    background-color: #f1f1f1;
}

.dropdown-content.show {
    display: block;
    max-height: 230px;
    width: 280px;
    margin-left: 20px;
}

#CustServiceAccount::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #000;
}

#CustServiceAccount:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000;
}

#CustServiceAccount::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
}

#CustServiceAccount:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000 !important;
}

#CustServiceAccount::-ms-input-placeholder { /* Microsoft Edge */
    color: #000 !important;
}

.unread_mail img {
    margin-right: 15px;
}

.pointer {
    cursor: pointer !important;
}

.txt_maintain p.widthAuto {
    width: auto;
}

/*維護-主按鈕*/
.menu_personal_maintain {
    position: relative;
}

    .menu_personal_maintain .txt_maintain {
        top: 55px;
        left: 0;
        right: -100px;
    }

        .menu_personal_maintain .txt_maintain p {
            top: 0;
            bottom: initial;
        }

li.memberLevel > span {
    line-height: 36px !important;
}

.verCode_Sec {
    line-height: 27px !important;
}

.txt_maintain .txt_maintaintime {
    color: red;
    font-weight: bold;
    white-space: nowrap;
}

.txt_maintain .txt_warning {
    display: block;
}

.menu_personal_maintain .menuA .txt_maintain {
    right: -150px;
    top: 55px;
}

    .menu_personal_maintain .menuA .txt_maintain p {
        top: 0;
    }

/*** From _LayoutMember.cshtml ***/

.fancybox-overlay {
    overflow-y: auto !important;
}

/*** From _RegisterAdditionally.cshtml ***/

button.btn-disabled,
button.btn-disabled:hover {
    background-color: grey !important;
}

.mask_hidden {
    display: none !important;
}

.popList .w268 {
    width: 268px;
}

.fs-15 {
    font-size: 15px !important;
}

.queryBankAccountAttribution {
    background-color: #f1f1f1;
    color: #000;
    background: #E6E6E6 url('/Content/Content/Images/loading.gif') no-repeat right 10px center;
    right: 0px;
    background-size: 20px;
}

.loading-background {
    background-color: #f1f1f1;
    color: #000;
    background: #E6E6E6 url('/Content/Content/Images/loading.gif') no-repeat right 10px center;
    right: 0px;
    background-size: 20px;
}

.show-swal2 .checkBank {
    float: none;
}

.line-height-15 {
    line-height: 15px;
}

.zindex-8999 {
    z-index: 8999 !important;
}

.display_table {
    display: table !important;
}

.sentL {
    background-color: #32abff;
}

    .sentL:hover {
        background-color: #38b8ff;
    }

.fancybox-confirm-button {
    min-width: 80px;
    display: block;
    white-space: nowrap
}

.fancybox-cancel-button {
    min-width: 80px;
    display: block;
    white-space: nowrap
}

#CustServiceAccount {
    background-image: url(/Content/Images/vi-vn/Graph/bg_select.png);
    background-repeat: no-repeat;
    background-position: right;
}

.disable-pointer-events {
    pointer-events: none;
}

#forgetPwd .disable-pointer-events {
    background-image: none !important;
    background-color: #f3f3f3 !important;
}

#AccountNameForm .errorHint {
    text-align: right;
    display: block;
    width: 299px;
}

input.CS_btnForm.ng-scope.disabled_noimg {
    background: #aaa no-repeat 38% 50%;
    background-size: 20px auto;
    padding-left: 4px;
}

#tbList .bonusRecTDWidth {
    word-wrap: break-word;
    overflow: hidden;
    max-width: 196px;
}

.set-word-break {
    word-break: normal !important;
    word-wrap: break-word !important;
}

.set-word-break-block {
    word-break: normal !important;
    word-wrap: break-word !important;
    display: block;
}

.set-word-break-table {
    word-break: normal !important;
    word-wrap: break-word !important;
    table-layout: fixed;
    width: 100%;
    display: table;
}

.set-word-overhide-span {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 97%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* Put your IE-only styles here. Works for IS 10 & IE 11*/
    .set-word-overhide-span {
        white-space: nowrap;
    }
}

/* 修正個人訊息，文字太多破版，沒有srcoll bar*/
.personal textarea {
    display: block;
}

.tooltipster-content {
    margin-left: 15px;
    white-space: nowrap;
}

.content-icon:before {
    position: absolute;
    left: 5px;
    content: '';
    background: url(/Content/Images/Graph/icon_prompt.png) no-repeat top center;
    background-size: 100%;
    width: 15px;
    height: 15px;
}

/* T31074【審核中】帳號提示語改為換行顯示 */
.waitAudit p {
    white-space: normal;
    width: 180px;
}

.msg_listT-bottom {
    border-bottom: 1px solid #d5d5d5;
}

.btn_verify[disabled="disabled"], .btn_MBRcheck.disabled {
    cursor: not-allowed !important;
}

.memberIn .paddingTop {
    padding-top: 25px
}

.fill-grey {
    background-color: #e5e5e5 !important;
}

#ProtectCodeCaptchaCode[type=text][disabled="disabled"] {
    background-color: #f3f3f3 !important;
}

#textProtectCodeCellPhone[type=text][disabled="disabled"], #textProtectCodeCellPhone[type=text]:disabled {
    background-color: #f3f3f3 !important;
}

.serv_reback span img, .serv_reback span div img {
    max-width: 100%;
}

html, body {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

/* game_transfer blockUI Loading...*/
.mask_Loading_game_transfer {
    background: url(/Content/Images/Graph/loading.gif) no-repeat center center;
    background-size: 60px auto;
}

/* game_transfer blockUI Loading...*/
.block_ui_overlay_game_transfer {
    background-color: transparent;
}
