﻿.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.list-group-item {
    word-break: break-word;
}

.label-caption{
    font-weight: 400 !important;
    opacity: 0.5;
}

.no-shadow{
    box-shadow: none !important;
}

.fit-parents-width-without-scaling{
    min-width: 100%;
    width: 0;
}

.dropdown-item:focus {
    background-color: transparent;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #7fbdff;
}

.multiselect-container .multiselect-group > span > .form-check-input, .multiselect-container > .multiselect-option > span > .form-check-input {
    display: none;
}

.scroll-pane-in-widget{
    max-height: 75vh;
    overflow: auto;
}

@media screen and (min-height: 1180px) {
    .scroll-pane-in-widget{
        max-height: 81vh;
    }
}

.refresh_model_button {
    font-size: 2.15rem;
    justify-self: center;
    align-self: center;
    grid-area: 1 / 1 / span 2 / 1;
    opacity: .4;
}

.button_in_table {
    font-size: .75em;
    padding: 0.23rem;
    text-transform: uppercase;
    margin-right: 2px;
}

.button_in_modal_footer
{
    font-size: .75em;
    text-transform: uppercase;
    margin-right: 2px;
    padding: 0.23rem 36px;
    min-width: 120px;
}

ol.linenums {
    margin-left: 12px;
}

pre.prettyprint {
    padding: 12px;
    font-size: .81em;
}

table.table {
    border: 3px solid #eae7e7;
}

.dataTables_filter {
    display: unset;
    float: right;
    padding-right: 12px;
}

.dataTables_length {
    display: initial;
}

.dt-buttons {
    transform: scale(0.8);
    padding-left: 12px;
    margin-top: -.15rem !important;
    z-index: 101;
}

    .dt-buttons .btn-secondary {
        color: #444;
        background-color: #bfbfbf;
        border-color: #6c757d;
    }

    .dt-buttons .dropdown-item.active, .dt-buttons .dropdown-item:active {
        background-color: #bfbfbf;
        border: 1px solid #d0cccc;
        color: #444!important;
    }

.page-not-found-container {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
}

.page-not-found {
    position: fixed;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
}

div.dt-button-info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -100px;
    margin-left: -200px;
    background-color: #dbdbdb;
    border: 2px solid #cacaca;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
    border-radius: 3px;
    text-align: center;
    z-index: 21;
    color: #919191;
}

.m-fadeOut {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 600ms;
}

.m-fadeIn {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 500ms;
}

html,
body {
    font-family: 'Roboto', sans-serif;
}

.disabled-spinner {
    animation: none !important;
    transform: scaleY(0.26) !important;
    -webkit-transform: scaleY(0.26) !important;
    opacity: 0.2;
}

.shadow-outline {
    -webkit-box-shadow: 0px 4px 18px 3px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 4px 18px 3px rgba(0,0,0,0.29);
    box-shadow: 0px 4px 18px 3px rgba(0,0,0,0.29);
}

a {
    outline: 0;
}

.f100 {
    font-weight: 100;
}

.f300 {
    font-weight: 300;
}

.gauge-container {
    min-width: 395px;
}

.card {
    border: 4px solid rgba(176, 176, 176, 0.56);
    border-radius: .5rem;
}

.card-footer {
    padding: .75rem 1.25rem;
}

.jumbotron {
    padding: 2rem 3rem;
    border: 1px solid aliceblue;
}

.table td,
.table th {
    padding: .55em;
    vertical-align: middle;
}

.table thead {
    font-size: .8rem;
}

.bg-expose {
    background-color: #f4f4f4 !important;
}

.bg-danger {
    border: 3px solid rgba(255, 255, 255, 0.12) !important;
}

.bg-beige {
    background-color: #f7f7f7 !important;
}

.bg-chart {
    background-color: rgba(255, 255, 255, 0.14);
}

.help:hover {
    color: #5ea7e6 !important;
}

.pointer:hover {
    color: #999600 !important;
}

.pointer-blue {
    color: #2083d9;
}

.sidebar .navbar-brand:hover {
    color: #5ea7e6 !important;
}

pre.prettyprint {
    display: block;
    background-color: #2b2b2b;
    color: #c4c4c4;
    padding: 24px;
    border: 0;
    margin-bottom: 0;
    padding-right: 24px !important;
    border-radius: .2rem;
}

.navbar-dark .navbar-brand {
    color: #6a6a6a;
}

.navbar-dark .navbar-nav .show > .nav-link {
    color: #6a6a6a;
    background-color: #242424;
    border-radius: .25rem;
}

.offline-widget-title {
    font-weight: 400;
    max-height: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1rem;
    font-size: 0.9rem;
    align-items: center;
}

.offline-widget-info {
    font-size: 0.8rem;
    overflow: visible;
    text-align: center;
    vertical-align: middle;
    font-weight: 100;
    word-break: keep-all;
    white-space: nowrap;
    line-height: 0.9em;
    opacity: 0.7;
}

.widget-initials {
    font-size: 2rem;
    overflow: visible;
    text-align: center;
    vertical-align: middle;
    font-weight: 100;
    word-break: keep-all;
    white-space: nowrap;
    line-height: 0.9em;
    opacity: 0.4;
}

.component-header-border {
    grid-template-columns: min-content auto max-content max-content;
    width: 100%;
    border-left: 8px #456482 solid;
    display: inline-grid;
    box-shadow: -3px 3px 5px -2px rgba(0,0,0,0.08);
}

.sticky-top-bar-nav-icon,
.sticky-top-bar-nav-icon-small {
    color: #4a4a4a;
}

    .sticky-top-bar-nav-icon:hover,
    .sticky-top-bar-nav-icon-small:hover {
        color: #aeab00 !important;
    }

.sticky-top-bar-nav-icon-small {
    font-size: .95rem!important;
}

.sticky-top-navbar-unpinned {
    position: absolute !important;
}

.sticky-top-navbar {
    height: 56px;
    position: fixed;
    left: 53px;
    width: calc(100% - 53px);
    z-index: 1000;
    display: block;
}

.top-bar-vertical-spacer {
    border-left: 4px #a8a8a8 solid;
    margin: auto;
}

.top-navbar-header-right-menu-container {
    float: right;
    display: flex;
    min-width: 740px;
    align-items: center;
    justify-content: end;
}

.sticky-top-navbar-header-animated {
    animation: .3s slide-down;
    margin-top: 0%;
}

@keyframes slide-down {
    from {
        opacity: 0;
        margin-top: -5%;
        height: 3%;
    }

    to {
        opacity: 1;
        margin-top: 0%;
        height: 100%;
    }
}

.sticky-top-navbar-menu {
    background-color: rgb(216, 216, 217);
    border-bottom: 1px solid #bfbfbf;
    height: 40px;
}

.widget-header-counters {
    color: #464646;
    font-size: .8rem;
    text-align: right;
    padding: 0;
    padding-right: 36px;
    pointer-events: none;
}

.trun-white-dark-img {
    -webkit-filter: brightness(20%);
}

.infrastructure-dependecy-trun-white-dark-img {
    -webkit-filter: brightness(30%);
}

.sticky-top-navbar-menu .nav-item a {
    color: #575f68;
}

    .sticky-top-navbar-menu .nav-item a.active {
        color: #795500;
    }

.navbar-col {
    flex-direction: row;
    height: 99%;
    margin-top: -7px;
}

.navbar {
    padding: .15rem 1.05rem;
}

.nav-item>img,
.nav-link>img {
    opacity: .7;
}

.nav-item:hover>img,
.nav-link:hover>img {
    opacity: 1;
}

.mb-infrastructure-row {
    margin-bottom: .8rem !important;
}

.mx-0c {
    margin-left: 0.15rem;
    margin-right: 0.15rem;
}

.mb-0c {
    margin-bottom: 0.3rem;
}

.mb-0oc {
    margin-bottom: 0;
    margin-top: 0.09rem;
}

.mb-0sc {
    margin-bottom: 0.1rem;
    margin-top: 0.1rem;
}

.pb-1i5,
.py-1i5 {
    padding-bottom: .42rem !important;
}

.pt-1i5,
.py-1i5 {
    padding-top: .415rem !important;
}

.chartjs-size-monitor {
    position: relative !important;
}

.pointer {
    cursor: pointer;
}

.help {
    cursor: help;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}


.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.page {
    position: relative;
    display: flex;
    flex-direction: row;
}

.main {
    flex: 1;
    overflow: hidden;
}

    .main .top-row {
        background-color: rgba(230, 230, 230, 0.5);
        border-bottom: 1px solid #d6d5d5;
        z-index: 12323123;
    }

.card {
    font-family: 'Roboto', sans-serif;
}

.sidebar {
    border-right: 2px #3c3c3c solid;
    background-color: #282828;
    width: 55px;
}

    .sidebar .top-row {
        background-color: #515151;
    }

    .sidebar .navbar-brand {
        font-size: 1.6rem;
        color: #cdca32;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

.nav-item-white button {
    color: #224168;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    background: transparent;
    border: 0;
    width: 100%;
}

    .nav-item-white button:hover {
        color: #cdca32;
    }

.nav-item-white i {
    padding-right: 12px;
    font-size: 1.8em;
}

.nav-item {
    font-size: 0.75rem;
    padding-bottom: 0.15rem;
}

.nav-item-white {
    font-size: 0.75rem;
    padding-bottom: 0.15rem;
}

.nav-item button {
    color: #232b31;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    background: transparent;
    border: 0;
    width: 100%;
}

    .nav-item button:hover {
        color: #ffe8d9;
        background-color: rgba(255, 255, 255, 0.25);
    }

.nav-item a {
    color: #8c939b;
    height: 3rem;
    display: flex;
    align-items: center;
}

    .nav-item a.active,
    .nav-item button.active {
        color: #b78f31;
    }

    .nav-item a:hover,
    .nav-item:hover,
    .navbar-dark .navbar-nav .nav-link:hover {
        color: #9d9a0c;
        text-decoration: none;
    }

.nav-item i {
    font-size: 1.8em;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-narrow-visible {
    display: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

app {
    flex-direction: row;
}

.nav-wide {
    padding-top: 1.5rem !important;
}

.sidebar {
    height: 100vh;
    position: sticky;
    top: 0;
}

.navbar-toggler {
    display: none;
}

.sidebar .collapse {
    /* Never collapse the sidebar for wide screens */
    display: block;
}

.env-desc {
    color: #f4ba0b;
    font-weight: bold;
    font-size: 1.1em;
    padding-left: .4rem !important;
    padding-bottom: .5rem !important;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    border: none;
    background: none;
    font-stretch: expanded;
}

.nav-narrow-hidden {
    display: none;
}

.nav-narrow-rotated {
    color: #a7ce50 !important;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: -26px;
    left: 8px;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.nav-narrow-visible {
    display: inherit !important;
}

button:focus {
    outline: 0;
}

.dataTable {
    table-layout: fixed;
    word-wrap: break-word;
    font-size: .9em;
}

    .dataTable select {
        max-width: 100%;
    }

.list-group-item.active {
    font-weight: bold !important;
    color: #fff !important;
}

.list-group-item {
    padding-right: 1em;
}

.progress-bar-off{
    opacity: .5;
}

.progress-bar.indeterminate {
    position: relative;
    animation: progress-indeterminate 3s linear infinite;
}

@keyframes progress-indeterminate {
    from {
        left: -25%;
        width: 25%;
    }
    to {
        left: 100%;
        width: 25%;
    }
}

.horizontal-flip {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.toast-body {
    color: white;
}

.toast {
    background-color: rgba(34, 34, 34, 0.95);
    border: 2px solid rgba(0, 0, 0, 0.6);
    font-size: .9rem;
    box-shadow: 0px 0px 6px 2px rgba(176, 176, 176, 0.7) !important;
}

.toast-header {
    background-color: rgba(255, 255, 255, 0.97);
}

.toast.show {
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}


/* Animations to fade the snackbar in and out */

@-webkit-keyframes fadein {
    from {
        margin-top: 20px;
    }
    to {
        margin-top: 0px;
    }
}

@keyframes fadein {
    from {
        margin-top: 20px;
    }
    to {
        margin-top: 0px;
    }
}

.toast rect {
    stroke: rgba(0, 0, 26, 0);
    stroke-width: 2.5px;
}

.toast-warning rect {
    fill: #ffb400;
}

.toast-warning .toast-header {
    color: #866300;
}

.toast-error rect {
    fill: #ff088b;
}

.toast-error .toast-header {
    color: #a50052;
}

.toast-info rect {
    fill: #00a5ff;
}

.toast-info .toast-header {
    color: #003875;
}

.alert {
    word-break: break-all;
}

.dependency-negative-top {
    margin-bottom: 2rem;
}

.markdown-widget>h1 {
    font-size: 1.5rem;
}

.markdown-widget>h2 {
    font-size: 1.3rem;
}

.markdown-widget>h3 {
    font-size: 1.2rem;
}

.markdown-widget>h4 {
    font-size: 1.1rem;
}

.markdown-widget>h5 {
    font-size: 1.05rem;
}

.nav-link {
    padding: 0.2rem .3rem;
}

.navbar-brand {
    margin-right: 0;
    white-space: nowrap;
}

.infrastructure-dependecy-image {
    height: 40px;
    padding-bottom: 5px;
    padding-top: 6px;
}

.infrastructure-dependecy-image-small {
    height: 30px;
    padding-bottom: 2px;
    padding-top: 5px;
}

.infrastructure-dependecy-image-annotation {
    font-size: x-small; 
    padding-left: 2px; 
    padding-right: 2px;
    margin-bottom: 2px;
    font-weight: bold;
    max-width: 9em;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 0.12em;
}

.infrastructure-dependecy-status {
    font-weight: bold;
    cursor: help;
    font-size: 1.6em;
    color: #403f3f;
}

.dropdown-menu {
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}

.dropdown-item:hover {
    text-decoration: none;
}

.dropdown-item {
    color: #66717d !important;
}

small {
    font-size: 70%;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #868686;
    border-radius: .25rem
}

.page-navbar {
    background-color: #444343;
    border-bottom: 1px solid #a4a4a4;
}

.offline-widget-empty {
    height: 51.35px;
    background-color: #c0c2c4 !important;
}

.modal-footer {
    background-color: #343a40 !important;
}

.table thead th {
    background-color: var(--rz-grid-header-background-color) !important;
}

.form-control{
    background-color: var(--rz-input-background-color) !important;
}

.odd{
    background-color: var(--rz-grid-background-color) !important;
}

.even{
    background-color: var(--rz-grid-stripe-background-color) !important;
}

.table tfoot {
    background-color: #aeaeae;
}

.modal-dialog {
    width: 100%;
    max-width: auto;
}

.modal-content {
    width: auto;
    margin: auto;
    background-color: #e6e6e6;
    border: 3px solid rgb(181, 181, 181);
    min-width: 500px;
    display: inline-grid;
}

.modal-header {
    border-bottom: 2px solid #888;
    background: #d1d2d3;
    grid-column: 1;
    grid-row: 1;
}

.modal-body {
    max-width: 90vw;
    max-height: 85vh;
    scrollbar-color: #4b5f73 #d6d6d6;
    scrollbar-width: thin;
}

.tab-panel-selector {
    overflow: auto;
    max-height: 75vh;
    scrollbar-color: #4b5f73 #d6d6d6;
    scrollbar-width: thin;
    border-color: #cacaca;
    border-width: 1px;
    border-style: solid;
}

.tab-panel-selector-full-height {
    border-color: #cacaca;
    border-width: 1px;
    border-style: solid;
}

.modal-container-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    width: 100%;
    margin: 1.75rem auto;
}

.modal-container-fade {
    background: #0000007a;
    overflow-y: auto;
}

.modal-container-header {
    font-size: .9rem;
    border-color: #222628;
    border-left: 8px #444e58 solid;
    display: inline-grid;
}

.modal-container-title {
    font-size: 1.6rem;
}

.modal-container-error-bar {
    width: 100%;
    height: 100%;
    background: #683a0070;
    border-radius: .46rem;
    grid-column: 1;
    grid-row: 2;
    z-index: 1;
    align-items: center;
    display: grid;
}

.modal-header .close {
    font-size: 1.82rem;
    padding-right: 1.1rem;
    padding-top: .7rem;
}

.modal-container-error-content {
    padding: 21px;
    color: white;
    background: #000000;
    display: block;
    overflow: auto;
    margin-bottom: 30px;
    min-width: 1000px;
    display: grid;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.modal-container-error-description {
    font-size: .8rem;
}

.modal-container-loading {
    opacity: 0.5;
    pointer-events: none;
}

.modal-container-column {
    max-height: 71vh;
    overflow-y: auto;
    scrollbar-width: thin;
}

.modal-body > div:has(.modal-content-overflow-y) {
    overflow-y: auto;
}

.modal-content-overflow-y {
    max-height: 100%;
}

.large-width-popup {
    width: min(85vw,2200px);
}

.h-106 {
    height: 106px;
}

.nav-tabs {
    border-bottom: 2px solid #8a8a8a;
}

    .nav-tabs .nav-link {
        color: #464646;
        font-size: .9rem;
        border: 2px solid #fff;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        background-color: #fdfdfd;
        padding-bottom: 0;
        border-bottom-width: 0;
    }

        .nav-tabs .nav-link.active {
            color: #f8fbff;
            background-color: #808080;
            border-color: #8a8a8a;
        }

.dropdown-hover:hover .dropdown-menu {
        display: block;
}

.font-size-inherit {
    font-size: inherit;
}

li.list-group-item-clicable:hover {
    background-color: #2f2f2f;
    color: #cacaca;
    cursor: pointer;
}

.horizontal-table {
    width: 100%;
    table-layout: fixed;
    background-color: #fff;
    border: 0px solid #000 !important;
    border-radius: 5px !important;
}

.horizontal-td {
    border-left: 1px solid #404040;
}

.horizontal-td-wrap {
    display: inline-block;
    white-space: normal;
    width: 100%;
    word-break: break-all;
}

.query-model-spacer {
    border-color: #e7e7e7;
    border-width: 2px;
}

.invalid-input {
    border: 1px red !important;
    border-style: solid !important;
}

.warning-input {
    border: 1px orange !important;
    border-style: solid !important;
}

.inline-tooltip {
    position: absolute;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 26px;
    color: #212529;
    margin: 0 5px 0 5px;
}

.dropdown-toggle-ms-status-widget {
    padding-left: .75rem !important;
}

.bg-warning-lighter {
    background-color: #efc97d;
}

.table {
    background-color: #e2e2e4;
}

.scrollbar-thin {
    scrollbar-width: thin;
}

.checbox-component-wrapper {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 1rem;
    height: 1rem;
    margin-top: 2px;
}

.checkbox-component {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid #262626;
}

.checkbox-component-checked {
    background-color: #007bff;
    border: 1px solid #007bff;
}

.checkbox-component-checked:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: #ffffff99;
    font-size: 0.7rem;
}

.link-primary {
    color: #0d6efd !important;
    text-decoration: underline !important;
}

@media only screen and (min-width: 1px) {
    .microservice-status-widget-col {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 900px) {
    .microservice-status-widget-col {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

@media only screen and (min-width: 1400px) {
    .microservice-status-widget-col {
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
}

@media only screen and (min-width: 1700px) {
    .microservice-status-widget-col {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}

@media only screen and (min-width: 2000px) {
    .microservice-status-widget-col {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}

@media only screen and (min-width: 2800px) {
    .microservice-status-widget-col {
        -ms-flex: 0 0 16.666666% !important;
        flex: 0 0 16.666666% !important;
        max-width: 16.666666% !important;
    }
}

@media only screen and (min-width: 3700px) {
    .microservice-status-widget-col {
        -ms-flex: 0 0 14.2857% !important;
        flex: 0 0 14.2857% !important;
        max-width: 14.2857% !important;
    }
}

.btn-log-level-verbose {
    background-color: rgba(186, 186, 186, 0.7);
    border-color: rgba(186, 186, 186, 0.7);
    color: #212529;
}
    .btn-log-level-verbose:hover {
        color: #fff;
    }

.btn-log-level-debug {
    background-color: rgba(150, 150, 150, 0.7);
    border-color: rgba(150, 150, 150, 0.7);
    color: #212529;
}

    .btn-log-level-debug:hover {
        color: #fff;
    }

.btn-log-level-information {
    background-color: rgba(33, 150, 243, 0.7);
    border-color: rgba(33, 150, 243, 0.7);
    color: #212529;
}

    .btn-log-level-information:hover {
        color: #fff;
    }

.btn-log-level-warning {
    background-color: rgba(255, 152, 0, 0.7);
    border-color: rgba(255, 152, 0, 0.7);
    color: #212529;
}

    .btn-log-level-warning:hover {
        color: #fff;
    }

.btn-log-level-error {
    background-color: rgba(255, 74, 64, 0.7);
    border-color: rgba(255, 74, 64, 0.7);
    color: #212529;
}

    .btn-log-level-error:hover {
        color: #fff;
    }

.btn-log-level-fatal {
    background-color: rgba(220, 35, 21, 0.7);
    border-color: rgba(220, 35, 21, 0.7);
    color: #212529;
}

    .btn-log-level-fatal:hover {
        color: #fff;
    }

.graph-node-label {
    font-size: .7rem !important;
}

.multiselect-option.dropdown-item {
    color: #212529 !important;
}

.multiselect-option.dropdown-item.active {
    background-color: #212529 !important;
    color: #fff !important;
}

.warning-icon {
    color: rgb(181, 137, 43);
    margin-left: 9px;
    position: inherit;
    top: 58%;
    cursor: pointer;
}

.mismatched-version-info {
    background-color: rgb(214, 217, 52);
}

.quickgrid {
    table-layout: fixed !important;
    word-wrap: break-word !important;
    font-size: .9em !important;
    width: 100% !important;
}

table.quickgrid {
    border: 3px solid #eae7e7 !important;
    border-right-width: 0 !important;
    clear: both !important;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background-color: #e2e2e4;
    color: #212529;
    border-radius: 0.25rem;
}

.quickgrid thead {
    font-size: .8rem !important;
    background-color: #aeaeae;
}

    .quickgrid thead th {
        vertical-align: bottom !important;
        border-bottom: 2px solid #dee2e6;
        border-bottom-width: 2px !important;
        border: 1px solid #dee2e6;
        border-left-width: 0 !important;
    }

.quickgrid td {
    border: 1px solid #aeaeae !important;
}

.quickgrid td, .quickgrid th {
    padding: 0.55em !important;
}

table.quickgrid tbody td {
    border-bottom-width: 0 !important;
}

table.quickgrid td {
    border-left-width: 0 !important;
}

.width-1 {
    width: 1%;
}

.width-2 {
    width: 2%;
}

.width-3 {
    width: 3%;
}

.width-4 {
    width: 4%;
}

.width-5 {
    width: 5%;
}

.width-6 {
    width: 6%;
}

.width-7 {
    width: 7%;
}

.width-8 {
    width: 8%;
}

.width-9 {
    width: 9%;
}

.width-10 {
    width: 10%;
}

.width-11 {
    width: 11%;
}

.width-14 {
    width: 14%;
}

.width-15 {
    width: 15%;
}

.width-16 {
    width: 16%;
}

.width-18 {
    width: 18%;
}

.width-19 {
    width: 19%;
}

.width-20 {
    width: 20%;
}

.width-25 {
    width: 25%;
}

.width-30 {
    width: 30%;
}

.width-35 {
    width: 35%;
}

.width-40 {
    width: 40%;
}

.width-45 {
    width: 45%;
}

.width-50 {
    width: 50%;
}

.width-55 {
    width: 55%;
}

.width-60 {
    width: 60%;
}

.width-65 {
    width: 65%;
}

.width-70 {
    width: 70%;
}

.width-75 {
    width: 75%;
}

.width-80 {
    width: 80%;
}

.width-85 {
    width: 85%;
}

.width-90 {
    width: 90%;
}

.width-95 {
    width: 95%;
}

.col-options {
    box-shadow: none !important;
}

.col-options-button {
    filter: invert(9%) sepia(55%) saturate(188%) hue-rotate(170deg) brightness(91%) contrast(88%);
}

.dropdown-quickgrid {
    position: relative;
    display: inline-block;
}

.dropdown-content-quickgrid {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
    color: #212529;
    background-color: #fff;
    text-align: left;
    font-weight: 400;
    font-size: 1.2rem;
}


.dropdown-quickgrid:hover .dropdown-content-quickgrid {
    display: block;
}

.dropdown-item-quickgrid {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    color: #66717d !important;
}

    .dropdown-item-quickgrid:hover {
        background-color: #e9ecef;
    }

.dropdown-item-quickgrid-active {
    background-color: #7fbdff;
}

.top-bar-dropdown-menu {
    margin-left: 15px !important;
}

.top-bar-dropdown-item {
    color: #495057 !important;
    font-size: .875rem !important;
}

.col-title-text {
    color: #212529 !important;
}

.no-box-shadow {
    box-shadow: none !important;
}

.viewport-width-lg {
    width: 75vw;
    max-width: 75vw;
}

.viewport-height-lg {
    height: 60vh;
    max-height: 60vh;
}

.viewport-size-lg {
    height: 60vh;
    max-height: 60vh;
    width: 75vw;
    max-width: 75vw;
}

.viewport-max-height-lg {
    max-height: 60vh;
}

.overflow-fixed-header {
    overflow: auto;
}

.overflow-fixed-header table.quickgrid {
    border-top: 0 !important;
    margin-top: 0 !important;
}

.overflow-fixed-header thead th {
    position: sticky;
    top: 0;
}

.float-right {
    float: right !important;
}

.gap-1 {
    gap: 0.5rem;
}

.gap-2 {
    gap: 1rem;
}

.gap-3 {
    gap: 1.5rem;
}

.gap-4 {
    gap: 2rem;
}

.gap-1 > .row:not(:last-child) {
    margin-bottom: 0.5rem;
}

.gap-2 > .row:not(:last-child) {
    margin-bottom: 1rem;
}

.gap-3 > .row:not(:last-child) {
    margin-bottom: 1.5rem;
}

.gap-4 > .row:not(:last-child) {
    margin-bottom: 2rem;
}

.rz-cell-data {
    white-space: normal !important;     /* allow to wrap lines on whitespaces (overrides nowrap value in Radzen's style) */
    overflow-wrap: break-word;          /* allow to break words for long continuous strings */
}

.rz-column-title-content {
    white-space: normal !important;     /* allow to wrap lines on whitespaces (overrides nowrap value in Radzen's style) */
    overflow-wrap: break-word;          /* allow to break words for long continuous strings */
}

/* hide spinner buttons in the numerical filters for the grid columns with numerical values to save space */
th div.rz-cell-filter-content button.rz-spinner-button {
    display: none;
}

/* fix the padding in the input left after hiding spinner buttons */
th div.rz-cell-filter-content input.rz-spinner-input {
    padding: 5px;
}

.validator-invalid input {
    border-color: var(--danger) !important;
}

.linenums span.str {
    white-space: normal;                /* allow to wrap lines on whitespaces */
    overflow-wrap: anywhere;            /* allow to break string on any character when does not fit on the screen */
}

.dropleft .dropdown-menu {
    margin-right: -.125rem; 
}

.setting-pill-value{
    font-size: 0.75rem !important;
    text-transform: none !important;
    padding: 0 !important;
    z-index: 1000 !important;
}

.setting-pill-caption{
    font-size: 0.53rem !important;
    text-transform: none !important;
    padding: 0 4px !important;
    color: #2b2b2b !important;
    margin: -11px 0 1px 0 !important;
    width: fit-content !important;
    border-radius: 0.2rem !important;
    opacity: 0.65 !important;
}

.max-width-2000{
    max-width: 2000px;
}

.force-standard-color-on-children {
    color: var(--rz-input-value-color);
}

.force-standard-color-on-children * {
    color: inherit !important;
}
