@import '_content/Veles.Web.Client.UI/Veles.Web.Client.UI.8bm4cjsjay.bundle.scp.css';
@import '_content/Veles.Web.Common.Blazor/Veles.Web.Common.Blazor.hi0vb9hac3.bundle.scp.css';

/* /Components/Layouts/MainLayout.razor.rz.scp.css */
layout[b-im7d1oreh1] {
    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-im7d1oreh1] {
    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-im7d1oreh1] {
    position: relative;
    height: 50px;
    line-height: 50px;
    background-color: black;
}

    header.development[b-im7d1oreh1] {
        background-color: darkblue;
    }

    header.local[b-im7d1oreh1] {
        background-color: darkred;
    }

    header.training[b-im7d1oreh1] {
        background-color: slategrey;
    }

    header.production[b-im7d1oreh1] {
        background-color: black;
    }

footer[b-im7d1oreh1] {
    position: relative;
    grid-area: footer;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding-left: 50px;
    padding-right: 50px;
    color: white;
}

    footer.development[b-im7d1oreh1] {
        background-color: darkblue;
    }

    footer.local[b-im7d1oreh1] {
        background-color: darkred;
    }

    footer.training[b-im7d1oreh1] {
        background-color: slategrey;
    }

    footer.production[b-im7d1oreh1] {
        background-color: black;
    }
/* /Components/Pages/About.razor.rz.scp.css */
p[b-0uwpaoob11] {
    font-size: 20px;
}
/* /Components/Pages/Components/UsersHome.razor.rz.scp.css */
.content[b-u4cok7bayd] {
    display: flex;
    gap: 20px;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

    .content div[b-u4cok7bayd] {
        display: inline-block;
    }
/* /Components/Pages/Manual/HelpLayout.razor.rz.scp.css */
.content[b-9mauy3up1r] {
    width: 1024px;
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 20px;
}
/* /Components/Pages/Manual/Shared/ImageScreen.razor.rz.scp.css */
img[b-qgyz5sm5jz] {
    max-width: 700px
}
/* /Components/Pages/Manual/Shared/Note.razor.rz.scp.css */
div[b-dcm01v46j8] {
    font-size: 11px;
}
/* /Components/Shared/HeaderBar.razor.rz.scp.css */
.panel[b-3tmgbxanh9] {
    display: flex;
    gap: 35px;
    padding-left: 50px;
    padding-right: 50px;
}

.group[b-3tmgbxanh9] {
    display: inline-block;
}
/*
.delimiter {
    margin-right: auto;
}
*/
.right[b-3tmgbxanh9] {
    margin-left: auto;
}
/* /Components/Shared/LoginOrOut.razor.rz.scp.css */
a.no-visited:visited[b-bbo0r7g2e3] {
    color: white;
}
