@import '_content/GF.MS.DB.Blazor.Components.Accordion/GF.MS.DB.Blazor.Components.Accordion.bundle.scp.css';
@import '_content/GF.MS.DB.Blazor.Components.ActionBar/GF.MS.DB.Blazor.Components.ActionBar.bundle.scp.css';
@import '_content/GF.MS.DB.Blazor.Components.Buttons/GF.MS.DB.Blazor.Components.Buttons.bundle.scp.css';
@import '_content/GF.MS.DB.Blazor.Components.Canvas/GF.MS.DB.Blazor.Components.Canvas.bundle.scp.css';
@import '_content/GF.MS.DB.Blazor.Components.Cards/GF.MS.DB.Blazor.Components.Cards.bundle.scp.css';
@import '_content/GF.MS.DB.Blazor.Components.DataTable/GF.MS.DB.Blazor.Components.DataTable.bundle.scp.css';
@import '_content/GF.MS.DB.Blazor.Components.Forms/GF.MS.DB.Blazor.Components.Forms.bundle.scp.css';
@import '_content/GF.MS.DB.Blazor.Components.Icons/GF.MS.DB.Blazor.Components.Icons.bundle.scp.css';
@import '_content/GF.MS.DB.Blazor.Components.ProgressIndicators/GF.MS.DB.Blazor.Components.ProgressIndicators.bundle.scp.css';
@import '_content/GF.MS.DB.Blazor.Components.Sliders/GF.MS.DB.Blazor.Components.Sliders.bundle.scp.css';

/* /Pages/AboutWindow/AboutDialog.razor.rz.scp.css */
.about-dialog-content[b-o5j99rjrg2] {
    text-align: center;
}
/* /Pages/DashboardView/DashboardView.razor.rz.scp.css */
.page[b-pxxspm4jk2]{
    height: 100%;
}

.action-bar-title[b-pxxspm4jk2] {
    display: flex;
    column-gap: 1rem;
}

.action-bar-middle[b-pxxspm4jk2] {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    column-gap: 2rem;
    width: 50%;
}

.action-bar-middle-item[b-pxxspm4jk2] {
    min-width: 20rem;
}

.action-bar-navigation[b-pxxspm4jk2] {
    font-size: 10pt;
    text-align: end;
    min-width: 10rem;
}

@media (max-width: 990px){
    .page[b-pxxspm4jk2] {
        overflow-y: scroll;
        overflow-x: hidden;
        padding-bottom: 2rem;
    }
}

@media (max-height: 990px) {
    .page[b-pxxspm4jk2] {
        overflow-y: scroll;
        overflow-x: hidden;
        padding-bottom: 4rem;
    }
}
/* /Pages/DashboardView/DashboardViewSettings/DashboardViewSettings.razor.rz.scp.css */
.time-range-list[b-bn3kwnqly3] {
    padding-left: 1rem;
    padding-right: 0.5rem;
}

.column-radio-group[b-bn3kwnqly3] {
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
}

.time-range-selection-group[b-bn3kwnqly3] {
    background: var(--gfms-color-gray-3);
    height: 10rem;
    overflow: scroll;
}
/* /Pages/DashboardView/EnergyView/BarChartWidget/BarChartWidget.razor.rz.scp.css */
.view-card-content[b-ez9osplvb7] {
    width: 100%;
    height: 100%;
    padding:1rem;
}

.view-card-toolbar[b-ez9osplvb7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-left: 1rem;
}

.view-card-toolbar-dropdown[b-ez9osplvb7] {
    width: 20%;
}
/* /Pages/DashboardView/EnergyView/BarChartWidget/UnitMenuPopover.razor.rz.scp.css */
.unit-menu-popover[b-xdmmsmv7vw] {
    width: 15rem;
}

@media (max-width: 600px) {

    .unit-menu-popover[b-xdmmsmv7vw] {
        width: 15rem;
        height: 20rem;
    }
}
/* /Pages/DashboardView/EnergyView/EnergyView.razor.rz.scp.css */
.view-card-energy[b-1k9jbd6xg9] {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: column;
    height: 100%;
}

.view-card-section-bars[b-1k9jbd6xg9] {
    padding: 1rem 2rem 0 2rem;
    width: 100%;
    height: 80%;
}

.view-card-section-meters[b-1k9jbd6xg9] {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 1rem 2rem 1rem 2rem;
    width: 100%;
}

@media (max-width: 61.75rem) {
    .view-card-section-meters[b-1k9jbd6xg9] {
        flex-direction: column;
        row-gap: 2rem;
        height: inherit;
    }
}
/* /Pages/DashboardView/EnergyView/MetersWidget/MetersWidget.razor.rz.scp.css */
.view-card-content[b-t02833oi4p] {
    width: 100%;
    height: 100%;
}

.meters-section-meter[b-t02833oi4p] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 1.5rem;
}

.meters-section-meter-item[b-t02833oi4p] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.meters-item-text-primary[b-t02833oi4p]{
    text-transform: uppercase;
    font-size: 1.25rem;
}
/* /Pages/DashboardView/JobsListView/CompareWidget/CompareWidget.razor.rz.scp.css */
.view-card-content[b-mtttbs83jg] {
    width: 100%;
    height: 100%;
    padding:1rem;
}
/* /Pages/DashboardView/JobsListView/JobCompareGraphWidget/JobCompareGraphWidget.razor.rz.scp.css */
.view-card-content[b-2agikdkmuy] {
    width: 100%;
    height: 100%;
    padding: 1rem;
}
/* /Pages/DashboardView/JobsListView/JobsListView.razor.rz.scp.css */
.view-card-joblist[b-2cr4v8sk7k] {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    height: 100%;
}

.view-card-section-top[b-2cr4v8sk7k] {
    padding: 1rem 2rem 0 2rem;
    height: 100%;
    width: 40%;
}

.view-card-section-bottom[b-2cr4v8sk7k] {
    display: flex;
    padding: 1rem 2rem 0 2rem;
    height: 100%;
    width: 60%;
    flex-direction: column;
    row-gap: 1rem;
}

.view-card-item-table[b-2cr4v8sk7k] {
    flex: 1;
}

.view-card-item-compare[b-2cr4v8sk7k] {
    flex: 1;
}

.view-card-item-graph[b-2cr4v8sk7k] {
    flex: 1;
}

@media (max-width: 61.75rem) {
    .view-card-section-top[b-2cr4v8sk7k] {
        flex-direction: column;
        row-gap: 1rem;
        height: unset;
    }

    .view-card-section-bottom[b-2cr4v8sk7k] {
        height: unset;
    }
}
/* /Pages/DashboardView/JobsListView/TableWidget/TableWidget.razor.rz.scp.css */
.view-card-content[b-ypfm2x6uj3] {
    height: 100%;
    width: 100%;
    overflow: unset;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    background-color: var(--gfms-color-gray-3);
    padding: 0.75rem;
}

.graphs-chart-section[b-ypfm2x6uj3] {
    width: 40%;
}

[b-ypfm2x6uj3] tbody > tr {
    background-color: var(--gfms-color-gray-3)
}

    [b-ypfm2x6uj3] tbody > tr:hover {
        background-color: var(--gfms-color-gray-4)
    }

    [b-ypfm2x6uj3] tbody > tr:active {
        background-color: var(--gfms-color-gray-5)
    }

    [b-ypfm2x6uj3] tbody > tr.selected {
        background-color: var(--gfms-color-gray-4)
    }
/* /Pages/DashboardView/OverviewView/InfoWidget/InfoWidget.razor.rz.scp.css */
.view-card-content[b-xysmjak93z] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.info-section[b-xysmjak93z] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.info-upper-section-item[b-xysmjak93z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    padding: 1rem;
}

.info-upper-section-item-text-primary[b-xysmjak93z] {
    font-size: 1.5rem;
}

.info-upper-section-item-text-secondary[b-xysmjak93z] {
    font-size: 0.75rem;
    text-align: center;
}

.info-lower-section-item[b-xysmjak93z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    padding: 1rem;
}

.info-lower-section-item-text-primary[b-xysmjak93z] {
    font-size: 1rem;
}

.info-lower-section-item-text-secondary[b-xysmjak93z] {
    font-size: 0.75rem;
    text-align: center;
}

[b-xysmjak93z] svg {
    fill: var(--gfms-color-text-secondary);
}
/* /Pages/DashboardView/OverviewView/OverviewView.razor.rz.scp.css */
.view-card-overview[b-rgp70xws2a] {
    height: 100%;
}

.view-card-section-top[b-rgp70xws2a] {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 1rem 2rem 0 2rem;
    column-gap: 2rem;
}

.view-card-section-bottom[b-rgp70xws2a] {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 1rem 2rem 0 2rem;
    column-gap: 2rem;
    min-height: 28.25rem;
    height: 60%;
}

.view-card-item-information[b-rgp70xws2a] {
    flex: 1;
}

.view-card-item-tako[b-rgp70xws2a] {
    flex: 1;
}

.view-card-item-graph[b-rgp70xws2a] {
    flex: 1;
}

@media (max-width: 61.75rem){
    .view-card-section-top[b-rgp70xws2a] {
        flex-direction: column;
        row-gap: 1rem;
        height: unset;
    }

    .view-card-section-bottom[b-rgp70xws2a] {
        height: unset;
    }
}
/* /Pages/DashboardView/OverviewView/TakoWidget/TakoWidget.razor.rz.scp.css */
.view-card-content[b-q9t2z6z4gk] {
    padding: 0.5rem;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
}

.tako-first-section[b-q9t2z6z4gk] {
    width: 40%;
    display: grid;
    padding: 1rem;
    align-items: center;
}

.tako-table-container[b-q9t2z6z4gk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--gfms-color-gray-2);
    border-radius: var(--gfms-border-radius);
    padding: 0.5rem;
    max-width: 12.5rem;
    height: 75%;
}
.tako-table-item[b-q9t2z6z4gk] {
    display: flex;
    width: 75%;
    padding: 0.5rem;
    justify-items: center;
    align-items: center;
    justify-content: space-evenly;
}

.tako-table-item-current[b-q9t2z6z4gk] {
    width: 75%;
    padding: 0.5rem;
}

.tako-table-item-title[b-q9t2z6z4gk] {
    font-size: 0.5rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
}

.tako-table-item-label[b-q9t2z6z4gk] {
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
}

.tako-table-item-value[b-q9t2z6z4gk] {
    font-size: 0.75rem;
    text-align: center;
    color: var(--gfms-color-primary-faded);
    font-weight: 700;
}

.tako-section-section[b-q9t2z6z4gk] {
    width: 100%;
}

.tako-section-section-meter[b-q9t2z6z4gk] {
    width: 100%;
    height: 100%;
    display: grid;
    justify-content: center;
}

@media (max-width: 1500px){
    .tako-table-item-title[b-q9t2z6z4gk] {
        font-size: 0.6rem;
    }
    .tako-table-item-value[b-q9t2z6z4gk] {
        font-size: 0.6rem;
    }
}

@media (max-width: 650px){
    .view-card-content[b-q9t2z6z4gk] {
        flex-direction: column;
    }

    .tako-first-section[b-q9t2z6z4gk] {
        width: inherit;
    }

    .tako-table-container[b-q9t2z6z4gk] {
        flex-direction: row;
        max-width: unset;
        height: unset;
    }

}
/* /Pages/SettingsWindow/SettingsWindow.razor.rz.scp.css */
.about-dialog-content[b-pzpno1wm53] {
    text-align: center;
}

.field-wrapper[b-pzpno1wm53] {
    padding: 0.75rem;
}

.settings-field[b-pzpno1wm53] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.field-currency-wrapper[b-pzpno1wm53] {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

    .field-currency-wrapper .text-field[b-pzpno1wm53] {
        justify-content: space-between;
        width: 70%
    }

    .field-currency-wrapper .seperator[b-pzpno1wm53] {
        top: 50%;
        bottom: 0;
    }

    .field-currency-wrapper .select-field[b-pzpno1wm53] {
        width: 30%;
    }

[b-pzpno1wm53] .mud-input-slot.mud-input-root.mud-input-root-filled.mud-input-root-adorned-end.mud-select-input {
    padding: 1rem;
}

[b-pzpno1wm53] .mud-input-slot.mud-input-root.mud-input-root-filled {
    padding: 1rem;
}
/* /Shared/AppShell.razor.rz.scp.css */
.app-shell[b-e7tbm0ih2s] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
/* /Shared/Components/Availability/AvailabilityView.razor.rz.scp.css */
.wrapper[b-7f60xbjcrx] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.message[b-7f60xbjcrx] {
    font-weight: bold;
    color: var(--gfms-color-primary-faded);
}
/* /Shared/Components/ComboGraphWidget/ComboGraph.razor.rz.scp.css */
.combo-graph-container[b-iw4lkie1zl] {
    height: 100%;
    padding: 1.5rem;
}

.combo-graph-chart[b-iw4lkie1zl] {
    height: 90%;
}

.combo-graph-histogram[b-iw4lkie1zl] {
    height: 10%;
}

@media (max-height: 990px) {
    .combo-graph-chart[b-iw4lkie1zl] {
        height: 80%;
    }

    .combo-graph-histogram[b-iw4lkie1zl] {
        height: 20%;
    }
}
/* /Shared/Components/ComboGraphWidget/LinePopoverMenu.razor.rz.scp.css */
.line-menu-popover[b-vcyxiybnrg] {
    width: 30rem;
    height: 20rem;
}

.line-color-label[b-vcyxiybnrg] {
    display: flex;
    column-gap: 0.5rem;
}

@media (max-width: 600px) {

    .line-menu-popover[b-vcyxiybnrg] {
        width: 15rem;
    }
}
/* /Shared/Components/ComboGraphWidget/StatePopoverMenu.razor.rz.scp.css */
.state-menu-popover[b-71pv6i6c5l] {
    width: 30rem;
}

.status-color-label[b-71pv6i6c5l] {
    display: flex;
    column-gap: 0.5rem;
}

@media (max-width: 600px) {

    .state-menu-popover[b-71pv6i6c5l] {
        width: 15rem;
        height: 20rem;
    }
}
