/* Demos specific */
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('switcher-resources/themes.css');
@import url('switcher-resources/theme-switcher.css');

body, html {
    height: 100%;
}
.page-main {
    flex-grow: 1;
    overflow: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
} 

body {
    margin: 0;
    overscroll-behavior: none;
}

app,
app > div,
.app-content > div:not(.modal-backdrop),
.main > .content,
.content > .app-page,
.app-page > .app-page-nav {
    background-color: inherit;
}

.sidebar {
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
}

.sidebar,
.themeswitcher-container {
    z-index: 1029;
}

.navbar {
    z-index: 1030;
}

.footer,
.themeswitcher-container,
.app-content,
.sidebar {
    transition: transform 0.1s ease-out;
}

.themeswitcher-container {
    min-width: 320px;
    max-width: 320px;
}

html,
body,
app {
    height: 100%;
    overflow: hidden;
}

.app-content {
    height: calc(100% - 3.5rem);
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    overflow: hidden;
    overscroll-behavior: none;
}

.main {
    position: relative;
    overflow: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.modal-open .main {
    -webkit-overflow-scrolling: auto;
}

@media (min-width: 1200px) {
    .main {
        min-width: calc(100vw - 300px);
    }

    .footer {
        width: 300px;
        box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.16);
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1029;
    }

    .main > .footer {
        position: static;
        height: 1px;
        margin-top: -1px;
        visibility: hidden;
        overflow: hidden;
    }

    .desktop-sidebar-hidden .main {
        min-width: 100vw;
    }

    .desktop-sidebar-hidden,
    .desktop-sidebar-hidden + .footer {
        transform: translateX(-300px);
    }

    .desktop-sidebar-hidden {
        margin-right: -300px;
    }

    .themeswitcher-container-shown {
        transform: translateX(-100%);
    }
}

.app-content-modal.modal-backdrop {
    display: none;
    top: 3.5rem;
    z-index: 1028;
}

@media (max-width: 1199px) {
    app > .footer {
        display: none;
    }

    .main {
        min-width: 100vw;
        display: flex;
        flex-flow: column nowrap;
    }

        .main > .content {
            flex: 1 1 auto;
        }

    .sidebar,
    .themeswitcher-container {
        position: fixed;
        top: 3.5rem;
        height: calc(100% - 3.5rem);
    }

    .sidebar {
        transform: translateX(-100%);
        left: 0;
    }

    .themeswitcher-container {
        transform: translateX(100%);
        right: 0;
    }

    .themeswitcher-container-shown,
    .mobile-sidebar-shown .sidebar {
        transform: translateX(0);
    }

    .app-content-modal.modal-backdrop.modal-backdrop-shown {
        display: block;
        cursor: pointer;
    }
}

.navbar {
    border: none;
    background-color: inherit;
    border-radius: 0;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
}

.navbar-toggler {
    outline: none;
    border-radius: 0;
    padding: .75rem;
    float: left;
}

    .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;
        float: right;
    }

/* 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;
    }

.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;
}

.sidebar .nav-pills .nav-item {
    margin: 0;
}

.app-sidebar .nav-pills > .nav-item > a:not(.active) {
    background-image: none !important;
}

.app-sidebar .nav-pills > .nav-item > a {
    border: none !important;
}

/*DemoPage*/
.app-page {
    display: flex;
    flex-flow: row nowrap;
    margin-left: -2rem;
    margin-right: -2rem;
}

    .app-page .app-page-content {
        max-width: calc(1100px + 4rem);
        flex: 1 1 auto;
        overflow: hidden;
        padding-right: 2rem;
        padding-left: 2rem;
    }

        .app-page .app-page-content .app-anchor {
            scroll-margin-top: 2rem;
            scroll-snap-margin-top: 2rem;
        }

/*DemoPageNavPanel*/
.app-page-nav {
    flex: 1 0 auto;
    min-width: calc(200px + 3rem);
    padding-right: 2rem;
}

    .app-page-nav .nav-pills {
        position: sticky;
        top: 1.1rem;
        padding-bottom: 1.125rem;
        min-width: 200px;
        max-width: max-content;
    }

        .app-page-nav .nav-pills .nav-link {
            border-radius: 0;
            border: none;
            font-size: .875rem;
            color: inherit;
            background: none;
            padding: .2195rem .75rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .app-page-nav .nav-pills .nav-link.active {
                color: inherit;
                position: relative;
                transform: scale(1);
            }

                .app-page-nav .nav-pills .nav-link.active:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 3px;
                    height: 100%;
                    background-color: var(--primary);
                }

                .app-page-nav .nav-pills .nav-link.active:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-color: currentColor;
                    opacity: 0.05;
                    z-index: -1;
                }

            .app-page-nav .nav-pills .nav-link .badge:empty,
            .app-page-nav .nav-header .badge:empty {
                display: none;
            }

            .app-page-nav .nav-pills .nav-link .badge,
            .app-page-nav .nav-header .badge {
                margin-left: 0.3em;
                border: 0;
                padding: 3px 4px;
                color: #fff;
                background-color: #a1a6ab;
                font-size: 0.75rem;
                font-weight: 400;
                border-radius: 0.25rem;
                min-width: 2.7em;
            }

    .app-page-nav .nav-header .badge {
        margin-left: 8px;
    }

    .app-page-nav .nav-header {
        display: none;
    }

    .app-page-nav .nav-title {
        font-size: 1rem;
        font-weight: 600;
        padding: .5rem .75rem;
    }

@media (max-width: 1199.98px) {
    .app-page {
        flex-flow: column nowrap;
        margin: 0;
    }

        .app-page .app-page-content {
            padding-top: 1.1rem;
            order: 1;
            padding-right: 0;
            padding-left: 0;
            overflow: visible;
        }

            .app-page .app-page-content .app-anchor {
                scroll-margin-top: calc(2.875rem + 2rem);
                scroll-snap-margin-top: calc(2.875rem + 2rem);
            }

    .app-page-nav {
        position: sticky;
        z-index: 1027;
        top: 0;
        order: 0;
        height: 2.875rem;
        margin: -1.1rem -1.5rem 0 -1.5rem;
        padding-right: 0;
    }

        .app-page-nav .nav-header {
            display: flex;
            flex-flow: row nowrap;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            color: inherit;
            position: relative;
            transform: scale(1);
            padding: 11px 20px 11px 24px;
            font-size: 1rem;
        }

            .app-page-nav .nav-header:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: currentColor;
                opacity: 0.09;
                z-index: -1;
            }

            .app-page-nav .nav-header .nav-header-text {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .app-page-nav .nav-header .nav-header-btn {
                display: block;
                width: 1.5rem;
                height: 1.5rem;
                padding: .375rem;
                cursor: pointer;
                color: inherit;
                position: relative;
                transform: scale(1);
                margin-right: -.5rem;
            }

                .app-page-nav .nav-header .nav-header-btn:before {
                    content: "";
                    display: block;
                    width: .75rem;
                    height: .75rem;
                    mask-image: url("../images/CollapseButton.svg");
                    -webkit-mask-image: url("../images/CollapseButton.svg");
                    color: var(--gray);
                    background-color: currentColor;
                }

            .app-page-nav .nav-header:not(.collapse) .nav-header-btn:before {
                transform: rotate(180deg);
            }

            .app-page-nav .nav-header .nav-header-btn:hover:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border-radius: 50%;
                background-color: currentColor;
                opacity: 0.09;
                z-index: -1;
            }

            .app-page-nav .nav-header.collapse + .nav-pills {
                display: none;
            }

        .app-page-nav .nav-pills {
            position: absolute;
            top: auto;
            width: 100%;
            max-width: 100%;
            box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.12);
            background-color: inherit;
        }

        .app-page-nav .nav-title {
            padding: .8rem 1.5rem;
        }

        .app-page-nav .nav-pills .nav-link {
            padding: .2195rem 1.25rem .2195rem 1.5rem;
        }

            .app-page-nav .nav-pills .nav-link .badge {
                margin-right: -.5rem;
            }
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.navbar {
    height: 3.5rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

    .navbar .app-btn-container {
        margin-left: auto;
    }

@media (min-width: 1200px) {
    #settingsbar {
        height: calc(100vh - 3.5rem);
        position: fixed;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

.download-btn.navbar-toggler {
    height: 3.5rem;
    padding: calc((3.5rem - 22px)/2) !important;
}

.app-download-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: currentColor;
    mask-image: url("../images/download.svg");
    -webkit-mask-image: url("../images/download.svg");
}

.app-theme-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: currentColor;
    mask-image: url("../images/theme.svg");
    -webkit-mask-image: url("../images/theme.svg");
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.app-products .row > div {
    margin-bottom: 2rem;
}

.app-products .app-product {
    cursor: pointer;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
    height: 100%;
    margin: 0;
}

    .app-products .app-product:hover {
        transform: translate(0, -6px);
        transition: all .2s ease-out;
        box-shadow: 0 0.25rem 0.25rem rgba(0,0,0,0.1) !important;
    }

    .app-products .app-product .app-product-info {
        display: inline-block;
        font-size: 13px;
    }

.app-product-icon {
    width: 40px;
    height: 40px;
}

.app-product-icon-grid {
    mask-image: url("../images/landing/DataGrid.svg");
    -webkit-mask-image: url("../images/landing/DataGrid.svg");
}

.app-product-icon-pivot {
    mask-image: url("../images/landing/PivotGrid.svg");
    -webkit-mask-image: url("../images/landing/PivotGrid.svg");
}

.app-product-icon-charts {
    mask-image: url("../images/landing/Charts.svg");
    -webkit-mask-image: url("../images/landing/Charts.svg");
}

.app-product-icon-scheduler {
    mask-image: url("../images/landing/Scheduler.svg");
    -webkit-mask-image: url("../images/landing/Scheduler.svg");
}

.app-product-icon-editors {
    mask-image: url("../images/landing/Editors.svg");
    -webkit-mask-image: url("../images/landing/Editors.svg");
}

.app-product-icon-navigation {
    mask-image: url("../images/landing/Navigation.svg");
    -webkit-mask-image: url("../images/landing/Navigation.svg");
}

.app-product-icon-reports {
    mask-image: url("../images/landing/Reports.svg");
    -webkit-mask-image: url("../images/landing/Reports.svg");
}

.app-product-icon-upload {
    mask-image: url("../images/landing/Upload.svg");
    -webkit-mask-image: url("../images/landing/Upload.svg");
}

#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 dx-app.css*/

.app-card,
.app-card-wide,
.code-snippet,
.app-description:not(.app-products) {
    max-width: 1100px;
}

    .app-card-sm,
    .app-card.app-card-sm {
        max-width: 390px;
    }

.main > .content > .card:not(.online-only-warning),
.app-page-content > .card:not(.online-only-warning) {
    position: static;
}

.card.app-card.app-card-shadow,
.card.app-card-wide.app-card-shadow {
    border: none;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.18);
    width: 100%;
}

    .card.app-card.app-card-shadow > .card-body,
    .card.app-card-wide.app-card-shadow > .card-body {
        padding: 1.5rem;
    }

    .card.app-card.app-card-shadow > .card-header,
    .card.app-card-wide.app-card-shadow > .card-header {
        padding: .5rem .5rem .5rem 1.5rem;
    }

    .card.app-card-wide.app-card-shadow .card-body-fl {
        padding-left: .6rem;
    }

.app-card,
.app-card-wide,
.card.code-snippet,
.app-description + div,
.dx-blazor-widget + .dx-pivotgrid {
    margin-top: 2rem;
}

@media(max-width: 1080px) {
    .card.app-card {
        width: 100%;
    }

        .card.app-card.app-card-shadow,
        .card.app-card-wide.app-card-shadow {
            width: 100%;
        }
}

.mw-480 {
    max-width: 480px !important;
}

.mw-1100 {
    max-width: 1100px !important;
}

.card-deck.app > .card {
    min-width: 400px;
    max-width: 800px;
    height: 150px;
    margin-bottom: 15px;
    margin-left: 0px;
}

.card.app-card-wide > .card-footer:not(.code-header) {
    background-color: #fff;
}

.card.app-card > .card-footer:not(.code-header) {
    background-color: #fff;
}

.card.app-card > .card-footer > pre,
.card.app-card-wide > .card-footer > pre {
    margin: 0;
    padding: 0;
    border: none;
}

.card.code-snippet {
    overflow: hidden;
}

.code-header.card-footer {
    background-color: #fff !important;
    background-image: none;
}

    .code-header.card-footer:not(:first-child) {
        border-top-color: #ebebeb;
        border-top-width: 1px;
    }

    .code-header.card-footer:first-child {
        border-top: none;
    }

.code-header .nav-code {
    position: relative;
    z-index: 1;
}

.code-header > .nav-code .nav-link {
    color: #444;
}

    .code-header > .nav-code .nav-link.active {
        background-color: #fff;
        border-bottom: 2px solid;
    }

.code-header > .nav-code .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    padding: 0.5rem 1rem;
}

.code-header > .nav-code .nav-link {
    font-size: 0.875rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.code-header.card-footer ~ .card-footer {
    border-top-width: 1px;
    margin-top: -1px;
    border-top-color: #d6d5d5;
    background-color: #fafafa !important;
}

.code-header-tabs {
    padding-bottom: 1px;
}

    .code-header-tabs .nav-tabs {
        border-bottom-color: #d6d5d5;
    }

.code-header .code-toolbar {
    flex: 1;
    display: flex;
    align-items: center;
}

.hljs {
    background-color: transparent !important;
    padding: 0 !important;
}

.hljs-name,
.hljs-attr,
.hljs-tag,
code.hljs.xml {
    color: #800080 !important;
}


.logo-container .logo-image {
    background-color: currentColor;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    cursor: pointer;
    margin-left: 16px;
    width: 180px;
    height: 30px;
    mask-image: url("../images/logo.svg");
    -webkit-mask-image: url("../images/logo.svg");
}

@media (max-width: 359.98px) {
    .logo-container .logo-image {
        width: 28px;
        height: 28px;
        mask-image: url("../images/logo-xs.svg");
        -webkit-mask-image: url("../images/logo-xs.svg");
    }
}

div.logo {
    padding-top: 10px;
    float: left;
    width: 100%;
}

.caption {
    color: #212529;
}

.footer > div {
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 10px;
    background-color: inherit;
}

.footer:before {
    content: "";
    display: block;
    border: 1px solid;
    border-bottom-style: none;
    opacity: 0.15;
}

.footer .version,
.footer .copyright {
    font-size: 11px;
}

div.content > .card:last-child,
.app-page-content > .card:last-child {
    margin-bottom: 50px;
}

.card-footer.text-muted .dxbs-spin-edit {
    width: 100px;
}


.online-only-warning {
    margin-top: 32px;
    margin-bottom: 40px;
    padding: 16px 16px 0 66px;
    max-width: 1024px;
}

    .online-only-warning > img {
        width: 36px;
        height: 36px;
        position: absolute;
        top: 21px;
        left: 16px;
    }

    .online-only-warning .info-caption {
        font-size: 16px;
        margin-bottom: 2px;
    }

    .online-only-warning .info-description {
        font-size: 14px;
        margin-bottom: 16px;
    }

.app-icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 9px !important;
    margin-left: -3px !important;
    background-color: currentColor;
}

.app-icon-expand,
.app-icon-collapse {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: currentColor;
}

.app-icon-collapse {
    mask-image: url("../images/CollapseButton.svg");
    -webkit-mask-image: url("../images/CollapseButton.svg");
}

.app-icon-expand {
    mask-image: url("../images/ExpandButton.svg");
    -webkit-mask-image: url("../images/ExpandButton.svg");
}

.app-icon-overview {
    mask-image: url("../images/Overview.svg");
    -webkit-mask-image: url("../images/Overview.svg");
}

.app-icon-grid {
    mask-image: url("../images/GridView.svg");
    -webkit-mask-image: url("../images/GridView.svg");
}

.app-icon-pivotgrid {
    mask-image: url("../images/PivotGrid.svg");
    -webkit-mask-image: url("../images/PivotGrid.svg");
}

.app-icon-treeview {
    mask-image: url("../images/TreeView.svg");
    -webkit-mask-image: url("../images/TreeView.svg");
}

.app-icon-formlayout {
    mask-image: url("../images/FormLayout.svg");
    -webkit-mask-image: url("../images/FormLayout.svg");
}

.app-icon-editform-validation {
    mask-image: url("../images/EditFormValidation.svg");
    -webkit-mask-image: url("../images/EditFormValidation.svg");
}

.app-icon-toolbar {
    mask-image: url("../images/Toolbar.svg");
    -webkit-mask-image: url("../images/Toolbar.svg");
}

.app-icon-tabs {
    mask-image: url("../images/Tabs.svg");
    -webkit-mask-image: url("../images/Tabs.svg");
}

.app-icon-editors {
    mask-image: url("../images/Editors.svg");
    -webkit-mask-image: url("../images/Editors.svg");
}

.app-icon-pager {
    mask-image: url("../images/Pager.svg");
    -webkit-mask-image: url("../images/Pager.svg");
}

.app-icon-info {
    width: 20px;
    height: 20px;
    mask-image: url("../images/Info.svg");
    -webkit-mask-image: url("../images/Info.svg");
}

.app-description:not(:first-child) > h2 {
    margin-top: 32px;
}

.app-description > h2 {
    margin-bottom: 24px;
}

.app-description .app-anchor {
    opacity: 0;
    transition: opacity 150ms;
    width: 1.5rem;
    margin-left: -1.5rem;
    display: inline-block;
    text-decoration: none !important;
    text-align: center;
}

    .app-description .app-anchor:before {
        content: "#";
    }

@media (min-width: 1200px) {
    .app-description .app-anchor {
        width: 2rem;
        margin-left: -2rem;
    }
}

.app-description > h1:hover .app-anchor,
.app-description > h2:hover .app-anchor {
    opacity: 1;
}

.app-charts-seriestypes.card-deck > .card {
    min-width: 380px;
}

    .app-charts-seriestypes.card-deck > .card > .card-body:first-child {
        align-items: baseline;
    }

.app-charts-seriestypes.card-deck .dx-listbox-scrollable {
    max-height: none !important;
}

.target-container:before {
    content: "Click to show a pop-up window";
    text-transform: uppercase;
    font-weight: 600;
}

.target-container {
    height: 200px;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
}

    .target-container.context-menu-container:before {
        content: "Right-click to show the context menu";
    }

.custom-popup .modal-header {
    padding: 0;
}

.custom-popup .custom-header {
    padding: 0.3rem 0;
    font-size: 1.4rem;
    justify-content: right;
    display: flex;
    align-items: center;
}

.custom-popup .app-icon-info {
    margin: 0 0.5rem 0 0.6rem;
}

.custom-popup .custom-header .close-button {
    font-size: 0.9rem;
    margin-left: auto;
    margin-bottom: 0.2rem;
    margin-right: 0.9rem;
}

.custom-popup .modal-body {
    padding-top: 0.6rem;
}

a.helplink {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .app-listbox {
        width: calc(50% - 10px) !important;
        max-width: 540px;
    }
}

.app-checkBox {
    width: 191px;
    height: 191px;
    border-radius: 20px;
    box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, 0.3);
    background-color: #fcfcfc;
}

.flexBox, .app-checkBox, .gradientCircle, .borderContainer, .boxLabel, .borderCyrcle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.boxLabel {
    opacity: 0.5;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #212529;
}

.borderCyrcle, .borderContainer {
    position: absolute;
    width: 152px;
    height: 152px;
}

.borderCyrcle {
    border-radius: 100%;
    box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.32);
    border: solid 6px rgba(0, 0, 0, 0.1);
}

.gradientCircle {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.32);
    background-image: linear-gradient(to bottom, #bc91ff, #593196);
    transform: rotate(-45deg);
}

.centerCircle {
    position: absolute;
    border-radius: 100%;
    width: 74px;
    height: 74px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.42), inset 0px 10px 16px 0 rgba(0, 0, 0, 0.1);
    border: solid 8px #ffffff;
    background-color: #ffffff;
    transform: rotate(45deg);
}

.roundMarkerHigh, .roundMarkerMedium, .roundMarkerLow {
    position: relative;
    left: 83%;
    top: 47%;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
}

.roundMarkerMedium {
    opacity: 0.75;
    border: solid 3px #ffffff;
    background-color: #ffffff00;
}

.roundMarkerLow {
    opacity: 0.75;
    border: solid 1px #ffffff;
    background-color: #ffffff00;
}

.marker {
    position: absolute;
    left: 60%;
    top: 49.5%;
    width: 14px;
    height: 4px;
    border-radius: 2px;
    background-color: #212529;
}

.light {
    width: 100%;
    border-top: 50px solid transparent;
    border-right: 100px solid white;
    border-bottom: 50px solid transparent;
    opacity: 0.2;
}

@keyframes turn90 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-90deg);
    }
}

@keyframes turn180 {
    0% {
        transform: rotate(-90deg);
    }

    100% {
        transform: rotate(-180deg);
    }
}

@keyframes turn0 {
    0% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.markerContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
}

.undo {
    width: 16px;
    height: 16px;
    background-image: url("../images/undo.svg");
    margin: 0 8px 0 0;
}

.redo {
    width: 16px;
    height: 16px;
    background-image: url("../images/redo.svg");
    margin: 0 0 0 8px;
}

.like {
    height: 16px;
    width: 16px;
    background-image: url("../images/like.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-right: 8px;
}

.tb-icon {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

.tb-icon-bold {
    height: 16px;
    width: 16px;
    -webkit-mask-image: url("../images/Bold.svg");
    mask-image: url("../images/Bold.svg");
}

.tb-icon-italic {
    height: 16px;
    width: 16px;
    -webkit-mask-image: url("../images/Italic.svg");
    mask-image: url("../images/Italic.svg");
}

.tb-icon-underline {
    height: 16px;
    width: 16px;
    -webkit-mask-image: url("../images/Underline.svg");
    mask-image: url("../images/Underline.svg");
}

.tb-icon-align-left {
    height: 16px;
    width: 16px;
    -webkit-mask-image: url("../images/AlignLeft.svg");
    mask-image: url("../images/AlignLeft.svg");
}

.tb-icon-align-center {
    height: 16px;
    width: 16px;
    -webkit-mask-image: url("../images/AlignCenter.svg");
    mask-image: url("../images/AlignCenter.svg");
}

.tb-icon-align-right {
    height: 16px;
    width: 16px;
    -webkit-mask-image: url("../images/AlignRight.svg");
    mask-image: url("../images/AlignRight.svg");
}

.tb-icon-undo {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("../images/undo.svg");
    mask-image: url("../images/undo.svg");
}

.tb-icon-redo {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("../images/redo.svg");
    mask-image: url("../images/redo.svg");
}

.tb-icon-info {
    width: 18px;
    height: 18px;
    mask-image: url("../images/Info-16x16.svg");
    -webkit-mask-image: url("../images/Info-16x16.svg");
}

.tb-icon-settings {
    width: 16px;
    height: 16px;
    mask-image: url("../images/Settings.svg");
    -webkit-mask-image: url("../images/Settings.svg");
}

.tb-icon-refresh {
    width: 16px;
    height: 16px;
    mask-image: url("../images/Refresh.svg");
    -webkit-mask-image: url("../images/Refresh.svg");
}

.tb-icon-search {
    width: 24px;
    height: 24px;
    mask-image: url("../images/search.svg");
    -webkit-mask-image: url("../images/search.svg");
}

.tb-icon-alert {
    width: 16px;
    height: 16px;
    mask-image: url("../images/Alert.svg");
    -webkit-mask-image: url("../images/Alert.svg");
}

.tb-icon-doc {
    width: 16px;
    height: 16px;
    mask-image: url("../images/Document.svg");
    -webkit-mask-image: url("../images/Document.svg");
}

.mobile-view, .mobile-view-horizontal,
.grid-toolbar-new, .grid-toolbar-edit,
.grid-toolbar-delete, .oi oi-reload,
.grid-toolbar-filter-row, .grid-toolbar-document {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

.mobile-view, .mobile-view-horizontal {
    height: 32px;
    width: 32px;
}

.grid-toolbar-new, .grid-toolbar-edit,
.grid-toolbar-delete, .oi oi-reload,
.grid-toolbar-filter-row, .grid-toolbar-document {
    height: 16px;
    width: 16px;
}

.mobile-view {
    -webkit-mask-image: url("../images/mobile_view.svg");
    mask-image: url("../images/mobile_view.svg");
}

.mobile-view-horizontal {
    -webkit-mask-image: url("../images/mobile_view_horizontal.svg");
    mask-image: url("../images/mobile_view_horizontal.svg");
}

.grid-toolbar-new {
    -webkit-mask-image: url("../images/GridToolbarNew.svg");
    mask-image: url("../images/GridToolbarNew.svg");
}

.grid-toolbar-edit {
    -webkit-mask-image: url("../images/GridToolbarEdit.svg");
    mask-image: url("../images/GridToolbarEdit.svg");
}

.grid-toolbar-delete {
    -webkit-mask-image: url("../images/GridToolbarDelete.svg");
    mask-image: url("../images/GridToolbarDelete.svg");
}

.oi oi-reload {
    -webkit-mask-image: url("../images/GridToolbarRefresh.svg");
    mask-image: url("../images/GridToolbarRefresh.svg");
}

.grid-toolbar-filter-row {
    -webkit-mask-image: url("../images/GridToolbarFilterRow.svg");
    mask-image: url("../images/GridToolbarFilterRow.svg");
}

.grid-toolbar-document {
    -webkit-mask-image: url("../images/GridToolbarDocument.svg");
    mask-image: url("../images/GridToolbarDocument.svg");
}

.app-sidebar .nav-pills .nav-item.dx-badge-preview .nav-link > span.badge {
    min-width: inherit;
    font-weight: 700;
    color: #212529 !important;
    background-color: #ffc107 !important;
}

.datagrid-border-radius-top-0 > .card {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media (min-width: 768px) {
    .datagrid-selected-items {
        position: absolute;
        height: 100%;
        right: 0;
        top: 0;
    }
}

@media (max-width: 767.98px) {
    .datagrid-selected-items {
        height: 235px;
    }
}

.custom-drop-zone {
    padding: 0 !important;
    border-style: dashed !important;
    border-width: 2px !important;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .custom-drop-zone.custom-drag-over {
        background-color: #868A8D;
    }

    .custom-drop-zone img {
        width: 42px;
        height: 42px;
    }

.medium-chart-container {
    margin: 16px;
}

    .medium-chart-container .dxc-arg-elements text {
        font-weight: 600 !important;
    }

.dx-chart {
    margin: 0 15px;
}

.rotated-chart .dx-chart {
    margin-bottom: 50px;
}

.medium-chart-container.rotated-chart .dx-chart {
    height: 250px;
    min-height: 250px;
}

.message-container > :last-child > .alert {
    margin-bottom: 0;
}

.app-alert-notifications {
    position: fixed;
    z-index: 1030;
    right: 10px;
    top: calc(3.5rem + 10px);
    font-size: 1rem;
}

@keyframes app-alert-notify {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.app-alert-notifications .alert:last-of-type {
    animation: app-alert-notify 0.3s linear;
    animation-fill-mode: forwards;
}

.app-device-container .app-device-orientation-selector > div {
    margin: 0 auto;
    width: 520px;
    text-align: right;
}

.app-device-container.horizontal .app-device-orientation-selector > div {
    width: 830px;
}

.app-device-orientation-selector button {
    display: block;
    float: right;
    clear: both;
    font-size: 2.5em;
    margin-bottom: 0.4em;
    margin-right: -2.2em;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    padding: 0;
    justify-content: center;
}

.app-device-container .app-device {
    height: 830px;
    width: 520px;
    margin: 0 auto;
    border-width: 30px 20px !important;
    border-radius: 15px;
}

.app-device-container.horizontal .app-device {
    width: 830px;
    height: 520px;
    border-width: 20px 30px !important;
}

.app-device-container .app-display {
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 0px;
    position: relative;
}

    .app-device-container .app-display > iframe {
        height: 100%;
        width: 100%;
        border-width: 0;
    }

@media (max-width: 1599.98px) {
    .app-device-container .app-device-orientation-selector {
        display: none;
    }

    .app-device-container.horizontal .app-device {
        height: 830px;
        width: 520px;
        border-width: 30px 20px !important;
    }
}

@media (max-width: 600px), (hover: none) {
    .app-device-container .app-device-orientation-selector {
        display: none;
    }

    .app-device.border-secondary,
    .app-device .app-display.border-secondary {
        border: none !important;
    }

    .app-device.bg-secondary {
        background: none !important;
    }

    .app-device {
        border-width: 0 !important;
        padding: 0 !important;
        min-width: 0 !important;
        width: auto !important;
        height: auto !important;
    }

        .app-device .app-display .card.m-3 {
            margin: 0 !important;
        }
}

.app-card .card-header,
.app-card-wide .card-header {
    font-size: 0.95rem;
    font-weight: 500;    
}
.card-header1 {
    font-size: 0.95rem;
    font-weight: 500;
    background-color: green;
}

.app-size-toolbar .app-toolbar-title {
    padding-top: 0.19rem;
    white-space: normal;
    font-size: 0.9rem;
    font-weight: 600;
}

    .app-size-toolbar .app-toolbar-title b {
        font-weight: 700;
    }

.app-buttons-title {
    padding-top: 24px;
    padding-bottom: 16px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 100%;
    min-width: 130px;
    text-align: center;
    padding-right: 0;
}

.app-treeview-template .nav-pills .nav-pills {
    margin-left: 0 !important;
}

.app-treeview-template h5 {
    margin-bottom: .1rem;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2;
}

.app-treeview-template .treeview-template-icon {
    padding: 5px;
    width: 30px;
    height: 30px;
}

.app-tab-page-content {
    padding-top: 12pt;
}

@media (min-width: 576px) {
    .app-buttons-title {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 0.9rem;
        text-align: inherit;
    }
}

.app-size-toolbar.dxbs-ta-nib > .btn-toolbar > .btn-group:not(:first-child):not(.dxbs-tb-begin-group):before {
    display: none !important;
}

.grid-header-border-bottom-1 thead > tr > th {
    border-bottom-width: 1px !important;
}

.option-container {
    display: flex;
    align-items: center;
    margin-top: 1.25rem !important;
    margin-bottom: 1.75rem;
    width: 300px;
}

    .option-container > span {
        padding-right: 1em;
        font-weight: 600;
        white-space: nowrap;
    }

.memo-max-width textarea.form-control {
    max-width: 100%;
}

body.modal-open .main {
    -webkit-overflow-scrolling: auto;
}

.listbox-right-padding-0 {
    padding-right: 0;
}

.gridlayout-item,
.stacklayout-item {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    height: 100%;
    padding: 10px;
    text-align: center;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .gridlayout-item:before,
    .stacklayout-item:before {
        content: " ";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0.4;
    }

.gridlayout-header:before,
.stacklayout-header:before {
    background-color: var(--red);
}

.gridlayout-content:before,
.stacklayout-content:before {
    background-color: var(--yellow);
}

.gridlayout-left-side-bar:before,
.stacklayout-left-side-bar:before {
    background-color: var(--green);
}

.gridlayout-right-side-bar:before,
.stacklayout-right-side-bar:before {
    background-color: var(--info);
}

.gridlayout-footer:before,
.stacklayout-footer:before {
    background-color: var(--blue);
    opacity: 0.5;
}

.mwx-1100 {
    max-width: 1100px;
    overflow-x: auto;
}

.app-sc-apt {
    height: 100%;
}

.app-sc-apt-content {
    position: relative;
    overflow: hidden;
    height: 100%;
    background-color: inherit;
    display: inherit;
}

.app-sc-apt.app-sc-accepted .app-sc-apt-content {
    border: none;
}

.app-sc-h-apt:not(.app-sc-accepted),
.app-sc-apt:not(.app-sc-accepted) .app-sc-apt-content {
    color: black !important;
    font-size: .925em;
    font-weight: 600;
}

.app-apt-subject {
    padding: 0.2em 0.5em 0.2em 0.9em;
}

.app-sc-apt:not(.app-sc-accepted) .app-apt-bg {
    background-color: white;
}

.app-apt-bg {
    opacity: 0.7;
    padding: 0;
    margin: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.dxbs-sc-apt.dxbs-apt-selected .app-apt-bg {
    opacity: 1;
}

.dxbs-apt-hovered .app-apt-bg {
    opacity: 0.7;
}

.app-sc-status-container {
    position: relative;
    border-width: 0;
    margin-right: -0.4em;
    height: 100%;
    background-color: var(--white);
    box-sizing: border-box;
    width: 0.5em;
    height: 100%;
    float: left;
}

    .app-sc-status-container:after {
        content: " ";
        position: absolute;
        left: -1px;
        top: -1px;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        box-sizing: border-box;
        background-color: transparent;
        border: 1px solid white;
        opacity: 0.4;
        border-radius: inherit;
    }

.app-sc-apt:not(.app-sc-accepted) .app-sc-status-container::after {
    background-image: linear-gradient(-45deg,var(--white) 19%,transparent 0,transparent 50%,var(--white) 0,var(--white) 69%,transparent 0,transparent);
    background-size: 8px 8px;
    opacity: 0.9;
}

.app-sc-status-container .app-apt-status {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    top: 0%;
    height: 100%;
}

.app-sc-docked {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.app-resnavigator {
    display: flex;
}

.app-resnavigator-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    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='currentColor' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.app-resnavigator-container {
    flex-shrink: 0;
    padding-left: 0;
    padding-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    background-color: rgba(0, 0, 0, 0.03);
}

    .app-resnavigator-container .card-body {
        padding-left: 3px;
        padding-right: 3px;
    }

    .app-resnavigator-container .app-resnavigator-tree {
        width: 233px;
        padding-top: 2px;
        margin-left: 3px;
        margin-right: 3px;
    }

.app-resnavigator-title {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.app-resnavigator-sc-container {
    flex-grow: 1;
}
