/* input(155,12): run-time error CSS1036: Expected expression, found ':'
input(440,25): run-time error CSS1036: Expected expression, found ':' */
:root {
    --font-colour: black;
    --border_colour: black;
    --bs-body-font-size: 12pt !important;
    --primary-color: #0099da;
    --panel-header-background-color: #d9edf7;
    --panel-header-text-color: #31708f;
    --timerange-hover-color: rgba(85, 179, 255, 0.1);
    --currentpage-header-background-color: #84cbe9;
    --currentpage-font-color: black;
    --object-heading-color: darkblue;
    --object-heading-font-size: 24px;
    --object-heading-font-weight: 700;
    --chart_title_background: #bce8f1;
    --chart_title-color: darkblue;
    --chart_title-font-size: 18px;
    --chart_title-font-weight: 700;
    --server-state-all-good-colour: black;
    --server-state-disabled-colour: grey;
    --server-state-warning-colour: #f1e72e;
    --server-state-inerror-colour: red;
    --small-font-size: 8pt !important;
}


html {
    position: relative;
    min-height: 100%;
}

.nav-bar-logo {
    display: none;
}

@media (min-width: 576px) {
    html {
    }

    .nav-bar-logo {
        margin-left: 20px;
        margin-top: 12px;
        max-height: 70px;
        display: block;
    }
}



body {
    margin-bottom: 60px;
}


.MainBody_Container {
    /*margin: 2px;*/
    width: 100%;
}

.MainBody {
    padding: 10px;
}

.HeaderBar {
    /*    display: flex;
    align-items:center;*/
}


.partial_div_single {
    margin-bottom: 20px;
    /*border: solid 1px #d9edf7;*/
    height: calc(80vh - 20px);
}

.partial_div_shared {
    margin-bottom: 20px;
}

.min_height_400 {
    min-height: 400px;
}

.TimerangeText {
    margin-left: 10px;
    margin-right: 10px
}

.timerange_div {
    min-width: 100px;
    font-weight: normal !important;
    font-size: 14px;
    color: black;
    background-color: white;
    cursor: pointer;
    border-color: #56a5e4;
}

    .timerange_div:hover {
        background-color: var(--timerange-hover-color);
    }

.partial_div_server_heading {
    margin-bottom: 20px;
    /*height: 40px;*/
    /*border-bottom: 1px solid black;*/
}

.partial_div_instance_heading {
    margin-bottom: 20px;
    /*height: 40px;*/
    /*border-bottom: 1px solid black;*/
}

.server_heading_title {
    color: var(--object-heading-color);
    font-size: var(--object-heading-font-size);
    font-weight: var(--object-heading-font-weight);
    margin-bottom: 10px;
}

.sqlinstance_heading_title {
    color: var(--object-heading-color);
    font-size: var(--object-heading-font-size);
    font-weight: var(--object-heading-font-weight);
    margin-bottom: 10px;
}

.account_heading_title {
    color: var(--object-heading-color);
    font-size: var(--object-heading-font-size);
    font-weight: var(--object-heading-font-weight);
    margin-bottom: 10px;
}

.SideMenuParent {
    height: 100%;
    overflow: scroll;
}

.SideMenu {
    padding-left: 15px;
}

.SideMenu_customer {
    font-weight: bold;
    display: block;
    color: white;
    background-color: var(--primary-color);
    padding: 3px;
    margin-top: 3px;
}

.currentpagestyle {
    background-color: var(--currentpage-header-background-color);
    color: : var(--currentpage-font-color);
}

.SideMenu_server {
    text-decoration: none;
    padding-left: 15px;
    display: block;
    color: inherit;
    font-size: 13px;
}

.SideMenu_instance {
    padding-left: 30px;
    display: block;
}

.SideMenu_Link {
    text-decoration: none;
    color: inherit;
    display: block;
    font-size: 13px;
}

    .SideMenu_Link:hover {
        text-decoration: none;
        background-color: var(--panel-header-background-color);
        display: block;
    }

.p-15px {
    padding-left: 15px;
}

.p-30px {
    padding-left: 30px;
}

.TopMenuItem {
    float: right;
    margin-right: 10px;
    padding-top: 5px;
    display: block;
}

.TopMenuItem_link {
    text-decoration: none;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

    .TopMenuItem_link:hover {
        text-decoration: none;
        display: block;
        font-size: 16px;
        background-color: var(--panel-header-background-color);
    }

.chart_container {
    width: 100%;
    height: 100%;
}

.highcharts-title {
    /*  color: yellow!important;*/
    text-decoration: none;
}

    .highcharts-title:hover {
        /*color: yellow !important;*/
        text-decoration: none;
    }

.Chart_title_header {
    /*color: yellow!important;*/
    color: var(--chart_title-color);
    font-size: var(--chart_title-font-size);
    font-weight: var(--chart_title-font-weight);
    text-decoration: none;
    background-color: var(--chart_title_background);
}

.Chart_title {
    /*color: yellow!important;*/
    color: var(--chart_title-color);
    font-size: var(--chart_title-font-size);
    font-weight: var(--chart_title-font-weight);
    text-decoration: none;
    background-color: var(--chart_title_background);
}

    .Chart_title:hover {
        /*color: yellow !important;*/
        text-decoration: none;
    }

.chart_title_background {
}

.table_container {
    margin-bottom: 10px;
}

.table_title {
    /*color: yellow!important;*/
    color: var(--chart_title-color);
    font-size: var(--chart_title-font-size);
    font-weight: var(--chart_title-font-weight);
    text-decoration: none;
    background-color: var(--chart_title_background);
}

    .table_title:hover {
        /*color: yellow !important;*/
        text-decoration: none;
    }

.table_div_header {
    display: flex;
    flex-wrap: wrap;
}

.table_div_item {
    /*border:1px solid black;*/
    padding: 5px;
    margin-right: 3px;
}

.table_div_item_2 {
    width: 100%;
}

.table_div_item_3 {
    width: 100%;
}

.table_div_item_4 {
    width: 100%;
}

@media (min-width: 768px) {
    .table_div_item_2 {
        width: calc(50% - 10px);
    }

    .table_div_item_3 {
        width: calc(33% - 4px);
    }

    .table_div_item_4 {
        width: calc(25% - 4px);
    }
}


.table_div_item_value {
}

.table_div_item_name {
    font-weight: 700;
}

.gauge_value {
    text-align: center;
    margin-top: 20px;
    font-size: 40px;
    font-weight: 700;
}

.AccountTable {
    margin-top: 10px;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
}

.server-overiew-server-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}

.server-overiew-server-icon {
    font-size: 5em;
}

.server-overiew-server-link {
    color: var(--object-heading-color);
    font-size: var(--bs-body-font-size);
    font-weight: var(--object-heading-font-weight);
    text-decoration: none;
    white-space: nowrap;
    display: block;
}

    .server-overiew-server-link:hover {
        text-decoration: none;
        display: block;
    }

.server-overiew-server-items-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}

.server-overiew-server-item-icon {
    font-size: 2em;
}

.sqla-text-bg-disabled {
    color: #fff !important;
    background-color: RGBA(108,117,125,var(--bs-bg-opacity,1)) !important;
}

.sqla-text-bg-normal {
    color: #fff !important;
    background-color: RGBA(25,135,84,var(--bs-bg-opacity,1)) !important;
}

.sqla-text-bg-error {
    color: #fff !important;
    background-color: RGBA(220,53,69,var(--bs-bg-opacity,1)) !important;
}

.sqla-text-bg-warning {
    color: #000 !important;
    background-color: RGBA(255,193,7,var(--bs-bg-opacity,1)) !important;
}

.dataTables_wrapper {
    width: 100%;
}

#LayoutList_Container {
    flex-grow: 1;
}

.smalltext {
    font-size: var(--small-font-size);
    font-weight: 500;
}

.dropdown-item-checked::after {
    content: '\f00c'; /* http://fontawesome.io/3.2.1/icon/ok/ */

    font-family: 'FontAwesome';
    float: right;
}

.alert-header-link {
    color: #fff;
    text-decoration: none;
}

    .alert-header-link:hover {
        text-decoration: none;
        color: #fff;
    }

.alert-item-link {
    color: #000;
    text-decoration: none;
}

.alert-table {
    font-size: 11px;
}

    .alert-table td {
        vertical-align: middle;
    }

.alert-button {
    --bs-btn-padding-y: 1px;
    --bs-btn-padding-x: 10px;
    --bs-btn-font-size: :11px;
/*     padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    font-size: 12px !important; */
}

#AlerDetails-Body {
    overflow: scroll;
}

.AlertDetails-Header {
    font-weight: 700;
    min-width: 200px;
}

.alertdetaills-lrq-container {
    overflow-x: scroll;
}

.AlertDetails-TSQL {
    max-height: 400px;
    overflow-y: scroll;
}

#AlertDetails_Container h1 {
    color: darkblue;
    font-size: 20px;
    font-size: 20px;
}

.monitor-alters {
    display: grid;
    grid-template-columns: 1fr 2fr 0.5fr 0.2fr  ;
    font-size: 12px;
}

.monitor-alerts-new-items {
    /*font-weight: 700;*/
}



.rowWrapper {
    display: contents;
    cursor: pointer !important;
}

    .rowWrapper > div {
        padding-left: 3px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-bottom: 1px solid #dee2e6;
        
    }

    .rowWrapper:nth-child(odd) > div {
        /*background-color: #f2f2f2;*/
    }


    .rowWrapper:hover > div {
        background-color: lightgray!important;

    }

.headerWrapper {
    display: contents;
   
}

    .headerWrapper > div {
        background: RGBA(13, 110, 253);
        color: #fff;
        padding-left: 3px;
        padding-top: 2px;
        padding-bottom: 2px;
        font-weight: 700;
        border-bottom: 1px solid #dee2e6;
        
    }
.monitor_small {
    font-size:14px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.btn-light, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #000;
    background-color: #fff;
    color: #000;
    border: 1px solid #ced4da;
}

.monitor-chart {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    gap:1px;
    height:100%;
}
.monitor-chart-column {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
}
.monitor-alertsdisabled {
    color:gray;
    background-color:lightgray;
}

 