@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';
@import '_content/WMBlazorHistoryManager/WMBlazorHistoryManager.bundle.scp.css';

/* /Pages/Authentication/LoginDisplay.razor.rz.scp.css */
.btn-login[b-nogtf0ccuz] {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
}

.btn-azure[b-nogtf0ccuz] {
    color: white !important;
    background-color: #0078d4;
}

.btn-sso[b-nogtf0ccuz] {
    color: white !important;
    background-color: #ababab;
}

.divider[b-nogtf0ccuz]::before, .divider[b-nogtf0ccuz]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}
/* /Pages/Bookkeeping/Accounting/AccountingEdit.razor.rz.scp.css */
.process-breadcrumb[b-fsayj61hay] {
    list-style: none;
    padding-left: 0;
    white-space: nowrap;
    height: 46px;
    width: 100%;
    padding-right: 45px;
    display: table;
}

    .process-breadcrumb > li[b-fsayj61hay] {
        display: table-cell;
        position: relative;
    }

        .process-breadcrumb > li > a[b-fsayj61hay] {
            display: block;
            padding: 14px 15px 12px 38px;
            transition: all 1s;
            text-align: center;
        }

            .process-breadcrumb > li > a[b-fsayj61hay], .process-breadcrumb > li > a:visited[b-fsayj61hay], .process-breadcrumb > li > a:hover[b-fsayj61hay] {
                color: #2e2e2e;
                text-decoration: none;
            }

        .process-breadcrumb > li:first-child > a[b-fsayj61hay] {
            padding-left: 15px;
        }

        .process-breadcrumb > li:last-child[b-fsayj61hay]:after {
            display: none;
        }

        .process-breadcrumb > li[b-fsayj61hay]:after {
            display: block;
            height: 32px;
            width: 32px;
            position: absolute;
            top: 6px;
            right: -18px;
            border-top: 1px solid #cbcbcb;
            border-right: 1px solid #cbcbcb;
            background-color: transparent;
            content: ' ';
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .process-breadcrumb > li.active > a[b-fsayj61hay]:before, .process-breadcrumb > li > a:hover[b-fsayj61hay]:before {
            position: absolute;
            bottom: 0;
            left: 3px;
            right: -3px;
            top: auto;
            height: 3px;
            background-color: #fa8072;
            display: inline-block;
            content: ' ';
            transform: skewX(-45deg);
        }

        .process-breadcrumb > li.disabled > a[b-fsayj61hay], .process-breadcrumb > li.disabled > a:visited[b-fsayj61hay], .process-breadcrumb > li.disabled > a:hover[b-fsayj61hay] {
            border-bottom-color: transparent;
            cursor: default;
        }

            .process-breadcrumb > li.disabled > a[b-fsayj61hay]:before, .process-breadcrumb > li.disabled > a:visited[b-fsayj61hay]:before, .process-breadcrumb > li.disabled > a:hover[b-fsayj61hay]:before {
                display: none;
            }

        .process-breadcrumb > li.completed > a[b-fsayj61hay]:after {
            font-family: "retina_icons";
            display: inline-block;
            vertical-align: middle;
            line-height: 1;
            font-weight: normal;
            font-style: normal;
            speak: none;
            text-decoration: inherit;
            text-transform: none;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "";
            color: #fa8072;
            vertical-align: text-bottom;
            margin-left: 5px;
        }

    .process-breadcrumb.process-breadcrumb-border[b-fsayj61hay] {
        border: 1px solid #cbcbcb;
    }
/* /Pages/Bookkeeping/Accounting/AccountingPrint.razor.rz.scp.css */
.signature[b-y5pyslofpa] {
    margin-top: 3em;
    border-top-style: solid;
    border-top-width: 1px;
}
/* /Pages/Bookkeeping/Accounting/PrintSignature.razor.rz.scp.css */
.signature[b-3fq9tg8oux] {
    margin-top: 3em;
    border-top-style: solid;
    border-width: 2px;
    min-width: 150px;
}
/* /Shared/Layout/MainLayout.razor.rz.scp.css */
.page[b-atvb8bgdof] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-atvb8bgdof] {
    flex: 1;
}

.sidebar[b-atvb8bgdof] {
    background-image: linear-gradient(180deg, rgb(255, 0, 0) 20%, rgb(200, 200, 200) 70%);
}

.top-row[b-atvb8bgdof] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-atvb8bgdof]  a, .top-row[b-atvb8bgdof]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-atvb8bgdof]  a:hover, .top-row[b-atvb8bgdof]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-atvb8bgdof]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-atvb8bgdof] {
        display: none;
    }

    .top-row.auth[b-atvb8bgdof] {
        justify-content: space-between;
    }

    .top-row[b-atvb8bgdof]  a, .top-row[b-atvb8bgdof]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-atvb8bgdof] {
        flex-direction: row;
    }

    .sidebar[b-atvb8bgdof] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-atvb8bgdof] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-atvb8bgdof]  a:first-child {
        flex: 1;
        text-align: right;
        /*width: 0;*/
    }

    .top-row[b-atvb8bgdof], article[b-atvb8bgdof] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/Sidebar/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-xofowr21wq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-xofowr21wq] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-xofowr21wq] {
    font-size: 1.1rem;
}

.oi[b-xofowr21wq] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-xofowr21wq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-xofowr21wq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-xofowr21wq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-xofowr21wq]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-xofowr21wq]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-xofowr21wq]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-xofowr21wq] {
        display: none;
    }

    .collapse[b-xofowr21wq] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/Sidebar/SystemInfo.razor.rz.scp.css */
.systeminfo[b-de6vy45ff8] {
    font-size: 70%;
}
/* /Shared/UpdateAvailableDetector.razor.rz.scp.css */
.floating-update-button[b-9keixanrfq] {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    padding: 1rem 1.5rem;
    animation: fadein-b-9keixanrfq 2s ease-out;
}

@keyframes fadein-b-9keixanrfq {
    from {
        right: -100%;
    }

    to {
        right: 2rem;
    }
}
