jQuery(function(jQuery) {
  jQuery(".IDEACSS-IptFormAlpha").alpha({allow:" "});
  jQuery(".IDEACSS-IptFormAlphaFixo").alpha({allow:" "});
  
  jQuery(".IDEACSS-IptFormNumeric").numeric({allow:""});
  jQuery(".IDEACSS-IptFormNumericFixo").numeric({allow:""});
  jQuery(".IDEACSS-IptFormPhoneCoutryCode").numeric({allow:""});
  jQuery(".IDEACSS-IptFormPhoneAreaCode").numeric({allow:""});
  
  jQuery(".IDEACSS-IptFormAlphaNumeric").alphanumeric({allow:" "});
  jQuery(".IDEACSS-IptFormAlphaNumericFixo").alphanumeric({allow:" "});
  
  jQuery('.date-pick').datePicker({startDate:'01/01/1900'});
  jQuery('.IDEACSS-TdNota').tooltip();  
});