.mono {font: normal 14px "Cascadia Code", Consolas, Menlo, Monaco, monospace}
div.ace_content, div.ace_content div, div.ace_content span, div.ace_gutter-cell {font: normal 16px Consolas, Menlo, Monaco, monospace}
input, body, span, p, div, td, select, a, textarea {font-family: Raleway, sans-serif}
body {background-color: var(--bs-body-bg); font: normal 15px Raleway, sans-serif; color: var(--bs-body-color); margin: 0}
div, td, select, a, input, label {font: normal 14px Raleway, sans-serif}
th {font: bold 14px Raleway, arial}
a {outline: none; text-decoration:none !important; cursor: pointer}

li, button {outline: none !important}
a.button_link {background-color: #888; border: 1px solid #fff; padding: 2px; color: #fff; text-decoration: none}

img {border: 0}
span.icon {border: 1px solid #369; padding: 3px 2px; background-color: #e9eff8; color: #369}

.subtext {color: var(--bs-success) !important; font-size: 12px}
.subred {color: var(--bs-danger) !important; font-size: 12px}

img.btn {cursor: pointer; margin: 5px}

div.all_clear {clear: both; margin: 0; font-size: 1px}

.field_in_error {box-shadow: rgba(255, 0, 0, 0.4) 0 0 1px 1px}

button img {
    position: relative;
    top: 2px;
    margin: 0 7px 1px 0;
}

span.h {font-size: 10px}
span.h em {color: var(--bs-danger); font-style: normal}
span.h span {color: var(--bs-success); font-style: normal}

div.title_number {
    margin-right: 10px;
    float: left;
    background-color: #666;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    text-align: center;
}

.tooltip-inner {
    text-align: left;
}

table.table a {
    color: var(--bs-link-color) !important;
}

a.n {font-weight:bold;color:#16f !important}
span.cmp, a.cmp {color:#000;font-weight:bold}
a.a {color:#16f !important}
a.ph {color:#16f !important}
span.g {color:var(--bs-success)}
span.gb {color:var(--bs-success);font-weight:bold}
span.small, a.small {font-size:10px}
a.menu i {float:right}

td>em {
    color: #16f;
    font-style: normal;
}

tr.mrow i.fa-comment {
    color: var(--bs-success);
}

.nw {
    white-space: nowrap;
}

.nwc {
    white-space: nowrap;
    text-align: center;
}

.nwr {
    white-space: nowrap;
    text-align: right;
}

.nwrb {
    white-space: nowrap;
    text-align: right;
    font-weight: bold;
}

table tr.disabled td {
    opacity: 0.4;
}

h2.group {
    font-size: 1.6em !important;
    font-weight: bold;
    line-height: 1em;
    color: #bbb !important;
    margin: 16px 0 0 0 !important;
}

div.warnings div.btn-group {
    margin: 0 7px 7px 0;
}

div.warnings div.btn-group button:first-child {
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

a.smslink {
    float: right;
    margin:0 30px 0 0;
}

a.creport {
    float: right;
    margin:0 10px 0 0;
}

div.extras {
    background-color: var(--bs-secondary);
    color: #fff;
    padding: 2px 2px 3px 4px;
    margin: 2px 0;
}

div.cname {
    float: left;
    margin: 1px 0 0 6px;
}

div.cname div {
    height: 32px;
    width: 32px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
}

div.sd {
    color: var(--bs-secondary);
    font-size: 10px;
    float: right;
    text-align: right;
    margin-left: 3px;
}

span.comp {
    margin-left:5px;
}

div.f {
    float: right;
}

div.f i {
    margin-left: 3px;
}

button.close {
    background: none;
    border: 0;
}

td.s {
    max-width: 200px;
}

td.s, td.s a {
    font-size: 12px;
}

td.sn {
    font-size: 12px;
    white-space: nowrap;
}

td.p {
    min-width: 95px;
    max-width: 124px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.pt span {
    float:left;
    font-size:11px !important;
}

.blink_me {
    animation: blinker 0.4s linear 4;
}

@keyframes blinker {
    50% {opacity: 0}
}

a.qc {
    position: absolute;
    right: 2px;
    opacity: .7;
    bottom: 0;
}

.cell-disabled {
    background: repeating-linear-gradient(45deg, #fee, #fee 6px, #fdd 6px, #fdd 12px) !important;
}

div.bc {
    display: inline-block;
    position: relative;
    margin-right: 5px;
}

a.st0 i {color: rgba(93,93,93,0.4) !important}
a.st1 i {color: var(--bs-success) !important}

.nw0 a, .nw0, .nw0 a i {
    white-space: nowrap;
    color:var(--bs-success) !important;
}

.nw1 a, .nw1, .nw1 a i, .hot {
    white-space: nowrap;
    color:var(--bs-orange) !important;
}

.nw2 a, .nw2, .nw2 a i {
    white-space: nowrap;
    color:#d00 !important;
}

progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: #ccc;
    width: 100%;
    height: 5px;
    border: 0;
}

progress[value]::-webkit-progress-bar {
    background-color: #ccc;
}

progress[value]::-webkit-progress-value {
    background-color: var(--bs-link-color);
}

progress::-moz-progress-bar {
    background-color: var(--bs-link-color);
}

div.pc {
    margin: 5px 0 -5px 0;
}

div.pc div {
    float: right;
}

div.pc.p0 div {
    color: #d00;
}

div.pc.p1 div {
    color: var(--bs-orange);
}

div.pc.p2 div {
    color: var(--bs-success);
}

div.sep {
    margin: 16px -28px;
    border-top: 1px solid rgba(0,2,4,.7);
}

tr.sticky th {
    background: white !important;
    position: sticky;
    top: 0;
    z-index: 100;
}

i.admin {
    position: absolute;
    right: 12px;
    bottom: 12px;
    color: #d1b000;
}

div.sep {
    margin: 16px -28px;
    border-top: 1px solid rgba(99,99,99,.3);
}

a.geo {
    float: right;
    margin: 0 0 5px 5px;
}

div.pill {
    background: var(--bs-success);
    padding: 1px 5px;
    font-weight: bold;
    color: #fff;
    font-size: 11px;
    width: max-content;
    border-radius: 6px;
    margin-top: 5px;
}

td.c div.c, td.h div.h {
    max-width: 160px;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: nowrap;
    display: block;
    scrollbar-width: thin;
}

td.c div.c::-webkit-scrollbar, td.h div.h::-webkit-scrollbar {
    width: 8px;
}

td.c div.c::-webkit-scrollbar-thumb, td.h div.h::-webkit-scrollbar-thumb {
    background-color: rgba(130, 130, 130, 0.2);
    border-radius: 6px;
    border: 2px solid rgba(130, 130, 130, 0.3);
}

td.c a, td.h a {
    display: block;
    padding: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none !important;
    font-size: 11px !important;
}

tr.selected {
    box-shadow: 0 0 0 .16rem rgb(13 110 253 / 32%);
}

i.f {
    float: right;
    margin: 0 0 5px 5px;
}

div.invl {
    border-top: 1px solid var(--bs-border-color);
    margin-top: 0.5rem;
    padding-top: 0.5rem;
}

.grayed {
    filter: grayscale(100%);
    opacity: 0.5;
}

.copied {
    position: relative;
}

.copied:after {
    position: absolute;
    content: "Copied!";
    color: #48e;
    top: 0;
    left: calc(100% + 8px);
    padding-left: 8px;
    font-size: 13px;
}

.copylabel {
    position: relative;
    color: #18e;
}

.copylabel:hover:after {
    position: absolute;
    content: "Copy";
    color: #18e;
    top: 0;
    left: calc(100% + 8px);
    padding-left: 8px;
    font-size: 13px;
}

.nav-underline > li .active {
    font-weight: normal !important;
    border-color: var(--bs-link-color) !important;
}

.nav-underline {
    --bs-nav-underline-gap: 0 !important;
}

.nav-underline .nav-link {
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x) !important;
}

#id_main_menu i {
    font-size: 19px;
    margin-right: 0.5rem !important;
}

.callout {
    padding: 1.25rem;
    color: var(--callout-color, inherit);
    background-color: var(--callout-bg, var(--bs-gray-100));
    border-left: 0.25rem solid var(--callout-border, var(--bs-gray-300));
    position: relative;
    height: 100%;
}

.callout-primary {
    --callout-color: var(--bs-primary-text-emphasis);
    --callout-bg: var(--bs-primary-bg-subtle);
    --callout-border: var(--bs-primary-border-subtle);
}

.callout-secondary {
    --callout-color: var(--bs-secondary-text-emphasis);
    --callout-bg: var(--bs-secondary-bg-subtle);
    --callout-border: var(--bs-secondary-border-subtle);
}

.callout-success {
    --callout-color: var(--bs-success-text-emphasis);
    --callout-bg: var(--bs-success-bg-subtle);
    --callout-border: var(--bs-success-border-subtle);
}

.callout-danger {
    --callout-color: var(--bs-danger-text-emphasis);
    --callout-bg: var(--bs-danger-bg-subtle);
    --callout-border: var(--bs-danger-border-subtle);
}

.callout-warning {
    --callout-color: var(--bs-warning-text-emphasis);
    --callout-bg: var(--bs-warning-bg-subtle);
    --callout-border: var(--bs-warning-border-subtle);
}

.callout-info {
    --callout-color: var(--bs-info-text-emphasis);
    --callout-bg: var(--bs-info-bg-subtle);
    --callout-border: var(--bs-info-border-subtle);
}

.callout-orange {
    --callout-color: var(--bs-orange);
    --callout-bg: #351807;
    --callout-border: var(--bs-orange);
}

.callout-lightgreen {
    --callout-color: #439a2b;
    --callout-bg: #112b11;
    --callout-border: #439a2b;
}

.callout-pink {
    --callout-color: #dd4bb5;
    --callout-bg: #4b103d;
    --callout-border: #dd4bb5;
}

label em {
    color: var(--bs-danger);
    font-size: 18px;
    line-height: 10px;
    margin-left: 4px;
    font-family: Cascadia, monospace;
    font-style: normal;
}
