function uwp_nl2br(a,e){return(a+"").replace(/([^>\r\n]?)(\r\n|\n\r|\r|\n)/g,"$1"+(e||void 0===e?"<br />":"<br>")+"$2")}function uwp_list_view_select(a,e){var t="uwp_list_view",o=jQuery(".uwp-users-loop > .row");o.length||(o=jQuery(".uwp-profile-cpt-loop > .row"),t="uwp_cpt_list_view");var r=jQuery(".uwp-list-view-select");0==a?(o.removeClass("row-cols-sm-2 row-cols-md-2 row-cols-md-3 row-cols-md-4 row-cols-md-5").addClass("row-cols-md-0"),r.find("button").removeClass("active"),r.find("button.uwp-list-view-select-list").addClass("active")):(r.find("button").removeClass("active"),r.find("button.uwp-list-view-select-grid").addClass("active"),r.find('button[data-gridview="'+a+'"]').addClass("active"),o.removeClass("row-cols-md-0 row-cols-md-2 row-cols-md-3 row-cols-md-4 row-cols-md-5").addClass("row-cols-sm-2 row-cols-md-"+a)),e||localStorage.setItem(t,a)}function uwp_profile_image_change(a){jQuery(".uwp-profile-image-change-modal").remove();(jQuery("body").append('<div class="modal fade uwp-profile-image-change-modal bsui" tabindex="-1" role="dialog" aria-labelledby="uwp-profile-modal-title" aria-hidden="true"><div class="modal-dialog modal-lg"><div class="modal-content"><div class="modal-header"><h5 class="modal-title" id="uwp-profile-modal-title"></h5></div><div class="modal-body text-center"><i class="fas fa-circle-notch fa-spin fa-3x"></i></div></div></div></div>'),window.bootstrap&&window.bootstrap.Modal)?new window.bootstrap.Modal(document.querySelector(".uwp-profile-image-change-modal")).show():jQuery(".uwp-profile-image-change-modal").modal({backdrop:"static"});var e={action:"uwp_ajax_image_crop_popup_form",type:a,style:"bootstrap"};jQuery.post(uwp_localize_data.ajaxurl,e,(function(a){jQuery(".uwp-profile-image-change-modal .modal-content").html(a)}))}function uwp_init_auth_modal(){uwp_localize_data.login_modal&&(jQuery('.users-wp-login-nav a, .uwp-login-link, [data-uwp-link="login"]').off("click"),jQuery('.users-wp-login-nav a, .uwp-login-link, [data-uwp-link="login"]').on("click",(function(a){return uwp_cancelBubble(a),uwp_modal_login_form(),!1}))),uwp_localize_data.register_modal&&(jQuery('.users-wp-register-nav a, .uwp-register-link, [data-uwp-link="register"]').off("click"),jQuery('.users-wp-register-nav a, .uwp-register-link, [data-uwp-link="register"]').on("click",(function(a){return uwp_cancelBubble(a),uwp_modal_register_form(),!1}))),uwp_localize_data.forgot_modal&&(jQuery('.users-wp-forgot-nav a, .uwp-forgot-password-link, [data-uwp-link="forgot-password"]').off("click"),jQuery('.users-wp-forgot-nav a, .uwp-forgot-password-link, [data-uwp-link="forgot-password"]').on("click",(function(a){return uwp_cancelBubble(a),uwp_modal_forgot_password_form(),!1})))}function uwp_modal_loading(a){$input_single='<span class="badge badge-pill badge-light p-3 mt-3 w-100 bg-loading">&nbsp;</span>',$inputs=a?$input_single.repeat(a):$input_single;var e='<div class="modal-header"><span class="badge badge-pill badge-light p-0 mt-2 w-25 bg-loading">&nbsp;</span></div><div class="modal-body text-center">'+$inputs+"</div>",t='<div class="modal fade uwp-auth-modal bsui" tabindex="-1" role="dialog" aria-labelledby="uwp-profile-modal-title" aria-hidden="true"><div class="modal-dialog modal-dialog-centered"><div class="modal-content">'+e+"</div></div></div>";(jQuery(".uwp-auth-modal").length?jQuery(".uwp-auth-modal .modal-content").html(e):jQuery("body").append(t),jQuery(".modal-backdrop").remove(),window.bootstrap&&window.bootstrap.Modal)?new window.bootstrap.Modal(document.querySelector(".uwp-auth-modal")).show():jQuery(".uwp-auth-modal").modal()}function uwp_modal_login_form(){jQuery.ajax({type:"POST",url:uwp_localize_data.ajaxurl,data:{action:"uwp_ajax_login_form"},beforeSend:function(){uwp_modal_loading(4)},success:function(a){a.success&&(jQuery(".uwp-auth-modal .modal-content").html(a.data),setTimeout((function(){jQuery(".uwp-auth-modal .modal-content input:visible:enabled:first").focus().unbind("focus")}),300),jQuery(".uwp-auth-modal .modal-content form.uwp-login-form").on("submit",(function(a){a.preventDefault(a),uwp_modal_login_form_process()}))),uwp_init_auth_modal()}})}function uwp_maybe_check_recaptcha(a){return"undefined"!=typeof uwp_recaptcha_loops&&uwp_recaptcha_loops||(uwp_recaptcha_loops=1),jQuery(".uwp-auth-modal .modal-content .g-recaptcha-response").length&&""==jQuery(".uwp-auth-modal .modal-content .g-recaptcha-response").val()?(setTimeout((function(){if(jQuery('.uwp-auth-modal .modal-content button[type="submit"] i.fa-spin,.uwp-auth-modal .modal-content button[type="submit"] svg.fa-spin').remove(),uwp_recaptcha_loops>=6)return jQuery(".uwp-auth-modal .modal-content .uwp_login_submit").prop("disabled",!1),jQuery(".uwp-auth-modal .modal-content .uwp_register_submit").prop("disabled",!1),jQuery(".uwp-auth-modal .modal-content .uwp_forgot_submit").prop("disabled",!1),jQuery(".uwp-auth-modal .modal-content .uwp-captcha-render").addClass("alert alert-danger"),""==jQuery(".uwp-auth-modal .modal-content .modal-error").html()&&jQuery(".uwp-auth-modal .modal-content .modal-error").html("<div class='alert alert-danger'>"+uwp_localize_data.error_retry+"</div>"),!1;"login"==a?uwp_modal_login_form_process():"register"==a?uwp_modal_register_form_process():"forgot"==a&&uwp_modal_forgot_password_form_process()}),500),uwp_recaptcha_loops++,!1):(uwp_recaptcha_loops=0,!0)}function uwp_maybe_reset_recaptcha(){if(jQuery(".uwp-auth-modal .modal-content .g-recaptcha-response").length){var a=jQuery(".uwp-auth-modal .modal-content .g-recaptcha-response").attr("id");uwp_reset_captcha(a)}document.dispatchEvent(new Event("ayecode_reset_captcha"))}function uwp_modal_login_form_process(){var a=jQuery(".modal-content form.uwp-login-form").serialize()+"&action=uwp_ajax_login";$button_text=jQuery(".uwp-auth-modal .modal-content .uwp_login_submit").html(),jQuery.ajax({type:"POST",url:uwp_localize_data.ajaxurl,data:a,beforeSend:function(){return jQuery(".uwp-auth-modal .modal-content .uwp_login_submit").html('<i class="fas fa-circle-notch fa-spin"></i> '+$button_text).prop("disabled",!0),jQuery(".uwp-auth-modal .modal-content .modal-error").html(""),uwp_maybe_check_recaptcha("login")},success:function(a){1==a.success?(jQuery(".uwp-auth-modal .modal-content .uwp_login_submit").html($button_text).prop("disabled",!0),jQuery(".uwp-auth-modal .modal-content .modal-error").html(a.data.message),a.data.is_2fa?(jQuery(".modal-content form.uwp-login-form").replaceWith(a.data.html),jQuery(".uwp-auth-modal .modal-content form.validate_2fa_form").on("submit",(function(a){a.preventDefault(a),uwp_modal_login_form_2fa_process("form.validate_2fa_form","")})),jQuery(".uwp-auth-modal .modal-content form.validate_2fa_backup_codes_form").on("submit",(function(a){a.preventDefault(a),uwp_modal_login_form_2fa_process("form.validate_2fa_backup_codes_form","")})),jQuery(".uwp-auth-modal .modal-content .uwp-2fa-email-resend").on("click",(function(a){a.preventDefault(a),uwp_modal_login_form_2fa_process("form.validate_2fa_form","&wp-2fa-email-code-resend=1")}))):a.data.redirect?setTimeout((function(){location.href=a.data.redirect}),1e3):setTimeout((function(){location.reload()}),1e3)):!1===a.success&&(jQuery(".uwp-auth-modal .modal-content .modal-error").html(a.data.message),jQuery(".uwp-auth-modal .modal-content .uwp_login_submit").html($button_text).prop("disabled",!1),uwp_maybe_reset_recaptcha()),uwp_init_auth_modal()}})}function uwp_modal_login_form_2fa_process(a,e){var t=jQuery(".modal-content "+a).serialize()+"&action=uwp_ajax_login_process_2fa"+e;$button=jQuery(".uwp-auth-modal .modal-content "+a).find(".uwp-2fa-submit"),$button_text=$button.html(),jQuery.ajax({type:"POST",url:uwp_localize_data.ajaxurl,data:t,beforeSend:function(){$button.html('<i class="fas fa-circle-notch fa-spin"></i> '+$button_text).prop("disabled",!0),jQuery(".uwp-auth-modal .modal-content .modal-error").html("")},success:function(a){1==a.success?($button.html($button_text).prop("disabled",!0),jQuery(".uwp-auth-modal .modal-content .modal-error").html(a.data.message),a.data.redirect?setTimeout((function(){location.href=a.data.redirect}),1e3):setTimeout((function(){location.reload()}),1e3)):!1===a.success&&(jQuery(".uwp-auth-modal .modal-content .modal-error").html(a.data.message),$button.html($button_text).prop("disabled",!1)),uwp_init_auth_modal()}})}function uwp_modal_register_form(a){var e={action:"uwp_ajax_register_form",form_id:a};jQuery.ajax({type:"POST",url:uwp_localize_data.ajaxurl,data:e,beforeSend:function(){uwp_modal_loading(6)},success:function(a){a.success&&(jQuery(".uwp-auth-modal .modal-content").html(a.data),setTimeout((function(){jQuery(".uwp-auth-modal .modal-content input:visible:enabled:first").focus().unbind("focus")}),300),jQuery(".uwp-auth-modal .modal-content form.uwp-registration-form").submit((function(a){a.preventDefault(a),uwp_modal_register_form_process()}))),uwp_init_auth_modal(),aui_init_select2(),uwp_switch_reg_form_init(),aui_init()}})}function uwp_load_register_form(a,e,t){var o={action:"uwp_ajax_register_form",form_id:a};jQuery.ajax({type:"POST",url:uwp_localize_data.ajaxurl,data:o,beforeSend:function(){jQuery(document).trigger("uwp_form_loading",{form_id:a,form:e}),t&&t.addClass("active");var o=e.find("input, select, textarea").not("#uwp-form-type-select");o.each((function(){jQuery(this).replaceWith('<div class="badge badge-pill badge-light p-3 mt-3 w-100 bg-loading">&nbsp;</div>')})),e.children().not(".badge, #uwp-form-select").remove()},success:function(t){if(t.success){var o=jQuery(t.data).find("form"),r=e.find("#uwp-form-select");e.html(o.html()),o.find("#uwp-form-select").length||o.find("#uwp-form-select-ajax").length||!r||e.prepend(r),e.find("#uwp-form-select-ajax").attr("id","uwp-form-select"),jQuery(document).trigger("uwp_form_loaded",{form_id:a,form:e,html:t.data})}uwp_init_auth_modal(),aui_init_select2(),uwp_switch_reg_form_init()}})}function uwp_switch_reg_form_init(){jQuery("#uwp-form-select-ajax a").off("click.uwpSwitchRegForm").on("click.uwpSwitchRegForm",(function(a){a.preventDefault(a),uwp_modal_register_form(jQuery(this).attr("data-form_id"))})),jQuery("#uwp-form-select-ajax select#uwp-form-type-select").off("change.uwpSwitchRegForm").on("change.uwpSwitchRegForm",(function(a){uwp_modal_register_form(jQuery(this).find("option:selected").attr("data-form_id"))})),jQuery("#uwp-form-select a").off("click.uwpSwitchRegForm").on("click.uwpSwitchRegForm",(function(a){a.preventDefault(a);var e=jQuery(this),t=e.attr("data-form_id"),o=e.parents("form");jQuery("#uwp-form-select a").removeClass("active"),uwp_load_register_form(t,o,e)})),jQuery("#uwp-form-select select#uwp-form-type-select").off("change.uwpSwitchRegForm").on("change.uwpSwitchRegForm",(function(a){var e=jQuery(this);uwp_load_register_form(e.find("option:selected").attr("data-form_id"),e.parents("form"))}))}function uwp_modal_register_form_process(){var a=jQuery(".modal-content form.uwp-registration-form").serialize()+"&action=uwp_ajax_register";$button=jQuery(".uwp-auth-modal .modal-content .uwp_register_submit"),$button_text=$button.html(),jQuery.ajax({type:"POST",url:uwp_localize_data.ajaxurl,data:a,beforeSend:function(){return $button.html('<i class="fas fa-circle-notch fa-spin"></i> '+$button_text).prop("disabled",!0),jQuery(".uwp-auth-modal .modal-content .modal-error").html(""),uwp_maybe_check_recaptcha("register")},success:function(a){a.success?($button.html($button_text).prop("disabled",!0),a.data.message?(jQuery(".uwp-auth-modal .modal-content .modal-error").html(a.data.message),jQuery(".modal-content form.uwp-registration-form").trigger("reset"),setTimeout((function(){a.data.redirect&&(window.location=a.data.redirect)}),3e3)):jQuery(".uwp-auth-modal .modal-content .modal-error").html(a.data.message)):!1===a.success&&(jQuery(".uwp-auth-modal .modal-content .modal-error").html(a.data.message),$button.html($button_text).prop("disabled",!1),uwp_maybe_reset_recaptcha()),uwp_init_auth_modal(),aui_init_select2(),uwp_switch_reg_form_init()}})}function uwp_modal_forgot_password_form(){jQuery.ajax({type:"POST",url:uwp_localize_data.ajaxurl,data:{action:"uwp_ajax_forgot_password_form"},beforeSend:function(){uwp_modal_loading(2)},success:function(a){a.success&&(jQuery(".uwp-auth-modal .modal-content").html(a.data),setTimeout((function(){jQuery(".uwp-auth-modal .modal-content input:visible:enabled:first").focus().unbind("focus")}),300),jQuery(".uwp-auth-modal .modal-content form.uwp-forgot-form").on("submit",(function(a){a.preventDefault(a),uwp_modal_forgot_password_form_process()}))),uwp_init_auth_modal()}})}function uwp_modal_forgot_password_form_process(){var a=jQuery(".modal-content form.uwp-forgot-form").serialize()+"&action=uwp_ajax_forgot_password";$button=jQuery(".uwp-auth-modal .modal-content .uwp_forgot_submit"),$button_text=$button.html(),jQuery.ajax({type:"POST",url:uwp_localize_data.ajaxurl,data:a,beforeSend:function(){return $button.html('<i class="fas fa-circle-notch fa-spin"></i> '+$button_text).prop("disabled",!0),jQuery(".uwp-auth-modal .modal-content .modal-error").html(""),uwp_maybe_check_recaptcha("forgot")},success:function(a){a.success?($button.html($button_text).prop("disabled",!0),jQuery(".uwp-auth-modal .modal-content .modal-error").html(a.data),setTimeout((function(){jQuery(".uwp-auth-modal").modal("hide")}),2e3)):!1===a.success&&(jQuery(".uwp-auth-modal .modal-content .modal-error").html(a.data),$button.html($button_text).prop("disabled",!1),uwp_maybe_reset_recaptcha()),uwp_init_auth_modal()}})}function uwp_checkPasswordStrength(a,e,t,o,r){var l=a.val(),u=e.val();!jQuery("#uwp-password-strength").length&&l?(e.length?$container=e.closest(".uwp-password-wrap"):$container=a.closest(".uwp-password-wrap"),$container.append('<div class="progress mt-1"><div id="uwp-password-strength" class="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0;"></div></div>'),t=jQuery("#uwp-password-strength")):l||u||t.parent().remove(),parseInt(uwp_localize_data.uwp_pass_strength)>0&&o.attr("disabled","disabled"),t.removeClass("short bad good strong bg-warning bg-success bg-danger"),r=r.concat(wp.passwordStrength.userInputDisallowedList());var s=wp.passwordStrength.meter(l,r,u);switch(s){case-1:t.addClass("short bg-danger").html(pwsL10n.unknown);break;case 2:t.addClass("bad bg-danger").html(pwsL10n.bad).width("50%");break;case 3:t.addClass("good bg-warning").html(pwsL10n.good).width("75%");break;case 4:t.addClass("strong bg-success").html(pwsL10n.strong).width("100%");break;case 5:t.addClass("short bg-danger").html(pwsL10n.mismatch).width("25%");break;default:t.addClass("short bg-danger").html(pwsL10n.short).width("25%")}return parseInt(uwp_localize_data.uwp_pass_strength)>0&&(e.length?$container=e.closest(".uwp-password-wrap"):$container=a.closest(".uwp-password-wrap"),$container.find("small").remove(),4==parseInt(uwp_localize_data.uwp_pass_strength)&&4===s?o.removeAttr("disabled"):3!=parseInt(uwp_localize_data.uwp_pass_strength)||3!==s&&4!==s?$container.append("<small class='text-danger'>"+uwp_localize_data.uwp_strong_pass_msg+"</small>"):o.removeAttr("disabled")),s}function uwp_cancelBubble(a){var e=a||window.event;e.stopPropagation&&e.stopPropagation(),null!=e.cancelBubble&&(e.cancelBubble=!0)}function uwp_gd_delete_post(a){var e=geodir_params.my_place_listing_del;return!!confirm(e)&&(jQuery.ajax({url:uwp_localize_data.ajaxurl,type:"POST",dataType:"json",data:{action:"geodir_user_delete_post",security:geodir_params.basic_nonce,post_id:a},timeout:2e4,success:function(a){if(a.success)var e='<div class="alert alert-success m-0"><i class="fas fa-check-circle"></i> '+a.data.message+"</div>";else e='<div class="alert alert-danger m-0"><i class="fas fa-exclamation-circle"></i> '+a.data.message+"</div>";var t='<div class="modal fade uwp-gd-modal bsui" tabindex="-1" role="dialog" aria-labelledby="uwp-gd-modal-title" aria-hidden="true"><div class="modal-dialog modal-dialog-centered"><div class="modal-content">'+e+"</div></div></div>";(jQuery(".uwp-gd-modal").length?jQuery(".uwp-gd-modal .modal-content").html(e):jQuery("body").append(t),window.bootstrap&&window.bootstrap.Modal)?new window.bootstrap.Modal(document.querySelector(".uwp-gd-modal")).show():jQuery(".uwp-gd-modal").modal();a.success&&setTimeout((function(){location.reload()}),3e3)}}),!0)}jQuery(window).on("load",(function(){uwp_init_auth_modal(),uwp_switch_reg_form_init()})),function(a,e,t){a(document).ready((function(){var e=uwp_localize_data.uwp_more_char_limit,t=uwp_localize_data.uwp_more_ellipses_text,o=uwp_localize_data.uwp_more_text,r=uwp_localize_data.uwp_less_text;if(a(".uwp_more").each((function(){var r=a.trim(a(this).text()),l=a(this).data("maxchar");if(l>0&&(e=l),r.length>e){var u=r.substr(0,e),s=r.substr(e,r.length-e),n=uwp_nl2br(u)+'<span class="uwp_more_ellipses">'+t+'&nbsp;</span><span class="uwp_more_content"><span style="display: none;">'+uwp_nl2br(s)+'</span>&nbsp;&nbsp;<a href="" class="uwp_more_link">'+o+"</a></span>";a(this).html(n)}})),a(".uwp_more_link").on("click",(function(){return a(this).hasClass("uwp_less")?(a(this).removeClass("uwp_less"),a(this).html(o)):(a(this).addClass("uwp_less"),a(this).html(r)),a(this).parent().prev().toggle(),a(this).prev().toggle(),!1})),"undefined"!=typeof Storage){var l="uwp_list_view",u=jQuery(".uwp-users-loop > .row");u.length||(u=jQuery(".uwp-profile-cpt-loop > .row"),l="uwp_cpt_list_view");var s=!1,n=localStorage.getItem(l);setTimeout((function(){n||(s=!0,n=u.hasClass("row-cols-md-0")?0:u.hasClass("row-cols-md-1")?1:u.hasClass("row-cols-md-2")?2:u.hasClass("row-cols-md-3")?3:u.hasClass("row-cols-md-4")?4:u.hasClass("row-cols-md-5")?5:3),uwp_list_view_select(n,s)}),10)}}))}(jQuery,window),function(a,e,t){a(document).ready((function(){a(".uwp-profile-modal-form-trigger").on("click",(function(e){e.preventDefault();var t={action:"uwp_ajax_image_crop_popup_form",type:a(this).data("type")},o=jQuery("#uwp-popup-modal-wrap");o.show(),jQuery.post(uwp_localize_data.ajaxurl,t,(function(e){a(document.body).append("<div id='uwp-modal-backdrop'></div>"),o.replaceWith(e)}))}))})),a(document).ready((function(){a(".uwp_upload_file_remove").on("click",(function(e){e.preventDefault();var t=a(this),o=t.data("htmlvar"),r=t.data("uid"),l={action:"uwp_upload_file_remove",htmlvar:o,uid:r,security:uwp_localize_data.basicNonce};t.closest("form").find(".uwp-field-error").length&&t.closest("form").find(".uwp-field-error").remove(),jQuery.ajax({url:uwp_localize_data.ajaxurl,type:"POST",data:l,dataType:"json"}).done((function(e,r,l){e&&"object"==typeof e&&(e.success?(a("#"+o+"_row").find(".uwp_file_preview_wrap").remove(),a("#"+o).closest("td").find(".uwp_file_preview_wrap").remove(),a("input[name="+o+"]").data("is-required")&&a("input[name="+o+"]").prop("required",!0)):e.data&&"object"==typeof e.data&&e.data.message&&t.parent(".uwp_file_preview_wrap").append('<div class="uwp-field-error">'+e.data.message+"</div>"))}))}))}))}(jQuery,window),function(a,e,t){a(document).ready((function(){function e(e){a("#uwp_login_modal .uwp-login-ajax-notice").remove();var t=jQuery(e).serialize()+"&action=uwp_ajax_login";jQuery.post(uwp_localize_data.ajaxurl,t,(function(e){(e=jQuery.parseJSON(e)).error?a("#uwp_login_modal form.uwp-login-form").before(e.message):(a("#uwp_login_modal form.uwp-login-form").before(e.message),setTimeout((function(){location.reload()}),1200))}))}a("#uwp_layout").on("change",(function(){var e=a(this).val(),t=a("#uwp_user_items_layout");t.removeClass(),"list"==e?t.addClass("uwp-users-list-wrap uwp_listview"):"2col"==e?t.addClass("uwp-users-list-wrap uwp_gridview uwp_gridview_2col"):"3col"==e?t.addClass("uwp-users-list-wrap uwp_gridview uwp_gridview_3col"):"4col"==e?t.addClass("uwp-users-list-wrap uwp_gridview uwp_gridview_4col"):"5col"==e?t.addClass("uwp-users-list-wrap uwp_gridview uwp_gridview_5col"):t.addClass("uwp-users-list-wrap uwp_listview")})),jQuery(document).ready((function(a){a("#uwp_login_modal form.uwp-login-form").on("submit",(function(a){a.preventDefault(),e(this)}))}))}))}(jQuery,window);
!function(){"use strict";function e(e){e.fn._fadeIn=e.fn.fadeIn;var t=e.noop||function(){},o=/MSIE/.test(navigator.userAgent),n=/MSIE 6.0/.test(navigator.userAgent)&&!/MSIE 8.0/.test(navigator.userAgent),i=(document.documentMode,"function"==typeof document.createElement("div").style.setExpression&&document.createElement("div").style.setExpression);e.blockUI=function(e){d(window,e)},e.unblockUI=function(e){a(window,e)},e.growlUI=function(t,o,n,i){var s=e('<div class="growlUI"></div>');t&&s.append("<h1>"+t+"</h1>"),o&&s.append("<h2>"+o+"</h2>"),n===undefined&&(n=3e3);var l=function(t){t=t||{},e.blockUI({message:s,fadeIn:"undefined"!=typeof t.fadeIn?t.fadeIn:700,fadeOut:"undefined"!=typeof t.fadeOut?t.fadeOut:1e3,timeout:"undefined"!=typeof t.timeout?t.timeout:n,centerY:!1,showOverlay:!1,onUnblock:i,css:e.blockUI.defaults.growlCSS})};l();s.css("opacity");s.on("mouseover",function(){l({fadeIn:0,timeout:3e4});var t=e(".blockMsg");t.stop(),t.fadeTo(300,1)}).on("mouseout",function(){e(".blockMsg").fadeOut(1e3)})},e.fn.block=function(t){if(this[0]===window)return e.blockUI(t),this;var o=e.extend({},e.blockUI.defaults,t||{});return this.each(function(){var t=e(this);o.ignoreIfBlocked&&t.data("blockUI.isBlocked")||t.unblock({fadeOut:0})}),this.each(function(){"static"==e.css(this,"position")&&(this.style.position="relative",e(this).data("blockUI.static",!0)),this.style.zoom=1,d(this,t)})},e.fn.unblock=function(t){return this[0]===window?(e.unblockUI(t),this):this.each(function(){a(this,t)})},e.blockUI.version=2.7,e.blockUI.defaults={message:"<h1>Please wait...</h1>",title:null,draggable:!0,theme:!1,css:{padding:0,margin:0,width:"30%",top:"40%",left:"35%",textAlign:"center",color:"#000",border:"3px solid #aaa",backgroundColor:"#fff",cursor:"wait"},themedCSS:{width:"30%",top:"40%",left:"35%"},overlayCSS:{backgroundColor:"#000",opacity:.6,cursor:"wait"},cursorReset:"default",growlCSS:{width:"350px",top:"10px",left:"",right:"10px",border:"none",padding:"5px",opacity:.6,cursor:"default",color:"#fff",backgroundColor:"#000","-webkit-border-radius":"10px","-moz-border-radius":"10px","border-radius":"10px"},iframeSrc:/^https/i.test(window.location.href||"")?"javascript:false":"about:blank",forceIframe:!1,baseZ:1e3,centerX:!0,centerY:!0,allowBodyStretch:!0,bindEvents:!0,constrainTabKey:!0,fadeIn:200,fadeOut:400,timeout:0,showOverlay:!0,focusInput:!0,focusableElements:":input:enabled:visible",onBlock:null,onUnblock:null,onOverlayClick:null,quirksmodeOffsetHack:4,blockMsgClass:"blockMsg",ignoreIfBlocked:!1};var s=null,l=[];function d(d,c){var u,b,h=d==window,k=c&&c.message!==undefined?c.message:undefined;if(!(c=e.extend({},e.blockUI.defaults,c||{})).ignoreIfBlocked||!e(d).data("blockUI.isBlocked")){if(c.overlayCSS=e.extend({},e.blockUI.defaults.overlayCSS,c.overlayCSS||{}),u=e.extend({},e.blockUI.defaults.css,c.css||{}),c.onOverlayClick&&(c.overlayCSS.cursor="pointer"),b=e.extend({},e.blockUI.defaults.themedCSS,c.themedCSS||{}),k=k===undefined?c.message:k,h&&s&&a(window,{fadeOut:0}),k&&"string"!=typeof k&&(k.parentNode||k.jquery)){var y=k.jquery?k[0]:k,m={};e(d).data("blockUI.history",m),m.el=y,m.parent=y.parentNode,m.display=y.style.display,m.position=y.style.position,m.parent&&m.parent.removeChild(y)}e(d).data("blockUI.onUnblock",c.onUnblock);var g,v,I,w,U=c.baseZ;g=o||c.forceIframe?e('<iframe class="blockUI" style="z-index:'+U+++';display:none;border:none;margin:0;padding:0;position:absolute;width:100%;height:100%;top:0;left:0" src="'+c.iframeSrc+'"></iframe>'):e('<div class="blockUI" style="display:none"></div>'),v=c.theme?e('<div class="blockUI blockOverlay ui-widget-overlay" style="z-index:'+U+++';display:none"></div>'):e('<div class="blockUI blockOverlay" style="z-index:'+U+++';display:none;border:none;margin:0;padding:0;width:100%;height:100%;top:0;left:0"></div>'),c.theme&&h?(w='<div class="blockUI '+c.blockMsgClass+' blockPage ui-dialog ui-widget ui-corner-all" style="z-index:'+(U+10)+';display:none;position:fixed">',c.title&&(w+='<div class="ui-widget-header ui-dialog-titlebar ui-corner-all blockTitle">'+(c.title||"&nbsp;")+"</div>"),w+='<div class="ui-widget-content ui-dialog-content"></div>',w+="</div>"):c.theme?(w='<div class="blockUI '+c.blockMsgClass+' blockElement ui-dialog ui-widget ui-corner-all" style="z-index:'+(U+10)+';display:none;position:absolute">',c.title&&(w+='<div class="ui-widget-header ui-dialog-titlebar ui-corner-all blockTitle">'+(c.title||"&nbsp;")+"</div>"),w+='<div class="ui-widget-content ui-dialog-content"></div>',w+="</div>"):w=h?'<div class="blockUI '+c.blockMsgClass+' blockPage" style="z-index:'+(U+10)+';display:none;position:fixed"></div>':'<div class="blockUI '+c.blockMsgClass+' blockElement" style="z-index:'+(U+10)+';display:none;position:absolute"></div>',I=e(w),k&&(c.theme?(I.css(b),I.addClass("ui-widget-content")):I.css(u)),c.theme||v.css(c.overlayCSS),v.css("position",h?"fixed":"absolute"),(o||c.forceIframe)&&g.css("opacity",0);var x=[g,v,I],C=e(h?"body":d);e.each(x,function(){this.appendTo(C)}),c.theme&&c.draggable&&e.fn.draggable&&I.draggable({handle:".ui-dialog-titlebar",cancel:"li"});var S=i&&(!e.support.boxModel||e("object,embed",h?null:d).length>0);if(n||S){if(h&&c.allowBodyStretch&&e.support.boxModel&&e("html,body").css("height","100%"),(n||!e.support.boxModel)&&!h)var E=p(d,"borderTopWidth"),O=p(d,"borderLeftWidth"),T=E?"(0 - "+E+")":0,M=O?"(0 - "+O+")":0;e.each(x,function(e,t){var o=t[0].style;if(o.position="absolute",e<2)h?o.setExpression("height","Math.max(document.body.scrollHeight, document.body.offsetHeight) - (jQuery.support.boxModel?0:"+c.quirksmodeOffsetHack+') + "px"'):o.setExpression("height",'this.parentNode.offsetHeight + "px"'),h?o.setExpression("width",'jQuery.support.boxModel&&document.documentElement.clientWidth||document.body.clientWidth + "px"'):o.setExpression("width",'this.parentNode.offsetWidth + "px"'),M&&o.setExpression("left",M),T&&o.setExpression("top",T);else if(c.centerY)h&&o.setExpression("top",'(document.documentElement.clientHeight||document.body.clientHeight) / 2 - (this.offsetHeight / 2) + (blah=document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop) + "px"'),o.marginTop=0;else if(!c.centerY&&h){var n="((document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop) + "+(c.css&&c.css.top?parseInt(c.css.top,10):0)+') + "px"';o.setExpression("top",n)}})}if(k&&(c.theme?I.find(".ui-widget-content").append(k):I.append(k),(k.jquery||k.nodeType)&&e(k).show()),(o||c.forceIframe)&&c.showOverlay&&g.show(),c.fadeIn){var B=c.onBlock?c.onBlock:t,j=c.showOverlay&&!k?B:t,H=k?B:t;c.showOverlay&&v._fadeIn(c.fadeIn,j),k&&I._fadeIn(c.fadeIn,H)}else c.showOverlay&&v.show(),k&&I.show(),c.onBlock&&c.onBlock.bind(I)();if(r(1,d,c),h?(s=I[0],l=e(c.focusableElements,s),c.focusInput&&setTimeout(f,20)):function(e,t,o){var n=e.parentNode,i=e.style,s=(n.offsetWidth-e.offsetWidth)/2-p(n,"borderLeftWidth"),l=(n.offsetHeight-e.offsetHeight)/2-p(n,"borderTopWidth");t&&(i.left=s>0?s+"px":"0");o&&(i.top=l>0?l+"px":"0")}(I[0],c.centerX,c.centerY),c.timeout){var z=setTimeout(function(){h?e.unblockUI(c):e(d).unblock(c)},c.timeout);e(d).data("blockUI.timeout",z)}}}function a(t,o){var n,i,d=t==window,a=e(t),u=a.data("blockUI.history"),f=a.data("blockUI.timeout");f&&(clearTimeout(f),a.removeData("blockUI.timeout")),o=e.extend({},e.blockUI.defaults,o||{}),r(0,t,o),null===o.onUnblock&&(o.onUnblock=a.data("blockUI.onUnblock"),a.removeData("blockUI.onUnblock")),i=d?e(document.body).children().filter(".blockUI").add("body > .blockUI"):a.find(">.blockUI"),o.cursorReset&&(i.length>1&&(i[1].style.cursor=o.cursorReset),i.length>2&&(i[2].style.cursor=o.cursorReset)),d&&(s=l=null),o.fadeOut?(n=i.length,i.stop().fadeOut(o.fadeOut,function(){0==--n&&c(i,u,o,t)})):c(i,u,o,t)}function c(t,o,n,i){var s=e(i);if(!s.data("blockUI.isBlocked")){t.each(function(e,t){this.parentNode&&this.parentNode.removeChild(this)}),o&&o.el&&(o.el.style.display=o.display,o.el.style.position=o.position,o.el.style.cursor="default",o.parent&&o.parent.appendChild(o.el),s.removeData("blockUI.history")),s.data("blockUI.static")&&s.css("position","static"),"function"==typeof n.onUnblock&&n.onUnblock(i,n);var l=e(document.body),d=l.width(),a=l[0].style.width;l.width(d-1).width(d),l[0].style.width=a}}function r(t,o,n){var i=o==window,l=e(o);if((t||(!i||s)&&(i||l.data("blockUI.isBlocked")))&&(l.data("blockUI.isBlocked",t),i&&n.bindEvents&&(!t||n.showOverlay))){var d="mousedown mouseup keydown keypress keyup touchstart touchend touchmove";t?e(document).on(d,n,u):e(document).off(d,u)}}function u(t){if("keydown"===t.type&&t.keyCode&&9==t.keyCode&&s&&t.data.constrainTabKey){var o=l,n=!t.shiftKey&&t.target===o[o.length-1],i=t.shiftKey&&t.target===o[0];if(n||i)return setTimeout(function(){f(i)},10),!1}var d=t.data,a=e(t.target);return a.hasClass("blockOverlay")&&d.onOverlayClick&&d.onOverlayClick(t),a.parents("div."+d.blockMsgClass).length>0||0===a.parents().children().filter("div.blockUI").length}function f(e){if(l){var t=l[!0===e?l.length-1:0];t&&t.trigger("focus")}}function p(t,o){return parseInt(e.css(t,o),10)||0}}"function"==typeof define&&define.amd&&define.amd.jQuery?define(["jquery"],e):e(jQuery)}();