/* /Layout/AuthLayout.razor.rz.scp.css */
.page[b-98nqs3tq6z] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.auth-content[b-98nqs3tq6z] {
    width: 100%;
    max-width: 512px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.auth-logo[b-98nqs3tq6z] {
    width: 100%;
    max-width: 384px;
}
.auth-header[b-98nqs3tq6z] {
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth-body[b-98nqs3tq6z] {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.auth-footer[b-98nqs3tq6z] {
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

[b-98nqs3tq6z] .content {
    overflow: auto;
    padding-top: 1rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
/* /Layout/Header.razor.rz.scp.css */
.navbar.header-navbar[b-nlej4mw55a] {
    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[b-nlej4mw55a] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-nlej4mw55a] {
    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;
}

.title[b-nlej4mw55a] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-nlej4mw55a] {
        font-size: inherit;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-4tdmrst9fp] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-4tdmrst9fp] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-4tdmrst9fp] .icon-close {
    -webkit-mask-image: url("images/close.svg");
    mask-image: url("images/close.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-4tdmrst9fp] .content {
    overflow: auto;
}

[b-4tdmrst9fp] .content-padded {
    padding-top: 1rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

[b-4tdmrst9fp] .content-back-button {

}

[b-4tdmrst9fp] .back-button:hover .icon-back {
    background-color: var(--dxbl-btn-hover-color);
}

[b-4tdmrst9fp] .close-button:hover .icon-close {
    background-color: var(--dxbl-btn-hover-color);
}

@media (max-width: 768px) {
    /* when switching to mobile view, the whole top of the grid should be the header bar */
    [b-4tdmrst9fp] .layout-sidebar {
        grid-area: header / header / header / header !important;
    }

    /* when switching to mobile view, the top bar should now be content as the top bar is hidden */
    [b-4tdmrst9fp] .layout-topbar {
        grid-area: content / content / content / content !important;
    }

    /* when switching to mobile view, shrink side padding */
    [b-4tdmrst9fp] .content-padded {
        padding-top: 0.25rem;
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-kg2251ic35] {
    min-width: 15rem;
    max-width: 15rem;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
}

[b-kg2251ic35] .sidebar-header {
    padding: 1rem 1rem;
}

.logo[b-kg2251ic35] {
    text-align: center;
    height: 2rem;
    border-bottom: 1px solid lightsteelblue;
}

.logo-beta[b-kg2251ic35] {
    text-align: center;
    position: absolute;
    height: 20px;
    transform-origin: left;
    transform: translate(-126px, 36px);
    padding: 0.1rem;
}

.logo-reportsbeta[b-kg2251ic35] {
    text-align: center;
    position: absolute;
    height: 20px;
    transform-origin: left;
    transform: translate(-150px, 36px);
    padding: 0.1rem;
}

.logo-reports[b-kg2251ic35] {
    text-align: center;
    position: absolute;
    height: 20px;
    transform-origin: left;
    transform: translate(-132px, 36px);
    padding: 0.1rem;
}

.logo-analyst[b-kg2251ic35] {
    text-align: center;
    position: absolute;
    height: 20px;
    transform-origin: left;
    transform: translate(-132px, 36px);
    padding: 0.1rem;
}

.logo-salesanalyst[b-kg2251ic35] {
    text-align: center;
    position: absolute;
    height: 20px;
    transform-origin: left;
    transform: translate(-153px, 36px);
    padding: 0.1rem;
}

[b-kg2251ic35] .menu-button-container {
    display: none;
    align-self: center;
}

.menu-button[b-kg2251ic35] {
    padding: 0.375rem;
    width: 2rem;
    height: 2rem;
    background-image: url("images/menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

[b-kg2251ic35] .menu-mobile-only {
    display: none;
}

[b-kg2251ic35] .menu {
    background-color: inherit;
}

    [b-kg2251ic35] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-kg2251ic35] .menu-item {
    color: var(--bs-white);
    height: 3em;
    /*override the menu item's font size as per https://github.com/DevExpress-Examples/blazor-style-migration */
    --dxbl-menu-item-font-size: 1rem;
}

[b-kg2251ic35] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-kg2251ic35] .home-icon {
    background-image: url("images/home.svg");
}

[b-kg2251ic35] .counter-icon {
    background-image: url("images/counter.svg");
}

[b-kg2251ic35] .reports-icon {
    background-image: url("images/reports.svg");
}

[b-kg2251ic35] .schedule-icon {
    background-image: url("images/schedule.svg");
}

[b-kg2251ic35] .dashboards-icon {
    background-image: url("images/dashboards.svg");
}

[b-kg2251ic35] .docs-icon {
    background-image: url("images/doc.svg");
}

[b-kg2251ic35] .demos-icon {
    background-image: url("images/demos.svg");
}

[b-kg2251ic35] .nonsaleactivity-icon {
    background-image: url("images/nonsaleactivity.svg");
}

[b-kg2251ic35] .transactions-icon {
    background-image: url("images/transactions.svg");
}

[b-kg2251ic35] .zreports-icon {
    background-image: url("images/zreports.svg");
}

[b-kg2251ic35] .cog-icon {
    background-image: url("images/cog.svg");
}

[b-kg2251ic35] .logout-icon {
    background-image: url("images/logout.svg");
}

[b-kg2251ic35] .footer-button:hover .cog-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-kg2251ic35] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-kg2251ic35] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-kg2251ic35] .footer-button:hover .logout-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-kg2251ic35] .footer {
    text-align: center;
    gap: 0.5rem;
    padding-bottom: 1.5rem;
}

#sidebar.expanded[b-kg2251ic35]  .layout-item {
    display: block;
}

#sidebar.expanded[b-kg2251ic35]  .footer {
    display: block;
}

@media (max-width: 768px) {
    #sidebar[b-kg2251ic35] {
        min-width: inherit;
        max-width: inherit;
    }

        #sidebar.expanded[b-kg2251ic35] {
            position: fixed;
            width: 100%;
            z-index: 3;
        }

            #sidebar.expanded[b-kg2251ic35]  .sidebar-header {
                border-bottom: 1px solid var(--bs-white);
            }

            #sidebar.expanded .menu-button[b-kg2251ic35] {
                background-image: url("images/close.svg");
            }

        #sidebar:not(.expanded)[b-kg2251ic35]  .dxbl-gridlayout-root {
            gap: unset !important;
        }

    .logo[b-kg2251ic35] {
        text-align: inherit;
        border-bottom: 0px;
    }

    .logo-beta[b-kg2251ic35] {
        transform-origin: left;
        transform: translate(0px, 6px);
    }

    .logo-reports[b-kg2251ic35] {
        transform-origin: left;
        transform: translate(0px, 10px);
    }

    .logo-analyst[b-kg2251ic35] {
        transform-origin: left;
        transform: translate(0px, 10px);
    }

    .logo-salesanalyst[b-kg2251ic35] {
        transform-origin: left;
        transform: translate(0px, 10px);
    }

    [b-kg2251ic35] .menu-mobile-only {
        display: block;
    }

    [b-kg2251ic35] .menu-button-container {
        display: block;
    }

    [b-kg2251ic35] .layout-item {
        display: none;
    }

    [b-kg2251ic35] .footer {
        display: none;
    }
}
/* /Layout/TopBar.razor.rz.scp.css */
.topbar[b-hfodgjnaga] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    padding-bottom: 0.25rem;
    border-bottom: solid;
    border-bottom-color: var(--bs-primary);
    border-bottom-width: 2px;
}

.topbar-user[b-hfodgjnaga] {
    display: block;
}

@media (max-width: 768px) {
    .topbar[b-hfodgjnaga] {
        border-bottom: none;
        border-bottom-width: 0px;
        margin-right: 2rem !important;     /*need to move the top bar widget away from edge where menu hambuger now resides*/
    }

    /* hide the top bar when in mobile view */
    .topbar[b-hfodgjnaga] {
        display: none;
    }
}
/* /Pages/Login.razor.rz.scp.css */
.container-login[b-06voa6e9f1] {
    width: 100%;
    max-width: 512px;
}

.login-textbox[b-06voa6e9f1] {
    padding-bottom: 0.5rem;
}

.login-footer[b-06voa6e9f1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}

    .login-footer > button i[b-06voa6e9f1] {
        padding-right: 1.0rem; /* Some padding between the icon and the text */
    }

.select-combobox[b-06voa6e9f1] {
    padding-bottom: 0.5rem;
}

.select-footer[b-06voa6e9f1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}

    .select-footer > button i[b-06voa6e9f1] {
        padding-right: 1.0rem; /* Some padding between the icon and the text */
    }

.login-error[b-06voa6e9f1] {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.login-error-text[b-06voa6e9f1] {
    padding: 1rem;
    width: 100%;
    background: #FFE6E6;
    color: black;
    border-radius: 0.5rem;
    margin: 0px;
    display: flex;
    align-items: center;
}

    .login-error-text > i[b-06voa6e9f1] {
        font-size: 1.5rem;
        color: #FFAA00;
        padding-right: 0.5rem; /* Some padding between the icon and the text */
    }

.login-linklabel[b-06voa6e9f1] {
    color: #3897f0;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}
/* /Pages/NonSaleActivityViewerPage.razor.rz.scp.css */
.nsaviewerpage[b-voncavky3u] {
    height: 100%;
}

.nsaviewerpage-header[b-voncavky3u] {
    padding-left: 16px;
    padding-right: 16px;
}

.nsaviewerpage-results[b-voncavky3u] {
    height: calc(100% - 80px);
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
}

.nsaviewerpage-layout[b-voncavky3u] {
}

.nsaviewerpage-toolbar[b-voncavky3u] {
}

.nsaviewerpage-filterpanel[b-voncavky3u] {
    min-width: 320px;
}

.nsaviewer-column-amount[b-voncavky3u] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgb(246, 243, 212);
}

@media (min-width: 1024px) {
    .nsaviewerpage-filterpanel[b-voncavky3u] {
        width: 400px;
        height: 100%;
        border-left: solid;
        border-left-width: 2px;
        border-left-color: var(--bs-primary);
    }
}

/* /Pages/TransactionViewerPage.razor.rz.scp.css */
.transactionviewerpage[b-z26i7rq9mr] {
    height: 100%;
}

.transactionviewerpage-header[b-z26i7rq9mr] {
    padding-left: 16px;
    padding-right: 16px;
}

.transactionviewerpage-results[b-z26i7rq9mr] {
    height: calc(100% - 80px);
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
}

.transactionviewerpage-layout[b-z26i7rq9mr] {
}

.transactionviewerpage-toolbar[b-z26i7rq9mr] {
}

.transactionviewerpage-filterpanel[b-z26i7rq9mr] {
    min-width: 320px;
}

.transactionviewer-column-amount[b-z26i7rq9mr] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgb(246, 243, 212);
}

@media (min-width: 1024px) {
    .transactionviewerpage-filterpanel[b-z26i7rq9mr] {
        width: 400px;
        height: 100%;
        border-left: solid;
        border-left-width: 2px;
        border-left-color: var(--bs-primary);
    }
}

/* /Pages/ZReportViewerPage.razor.rz.scp.css */
.zviewerpage[b-v71fd6z80n] {
    height: 100%;
}

.zviewerpage-header[b-v71fd6z80n] {
    padding-left: 16px;
    padding-right: 16px;
}

.zviewerpage-results[b-v71fd6z80n] {
    height: calc(100% - 80px);
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
}

.zviewerpage-layout[b-v71fd6z80n] {
}

.zviewerpage-toolbar[b-v71fd6z80n] {
}

.zviewerpage-filterpanel[b-v71fd6z80n] {
    min-width: 320px;
}

.zviewer-column-amount[b-v71fd6z80n] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgb(246, 243, 212);
}

@media (min-width: 1024px) {
    .zviewerpage-filterpanel[b-v71fd6z80n] {
        width: 400px;
        height: 100%;
        border-left: solid;
        border-left-width: 2px;
        border-left-color: var(--bs-primary);
    }
}

