<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Google fonts – cwTeXKai (Chinese Traditional) 楷體字體 */
/* @import url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css); */
/* font-family: 'cwTeXKai', serif; */

/* Google fonts：cwTeXYen (Chinese Traditional) 圓體字體 */
/* @import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css); */
/* font-family: 'cwTeXYen', sans-serif; */

/* Google fonts：cwTeXFangSong (Chinese Traditional) 仿宋體字體 */
/* @import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css); */
/* font-family: 'cwTeXFangSong', serif; */

/* Google fonts：Noto Sans TC (Chinese Traditional) 黑體（思源黑體） */
/* @import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css); */
/* font-family: 'Noto Sans TC', sans-serif; */

/* Google fonts – cwTeXMing (Chinese Traditional) 明體字體 */
/* @import url(https://fonts.googleapis.com/earlyaccess/cwtexming.css); */
/* font-family: 'cwTeXMing', serif; */

@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 10pt;
}

@media (min-width: 768px) {
    html {
        font-size: 10pt;
    }
}

@media (min-width: 1000px) {
    html {
        font-size: 12pt;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 14pt;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Noto Sans TC', sans-serif !important;
    font-weight: 300;
    background-color: #666;
}

.normal-footer {
    margin: 0 auto;
    white-space: nowrap;
    background-color: #a7cfdf;
    border-left: solid 1px #999;
    border-right: solid 1px #999;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #a7cfdf;
}

.main-container {
    margin: auto;
    min-height: 90vh !important;
    height: 90vh;
    background-color: #fff;
}

.normal-main-container {
    /*background-color: #ffffff;*/
    border-left: solid 1px #999;
    border-right: solid 1px #999;
    margin: auto;
    min-height: 90vh !important;
    background-color: #fff;
}

.logo {
    background: url(../images/logo.png) no-repeat;
    background-size: cover;
}

@media (min-width: 576px) {
    .normal-main-container, .container, .normal-footer {
        max-width: 95%;
    }

    label.input-group-text {
        width: 6em;
        cursor: pointer;
    }
}

@media (min-width: 768px) {
    .normal-main-container, .container, .normal-footer {
        max-width: 98%;
    }

    label.input-group-text {
        width: 7em;
        cursor: pointer;
    }
}

@media (min-width: 992px) {
    .normal-main-container, .container, .normal-footer {
        max-width: 98%;
    }

    label.input-group-text {
        width: 8em;
        cursor: pointer;
    }
}

@media (min-width: 1200px) {
    .normal-main-container, .container, .normal-footer {
        max-width: 1140px;
    }

    label.input-group-text {
        width: 10em;
        cursor: pointer;
    }
}


.share-website-buttons {
    display: inline-flex;
    margin: 0.5em 0;
    float: right;
}

    .share-website-buttons i {
        width: 2.5em !important;
        height: 2.5em !important;
        margin: auto;
        text-align: center;
        padding: 0.75em;
    }

.fa-facebook-f {
    background-color: #3765a3;
    color: #ffffff;
}

    .fa-facebook-f:hover {
        background-color: rgba(55, 101, 163, 0.7);
    }

.fa-linkedin-in {
    background-color: #0077b5;
    color: #ffffff;
}

    .fa-linkedin-in:hover {
        background-color: rgba(0, 119, 181, 0.7);
    }

.fa-google {
    background-color: #db4437;
    color: #ffffff;
}

    .fa-google:hover {
        background-color: rgba(219, 68, 55, 0.70);
    }

.fa-twitter {
    background-color: #55acee;
    color: #ffffff;
}

    .fa-twitter:hover {
        background-color: rgba(85, 172, 238, 0.70);
    }

.fa-envelope-open-text {
    background-color: #8b0f94;
    color: #ffffff;
}

    .fa-envelope-open-text:hover {
        background-color: rgba(139, 15, 148, 0.70);
    }

.fa-print {
    border: solid 1px #666;
    border-radius: 0px;
    background-color: #ffffff;
    color: #666;
}

    .fa-print:hover {
        background-color: rgba(240, 240, 240, 0.70);
    }

.field-validation-error {
    min-width: 10em;
}

.print-only {
    display: none;
}


.w1em {
    width: 1em !important;
}

.w2em {
    width: 2em !important;
}

.w3em {
    width: 3em !important;
}

.w4em {
    width: 4em !important;
}

.w5em {
    width: 5em !important;
}

.w6em {
    width: 6em !important;
}

.w7em {
    width: 7em !important;
}

.w8em {
    width: 8em !important;
}

.w9em {
    width: 9em !important;
}

.w10em {
    width: 10em !important;
}


.metro-body, .box {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.metro {
    margin: 0px;
    padding: 5px;
}

    .metro div {
        padding: 5px;
    }

    .metro .ani, .metro .ani i {
        padding: 5px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .metro .ani-s12:hover {
        background-color: #c4ff97;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

        .metro .ani-s12:hover i {
            -webkit-transform: rotate(-30deg) scale(1.2);
            -moz-transform: rotate(-30deg) scale(1.2);
            -o-transform: rotate(-30deg) scale(1.2);
            -ms-transform: rotate(-30deg) scale(1.2);
            transform: rotate(-30deg) scale(1.2);
        }

    .metro .ani-s11 .icon2 {
    }

    .metro .ani-s11:hover .icon2 {
        animation-name: s11-animation;
        animation-duration: 2s;
        animation-delay: 0.2s;
    }

    .metro div:hover .metro-footer a {
        color: #ff0000;
    }

    .metro div:hover .icon2 {
        color: rgba(255, 0, 0, 0.3);
    }

.metro-body {
    padding: 5px;
    width: 100%;
    border: solid 1px #aaa;
    border-radius: 10px;
}

    .metro-body:hover {
        padding: 5px;
        border: 1px solid #666;
    }

.metro-header {
    position: relative;
    text-align: left;
    border-bottom: 1px solid #999;
    padding: 5px 10px 3px 10px;
    font-weight: bold;
}

.metro-footer {
    position: absolute;
    left: 11px;
    bottom: 11px;
    right: 11px;
    text-align: right;
    background: rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.metro-footer2 {
    position: absolute;
    left: 11px;
    bottom: 11px;
    right: 11px;
    text-align: right;
    background: rgba(255, 255, 255, 0.5);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@keyframes s11-animation {
    0% {
        bottom: 20px;
        color: rgba(0, 0, 0, 0.2);
    }

    25% {
        bottom: 50px;
        color: rgba(255, 0, 0, 0.5);
        -webkit-transform: rotateX(50deg);
        -moz-transform: rotateX(50deg);
        -o-transform: rotateX(50deg);
        -ms-transform: rotateX(50deg);
        transform: rotateX(50deg);
    }

    50% {
        bottom: 30px;
        color: rgba(255, 0, 0, 0.2);
        -webkit-transform: rotateX(-50deg);
        -moz-transform: rotateX(-50deg);
        -o-transform: rotateX(-50deg);
        -ms-transform: rotateX(-50deg);
        transform: rotateX(-50deg);
    }

    75% {
        bottom: 50px;
        color: rgba(255, 0, 0, 0.6);
        -webkit-transform: rotateX(50deg);
        -moz-transform: rotateX(50deg);
        -o-transform: rotateX(50deg);
        -ms-transform: rotateX(50deg);
        transform: rotateX(50deg);
    }

    100% {
        bottom: 20px;
        color: rgba(255, 0, 0, 0.3);
    }
}

.linear1 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .0001) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .0001) 100%);
    background-image: -webkit-gradient(linear, top, bottom, from(rgba(255, 255, 255, .8)), to(rgba(255, 255, 255, .0001)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff', endColorstr='#00ffffff', GradientType=1);
    background-repeat: repeat-x;
    border-radius: 10px;
}

.linear2 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(128, 128, 128, .3) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(128, 128, 128, .3) 100%);
    background-image: -webkit-gradient(linear, top, bottom, from(rgba(255, 255, 255, 1)), to(rgba(128, 128, 128, .3)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(128, 128, 128, .3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#50808080', GradientType=1);
    background-repeat: repeat-x;
    border-radius: 10px;
}

.linear3 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(224, 255, 0, .3) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(224, 255, 0, .1) 100%);
    background-image: -webkit-gradient(linear, top, bottom, from(rgba(255, 255, 255, 1)), to(rgba(224, 255, 0, .3)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(224, 255, 0, .3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#20ccff00', GradientType=1);
    background-repeat: repeat-x;
    border-radius: 10px;
}

.alert {
    display: none;
}

.bg-case1, .bg-case100 {
    background-color: #ffc5c5 !important;
    color: #333 !important;
}

.bg-case2, .bg-case200 {
    background-color: #c5c5ff !important;
    color: #333 !important;
}

.bg-case3, .bg-case300 {
    background-color: #ffffc5 !important;
    color: #333 !important;
}

.bg-case4, .bg-case400 {
    background-color: #c5ffff !important;
    color: #333 !important;
}

.bg-case5, .bg-case500 {
    background-color: #c5c5c5 !important;
    color: #333 !important;
}

.nav-item .active {
    background-color: rgba(0,0,0,0.6);
    color: #b6ff00 !important;
}

.nav-item .active2 {
    -webkit-transform: rotate(-15deg) scale(1.2);
    -moz-transform: rotate(-15deg) scale(1.2);
    -o-transform: rotate(-15deg) scale(1.2);
    -ms-transform: rotate(-15deg) scale(1.2);
    transform: rotate(-15deg) scale(1.2);
    background-color: rgba(255,0,0,0.5);
    color: #b6ff00 !important;
}

.grid-row {
    height: 1.8em;
    vertical-align: middle !important;
}

.grid-row-title {
    background-color: rgba(0,0,0,0.1);
    color: #666;
    margin-right: 0.2em;
    padding: 0 0.3em;
}

.grid-row-step {
    background-color: rgba(100,100,255,0.8);
    color: #fff;
    margin-right: 0.2em;
    padding: 0 0.3em;
}

.grid-list-row {
    background-color: #eeeeee;
    border: solid 1px #cccccc !important;
    border-radius: 3px;
    cursor: pointer;
}

    .grid-list-row:hover {
        background-color: #e0e0e0;
        border: solid 1px #cc9966 !important;
    }

.grid-case-row {
    background-color: #e9f9ff;
    border: solid 1px #cccccc;
    border-radius: 3px;
    cursor: pointer;
}

    .grid-case-row:hover {
        background-color: #e0f0ff;
    }

.grid-notice-row {
    background-color: #fff9ee;
    border: solid 1px #cccccc !important;
    border-radius: 3px;
    cursor: pointer;
}

    .grid-notice-row:hover {
        background-color: #fff0e0;
    }

.grid-test-row {
    background-color: #aaeeaa;
    border: solid 1px #336633 !important;
    border-radius: 3px;
    cursor: pointer;
}

    .grid-test-row .grid-row-title {
        background-color: rgba(0,0,0,0.1);
        color: #333;
        margin-right: 0.2em;
        padding: 0 0.3em;
    }

.grid-test-failure-row {
    background-color: #993333;
    color: #b6ff00 !important;
    border-radius: 3px;
    cursor: pointer;
}

    .grid-test-failure-row .grid-row-title {
        background-color: rgba(255,255,255,0.1);
        color: #ccc;
        margin-right: 0.2em;
        padding: 0 0.3em;
    }

.grid-statement-row {
    background-color: #fff9ee;
    border: solid 1px #cccccc !important;
    border-radius: 3px;
    cursor: pointer;
}

    .grid-statement-row:hover {
        background-color: #fff0e0;
    }

.grid-punish-row {
    background-color: #ffeeee;
    border: solid 1px #cccccc !important;
    border-radius: 3px;
    cursor: pointer;
}

    .grid-punish-row:hover {
        background-color: #ffe0e0;
    }

.grid-urge-row {
    background-color: #ffeeff;
    border: solid 1px #cccccc !important;
    border-radius: 3px;
    cursor: pointer;
}

    .grid-urge-row:hover {
        background-color: #ffe0ff;
    }

.case-navbar {
    background-color: #3366aa !important;
}

.notice-navbar {
    background-color: #996633 !important;
}

.punish-navbar {
    background-color: #993333 !important;
}

.urge-navbar {
    background-color: #993399 !important;
}

.unset-height {
    height: unset !important;
}
.unset-width {
    width: unset !important;
}

#main-grid th, #main-grid td {
    padding: 8px !important;
}

.station-view {
    border: solid 1px #666;
    border-radius: 5px;
    padding: 0.5em;
}
.station-view legend {
    font-size: 1.2rem;
}

.data-value label {
    background: #eee;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    color: #333;
    width: 5em !important;
}
.data-value data {
    display:inline-block;
    padding-top: 0;
    margin-top: 0;
    padding-left: 1em;
    font-weight: 500;
    border: solid 1px #ccc;
    width: 100% !important;
}




.customRadio input[type="radio"] {
    position: absolute;
    left: -9999px
}

    .customRadio input[type="radio"] + label {
        position: relative;
        padding: 0 20px 0 30px;
        cursor: pointer
    }

        .customRadio input[type="radio"] + label:before {
            content: '';
            background: #fff;
            border: 2px solid #311B92;
            height: 25px;
            width: 25px;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0
        }

        .customRadio input[type="radio"] + label:after {
            content: '';
            background: #311B92;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            position: absolute;
            top: 5px;
            left: 5px;
            opacity: 0;
            transform: scale(2);
            transition: transform 0.3s linear, opacity 0.3s linear
        }

    .customRadio input[type="radio"]:checked + label:after {
        opacity: 1;
        transform: scale(1)
    }

.customCheckbox input[type="checkbox"] {
    position: absolute;
    left: -9999px
}

    .customCheckbox input[type="checkbox"] + label {
        position: relative;
        padding: 3px 0 0 40px;
        cursor: pointer;
        color: rgb(120, 119, 121)
    }

        .customCheckbox input[type="checkbox"] + label:before {
            content: '';
            background: #fff;
            border: 2px solid #ccc;
            border-radius: 3px;
            height: 25px;
            width: 25px;
            position: absolute;
            top: 0;
            left: 0
        }

        .customCheckbox input[type="checkbox"] + label:after {
            content: '';
            border-style: solid;
            border-width: 0 0 2px 2px;
            border-color: transparent transparent #311B92 #311B92;
            width: 15px;
            height: 8px;
            position: absolute;
            top: 6px;
            left: 5px;
            opacity: 0;
            transform: scale(2) rotate(-45deg);
            transition: transform 0.3s linear, opacity 0.3s linear
        }

    .customCheckbox input[type="checkbox"]:checked + label:after {
        opacity: 1;
        transform: scale(1) rotate(-45deg);
        color: #311B92
    }</pre></body></html>