@font-face {
    font-family: FiraCode-Bold;
    src: url(/fonts/FiraCode-Bold.ttf);
}

@font-face {
    font-family: FiraCode-Regular;
    src: url(/fonts/FiraCode-Regular.ttf);
}

body {
    background-color: black;
    color: lightblue;
}

tt {
    font-family: FiraCode-Regular;
}

h1 {
    font-family: FiraCode-Bold;
    text-align: center;
}

.identicon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20%;
    box-shadow: inset rgba(255, 255, 255, 0.6) 0 2px 2px, inset rgba(0, 0, 0, 0.3) 0 -2px 6px;
    transition: border-radius 2.5s;
    transition-delay: 3s;
  }

.identicon:hover {
    border-radius: 6.25%;
    transition-delay: 1s;
}

.limbic-window-caption-button {
    display: inline-block;
    padding: 0 6px;
    line-height: 25px;
    cursor: pointer;
    user-select: none;
}

.limbic-menu-separator {
    height: 1px;
    padding: 0;
    margin: 4px 12px;
    background: #cccccc;
    pointer-events: none;
}

.w3-bar-block .limbic-charts-favorite {
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: left;
}

.limbic-charts-favorite-star {
    cursor: pointer;
    user-select: none;
}

.limbic-charts-favorite-label {
    flex: 1;
    cursor: pointer;
    user-select: none;
}

.w3-bar .w3-button {
    white-space: nowrap;
}

.limbic-fi-menu {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.limbic-menu-mark {
    display: block;
    flex: 0 0 22px;
    height: 22px;
    width: 22px;
    padding: 0;
}

.limbic-about {
    background-color: #000;
    color: #8ed4e8;
    text-align: center;
    padding: 12px 16px 16px;
    box-sizing: border-box;
}

.limbic-about-lockup {
    display: block;
    width: 100%;
    max-width: 440px;
    height: auto;
    margin: 0 auto;
}

.limbic-about p {
    margin: 8px 0 0;
    font-family: FiraCode-Regular, monospace;
    text-align: left;
}

.limbic-about a {
    color: #b8ecff;
}

.limbic-privacy,
.limbic-disclaimer,
.limbic-terms,
.limbic-contact {
    background-color: #000;
    color: #8ed4e8;
    text-align: left;
    padding: 12px 16px 16px;
    min-height: 100%;
    box-sizing: border-box;
    font-family: FiraCode-Regular, monospace;
    font-size: 13px;
    line-height: 1.45;
    overflow-y: auto;
}

.limbic-privacy p,
.limbic-disclaimer p,
.limbic-terms p,
.limbic-contact p {
    margin: 0 0 10px;
}

.limbic-privacy a,
.limbic-disclaimer a,
.limbic-terms a,
.limbic-contact a {
    color: #b8ecff;
}

.limbic-phone-opt-in {
    text-align: left;
    font-size: 0.92em;
    line-height: 1.4;
}

.limbic-phone-opt-in-lockup {
    display: block;
    max-width: 200px;
    max-height: 90px;
    width: auto;
    height: auto;
    margin: 0 auto 8px;
}

.limbic-phone-opt-in-brand {
    text-align: center;
    margin: 0 0 8px;
}

.limbic-help {
    display: flex;
    height: 100%;
    box-sizing: border-box;
    background: #000;
    color: #8ed4e8;
    font-family: FiraCode-Regular, monospace;
    font-size: 13px;
    line-height: 1.45;
}

.limbic-help-nav {
    width: 11.5em;
    flex-shrink: 0;
    overflow-y: auto;
    border-right: 1px solid #333;
}

.limbic-help-nav-item {
    padding: 8px 12px;
    cursor: pointer;
    user-select: none;
}

.limbic-help-nav-item:hover {
    background: #1a1a1a;
}

.limbic-help-nav-item.current {
    background: #1565c0;
    color: #ffffff;
}

.limbic-help-main {
    flex: 1;
    overflow-y: auto;
    padding: 12px 16px 20px;
}

.limbic-help-main h1 {
    font-family: FiraCode-Bold, monospace;
    font-size: 1.15em;
    text-align: left;
    margin: 0 0 10px;
}

.limbic-help-main p,
.limbic-help-main ul {
    margin: 0 0 10px;
}

.limbic-help-main code {
    color: #b8ecff;
}

.limbic-help-main ul {
    padding-left: 1.3em;
}

.limbic-help-figure {
    margin: 0 0 12px;
}

.limbic-help-figure img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 1px solid #333;
    background: #111;
}

.limbic-help-figure figcaption {
    margin-top: 6px;
    color: #6aa8b8;
    font-size: 12px;
}

.limbic-sessions {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    box-sizing: border-box;
    background: #000;
    color: #8ed4e8;
    font-family: FiraCode-Regular, monospace;
    font-size: 12px;
}

.limbic-sessions-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    padding: 8px 10px;
    border-bottom: 1px solid #333;
}

.limbic-sessions-toolbar .w3-input,
.limbic-sessions-toolbar .w3-select {
    display: inline-block;
    width: auto;
    background: #111;
    color: #8ed4e8;
    border: 1px solid #555;
    padding: 4px 8px;
}

.limbic-sessions-query {
    width: 28em;
}

.limbic-sessions-query::placeholder {
    color: #5a8894;
    opacity: 1;
}

.limbic-sessions-status {
    width: 10em;
}

.limbic-sessions-table-wrap {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.limbic-sessions-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.limbic-sessions-table th,
.limbic-sessions-table td {
    padding: 4px 8px;
    text-align: left;
    border-bottom: 1px solid #333;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.limbic-sessions-table th {
    position: sticky;
    top: 0;
    background: #111;
    z-index: 1;
}

.limbic-sessions-sort {
    cursor: pointer;
    user-select: none;
}

.limbic-sessions-filter {
    cursor: pointer;
    text-decoration: underline dotted;
    text-underline-offset: 2px;
}

.limbic-sessions-filter:hover {
    color: #c5f0fa;
    text-decoration: underline;
}

.limbic-sessions-id {
    font-size: 11px;
}

.limbic-sessions-pager {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 8px 10px;
    border-top: 1px solid #333;
}

.limbic-sessions-summary {
    flex: 1;
}

.limbic-users {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    box-sizing: border-box;
    background: #000;
    color: #8ed4e8;
    font-family: FiraCode-Regular, monospace;
    font-size: 12px;
}

.limbic-users-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    padding: 8px 10px;
    border-bottom: 1px solid #333;
}

.limbic-users-toolbar .w3-input,
.limbic-users-toolbar .w3-select {
    display: inline-block;
    width: auto;
    background: #111;
    color: #8ed4e8;
    border: 1px solid #555;
    padding: 4px 8px;
}

.limbic-users-query {
    width: 28em;
}

.limbic-users-query::placeholder {
    color: #5a8894;
    opacity: 1;
}

.limbic-users-status {
    width: 11em;
}

.limbic-users-toolbar-spacer {
    flex: 1;
}

.limbic-users-table-wrap {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.limbic-users-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.limbic-users-table .limbic-users-open-col {
    width: 4.5em;
}

.limbic-users-table th,
.limbic-users-table td {
    padding: 4px 8px;
    text-align: left;
    border-bottom: 1px solid #333;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.limbic-users-table th {
    position: sticky;
    top: 0;
    background: #111;
    z-index: 1;
}

.limbic-users-sort {
    cursor: pointer;
    user-select: none;
}

.limbic-users-filter {
    cursor: pointer;
    text-decoration: underline dotted;
    text-underline-offset: 2px;
}

.limbic-users-filter:hover {
    color: #c5f0fa;
    text-decoration: underline;
}

.limbic-users-open {
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.limbic-users-open:hover {
    color: #c5f0fa;
}

.limbic-users-locked {
    color: #c08080;
}

.limbic-users-pager {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 8px 10px;
    border-top: 1px solid #333;
}

.limbic-users-summary {
    flex: 1;
}

.limbic-user-detail {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    box-sizing: border-box;
    background: #000;
    color: #8ed4e8;
    font-family: FiraCode-Regular, monospace;
    font-size: 12px;
}

.limbic-user-detail-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    padding: 8px 10px;
    border-bottom: 1px solid #333;
}

.limbic-user-detail-toolbar-spacer {
    flex: 1;
}

.limbic-user-detail-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    padding: 8px 10px 12px;
}

.limbic-user-detail-missing {
    margin: 8px 0;
}

.limbic-user-detail-table {
    width: 100%;
    border-collapse: collapse;
}

.limbic-user-detail-table th,
.limbic-user-detail-table td {
    padding: 4px 8px;
    text-align: left;
    border-bottom: 1px solid #333;
    vertical-align: top;
}

.limbic-user-detail-table th {
    width: 11em;
    color: #6aa8b8;
    font-weight: normal;
    white-space: nowrap;
}

.limbic-user-detail-table td {
    overflow-wrap: anywhere;
}

.limbic-user-detail-current {
    width: 32%;
}

.limbic-user-detail-edit {
    width: 40%;
}

.limbic-user-detail-notes {
    white-space: pre-wrap;
}

.limbic-user-detail-toolbar .w3-input,
.limbic-user-detail-input,
.limbic-user-detail-notes-edit {
    background: #111;
    color: #8ed4e8;
    border: 1px solid #555;
    padding: 4px 8px;
}

.limbic-user-detail-input {
    width: 100%;
    box-sizing: border-box;
}

.limbic-user-detail-notes-edit {
    width: 100%;
    min-height: 8em;
    box-sizing: border-box;
    resize: vertical;
}

.limbic-user-detail-status {
    color: #c08080;
}

.limbic-postgres {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    box-sizing: border-box;
    background: #000;
    color: #8ed4e8;
    font-family: FiraCode-Regular, monospace;
    font-size: 12px;
}

.limbic-postgres-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    padding: 8px 10px;
    border-bottom: 1px solid #333;
}

.limbic-postgres-summary {
    flex: 1;
}

.limbic-postgres-table-wrap {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
}

.limbic-postgres-table {
    width: 100%;
    border-collapse: collapse;
}

.limbic-postgres-table th,
.limbic-postgres-table td {
    padding: 4px 8px;
    text-align: left;
    border-bottom: 1px solid #333;
    vertical-align: top;
    white-space: nowrap;
}

.limbic-postgres-table th {
    position: sticky;
    top: 0;
    background: #111;
    z-index: 1;
}

.limbic-postgres-table th.num,
.limbic-postgres-table td.num {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.limbic-postgres-sort {
    cursor: pointer;
    user-select: none;
}

.limbic-disk {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    box-sizing: border-box;
    background: #000;
    color: #8ed4e8;
    font-family: FiraCode-Regular, monospace;
    font-size: 12px;
}

.limbic-disk-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    padding: 8px 10px;
    border-bottom: 1px solid #333;
}

.limbic-disk-summary {
    flex: 1;
}

.limbic-disk-table-wrap {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
}

.limbic-disk-table {
    width: 100%;
    border-collapse: collapse;
}

.limbic-disk-table th,
.limbic-disk-table td {
    padding: 4px 8px;
    text-align: left;
    border-bottom: 1px solid #333;
    vertical-align: top;
    white-space: nowrap;
}

.limbic-disk-table th {
    position: sticky;
    top: 0;
    background: #111;
    z-index: 1;
}

.limbic-disk-table th.num,
.limbic-disk-table td.num {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.limbic-disk-sort {
    cursor: pointer;
    user-select: none;
}

.limbic-disk-warn td {
    color: #e8c56a;
}

.limbic-disk-critical td {
    color: #e88a8a;
}

.limbic-symbol-menu.ui-autocomplete {
    z-index: 2000000;
    max-height: 16em;
    overflow-y: auto;
    overflow-x: hidden;
    background: #111111;
    color: #dddddd;
    border: 1px solid #444444;
    font-family: FiraCode-Regular, monospace;
    font-size: 13px;
    padding: 2px 0;
}

.limbic-symbol-menu .ui-menu-item-wrapper {
    color: #dddddd;
}

.limbic-symbol-menu .ui-state-active,
.limbic-symbol-menu .ui-menu-item-wrapper.ui-state-active {
    background: #1565c0;
    border: 1px solid #1565c0;
    color: #ffffff;
}

