/* /Pages/Aprobaciones/NotaVentaDetalle.razor.rz.scp.css */
body[b-jwpyfvcpek] {
}

:global(.dxbl-grid .dxbl-grid-table tbody tr.dxbl-grid-focused-row:not(.dxbl-grid-touch-selection):not(.dxbl-grid-touch-selection-edge) > td:not(.dxbl-grid-empty-cell):not(.dxbl-grid-indent-cell))[b-jwpyfvcpek] {
    background-color: #e3f2fd !important;
    color: #1a237e !important;
    box-shadow: inset 0 0 0 1px #1976d2 !important;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-yhkjs7umcf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.openbtn[b-yhkjs7umcf] {
    color: #1ca5ea;
    padding-left: 2rem;
}

svg.fa-bars[b-yhkjs7umcf] {
    font-size: 30px !important;
}

#img_logo_principal[b-yhkjs7umcf]{
    padding-left: 5% !important;
    padding-right: 40px;
    cursor: pointer;
}

.botonCollapse[b-yhkjs7umcf] {
    background-color: #ffffff
}

main[b-yhkjs7umcf] {
    flex: 1;
    /*margin-left: 280px;
    padding-right: 20px;
    padding-bottom: 20px;*/
}

.sidebar[b-yhkjs7umcf] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: #ffffff;
    /*transition: width 1s;*/
    overflow-x: auto;
}

.top-navbar[b-yhkjs7umcf] {
    background-color: #1ca5ea !important;
}

.top-navbar-container[b-yhkjs7umcf] {
    display: contents !important;
}

.top-row[b-yhkjs7umcf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-yhkjs7umcf]  a, .top-row[b-yhkjs7umcf]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        
    }

        .top-row[b-yhkjs7umcf]  a:hover, .top-row[b-yhkjs7umcf]  .btn-link:hover {
            text-decoration: underline;
        }

    .top-row[b-yhkjs7umcf]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-yhkjs7umcf] {
        display: none;
    }

    .top-row.auth[b-yhkjs7umcf] {
        justify-content: space-between;
    }

    .top-row[b-yhkjs7umcf]  a, .top-row[b-yhkjs7umcf]  .btn-link {
        margin-left: 0;
    }

    .botonCollapse[b-yhkjs7umcf]{
        visibility: hidden;
    }
}

@media (min-width: 641px) {
    .page[b-yhkjs7umcf] {
        flex-direction: row;
    }
    .sidebar[b-yhkjs7umcf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
    .top-row[b-yhkjs7umcf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-yhkjs7umcf]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-yhkjs7umcf], article[b-yhkjs7umcf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }


    /*.sidebar {
        width: 280px;
        height: 70vh;
        top: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 25px;
        border: 1px solid #000000;
        overflow-x: hidden;
        top: 30px;
        left: 20px;
        position: fixed;
        z-index: 1;
    }*/
}


/************************************************************************/
/************************************************************************/
/**************************** NAV MENU **********************************/
/************************************************************************/
/************************************************************************/
*[b-yhkjs7umcf] {
    font-weight: 600 !important;
}

.openbtn[b-yhkjs7umcf]{
    padding-top: 5px;
    transition: 0.5s;
}

.NavMenu[b-yhkjs7umcf] {
    transition: visibility 0.2s linear 300ms, opacity 300ms;
}

.top-row[b-yhkjs7umcf] {
    height: 3.5rem;
    /*background-color: rgba(0,0,0,0.4);*/
}

.mud-image.object-fill.object-center.mud-elevation-25.icono-menu[b-yhkjs7umcf] {
    position: absolute !important;
    padding-top: 0.5rem;
}

.navbar-brand[b-yhkjs7umcf] {
    font-size: 12px;
}

.oi[b-yhkjs7umcf] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-yhkjs7umcf] {
    font-size: 12px;
    padding-bottom: 0.5rem;
    cursor: pointer;

}

    .nav-item .mud-nav-link-text > label[b-yhkjs7umcf] {
        cursor: pointer;
        color: #a4a4a4 !important;
    }

    .nav-item:first-of-type[b-yhkjs7umcf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-yhkjs7umcf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-yhkjs7umcf]  .mud-nav-link {
        color: #606060;
        border-radius: 4px;
        /*height: 3rem;*/
        display: flex;
        align-items: center;
        /*line-height: 3rem;*/
    }

        .nav-item[b-yhkjs7umcf]  .mud-nav-link:focus {
            background-color: rgba(210, 237, 251,0.25);
            /*color: white !important;*/
        }

        .nav-item[b-yhkjs7umcf]  .mud-nav-link:hover {
            background-color: rgba(210, 237, 251.25);
            /*color: white !important;*/
        }

        .nav-item[b-yhkjs7umcf]  .mud-nav-link:hover label {
            /*color: white !important;*/
        }


.ImgFinanzas[b-yhkjs7umcf]  button::before {
    content: url(images/torta-linea-active.png);
}

.ImgAprop[b-yhkjs7umcf]  button::before {
    content: url(images/Aprobacion.png);
}

.ImgDashboard[b-yhkjs7umcf]  .mud-nav-link::before {
    content: url(images/dashboard-active.png);
}

.ImgUsuarioMob[b-yhkjs7umcf]  .mud-nav-link::before {
    content: url(images/def_perfiles-active.png);
}

.ImgEmail[b-yhkjs7umcf]  a::before {
    content: url(images/mail-default.png);
}

.ImgConfiguracion[b-yhkjs7umcf]  .seguridad > button::before {
    content: url(images/configuracion-active.png);
}

.ImgAlarmas[b-yhkjs7umcf]  button::before {
    content: url(images/alarma-active.png);
}

.ImgGeneradorInforme[b-yhkjs7umcf]  .mud-nav-link::before {
    content: url(images/generador-de-informe-active.png);
}

.nav-item[b-yhkjs7umcf]  a:hover {
    background-color: rgba(255,255,255,0.1) !important;
    color: white;
}

.segundoNivel[b-yhkjs7umcf]  button::before {
    content: "";
}

.segundoNivel[b-yhkjs7umcf]  button:focus::before {
    content: "";
}

.ImgVentasGlob[b-yhkjs7umcf]  button::before {
    content: url(images/ventas-b-active.png);
}

.ImgValorizacionBod[b-yhkjs7umcf]  button::before {
    content: url(images/stock-active.png);
}

.ImgMargen[b-yhkjs7umcf]  button::before {
    content: url(images/margen-active.png);
}

@media (min-width: 641px) {
    .navbar-toggler[b-yhkjs7umcf] {
        display: none;
    }

    /*.collapse {
         Never collapse the sidebar for wide screens 
        display: block;
    }*/
}

@media (max-width: 641px) {
    .openbtn[b-yhkjs7umcf] {
        display: none;
    }
}

.nav-item.px-3[b-yhkjs7umcf] {
    color: #1CA5EA !important;
}

button[b-yhkjs7umcf] {
    background-color: transparent !important;
}

/*.navbar-nav.flex-grow-1 {
    background-color: #0E1752;
    width: 100%;
    margin: 0px !important;
}*/



/*.container {
    text-align: right;
}*/

.mud-nav-group * .mud-navmenu .mud-nav-item .mud-nav-link[b-yhkjs7umcf] {
    margin-bottom: 25px;
}

/*.nav-item {
    line-height: 20px !important;
    height: 40px !important;
}*/

.mud-button[b-yhkjs7umcf]{
    min-width:10px !important;
}

#ColUsuarioMobile[b-yhkjs7umcf]::before {
    content: url(images/usuarios1-default.png);
}

#ColDefUsuarios[b-yhkjs7umcf]::before {
    content: url(images/def_usuarios.png);
}

#ColDefPerfiles[b-yhkjs7umcf]::before {
    content: url(images/def_perfiles-default.png);
}

#ColConfEmail[b-yhkjs7umcf]::before {
    content: url(images/mail-default.png);
}

#ColSeguridad[b-yhkjs7umcf]::before {
    content: url(images/seguridad-default.png);
}

#ColMargen[b-yhkjs7umcf]::before {
    content: url(images/margen-default.png);
}

.BotonColapsado[b-yhkjs7umcf] {
    width: 100%;
    height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.MenuColapsado[b-yhkjs7umcf]{
    padding-top: 30px;
    display: block;
    /*height: 100vh;*/
    width: 45px;
}

.mud-nav-link-text:focus[b-yhkjs7umcf] {
    color: black !important;
}

.lblMenu[b-yhkjs7umcf] {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500 !important;
    font-size: 13px;
    /*line-height: 0px;*/
    /* identical to box height, or 0% */
    /**/
    letter-spacing: -0.42px;
    /*color: #FFFFFF;*/
    color: #1ca5ea;
}

.mud-navmenu.mud-navmenu-default .mud-nav-link.active:not(.mud-nav-link-disabled)[b-yhkjs7umcf] {
    color: #0E1752;
}

.linkPopOver[b-yhkjs7umcf] {
    font-weight: 400 !important;
    font-size: 14px;
}

.tituloPopOver[b-yhkjs7umcf] {
    color: black;
    font-weight: 500 !important;
    font-size: 16px;
}

.icoMenuColapsado[b-yhkjs7umcf] {
    padding: 5px 0px;
}

.cargando .cargando-img[b-yhkjs7umcf] {
    z-index: 999;
    width: 33px !important;
    height: 33px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}

.dx-menu-title[b-yhkjs7umcf]{
    font-weight: normal !important;
}

.mud-navmenu.mud-navmenu-default .mud-nav-link-expand-icon.mud-transform[b-yhkjs7umcf] {
    color: #1CA5EA !important;
    fill: #1CA5EA !important;
}

.mud-icon-root.mud-svg-icon.mud-inherit-text.mud-icon-size-medium.mud-nav-link-expand-icon.mud-transform[b-yhkjs7umcf] {
    color: #1CA5EA !important;
    fill: #1CA5EA !important;
}

.mud-nav-group.SubMenuAlarma.lblMenu[b-yhkjs7umcf] {
    padding-left: 20px !important;
    color: #d7d7d7 !important;
}


/*Men� Colapsado iconos*/
.ImgUsuarioMob[b-yhkjs7umcf]  button::before {
    content: url(images/def_perfiles-active.png);
}

/******** DashBoard  */

.ImgDashboard[b-yhkjs7umcf]  button::before {
    content: url(images/dashboard-active.png);
}

/*Fin Men� Colapsado*/

.SidebarButtons[b-yhkjs7umcf] {
    
}


.ImgGestionDTE[b-yhkjs7umcf]  button::before {
    content: url(images/dte-active.png);
}
/* /Shared/NavMenu.razor.rz.scp.css */
*[b-1282d86dmw]{
    font-weight: 600 !important;
}

.top-row[b-1282d86dmw] {
    height: 3.5rem;
    /*background-color: rgba(0,0,0,0.4);*/
}

.mud-image.object-fill.object-center.mud-elevation-25.icono-menu[b-1282d86dmw] {
    position: absolute !important;
    padding-top: 0.5rem;
}

.navbar-brand[b-1282d86dmw] {
    font-size: 12px;
}

.oi[b-1282d86dmw] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-1282d86dmw] {
    font-size: 12px;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-1282d86dmw] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-1282d86dmw] {
        padding-bottom: 1rem;
    }

    .nav-item[b-1282d86dmw]  a {
        color: #d7d7d7;
        border-radius: 4px;
        /*height: 3rem;*/
        display: flex;
        align-items: center;
        /*line-height: 3rem;*/
    }

        .nav-item[b-1282d86dmw]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: #1CA5EA !important;
        }

    .ImgUsuarioMob[b-1282d86dmw]  a.active::before {
        content: url(images/usuarios1-active.png);
    }

    .ImgUsuarioMob[b-1282d86dmw]  a::before {
    content: url(images/usuarios1-default.png);
}

.ImgEmail[b-1282d86dmw]  a.active::before {
    content: url(images/mail-active.png);
}

.ImgEmail[b-1282d86dmw]  a::before {
    content: url(images/mail-default.png);
}

.ImgSeguridad[b-1282d86dmw]  button::before {
    content: url(images/seguridad-default.png);
}

.ImgSeguridad[b-1282d86dmw]  button:focus:before {
    content: url(images/seguridad-active.png);
}

.mud-navmenu.mud-navmenu-default .mud-nav-link.active[b-1282d86dmw] {
    color: red !important;
    content: url(images/def_usuarios-active.png) !important;
}

.nav-item[b-1282d86dmw]  a:hover {
    background-color: rgba(255,255,255,0.1) !important;
    color: white;
}

@media (min-width: 641px){
    .navbar-toggler[b-1282d86dmw] {
        display: none;
    }

    /*.collapse {
         Never collapse the sidebar for wide screens 
        display: block;
    }*/
}

.nav-item.px-3[b-1282d86dmw] {
    color: #1CA5EA !important;
}

button[b-1282d86dmw]{
    background-color: transparent !important;
}

/*.navbar-nav.flex-grow-1 {
    background-color: #0E1752;
    width: 100%;
    margin: 0px !important;
}*/



/*.container {
    text-align: right;
}*/

.mud-nav-group * .mud-navmenu .mud-nav-item .mud-nav-link[b-1282d86dmw] {
    margin-bottom: 25px;
}

/*.nav-item {
    line-height: 20px !important;
    height: 40px !important;
}*/

.nav-item a[b-1282d86dmw]::after{
    content: "Hola";
}

.mud-nav-item.mud-ripple.ColUsuarioMobile a[b-1282d86dmw]::before {
    content: "Hola";
}
/* /Shared/SortableList.razor.rz.scp.css */
/* 
  you need the ::deep identifier if you are using scoped styles like this
  because scoped styles are only applied to markup in the component, not
  to the markup inside the render fragment.
*/

[b-49kwb1wgwd] .sortable-ghost {
  visibility: hidden;
}

[b-49kwb1wgwd] .sortable-fallback {
  opacity: 1 !important
}
