.isDisabled {
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
  color: currentColor;
}

.disabledbutton {
  pointer-events: none;
  opacity: 0.4;
}

.cargando {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  /* background: url("../imagenes/default/carga.gif") 50% 50% no-repeat #ffffff; */
  background: url("../imagenes/default/tulogoaquirojo.gif") 50% 50% no-repeat
    #ffffff;
  opacity: 0.8;
}

.cargando_sistema {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  /* background: url("../imagenes/default/carga.gif") 50% 50% no-repeat #ffffff; */
  background: url("../imagenes/default/tulogoaquirojo.gif") 50% 50% no-repeat
    #ffffff;
  opacity: 0.8;
}

table th {
  background-color: #c1fff8 !important;
  color: white;
}

table > tbody > tr > td {
  vertical-align: middle !important;
}

/* EN AZUL
#empresa_id,
#empresa_id_filtro {
  background-color: #38a9f9;
  color: #ffffff;
  font-weight: bold;
  border: 2px solid #38a9f9;
} */

#empresa_id,
#empresa_id_filtro {
  /* background-color: #e9ecef; */
  color: #2c2c2c;
  font-weight: bold;
  border: 2px solid #2ed8b6;
}
