html, body {
    height: 100% !important;
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: inherit;
    background-image: inherit;
    height: 100% !important;
    height: 100vh;
    overflow: hidden;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row.navbar-dark .navbar-toggler {
        outline: none;
        height: 3.5rem;
        border-radius: 0;
        text-align: center;
        padding-left: .75rem;
        padding-right: .75rem;
    }

        .top-row.navbar-dark .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;
        }

.icon {
    display: inline-block;
    text-rendering: auto;
    font-family: "demo-icons" !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.icon-settings:before {
    content: "\E01B";
}

.content-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
}

.content {
    padding-top: 3rem;
    height: 100%;
    overflow-y: auto;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
    border-radius: 0.2rem;
}

.validation-message {
    color: red;
}

/*.om-sidebar {*/
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#193a81+0,2569bc+94 */
/*background: rgb(25,58,129);*/ /* Old browsers */
/*background: -moz-linear-gradient(top, rgba(25,58,129,1) 0%, rgba(37,105,188,1) 94%);*/ /* FF3.6-15 */
/*background: -webkit-linear-gradient(top, rgba(25,58,129,1) 0%,rgba(37,105,188,1) 94%);*/ /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom, rgba(25,58,129,1) 0%,rgba(37,105,188,1) 94%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#193a81', endColorstr='#2569bc',GradientType=0 );*/ /* IE6-9 */
/*}*/

@media (max-width: 1199px) {

    .content {
        padding-top: 1.5rem !important;
    }
}

@media (min-width: 1200px) {

    .rn-filter-sidebar {
        background-color: #F7F7FC;
        /*  border-right: 1px solid black;*/
        border: 0 !important;
        box-shadow: none !important;
    }

        .rn-filter-sidebar.om-sidebar-desktop-hide {
            transform: translateX(0) !important;
            visibility: visible !important;
        }

    .om-sidebar {
        padding-top: 1.5rem;
    }
}

@media (max-width: 1199.98px) {
    .top-row {
        position: static !important;
    }

    .sidebar {
        padding-top: 0 !important;
    }

    .rn-filter-sidebar {
        background-color: white;
        margin-top: 45px;
    }

    .om-sidebar {
        padding-top: 5rem;
    }
}

.navbar.top-row {
    justify-content: flex-start;
}

    .navbar.top-row .demo-btn-container {
        margin-left: auto;
    }

@media (min-width: 1200px) {
    app {
        flex-direction: row;
        height: 100% !important;
    }

    #settingsbar {
        height: 100vh;
        position: fixed;
    }
}

hr {
    margin-left: 1px;
    margin-right: 1px;
}

button .img-profile {
    height: 25px;
    width: 25px;
}

.profile-button {
}

span.profile-label {
    word-wrap: break-word !important;
}

@media (max-width:575.98px) {
    .profile-button span.profile-label {
        visibility: hidden !important;
        display: none !important;
    }
}
/*
.navbar {
    z-index: 1030;
}*/

.navbar {
    border: none;
    background-color: inherit;
    border-radius: 0;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
}

    .navbar .navbar-toggler {
        outline: none;
        border-radius: 0;
        padding-left: .75rem;
        padding-right: .75rem;
        align-self: stretch;
    }

        .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;
        }

/* app-sidebar */
.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;
}

    .app-sidebar > .nav-pills > .nav-item > a[aria-expanded] ~ ul {
        margin: 0;
    }

.app-sidebar .nav-pills > .nav-item a:not(.active) {
    color: inherit !important;
}

.app-sidebar .nav-pills .nav-item .nav-link {
    text-transform: none;
}

    .app-sidebar .nav-pills .nav-item .nav-link > span:not(.expand-btn):not(.image):not(.badge) {
        flex: 1;
    }

    .app-sidebar .nav-pills .nav-item .nav-link > span.expand-btn {
        margin-right: 4px;
    }

    .app-sidebar .nav-pills .nav-item .nav-link > span.badge {
        flex: 0;
        border-radius: 0.25rem !important;
        min-width: 2.7em;
    }

.app-sidebar-icon-expand,
.app-sidebar-icon-collapse {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: currentColor;
}

.app-sidebar-icon-collapse {
    mask-image: url("../images/CollapseButton.svg");
    -webkit-mask-image: url("../images/CollapseButton.svg");
}

.app-sidebar-icon-expand {
    mask-image: url("../images/ExpandButton.svg");
    -webkit-mask-image: url("../images/ExpandButton.svg");
}

.app-sidebar .nav-pills .nav-item {
    margin: 0;
}

.dxbs-tree.app-sidebar > ul.nav ul.nav {
    margin: 0 !important;
}

    .dxbs-tree.app-sidebar > ul.nav ul.nav .nav-item {
        padding-bottom: 0;
    }

    .dxbs-tree.app-sidebar > ul.nav ul.nav .nav-link {
        font-size: 0.825rem;
        font-weight: 400;
        padding: 0 1rem;
    }

.dxbs-tree.app-sidebar .badge {
    margin: 0;
    border: 0 !important;
    padding: 3px 4px;
    color: #fff !important;
    background-color: #6c757d !important;
    font-size: 0.75rem;
    font-weight: 400;
}

#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;
    }

/* OlD Orion */
@media (min-width: 1200px) {

    .om-login-wrapper {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .om-login-form {
        padding: 1.5em 2em 1.5em 2em;
        width: 35%;
        -webkit-box-shadow: 0 .5rem 1rem rgba(34,34,34,.15) !important;
        box-shadow: 0 .5rem 1rem rgba(34,34,34,.15) !important;
    }
}

.om-login-left-spacer {
    width: 300px !important;
}

@media (max-width: 380px) {
    .om-login-left-spacer {
        width: unset !important;
    }
}

/*========== End Notifications ==============*/
.om-toolbar {
    /*background-color: #f7f7f7;*/
    max-height: 45px !important;
}


.om-jumbo-tiles .row > div {
    margin-bottom: 2rem;
}

.om-jumbo-tiles .om-jumbo-tile {
    cursor: pointer;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
    height: 100%;
    margin: 0;
}

    .om-jumbo-tiles .om-jumbo-tile:hover {
        transform: translate(0, -6px);
        transition: all .2s ease-out;
        box-shadow: 0 0.25rem 0.25rem rgba(0,0,0,0.1) !important;
    }

    .om-jumbo-tiles .om-jumbo-tile .om-jumbo-tile-info {
        display: inline-block;
        font-size: 13px;
    }

.om-jumbo-tile-icon {
    width: 40px;
    height: 40px;
}


.demo-icon-expand,
.demo-icon-collapse {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: currentColor;
}

.demo-icon-collapse {
    mask-image: url("../images/CollapseButton.svg");
    -webkit-mask-image: url("../images/CollapseButton.svg");
}

.demo-icon-expand {
    mask-image: url("../images/ExpandButton.svg");
    -webkit-mask-image: url("../images/ExpandButton.svg");
}

.om-layout-form {
    background-color: #fff;
    /* min-height: calc(100vh - 13rem);*/
    padding-top: 0.5rem;
}

.om-fixheight {
    min-height: calc(100vh - 13rem);
}

.rn-logo-img {
    width: 215px;
    height: 40px;
    /*margin: 8px;*/
}

@media (max-width: 1199px) {

    .rn-logo-img {
        /*width: 150px !important;*/
        height: 30px !important;
    }

    .om-layout-form {
        display: contents;
    }

    .om-fixheight {
        min-height: calc(100vh - 1rem) !important;
    }
}

.form-control[readonly]:not([disabled]).dx-reset-readonly-style {
    background-color: #fff;
}

.om-footer {
    display: block;
    background-color: #F8F8F8;
    /* border-top: 1px solid #dee2e6;*/
    margin-top: auto;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

/*
.table-bordered > :not(caption) > * > * {
    border-width: 0 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
}*/

.dxbs-gridview > .card .dxbs-table > tbody > tr > td {
    border-width: 0 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
}

.dxbs-gridview > .card .dxbs-table > tbody > tr > td, .dxbs-gridview > .card .dxbs-table > thead > tr > th {
    padding: 0.5em;
}

.om-grid-h100 > .card .dxbs-table > tbody > tr:nth-child(odd) {
    background-color: #F7F7F7;
}

/*.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #3A5693;
}*/
