/*@import url('open-iconic/font/css/iconic-bootstrap.css');

*/

    html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    width: 100%;
    position: relative;
}
html {
    font-size: 16px
}

body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.78rem;
}


.my-header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgb(35 31 32 / 15%);
    box-shadow: 0 2px 28px 0 rgb(35 31 32 / 15%);
    color: #656263;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 990;
}


.navbar.header-navbar {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.header-navbar .navbar-toggler {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 2rem;
    width: 2rem;
}

@media screen {
    .page {
        display: flex;
        flex-flow: column nowrap;
        height: 100vh;
    }
    .main {
        display: flex;
        flex-flow: row nowrap;
        flex-grow: 1;
        height: calc(100vh - 3.5rem);
        overflow: hidden;
    }
}
@media print {
    /*.page {
        height: 100%;
        overflow: visible !important;
    }
    .main {
        display: flex;
        flex-flow: row nowrap;
        flex-grow: 1;
        height: 100%;
        overflow: visible !important;
    }*/
}
    .sidebar {
        min-width: 300px;
        max-width: 300px;
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
        transition: transform 0.1s ease-out;
        max-height: 100%;
        overflow: auto;
    }

    .content {
        padding: 0.1rem 2rem 0 2rem;
        flex: 1 1 auto;
        /*max-height: 100%;*/
        overflow: auto;
    }

        .content > * {
            /*max-width: 1240px;*/
        }

    .sidebar.collapse {
        display: none;
    }

    .sidebar.expand {
        display: block;
    }

    .valid.modified:not([type=checkbox]) {
        outline: 1px solid #26b050;
    }

    .invalid {
        outline: 1px solid red;
    }

    .validation-message {
        color: red;
    }

    .title {
        font-size: 1.1rem;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    #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-sidebar > .nav-pills > .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .app-sidebar > .nav-pills > .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .app-sidebar .nav-pills > .nav-item a {
        border-radius: 0px;
        display: flex;
        align-items: center;
    }

    .app-sidebar > .nav-pills > .nav-item > a {
        font-size: 1rem !important;
        font-weight: 600 !important;
        padding: .25rem 1rem .25rem .125rem;
    }

    .fit-width {
        max-width: 100%;
    }

    @media (max-width: 1199.98px) {
        .main {
            min-width: 100vw;
            display: flex;
            flex-flow: column nowrap;
        }

        .sidebar {
            display: none;
        }

            .sidebar.expand {
                position: fixed;
                top: 3.5rem;
                left: 0;
                min-width: 100vw;
                background-color: #fff;
                z-index: 1050;
            }

        .app-sidebar > .nav-pills > .nav-item:last-of-type {
            padding-bottom: 0;
        }
    }

    @media (max-width: 350px) {
        .title {
            font-size: inherit;
        }
    }


    .my-reconnect-modal > div {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1000;
        overflow: hidden;
        background-color: #fff;
        opacity: 0.8;
        text-align: center;
        font-weight: bold;
    }

    #components-reconnect-modal {
        display: none;
    }

        #components-reconnect-modal.components-reconnect-show {
            display: block;
        }

    .components-reconnect-hide > div {
        display: none;
    }

    .components-reconnect-show > div {
        display: none;
    }

    .components-reconnect-show > .show {
        display: block;
    }

    .components-reconnect-failed > div {
        display: none;
    }

    .components-reconnect-failed > .failed {
        display: block;
    }

    .components-reconnect-refused > div {
        display: none;
    }

    .components-reconnect-refused > .refused {
        display: block;
    }

    table.items-table {
        width: 100% !important;
        margin-left: 20px;
        margin-right: -20px;
        table-layout: fixed;
    }

        table.items-table td {
            /* white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;*/
        }

            table.items-table td.item-heading {
                width: 60px;
                vertical-align: top;
                /*padding-left: 16px;*/
            }

    .indr {
        margin-left: 20px;
        empty-cells: show;
    }

    p {
        margin-bottom: 4px;
        margin-top: 8px;
    }

    .smallchart {
        border: 0;
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        empty-cells: show;
    }

    .td1, .td7 {
        width: 5%;
    }

    .td2 {
        width: 46%;
    }

    .td3 {
        width: 46%;
        border: 0;
    }

    .td5 {
        width: 46%;
    }

    .td8 {
        width: 46%;
    }

    .td9 {
        width: 46%;
    }

    .td11 {
        width: 46%;
    }

    td.gen {
        border: 0;
        color: red;
        font-size: 13px;
        padding: 0;
        text-align: right;
        width: 2%;
    }

        td.gen span {
            color: green;
        }

    .bttable {
        width: 100%;
        min-width: 200px;
        border-collapse: separate;
        empty-cells: show;
    }

        .bttable td {
            vertical-align: top !important;
        }

        