/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-vv4fvb6jc4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vv4fvb6jc4] {
    flex: 1;
}

.top-row[b-vv4fvb6jc4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vv4fvb6jc4]  a, .top-row[b-vv4fvb6jc4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-vv4fvb6jc4]  a:hover, .top-row[b-vv4fvb6jc4]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-vv4fvb6jc4]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-vv4fvb6jc4] {
        justify-content: space-between;
    }

    .top-row[b-vv4fvb6jc4]  a, .top-row[b-vv4fvb6jc4]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vv4fvb6jc4] {
        flex-direction: row;
    }

    .sidebar[b-vv4fvb6jc4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vv4fvb6jc4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-vv4fvb6jc4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-vv4fvb6jc4], article[b-vv4fvb6jc4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5mdd4s4tw5] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-5mdd4s4tw5] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5mdd4s4tw5] {
    font-size: 1.1rem;
}

.bi[b-5mdd4s4tw5] {
    display: inline-block;
    position: relative;
    width: 1.50rem;
    height: 1.50rem;
    margin-right: 0;
    top: -0.75rem;
    background-size: cover;
}


.nav-item[b-5mdd4s4tw5] {
    margin-top:3px;
    font-size: 0.9rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px dotted #575757;
}

    .nav-item:first-of-type[b-5mdd4s4tw5] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5mdd4s4tw5] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5mdd4s4tw5]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

/*.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.10);
    color: white;
}*/

.nav-item[b-5mdd4s4tw5]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5mdd4s4tw5] {
        display: none;
    }

    .collapse[b-5mdd4s4tw5] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-5mdd4s4tw5] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Tpv01/ListaUsuariosActivos.razor.rz.scp.css */
*[b-0s2ry1fm5q] {
    margin: 0;
    padding: 0;
    border: 0;
}


.picImagePhoto[b-0s2ry1fm5q] {
    border: 1px solid white;
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    border-radius: 50%;
    overflow:clip;
}

.usr-row[b-0s2ry1fm5q] {
    border: 1px solid #bdbdbd;
    border-radius: 7px;
    margin: 7px;
    display: flex;
    cursor: pointer;
    padding: 5px;
}

    .usr-row:hover[b-0s2ry1fm5q] {
        color: black;
        background-color: #FBAB7E;
        background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 60%);
    }
/* /Pages/Tpv01/PuntoVenta00.razor.rz.scp.css */

.T01PV-layout[b-rwxcp9kbms] {
}

.tpv-btn-none[b-rwxcp9kbms] {
    width: 200px;
    border: 1px solid #EBEBEB;
    border-radius: 3px;
    margin: 0 5px 15px;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}

.tpv-btn[b-rwxcp9kbms] {
    width: 200px;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    margin: 0 5px 15px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    padding: 5px;
    background-color: darkseagreen;
    color: aliceblue;
}

    .tpv-btn:hover[b-rwxcp9kbms] {
        background-color: #e76d2c;
        background-image: linear-gradient(315deg, #e76d2c 0%, #FFA500 74%);
        color: maroon;
    }

.tpv-btn-help[b-rwxcp9kbms] {
    background-color: steelblue;
    color: aliceblue;
}
/* /Pages/Tpv01/PuntoVenta01.razor.rz.scp.css */

.T01PV-layout[b-6df2w61bes] {

}
.tpv-btn-none[b-6df2w61bes] {
    width: 200px;
    border: 1px solid #EBEBEB;
    border-radius: 3px;
    margin: 0 5px 15px;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}
.tpv-btn[b-6df2w61bes] {
    width: 200px;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    margin: 0 5px 15px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    padding: 5px;
    background-color: darkseagreen;
    color: aliceblue;
}

    .tpv-btn:hover[b-6df2w61bes] {
        background-color: #e76d2c;
        background-image: linear-gradient(315deg, #e76d2c 0%, #FFA500 74%);
        color: maroon;
    }

.tpv-btn-help[b-6df2w61bes]{
    background-color: steelblue;
    color: aliceblue;
}
