/* _content/EfficWeb/UI/Components/Documents/DocumentEditGrid.razor.rz.scp.css */
.e-grid .e-toolbar .e-tbar-btn-text[b-sot9ct3k76],
.e-grid .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text[b-sot9ct3k76] {
    /* display: none;*/
}

.e-btn:hover[b-sot9ct3k76],
.e-btn:active[b-sot9ct3k76],
.e-btn.e-active[b-sot9ct3k76],
.e-btn:focus[b-sot9ct3k76] {
    background-color: transparent !important;
    box-shadow: none !important;
    color: inherit !important;
}

.e-rowcell .e-btn.e-flat[b-sot9ct3k76] {
    padding: 0;
    font-size: 16px;
    border-width: 0;
}
/* _content/EfficWeb/UI/Components/Documents/DocumentEditGridModeBatch.razor.rz.scp.css */
.e-grid .e-toolbar .e-tbar-btn-text[b-u30fl7qwvc],
.e-grid .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text[b-u30fl7qwvc] {
    /* display: none;*/
}

.e-btn:hover[b-u30fl7qwvc],
.e-btn:active[b-u30fl7qwvc],
.e-btn.e-active[b-u30fl7qwvc],
.e-btn:focus[b-u30fl7qwvc] {
    background-color: transparent !important;
    box-shadow: none !important;
    color: inherit !important;
}

.e-rowcell .e-btn.e-flat[b-u30fl7qwvc] {
    padding: 0;
    font-size: 16px;
    border-width: 0;
}
/* _content/EfficWeb/UI/Components/Icons/DeleteDocIcon.razor.rz.scp.css */
svg[b-kddsova1c1] {
    fill: var(--secondary-color);
}
/* _content/EfficWeb/UI/Components/Icons/NewDocIcon.razor.rz.scp.css */
svg[b-487yvt70i1] {
    fill: var(--secondary-color);
}
/* _content/EfficWeb/UI/Components/Icons/RemoveIcon.razor.rz.scp.css */
svg[b-icgaszawai] {
    fill: var(--secondary-color);
}
/* _content/EfficWeb/UI/Components/Icons/UndoIcon.razor.rz.scp.css */
svg[b-yyzpap45jv] {
    fill: var(--secondary-color);
}
/* _content/EfficWeb/UI/Components/Inputs/CustomerAutocomplete - Copier.razor.rz.scp.css */
.ac-wrapper[b-2j81xctnka] {
    position: relative;
    overflow-y: visible;
}

.ac-popup[b-2j81xctnka] {
    display: none;
    background-color: white;
}

.cust-item[b-2j81xctnka] {
    line-height: 22px;
}

    .cust-item .cust-row[b-2j81xctnka] {
        display: flex;
        justify-content: space-between;
        grid-column-gap: 10px;
    }

        .cust-item .cust-row div:first-child[b-2j81xctnka] {
            flex: 1 1 auto;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            min-width: 0;
        }

        .cust-item .cust-row div:last-child[b-2j81xctnka] {
            flex: 0 0 auto;
            white-space: nowrap;
        }
/* _content/EfficWeb/UI/Components/Inputs/CustomerAutocomplete.razor.rz.scp.css */
.ac-wrapper[b-52pxjwaxfz] {
    position: relative;
    overflow-y: visible;
}

.ac-popup[b-52pxjwaxfz] {
    display: none;
    background-color: white;
}

.cust-item[b-52pxjwaxfz] {
    line-height: 22px;
}

    .cust-item .cust-row[b-52pxjwaxfz] {
        display: flex;
        justify-content: space-between;
        grid-column-gap: 10px;
    }

        .cust-item .cust-row div:first-child[b-52pxjwaxfz] {
            flex: 1 1 auto;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            min-width: 0;
        }

        .cust-item .cust-row div:last-child[b-52pxjwaxfz] {
            flex: 0 0 auto;
            white-space: nowrap;
        }
/* _content/EfficWeb/UI/Components/Selectors/LanguageSelector.razor.rz.scp.css */
.language-selector[b-ztubfbendc] {
    width: 160px;
    font-weight: bold;
    font-size: 11pt;
    background-color: #F8F8FF;
    padding: 4px 8px;
    border-radius: 10px;
    color: black !important;
    z-index: 1000;
}

.language-selector:hover[b-ztubfbendc] {
    border-radius: 10px 10px 0 0;
}

.language-selector ul[b-ztubfbendc] {
    list-style-type: none;
    padding: 0;
    margin:0;
}

.language-selector .item img[b-ztubfbendc] {
    width: 20px;
    margin-inline-end: 5px;
}

.language-selector .item[b-ztubfbendc] {
    width: 160px;
    border-radius: 10px 10px 10px 10px;
}

.language-selector:hover[b-ztubfbendc], .language-selector .item:hover[b-ztubfbendc] {
    background-color: #DBDEFF;
    border-radius: 10px 10px 10px 10px;
}

.language-selector .items[b-ztubfbendc] {
    position: absolute;
    display:none;
    background-color: #F8F8FF;
    border-radius: 0 0 10px 10px;
    margin-inline-start: -8px;
}

.language-selector:hover .items[b-ztubfbendc] {
    display: flex;
}

.language-selector .items .item[b-ztubfbendc] {
    padding: 4px 8px;
}
/* _content/EfficWeb/UI/Components/Selectors/LuminositySelector.razor.rz.scp.css */
.luminosity-selector img[b-zrjrxyl6b5] {
    width: 24px;
    height: 24px;
}

svg[b-zrjrxyl6b5] {
    fill: red;
}

.luminosity-selector[b-zrjrxyl6b5] {
    width: 40px;
    padding: 4px;
    border-radius: 10px;
    background-color: #4F3A8C;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* _content/EfficWeb/UI/Layout/MainLayout.razor.rz.scp.css */
.page[b-q5ahkr3wbz] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--tertiary-color);
}

[b-q5ahkr3wbz] div div:has(.nav-item):last-child {
    margin-top: auto !important; /* pushes the last item to the bottom */
    margin-bottom: 12px;
}

[b-q5ahkr3wbz] div div:has(.nav-item) .nav-item:last-child {
    cursor: pointer;
}

.top-row[b-q5ahkr3wbz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-q5ahkr3wbz]  a, .top-row[b-q5ahkr3wbz]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-q5ahkr3wbz]  a:hover, .top-row[b-q5ahkr3wbz]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-q5ahkr3wbz]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-q5ahkr3wbz] {
        justify-content: space-between;
    }

    .top-row[b-q5ahkr3wbz]  a, .top-row[b-q5ahkr3wbz]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {

    .sidebar[b-q5ahkr3wbz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-q5ahkr3wbz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-q5ahkr3wbz]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-q5ahkr3wbz], article[b-q5ahkr3wbz] {
        /*padding-left: 2rem !important;
        padding-right: 1.5rem !important;*/
    }
}

#blazor-error-ui[b-q5ahkr3wbz] {
    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[b-q5ahkr3wbz] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.unauthorized-error[b-q5ahkr3wbz] {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
}

.unauthorized-error > div[b-q5ahkr3wbz] {
    background-color: white;
    border-radius: 25px;
    padding:25px;
    height: fit-content;
    display: block;
    position:inherit;
    top: 12rem;
}

.unauthorized-error > div p[b-q5ahkr3wbz] {
    margin-top: 2rem;
}

.unauthorized-error > div p:nth-child(2)[b-q5ahkr3wbz]::before {
    content: "INFO: ";
    font-weight: bolder;
    margin-right: 25px;
}

@media only screen and (max-width: 576px) {
    .sidebar-container[b-q5ahkr3wbz] {
        display: none !important;
    }

    .sidebar-container:has(.collapsed)[b-q5ahkr3wbz] {
        width: 85%;
    }

    [b-q5ahkr3wbz] .sidebar {
        margin-top: 1.5rem !important;
    }

    body[b-q5ahkr3wbz], .page[b-q5ahkr3wbz] {
        background-color: transparent;
    }
}
/* _content/EfficWeb/UI/Layout/MobileNavMenu.razor.rz.scp.css */
.sm-sidebar .nav-item.active[b-v9kb5exhxz] {
    background-color: var(--quaternary-color);
}

nav.sm-nav-menu[b-v9kb5exhxz] {
    margin-top: 2rem;
}

.sm-sidebar[b-v9kb5exhxz] {
    z-index: 2;
    background-color: var(--tertiary-color);
    color: inherit;
    height: calc(100vh - 5rem);
    transition: width 0.3s ease;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 10px;
}

[b-v9kb5exhxz] .sm-sidebar .nav-item {
    width: 60%;
    border-radius: 8px;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    padding: 6px 16px;
    color: inherit;
    text-decoration: none;
    transition: background-color 0.2s;
    display: flex;
}

.sm-sidebar .nav-item .icon[b-v9kb5exhxz] {
    font-size: 20px;
    margin: 0 !important;
    width: 24px;
    text-align: center;
}

[b-v9kb5exhxz] .sm-sidebar .nav-item .text {
    margin-left: 12px;
    white-space: nowrap;
    opacity: 1;
    height: 1rem;
    transition: opacity 0.2s ease;
}

.sm-sidebar[b-v9kb5exhxz] {
    position: fixed;
    top: 4.5rem;
    width: 75%;
}

.sm-sidebar.collapsed[b-v9kb5exhxz] {
    display: none !important;
}

.sm-sidebar.expended[b-v9kb5exhxz] {
    display: flex !important;
}

[b-v9kb5exhxz] a.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
    color: var(--text-color);
    font-weight: bold;
}

[b-v9kb5exhxz] .nav-item .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

[b-v9kb5exhxz] .nav-item a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

[b-v9kb5exhxz] .nav-item .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}
/* _content/EfficWeb/UI/Layout/NavMenu.razor.rz.scp.css */
.sm-toggle-btn[b-lfunkof3tp], .sm-nav-menu[b-lfunkof3tp] {
    display: none;
}

.nav-menu[b-lfunkof3tp] {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.navbar-toggler[b-lfunkof3tp] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.sidebar button[b-lfunkof3tp] {
    margin-inline-end: .4rem;
    display: flex;
    border-radius: 10px;
    justify-content: center;
    background-color: var(--primary-color);
    height: 36px;
    width: 36px;
    padding: 0;
    align-self: flex-end;
}

.sidebar button:hover[b-lfunkof3tp] {
    background-color: var(--quaternary-color);
}

.collapsed span + span[b-lfunkof3tp] {
    display: none
}

.collapsed h2[b-lfunkof3tp] {
    display: none;
}

h2[b-lfunkof3tp] {
    text-align: center;
}

.navbar-toggler:checked[b-lfunkof3tp] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-lfunkof3tp] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lfunkof3tp] {
    font-size: 1.1rem;
}

.bi[b-lfunkof3tp] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-lfunkof3tp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-lfunkof3tp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

[b-lfunkof3tp] a.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
    color: var(--text-color);
    font-weight: bold;
}

.nav-item:first-of-type[b-lfunkof3tp] {
    padding-top: 1rem;
}

div div:has(.nav-item)[b-lfunkof3tp] {
    gap: 12px;
    display: flex;
    flex-direction: column;
}

div div:has(.nav-item):last-of-type[b-lfunkof3tp] {
    padding-bottom: 1rem;
}

.nav-item[b-lfunkof3tp]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-lfunkof3tp]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-lfunkof3tp]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-lfunkof3tp] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-lfunkof3tp] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lfunkof3tp] {
        display: none;
    }

    .nav-scrollable[b-lfunkof3tp] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

@media only screen and (max-width: 576px) {
    .sm-nav-menu[b-lfunkof3tp] {
        display: block;
        width: 100%;
        z-index: 10;
    }

    .sm-close-btn[b-lfunkof3tp] {
        justify-self: flex-end;
    }

    .nav-menu[b-lfunkof3tp] {
        display: none;
    }

    .collapsed[b-lfunkof3tp] {
        display: block;
    }

    .expanded[b-lfunkof3tp] {
        display: none;
    }

    .sm-toggle-btn[b-lfunkof3tp] {
        position: absolute;
        margin-inline-start: 0;
        display: flex;
        border-radius: 10px;
        justify-content: center;
        background-color: var(--primary-color);
        height: 36px;
        width: 36px;
        padding: 0;
        align-self: flex-start;
    }

    .sm-toggle-btn:hover[b-lfunkof3tp] {
        background-color: var(--quaternary-color);
    }

    .btn-expanded[b-lfunkof3tp] {
        display: none;
    }

    .sidebar[b-lfunkof3tp] {
        position: absolute;
        gap: 2rem;
    }

    .sidebar.collapsed[b-lfunkof3tp] {        
        display: flex;
    }

    .sidebar.collapsed .nav-item .text[b-lfunkof3tp] {
        display: block !important;
    }

    [b-lfunkof3tp] a.nav-item {
        border-radius: 8px !important;
        width: 100%;
    } 

    h2.sm-display[b-lfunkof3tp] {
        display: block !important;
    }
}
/* _content/EfficWeb/UI/Pages/Login/LoginPage.razor.rz.scp.css */
.doc[b-j39y9co7h7] {
    width: 100vw !important;
    height: 100vh !important;
    display: flex !important;
    align-items: center !important;
}

[b-j39y9co7h7] .e-btn {
    background-color: #DBDEFF !important;
    color: black !important;
    border-radius: 15px !important;
    border: none;
    min-width: 12rem !important;
    text-transform: uppercase;
}

.doc div[b-j39y9co7h7] {
    text-align: center;
    margin-top: 12rem;
    height: auto !important;
    width: 450px;
}

[b-j39y9co7h7] .e-listbox-container {
    text-align: left !important;
    border: 1px purple solid !important;
    border-radius: 0 10px 10px 0 !important;
    height: 125px !important;
}

[b-j39y9co7h7] .e-listbox-container .e-list-item {
    height: 25px !important;
    padding: 3px 4px;
    border-bottom: 1px dashed #813781;
}

[b-j39y9co7h7] .e-listbox-container .e-list-item:hover {
    border-bottom: 1px dashed #813781 !important;
    background-color: #DBDEFF !important;
}

[b-j39y9co7h7] .e-listbox-container .e-list-item:first-child:hover {
    border-radius: 0 10px 0 0;
    border-bottom: 1px dashed #813781;
}

[b-j39y9co7h7] .e-listbox-container .e-list-item.e-selected {
    background-color: #DBDEFF;
}

[b-j39y9co7h7] .e-listbox-container .e-list-item:first-child.e-selected {
    border-radius: 0 10px 0 0;
}

[b-j39y9co7h7] .e-listbox-container .e-list-item:nth-child(5).e-selected {
    border-radius: 0 0 10px 0;
    border: none;
}

[b-j39y9co7h7] .e-btn {
    margin-top: 1rem;
}

[b-j39y9co7h7] .e-data-form .e-label-position-top {
    margin-top: 0;
}

[b-j39y9co7h7] .e-data-form div + div {
    margin-top: 10px;
}

@media only screen and (max-width: 576px) {
    .doc[b-j39y9co7h7] {
        width: 85% !important;
        display: flex;
        align-content: center;
        align-items: center;
    }

    .doc div[b-j39y9co7h7] {
        width: 100%;
    }

    [b-j39y9co7h7] .e-btn {
        margin-top: 6rem;
        min-width: 6rem !important;
    }
}
/* _content/EfficWeb/UI/Pages/Login/NavErrorPage.razor.rz.scp.css */
.doc[b-0ivdatwlgx] {
    width: 100vw !important;
    height: 100vh !important;
    display: flex !important;
    align-items: center !important;
}

.doc div[b-0ivdatwlgx] {
    width: 450px;
}
/* _content/EfficWeb/UI/Pages/SettingsPage.razor.rz.scp.css */
.button-wrapper[b-lyorznqr8k] {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.tab-link[b-lyorznqr8k] {
    border-radius: 8px 0 0 0;
    background-color: var(--primary-color);
    padding: 6px 16px;
    color: inherit;
    text-decoration: none;
    transition: background-color 0.2s;
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
    color: var(--text-color);
    font-weight: bold;
}

.tab-link:hover[b-lyorznqr8k], .active-tab[b-lyorznqr8k] {
    background-color: var(--quaternary-color);
}
/* _content/EfficWeb/UI/Views/EditMenu.razor.rz.scp.css */
@media only screen and (max-width: 576px) {
    div span[b-dj1seb2rry] {
        display: none;
    }

    [b-dj1seb2rry] .e-toolbar-items {
        gap: .5rem;
        background-color: transparent;
    }

    [b-dj1seb2rry] .entity-toolbar-item {
        margin: .2rem !important;
    }
}
/* _content/EfficWeb/UI/Views/EntityPageMenu.razor.rz.scp.css */
@media only screen and (max-width: 576px) {
    div span[b-1k40u1xklx] {
        display: none;
    }

    [b-1k40u1xklx] .e-toolbar-items {
        gap: 2rem;
    }

    [b-1k40u1xklx] .entity-toolbar-item {
        margin: 2rem !important;
    }
}
/* _content/EfficWeb/UI/Views/InvoiceEditView.razor.rz.scp.css */
[b-4kd0ix9tru] .sf-grid .e-toolbar {
    border: none;
}

@media screen and (max-width: 576px) {
    [b-4kd0ix9tru] .sf-grid {
        display: none;
    }
}
/* _content/EfficWeb/UI/Views/ProductListView.razor.rz.scp.css */
/* _content/EfficWeb/UI/Views/QuoteEditView.razor.rz.scp.css */
[b-gw2q6cn1qd] .e-gridheader {
    border-radius: 0 12px 0 0 !important;
    background-color: var(--primary-color) !important;
}

[b-gw2q6cn1qd] .control-doc-number {
    width: 100%;
}

@media screen and (max-width: 576px) {
    [b-gw2q6cn1qd] .sf-grid {
        display: none;
    }
}
