@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

* {
    box-sizing: border-box;
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;

}




input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    }

.w_fila_master::-webkit-scrollbar {
    -webkit-appearance: none;
}

.w_fila_master::-webkit-scrollbar:vertical {
    width:7px;
}

.w_fila_master::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
} 

.w_fila_master::-webkit-scrollbar:horizontal {
    height: 10px;
}

.w_fila_master::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.w_fila_master::-webkit-scrollbar-track {
    border-radius: 10px;  
}

.w_form_busq {
    width: 100%;
    height: 1.5em;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 3px 0px 3px 0px;
    
}

.w_texto_busq {
    width: calc(100% - 110px);
    padding: 2px 0px 2px 5px;
    font-size: 14px;
    border-radius: 5px;
 
}

.w_boton_busq {
    width: 100px;
    padding: 2px;
    font-size: 1em;
    border-radius: 5px;
    background-color: #ff7e00;
    color: whitesmoke;
}

.w_texto_hidden {
visibility: hidden;
 
}




/* -------------------cabecera---------------------- */
body {
    background-color: #797979;
    height: 99%;
}

.web {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 100%;
    max-width: 1140px;
 
}



.w_titulo_opcion_dos {
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  
}

.w_text_titulo {
    font-size: 1.5em;
    color: #00446A;
    font-weight: bold;
}

.w_valores {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}



.w_val_sub , .w_val_igv, .w_val_des {
    font-size: 1em;
    color: #797979;
    width: 100px;
    text-align: right;
}

.w_val_total {
    font-size: 1.5em;
    color: #00446A;
    text-align: right;
    width: 150px;
    font-weight: bold;
}




.w_contenedor {
    height: 80vh;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;

}


.w_cab {
    background-color: #00446A;
    width: 380px;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.abajo {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.abajo > div {
    width: 48%;
    height: auto;
}

.w_grabar {
    background-color: green;
    width: 100%;
    color: whitesmoke;
    font-size: 1em;
    padding: 5px;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;

}

.w_salir {
    background-color: red;
    width: 100%;
    color: whitesmoke;
    font-size: 1em;
    padding: 5px;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
}

.w_det {
    width: calc(100% - 390px);
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.w_tit_columnas {
    width: 100%;
    height: 3em;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background-color: #00446A;
    color: whitesmoke;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
}

.w_tit_column_left {
    display: flex;
    flex-wrap: nowrap;
}

.w_sec {
    width: 30px;
    text-align: left;
}

.w_codigo, .w_eqv {
    width: 100px;
    text-align: left;
}

.w_cantidad, .w_precio, .w_dscto, .w_total {
    width: 100px;
    text-align: right;
    
}

.w_action {
    margin-left: 20px;
    width: 80px;
    text-align: center;
}



.w_tit_column_right {
    display: flex;
    flex-wrap: nowrap;
}

.w_tit_column_right > div {
    width: 80px;
    text-align: right;
}





/* Detalle */

.w_fila_master {
    width: 100%;
    height: calc(100% - 3em);
    overflow-y: scroll;
    background-color: whitesmoke;
}
.linea {
    width: 100%;
    height: 0.5px;
    border-width: 1px;
    border-color: #00446A;
    border-style: dashed;
    background-color: whitesmoke;

}



.w_fila {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 5px 10px 5px 10px;
    background-color: whitesmoke;
}


.w_fila_left {
    display: flex;
    flex-wrap: nowrap;
    background-color: whitesmoke;
}

.w_fila_left > input {
    background-color: whitesmoke;
}



.w_num_sec {
    width: 30px;
    text-align: left;
}

.w_codigo_det, .w_eqv_det {
    width: 100px;
    text-align: left;
}

.w_cantidad_det, .w_precio_det, .w_dscto_det, .w_total_det {
    width: 80px;
    text-align: right;
    background-color: whitesmoke;
    font-weight: bold;
}

.w_boton_editar {
    margin-left: 20px;
    border-radius: 10px;
    padding: 5px;
    width: 80px;
    height: auto;
    text-align: center;
    background-color: #ff7e00;
    color: whitesmoke;
}


.w_fila_right {
    display: flex;
    flex-wrap: nowrap;
    background-color: whitesmoke;
}



.w_descripcion_det {
    width: 100%;
    padding-left: 40px;
    background-color: whitesmoke;
}
