/* .mi-tabla {
    border-collapse: collapse;
    
    width: 100%;
    font-size: 16px;
    font-family: Arial, sans-serif;
    overflow-y: scroll;
    }

    
    .mi-tabla th {
    background-color: #157e35;
    color: white;
    padding: 12px;
    text-align: center;
    border: 1px solid #dddddda8;
    font-weight: bold;
    top: 0;
    position: sticky;
    z-index: 11;
    }


    
    .mi-tabla tr {
    border: 1px solid #dddddda8;
    }

    
    .mi-tabla td {
        word-wrap: break-word;
    padding: 8px;
    text-align: center;
    border: 1px solid #dddddda8;
    }

    
    .mi-tabla tr:hover {
    background-color: #89a18a;
    }
    
    #myInput {
    width: 500px;
    float: right;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    }

     */


/* inicia modificacion */






     .tab-header {
  background-color: var(--bgcolor);
  color: var(--color);
}

.tab-header {
  background-color: var(--bgcolor);
  color: var(--color);
}

.tab-responsive {
  margin-top: 1rem;
}

@media (max-width: 35em) {
  .tab-header {
    display: none;
  }
}

@media (max-width: 35em) {
  .tab-responsive tr {
    display: flex;
    flex-direction: column;
    border: solid;
    padding: 1em;
    margin-bottom: 1em;
    border-color: #77e22f;
    /* box-shadow: inset 2px -2px 16px 0px var(--sombra); */
  }
}

@media (max-width: 35em) {
  .tab-responsive td[data-titulo] {
    display: flex;
  }
}

@media (max-width: 35em) {
  .tab-responsive td[data-titulo]::before {
    content: attr(data-titulo);
    width: var(--sizepx);
    color: #fff;
    margin-right: 5px;
  }
}

@media (max-width: 35em) {
  .tab-header {
    display: none;
  }
}

@media (max-width: 35em) {
  .tab-responsive tr {
    display: flex;
    flex-direction: column;
    /*border: none;*/
    padding: 1em;
    margin-bottom: 1em;
    /*box-shadow: inset 2px -2px 16px 0px #ee1212;*/
    border:  .5px solid rgba(157,232,34,0.48);
  }
}

/* Estilo para las filas de la tabla */




/* Estilo para las celdas de la tabla */
@media (max-width: 35em) {
  .tab-responsive td {
    /* border: .5px solid #dddddda8; */
    color: #ffffff;
    /* border: none; */
    border-bottom: .5px solid rgba(157,232,34,0.48);
  }
}



@media (max-width: 35em) {
  .tab-responsive td[data-titulo] {
    display: flex;
  }
}

@media (max-width: 35em) {
  .tab-responsive td[data-titulo]::before {
    content: attr(data-titulo);
    width: var(--sizepx);
    color: #fff;
  }
}

.tab-responsive {
  border-collapse: collapse;
  /*max-height: 300px;*/
  width: 100%;
  font-size: 16px;
  font-family: Arial, sans-serif;
  overflow-y: scroll;
}

/* Estilo para el encabezado de columna */

.tab-responsive th {
  background-color: #157e35;
  color: white;
  /* padding: 12px; */
  text-align: center;
  /* border: .5px solid #dddddda8; */
  font-weight: bold;
  top: 0;
  position: sticky;
  z-index: 11;
}

/* .tab-responsive thead tr {
        background: #000000;
        color: #fff;
      } */

/* Estilo para las filas de la tabla */


@media (min-width: 35em) {
  .tab-responsive td {
    border: .5px solid #dddddda8;
  }
}
@media (min-width: 35em) {
  .tab-responsive tr {
    border-bottom: .5px solid #dddddda8;
  }
}


/* .tab-responsive tr {
  border: .5px solid #dddddda8;
} */


/* Estilo para las celdas de la tabla */

.tab-responsive td {
  word-wrap: break-word;
  padding: 8px;
  text-align: center;
  
  color: #ffffff;
}

/* Estilo para resaltar las filas al pasar el cursor sobre ellas */

.tab-responsive tr:hover {
  background-color: #89a18a;
}

#myInput {
  width: 500px;
  float: right;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.tab-responsive {
  border-collapse: collapse;
  /*max-height: 300px;*/
  width: 100%;
  font-size: 16px;
  font-family: Arial, sans-serif;
  overflow-y: scroll;
}

/* Estilo para el encabezado de columna */

.tab-responsive th {
  background-color: #157e35;
  color: white;
  padding: 12px;
  text-align: center;
  border: .5px solid #dddddda8;
  font-weight: bold;
  top: 0;
  position: sticky;
  z-index: 11;
}

/* .tab-responsive thead tr {
        background: #000000;
        color: #fff;
      } */


/* Estilo para resaltar las filas al pasar el cursor sobre ellas */

.tab-responsive tr:hover {
  background-color: #89a18a;
}

#myInput {
  width: 500px;
  float: right;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}

/* .tabla-search {
  width: 100%;
}

.encabezado-tabla {
  background: #2c2c2c;
  color: #fff;
}

table tr {
  background-color: #3c3c3c;
  color: #fff;
}

table tr:nth-child(even) {
  background-color: #2c2c2c;
  color: #fff;
}

.centrado {
  text-align: center;
}

.padreferencia {
  padding-right: 13px;
  padding-left: 10px;
}

.pagination {
  margin: 0;
}

.pagination li:hover {
  cursor: pointer;
}

.header_wrap {
  padding: 30px 0;
}

.num_rows {
  width: 20%;
  float: left;
}

.tb_search {
  width: 20%;
  float: right;
}

.pagination-container {
  width: 70%;
  float: left;
}

.rows_count {
  width: 20%;
  float: right;
  text-align: right;
  color: #999;
} */