﻿.alpha-root-content {
}

.alpha-mobile-root-content {
    margin-bottom: calc(var(--mud-appbar-height) - var(--mud-appbar-height)/8);
}

.alpha-mobile-root-dense-content {
    margin-bottom: calc(var(--mud-appbar-height) - var(--mud-appbar-height)/4);
}

@media(min-width:600px) {
    .alpha-mobile-root-content {
        margin-bottom: var(--mud-appbar-height);
    }

    .alpha-mobile-root-dense-content {
        margin-bottom: calc(var(--mud-appbar-height) - var(--mud-appbar-height)/4);
    }
}

.mud-appbar.alpha-mobile-appbar {
    background-color: var(--mud-palette-background);
    color: var(--mud-palette-text-primary);
}

.alpha-busy {
    padding-top: var(--mud-appbar-height);
    position: fixed;
    width: 100%;
    z-index: var(--mud-zindex-appbar);
}

.alpha-dense-busy {
    padding-top: calc(var(--mud-appbar-height) - var(--mud-appbar-height)/4);
    position: fixed;
    width: 100%;
    z-index: var(--mud-zindex-appbar);
}

.alpha-mobile-busy {
    position: fixed;
    width: 100%;
    z-index: var(--mud-zindex-appbar);
}

.alpha-content {
    min-height: calc(100vh - var(--mud-appbar-height));
}

.alpha-dense-content {
    min-height: calc(100vh - var(--mud-appbar-height) + var(--mud-appbar-height)/4);
}

#alpha-dashboard-content.alpha-content {
    /*margin-left: 24px;*/
}

#alpha-dashboard-content.alpha-dense-content {
    /*margin-left: 24px;*/
}

.mud-main-content.fixed {
    z-index: var(--mud-zindex-appbar);
}

.bd-main-content {
    background: var(--mud-palette-background-gray);
}