.table-hover tbody tr:hover {
  background-color: #2ea08c;
  color: white;
}

#busqueda {
  z-index: 1000;
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  top: 30px;
  left: 10px;
  padding: 10px;
  min-width: 300px;
}

#busqueda ul {
  padding: 0px;
  margin: 0px;
}

#busqueda li {
  list-style: none;
  padding-left: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  cursor: pointer;
}

#busqueda li:hover {
  background-color: #ccc;
  color: white;
  border-radius: 4px;
}

.autocompletar {
  z-index: 1000;
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  top: 30px;
  left: 10px;
  padding: 10px;
  min-width: 300px;
  overflow-y: auto;
  max-height: 400px;
  scrollbar-width: thin; /* Puede ser auto, thin o none */
  scrollbar-color: #888 #f1f1f1; /* Pulgar y fondo */
}

.autocompletar ul {
  padding: 0px;
  margin: 0px;
}

.autocompletar li {
  list-style: none;
  padding-left: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  cursor: pointer;
}

.autocompletar li:hover {
  background-color: #ccc;
  color: white;
  border-radius: 4px;
}

.autocompletar::-webkit-scrollbar {
  width: 8px; /* Ancho de la barra */
}

.autocompletar::-webkit-scrollbar-track {
  background: #f1f1f1; /* Color del fondo de la barra */
  border-radius: 4px;
}

.autocompletar::-webkit-scrollbar-thumb {
  background: #888; /* Color del "pulgar" (la parte que se mueve) */
  border-radius: 4px;
}

.autocompletar::-webkit-scrollbar-thumb:hover {
  background: #555; /* Color cuando se pasa el mouse */
}

.mayusculas {
  text-transform: uppercase;
}

.obtener_codigo {
  position: relative;
}

.obtener_codigo .obt_cod {
  position: absolute;
  top: 36px;
  right: 10px;
}

#caja_rendimiento {
  font-size: 15px;
}

#caja_conyuge {
  display: none;
}

#busq {
  border-radius: 7px;
  border: 1px solid #ccc;
  margin-top: 0px;
  background-color: #fff;
  z-index: 100;
  position: absolute;
}

.lugarSel {
  cursor: pointer;
  padding: 4px;
}

.lugarSel:hover {
  background-color: #ccc;
}

.fc-day-top {
  cursor: pointer;
}

.fc-today {
  background-color: #414755 !important; /* Fondo azul */
  color: white;
}

.fc-today .fc-more {
  color: white;
}

.fc-day.fc-today .fc-more {
  color: white !important;
}
