@charset "UTF-8";
/* Modal */
.modal-fullScreen {
    /*-webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
            box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);*/
    display: none;
    position: fixed;
    top: 5%;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    max-height: 70%;
    width: 55%;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
}

    .modal-fullScreen:focus {
        outline: none;
    }

@media only screen and (max-width: 992px) {
    .modal-fullScreen {
        width: 100%;
        height: 100vh;
        max-height: none;
        top: 0;
        border: none !important;
    }

    .modal-body {
        max-height: none;
    }

        .modal-body .tblvertical textarea {
            width: 100%;
            box-sizing: border-box;
        }
}

.modal-fullScreen h1, .modal-fullScreen h2, .modal-fullScreen h3, .modal-fullScreen h4 {
    margin-top: 0;
}

.modal-fullScreen .modal-content {
    padding: 0px;
}

.modal-fullScreen .modal-close {
    cursor: pointer;
}

.modal-fullScreen .modal-footer {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    height: 56px;
    text-align: right;
}

    .modal-fullScreen .modal-footer .btn, .modal-fullScreen .modal-footer .btn-large, .modal-fullScreen .modal-footer .btn-small, .modal-fullScreen .modal-footer .btn-flat {
        margin: 6px 0;
    }

.modal-overlay {
    position: fixed;
    z-index: 999;
    top: -25%;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    display: none;
    will-change: opacity;
}

.modal-fullScreen.modal-fixed-footer {
    padding: 0;
    height: 70%;
}

    .modal-fullScreen.modal-fixed-footer .modal-content {
        position: absolute;
        height: calc(100% - 56px);
        max-height: 100%;
        width: 100%;
        overflow-y: auto;
    }

    .modal-fullScreen.modal-fixed-footer .modal-footer {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        position: absolute;
        bottom: 0;
    }

.modal-fullScreen.bottom-sheet {
    top: auto;
    bottom: -100%;
    margin: 0;
    width: 100%;
    max-height: 45%;
    border-radius: 0;
    will-change: bottom, opacity;
}

.qa-open {
    display: inline-block;
    margin-left: 5px;
    position: relative;
}

    .qa-open span {
        border: 2px solid #9ec7b8;
        font-weight: normal;
        background: #fdfdfd;
        position: absolute;
        z-index: 5;
        display: none;
        min-width: 80px;
        left: 0;
        top: 20px;
        text-align: left;
        padding: 10px;
    }

    .qa-open:hover span {
        display: block;
    }

/* 搜尋(起) */
.searchTable {
    background-color: rgb(234, 235, 240);
}

    .searchTable th {
        font-weight: bold;
        text-align: right;
        white-space: nowrap;
    }

    .searchTable .th {
        font-weight: bold;
        text-align: right;
        white-space: nowrap;
    }
/* 搜尋(迄) */

/* 錯誤提示訊息 */
.mess {
    font-size: 13px;
    padding: 3px 3px 3px 3px;
    *padding-top: 5px;
    border: 1px solid #449adc;
    background: #f0f8ff;
    line-height: 1.15em;
}

    .mess b {
        background-image: url(/Content/Images/ui-icons_469bdd_256x240.png);
        background-repeat: no-repeat;
        display: inline-block;
        margin: 1px 3px 0 0;
        width: 16px;
        height: 16px;
        vertical-align: middle;
    }

    .mess.msg-info b {
        background: url(/Content/Images/ui-icons_469bdd_256x240.png) no-repeat -18px -145px
    }

    .mess.msg-error b {
        background: url(/Content/Images/ui-icons_cc0000_256x240.png) no-repeat -18px -143px;
    }

    .mess.msg-success b {
        background: url(/Content/Images/ui-icons_777620_256x240.png) no-repeat -65px -143px;
    }

    .mess.msg-rule b {
        background: url(/Content/Images/ui-icons_469bdd_256x240.png) no-repeat -243px -130px;
    }

    .mess.msg-error {
        border: 1px solid #f66;
        background: #fffafa;
        color: #d12;
    }

    .mess.msg-success {
        border: 1px solid #094;
        background: #efe;
    }

    .mess.msg-rule {
        border: 1px solid #7a86ff;
        background: #e2f9ff;
        color: #856366;
    }

/* 類ToolTip */
.more-info {
    display: inline;
}

    .more-info:hover {
        cursor: pointer;
    }

.more-info-box {
    cursor: default;
    float: right;
    position: absolute;
    border: 3px solid #9ec7b8;
    background: #fdfdfd;
    text-align: left;
    padding: 5px;
    margin: 1px 0 0 12px;
    min-width: 80px;
    z-index: 300 !important;
}

    .more-info-box.align-r {
        right: 0;
    }

    .more-info-box ul {
        list-style-type: none;
    }

.more-info {
    display: inline;
}

    .more-info:hover {
        cursor: pointer;
    }

.more-info-box {
    cursor: default;
    float: right;
    position: absolute;
    border: 3px solid #9ec7b8;
    background: #fdfdfd;
    text-align: left;
    padding: 5px;
    margin: 1px 0 0 12px;
    min-width: 80px;
    z-index: 300 !important;
}

    .more-info-box.align-r {
        right: 0;
    }

    .more-info-box ul {
        list-style-type: none;
    }

.info .more-info-box {
    display: none;
}

.info:hover .more-info-box {
    display: block;
}

.info.type_2 .more-info-box {
    margin: -30px 0 0 12px;
    min-width: 500px;
    right: 37%;
}

/* 常用色 */
.txt-high, a:link.txt-high, a:visited.txt-high {
    color: #d12;
}

.txt-high2 {
    color: #ea5404
}

.txt-em {
    color: #1d2088;
}

.txt-em2 {
    color: #094;
}

.txt-sub {
    color: #666;
}

.txt-a {
    color: #184D92;
}

.txt-L {
    font-size: 1.05em;
}

.txt-s {
    font-size: .85em;
}

.txtInput {
    padding: 2px 4px;
    vertical-align: middle;
}

.txtBox {
    border: 2px solid #ccc;
    padding: 1px 2px 2px;
}

    .txtBox.red {
        border-color: #c00;
    }

    .txtBox.gry {
        border-color: #999;
    }

    .txtBox.blu {
        border-color: #298fca;
    }

    .txtBox.grn {
        border-color: #019372;
    }

.buttonClass {
    border-radius: 5px;
    padding: 2px 20px;
    text-decoration: none;
    border: solid 1px black;
    background-color: #008d92;
    color: #ffffff;
}

    .buttonClass:hover {
        border: solid 1px Black;
        background-color: #73c7ca;
    }

.button-submit {
    border: none;
    min-width: 4em;
    display: inline-block;
    padding: 5px 7px 5px !important;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    background: linear-gradient(to bottom, #0b756e 0%, #9ec7b8 100%);
    transition: background .2s linear;
    border: solid 1px #0b756e;
    border-radius: 4px;
    box-shadow: 0 3px #dedede;
}

    .button-submit:hover {
        background: linear-gradient(to bottom, #2b9389 0%, #34b3aa 30%, #9ec7b8 100%);
    }

    .button-submit:active {
        box-shadow: 0 1px #f1f1f1;
        transform: translateY(1px);
    }


.button-ord:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 30px 0 0;
    border-color: #ff6d20 transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.button-ord {
    padding: 4px 10px;
    color: #fff;
    background-color: #ea5404;
    border-radius: 5px;
    border: 2px solid #f39800;
    font-size: 13px;
    font-weight: 100;
    box-shadow: none;
    position: relative;
    text-align: center;
}

    .button-ord:hover {
        background-color: #ea5404;
        color: #fff;
    }

.tblvertical .button-submit {
    border: none;
    min-width: 4em;
    display: inline-block;
    padding: 5px 7px 5px !important;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    background: linear-gradient(to bottom, #0b756e 0%, #9ec7b8 100%);
    transition: background .2s linear;
    border: solid 1px #0b756e;
    border-radius: 4px;
    box-shadow: 0 3px #dedede;
}

    .tblvertical .button-submit:hover {
        color: #fff;
        background: linear-gradient(to bottom, #2b9389 0%, #34b3aa 30%, #9ec7b8 100%);
    }

    .tblvertical .button-submit:active {
        box-shadow: 0 1px #f1f1f1;
        transform: translateY(1px);
    }

/*input radio樣式*/
.self-radio {
    display: none;
}

    .self-radio + label:before {
        content: '';
        -webkit-appearance: none;
        background-color: #fff;
        border: 1px solid #aaa;
        border-radius: 50px;
        display: inline-block;
        position: relative;
        width: 16px;
        height: 16px;
        box-sizing: border-box;
    }

    .self-radio:checked + label:before {
        background-color: #469bdd;
        border-color: #469bdd;
        background: url(/Content/Images/ui-icons_469bdd_256x240.png) no-repeat -65px -146px;
        width: 16px;
        height: 16px;
    }

    .self-radio:checked:disabled + label:before {
        border: 1px #999 solid;
        background: url(/Content/Images/ui-icons_777777_256x240.png) no-repeat -65px -146px;
        width: 16px;
        height: 16px;
    }

    .self-radio:disabled {
        background-color: #f9f9f9;
        color: #ddd;
        cursor: default;
    }

        .self-radio:disabled + label {
            color: #999;
            cursor: default;
        }


/*input checkbox樣式*/
.self-checkbox {
    display: none;
}

    .self-checkbox + label:before {
        content: '';
        /*margin-top: 16px;*/
        -webkit-appearance: none;
        background-color: #fff;
        border: 1px solid #aaa;
        /*border-radius: 5px;*/
        display: inline-block;
        position: relative;
        width: 16px;
        height: 16px;
        box-sizing: border-box;
        vertical-align: middle;
        margin-bottom: 2px;
        margin-left: 2px;
    }

    .self-checkbox:checked + label:before {
        border: 1px #469bdd solid;
        background-color: #469bdd;
        background: url(/Content/Images/ui-icons_469bdd_256x240.png) no-repeat -65px -146px;
        width: 16px;
        height: 16px;
    }

    .self-checkbox:disabled {
        background-color: #f9f9f9;
        color: #ddd;
        cursor: default;
    }

        .self-checkbox:disabled + label {
            color: #999;
            cursor: default;
        }

    .self-checkbox:checked:disabled + label:before {
        border: 1px #999 solid;
        background: url(/Content/Images/ui-icons_777777_256x240.png) no-repeat -65px -146px;
        width: 16px;
        height: 16px;
    }

/*一般*/
.iconCust {
    background-image: url(/Content/Images/icon-people.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin: 1px 3px 0 0;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.iconSeminar {
    background-image: url(/Content/Images/icons-seminar.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin: 1px 3px 0 0;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.iconBirthday {
    background-image: url(/Content/Images/icon-birthday.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin: 1px 3px 0 0;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.iconOrdervoid {
    background-image: url(/Content/Images/icon-ordervoid.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin: 1px 3px 0 0;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.iconImage {
    background: url(/Content/Images/ui-icons_469bdd_256x240.png) no-repeat -209px -130px;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.iconNotice {
    background: url(/Content/Images/ui-icons_ef8c08_256x240.png) no-repeat -16px -143px;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.iconAdd {
    background: url(/Content/Images/ui-icons_ef8c08_256x240.png) no-repeat -36px -131px;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.iconGuarantee {
    background-image: url(/Content/Images/icon_guarantee_b1.png);
    background-position: center;
    height: 54px;
    background-repeat: no-repeat;
}

    .iconGuarantee.txt {
        line-height: 54px;
        text-align: center;
        background: rgba(255,255,255,0.3);
    }

.wrapper {
    flex-grow: 1;
    padding-bottom: 40px;
}

/* #footer */
#footer {
    background: #e0e0e0;
    display: none;
}

    #footer .wrap {
        width: 960px;
        margin: 0px auto;
        text-align: center;
    }

        #footer .wrap .nav {
            margin: 5px 10px;
            display: inline-block;
        }

            #footer .wrap .nav li {
                display: inline-block;
                font-size: 13px;
            }

                #footer .wrap .nav li a {
                    display: inline-block;
                    color: #444;
                    text-decoration: none;
                }

/*回頁首*/
.actGoTop {
    display: none;
    position: fixed;
    _position: absolute;
    bottom: 100px;
    right: 70px;
    width: 30px;
    height: 40px;
    text-align: center;
}

.actGoDown {
    display: none;
    position: fixed;
    _position: absolute;
    bottom: 60px;
    right: 70px;
    width: 30px;
    height: 40px;
    text-align: center;
}

.actGoTop > a {
    color: #de5411;
    font-size: 36px;
}

.actGoDown > a {
    color: #de5411;
    font-size: 36px;
}

@media screen and (max-width:991px) {
    .actGoTop {
        right: 15px;
        bottom: 2em;
    }

    .actGoDown {
        right: 15px;
        bottom: 0em;
    }
}

.tblzebraSelected {
    background-color: #dfb3cc;
}

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 white;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
        filter: alpha(opacity=40);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-backdrop {
    z-index: 10;
}

.loading {
    z-index: 999999;
    position: absolute;
    left: 50%;
    top: 30%;
    position: absolute;
    transform: translate(-50%, -50%);
}

    .loading p {
        color: #fff;
    }

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #0099FF;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}