@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.iitr8bszy4.bundle.scp.css';

/* /Pages/ClientApp.razor.rz.scp.css */
layout[b-ngbhjq6h4y] {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 5px;
    grid-template-rows: auto 1fr auto;
    grid-template-areas:
        'header'
        'main'
        'footer';
    overflow-x: hidden;
    overflow-y: hidden;
}

main[b-ngbhjq6h4y] {
    position: relative;
    grid-area: main;
    overflow-x: auto;
    overflow-y: auto;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
}

header[b-ngbhjq6h4y] {
    position: relative;
    min-height: 50px;
    line-height: 50px;
    color: white;
    padding-left: 50px;
    padding-right: 50px;
}

    header.development[b-ngbhjq6h4y] {
        background-color: darkblue;
    }

    header.local[b-ngbhjq6h4y] {
        background-color: darkred;
    }

    header.training[b-ngbhjq6h4y] {
        background-color: slategrey;
    }

    header.production[b-ngbhjq6h4y] {
        background-color: black;
    }

footer[b-ngbhjq6h4y] {
    position: relative;
    grid-area: footer;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding-left: 50px;
    padding-right: 50px;
    color: white;
}

    footer.development[b-ngbhjq6h4y] {
        background-color: darkblue;
    }

    footer.local[b-ngbhjq6h4y] {
        background-color: darkred;
    }

    footer.training[b-ngbhjq6h4y] {
        background-color: slategrey;
    }

    footer.production[b-ngbhjq6h4y] {
        background-color: black;
    }


    [b-ngbhjq6h4y] td.number {
        text-align: right !important;
    }

    [b-ngbhjq6h4y] td.number input {
        text-align: right !important;
    }

    [b-ngbhjq6h4y] td.number.area input {
        width: 100px !important;
    }


    [b-ngbhjq6h4y] td.number.price input {
        width: 120px !important;
    }

    [b-ngbhjq6h4y] td.number.completeness input {
        width: 80px !important;
    }


[b-ngbhjq6h4y] td.number span {
    padding-right: 15px;
}

[b-ngbhjq6h4y] .aggregate {
    font-weight: bold;
}

[b-ngbhjq6h4y] .recapitulation-header {
    background-color: #A0A0A0;
    font-weight: bold;
}

[b-ngbhjq6h4y] .recapitulation-header th {
    padding-left: 15px;
}
/* /Pages/Editor/General/AddressPanel.razor.rz.scp.css */
.note[b-1seou03c00] {
    font-size: 9px;
}
/* /Pages/Editor/General/MapPanel.razor.rz.scp.css */
.map-panel[b-1z87o7p2fb] {
    padding-top: 15px;
    padding-bottom: 15px;
}

.map-container[b-1z87o7p2fb] {
    margin-top: 5px;
    height: 450px;
}

[b-1z87o7p2fb] .documentItem {
    background-color: coral;
    width: 60px;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 3px;
}
