﻿/* 修正粗體 */
@font-face {
    font-family: '微軟正黑體修正';
    unicode-range: U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
    font-style: normal;
    font-weight: bold;
    src: local(Yu Gothic), local(MS Gothic);
}
/* 一般粗細的時候改回微軟正黑 */
@font-face {
    font-family: '微軟正黑體修正';
    unicode-range: U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
    font-style: normal;
    font-weight: normal;
    src: local(微軟正黑體);
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25em !important;
}

.p-2 {
    padding: 0.5em !important;
}

.p-3 {
    padding: 1em !important;
}

.p-4 {
    padding: 1.5em !important;
}

.p-5 {
    padding: 3em !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.px-1 {
    padding-left: 0.25em !important;
    padding-right: 0.25em !important;
}

.px-2 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
}

.px-3 {
    padding-left: 1em !important;
    padding-right: 1em !important;
}

.px-4 {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
}

.px-5 {
    padding-left: 3em !important;
    padding-right: 3em !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
}

.py-2 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
}

.py-3 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

.py-4 {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
}

.py-5 {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25em !important;
}

.pt-2 {
    padding-top: 0.5em !important;
}

.pt-3 {
    padding-top: 1em !important;
}

.pt-4 {
    padding-top: 1.5em !important;
}

.pt-5 {
    padding-top: 3em !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-1 {
    padding-right: 0.25em !important;
}

.pr-2 {
    padding-right: 0.5em !important;
}

.pr-3 {
    padding-right: 1em !important;
}

.pr-4 {
    padding-right: 1.5em !important;
}

.pr-5 {
    padding-right: 3em !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25em !important;
}

.pb-2 {
    padding-bottom: 0.5em !important;
}

.pb-3 {
    padding-bottom: 1em !important;
}

.pb-4 {
    padding-bottom: 1.5em !important;
}

.pb-5 {
    padding-bottom: 3em !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 0.25em !important;
}

.pl-2 {
    padding-left: 0.5em !important;
}

.pl-3 {
    padding-left: 1em !important;
}

.pl-4 {
    padding-left: 1.5em !important;
}

.pl-5 {
    padding-left: 3em !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25em !important;
}

.m-2 {
    margin: 0.5em !important;
}

.m-3 {
    margin: 1em !important;
}

.m-4 {
    margin: 1.5em !important;
}

.m-5 {
    margin: 3em !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mx-1 {
    margin-left: 0.25em !important;
    margin-right: 0.25em !important;
}

.mx-2 {
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
}

.mx-3 {
    margin-left: 1em !important;
    margin-right: 1em !important;
}

.mx-4 {
    margin-left: 1.5em !important;
    margin-right: 1.5em !important;
}

.mx-5 {
    margin-left: 3em !important;
    margin-right: 3em !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important;
}

.my-2 {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
}

.my-3 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.my-4 {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
}

.my-5 {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25em !important;
}

.mt-2 {
    margin-top: 0.5em !important;
}

.mt-3 {
    margin-top: 1em !important;
}

.mt-4 {
    margin-top: 1.5em !important;
}

.mt-5 {
    margin-top: 3em !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 0.25em !important;
}

.mr-2 {
    margin-right: 0.5em !important;
}

.mr-3 {
    margin-right: 1em !important;
}

.mr-4 {
    margin-right: 1.5em !important;
}

.mr-5 {
    margin-right: 3em !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25em !important;
}

.mb-2 {
    margin-bottom: 0.5em !important;
}

.mb-3 {
    margin-bottom: 1em !important;
}

.mb-4 {
    margin-bottom: 1.5em !important;
}

.mb-5 {
    margin-bottom: 3em !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 0.25em !important;
}

.ml-2 {
    margin-left: 0.5em !important;
}

.ml-3 {
    margin-left: 1em !important;
}

.ml-4 {
    margin-left: 1.5em !important;
}

.ml-5 {
    margin-left: 3em !important;
}

/* N */
.p-n1 {
    padding: -0.25em !important;
}

.p-n2 {
    padding: -0.5em !important;
}

.p-n3 {
    padding: -1em !important;
}

.p-n4 {
    padding: -1.5em !important;
}

.p-n5 {
    padding: -3em !important;
}

.px-n1 {
    padding-left: -0.25em !important;
    padding-right: -0.25em !important;
}

.px-n2 {
    padding-left: -0.5em !important;
    padding-right: -0.5em !important;
}

.px-n3 {
    padding-left: -1em !important;
    padding-right: -1em !important;
}

.px-n4 {
    padding-left: -1.5em !important;
    padding-right: -1.5em !important;
}

.px-n5 {
    padding-left: -3em !important;
    padding-right: -3em !important;
}

.py-n1 {
    padding-top: -0.25em !important;
    padding-bottom: -0.25em !important;
}

.py-n2 {
    padding-top: -0.5em !important;
    padding-bottom: -0.5em !important;
}

.py-n3 {
    padding-top: -1em !important;
    padding-bottom: -1em !important;
}

.py-n4 {
    padding-top: -1.5em !important;
    padding-bottom: -1.5em !important;
}

.py-n5 {
    padding-top: -3em !important;
    padding-bottom: -3em !important;
}

.pt-n1 {
    padding-top: -0.25em !important;
}

.pt-n2 {
    padding-top: -0.5em !important;
}

.pt-n3 {
    padding-top: -1em !important;
}

.pt-n4 {
    padding-top: -1.5em !important;
}

.pt-n5 {
    padding-top: -3em !important;
}

.pr-n1 {
    padding-right: -0.25em !important;
}

.pr-n2 {
    padding-right: -0.5em !important;
}

.pr-n3 {
    padding-right: -1em !important;
}

.pr-n4 {
    padding-right: -1.5em !important;
}

.pr-n5 {
    padding-right: -3em !important;
}

.pb-n1 {
    padding-bottom: -0.25em !important;
}

.pb-n2 {
    padding-bottom: -0.5em !important;
}

.pb-n3 {
    padding-bottom: -1em !important;
}

.pb-n4 {
    padding-bottom: -1.5em !important;
}

.pb-n5 {
    padding-bottom: -3em !important;
}

.pl-n1 {
    padding-left: -0.25em !important;
}

.pl-n2 {
    padding-left: -0.5em !important;
}

.pl-n3 {
    padding-left: -1em !important;
}

.pl-n4 {
    padding-left: -1.5em !important;
}

.pl-n5 {
    padding-left: -3em !important;
}

.m-n1 {
    margin: -0.25em !important;
}

.m-n2 {
    margin: -0.5em !important;
}

.m-n3 {
    margin: -1em !important;
}

.m-n4 {
    margin: -1.5em !important;
}

.m-n5 {
    margin: -3em !important;
}

.mx-n1 {
    margin-left: -0.25em !important;
    margin-right: -0.25em !important;
}

.mx-n2 {
    margin-left: -0.5em !important;
    margin-right: -0.5em !important;
}

.mx-n3 {
    margin-left: -1em !important;
    margin-right: -1em !important;
}

.mx-n4 {
    margin-left: -1.5em !important;
    margin-right: -1.5em !important;
}

.mx-n5 {
    margin-left: -3em !important;
    margin-right: -3em !important;
}

.my-n1 {
    margin-top: -0.25em !important;
    margin-bottom: -0.25em !important;
}

.my-n2 {
    margin-top: -0.5em !important;
    margin-bottom: -0.5em !important;
}

.my-n3 {
    margin-top: -1em !important;
    margin-bottom: -1em !important;
}

.my-n4 {
    margin-top: -1.5em !important;
    margin-bottom: -1.5em !important;
}

.my-n5 {
    margin-top: -3em !important;
    margin-bottom: -3em !important;
}

.mt-n1 {
    margin-top: -0.25em !important;
}

.mt-n2 {
    margin-top: -0.5em !important;
}

.mt-n3 {
    margin-top: -1em !important;
}

.mt-n4 {
    margin-top: -1.5em !important;
}

.mt-n5 {
    margin-top: -3em !important;
}

.mr-n1 {
    margin-right: -0.25em !important;
}

.mr-n2 {
    margin-right: -0.5em !important;
}

.mr-n3 {
    margin-right: -1em !important;
}

.mr-n4 {
    margin-right: -1.5em !important;
}

.mr-n5 {
    margin-right: -3em !important;
}

.mb-n1 {
    margin-bottom: -0.25em !important;
}

.mb-n2 {
    margin-bottom: -0.5em !important;
}

.mb-n3 {
    margin-bottom: -1em !important;
}

.mb-n4 {
    margin-bottom: -1.5em !important;
}

.mb-n5 {
    margin-bottom: -3em !important;
}

.ml-n1 {
    margin-left: -0.25em !important;
}

.ml-n2 {
    margin-left: -0.5em !important;
}

.ml-n3 {
    margin-left: -1em !important;
}

.ml-n4 {
    margin-left: -1.5em !important;
}

.ml-n5 {
    margin-left: -3em !important;
}

/* Background */
.bg-gradient-primary {
    background-color: #4e73df;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #4e73df), to(#224abe));
    background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);
    background-size: cover;
}

.bg-gradient-success {
    background-color: #1cc88a;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #1cc88a), to(#13855c));
    background-image: linear-gradient(180deg, #1cc88a 10%, #13855c 100%);
    background-size: cover;
}

.bg-gradient-info {
    background-color: #36b9cc;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #36b9cc), to(#258391));
    background-image: linear-gradient(180deg, #36b9cc 10%, #258391 100%);
    background-size: cover;
}

.bg-gradient-warning {
    background-color: #f6c23e;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #f6c23e), to(#dda20a));
    background-image: linear-gradient(180deg, #f6c23e 10%, #dda20a 100%);
    background-size: cover;
}

.bg-gradient-danger {
    background-color: #e74a3b;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #e74a3b), to(#be2617));
    background-image: linear-gradient(180deg, #e74a3b 10%, #be2617 100%);
    background-size: cover;
}

.bg-gray-100 {
    background-color: #f8f9fc !important;
}

.bg-gray-200 {
    background-color: #eaecf4 !important;
}

.bg-gray-300 {
    background-color: #dddfeb !important;
}

.bg-gray-400 {
    background-color: #d1d3e2 !important;
}

.bg-gray-500 {
    background-color: #b7b9cc !important;
}

.bg-gray-600 {
    background-color: #858796 !important;
}

.bg-gray-700 {
    background-color: #6e707e !important;
}

.bg-gray-800 {
    background-color: #5a5c69 !important;
}

.bg-gray-900 {
    background-color: #3a3b45 !important;
}

/* Text */
.text-gray-100 {
    color: #f8f9fc !important;
}

.text-gray-200 {
    color: #eaecf4 !important;
}

.text-gray-300 {
    color: #dddfeb !important;
}

.text-gray-400 {
    color: #d1d3e2 !important;
}

.text-gray-500 {
    color: #b7b9cc !important;
}

.text-gray-600 {
    color: #858796 !important;
}

.text-gray-700 {
    color: #6e707e !important;
}

.text-gray-800 {
    color: #5a5c69 !important;
}

.text-gray-900 {
    color: #3a3b45 !important;
}

.text-break {
    word-wrap: break-word;
    overflow-wrap: break-word !important;
}

/* Border */
.border {
    border: 1px solid black;
}

.border-x {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.border-y {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.border-left {
    border-left: 1px solid black;
}

.border-right {
    border-right: 1px solid black;
}

.border-top {
    border-top: 1px solid black;
}

.border-bottom {
    border-bottom: 1px solid black;
}

.border-d {
    border: 1px dashed black;
}

.border-dx {
    border-left: 1px dashed black;
    border-right: 1px dashed black;
}

.border-dy {
    border-top: 1px dashed black;
    border-bottom: 1px dashed black;
}

.border-dl {
    border-left: 1px dashed black;
}

.border-dr {
    border-right: 1px dashed black;
}

.border-dt {
    border-top: 1px dashed black;
}

.border-db {
    border-bottom: 1px dashed black;
}

.border-left-primary {
    border-left: 0.25rem solid #4e73df !important;
}

.border-left-success {
    border-left: 0.25rem solid #1cc88a !important;
}

.border-left-info {
    border-left: 0.25rem solid #36b9cc !important;
}

.border-left-warning {
    border-left: 0.25rem solid #f6c23e !important;
}

.border-left-danger {
    border-left: 0.25rem solid #e74a3b !important;
}

.border-bottom-primary {
    border-bottom: 0.25rem solid #4e73df !important;
}

.border-bottom-success {
    border-bottom: 0.25rem solid #1cc88a !important;
}

.border-bottom-info {
    border-bottom: 0.25rem solid #36b9cc !important;
}

.border-bottom-warning {
    border-bottom: 0.25rem solid #f6c23e !important;
}

.border-bottom-danger {
    border-bottom: 0.25rem solid #e74a3b !important;
}

.input-group-addon.primary {
    color: rgb(255, 255, 255);
    background-color: rgb(50, 118, 177);
    border-color: rgb(40, 94, 142);
}

.input-group-addon.success {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 184, 92);
    border-color: rgb(76, 174, 76);
}

.input-group-addon.info {
    color: rgb(255, 255, 255);
    background-color: rgb(57, 179, 215);
    border-color: rgb(38, 154, 188);
}

.input-group-addon.warning {
    color: rgb(255, 255, 255);
    background-color: rgb(240, 173, 78);
    border-color: rgb(238, 162, 54);
}

.input-group-addon.danger {
    color: rgb(255, 255, 255);
    background-color: rgb(217, 83, 79);
    border-color: rgb(212, 63, 58);
}

/* Loading */
.loading-section {
    background: gray;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    filter: alpha(opacity=60);
    opacity: 0.5 !important;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #0077FF;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Loading2 */
.loading-section2 {
    display: none;
    background-color: #F2F4F7;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 998;
    opacity: 0.7 !important;
}

.loader2 {
    display: none;
    text-align: center;
    position: fixed;
    z-index: 999;
}

/* Preloader */
.preloader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: #1abcb0;
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

    .preloader div {
        background-color: #1abcb0;
        display: inline-block;
        float: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 50px;
        opacity: .5;
        border-radius: 50%;
        -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
        animation: ballPulseDouble 2s ease-in-out infinite;
    }

        .preloader div:last-child {
            -webkit-animation-delay: -1s;
            animation-delay: -1s;
        }

@-webkit-keyframes ballPulseDouble {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* col-xl */
@media (min-width: 1200px) and (max-width: 1599px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl {
    display: none !important;
}

@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl, td.visible-xl {
        display: table-cell !important;
    }

    .visible-xl-block {
        display: block !important;
    }

    .visible-xl-inline {
        display: inline !important;
    }

    .visible-xl-inline-block {
        display: inline-block !important;
    }

    .hidden-xl {
        display: none !important;
    }
}

.text-wrap {
    word-wrap: break-word;
}

.w-10 {
    width: 10% !important;
}

.w-11 {
    width: 11% !important;
}

.w-15 {
    width: 15% !important;
}

.w-16 {
    width: 16% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.w-100 {
    width: 100% !important;
}

