/* NovaInk native select fields: sample application form */
#na_apply_customer,
#na_apply_product,
#na_apply_product_name,
#na_apply_color,
#na_apply_qty,
#na_apply_quantity,
#na_apply_applicant,
#na_apply_applicant_name,
select[id*="apply"][id*="customer"],
select[id*="apply"][id*="product"],
select[id*="apply"][id*="color"],
select[id*="apply"][id*="qty"],
select[id*="apply"][id*="applicant"]{
  appearance:auto !important;
  -webkit-appearance:menulist !important;
  background:white !important;
  min-height:44px !important;
  cursor:pointer !important;
}
