    /*!
 * LuCI Bootstrap Theme
 * Copyright 2021 Nut & Bolt
 * By Jackson Chan <netitgo@gmail.com>
 * Based on Bootstrap v1.4.0
 *
 * Copyright 2011 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
    /* Reset.less
 * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here	that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
 * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
 @font-face {
    font-family: 'JiZi';
    src: url('font/JiZi/JiZi.eot');
    /* IE9 Compat Modes */
    src: url('font/JiZi/JiZi.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('font/JiZi/JiZi.woff2') format('woff2'), /* Super Modern Browsers */
    url('font/JiZi/JiZi') format('woff'), /* Pretty Modern Browsers */
    url('font/JiZi/JiZi.ttf') format('truetype'), /* Safari, Android, iOS */
    url('font/JiZi/JiZi.svg#svgFontName') format('svg');
    /* Legacy iOS */
}
    @font-face {
        font-family: 'TaipeiSansTC';
        src: url('font/Taipei/TaipeiSansTCBeta-Regular.eot');
        /* IE9 Compat Modes */
        src: url('font/Taipei/TaipeiSansTCBeta-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('font/Taipei/TaipeiSansTCBeta-Regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('font/Taipei/TaipeiSansTCBeta-Regular') format('woff'), /* Pretty Modern Browsers */
        url('font/Taipei/TaipeiSansTCBeta-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('font/Taipei/TaipeiSansTCBeta-Regular.svg#svgFontName') format('svg');
        /* Legacy iOS */
    }
    
    @font-face {
        font-family: 'Megrim';
        src: url('font/Megrim/Megrim-Regular.eot');
        /* IE9 Compat Modes */
        src: url('font/Megrim/Megrim-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('font/Megrim/Megrim-Regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('font/Megrim/Megrim-Regular') format('woff'), /* Pretty Modern Browsers */
        url('cfont/Megrim/Megrim-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('font/Megrim/Megrim-Regular.svg#svgFontName') format('svg');
        /* Legacy iOS */
    }
    
     :root {
        --gutter: 48px;
        --small_box_width: 256px;
        --medium_box_width: 768px;
        --big_box_width: 1072px;
        --box_height: 240px;
        --box_title_bg: #FBFBFB;
        --color_warn: #FC5185;
        --color_info: #1FBBA6;
        --primary-white: #ffffff;
        --primary-grey: #222222;
        --secondary-grey: #28282E;
        --thirdly-grey: #ececec;
        --color_importan: #46a546;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    pre,
    a,
    abbr,
    acronym,
    code,
    del,
    em,
    img,
    q,
    s,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    dd,
    dl,
    dt,
    li,
    ol,
    ul,
    fieldset,
    form,
    label,
    legend,
    button,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td {
        margin: 0;
        padding: 0;
        border: 0;
        font-weight: normal;
        font-style: normal;
        font-size: 100%;
        line-height: 1;
        font-family: inherit;
    }
    
    abbr[title],
    acronym[title] {
        border-bottom: 1px dotted;
        cursor: help;
    }
    
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    
    ol,
    ul {
        list-style: none;
    }
    
    q:before,
    q:after,
    blockquote:before,
    blockquote:after {
        content: "";
    }
    
    html {
        overflow-y: scroll;
        font-size: 100%;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
        margin: 0;
        padding: 0;
    }
    
    a:focus {
        outline: thin dotted;
    }
    
    a:hover,
    a:active {
        outline: 0;
    }
    
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    nav,
    section {
        display: block;
    }
    
    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }
    
    sup {
        top: -0.5em;
    }
    
    sub {
        bottom: -0.25em;
    }
    
    img {
        border: 0;
        -ms-interpolation-mode: bicubic;
    }
    
    button,
    input,
    select,
    option,
    textarea {
        font-size: 100%;
        margin: 0;
        box-sizing: border-box;
        vertical-align: baseline;
        *vertical-align: middle;
    }
    
    button,
    input {
        line-height: normal;
        *overflow: visible;
    }
    
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
    
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
    }
    /* button[disabled],
    input[type="button"][disabled],
    input[type="reset"][disabled],
    input[type="submit"][disabled] {
        opacity: 0.7;
    } */
    
    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }
    
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }
    
    textarea {
        overflow: auto;
        vertical-align: top;
    }
    /*
 * Scaffolding
 * Basic and global styles for generating a grid system, structural layout, and page templates
 * ------------------------------------------------------------------------------------------- */
    
    body {
        background-color: #F1F1F1;
        margin: 0;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 13px;
        font-weight: normal;
        line-height: 18px;
        color: #404040;
        /* padding-top: 58px; */
    }
    
    .container {
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    
    .container:before,
    .container:after {
        display: table;
        content: "";
        zoom: 1;
    }
    
    .container:after {
        clear: both;
    }
    
    .right_section {
        flex-grow: 1;
    }
    
    a {
        color: var(--color_info);
        text-decoration: none;
        line-height: inherit;
        font-weight: inherit;
    }
    
    a:hover {
        color: var(--color_info);
        text-decoration: underline;
    }
    
    .center-text {
        text-align: center;
        margin-top: -5px;
    }
    
    .pull-right {
        float: right;
    }
    
    .pull-left {
        float: left;
    }
    /* Typography.less
 * Headings, body text, lists, code, and more for a versatile and durable typography system
 * ---------------------------------------------------------------------------------------- */
    
    .cbi-map {
        background: var(--box_title_bg);
        border-radius: 15px;
        padding: 20px;
    }
    
    p,
    .cbi-map-descr,
    .cbi-section-descr {
        font-size: 13px;
        font-weight: normal;
        line-height: 18px;
        margin-bottom: 9px;
    }
    
    p small {
        font-size: 11px;
        color: #bfbfbf;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: bold;
        color: #404040;
    }
    
    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small {
        color: #bfbfbf;
    }
    
    h1 {
        margin-bottom: 18px;
        font-size: 30px;
        line-height: 36px;
    }
    
    h1 small {
        font-size: 18px;
    }
    
    h2 {
        font-size: 24px;
        line-height: 36px;
    }
    
    h2 small {
        font-size: 14px;
    }
    
    h3,
    h4,
    h5,
    h6 {
        line-height: 36px;
    }
    
    h3 {
        font-size: 18px;
    }
    
    h3 small {
        font-size: 14px;
    }
    
    h4 {
        font-size: 16px;
    }
    
    h4 small {
        font-size: 12px;
    }
    
    h5 {
        font-size: 14px;
    }
    
    h6 {
        font-size: 13px;
        color: #bfbfbf;
        text-transform: uppercase;
    }
    
    ul,
    ol {
        margin: 0 0 18px 25px;
    }
    
    ul ul,
    ul ol,
    ol ol,
    ol ul {
        margin-bottom: 0;
    }
    
    ul {
        list-style: disc;
    }
    
    ol {
        list-style: decimal;
    }
    
    li {
        line-height: 18px;
        color: #808080;
        height: 48px;
    }
    
    ul.unstyled {
        list-style: none;
        margin-left: 0;
    }
    
    dl {
        margin-bottom: 18px;
    }
    
    dl dt,
    dl dd {
        line-height: 18px;
    }
    
    dl dt {
        font-weight: bold;
    }
    
    dl dd {
        margin-left: 9px;
    }
    
    hr {
        margin: 20px 0 19px;
        border: 0;
        border-bottom: 1px solid #eee;
    }
    
    strong {
        font-style: inherit;
        font-weight: bold;
    }
    
    em {
        font-style: italic;
        font-weight: inherit;
        line-height: inherit;
    }
    
    small {
        font-size: 0.9em
    }
    
    address {
        display: block;
        line-height: 18px;
        margin-bottom: 18px;
    }
    
    code,
    pre {
        padding: 0 3px 2px;
        font-family: Monaco, Andale Mono, Courier New, monospace;
        font-size: 12px;
        border-radius: 3px;
    }
    
    code {
        background-color: #fee9cc;
        color: rgba(0, 0, 0, 0.75);
        padding: 1px 3px;
    }
    
    pre {
        background-color: #f5f5f5;
        display: block;
        padding: 8.5px;
        margin: 0 0 18px;
        line-height: 18px;
        font-size: 12px;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 3px;
        white-space: pre;
        white-space: pre-wrap;
        word-wrap: break-word;
    }
    /* Forms.less
 * Base styles for various input types, form layouts, and states
 * ------------------------------------------------------------- */
    
    form {
        margin-bottom: 18px;
    }
    
    fieldset {
        margin-bottom: 9px;
        padding-top: 9px;
    }
    
    fieldset legend {
        display: block;
        font-size: 19.5px;
        line-height: 1;
        color: #404040;
        padding-top: 20px;
        *padding: 0 0 5px 0px;
        /* IE6-7 */
        *line-height: 1.5;
        /* IE6-7 */
    }
    
    form .cbi-tab-descr {
        line-height: 18px;
        margin-bottom: 18px;
    }
    
    form .clearfix,
    form .cbi-value {
        margin-bottom: 18px;
        zoom: 1;
        overflow: hidden;
    }
    
    form .clearfix:before,
    form .clearfix:after,
    form .cbi-value:before,
    form .cbi-value:after {
        display: table;
        content: "";
        zoom: 1;
    }
    
    form .clearfix:after,
    form .cbi-value:after {
        clear: both;
    }
    
    label,
    input,
    select,
    textarea {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
        font-weight: normal;
        line-height: normal;
    }
    
    form .input,
    form .cbi-value-field {
        margin-left: 200px;
    }
    
    form .cbi-value label.cbi-value-title {
        padding-top: 6px;
        font-size: 13px;
        line-height: 18px;
        float: left;
        width: 180px;
        text-align: right;
        color: #404040;
    }
    
    input[type=checkbox],
    input[type=radio] {
        cursor: pointer;
    }
    
    input,
    textarea,
    select,
    .uneditable-input {
        display: inline-block;
        width: 210px;
        /* height: 30px; */
        padding: 4px;
        font-size: 13px;
        line-height: 18px;
        color: #808080;
        /* border: 1px solid #ccc; */
        border-radius: 4px;
        border: none;
    }
    
    select {
        padding: initial;
        background: #fff;
        box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.1);
    }
    
    input[type=checkbox],
    input[type=radio] {
        width: auto;
        height: auto;
        padding: 0;
        margin: 3px 0;
        *margin-top: 0;
        /* IE6-7 */
        line-height: normal;
        border: none;
    }
    
    input[type=file] {
        background-color: #ffffff;
        padding: initial;
        border: initial;
        line-height: initial;
        box-shadow: none;
        width: auto !important;
    }
    
    input[type=button],
    input[type=reset],
    input[type=submit] {
        width: auto;
        height: auto;
    }
    
    select,
    input[type=file] {
        *height: auto;
        *margin-top: 4px;
        /* For IE7, add top margin to align select with labels */
    }
    
    select[multiple] {
        height: inherit;
        background-color: #ffffff;
    }
    
    textarea {
        height: auto;
    }
    
    .uneditable-input {
        background-color: #ffffff;
        display: block;
        border-color: #eee;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
        cursor: not-allowed;
    }
    
     ::-moz-placeholder {
        color: #bfbfbf;
    }
    
     ::-webkit-input-placeholder {
        color: #bfbfbf;
    }
    
    input,
    textarea {
        transition: border linear 0.2s, box-shadow linear 0.2s;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    }
    
    input:focus,
    textarea:focus {
        outline: 0;
        border-color: var(--color_info);
        box-shadow: inset 0 1px 3px var(--color_info), 0 0 8px var(--color_info);
    }
    
    input[type=file]:focus,
    input[type=checkbox]:focus,
    select:focus {
        box-shadow: none;
        outline: 1px dotted #666;
    }
    
    form .clearfix.error>label,
    form .clearfix.error .help-block,
    form .clearfix.error .help-inline {
        color: #b94a48;
    }
    
    form .clearfix.error input,
    form .clearfix.error textarea {
        color: #b94a48;
        border-color: #ee5f5b;
    }
    
    form .clearfix.error input:focus,
    form .clearfix.error textarea:focus {
        border-color: #e9322d;
        box-shadow: 0 0 6px #f8b9b7;
    }
    
    form .clearfix.error .input-prepend .add-on,
    form .clearfix.error .input-append .add-on {
        color: #b94a48;
        background-color: #fce6e6;
        border-color: #b94a48;
    }
    
    form .clearfix.warning>label,
    form .clearfix.warning .help-block,
    form .clearfix.warning .help-inline {
        color: #c09853;
    }
    
    form .clearfix.warning input,
    form .clearfix.warning textarea {
        color: #c09853;
        border-color: #ccae64;
    }
    
    form .clearfix.warning input:focus,
    form .clearfix.warning textarea:focus {
        border-color: #be9a3f;
        box-shadow: 0 0 6px #e5d6b1;
    }
    
    form .clearfix.warning .input-prepend .add-on,
    form .clearfix.warning .input-append .add-on {
        color: #c09853;
        background-color: #d2b877;
        border-color: #c09853;
    }
    
    form .clearfix.success>label,
    form .clearfix.success .help-block,
    form .clearfix.success .help-inline {
        color: #468847;
    }
    
    form .clearfix.success input,
    form .clearfix.success textarea {
        color: #468847;
        border-color: #57a957;
    }
    
    form .clearfix.success input:focus,
    form .clearfix.success textarea:focus {
        border-color: #458845;
        box-shadow: 0 0 6px #9acc9a;
    }
    
    form .clearfix.success .input-prepend .add-on,
    form .clearfix.success .input-append .add-on {
        color: #468847;
        background-color: #bcddbc;
        border-color: #468847;
    }
    /* input[disabled],
    select[disabled],
    textarea[disabled],
    input[readonly],
    select[readonly],
    textarea[readonly] {
        background-color: #f5f5f5;
        border-color: #ddd;
    } */
    
    .actions,
    .cbi-page-actions {
        margin: 18px 0 0 0;
        padding: 17px 20px 18px 150px;
        border-top: 1px solid var(--color_info);
        text-align: right;
    }
    
    .actions .secondary-action,
    .cbi-page-actions .secondary-action {
        float: right;
    }
    
    .actions .secondary-action a,
    .cbi-page-actions .secondary-action a {
        line-height: 30px;
    }
    
    .actions .secondary-action a:hover,
    .cbi-page-actions .secondary-action a:hover {
        text-decoration: underline;
    }
    
    .help-inline,
    .help-block {
        font-size: 13px;
        line-height: 18px;
        color: #bfbfbf;
    }
    
    .help-inline {
        padding-left: 5px;
        *position: relative;
        /* IE6-7 */
        *top: -5px;
        /* IE6-7 */
    }
    
    .help-block {
        display: block;
        max-width: 600px;
    }
    /*
 * Tables.less
 * Tables for, you guessed it, tabular data
 * ---------------------------------------- */
    
    table {
        width: 100%;
        margin-bottom: 18px;
        padding: 0;
        font-size: 13px;
        border-collapse: collapse;
    }
    
    table th,
    table td {
        padding: 10px 10px 9px;
        line-height: 18px;
        text-align: left;
    }
    
    table th {
        padding-top: 9px;
        font-weight: bold;
        vertical-align: middle;
    }
    
    table td {
        vertical-align: middle;
        border-top: 1px solid #ddd;
    }
    
    table tbody th {
        border-top: 1px solid #ddd;
        vertical-align: middle;
        text-align: center;
    }
    /* Patterns.less
 * Repeatable UI elements outside the base styles provided from the scaffolding
 * ---------------------------------------------------------------------------- */
    
    .banner_top {
        display: flex;
        width: 100%;
        background-color: #F9F9F9;
        height: 126px;
        position: fixed;
        flex-direction: row;
        justify-content: flex-start;
        z-index: 999;
        box-shadow: 0px -13px 17px 0px rgb(0 0 0 / 75%);
    }
    
    .info_container {
        display: flex;
        flex-direction: column;
        width: calc(var(--gutter) + var(--small_box_width) + var(--medium_box_width) + 4px);
    }
    
    .info_wrap {
        display: flex;
        width: 100%;
        align-items: center;
        padding-top: 24px;
    }
    
    .node_name {
        font-size: 48px;
        color: var(--color_info);
        width: 100%;
    }
    
    .node_name>span:nth-child(1) {
        width: 100%;
    }
    
    .node_des {
        padding-top: 8px;
    }
    
    .sys_time::before,
    .sys_uptime::before {
        font-size: 12px;
        position: absolute;
        top: -17px;
    }
    
    .sys_time::before {
        content: '服务器时间:';
        color: var(--color_info);
    }
    
    .sys_uptime::before {
        content: '系统已运行时间:';
        color: var(--color_warn);
    }
    
    .sys_time {
        margin-right: 24px;
    }
    
    .sys_time,
    .sys_uptime {
        display: flex;
        position: relative;
    }
    
    .time_container {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        width: 100%;
        align-items: center;
    }
    
    #systime_txt_year {
        font-size: 16px;
    }
    
    .systime_txt {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    
    .time_left_block,
    .time_right_block {
        display: inline-block;
        margin: 0;
        border: 0;
        padding: 0;
        width: 95px;
        height: 45px;
        font-size: 14px;
        color: #fff;
    }
    
    .time_right_block.time_block_white_bg {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
    }
    
    .time_block_green_bg {
        background: var(--color_info);
    }
    
    .time_block_pink_bg {
        background: var(--color_warn);
    }
    
    .time_block_white_bg {
        background: #e6e6e6;
    }
    
    #systime_txt_sec {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        font-size: 16px;
    }
    
    #systime_txt_sec {
        color: var(--color_info);
    }
    
    #sysuptime_min_sec {
        color: var(--color_warn);
    }
    
    .time_left_block.time_block_pink_bg {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
    }
    
    #toggle_box {
        display: none;
    }
    
    header~div#maincontent {
        margin-left: 272px;
        max-width: 960px;
        padding-left: 52px;
        max-width: calc(100% - 272px - 52px);
        display: flex;
        flex-direction: column;
        padding-top: 178px;
    }
    
    header {
        z-index: 10000;
        overflow: visible;
        color: #BFBFBF;
        flex: 0 0 272px;
    }
    
    header a {
        color: #bfbfbf;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }
    
    header .menu_top {
        background: var(--secondary-grey);
        height: 126px;
    }
    
    header .brand:hover {
        text-decoration: none;
    }
    
    header h3 a:hover,
    header ul .active>a {
        background-color: #333;
        background-color: rgba(255, 255, 255, 0.05);
        color: #ffffff;
        text-decoration: none;
    }
    
    header h3 {
        position: relative;
    }
    
    header h3 a,
    header .brand {
        display: block;
        padding: 24px;
        margin: 0 auto;
        text-align: center;
        color: #ffffff;
        font-size: 48px;
        font-weight: 200;
        line-height: 48px;
        font-family: Megrim;
    }
    
    header .menu_container {
        height: 100vh;
        position: fixed;
        background-color: var(--primary-grey);
    }
    
    header p {
        margin: 0;
        line-height: 40px;
    }
    
    header div>ul,
    .nav {
        display: block;
        margin: 56px 0 0 0;
        padding: 0;
    }
    
    header div>ul>li,
    .nav>li {
        display: block;
        /* float: left;
    width: 300px; */
    }
    
    header div>ul a,
    .nav a {
        font-size: 16px;
        display: block;
        float: none;
        padding-left: 125px;
        line-height: 48px;
        text-decoration: none;
    }
    
    header div>ul a:hover,
    .nav a:hover {
        color: #ffffff;
        text-decoration: none;
    }
    
    header div>ul .active>a,
    .nav .active>a {
        background-color: #222;
        background-color: rgba(0, 0, 0, 0.5);
    }
    
    header div>ul.secondary-nav,
    .nav.secondary-nav {
        float: right;
        margin-left: 10px;
        margin-right: 0;
    }
    
    header div>ul.secondary-nav .menu-dropdown,
    .nav.secondary-nav .menu-dropdown,
    header div>ul.secondary-nav .dropdown-menu,
    .nav.secondary-nav .dropdown-menu {
        right: 0;
        border: 0;
    }
    
    header div>ul a.menu:hover,
    .nav a.menu:hover,
    header div>ul li.open .menu,
    .nav li.open .menu,
    header div>ul .dropdown-toggle:hover,
    .nav .dropdown-toggle:hover,
    header div>ul .dropdown.open .dropdown-toggle,
    .nav .dropdown.open .dropdown-toggle,
    .nav>li:nth-child(8):hover {
        transition: all 0.5s linear;
        background: #1FB5AD;
    }
    
    header div>ul .menu-dropdown,
    .nav .menu-dropdown,
    header div>ul .dropdown-menu,
    .nav .dropdown-menu {
        background-color: var(--secondary-grey);
    }
    
    header div>ul .dropdown-menu>li {
        display: inline-block;
        width: 200px;
        white-space: nowrap;
    }
    
    header div>ul .menu-dropdown a.menu,
    .nav .menu-dropdown a.menu,
    header div>ul .dropdown-menu a.menu,
    .nav .dropdown-menu a.menu,
    header div>ul .menu-dropdown .dropdown-toggle,
    .nav .menu-dropdown .dropdown-toggle,
    header div>ul .dropdown-menu .dropdown-toggle,
    .nav .dropdown-menu .dropdown-toggle {
        color: #ffffff;
    }
    
    header div>ul .menu-dropdown a.menu.open,
    .nav .menu-dropdown a.menu.open,
    header div>ul .dropdown-menu a.menu.open,
    .nav .dropdown-menu a.menu.open,
    header div>ul .menu-dropdown .dropdown-toggle.open,
    .nav .menu-dropdown .dropdown-toggle.open,
    header div>ul .dropdown-menu .dropdown-toggle.open,
    .nav .dropdown-menu .dropdown-toggle.open {
        background: #444;
        background: rgba(255, 255, 255, 0.05);
    }
    
    header div>ul .menu-dropdown li a,
    .nav .menu-dropdown li a,
    header div>ul .dropdown-menu li a,
    .nav .dropdown-menu li a {
        color: #999;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    }
    
    header div>ul .menu-dropdown li a:hover,
    .nav .menu-dropdown li a:hover,
    header div>ul .dropdown-menu li a:hover,
    .nav .dropdown-menu li a:hover {
        transition: all 0.5s linear;
        background: #1FB5AD !important;
        color: #ffffff;
    }
    
    header div>ul .menu-dropdown .active a,
    .nav .menu-dropdown .active a,
    header div>ul .dropdown-menu .active a,
    .nav .dropdown-menu .active a {
        color: #ffffff;
    }
    
    header div>ul .menu-dropdown .divider,
    .nav .menu-dropdown .divider,
    header div>ul .dropdown-menu .divider,
    .nav .dropdown-menu .divider {
        background-color: #222;
        border-color: #444;
    }
    /* 要做SVG改颜色
header div>ul .menu-dropdown li a:hover,
.nav .menu-dropdown li a:hover,
header div>ul .dropdown-menu li a:hover,
.nav .dropdown-menu li a:hover {
    background: #1FB5AD !important;
    color: #ffffff;
} */
    
    .nav>li::before {
        display: block;
        content: '';
        background-size: 24px 24px;
        height: 24px;
        width: 24px;
        position: absolute;
        top: 13px;
        left: 72px;
        color: #339bb9;
    }
    
    .nav>li:nth-child(1)::before {
        background-image: url('../icons/status_icon.svg');
    }
    
    .nav>li:nth-child(2)::before {
        background-image: url('../icons/system.svg');
    }
    
    .nav>li:nth-child(3)::before {
        background-image: url('../icons/service icon.svg');
    }
    
    .nav>li:nth-child(4)::before {
        background-image: url('../icons/storage.svg');
    }
    
    .nav>li:nth-child(5)::before {
        background-image: url('../icons/vpn.svg');
    }
    
    .nav>li:nth-child(6)::before {
        background-image: url('../icons/network.svg');
    }
    
    .nav>li:nth-child(7)::before {
        background-image: url('../icons/bandwidth watch.svg');
    }
    
    .nav>li:nth-child(8) {
        position: relative;
        width: 272px;
    }
    
    .nav>li:nth-child(8)::before {
        background-image: url('../icons/logout.svg');
    }
    
    header ul .menu-dropdown li a,
    header ul .dropdown-menu li a {
        padding: 0px 25px;
    }
    
    li.menu,
    .dropdown {
        position: relative;
    }
    
    .menu-dropdown,
    .dropdown-menu {
        background-color: #ffffff;
        float: left;
        position: absolute;
        display: none;
        top: 0px;
        z-index: 900;
        margin-left: 0;
        margin-right: 0;
        transition: display 0.5s linear;
    }
    
    .menu-dropdown li,
    .dropdown-menu li {
        float: none;
        display: block;
        background-color: transparent;
    }
    
    .menu-dropdown .divider,
    .dropdown-menu .divider {
        height: 1px;
        margin: 5px 0;
        overflow: hidden;
        background-color: #eee;
        border-bottom: 1px solid #ffffff;
    }
    
    header .dropdown-menu a,
    .dropdown-menu a {
        font-size: 16px;
        display: block;
        padding: 4px 15px;
        clear: both;
        font-weight: normal;
        line-height: 48px;
        color: #808080;
        text-shadow: 0 1px 0 #ffffff;
    }
    
    header .dropdown-menu a:hover,
    .dropdown-menu a:hover,
    header .dropdown-menu a.hover,
    .dropdown-menu a.hover {
        background-color: #dddddd;
        color: #404040;
        text-decoration: none;
    }
    
    .open .menu,
    .dropdown.open .menu,
    .open .dropdown-toggle,
    .dropdown.open .dropdown-toggle {
        color: #ffffff;
        background: #ccc;
        background: rgba(0, 0, 0, 0.3);
    }
    
    .open .menu-dropdown,
    .dropdown.open .menu-dropdown,
    .open .dropdown-menu,
    .dropdown.open .dropdown-menu {
        left: 0;
    }
    
    ul.dropdown-menu {
        list-style: none;
        counter-reset: li
    }
    
    ul.dropdown-menu>li::before {
        content: counter(li)". ";
        color: #fff;
        position: absolute;
        top: 15px;
        left: 5px;
    }
    
    ul.dropdown-menu>li {
        counter-increment: li;
    }
    
    ul.nav>li:nth-child(2):hover ul.dropdown-menu {
        /* 此处的高和宽是为了让'服务'菜单横铺 */
        width: 400px;
    }
    
    ul.nav>li:nth-child(3):hover ul.dropdown-menu {
        /* 此处的高和宽是为了让'服务'菜单横铺 */
        width: 600px;
    }
    
    ul.nav>li:nth-child(6):hover ul.dropdown-menu {
        /* 此处的高和宽是为了让'网络'菜单横铺 */
        width: 400px;
    }
    
    .dropdown:hover ul.dropdown-menu {
        left: 271px;
        display: block;
        position: absolute;
    }
    
    .dropdown-menu .dropdown-menu {
        position: absolute;
        left: 159px;
    }
    
    .dropdown-menu li {
        position: relative;
    }
    
    h2[name] {
        display: none;
    }
    
    .right_section_content {
        padding: 126px 0 0 0;
        display: inline-block;
        width: 70%;
    }
    
    .gutter {
        display: inline-block;
        width: var(--gutter);
    }
    
    .gutter-h {
        height: var(--gutter);
    }
    
    .box_style {
        border: 1px solid #d2d0d0;
        border-radius: 10px;
        overflow: hidden;
        -webkit-box-shadow: 0px 1px 2px 0px rgb(230 230 230);
        -moz-box-shadow: 0px 1px 2px 0px rgb(230 230 230);
        box-shadow: 0px 1px 2px 0px rgb(230 230 230);
    }
    
    .boxes_container {
        display: flex;
        flex-direction: row;
    }
    
    .box_status_small {
        display: flex;
        flex-direction: column;
        width: var(--small_box_width);
        height: var(--box_height);
    }
    
    .box_stauts_medium {
        display: flex;
        flex-direction: column;
        width: var(--medium_box_width);
        height: var(--box_height);
    }
    
    .box_status_big {
        display: flex;
        flex-direction: column;
        width: var(--big_box_width);
        height: var(--box_height);
        overflow: hidden;
    }
    
    .box_content_two_col {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    .box_content_col_blk {
        width: 100%;
        height: 100%;
        flex-grow: 1;
        text-align: center;
        position: relative;
    }
    
    .box_content_left_blk,
    .box_content_right_blk {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    .box_content_col_blk:nth-child(2) {
        background: #d8d8d812;
    }
    
    .box_title {
        height: 32px;
        background-color: var(--box_title_bg);
        text-indent: 30px;
        font-size: 16px;
        line-height: 32px;
        text-align: left;
    }
    
    .box_content {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background: #fff;
    }
    
    .box_content_table {
        overflow: auto;
        background: #fff;
        flex-grow: 1;
    }
    
    .box_content_table_title {
        font-size: 14px;
        line-height: 28px;
        background: #f7f7f7;
    }
    
    .box_content_table_title>span {
        display: inline-block;
        text-align: center;
    }
    
    .box_content_table_title>span:nth-child(1) {
        width: 6%
    }
    
    .box_content_table_title>span:nth-child(2) {
        width: 29%
    }
    
    .box_content_table_title>span:nth-child(3) {
        width: 18%
    }
    
    .box_content_table_title>span:nth-child(4) {
        width: 27%
    }
    
    .box_content_table_title>span:nth-child(5) {
        width: 16%
    }
    
    .online_num {
        font-size: 72px;
    }
    
    .num_unit {
        font-size: 36px;
    }
    
    #conns>div {
        border: none !important;
        border-radius: 0 !important;
    }
    
    .conns_num {
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #c7f5e2 var(--p), transparent 0%);
    }
    
    .conns_bar {
        height: 100%;
        width: 100%;
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 24px !important;
    }
    
    .ethinfo {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    
    .ethinfo_item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .blk_txt {
        position: absolute;
        font-size: 12px;
        bottom: 0;
        width: 100%;
    }
    
    .blk_txt>span {
        display: block;
    }
    
    #mem_usg {
        top: -8px !important;
    }
    
    #mem_usg_txt::before {
        content: '已用内存：';
    }
    
    #total_mem_txt::before {
        content: '总物理内存：';
    }
    
    #mem_usg_txt::after,
    #total_mem_txt::after {
        content: ' MB';
    }
    
    #buffered_mem_txt::before {
        content: '已缓存：';
    }
    
    #total_buffered_mem_txt::before {
        content: '总物理内存：';
    }
    
    #buffered_mem_txt::after,
    #total_buffered_mem_txt::after {
        content: ' MB';
    }
    
    #swap_usg {
        top: -16px !important;
    }
    
    .ipv4_wan_status,
    .ipv6_wan_status {
        font-size: 24px;
        width: 60px;
        line-height: 40px;
        text-align: center;
    }
    
    #wan4_i,
    #wan6_i {
        margin-right: 10px;
        text-align: center;
    }
    
    .hidden_data {
        display: none;
    }
    /*图标类*/
    
    .online_device {
        background: var(--box_title_bg) url('../icons/card_icon_onlineDevice.svg') no-repeat 5px;
    }
    
    .dhcp_ipv4,
    .dhcp_ipv6 {
        background: var(--box_title_bg) url('../icons/card_icon_dhcp_ipv4.svg') no-repeat 5px;
    }
    
    .active_connection {
        background: var(--box_title_bg) url('../icons/card_icon_active_connection.svg') no-repeat 5px;
    }
    
    .cpu_avg {
        background: var(--box_title_bg) url('../icons/card_icon_cpu_avg.svg') no-repeat 5px;
    }
    
    .cpu_usg {
        background: var(--box_title_bg) url('../icons/card_icon_cpu_usage.svg') no-repeat 5px;
    }
    
    .mem_used {
        background: var(--box_title_bg) url('../icons/card_icon_mem_used.svg') no-repeat 5px;
    }
    
    .mem_buff {
        background: var(--box_title_bg) url('../icons/card_icon_mem_buff.svg') no-repeat 5px;
    }
    
    .interface {
        background: var(--box_title_bg) url('../icons/card_icon_interface.svg') no-repeat 5px;
    }
    
    .network {
        background: var(--box_title_bg) url('../icons/card_icon_network.svg') no-repeat 5px;
    }
    
    .tabs,
    .cbi-tabmenu {
        margin: 0 0 18px;
        padding: 0;
        list-style: none;
        zoom: 1;
    }
    
    .tabs:before,
    .cbi-tabmenu:before,
    .tabs:after,
    .cbi-tabmenu:after {
        display: table;
        content: "";
        zoom: 1;
    }
    
    .tabs:after,
    .cbi-tabmenu:after {
        clear: both;
    }
    
    .tabs>li,
    .cbi-tabmenu>li {
        float: left;
    }
    
    .tabs>li>a,
    .cbi-tabmenu>li>a {
        display: block;
    }
    
    .tabs,
    .cbi-tabmenu {
        background: var(--primary-white);
        border-radius: 10px;
        height: 48px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        overflow: hidden;
        box-shadow: 0px 1px 2px 0px rgb(230 230 230);
        -webkit-box-shadow: 0px 1px 2px 0px rgb(230 230 230);
        -moz-box-shadow: 0px 1px 2px 0px rgb(230 230 230);
    }
    
    .tabs>li,
    .cbi-tabmenu>li {
        flex-grow: 1;
        line-height: 48px;
        text-align: center;
    }
    
    .cbi-tabmenu.map {
        margin: 0;
    }
    
    .cbi-tabmenu.map>li {
        font-size: 16.5px;
        font-weight: bold;
    }
    
    .cbi-tabcontainer>fieldset.cbi-section[id]>legend {
        display: none;
    }
    
    .tabs>li>a,
    .cbi-tabmenu>li>a {
        /* padding: 0 15px;
        margin-right: 2px;
        line-height: 34px;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0; */
    }
    
    .tabs>li>a:hover,
    .cbi-tabmenu>li>a:hover {
        text-decoration: none;
        background-color: var(--thirdly-grey);
        border-top: 1px solid var(--color_info);
    }
    
    .tabs .active>a,
    .tabs .active>a:hover,
    .cbi-tabmenu .active>a,
    .cbi-tabmenu .active>a:hover,
    .cbi-tab>a:link,
    .cbi-tab>a:hover {
        color: var(--color_info);
        background-color: var(--secondary-grey);
        cursor: default;
    }
    
    .tabs .menu-dropdown,
    .tabs .dropdown-menu,
    .cbi-tabmenu .menu-dropdown,
    .cbi-tabmenu .dropdown-menu {
        top: 35px;
        border-width: 1px;
        border-radius: 0 6px 6px 6px;
    }
    
    .tabs a.menu:after,
    .tabs .dropdown-toggle:after,
    .cbi-tabmenu a.menu:after,
    .cbi-tabmenu .dropdown-toggle:after {
        border-top-color: #999;
        margin-top: 15px;
        margin-left: 5px;
    }
    
    .tabs li.open.menu .menu,
    .tabs .open.dropdown .dropdown-toggle,
    .cbi-tabmenu li.open.menu .menu,
    .cbi-tabmenu .open.dropdown .dropdown-toggle {
        border-color: #999;
    }
    
    .tabs li.open a.menu:after,
    .tabs .dropdown.open .dropdown-toggle:after,
    .cbi-tabmenu li.open a.menu:after,
    .cbi-tabmenu .dropdown.open .dropdown-toggle:after {
        border-top-color: #555;
    }
    
    .tab-content>.tab-pane,
    .tab-content>div {
        display: none;
    }
    
    .tab-content>.active {
        display: block;
    }
    
    .breadcrumb {
        padding: 7px 14px;
        margin: 0 0 18px;
        background-color: #f5f5f5;
        background-repeat: repeat-x;
        background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
        background-image: linear-gradient(to bottom, #ffffff, #f5f5f5);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
        border: 1px solid #ddd;
        border-radius: 3px;
        box-shadow: inset 0 1px 0 #ffffff;
    }
    
    .breadcrumb li {
        display: inline;
        text-shadow: 0 1px 0 #ffffff;
    }
    
    .breadcrumb .divider {
        padding: 0 5px;
        color: #bfbfbf;
    }
    
    .breadcrumb .active a {
        color: #404040;
    }
    
    footer {
        margin-top: 17px;
        padding-top: 17px;
        border-top: 1px solid #eee;
    }
    
    .btn.danger,
    .alert-message.danger,
    .btn.danger:hover,
    .alert-message.danger:hover,
    .btn.error,
    .alert-message.error,
    .btn.error:hover,
    .alert-message.error:hover,
    .btn.success,
    .alert-message.success,
    .btn.success:hover,
    .alert-message.success:hover,
    .btn.info,
    .alert-message.info,
    .btn.info:hover,
    .alert-message.info:hover {
        color: #ffffff;
    }
    
    .btn .close,
    .alert-message .close {
        font-family: Arial, sans-serif;
        line-height: 18px;
    }
    
    .btn.danger,
    .alert-message.danger,
    .btn.error,
    .alert-message.error {
        background-color: #c43c35;
        background-repeat: repeat-x;
        background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
        background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        border-color: #c43c35 #c43c35 #882a25;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    }
    
    .btn.success,
    .alert-message.success {
        background-color: #57a957;
        background-repeat: repeat-x;
        background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
        background-image: linear-gradient(to bottom, #62c462, #57a957);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        border-color: #57a957 #57a957 #3d773d;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    }
    
    .btn.info,
    .alert-message.info {
        background-color: #339bb9;
        background-repeat: repeat-x;
        background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
        background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        border-color: #339bb9 #339bb9 #22697d;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    }
    
    .btn,
    .cbi-button {
        cursor: pointer;
        display: inline-block;
        padding: 5px 14px 6px;
        color: var(--primary-white);
        font-size: 13px;
        line-height: normal;
        background: var(--color_info);
    }
    
    .btn:hover,
    .cbi-button:hover {
        color: #333;
        text-decoration: none;
    }
    
    .btn:focus,
    .cbi-button:focus {
        outline: 1px dotted #666;
    }
    
    .btn.primary,
    .cbi-page-actions .cbi-button-apply,
    .cbi-page-actions .cbi-button-save,
    .cbi-page-actions,
    .cbi-button-reset {
        color: #fff;
    }
    
    .cbi-button-reset {
        background: var(--color_warn);
    }
    
    .cbi-input-invalid,
    .cbi-value-error input {
        color: #FF0000;
        border-color: #FF0000;
    }
    
    .cbi-input-up::before
     {
        content: '↑';
        display: block;
        position: absolute;
        top:1;
        left:1;
        color:red;
    }
    .cbi-input-up::before{
        content: '↓';
    }
    .cbi-button-find,
    .cbi-input-find {
        /* background-position: 6px center, left top;
        padding-left: 28px;
        background-image: url('../../resources/cbi/find.gif'), linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); */
        background: var(--color_info);
    }
    
    .cbi-button-add,
    .cbi-input-add {
        background: var(--color_info);
    }
    
    .cbi-button-apply,
    .cbi-input-apply {
        /* background-position: 6px center, left top;
        padding-left: 28px;
        background-image: url('../../resources/cbi/apply.gif'), linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); */
        background: var(--color_info);
    }
    
    .cbi-button-save,
    .cbi-input-save {
        background: var(--color_info);
    }
    
    .cbi-button-reset,
    .cbi-input-reset {
        background: var(--color_warn);
    }
    
    .cbi-button-edit,
    .cbi-input-edit {
        background: var(--color_info);
    }
    
    .cbi-button-remove,
    .cbi-input-remove,
    .cbi-section-remove input {
        background: var(--color_warn);
    }
    
    .cbi-button-reload,
    .cbi-input-reload,
    .cbi-button.mar-10 {
        background: var(--color_info);
    }
    
    .cbi-button-link,
    .cbi-input-link {
        background: var(--color_importan);
    }
    
    .cbi-button-download,
    .cbi-input-download {
        background-position: 6px center, left top;
        padding-left: 28px;
        background-image: url('../../resources/cbi/download.gif'), linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    }
    
    .btn.active,
    .btn:active {
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    }
    
    .btn.disabled {
        cursor: default;
        background-image: none;
        filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
        filter: alpha(opacity=65);
        -khtml-opacity: 0.65;
        -moz-opacity: 0.65;
        opacity: 0.65;
        box-shadow: none;
    }
    
    .btn[disabled] {
        cursor: default;
        background-image: none;
        filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
        filter: alpha(opacity=65);
        -khtml-opacity: 0.65;
        -moz-opacity: 0.65;
        opacity: 0.65;
        box-shadow: none;
    }
    
    .btn.large {
        font-size: 15px;
        line-height: normal;
        padding: 9px 14px 9px;
        border-radius: 6px;
    }
    
    .btn.small {
        padding: 7px 9px 7px;
        font-size: 11px;
    }
    
     :root .alert-message,
     :root .btn {
        border-radius: 0 0;
    }
    
    button.btn::-moz-focus-inner,
    input[type=submit].btn::-moz-focus-inner {
        padding: 0;
        border: 0;
    }
    
    .close {
        float: right;
        color: #000000;
        font-size: 20px;
        font-weight: bold;
        line-height: 13.5px;
        text-shadow: 0 1px 0 #ffffff;
        filter: alpha(opacity=25);
        -khtml-opacity: 0.25;
        -moz-opacity: 0.25;
        opacity: 0.25;
    }
    
    .close:hover {
        color: #000000;
        text-decoration: none;
        filter: alpha(opacity=40);
        -khtml-opacity: 0.4;
        -moz-opacity: 0.4;
        opacity: 0.4;
    }
    
    .alert-message,
    .errorbox {
        position: relative;
        padding: 7px 15px;
        margin-bottom: 18px;
        color: #404040;
        background-color: #eedc94;
        background-repeat: repeat-x;
        background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
        background-image: linear-gradient(to bottom, #fceec1, #eedc94);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        border-color: #eedc94 #eedc94 #e4c652;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        border-width: 1px;
        border-style: solid;
        border-radius: 4px;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    }
    
    .alert-message .close {
        margin-top: 1px;
        *margin-top: 0;
    }
    
    .alert-message a {
        font-weight: bold;
        color: #404040;
    }
    
    .alert-message.danger p a,
    .alert-message.error p a,
    .alert-message.success p a,
    .alert-message.info p a {
        color: #ffffff;
    }
    
    .alert-message h5 {
        line-height: 18px;
    }
    
    .alert-message p {
        margin-bottom: 0;
    }
    
    .alert-message div {
        margin-top: 5px;
        margin-bottom: 2px;
        line-height: 28px;
    }
    
    .alert-message .btn {
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    }
    
    .label {
        padding: 8px 16px 8px;
        font-size: 9.75px;
        color: #ffffff !important;
        text-transform: uppercase;
        white-space: nowrap;
        background-color: #bfbfbf;
        text-shadow: none;
        border-radius: 5px;
    }
    
    a.label:link,
    a.label:visited {
        color: #ffffff;
    }
    
    a.label:hover {
        text-decoration: none;
    }
    
    .label.important {
        background-color: #c43c35;
    }
    
    .label.warning {
        background-color: #f89406;
    }
    
    .label.success {
        background-color: #46a546;
    }
    
    .label.notice {
        background-color: #62cffc;
    }
    /* LuCI specific items */
    
    .hidden {
        display: none
    }
    
    #memtotal>div,
    #memfree>div,
    #memcache>div,
    #membuff>div,
    #conns>div {
        border: 1px solid #CCCCCC;
        border-radius: 3px 3px 3px 3px;
        color: #808080;
        display: inline-block;
        font-size: 13px;
        line-height: 18px;
    }
    
    #xhr_poll_status {
        cursor: pointer;
    }
    
    form.inline {
        display: inline
    }
    
    #modemenu li:last-child span.divider {
        display: none
    }
    
    #syslog {
        width: 100%;
    }
    
    .cbi-section-table-row td {
        text-align: center;
    }
    
    .cbi-section-table tbody tr:nth-child(odd) td,
    .cbi-section-table tbody tr:nth-child(odd) th {
        /* background-color: #f9f9f9; */
    }
    
    .cbi-section-table tbody tr:hover td,
    .cbi-section-table tbody tr:hover th {
        background-color: #f7f7f7;
    }
    
    .cbi-section-table tr.cbi-section-table-descr th {
        font-weight: normal;
    }
    
    .left {
        text-align: left !important;
    }
    
    .right {
        text-align: right !important;
    }
    
    .cbi-value-field {
        line-height: 1.5em;
    }
    
    .cbi-value-field input[type=checkbox],
    .cbi-value-field input[type=radio] {
        margin-top: 8px;
        margin-right: 6px;
    }
    
    table table td,
    .cbi-value-field table td {
        border: none;
    }
    
    table.cbi-section-table input,
    table.cbi-section-table textarea,
    table.cbi-section-table select {
        width: auto;
    }
    
    table.cbi-section-table td.cbi-section-table-cell {
        white-space: nowrap;
        text-align: right;
    }
    
    table.cbi-section-table td.cbi-section-table-cell select {
        width: inherit;
    }
    
    table.valign-middle td {
        vertical-align: middle;
    }
    
    .cbi-value-description {
        display: inline;
    }
    
    .cbi-value-description img {
        vertical-align: middle;
    }
    
    .cbi-section-error {
        border: 1px solid #FF0000;
        border-radius: 3px;
        background-color: #FCE6E6;
        padding: 5px;
    }
    
    .cbi-section-error ul {
        margin: 0 0 0 20px;
    }
    
    .cbi-section-error ul li {
        color: #FF0000;
        font-weight: bold;
    }
    
    .ifacebox {
        background-color: #FFFFFF;
        border: 1px solid #CCCCCC;
        margin: 0 10px;
        text-align: center;
        white-space: nowrap;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        border-radius: 5px;
    }
    
    .ifacebox .ifacebox-head {
        border-bottom: 1px solid #CCCCCC;
        padding: 2px;
    }
    
    .ifacebox .ifacebox-body {
        padding: 6px;
    }
    
    .ifacebadge {
        display: inline-block;
        white-space: nowrap;
        background-color: #FFFFFF;
        border: 1px solid #CCCCCC;
        padding: 2px;
        margin-left: 2px;
        background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        border-radius: 4px;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        cursor: default;
    }
    
    .ifacebadge img {
        width: 16px;
        height: 16px;
        vertical-align: middle;
    }
    
    .ifacebadge-active {
        border-color: #000000;
        font-weight: bold;
    }
    
    .zonebadge {
        padding: 2px;
        border-radius: 4px;
        display: inline-block;
        white-space: nowrap;
        color: #666666;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        cursor: pointer;
    }
    
    .zonebadge>em,
    .zonebadge>strong {
        margin: 5px;
        display: inline-block;
    }
    
    .zonebadge input {
        width: 6em;
    }
    
    .zonebadge-empty {
        border: 1px dashed #AAAAAA;
        color: #AAAAAA;
        font-style: italic;
        font-size: smaller;
    }
    
    div.cbi-value var,
    td.cbi-value-field var {
        font-style: italic;
        color: #0069D6;
    }
    
    .uci-change-list {
        font-family: monospace;
    }
    
    .uci-change-list ins,
    .uci-change-legend-label ins {
        text-decoration: none;
        border: 1px solid #00FF00;
        background-color: #CCFFCC;
        display: block;
        padding: 2px;
    }
    
    .uci-change-list del,
    .uci-change-legend-label del {
        text-decoration: none;
        border: 1px solid #FF0000;
        background-color: #FFCCCC;
        display: block;
        font-style: normal;
        padding: 2px;
    }
    
    .uci-change-list var,
    .uci-change-legend-label var {
        text-decoration: none;
        border: 1px solid #CCCCCC;
        background-color: #EEEEEE;
        display: block;
        font-style: normal;
        padding: 2px;
    }
    
    .uci-change-list var ins,
    .uci-change-list var del {
        /*display: inline;*/
        border: none;
        white-space: pre;
        font-style: normal;
        padding: 0px;
    }
    
    .uci-change-legend {
        padding: 5px;
    }
    
    .uci-change-legend-label {
        width: 150px;
        float: left;
    }
    
    .uci-change-legend-label>ins,
    .uci-change-legend-label>del,
    .uci-change-legend-label>var {
        float: left;
        margin-right: 4px;
        width: 10px;
        height: 10px;
        display: block;
    }
    
    .uci-change-legend-label var ins,
    .uci-change-legend-label var del {
        line-height: 6px;
        border: none;
    }
    
    #canv {
        position: fixed;
        z-index: -1;
    }