/* Tabla general */
.tabla_mostrar_incidencias {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 10px;
  color: #1f1f1f;
}

/* Cabecera y celdas */
.tabla_mostrar_incidencias thead th,
.tabla_mostrar_incidencias tbody td {
  padding: 6px 6px;
  border: 1px solid #d0d0d0;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.tabla_mostrar_incidencias thead th {
  background-color: #3f3f3f;
  color: #ffffff;
  font-weight: 600;
  text-align: left;
  border-color: #2f2f2f;
  position: sticky;
  top: 0;
  z-index: 1;
}

/* Zebra suave profesional */
.tabla_mostrar_incidencias tbody tr:nth-child(even) {
  background-color: #f6f6f6;
}

/* Hover elegante */
.tabla_mostrar_incidencias tbody tr:hover {
  background-color: #e9f2fb;
}

/* Ajuste de columnas */
.tabla_mostrar_incidencias th:nth-child(1),
.tabla_mostrar_incidencias td:nth-child(1) {
  width: 8%;
  white-space: nowrap;
}

.tabla_mostrar_incidencias th:nth-child(1) a,
.tabla_mostrar_incidencias td:nth-child(1) a {
  display: block;
  color: inherit;
  text-decoration: none;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
}

.tabla_mostrar_incidencias th:nth-child(2),
.tabla_mostrar_incidencias td:nth-child(2) {
  width: 2%;
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
  white-space: nowrap;
}

.tabla_mostrar_incidencias th:nth-child(3),
.tabla_mostrar_incidencias td:nth-child(3) {
  width: 7%;
  white-space: normal;
  word-break: break-word;
  overflow: visible;
  text-overflow: clip;
}

.tabla_mostrar_incidencias th:nth-child(4),
.tabla_mostrar_incidencias td:nth-child(4) {
  width: 10%;
  white-space: normal;
  word-break: break-word;
  overflow: visible;
  text-overflow: clip;
}

.tabla_mostrar_incidencias th:nth-child(5),
.tabla_mostrar_incidencias td:nth-child(5) {
  width: 7%;
  white-space: normal;
  word-break: break-word;
  overflow: visible;
  text-overflow: clip;
}

.tabla_mostrar_incidencias th:nth-child(6),
.tabla_mostrar_incidencias td:nth-child(6) {
  width: 3%;
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
  white-space: nowrap;
}

.tabla_mostrar_incidencias th:nth-child(7),
.tabla_mostrar_incidencias td:nth-child(7) {
  width: 43%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-overflow: clip;
  line-height: 1.35;
}

.tabla_mostrar_incidencias th:nth-child(8),
.tabla_mostrar_incidencias td:nth-child(8) {
  width: 6%;
  white-space: normal;
  word-break: break-word;
  overflow: visible;
  text-overflow: clip;
}

.tabla_mostrar_incidencias th:nth-child(9),
.tabla_mostrar_incidencias td:nth-child(9) {
  width: 6%;
  text-align: center;
}

.tabla_mostrar_incidencias th:nth-child(10),
.tabla_mostrar_incidencias td:nth-child(10) {
  width: 8%;
}

.tabla_mostrar_incidencias td:nth-child(10) {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-overflow: clip;
}

.tabla_mostrar_incidencias td:nth-child(1),
.tabla_mostrar_incidencias td:nth-child(2),
.tabla_mostrar_incidencias td:nth-child(6),
.tabla_mostrar_incidencias td:nth-child(9) {
  white-space: nowrap;
}
