/* _content/IMetrologie_Portal/Shared/MainLayout.razor.rz.scp.css */
.page[b-jetnpjwc8f] {
    position: relative;
    display: flex;
    flex-direction: column;
    /*Code I added - Start*/
   /* max-height: 70%;
    overflow-y: auto;*/
    /*Code I added - End*/
}

main[b-jetnpjwc8f] {
    flex: 1;
    /*Code I added - Start*/
    /*overflow-y: auto;*/
    /*Code I added - End*/
}

.userInfo[b-jetnpjwc8f]
{
    color: white;
}


@media (max-width: 749.98px) {



    .userInfo[b-jetnpjwc8f] 
    {
        display: none;
    }
}

@media (min-width: 750px) 
{

    .userInfo[b-jetnpjwc8f] 
    {
        display: block;
    }
}


.sidebar[b-jetnpjwc8f] 
{
    /* background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); */

     background-color: #082F61;
}

.page-footer[b-jetnpjwc8f] 
{
    background-color: var(--com-bg2);
    border-top: 1px solid lightgray;
    border-bottom: 2px solid lightgray;
    border-radius: 5px 5px 0px 0px;
    position: fixed;
    bottom: 0;
    color: white;
    text-align: right;
    width: 100%;
    font-size: smaller;
    font-style: oblique;
}

.top-row[b-jetnpjwc8f] {
    background-color: #082F61;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: 8.0rem;

    /*Code I added - Start*/
   /* max-height: 8.0rem;*/
    /*Code I added - End*/


    display: flex;
    align-items: center;
}

    .top-row[b-jetnpjwc8f]  a, .top-row .btn-link[b-jetnpjwc8f] 
    {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-jetnpjwc8f] 
    {
        overflow: hidden;
        text-overflow: ellipsis;
    }


/*Code I added - Start*/
./*bottom-row {
    background-color: #f7f7f7;
    border-top: 1px solid #d6d5d5;
    height: 3.5rem;
    max-height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: fixed;
    bottom: 0;
    width: 100vw;
}*/

    /*Select all a elements where parent is a .bottom-row*/
    /*.bottom-row > a {
        display: flex;
        color: rgb(33, 37, 41);*/
        /*color and text-decor used to not show it as link*/
        /*text-decoration: none;*/
        /*fontsize is the same copied from navbar-brand style inside NavMenu.razor.css*/
        /*font-size: 1.1rem;
    }*/

/*Optionally this selector will also work: main article.content*/
/*main > .content {*/
    /*7rem comes from adding 3.5rem of top-row and 3.5rem of bottom-row*/
    /*height: calc(100vh - 7rem);
    max-height: calc(100vh - 7rem);
    overflow-y: auto;
}*/
/*Code I added - End*/



@media (max-width: 640.98px)[b-jetnpjwc8f] 
{
    

    .top-row:not(.auth) 
    {
        display: none;
    }

    .top-row.auth[b-jetnpjwc8f] 
    {
        justify-content: space-between;
    }

    .top-row a[b-jetnpjwc8f], .top-row .btn-link[b-jetnpjwc8f] 
    {
        margin-left: 0;
    }

    /*Code I added - Start*/
    /*.page main {
        display: flex;
        flex-direction: column;
        padding-bottom: 8.0rem;
    }

        .page main .top-row {
            flex: 0 0 8.0rem;
        }*/
    /*Code I added - End*/


}

@media (min-width: 641px) 
{

    .page[b-jetnpjwc8f] 
    {
        flex-direction: row;
    }

    .sidebar[b-jetnpjwc8f] 
    {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }


    /*Code I added - Start*/
   /* .bottom-row {
        left: 250px;
        width: calc(100vw - 250px);
        justify-content: flex-end;
    }*/
    /*Code I added - End*/

    .top-row[b-jetnpjwc8f] 
    {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-jetnpjwc8f], article[b-jetnpjwc8f] 
    {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/IMetrologie_Portal/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggle[b-m0rcedby5o] 
{
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-m0rcedby5o] 
{
    height: 3.5rem;
    background-color: #082F61;
}


.headerLittle[b-m0rcedby5o] 
{
    color: white;
}


.onlyBig[b-m0rcedby5o] 
{
   
}

.navbar-brand[b-m0rcedby5o] 
{
    font-size: 1.1rem;
}

.oi[b-m0rcedby5o] 
{
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-m0rcedby5o] 
{
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-m0rcedby5o] 
    {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-m0rcedby5o] 
    {
        padding-bottom: 1rem;
    }

    .nav-item[b-m0rcedby5o]  a 
    {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-m0rcedby5o]  a.active 
{
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-m0rcedby5o]  a:hover
{
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (max-width: 640.98px) 
{
    .onlyBig[b-m0rcedby5o] 
    {

    }
}
    



@media (min-width: 641px) 
{

    .onlyBig[b-m0rcedby5o] 
    {
        display: none;
    }

        .navbar-toggler[b-m0rcedby5o] {
            display: none;
        }

        .collapse[b-m0rcedby5o] {
            /* Never collapse the sidebar for wide screens */
            display: block;
        }

        .nav-scrollable[b-m0rcedby5o] {
            /* Allow sidebar to scroll for tall menus */
            height: calc(100vh - 3.5rem);
            overflow-y: auto;
        }
    }
