.contenedor_tablas_tinga{
    max-height: 60vh;
    overflow: auto;
}
.contenedor_tablas_tinga_carga_tarjeta{
    height: 50vh;
}
.div_mensaje_alerta_tinga{
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: transparent;
    justify-content: center;
    align-items: center;
}
.div_mensaje_alerta_tinga>div{
    background-color: white;
    border: solid 1px;
    min-width: 10vw;
    min-height: 10vh;
    max-width: 50vw;
    padding: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert{
    top: 5.1vw;
    position: absolute;
    background-color: white;
    z-index: 99999;
}
.alert-success{
    background-color: green;
    color: white;
}
.alert-error{
    background-color: red;
    color: white;
}

.tablas_tinga .row{
    width: 100%;
}

.cont_boton_resumen_tabla button{
    background-color: transparent;
    color: white;
    border: none;
    width: 4vw;
    cursor: pointer;
}
.cont_item_dato_resumen_tabla{
    /* width: 100%; */
    width: 85%;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    display: flex;
}
.p_item_dato_resumen_tabla_titulo{
     box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
     border-radius: 8px;
     background-color: #f1f3f4;
     width: 50%;
     height: 100%;
    display: flex;
    align-items: center;
    padding-left: 1vw;
}
.cont_item_dato_resumen_tabla p{
    line-height: 1;
    padding: 0;
    vertical-align: middle;
    font-size: 1vw;
}
.p_item_dato_resumen_tabla_detalle{
     border-radius: 8px;
     width: 50%;
     height: 100%;
    display: flex;
    align-items: center;
    padding-left: 1vw;
}
.p_item_dato_resumen_tabla_detalle>p{
    font-size: 0.9vw;
}
.cont_dato_resumen_tabla {
    width: 30%;
    display: flex;
    min-height: 2.5vw;
}
.cont_boton_resumen_tabla{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 1vw;
}
.cont_enc_resumen_tabla{
    /* position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 43vw;
    background-color: #f1f3f4;
    min-height: 10vh;
    justify-content: space-between;
    padding: 1vw;
    padding-bottom: 0.5vw; */

    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 67.135vw;
    background-color: #f1f3f4;
    min-height: 10vh;
    /* margin-left: 2vw; */
    justify-content: space-between;
    padding: 1vw;
    /* padding-bottom: 0.5vw; */
    padding-bottom: 1.3vw;
    top:1.563vw;
}
.div_centrar_botones {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.div_bucar {
    /* position: relative; */
    /* margin-top: 5px; */
    /* margin-left: 52vw; */
    display: flex;
    align-items: center;
    justify-content: end;
}
.input_buscar{
    width: 45.365vw;
    border-radius: 5px;
    border: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    height: 2.344vw;
    padding-right: 2.5vw;
    text-align: left!important;
    padding-left: 1vw;
}
.div_buscar_tinga {
    display: flex;
    position: relative;
    margin-right: 1.719vw;
   /* background-color: aliceblue;*/
   /* width: 60%;*/
    justify-content: end;
}

.col_tabla_img>img{
    width: 2.396vw;
    height: 3vw;
}

table{
     width: 94.5vw;
     border-collapse: separate!important;
}

table > tbody > tr{
    /* height: 45px; */
}

.gs-table-body-default > tr:nth-child(odd) {
    height: 4vw;
    background-color: #f1f3f4;
}
.gs-table-body-default > tr:nth-child(even) {
    height: 4vw;
    background-color: #f1f3f4;
}

.col_tabla_precio_base, .col_tabla_precio_descuento{
    text-align: center;
}
.ctn_results_proceso_prov>div {
   /* width: 100%;*/
   border-collapse: collapse;
}

.ctn_results_proceso_prov_with>div {
    border-collapse: collapse;
    margin-top: 3vw;
 }
.centrar_botones{
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}
.gs-table-head-default > tr > th {
    font-size: 1.2vw;
    font-family:Stem-ExtraLight;
    color: white;
}
.centrar_botones img{
    width: 2.344vw;
    height: 2.344vw;
}

.centrar_botones>div {
    display: flex;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    padding-top: 0;

}


.centrar_botones_compuesto{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}
.centrar_botones_compuesto img{
    width: 2.344vw;
    height: 2.344vw;
}
.centrar_botones_compuesto>div {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    padding-top: 15px;
    margin-left: 20px;

}

