/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.page[b-rml34p77g3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rml34p77g3] {
    flex: 1;
}

    main > article[b-rml34p77g3] {
        margin-top: 30px;
    }

.sidebar[b-rml34p77g3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #255a0c 70%);
    background-size: 200px;
}

.top-row[b-rml34p77g3] {
    background-color: red;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rml34p77g3]  a, .top-row[b-rml34p77g3]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-rml34p77g3]  a:hover, .top-row[b-rml34p77g3]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-rml34p77g3]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .top-row.auth[b-rml34p77g3] {
        background-color: white;
    }

/*.version {
    position: absolute;
    bottom: 5px;
    left: 5px;
    color: white;
    font-size: 9pt;
}*/

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-rml34p77g3] {
        display: none;
    }

    .top-row.auth[b-rml34p77g3] {
        justify-content: space-between;
    }

    .top-row[b-rml34p77g3]  a, .top-row[b-rml34p77g3]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-rml34p77g3] {
        flex-direction: row;
    }

    .sidebar[b-rml34p77g3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rml34p77g3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-rml34p77g3]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-rml34p77g3], article[b-rml34p77g3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/*#region Menu */

.navbar-toggler[b-rml34p77g3] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-rml34p77g3] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-rml34p77g3] {
    margin:0;
    padding:0;
    font-size: 0.8rem;
    text-align:center;
}

.oi[b-rml34p77g3] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-rml34p77g3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-rml34p77g3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-rml34p77g3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-rml34p77g3]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-rml34p77g3]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-rml34p77g3]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-rml34p77g3] {
        display: none;
    }

    .collapse[b-rml34p77g3] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-rml34p77g3] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}


/*#endregion */

/* Original */


.btn-primary[b-rml34p77g3] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-rml34p77g3] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-rml34p77g3] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-rml34p77g3] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

footer[b-rml34p77g3] {
    border-top: 1px solid #d6d5d5 !important ;
    background-color:white;
}
.footer[b-rml34p77g3] {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0px;
    white-space: nowrap;
    line-height: 60px;
}

    .footer .container[b-rml34p77g3] {
        text-align: center;
        margin-right: 700px;
    }

@media (max-width: 948px) {
    .footer[b-rml34p77g3] {
        display: none;
    }
}
