/* _content/justtime.webolap.2025/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-tgj1kdqhit] {
    color-scheme: light only;
    background: red;
    color:white;
    font-weight:bolder;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-tgj1kdqhit] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/justtime.webolap.2025/Components/Pages/Pivot-Analysis.razor.rz.scp.css */
*[b-f889hcj7t5] {
    box-sizing: border-box;
}

.olap-container[b-f889hcj7t5] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height:600px;
}

.olap-topnav[b-f889hcj7t5] {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: black;
    color: white;
    height: 35px;
    align-items:center;
}

    .olap-topnav .open[b-f889hcj7t5] {
        font-size: 35px;
        cursor: pointer;
        margin-top: 5px;
    }

    .olap-topnav .panel-izquierdo[b-f889hcj7t5] {
        margin: 0;
        display: flex;
        flex-direction: column;
        width:250px;
    }
    .olap-topnav .panel-centro[b-f889hcj7t5] {
        display: flex;
        flex: 1;
        align-items: center;
    }
    .olap-topnav .panel-centro .reporte[b-f889hcj7t5] {
        margin-right:50px;
    }
    .olap-topnav .panel-centro .boton[b-f889hcj7t5] {
        margin-right:5px;
    }

    .olap-topnav .panel-derecho[b-f889hcj7t5] {
        display: flex;
        flex-direction: column;
        width:auto;
    }

        .olap-topnav .panel-derecho .titulo[b-f889hcj7t5] {
            font-size: 20px;
        }

        .olap-topnav .panel-derecho .catalogo[b-f889hcj7t5] {
            font-size: 10px;
        }


.nav-container[b-f889hcj7t5] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

    .nav-container .nav-header[b-f889hcj7t5] {
        display: flex;
        flex-direction: row;
        background-color: black;
        color: white;
        padding: 0px 10px;
        border-radius: 10px;
        margin: 0px 5px 5px 5px;
        text-transform: uppercase;
        height: 35px;
        vertical-align: middle;
    }

        .nav-container .nav-header .titulo[b-f889hcj7t5] {
            padding: 5px;
            font-size: 14px;
            margin: 0;
        }

        .nav-container .nav-header .close[b-f889hcj7t5] {
            position: absolute;
            right: 20px;
            font-size: 20px;
            font-weight: 900;
            cursor: pointer;
        }

    .nav-container .nav-body[b-f889hcj7t5] {
        display: flex;
        position: relative;
        background-color: black;
        color: white;
        border-radius: 10px;
        height: 100%;
        width: 100%;
        padding: 5px;
    }

        .nav-container .nav-body .nav-reportes[b-f889hcj7t5] {
            width: calc(100% - 10px);
        }
            .nav-container .nav-body .nav-reportes .nav-reporte[b-f889hcj7t5]{
                margin-top:5px;
            }

            .nav-container .nav-body .nav-nuevo[b-f889hcj7t5] {
                display: flex;
                position: absolute;
                bottom: 10px;
                width: calc(100% - 10px);
            }
