requirejs(["common"],function(n){var t={focus:function(n){var t="input-focused";n.each(function(){var n,o=$(this);$(this).val().length&&$(this).closest(".input").addClass(t),o.on("focus",function(){(n=$(this)).closest(".input").addClass(t),n.on("focusout",function(){n.val().length||n.closest(".input").removeClass(t)})})})}};$(function(){var n={".form-control":t.focus},o=Object.keys(n);if($(o.toString()).length>0)for(var s in n){var c=$(s);n.hasOwnProperty(s)&&c.length&&n[s](c)}})});define("modules/crefo.formfocus",function(){})