@import '_content/AC2TStdLibBlazor/AC2TStdLibBlazor.pjotczew2p.bundle.scp.css';

/* /Components/BrowsePNDialog.razor.rz.scp.css */
.browse-pn-dialog[b-yzxu44em29] {
    width: 100%;
}

.browse-tabs[b-yzxu44em29] {
    width: 100%;
}

.browse-search[b-yzxu44em29] {
    width: 100%;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.browse-table[b-yzxu44em29] {
    width: 100%;
}

.browse-action-column[b-yzxu44em29] {
    width: 96px;
    min-width: 96px;
    text-align: right;
}

[b-yzxu44em29] .browse-tabs .mud-tabs-panels {
    padding: 0;
}

[b-yzxu44em29] .browse-table .mud-table-cell {
    vertical-align: middle;
}

[b-yzxu44em29] .browse-table .mud-table-head .mud-table-cell {
    font-weight: 600;
    white-space: nowrap;
}

[b-yzxu44em29] .selectable-row {
    cursor: pointer;
}

@media (max-width: 600px) {
    .browse-action-column[b-yzxu44em29] {
        width: auto;
        min-width: 0;
    }

    [b-yzxu44em29] .browse-table .mud-table-cell {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }
}
/* /Components/ExcelImportEingabeDialog.razor.rz.scp.css */
.excel-import-dialog[b-w98dq1ntew] {
    width: 100%;
}

.excel-import-input[b-w98dq1ntew] {
    width: 100%;
}

[b-w98dq1ntew] .excel-import-input textarea {
    min-height: 240px;
    white-space: pre;
    overflow-wrap: normal;
    overflow-x: auto;
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.85rem;
    line-height: 1.35;
}
/* /Components/Pages/Index.razor.rz.scp.css */
/* ============================================================
   Seitenlayout
   ============================================================ */

.leistungserfassung-container[b-fg6hcphucf] {
    padding: 16px;
}


/* ============================================================
   Toolbar und Zeitraumsauswahl
   ============================================================ */

.toolbar-paper[b-fg6hcphucf] {
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 16px;
    margin-bottom: 16px;
}

.toolbar-stack[b-fg6hcphucf] {
    flex-wrap: wrap;
    gap: 16px;
}

.date-filter[b-fg6hcphucf] {
    flex-wrap: wrap;
}

.month-picker[b-fg6hcphucf] {
    width: 190px;
    min-width: 190px;
}

[b-fg6hcphucf] .month-picker input {
    text-transform: capitalize;
}

.month-navigation[b-fg6hcphucf] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.month-navigation-button-wrapper[b-fg6hcphucf] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

[b-fg6hcphucf] .month-navigation-button {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    padding: 4px;
}

    [b-fg6hcphucf] .month-navigation-button .mud-icon-root {
        font-size: 1.5rem;
    }

/* ============================================================
   Tagesbereich
   ============================================================ */

.day-paper[b-fg6hcphucf] {
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 10px;
}

.day-header[b-fg6hcphucf] {
    padding: 12px 16px;
    background: #eda5f7;
}


/* ============================================================
   Spaltenüberschriften
   ============================================================ */

.column-header-grid[b-fg6hcphucf] {
    background: var(--mud-palette-background-gray);
    border-bottom: 1px solid var(--mud-palette-divider);
}

.column-header[b-fg6hcphucf] {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 8px 10px;
}


/* ============================================================
   Zeitbuchungsbereiche und Hauptspalten
   ============================================================ */

.booking-area[b-fg6hcphucf] {
    min-height: 72px;
    border-bottom: 1px solid var(--mud-palette-lines-default);
}

    .booking-area:last-child[b-fg6hcphucf] {
        border-bottom: none;
    }

.booking-column[b-fg6hcphucf],
.bmd-column[b-fg6hcphucf],
.draft-column[b-fg6hcphucf] {
    min-width: 0;
}

.booking-column[b-fg6hcphucf] {
    padding: 10px;
}

.bmd-column[b-fg6hcphucf] {
    padding: 0;
    background: var(--mud-palette-background-gray);
}

.draft-column[b-fg6hcphucf] {
    padding: 6px;
}

.draft-column-disabled[b-fg6hcphucf] {
    padding: 0;
    background: var(--mud-palette-background-gray);
}

.column-border[b-fg6hcphucf] {
    border-right: 1px solid var(--mud-palette-divider);
}


/* ============================================================
   Zeitbuchungsspalte
   ============================================================ */

.time-text[b-fg6hcphucf] {
    white-space: nowrap;
    font-size: 0.85rem;
    font-variant-numeric: tabular-nums;
}

.booking-type[b-fg6hcphucf] {
    color: var(--mud-palette-text-primary);
    font-size: 0.85rem;
    font-weight: 700;
}

.free-time-list[b-fg6hcphucf] {
    margin-top: 7px;
}


/* ============================================================
   Mobile Zwischenüberschriften
   ============================================================ */

.bmd-column > .mobile-heading[b-fg6hcphucf] {
    padding: 10px 10px 0;
}

.draft-column > .mobile-heading[b-fg6hcphucf] {
    padding: 4px 4px 8px;
}


/* ============================================================
   BMD-Untertabellenstruktur
   ============================================================ */

.bmd-subtable[b-fg6hcphucf] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.bmd-subtable-row[b-fg6hcphucf] {
    display: grid;
    grid-template-columns: 96px 92px minmax(0, 1fr) 36px;
    min-height: 48px;
    border-bottom: 1px solid var(--mud-palette-divider);
}

    .bmd-subtable-row:last-child[b-fg6hcphucf] {
        border-bottom: none;
    }

.bmd-time-cell[b-fg6hcphucf],
.bmd-project-cell[b-fg6hcphucf],
.bmd-description-cell[b-fg6hcphucf],
.bmd-copy-cell[b-fg6hcphucf] {
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 8px 9px;
    font-size: 0.82rem;
}

.bmd-time-cell[b-fg6hcphucf] {
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    border-right: 1px solid var(--mud-palette-divider);
}

.bmd-project-cell[b-fg6hcphucf] {
    justify-content: flex-end;
    white-space: nowrap;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    border-right: 1px solid var(--mud-palette-divider);
}

.bmd-description-cell[b-fg6hcphucf] {
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.35;
}

.bmd-copy-cell[b-fg6hcphucf] {
    justify-content: center;
    padding: 0 2px;
    border-left: 1px solid var(--mud-palette-divider);
}

.bmd-copy-button-wrapper[b-fg6hcphucf] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

[b-fg6hcphucf] .bmd-copy-button {
    width: 28px;
    height: 28px;
    padding: 3px;
}

    [b-fg6hcphucf] .bmd-copy-button .mud-icon-root {
        font-size: 1.05rem;
    }

.empty-entry[b-fg6hcphucf] {
    min-height: 48px;
    padding: 10px;
}


/* ============================================================
   Einzelner neuer Leistungseintrag
   ============================================================ */

.draft-entry[b-fg6hcphucf] {
    padding: 5px 6px;
    margin-bottom: 6px;
    transition: background-color 120ms ease, border-color 120ms ease;
}

    .draft-entry:last-child[b-fg6hcphucf] {
        margin-bottom: 0;
    }

.draft-entry-released[b-fg6hcphucf] {
    background: var(--mud-palette-success-hover);
    border-color: var(--mud-palette-success) !important;
}


/* ============================================================
   Flex-Layout einer Eingabezeile
   ============================================================ */

.draft-entry-flex[b-fg6hcphucf] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    width: 100%;
    min-width: 0;
}


/* ============================================================
   Checkbox für BMD-Freigabe
   ============================================================ */

.draft-entry-release[b-fg6hcphucf] {
    display: flex;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    min-width: 32px;
}

.release-checkbox-wrapper[b-fg6hcphucf] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

[b-fg6hcphucf] .compact-checkbox {
    margin: 0;
}

    [b-fg6hcphucf] .compact-checkbox .mud-icon-button {
        width: 30px;
        height: 30px;
        padding: 3px;
    }


/* ============================================================
   Beginn- und Ende-Eingabefelder
   ============================================================ */

.draft-entry-time[b-fg6hcphucf] {
    display: flex;
    flex: 0 0 80px;
    align-items: center;
    width: 80px;
    min-width: 80px;
    transform: translateY(4px);
}

[b-fg6hcphucf] .time-input {
    width: 100%;
    max-width: 80px;
}

    [b-fg6hcphucf] .time-input .mud-input-adornment {
        display: none !important;
    }


/* ============================================================
   Projektnummer und Projektauswahl
   ============================================================ */

.draft-entry-project[b-fg6hcphucf] {
    flex: 0 0 150px;
    width: 150px;
    min-width: 150px;
}

/*
 * Das Grid teilt die Projektzelle in das Eingabefeld
 * und den Suchbutton.
 */
.pn-picker[b-fg6hcphucf] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28px;
    align-items: center;
    column-gap: 2px;
    width: 100%;
    min-width: 0;
}

    /*
 * MudTooltip erzeugt gegebenenfalls ein zusätzliches
 * Wrapper-Element. Alle direkten Kinder müssen schrumpfen dürfen.
 */
    .pn-picker > *[b-fg6hcphucf] {
        min-width: 0;
    }

.pn-picker-tooltip-anchor[b-fg6hcphucf],
.pn-input-wrapper[b-fg6hcphucf] {
    display: block;
    width: 100%;
    min-width: 0;
}

[b-fg6hcphucf] .pn-input {
    width: 100%;
    min-width: 0;
}

    [b-fg6hcphucf] .pn-input .mud-input-control,
    [b-fg6hcphucf] .pn-input .mud-input {
        width: 100%;
        min-width: 0;
    }

[b-fg6hcphucf] .project-input input {
    width: 100%;
    min-width: 0;
    max-width: none;
    font-size: 0.83rem;
    font-variant-numeric: tabular-nums;
}

[b-fg6hcphucf] .pn-search-button {
    align-self: center;
    justify-self: center;
    width: 28px;
    height: 28px;
    min-width: 28px;
    padding: 2px;
}

    [b-fg6hcphucf] .pn-search-button .mud-icon-root {
        font-size: 1.1rem;
    }


/* ============================================================
   Kurzbeschreibung
   ============================================================ */

.draft-entry-description[b-fg6hcphucf] {
    flex: 1 1 180px;
    min-width: 100px;
}


/* ============================================================
   Copy-, Paste-, Save- und Delete-Buttons
   ============================================================ */

.draft-entry-actions[b-fg6hcphucf] {
    display: grid;
    flex: 0 0 60px;
    grid-template-columns: repeat(2, 28px);
    grid-template-rows: repeat(2, 28px);
    align-items: center;
    justify-content: end;
    gap: 1px 2px;
    min-width: 60px;
    white-space: nowrap;
}

    .draft-entry-actions > span[b-fg6hcphucf] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

[b-fg6hcphucf] .draft-entry-actions .mud-icon-button {
    width: 28px;
    height: 28px;
    padding: 3px;
}

[b-fg6hcphucf] .draft-entry-actions .mud-icon-root {
    font-size: 1.05rem;
}

.paste-button-wrapper[b-fg6hcphucf] {
    display: inline-flex;
}

[b-fg6hcphucf] .save-button {
    transition: color 120ms ease, background-color 120ms ease, box-shadow 120ms ease;
}

[b-fg6hcphucf] .save-button-dirty {
    background-color: var(--mud-palette-success-hover);
    box-shadow: inset 0 0 0 1px var(--mud-palette-success);
}

/* ============================================================
   Kompakte MudBlazor-Eingabefelder
   ============================================================ */

[b-fg6hcphucf] .compact-input .mud-input-slot {
    font-size: 0.83rem;
    line-height: 1;
}

[b-fg6hcphucf] .compact-input .mud-input-label {
    font-size: 0.58rem;
    line-height: 1;
}

[b-fg6hcphucf] .compact-input .mud-input-control {
    margin-top: 0;
}

[b-fg6hcphucf] .compact-input .mud-input-outlined {
    min-height: 30px;
}

[b-fg6hcphucf] .compact-input .mud-input-outlined-border {
    border-radius: 4px;
}

[b-fg6hcphucf] .compact-input input {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 0.83rem;
}

[b-fg6hcphucf] .compact-input .mud-input-adornment {
    margin-inline-start: 0;
}

    [b-fg6hcphucf] .compact-input .mud-input-adornment .mud-icon-button {
        width: 24px;
        height: 24px;
        padding: 2px;
    }

[b-fg6hcphucf] .compact-input .mud-icon-root {
    font-size: 0.95rem;
}


/* ============================================================
   Zeile zum Hinzufügen eines Leistungseintrags
   ============================================================ */

.add-entry-row[b-fg6hcphucf] {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 5px;
}

.add-entry-row-empty[b-fg6hcphucf] {
    min-height: 58px;
}

.add-entry-row-after-entries[b-fg6hcphucf] {
    min-height: 44px;
    border-top: 1px solid var(--mud-palette-divider);
}

.add-entry-actions[b-fg6hcphucf] {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-left: 3px;
}


/* ============================================================
   Grüner Plus-Button
   ============================================================ */

[b-fg6hcphucf] .add-entry-button {
    display: inline-flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-left: 0;
    padding: 5px;
    color: white;
    background-color: var(--mud-palette-success);
    border-radius: 50%;
    box-shadow: 0 1px 3px rgb(0 0 0 / 22%);
    transition: background-color 120ms ease, box-shadow 120ms ease, transform 80ms ease;
}

    [b-fg6hcphucf] .add-entry-button:hover {
        color: white;
        background-color: #168347;
        box-shadow: 0 2px 5px rgb(0 0 0 / 28%);
    }

    [b-fg6hcphucf] .add-entry-button:active {
        transform: scale(0.94);
    }

    [b-fg6hcphucf] .add-entry-button .mud-icon-root {
        font-size: 1.35rem;
    }


/* ============================================================
   Paste-Button neben dem Plus-Button
   ============================================================ */

[b-fg6hcphucf] .new-entry-paste-button {
    width: 30px;
    height: 30px;
    padding: 4px;
    border: 1px solid var(--mud-palette-secondary);
    border-radius: 50%;
}

    [b-fg6hcphucf] .new-entry-paste-button .mud-icon-root {
        font-size: 1.1rem;
    }

    [b-fg6hcphucf] .new-entry-paste-button.mud-disabled {
        border-color: var(--mud-palette-action-disabled);
    }


/* ============================================================
   Mittlere Bildschirmbreite
   ============================================================ */

@media (max-width: 1250px) {
    .draft-entry-flex[b-fg6hcphucf] {
        flex-wrap: wrap;
    }

    .draft-entry-description[b-fg6hcphucf] {
        flex: 1 1 240px;
    }

    .draft-entry-actions[b-fg6hcphucf] {
        margin-left: auto;
    }
}


/* ============================================================
   MudGrid-Wechsel auf einspaltige Bereichsdarstellung
   ============================================================ */

@media (max-width: 959.98px) {
    .leistungserfassung-container[b-fg6hcphucf] {
        padding: 8px;
    }

    .toolbar-paper[b-fg6hcphucf] {
        position: static;
    }

    .booking-area[b-fg6hcphucf] {
        margin-bottom: 12px;
        border: 1px solid var(--mud-palette-divider);
        border-radius: 8px;
    }

    .booking-column[b-fg6hcphucf],
    .bmd-column[b-fg6hcphucf],
    .draft-column[b-fg6hcphucf] {
        border-right: none;
        border-bottom: 1px solid var(--mud-palette-divider);
    }

    .draft-column[b-fg6hcphucf] {
        border-bottom: none;
    }

    .draft-column-disabled[b-fg6hcphucf] {
        padding: 0;
        background: var(--mud-palette-background-gray);
    }
}


/* ============================================================
   Kleine Bildschirmbreite
   ============================================================ */

@media (max-width: 700px) {
    .draft-entry-flex[b-fg6hcphucf] {
        align-items: flex-start;
    }

    .draft-entry-release[b-fg6hcphucf] {
        flex-basis: 30px;
    }

    .draft-entry-time[b-fg6hcphucf] {
        flex: 1 1 82px;
        width: auto;
        min-width: 82px;
    }

    .draft-entry-project[b-fg6hcphucf] {
        flex: 1 1 150px;
        width: auto;
        min-width: 150px;
    }

    .draft-entry-description[b-fg6hcphucf] {
        flex: 1 1 100%;
        width: 100%;
        min-width: 100%;
    }

    .draft-entry-actions[b-fg6hcphucf] {
        flex: 0 0 60px;
        width: 60px;
        min-width: 60px;
        margin-left: auto;
    }
}


/* ============================================================
   Smartphone-Darstellung
   ============================================================ */

@media (max-width: 600px) {
    .toolbar-stack[b-fg6hcphucf],
    .date-filter[b-fg6hcphucf] {
        align-items: stretch !important;
    }

    .date-filter[b-fg6hcphucf] {
        width: 100%;
    }

        .date-filter > *[b-fg6hcphucf] {
            width: 100%;
        }

    .day-header[b-fg6hcphucf] {
        padding: 10px;
    }

    .bmd-subtable-row[b-fg6hcphucf] {
        grid-template-columns: 92px 84px minmax(0, 1fr) 36px;
    }

    .bmd-time-cell[b-fg6hcphucf],
    .bmd-project-cell[b-fg6hcphucf],
    .bmd-description-cell
    .bmd-copy-cell[b-fg6hcphucf] {
        padding: 7px 6px;
        font-size: 0.76rem;
    }

    .month-picker[b-fg6hcphucf] {
        width: 100%;
        min-width: 100%;
    }

        .month-navigation[b-fg6hcphucf] {
            width: 100%;
        }

        .month-picker[b-fg6hcphucf] {
            flex: 1 1 auto;
            width: auto;
            min-width: 0;
        }
}
/* /Components/ProjektNummerAutocomplete.razor.rz.scp.css */
.project-result[b-rwnwh5zak8] {
    display: grid;
    grid-template-columns: 95px minmax(350px, 1fr) 45px;
    gap: 10px;
    align-items: center;
}

.project-result-number[b-rwnwh5zak8] {
    font-weight: 600;
    white-space: nowrap;
}

.project-result-description[b-rwnwh5zak8] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-result-leader[b-rwnwh5zak8] {
    text-align: center;
    white-space: nowrap;
}

[b-rwnwh5zak8] .project-autocomplete-popover {
    min-width: 700px !important;
}

[b-rwnwh5zak8] .project-autocomplete .mud-input-slot {
    font-size: 0.68rem;
}

[b-rwnwh5zak8] .project-autocomplete .mud-input-label {
    font-size: 0.63rem;
}

[b-rwnwh5zak8] .project-autocomplete .mud-input-adornment {
    margin-inline-start: 1px;
}

@media (max-width: 600px) {
    .project-result[b-rwnwh5zak8] {
        grid-template-columns: 82px minmax(130px, 1fr);
        min-width: 280px;
    }

    .project-result-leader[b-rwnwh5zak8] {
        display: none;
    }
}
.mud-popover[b-rwnwh5zak8] {
    min-width: 500px !important;
}
