/*
  AVANZA CONTROL V5.6.7
  Limpieza y precio automático de Plan Contado.
*/

/* Ocultar selector antiguo duplicado */

#salesSection #promoPlanSelector {
  display: none !important;
}

/* Precio proveniente de Inventario */

#salesSection #promoCashPrice[readonly] {
  background: #eef4f8 !important;
  color: #173650 !important;

  border-color: #cbdce8 !important;

  cursor: not-allowed !important;
  pointer-events: none !important;

  font-weight: 850;
}

/*
  Mantener visible únicamente el selector nuevo:
  Crédito normal / Plan Contado.
*/

#salesCreditTypeV563 {
  display: block;
}

#salesCreditTypeV563.hidden {
  display: none !important;
}
