/* /Components/AlertHistoryDialog.razor.rz.scp.css */
[b-k9l5xefq9u] .mud-table-container {
    min-height: 378px;
}
/* /Components/AlertPanel.razor.rz.scp.css */
[b-vhbe037u0l] .mud-paper {
    height: 20px;
}

[b-vhbe037u0l]:first-child .mud-paper {
    margin-top: 2px;
}
/* /Components/AnimationBar.razor.rz.scp.css */
[b-1s9bpielf6] {
    /*min-width: 400px;*/
    width: 100%;
    max-width: 600px;
    height: 32px;
    padding-left: 32px;
    padding-right: 32px;
}

    [b-1s9bpielf6] .mud-slider-track-tick {
        width: 1px !important;
        height: 3px !important;
    }

    [b-1s9bpielf6] .mud-slider-tickmarks :nth-child(3n+1) .mud-slider-track-tick {
        height: 5px !important;
    }


    [b-1s9bpielf6] .mud-slider-track-tick-label {
        font-size: 0.7rem;
        white-space: nowrap;
    }

@media(max-width: 599px) {
    [b-1s9bpielf6] .mud-slider-track-tick-label {
        font-size: 0.65rem;
    }
}
/* /Components/Clock.razor.rz.scp.css */
[b-lkvin34aj8] .mud-typography {
    color: var(--jGIS-pane-text-color);
    border: var(--jGIS-pane-border);
    background-color: var(--jGIS-pane-backcolor);
    backdrop-filter: blur(4px);
    border-radius: 4px;
    font-size: 1.75rem;
}
/* /Components/DateTimePanel.razor.rz.scp.css */

[b-8foq43hy32] .date-time-panel {
    height: 32px;
}

[b-8foq43hy32] .picker {
    flex-grow: 0;
    padding-left: 8px;
}

[b-8foq43hy32] .date {
    max-width: 140px;
    flex-basis: 140px;
}

[b-8foq43hy32] .time {
    max-width: 95px;
    flex-basis: 95px;
}

[b-8foq43hy32] .slider {
    min-width: 400px;
    width: 400px;
    padding-left: 24px;
    padding-right: 24px;
}

    [b-8foq43hy32] .slider .mud-slider-track-tick {
        width: 1px;
        height: 3px;
    }

    [b-8foq43hy32] .slider .mud-slider-tickmarks :nth-child(3n+1) .mud-slider-track-tick {
        height: 5px;
    }


    [b-8foq43hy32] .slider .mud-slider-track-tick-label {
        font-size: 0.75rem;
        white-space: nowrap;
    }

@media(max-width: 449px) {
    [b-8foq43hy32] .date {
        max-width: 48px;
        flex-basis: 48px;
    }

    [b-8foq43hy32] .time {
        max-width: 48px;
        flex-basis: 48px;
    }
}
/* /Components/LayerSelector.razor.rz.scp.css */
/*
::deep .mud-button {
    color: var(--jGIS-pane-text-color);
    border: var(--jGIS-pane-border);
    background-color: var(--jGIS-pane-backcolor);
    backdrop-filter: blur(4px);
}

    ::deep .mud-button:hover, ::deep .mud-button:focus-visible {
        background-color: var(--jGIS-pane-backcolor-darken);
    }
*/

[b-ils8vs0nma].layer-panel {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 2px;
    margin-right: 4px;
}

[b-ils8vs0nma] .layer-item {
    margin-top: 2px;
    margin-bottom: 2px;
}

    [b-ils8vs0nma] .layer-item span {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

[b-ils8vs0nma] .mud-grid .mud-button {
    margin-left: 4px;
    margin-right: 4px;
    min-width: 0px;
    width: 56px;
    height: 56px;
    background-color: dimgray;
    background-size: 56px;
    background-position: center center;
    border: var(--jGIS-pane-border);
    backdrop-filter: none;
    transition: filter 0.4s;
}

    [b-ils8vs0nma] .mud-grid .mud-button:hover {
        filter: brightness(0.9);
        border-width: 2px;
    }

    [b-ils8vs0nma] .mud-grid .mud-button.selected {
        border-width: 3px;
        border-color: var(--layer-selector-selected-color);
    }
/* /Components/Legend.razor.rz.scp.css */

[b-n94aj4il2f].legend-panel {
    color: var(--jGIS-pane-text-color);
    border: var(--jGIS-pane-border);
    background-color: var(--jGIS-pane-backcolor);
    backdrop-filter: blur(4px);
    padding: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 0px;
    border-radius: 4px;
}

[b-n94aj4il2f] table {
    border-collapse: collapse;
}

[b-n94aj4il2f] .rect-cell {
    border: 1px solid #777;
    width: 100%;
}

[b-n94aj4il2f] .rect-cell div {
    width: 36px;
    height: 8px;
}

[b-n94aj4il2f] .text-cell {
    text-align: center;
    width: 100%;
}

[b-n94aj4il2f] .text-cell span {
    font-size: .70rem;
}

[b-n94aj4il2f].legend-panel.vertical {
    padding-top: 0px;
    padding-bottom: 4px;
}

    [b-n94aj4il2f].legend-panel.vertical tr {
        height: 10px;
    }

    [b-n94aj4il2f].legend-panel.vertical .rect-cell div {
        width: 8px;
        height: 20px;
    }

    [b-n94aj4il2f].legend-panel.vertical .text-cell {
        text-align: left;
        padding-left: 4px;
        height: 20px;
    }

    [b-n94aj4il2f].legend-panel.vertical .empty-cell {
        height: 10px;
    }
/* /Components/OpacityBar.razor.rz.scp.css */

[b-agzvv0qxwp].slider-panel {
    width: 32px;
    height: 160px;
    padding-top: 10px;
    padding-left: 4px;
    margin-left: 4px;
    overflow: hidden;
}

[b-agzvv0qxwp] .mud-slider {
    width: 140px;
    height: 140px;
}
/* /Components/OverlaySelector.razor.rz.scp.css */

[b-5hz5b8qyfm] .mud-button {
    writing-mode: vertical-rl;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    min-width: 24px;
    min-height: 24px;
    color: var(--jGIS-pane-text-color) !important;
    border: var(--jGIS-pane-border) !important;
    background-color: var(--jGIS-pane-backcolor) !important;
    backdrop-filter: blur(4px);
}

    [b-5hz5b8qyfm] .mud-button.selected {
        color: #eee !important;
        background-color: rgba(0, 0, 0, 0.4) !important;
    }
/* /Components/PropertyPanel.razor.rz.scp.css */

[b-qc581rp156] .mud-table {
    background: transparent;
    color: var(--jGIS-pane-text-color);
}

[b-qc581rp156] .mud-simple-table.mud-table-dense * tr td, [b-qc581rp156] .mud-simple-table.mud-table-dense * tr th {
    padding: 2px 4px;
    border-color: rgba(0, 0, 0, 0.1);
    text-align: right;
}

[b-qc581rp156] .mud-simple-table.mud-table-dense * tr th[colspan="2"] {
    text-align: center;
}

[b-qc581rp156] .mud-input-clear-button {
    width: 1.25rem !important;
    height: 1.25rem !important;
    padding: 0 !important;
}

    [b-qc581rp156] .mud-input-clear-button .mud-icon-size-small {
        font-size: 1rem;
    }
/* /Components/RightPanel.razor.rz.scp.css */
[b-pjo55eok0u] .mud-expand-panel {
    color: var(--jGIS-pane-text-color);
    border: var(--jGIS-pane-border);
    background-color: var(--jGIS-pane-backcolor);
    backdrop-filter: blur(4px);
    box-shadow: none;
    width: 130px;
}

    [b-pjo55eok0u] .mud-expand-panel .mud-expand-panel-header {
        padding: 2px 4px;
        min-height: 16px;
        font-size: .875rem;
    }

    [b-pjo55eok0u] .mud-expand-panel .mud-expand-panel-content {
        padding: 0 4px 4px;
    }

[b-pjo55eok0u] svg.mud-icon-size-medium {
    font-size: 1.25rem;
}

@media (max-width: 959px) {
    [b-pjo55eok0u] > div {
        max-height: calc((100vh - 110px) / 2 - 90px);
    }
}


/* /Components/SimulationHistoryDialog.razor.rz.scp.css */
[b-ifwxm1gk4f] .mud-table-container {
    min-height: 466px;
}
/* /Layout/MainLayout.razor.rz.scp.css */
[b-zy2jnel4yj] .app-bar-title {
    font-size: 1.125rem;
    font-weight: 700;
}

[b-zy2jnel4yj] .nav-button .mud-button-label {
    justify-content: flex-start;
}

[b-zy2jnel4yj] .footer a:hover, [b-zy2jnel4yj] .footer a:focus-visible {
    font-weight: bold;
}

[b-zy2jnel4yj] .item-icon {
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}

[b-zy2jnel4yj] .batch-group .selected {
    color: #eee !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
}
/* /Pages/Index.razor.rz.scp.css */
[b-ocp5kmoh52] .main-area {
    height: calc(100% - 76px);
}

[b-ocp5kmoh52] .chart-area {
    height: calc(100% - 76px);
}

@media (max-width: 959px) {
    [b-ocp5kmoh52] .main-area {
        height: calc(50% - 38px);
    }

    [b-ocp5kmoh52] .chart-area {
        height: calc(50% - 38px);
    }
}

[b-ocp5kmoh52] .map-container {
    height: calc(100% - 32px);
}

[b-ocp5kmoh52] .mud-expand-panel .mud-expand-panel-header {
    padding: 8px 16px;
    min-height: 32px;
}

[b-ocp5kmoh52] .mud-expand-panel .mud-expand-panel-content.mud-expand-panel-dense {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
}
