@import '_content/Babylon.Blazor/Babylon.Blazor.bundle.scp.css';
@import '_content/Blazor3D/Blazor3D.bundle.scp.css';

/* _content/BlazorApp1/Shared/MainLayout.razor.rz.scp.css */
.page[b-45rkf8v3vv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-45rkf8v3vv] {
    flex: 1;
    height: 100vh;
    position: relative;
}

.sidebar[b-45rkf8v3vv] {
    background-image: linear-gradient(180deg, rgb(78,78,78) 0%, #aaaaaa 70%);
}



.top-row[b-45rkf8v3vv] {
    background-color: #b5a38f;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}


.top-bar[b-45rkf8v3vv] {
    /*background-color: rgb(78,78,78);*/
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    z-index: 1;
    padding: 10px 0px 10px 0px;
/*    position: -webkit-sticky;
    position: sticky;*/
    top:0;
}

    .top-row[b-45rkf8v3vv]  a, .top-row .btn-link[b-45rkf8v3vv] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-45rkf8v3vv] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

a[b-45rkf8v3vv] {
    text-decoration: none;
}



.page-footer[b-45rkf8v3vv] {
    background-color: #b5a38f;
    vertical-align: top;
}

.page-footer table[b-45rkf8v3vv] {
    display: table;
    width: 100%;
}

.page-footer td[b-45rkf8v3vv] {
    padding: 15px;

}

.page-footer a[b-45rkf8v3vv] {
    text-decoration: none;
    color: black;
}

.footer1:last-child[b-45rkf8v3vv] {
    margin-right: 0;
}

.rz-datatable-thead th[b-45rkf8v3vv], .rz-grid-table thead th[b-45rkf8v3vv] {
    background-color: red;
}

.oi[b-45rkf8v3vv] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
    color:black;
}



    @media (max-width: 640.98px) {
        .top-row:not(.auth)[b-45rkf8v3vv] {
            display: none;
        }

        .top-row.auth[b-45rkf8v3vv] {
            justify-content: space-between;
        }

        .top-row a[b-45rkf8v3vv], .top-row .btn-link[b-45rkf8v3vv] {
            margin-left: 0;
        }
    }

    @media (min-width: 641px) {
        .page[b-45rkf8v3vv] {
            flex-direction: row;
        }

        .sidebar[b-45rkf8v3vv] {
            width: 250px;
            height: 100vh;
            position: sticky;
            top: 0;
        }

        .top-row[b-45rkf8v3vv] {
            position: sticky;
            top: 0;
            z-index: 1;
        }

        .main > div[b-45rkf8v3vv] {
            padding-left: 2rem !important;
            padding-right: 1.5rem !important;
        }
    }
