@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Pages/BudgetManagement.razor.rz.scp.css */


/* Style the tab */
.tab[b-qu6gr9v46h] {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons inside the tab */
    .tab button[b-qu6gr9v46h] {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover[b-qu6gr9v46h] {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active[b-qu6gr9v46h] {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent[b-qu6gr9v46h] {
    display: block;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/* Fix height and enable scrolling */
.grid[b-qu6gr9v46h] {
    height: 25rem;
    overflow-y: auto;
}

    .grid[b-qu6gr9v46h]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-qu6gr9v46h] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-qu6gr9v46h] tr {
    height: 30px;
    /*border-bottom: 0.5px solid silver;*/
}

[b-qu6gr9v46h] tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}
/* /Pages/CalculationSheet.razor.rz.scp.css */

.loading-spinner[b-8e2ooxso80] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
}

@@keyframes spin {
    0%[b-8e2ooxso80] {
        transform: rotate(0deg)
    }

    100%[b-8e2ooxso80] {
        transform: rotate(360deg)
    }
}


/* Stripe effect */
[b-8e2ooxso80] tbody tr {
    background-color: #f5f5f5;
}

[b-8e2ooxso80] tbody tr:nth-child(even) {
    background: #ffffff;
}

[b-8e2ooxso80] tr {
    height: 36px;
    /*border-bottom: 0.5px solid silver;*/
}

[b-8e2ooxso80] tbody tr:has(.lineselected) {
    background-color: #e5e3e3 !important;
}

[b-8e2ooxso80] tbody tr:nth-child(even) tr:has(.lineselected) {
    background: #e5e3e3 !important;
}

[b-8e2ooxso80] .emptyFilter .col-options-button {
    background-image: url('../../images/Miscellaneous/filter_empty.svg');
}

[b-8e2ooxso80] .appliedFilter .col-options-button {
    background-image: url('../../images/Miscellaneous/filter_applied.svg');
}
/* /Pages/CustomerPrices.razor.rz.scp.css */

.loading-spinner[b-7ksbu4rox1] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
}

@@keyframes spin {
    0%[b-7ksbu4rox1] {
        transform: rotate(0deg)
    }

    100%[b-7ksbu4rox1] {
        transform: rotate(360deg)
    }
}


/* Stripe effect */
[b-7ksbu4rox1] tbody tr {
    background-color: #f5f5f5;
}

[b-7ksbu4rox1] tbody tr:nth-child(even) {
    background: #ffffff;
}

[b-7ksbu4rox1] tr {
    height: 36px;
    /*border-bottom: 0.5px solid silver;*/
}
/* /Pages/DataManagement.razor.rz.scp.css */

.loading-spinner[b-j9745mbczb] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    /*top: 60%;
                  left: 55%;
                  position: fixed;*/
}

@@keyframes spin {
    0%[b-j9745mbczb] {
        transform: rotate(0deg)
    }

    100%[b-j9745mbczb] {
        transform: rotate(360deg)
    }
}

/* Stripe effect */
[b-j9745mbczb] tbody tr {
    background-color: #f5f5f5;
}

[b-j9745mbczb] tbody tr:nth-child(even) {
    background: #ffffff;
}

[b-j9745mbczb] tr {
    height: 36px;
    /*border-bottom: 0.5px solid silver;*/
}
/* /Pages/DCCatalogs.razor.rz.scp.css */

.loading-spinner[b-10y8p7lt6r] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    /*top: 60%;
                  left: 55%;
                  position: fixed;*/
}

@@keyframes spin {
    0%[b-10y8p7lt6r] {
        transform: rotate(0deg)
    }

    100%[b-10y8p7lt6r] {
        transform: rotate(360deg)
    }
}


/* Stripe effect */
[b-10y8p7lt6r] tbody tr {
    background-color: #f5f5f5;
}

[b-10y8p7lt6r] tbody tr:nth-child(even) {
    background: #ffffff;
}

[b-10y8p7lt6r] tr {
    height: 36px;
    /*border-bottom: 0.5px solid silver;*/
}
/* /Pages/DCCustomerInfo.razor.rz.scp.css */

.loading-spinner[b-01onwn5ca8] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    /*top: 60%;
                  left: 55%;
                  position: fixed;*/
}

@@keyframes spin {
    0%[b-01onwn5ca8] {
        transform: rotate(0deg)
    }

    100%[b-01onwn5ca8] {
        transform: rotate(360deg)
    }
}


/* Stripe effect */
[b-01onwn5ca8] tbody tr {
    background-color: #f5f5f5;
}

[b-01onwn5ca8] tbody tr:nth-child(even) {
    background: #ffffff;
}

[b-01onwn5ca8] tr {
    height: 36px;
    /*border-bottom: 0.5px solid silver;*/
}
/* /Pages/DCOfferings.razor.rz.scp.css */

.loading-spinner[b-bogtrm6axy] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    /*top: 60%;
                  left: 55%;
                  position: fixed;*/
}

@@keyframes spin {
    0%[b-bogtrm6axy] {
        transform: rotate(0deg)
    }

    100%[b-bogtrm6axy] {
        transform: rotate(360deg)
    }
}


/* Stripe effect */
[b-bogtrm6axy] tbody tr {
    background-color: #f5f5f5;
}

[b-bogtrm6axy] tbody tr:nth-child(even) {
    background: #ffffff;
}

[b-bogtrm6axy] tr {
    height: 36px;
    /*border-bottom: 0.5px solid silver;*/
}
/* /Pages/DigitalCatalog.razor.rz.scp.css */


.loading-spinner[b-m9nmg13g2f] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    /*top: 60%;
                  left: 55%;
                  position: fixed;*/
}

@@keyframes spin {
    0%[b-m9nmg13g2f] {
        transform: rotate(0deg)
    }

    100%[b-m9nmg13g2f] {
        transform: rotate(360deg)
    }
}
/* /Pages/QuotationSheet.razor.rz.scp.css */

.loading-spinner[b-vjetvhy03g] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
}

@@keyframes spin {
    0%[b-vjetvhy03g] {
        transform: rotate(0deg)
    }

    100%[b-vjetvhy03g] {
        transform: rotate(360deg)
    }
}


/* Stripe effect */
[b-vjetvhy03g] tbody tr {
    background-color: #f5f5f5;
}

    [b-vjetvhy03g] tbody tr:nth-child(even) {
        background: #ffffff;
    }

[b-vjetvhy03g] tr {
    height: 36px;
    /*border-bottom: 0.5px solid silver;*/
}

[b-vjetvhy03g] tbody tr:has(.lineselected) {
    background-color: #e5e3e3 !important;
}

[b-vjetvhy03g] tbody tr:nth-child(even) tr:has(.lineselected) {
    background: #e5e3e3 !important;
}

[b-vjetvhy03g] .emptyFilter .col-options-button {
    background-image: url('../../images/Miscellaneous/filter_empty.svg');
}

[b-vjetvhy03g] .appliedFilter .col-options-button {
    background-image: url('../../images/Miscellaneous/filter_applied.svg');
}
/* /Shared/BudgetManagementTab.razor.rz.scp.css */


/* Style the tab */
.tab[b-u29t6ztms9] {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons inside the tab */
    .tab button[b-u29t6ztms9] {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover[b-u29t6ztms9] {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active[b-u29t6ztms9] {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent[b-u29t6ztms9] {
    display: block;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/* Fix height and enable scrolling */
.grid[b-u29t6ztms9] {
    height: 39rem;
    width: 99rem;
    overflow: auto;
}

    .grid[b-u29t6ztms9]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-u29t6ztms9] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-u29t6ztms9] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}

[b-u29t6ztms9] tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}
/* /Shared/CalculationSheet/CalculationSheetShared.razor.rz.scp.css */

.filter-white[b-2xnuiof6cw] {
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(291deg) brightness(109%) contrast(101%);
}

.filter-darkgray[b-2xnuiof6cw] {
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(291deg) brightness(40%) contrast(101%);
}

.filter-darkgray:hover[b-2xnuiof6cw] {
    filter: brightness(0) saturate(100%) invert(26%) sepia(89%) saturate(857%) hue-rotate(180deg) brightness(93%) contrast(97%);
}

.filter-red-alert[b-2xnuiof6cw] {
    filter: brightness(0) saturate(100%) invert(34%) sepia(58%) saturate(1655%) hue-rotate(323deg) brightness(85%) contrast(104%);
}

.filter-red-alert:hover[b-2xnuiof6cw] {
    filter: brightness(0) saturate(100%) invert(24%) sepia(52%) saturate(6102%) hue-rotate(343deg) brightness(81%) contrast(92%);
}

/* /Shared/DigitalCatalog/DCOfferingListDetails.razor.rz.scp.css */

.filter-white[b-v0ajo7tdb4] {
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(291deg) brightness(109%) contrast(101%);
}

.filter-darkgray[b-v0ajo7tdb4] {
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(291deg) brightness(40%) contrast(101%);
}

.filter-darkgray:hover[b-v0ajo7tdb4] {
    filter: brightness(0) saturate(100%) invert(26%) sepia(89%) saturate(857%) hue-rotate(180deg) brightness(93%) contrast(97%);
}

.click-area-image[b-v0ajo7tdb4] {
    min-width: 80px;
    cursor: pointer;
}

.click-area[b-v0ajo7tdb4] {
    min-width: 200px;
    cursor: pointer;
}

.click-area-other[b-v0ajo7tdb4] {
    min-width: 200px;
    cursor: pointer;
}
/* /Shared/DigitalCatalog/DCOfferingLists.razor.rz.scp.css */

.filter-white[b-of8p7phe95] {
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(291deg) brightness(109%) contrast(101%);
}

.click-area[b-of8p7phe95] {
    min-width: 200px;
    cursor: pointer;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ayd77vdfyl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ayd77vdfyl] {
    flex: 1;
}

.sidebar[b-ayd77vdfyl] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ayd77vdfyl] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ayd77vdfyl]  a, .top-row[b-ayd77vdfyl]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ayd77vdfyl]  a:hover, .top-row[b-ayd77vdfyl]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ayd77vdfyl]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ayd77vdfyl] {
        display: none;
    }

    .top-row.auth[b-ayd77vdfyl] {
        justify-content: space-between;
    }

    .top-row[b-ayd77vdfyl]  a, .top-row[b-ayd77vdfyl]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ayd77vdfyl] {
        flex-direction: row;
    }

    .sidebar[b-ayd77vdfyl] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ayd77vdfyl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ayd77vdfyl]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ayd77vdfyl], article[b-ayd77vdfyl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-jgnpnhfpkh] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-jgnpnhfpkh] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.bottom-row[b-jgnpnhfpkh] {
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    text-align: right;
    width: 100%;
    padding-right: 28px;
}

.icon-menu-arrow[b-jgnpnhfpkh] {
    text-align: right;
}

.navbar-brand[b-jgnpnhfpkh] {
    font-size: 1.1rem;
}

.oi[b-jgnpnhfpkh] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-jgnpnhfpkh] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-jgnpnhfpkh] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-jgnpnhfpkh] {
        padding-bottom: 1rem;
    }

    .nav-item[b-jgnpnhfpkh]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-jgnpnhfpkh]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-jgnpnhfpkh]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-jgnpnhfpkh] {
        display: none;
    }

    .collapse[b-jgnpnhfpkh] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/QuotationSheet/QuotationSheetShared.razor.rz.scp.css */

.filter-white[b-ftmfisg90u] {
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(291deg) brightness(109%) contrast(101%);
}

.filter-darkgray[b-ftmfisg90u] {
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(291deg) brightness(40%) contrast(101%);
}

.filter-darkgray:hover[b-ftmfisg90u] {
    filter: brightness(0) saturate(100%) invert(26%) sepia(89%) saturate(857%) hue-rotate(180deg) brightness(93%) contrast(97%);
}

.filter-red-alert[b-ftmfisg90u] {
    filter: brightness(0) saturate(100%) invert(34%) sepia(58%) saturate(1655%) hue-rotate(323deg) brightness(85%) contrast(104%);
}

.filter-red-alert:hover[b-ftmfisg90u] {
    filter: brightness(0) saturate(100%) invert(24%) sepia(52%) saturate(6102%) hue-rotate(343deg) brightness(81%) contrast(92%);
}
/* /Shared/QuotationSheet/QuotationSheetSharedDetail.razor.rz.scp.css */

.filter-white[b-6u6kscfhzf] {
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(291deg) brightness(109%) contrast(101%);
}

.filter-darkgray[b-6u6kscfhzf] {
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(291deg) brightness(40%) contrast(101%);
}

.filter-darkgray:hover[b-6u6kscfhzf] {
    filter: brightness(0) saturate(100%) invert(26%) sepia(89%) saturate(857%) hue-rotate(180deg) brightness(93%) contrast(97%);
}

.filter-red-alert[b-6u6kscfhzf] {
    filter: brightness(0) saturate(100%) invert(34%) sepia(58%) saturate(1655%) hue-rotate(323deg) brightness(85%) contrast(104%);
}

.filter-red-alert:hover[b-6u6kscfhzf] {
    filter: brightness(0) saturate(100%) invert(24%) sepia(52%) saturate(6102%) hue-rotate(343deg) brightness(81%) contrast(92%);
}
