@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* _content/Repuestos24hs/Pages/Catalogo/ArticulosPorDesignacion.razor.rz.scp.css */

/* _content/Repuestos24hs/Pages/Catalogo/ArticulosPorMedidas.razor.rz.scp.css */

/* cabecera de la busqueda por medidas----------------------------------*/
.medidasCabecera[b-3jh67t0enu]

{
    display: grid;
    padding: 10px;
    background-color: aliceblue;
    grid-template-columns: auto 200px;
    grid-template-rows: 30px auto auto;
    align-content: start;
}

.medidasCabeceraTitulo[b-3jh67t0enu] {
   /* background-color: crimson;*/
    grid-column: 1/2;
    grid-row: 1/2;
}

.medidasCabeceraSelects[b-3jh67t0enu] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width:100%;
   /* background-color: springgreen;*/
    grid-column: 1/2;
    grid-row: 2/3;
}

.btnBuscarMedidas[b-3jh67t0enu] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
   /* background-color:  blueviolet;*/
}

.medidasCabeceraImgSubRubro[b-3jh67t0enu] {
    grid-column: 2/3;
    grid-row: 1/4;
   /* background-color: orangered;*/
    margin: 0 auto;
}

.imgSubRubro[b-3jh67t0enu] {
    width: 100%;
    height: 100%;
}

.medidasCabeceraInputs[b-3jh67t0enu] {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    grid-column: 1/2;
    grid-row: 3/4;
   /* background-color: burlywood;*/
}

.tituloMedida[b-3jh67t0enu] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 70px;
    width: 100%;
    background-color: khaki;
    border: 2px solid;
    padding: 2px;
    margin: 8px;
}

.valorMedida[b-3jh67t0enu] {
    text-align: center;
    width: 100%;
    padding: 2px;
}



/* mediaquerys------------------------------------------------------------ */
@media (max-width: 768px) {
    .medidasCabecera[b-3jh67t0enu] {
        display: block;
    }

    .medidasCabeceraSelects[b-3jh67t0enu] {
    flex-direction: column;
    justify-content: center;
    /*background-color: yellow;*/
       
    }

    .btnBuscarMedidas[b-3jh67t0enu] {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        /*background-color:  chocolate;*/
    }
    .medidasCabeceraInputs[b-3jh67t0enu] {
    /*    display:flex;*/
        flex-direction:column;
        justify-content: center;
       /* background-color:  darkgoldenrod;*/
    }

    .tituloMedida[b-3jh67t0enu] {
        /*display: flex;*/
        flex-direction: row;
        
        width: 100%;
        background-color: orange;
        border: 2px solid;
        padding: 2px;
        margin: 8px;
    }

    .tituloMedida label[b-3jh67t0enu] {
        width: 50%;
        text-align:center; 
    }
    .tituloMedida input[b-3jh67t0enu] {
        width: 50%
    }

}

/* _content/Repuestos24hs/Pages/Catalogo/CatalogoAplicaciones.razor.rz.scp.css */
.container[b-fiviesj215] {
    padding: 10px;
    background-color: aliceblue;
    display: flex;
    flex-direction: column;
}

.filtro[b-fiviesj215] {
    display: flex;
    flex-wrap:wrap;
    flex-direction:column;
    align-items: baseline;
    height: auto;

}

table[b-fiviesj215] {
    border-collapse: collapse;

}

td[b-fiviesj215], th[b-fiviesj215] {
    padding: 5px 10px;
    
}








@media (max-width: 575px){   /* celular*/
    table tr[b-fiviesj215] {
        display:flex;
        flex-direction: column;
        border: 1px solid grey;
        padding: 1em;
        margin-bottom: 1em;
    } 

   /* seleccionamos las td que tengan el atributo data-titulo*/
    table td[data-titulo][b-fiviesj215] {
        display:flex;
    }

    /*a las td que contengan el atributo data-titulo le ponemos antes
    el contenido de content*/
    table td[data-titulo][b-fiviesj215]::before {
        content: attr(data-titulo);
        font-weight:bold;
        font-size: small;
        color:grey;
        width:110px;

    }

    /*no mostramos la cabecera en pantalla chica*/
    table thead[b-fiviesj215] {
        display: none;
    }

    .filtro[b-fiviesj215] {
        display: block;
        width:100%;

        /*flex-wrap: wrap;
        align-items: baseline;*/
        /*width: 100%;*/
        background-color:blueviolet;
        font-size: large;
    }


}

/* _content/Repuestos24hs/Shared/MainLayout.razor.rz.scp.css */
.page[b-nvd79j2cet] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-nvd79j2cet] {
    flex: 1;
}

.sidebar[b-nvd79j2cet] {
    background: #2b5876; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4e4376, #2b5876); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4e4376, #2b5876); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.top-row[b-nvd79j2cet] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-nvd79j2cet]  a, .top-row .btn-link[b-nvd79j2cet] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-nvd79j2cet] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-nvd79j2cet] {
        display: none;
    }

    .top-row.auth[b-nvd79j2cet] {
        justify-content: space-between;
    }

    .top-row a[b-nvd79j2cet], .top-row .btn-link[b-nvd79j2cet] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-nvd79j2cet] {
        flex-direction: row;
    }

    .sidebar[b-nvd79j2cet] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-nvd79j2cet] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-nvd79j2cet], article[b-nvd79j2cet] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Repuestos24hs/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6jsuwhsb0p] {
    background-color:  cornflowerblue;
}

.top-row[b-6jsuwhsb0p] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6jsuwhsb0p] {
    font-size: 1.1rem;
}

.oi[b-6jsuwhsb0p] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-6jsuwhsb0p] {
    font-size: 0.7rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6jsuwhsb0p] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6jsuwhsb0p] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6jsuwhsb0p]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-6jsuwhsb0p]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-6jsuwhsb0p]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.rotar[b-6jsuwhsb0p] {
    transform: rotate(180deg);
    transition: all .3s   ease-in-out;
}
.rotar-inv[b-6jsuwhsb0p] {
    transition: all .3s ease-in-out ;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6jsuwhsb0p] {
        display: none;
    }

    .collapse[b-6jsuwhsb0p] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
