@import '_content/Divis.Blazor.Modules/Divis.Blazor.Modules.bundle.scp.css';

/* /Pages/About.razor.rz.scp.css */
[b-vw6k3j10gd] .details-view {
    display: grid;
    grid-template-columns: fit-content(70%) auto;
    grid-gap: 16px;
}

[b-vw6k3j10gd] .details-view > div {
    justify-self: start;
}
/* /Pages/DeviceMetrics.razor.rz.scp.css */
.dashboard-controls[b-3x9wblhjhf] {
    min-width: 400px;
}

.dashboard-grid[b-3x9wblhjhf] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 1rem;
}

.dashboard-panel[b-3x9wblhjhf] {
    width: 400px;
    height: 400px;
}

.memory-list[b-3x9wblhjhf] {
    display: grid;
    grid-template-columns: 1em 10em auto;
    row-gap: 1em;
    column-gap: 1em;
}

.camera-status-indicator[b-3x9wblhjhf] {
    box-sizing: content-box;
    width: 10px;
    height: 10px;
}

.memory-allocation[b-3x9wblhjhf] {
    width: 100%;
    height: 3em;
}

.memory-allocation-bar[b-3x9wblhjhf] {
    height: 100%;
    float: left;
}

.memory-allocation .locked-memory[b-3x9wblhjhf] {
    background-color: orangered;
}

.memory-allocation .used-memory[b-3x9wblhjhf] {
    background-color: cornflowerblue;
}

.memory-allocation .free-memory[b-3x9wblhjhf] {
    background-color: lightgrey;
}

.memory-list .memory-allocation-type[b-3x9wblhjhf] {
    text-align: center;
}

.memory-list .locked-memory[b-3x9wblhjhf] {
    color: orangered;
}

.memory-list .used-memory[b-3x9wblhjhf] {
    color: cornflowerblue;
}

.memory-list .free-memory[b-3x9wblhjhf] {
    color: lightgrey;
}

.memory-list .memory-capacity[b-3x9wblhjhf] {
    color: black;
}

.memory-usage[b-3x9wblhjhf] {
    justify-self: end;
}

.network-device-list[b-3x9wblhjhf] {
    display: grid;
    grid-template-columns: 10em 7em 7em;
    row-gap: 1em;
    column-gap: 1em;
}

.camera-status-okay[b-3x9wblhjhf] {
    fill: green;
}
/* /Pages/DeviceTerminal.razor.rz.scp.css */
.terminal[b-0znj1komam] {
    background-color: black;
    color: lightgray;
    margin: 4px 4px;
    
    height: 80vh;
    
    display: grid;
    
    grid-template-rows: 1fr 2em;
}

.terminal .display-area[b-0znj1komam] {
    margin: 4px 4px;
    overflow-y: scroll;
}

.terminal .prompt input[type=text][b-0znj1komam] {
    border: none;
    background-color: transparent;
    color: lightgray;
}

.terminal .prompt input[type=text]:focus[b-0znj1komam] {
    outline: none;
}

.terminal .prompt[b-0znj1komam] {
    margin: 4px 4px;
    display: grid;
    grid-template-columns: 1em 1fr;
}

.history-entry[b-0znj1komam] {
    margin: 4px 0;
}

.command[b-0znj1komam] {
    margin-bottom: 1em;
}

.output[b-0znj1komam] {
    margin-left: 3em;
}

.progress-indicator[b-0znj1komam] {
    display: flex;
    justify-content: center;
}
/* /Pages/Sites.razor.rz.scp.css */
.divis-sites[b-1hf3haz7gy] {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
}

.divis-sites .divis-sites-navigation-panel[b-1hf3haz7gy]{
    max-width: 320px;
}

.divis-sites .divis-sites-device-panel[b-1hf3haz7gy] {
    flex-grow: 1;
    min-width: 256px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.brand[b-oj9xfbvp1u] {
    display: flex !important;
    align-items: center !important;
}

/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2drdmkoupl] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-2drdmkoupl] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-2drdmkoupl] {
    font-size: 1.1rem;
}

.oi[b-2drdmkoupl] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-2drdmkoupl] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-2drdmkoupl] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2drdmkoupl] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2drdmkoupl]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-2drdmkoupl]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-2drdmkoupl]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-2drdmkoupl] {
        display: none;
    }

    .collapse[b-2drdmkoupl] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-2drdmkoupl] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /UiComponents/Dialogs/DivisDeviceUpdateDialog.razor.rz.scp.css */
.update-dialog-content[b-rogjr941bu] {
    display: grid;
    width: 100%;
    grid-template-columns: 200px 1fr;
    column-gap: 2em;
}

.system-partition-status[b-rogjr941bu] {
    grid-column-start: 1;
    justify-self: center;
    width: 200px;
}

.updater[b-rogjr941bu] {
    grid-column-start: 2;
    justify-self: center;
    width: 100%;
}

.system-partition-display[b-rogjr941bu] {
    display: grid;
    grid-template-columns: 1fr 1fr 10px 10px;
    grid-template-rows: auto;
    column-gap: 1em;
    row-gap: 1em;
}

.partition-id[b-rogjr941bu] {
    grid-column-start: 1;
    justify-self: center;
}

.system-version[b-rogjr941bu] {
    grid-column-start: 2;
    justify-self: center;
}

.active-partition-marker[b-rogjr941bu] {
    grid-column-start: 3;
    justify-self: center;
    align-self: center;
    background-color: green;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}

.next-partition-marker[b-rogjr941bu] {
    grid-column-start: 4;
    justify-self: center;
    align-self: center;
    background-color: RoyalBlue;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}
/* /UiComponents/Dialogs/WizardSteps/DivisDeviceRegistration.razor.rz.scp.css */
[b-gqy76wht35] .waiting {
    color: #D3D3D3;
}
/* /UiComponents/DivisLogView.razor.rz.scp.css */
.divis-log-table[b-mrm9o21j9l] {
    height: 100%;
}

[b-mrm9o21j9l].divis-log-table .mud-table-container {
    /**
     * The height is constructed by the site height (100%) minus the toolbar (--mud-appbar-height) and 
     * pager content (52px).
     */
    height: calc(100% - var(--mud-appbar-height) - 52px);
}

[b-mrm9o21j9l] .mud-data-grid {
    height: 100%;
}
/* /UiComponents/SiteManagement/DivisDeviceGrid.razor.rz.scp.css */
[b-9db5384fvv] .divis-device-grid, .divis-device-grid[b-9db5384fvv] {
    height: 100%; 
    background: none;
}

[b-9db5384fvv] .divis-floating-action-button {
    position: fixed; 
    right: 64px;
    bottom: 64px;
    z-index: var(--mud-zindex-drawer);
}

[b-9db5384fvv] .divis-device-grid .divis-device-tile-container {
    width: 100%;
}

.divis-site-header[b-9db5384fvv] {
    height: 64px;
}
/* /UiComponents/SiteManagement/DivisDeviceTile.razor.rz.scp.css */
[b-9tyjk6zu4d] .divis-device-panel-description .mud-expand-panel-header {
    padding: 0px;
    min-height: 0;
}

.divis-device-tile[b-9tyjk6zu4d] {
    height: 100%;
}

.divis-device-tile .divis-card-header[b-9tyjk6zu4d] {
    display: flex;
    justify-content: start;
}

.divis-device-tile .divis-card-header .divis-headlines[b-9tyjk6zu4d] {
    display: flex;
    flex-direction: column;
}
/* /UiComponents/SiteManagement/DivisSiteNavigationList.razor.rz.scp.css */
[b-lcj7hf8ddf] .mud-expand-panel-header {
    padding: 16px;
}
/* /UiComponents/SiteManagement/DivisSiteNavigationPanel.razor.rz.scp.css */
[b-526ctgf1j4] .list-btn {
    width: 100%;
}

[b-526ctgf1j4] .list-item .mud-list-item-text > span {
    display: block;
    width: 100%;
}

[b-526ctgf1j4] .list-item, [b-526ctgf1j4] .mud-list-item-text, [b-526ctgf1j4] .mud-list-item, [b-526ctgf1j4] .mud-button-root {
    margin: 0;
}

.divis-site-navigation-paper[b-526ctgf1j4] {
    overflow: auto;
}
