<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. */

/** 00 System default BEGIN **/
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show &gt; .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

html {
    font-size: 14px;
}

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

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

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

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

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

footer .copyright,
footer .tech-support {
    display: block;
}

footer .icp-number {
    line-height: 1.25;
}

@media (min-width: 760px) {
    footer .copyright,
    footer .tech-support {
        display: inline-block;
    }

    footer .tech-support {
        margin-left: 30px;
    }
}

/** 01 More screen size **/
@media (min-width: 1440px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1280px;
    }
}

@media (min-width: 1920px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1580px;
    }
}

@media (min-width: 2560px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1920px;
    }
}

/* body style for normal/popup/iframe */
body {
    padding-top: 80px;
    padding-bottom: 20px;
}

    body.clean {
        padding-top: 30px;
    }

    body.popup {
        padding: 30px 20px 10px 20px;
    }

        body.popup &gt; .container {
            max-width: 100%;
        }

    body.in-iframe {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 10px;
    }

        body.in-iframe &gt; h2 {
            display: none;
        }

.invisible {
    color: transparent;
    visibility: hidden;
    border-style: hidden;
    background-color: transparent;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.bg-stripper {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.025);
}

.bg-light-blue {
    background-color: #eeeeee;
    background-image: linear-gradient( 315deg, #eeeeee 0, #009ffd 74%);
}

/* Dark box shadow */
.shadow-dark {
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.5) !important;
}

.shadow-dark-sm {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25) !important;
}

.shadow-dark-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.75) !important;
}

/* Set width on the form input elements since they're 100% wide by default */
.mw-4rem {
    width: initial;
    min-width: 4rem;
}

.mw-6rem {
    width: initial;
    min-width: 6rem;
}

.mw-8rem {
    width: initial;
    min-width: 8rem;
}

.mw-10rem {
    width: initial;
    min-width: 10rem;
}

.mw-15rem {
    width: initial;
    min-width: 15rem;
}

.mw-20rem {
    width: initial;
    min-width: 20rem;
}

.mw-40rem {
    width: initial;
    min-width: 40rem;
}

.mw-80rem {
    width: initial;
    min-width: 80rem;
}

#search-box:focus {
    border: none;
    width: 100%;
}

#search-result-container {
}

.post-teaser {
}

.search-highlight {
    color: red;
}

.form-check-input-left {
    position: absolute;
    margin-top: 0.45em;
}

.form-check-label-left {
    margin-left: 1.45em;
}

.form-check-input-right {
    position: absolute;
    margin-top: 0.45em;
    margin-left: 0.45em;
}

.btn-search {
    padding: 8px 21px;
}

.col-md-10.multiple-input {
    padding-left: 0;
    padding-right: 0;
}

/* Markers */
.space-mark:after {
    content: "";
    width: 5px;
    height: 10px;
    display: inline-block;
}

.required-mark:after {
    content: "*";
    width: 1em;
    color: red;
    height: 1em;
    display: inline-block;
}

.no-required-mark:after {
    content: "*";
    width: 1em;
    color: transparent;
    height: 1em;
    display: inline-block;
}

.green-marker:before {
    color: green;
    padding-right: 0.25em;
}

.action-text-default {
    color: #333333;
}

span.lamp {
    width: 0.5em;
    height: 0.5em;
    margin: 0.25em 0.25em;
    border-radius: 0.25em 0.25em;
    display: inline-block;
}

span.band {
    width: 0.35em;
    height: 1em;
    margin: 0.25em 0.25em 0;
    display: inline-block;
}

.larger-text {
    height: 45px;
    font-size: 16px;
    min-height: 1.5em;
}

.term-list-view {
    display: none;
    color: #1C4257;
    font-size: 16px;
    line-height: 1.5em;
}

    .term-list-view ul {
        list-style-type: none;
        padding-left: 0;
    }

    .term-list-view li {
        list-style-type: none;
    }

        .term-list-view li &gt; div {
            min-width: 300px;
            padding: 5px 10px;
        }

        .term-list-view li.active,
        .term-list-view li:hover {
            color: #000000;
            background-color: #97BDD6;
        }

.menu-tree-icon {
    display: inline-block;
    width: 10px;
    font-weight: 600;
    line-height: 1.5em;
}

table.data-list th, .table th {
    font-weight: normal;
    padding: 0;
}

    table.data-list th.operations,
    .table th.operations {
        padding: 0.75em;
        vertical-align: middle;
    }

/* Note &gt;&gt; :hover must place before :after */
th a {
    width: 100%;
    padding: 0.75em;
}

th:hover {
    background-color: #dddddd;
    border: 1px solid #fefefe;
}

th a.sortable:after,
th span.sortable:after {
    color: #eeeeee;
    font-size: 0.85em;
    content: "\e113";
    padding-left: 0.35em;
}

th a.sortable:hover:after,
th span.sortable:hover:after {
    color: darkgray;
}

th a.asc:after,
th span.asc:before {
    color: darkgray;
    font-size: 0.85em;
    content: "\e113";
    padding-left: 0.35em;
}

th a.asc:hover:after,
th span.asc:hover:after {
    content: "\e114";
}

th a.desc:after,
th span.desc:before {
    color: darkgray;
    font-size: 0.85em;
    content: "\e114";
    padding-left: 0.35em;
}

th a.desc:hover:after,
th span.desc:hover:after {
    content: "\e113";
}

span.separator {
    color: #cccccc;
    font-size: 0.5em;
    margin-left: 3px;
    margin-right: 3px;
}

.layui-layer.layui-layer-iframe {
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.layui-layer-iframe iframe {
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.layui-layer.layui-layer-dialog {
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.layui-layer-dialog .layui-layer-title {
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.form-body {
    /* no change */
    border: none;
}

form.one-line {
    display: inline;
}

    form.one-line input {
        padding: 0px;
    }

.section-container-max50 {
    max-width: 50rem;
}

.section-container-max60 {
    max-width: 60rem;
}

.section-container-max70 {
    max-width: 70rem;
}

.section-container-max80 {
    max-width: 80rem;
}

.section-container-max90 {
    max-width: 90rem;
}

textarea.thick-border {
    border: #bbbbbb 3px solid;
}

.message-box {
}

.message-title {
}

.message-content {
}

.form-actions {
}

.no-color {
}

/* Close button for dialog */
.btn-select, .btn-confirm, .btn-close {
}

/* Message for dialog @see data-action="details" */
.section-title {
}

.section-content {
}

.col-new {
    display: inline-block;
    float: left;
    max-width: 192px;
    padding-left: 0px;
    padding-right: 0px;
}

.dataContainer:after {
    content: "";
    clear: both;
}

/* Data list element marker
    Only for javascript selector
*/
.data-list {
}

ul.nav-tabs.larger li a {
    font-size: 18px;
    font-weight: bolder;
}

/* Custom table style */
table td.label-bold {
    font-weight: bolder;
}

/* Default table with border */
table.table-default {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: #cdcdcd;
    border-collapse: collapse;
}

    table.table-default td {
        height: 30px;
        line-height: 20px;
        background: #ffffff;
        border: 1px #cdcdcd solid;
        padding-top: 7px;
        padding-bottom: 7px;
    }

        table.table-default td.left {
            padding-left: 0.75em;
            text-align: left;
        }

    table.table-default .label-required:after {
        content: "*";
        color: #ff0000;
        vertical-align: middle;
    }

    table.table-default td.data-value {
        line-height: 20px;
    }

    table.table-default span.required-mark {
        color: #ff0000;
        vertical-align: middle;
    }

/* Infomation table with "blue" style */
.outer-info-frame {
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
}

.inner-info-frame {
    border: 3px solid #95c0e2;
    background: #efefef;
}

.table-info {
    background: #ffffff;
    font-family: "Adobe 黑体 Std",Arial,Helvetica,sans-serif;
    font-size: 13px;
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

    .table-info td {
        padding: 5px;
        border: 1px solid #95c0e2;
        line-height: 26px;
        color: #777;
    }

    .table-info ul,
    .table-info li {
        list-style: none;
    }

    .table-info a {
        text-decoration: none;
    }

    .table-info b {
        font-size: 14px;
        letter-spacing: 3px;
    }

    .table-info .data-label {
        background: #e9f5fe;
        text-align: center;
        vertical-align: middle;
    }

    .table-info .data-value {
        background: #edf7fe;
        text-align: left;
        vertical-align: middle;
    }

        .table-info .data-value.center {
            text-align: center;
        }

    .table-info .heading {
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 10px;
        background-image: linear-gradient(#95c0e2, #e9f5fe 80%, #95c0e2);
    }

.data-label.fixed {
    width: 90px;
}

.row.region {
    margin-top: 1rem;
}

div.block-wrapper,
div.block-content {
    padding: 0;
    margin: 0;
}

.dynamic-block {
}

/* fix block margin/width */
.row .block-wrapper .row {
    margin-left: 0;
}

.bi {
    display: inline-block;
    vertical-align: text-bottom;
}

    .bi.bi-star {
        vertical-align: middle;
    }

    .bi.bi-create-new {
        color: goldenrod;
        vertical-align: top;
    }

    .bi.bi-plus {
        vertical-align: middle;
    }

/* post-title-list */
.post-title-list .post-title {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#home-post-title-list .block-wrapper {
    width: 95%;
}

#home-post-title-lists
.post-title-list &gt; li {
    color: #535d6a;
}

@media (min-width: 1440px) {
    #home-post-title-list .block-wrapper {
        min-height: 320px;
    }
}


.ignore {
    /* Don't validate this field */
}

.required {
    /* This field require a value */
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

/* Show error / exception */
.title {
    color: red
}

.label {
    display: inline-block;
    color: black;
    font-weight: bolder;
}

.top {
    font-weight: bolder;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 25px 1em 5px 1em;
}

.trace {
    color: black;
    background-color: #ffffcc;
    padding: 5px 1em;
}

.line-number {
    display: inline-block;
    background-color: black;
    color: white;
    min-width: 2em;
    text-align: center;
    border-radius: 6px 6px;
    margin-right: 0.25em;
}

.jqtree_common {
    outline: none;
}

ul.jqtree-tree {
    border-top: 1px dashed #cccccc;
}

    ul.jqtree-tree li.jqtree_common {
        border-bottom: 1px dashed #cccccc;
    }

    ul.jqtree-tree ul.jqtree_common li.jqtree_common:first-child {
        border-top: 1px dashed #cccccc;
    }

    ul.jqtree-tree ul.jqtree_common li.jqtree_common:last-child {
        border-bottom: 0;
    }

    ul.jqtree-tree .jqtree-toggler.jqtree-toggler-left {
        padding-top: 0.15em;
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }

.editor {
    font-family: "Source Code Pro", monospace;
    font-size: 14px;
    font-weight: 400;
    min-height: 240px;
    letter-spacing: normal;
    line-height: 20px;
    tab-size: 4;
}

pre[class*="language-"] {
    border-radius: 6px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    padding: 10px 10px !important;
    margin: 0 !important;
}

</pre></body></html>