.tabla_bordered {
  width: 100%;
  background-color: #fff;
  display: table;
  border-collapse: collapse;
  border: 1px solid #e0e9f0;
}

.tabla_bordered th {
  text-align: start;
  background-color: #ebf0f2;
  border: 1px solid #c3ced5;
  font-size: 11px;
  text-align: left;
  padding: 2px 5px;
  font-weight: bold;
}

.tabla_bordered .tabla_bordered_color {
  background-color: #0073aa;
  color: #FFF;
  border: 1px solid #0073aa;
  font-size: 13px;
  font-weight: normal;
  padding: 5px 10px;
  position: relative;
}

.tabla_bordered td {
  border-bottom: 1px solid #e0e9f0;
  padding: 0px 5px;
  font-size: 11px;
  border-left: 1px solid #e0e9f0;
}

.tabla_bordered tbody tr {
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.tabla_bordered tr:nth-child(even) {
  background-color: #f6f9fc;
}

.tabla_bordered td.player-actions {
  padding: 0;
}

.tabla_bordered tr:hover {
  background-color: rgba(55, 176, 206, 0.20);
}


.tabla_dialog thead th {
  font-size: 11px;
  text-align: left;
  padding: 2px 0px 2px 5px;
  font-weight: bold;
  background-color: #FFEFBF !important;
  border-bottom: 2px solid #18B !important;
}

.tabla_dialog thead td {
  padding-top: 2px;
  padding-bottom: 2px;
}

.tabla_dialog .dialog-input {
  height: 20px
}

.tabla_dialog tbody tr:hover,
.tabla_dialog tbody tr:nth-child(even),
.tabla_dialog tbody tr:nth-child(even):hover {
  background-color: #fff;
}

.tabla_dialog img {
  width: 90px;
  height: auto;
}


.tabla_bordered .tabla_data_grey {
  background-color: #ebf0f2;
  font-weight: bold;
  border: 1px solid #c3ced5;
  width: 25px;
}

.tabla_dialog .dialog-image {
  padding: 0 !important;
  width: 90px;
}

.tabla_dialog tbody tr {
  height: 27px;
  cursor: default;
}