﻿@font-face {
    font-family: 'neon';
    src: url('/inc/neon.woff2') format('woff2');
}

:root {
    --color-bg: #f7f7f7;
    /*--color-bg: #f6f8fa;*/
    --color-txt: #333;
    --border-color: #333; /*#ccc;*/
    --placeholder-color: #999;
    --border: solid 1px var(--border-color);
    --border-color-focus: #06f;
    --border-radius: 6px;
    --primary-blue: #06f;
    --primary-blue-outline: 1px solid var(--primary-blue);
    --font-size: 16px;
    --error-color: #f00;
    --success-color: #060;

    /* https://rsms.me/inter/ & https://modernfontstacks.com/ */
    --font-family: Inter, system-ui, sans-serif;
    font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */


    --font-regular: 400 var(--font-size) var(--font-family);
    /*--font-medium: 600 var(--font-size) var(--font-family);*/

    --font-medium: 700 18px var(--font-family);
}

/* https://rsms.me/inter/ */
@supports (font-variation-settings: normal) {
    :root {
        font-family: InterVariable, system-ui, sans-serif;
    }
}

html, body {
    margin: 0;
    border: 0;
    padding: 0;
    font: var(--font-regular);
    background-color: var(--color-bg);
    color: var(--color-txt);
    /*height:100%;*/
}

a {
 /*   font: var(--font-medium);
    color: var(--primary-blue);
    text-decoration-color: var(--color-txt);*/
    color: var(--color-txt);
    outline: none;
    text-decoration: none;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

    a:hover, a:focus {
        text-decoration: underline;
    }

div {
    display: block;
    box-sizing: border-box;
}

fieldset {
    margin: 0;
    border: 0;
    padding: 0;
}

form {
    outline: 0;
}

label {
    padding-bottom: 5px;
    font-weight: 500;
}

input, select, textarea {
    margin: 0;
    border: solid 1px #ddd;
    border-radius: 6px;
    padding: 15px;
    outline: 0;
    color: #333;
    font-size: 16px;
    flex: 1;
}

textarea {
    resize: none;
}

    input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
        border-color: #333;
        outline: 1px solid #333;
    }

    input::placeholder, textarea::placeholder, select:has(option[value=""]:checked) {
        color: var(--placeholder-color);
    }

input[type="radio"] {
    display: none;
}
.radio-container {
    display: flex;
    border-radius: 6px;
    background-color: #fff;
}

    .radio-container:hover {
        border-color: #333;
        outline: 6px;
    }

    .radio-container label {
        margin: 0 0 0 -1px;
        border: solid 1px #ddd;
        padding: 10px;
        outline: 0;
        /*color: #333;*/
        font: var(--font-regular);
        /*font-size: 16px;*/
        flex: 1;
        cursor: pointer;
        white-space: nowrap;
        user-select: none;
    }

    .radio-container input[type="radio"]:checked + label {
        background-color: #333;
        border-color: #333;
        color: #fff;
        z-index: 1;
    }

    .radio-container label:first-of-type {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        margin-left: 0;
    }

    .radio-container label:last-of-type {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .radio-container:hover label {
        border-color: #333;
        /*outline: 1px solid #333;*/
    }
    .radio-container:hover {
        outline: 1px solid #333;
    }

button {
    /*font: var(--font-medium);*/
    font: var(--font-regular);
    font-size: 16px;
    font-weight: 600;
    /*font-size: 20px;*/
    background-color: #333;
    color: #fff;
    margin: 0;
    border: var(--border);
    border-radius: 6px;
    border-color: #333;
    padding: 15px 0;
    cursor: pointer;
    text-align: center;
    user-select: none;
    outline: none;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

    button:hover {
        background-color: #3c3c3c;
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 3px;
    }

    button.disabled {
        cursor: not-allowed;
    }

    fieldset[disabled] button {
        text-decoration: none;
        cursor: initial;
    }

fieldset[disabled] input:hover, fieldset[disabled] input:focus, fieldset[disabled] textarea:hover, fieldset[disabled] textarea:focus, fieldset[disabled] select:hover, fieldset[disabled] select:focus {
    border-color: #ddd;
    outline: 0;
}

h1 {
    /*font: var(--font-medium);
    font-size: 2em;*/
    font: 900 32px var(--font-family);

    margin: 0;
    padding: 10px 0;
    text-align: center
}
#edit {
    display: none;
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    background-color: rgba(51, 51, 51, 0.75);
}

section.edit {
    width: 450px;
    margin: 100px auto 0 auto;
    border-radius: 6px;
    padding: 20px;
    background-color: #f7f7f7;
    outline: 0;
}
    section.edit .subhead {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
        section.edit .subhead i.bx {
            font-size: 24px;
            margin: 0;
            cursor: pointer;
        }

        section.sec, section.org {
            /*background-color: #eee;*/
            /*border: 0;
    border-radius: 6px;*/
            width: 450px;
            margin: auto;
            padding: 20px 10px;
            /*box-sizing: border-box;
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);*/
            outline: 0;
        }
    section.org .subhead {
        margin-bottom: 0;
    }
    section.org .lbl {
        padding: 20px 0 10px 0;
        font-weight: 500;
    }
    section.org .txt {
       /* font-weight: 500;*/
       display: flex;
       align-items: center;
       margin-bottom: 10px;
    }
    section.org .agree {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
    }
    section.org div.agree a {
        text-decoration: underline;
    }
#content {
        display: flex;
        height: 100vh;
    }
#lhs {
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    /*background-color: #333;*/
    line-height: 0;
    border-right: solid 1px #ddd;
}
#lhs-tel {
    /*color: var(--color-txt);*/
    margin-top: 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
}
    #lhs-tel > a {
        font-weight: 500;
    }
    #lhs-tel > a:hover, #lhs-tel > a:focus {
        text-decoration: underline;
    }
#lhs-menu {
    margin: 40px 0 20px 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    line-height: initial;
    /*color: var(--color-bg);*/
    font-weight: 500;
}



    #lhs-menu div {
        /*color: var(--color-txt);*/
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        text-decoration: none;
    }

        #lhs-menu div > i {
            font-size: 24px;
        }
        #lhs-menu div > a {
            font-weight: 500;
        }

        #lhs-menu div > a:hover, #lhs-menu div > a:focus {
            text-decoration: underline;
        }


#lhs-foot {
    line-height: initial;
    font-size: 12px;
    color: #999;
}
#rhs {
    background-color: var(--color-bg);
    flex: 1;
    display: flex;
    flex-direction: column;
    line-height: initial;
    overflow-y: scroll;
    padding: 0 20px 20px 20px;
}
#rhs-menu {
    padding: 20px 0;
    margin-bottom: 20px;
    background-color: var(--color-bg);
    border-bottom: solid 1px #ddd;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 1;
}
    #rhs-menu > div {
        font-weight: 500;
    }
    #rhs-menu div/* > a*/ {
        /*color: var(--color-txt);*/
        display: flex;
        align-items: center;
        text-decoration: none;
    }
        #rhs-menu div > a:hover, #rhs-menu div > a:focus {
            text-decoration: underline;
        }
#rhs-menu-l {
    flex: 1;
    display: flex;
    column-gap: 20px;
}
#rhs-menu-r {
    flex: 1;
    display: flex;
    column-gap: 20px;
    justify-content: flex-end;
}
#rhs-menu-r i.bx {
    font-size: 24px;
}
i.bx, i.bxf {
    font-size: 20px;
    margin-right: 5px;
}
#rhs-body {
/*    background: red;
*/    flex: 1;
    line-height: initial;
    max-width: 1280px;
    margin: 0 auto;
}
#header {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
}
    #header i.bx {
        font-size: 24px;
    }
.subhead {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    /*color: #666;*/
    font-size: 20px;
    font-weight: 600;
}
table {
    border: 0;
    border-collapse: collapse;
    /*font-size: 12px;*/
    margin: 0;
    padding: 0;
    table-layout: fixed;
    /*background-color: aqua;*/
    background-color: var(--color-bg);
}
tr:hover {
    background-color: #eee;
}
tr.header:hover {
    background-color: initial;
}
th, td {
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 20px 10px;
    text-align: left;
    /*https://stackoverflow.com/a/11877033*/
    /*max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}
    td a {
        text-decoration: underline;
    }

th {
    color: #999;
    font-weight: 400;
}
th > div {
    display: flex;
    align-items: center;
}
    th > div > i {
        cursor: pointer;
        margin-left: -5px;
    }
    th > div > i[data-filter] {
        color:red;
    }



.dropdown {
    position: relative;
    padding: 5px 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    background-color: #eee;
    color: #333;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    cursor: pointer;
}
.filter {
    flex: 1;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 6px;
    padding: 15px;
    position: absolute;
    display: none;
    align-self: flex-start;
    margin-top: 25px;
    margin-left: -20px;
    flex-direction: column;
    row-gap: 15px;
}
.filter > div {
    display: flex;
    align-items: center;
}
    .dropdown:hover .filter {
    display: flex;
}



.status {
    display: inline;
    padding: 5px 10px;
    border-radius: 6px;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}
.amber {
    background-color: #ffe5d0;
    color: #984c0c;
}
.blue {
    background-color: #cfe2ff;
    color: #084298;
}
.green {
    background-color: #d1e7dd;
    color: #0f5132;
}
.red {
    background-color: #f8d7da;
    color: #842029;
}
.grey {
    background-color: #eee;
    color: #333;
}
.yes {
    margin-right: 10px;
    background-color: #d1e7dd;
    color: #0f5132;
    font-size: 12px;
    font-weight: 500;
}
.no {
    margin-right: 10px;
    background-color: #f8d7da;
    color: #842029;
    font-size: 12px;
    font-weight: 500;
}
tr.port td {
    border-bottom: 0;
}
tr.note th, tr.note td {
    /*padding-top: 0;
    padding-bottom: 0;*/
    border-bottom: 0;
    font-style: italic;
}
tr.nums th, tr.nums td {
    font-variant-numeric: tabular-nums;
    vertical-align: top;
}
td.cli {
    font-variant-numeric: tabular-nums;
}
td.doc {
    /*display: flex;
    align-items: center;
    text-decoration: none;*/
}
    td.doc img {
        height: 20px;
        margin-right: 10px;
        vertical-align: middle;
    }
    td.doc i.bx {
        height: 24px;
        margin-right: 10px;
        vertical-align: middle;
    }
a .download {
    display: flex;
    align-items: center;
    text-decoration: none;
}
    a.download i.bx {
        font-size: 24px;
        margin: 0;
    }
div.emulate {
   display: flex;
   align-items: center;
}
div.emulate i {
    font-size: 24px;
    cursor: pointer;
}
div.fi {
    margin-right: 10px; 
}
#analytics {
    width: 100%;
    font-size: 12px;
}
#analytics div.status {
   margin: 5px 0;
}
    #analytics th, #analytics td {
        padding: 5px 0;
    }
    #analytics tr td:last-child {
        max-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

#virtual-logs {
    width: 100%;
    font-size: 12px;
}

    #virtual-logs div.status {
        margin: 5px 0;
    }

    #virtual-logs th, #virtual-logs td {
        padding: 5px 0;
    }

    #virtual-logs tr td:last-child, #virtual-logs tr td:nth-child(8) {
        max-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    #virtual-logs tr td:nth-child(8), #virtual-logs tr td:nth-child(9) {
        padding-right: 20px;
        max-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #dashboard {
    padding-top: 20px;
    display: flex;
    gap: 20px;
}
    #dashboard > div {
        flex: 1;
        background: #fff;
        border: solid 1px #ddd;
        border-radius: 6px;
        padding: 15px;
        font-size: 16px;
        font-weight: 500;
    }
        #dashboard > div > div {
            margin-top: 15px;
            display: flex;
            font-size: 32px;
            font-weight: 700;
            word-spacing:10px;
            flex-wrap: wrap;
        }
    #dashboard #status_count, #dashboard #nums_locale, #dashboard #exts_lics, #dashboard #wb_exts_sum {
        font-size: 16px;
        font-weight: 500;
        display: flex;
        gap: 20px;
    }
    /*#dashboard #nums_locale div.fi {
        margin: 0;
    }*/
/*field start*/
#bulk {
    padding-top: 20px;
    display: flex;
    gap: 10px;
}
    #bulk div.lbl {
        padding: 20px 0 10px 0;
        font-weight: 500;
    }
    #bulk div.txt {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    #bulk > div:last-child {
        border: 1px solid #ddd;
        border-radius: 6px;
        background-color: #fff;
        /*flex: 1;*/
        /*background: #fff;
        border: solid 1px #ddd;
        border-radius: 6px;
        padding: 15px;
        font-size: 16px;
        font-weight: 500;*/
    }
    #bulk div.ma {
        display: inline;
        margin: 0 10px 10px 0;
        padding: 5px 10px;
        border-radius: 6px;
        background-color: #eee;
        color: #333;
        font-size: 10px;
        white-space: nowrap;
    }
div.break {
    flex-basis: 100%;
    width: 0;
    height: 0;
}
.field {
    margin: 0;
    border: 0;
    padding: 10px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    align-content: flex-start;
}

    .field:focus-within > input {
        border-color: #333;
    }
    /*.field:focus-within > button i {*/
    .field:focus-within > label i {
        color: var(--text-color);
    }

    .field a {
        padding-top: 5px
    }

    .field i {
        color: var(--border-color);
    }

    .field button i {
        color: #fff;
    }

    .field .hint {
        color: #999;
        font-size: 12px;
        padding-top: 5px
    }

        .field .hint a {
            font-size: 12px;
        }

    .field .mono {
        font-family: 'neon', var(--font-family);
    }

        .field .mono::placeholder {
            font-family: 'neon', var(--font-family);
            /*font: var(--font-regular);*/
        }
.err, .success, .info {
    flex-basis: 100%;
    margin-top: 10px;
    padding: 10px;
    border-radius: 6px;
    color: #842029;
    display: none;
    /*font-size: 18px;*/
    margin-bottom: 0;
}

.err {
    background-color: #f8d7da;
}

.success {
    background-color: #d1e7dd;
}

.info {
    background-color: var(--color-bg);
    color: var(--color-txt);
    display: block;
    font: var(--font-medium);
}

.err a, .success a {
    color: #842029;
    text-decoration: underline;
}

.success, .success a {
    color: #0f5132;
}

.search {
    padding: 20px 0 0 0;
    display: flex;
    align-items: center;
}
    .search i.bx {
        margin:0;
        padding: 10px;
        font-size: 24px;
        cursor: pointer;
    }
    .search > div {
        width: 150px;
        text-align: right;
    }

/*button:hover i.bx {
    text-decoration: none;
}*/
/*field finish*/