var fancyInput=function(n){function i(n){n.val()!==""?n.addClass("filled"):n.removeClass("filled")}function r(){n("body").on("keyup change",".fancy-input.hover-fancy:not([type=checkbox]):not([type=radio])",function(){i(n(this))});n("body").on("click",".fancy-input.hover-fancy:not([type=checkbox]):not([type=radio]) + label",function(t){t.preventDefault();n(this).prev().trigger("focus")})}function u(){(r(),t.length)&&t.each(function(){i(n(this))})}var t=n(".fancy-input.hover-fancy:not([type=checkbox]):not([type=radio])");return{init:u}}(jQuery);$(function(){var n=window.navigator.userAgent;n.indexOf("MSIE ")>0||n.indexOf("Trident/")>0||n.indexOf("Edge/")>0?$(document).ready(function(){fancyInput.init()}):fancyInput.init()})