// source --> https://www.firstelement.co.jp/wp-content/plugins/woocommerce-multi-currency/js/woocommerce-multi-currency.min.js?ver=2.3.13 
jQuery(document).ready(function($){"use strict";if(wooMultiCurrencyParams.currencyByPaymentImmediately){$(document.body).on("updated_checkout",function(event,response){if(typeof response==="undefined")return;if(response.hasOwnProperty("wmc_update_checkout")&&response.wmc_update_checkout){$(document.body).trigger("update_checkout")}});$(document.body).on("payment_method_selected",function(event,response){$(document.body).trigger("update_checkout")})}function getCookie(cname){var name=cname+"=";var decodedCookie=decodeURIComponent(document.cookie);var ca=decodedCookie.split(";");for(var i=0;i<ca.length;i++){var c=ca[i];while(c.charAt(0)==" "){c=c.substring(1)}if(c.indexOf(name)==0){return c.substring(name.length,c.length)}}return""}window.woocommerce_multi_currency={init:function(){this.design();this.checkPosition();this.click_to_expand();this.rate_table_change();this.cacheInit()},cacheInit(){if(wooMultiCurrencyParams.enableCacheCompatible==="1"){this.cacheCompatible();$(document).on("append.infiniteScroll",()=>{this.cacheCompatible()})}else if(wooMultiCurrencyParams.enableCacheCompatible==="2"){this.overrideSwitcher();this.cacheCompatibleByJSON();$(document).on("append.infiniteScroll",()=>{this.cacheCompatibleByJSON()})}},disableCurrentCurrencyLink(){$(".wmc-active a").on("click",function(e){e.preventDefault();e.stopImmediatePropagation()})},design:function(){var windowsize=jQuery(window).width();if(windowsize<=768){jQuery(".woocommerce-multi-currency.wmc-sidebar").on("click",function(){jQuery(this).toggleClass("wmc-hover");let body_overflow=jQuery("html body").css("overflow");if(jQuery(this).hasClass("wmc-hover")){jQuery("html").css({overflow:"hidden"})}else{jQuery(".woocommerce-multi-currency.wmc-sidebar").css("display","none");setTimeout(function(){jQuery(".woocommerce-multi-currency.wmc-sidebar").css("display","initial")},100);if("clip"===body_overflow){jQuery("html").css({overflow:""})}else{jQuery("html").css({overflow:"visible"})}}})}else{let currencyBar=jQuery(".woocommerce-multi-currency.wmc-sidebar");if(currencyBar.hasClass("wmc-collapse")&&wooMultiCurrencyParams?.click_to_expand_currencies_bar){currencyBar.on("click",function(){jQuery(this).toggleClass("wmc-hover")}).on("mouseleave",function(){jQuery(this).removeClass("wmc-hover")})}else{currencyBar.on("mouseenter",function(){let $this=jQuery(this);$this.addClass("wmc-hover")}).on("mouseleave",function(){let $this=jQuery(this);$this.removeClass("wmc-hover")})}}},checkPosition:function(){jQuery(".woocommerce-multi-currency .wmc-currency-wrapper").on("mouseenter",function(){let $wrapper=$(this),$shortcode_container=$wrapper.closest(".woocommerce-multi-currency");if(!$shortcode_container.hasClass("wmc-currency-trigger-click")){if(this.getBoundingClientRect().top/$(window).height()>.5){$shortcode_container.find(".wmc-sub-currency").addClass("wmc-show-up")}else{$shortcode_container.find(".wmc-sub-currency").removeClass("wmc-show-up")}}})},click_to_expand(){$(document.body).on("click",function(event){$(".wmc-currency-trigger-click-active").removeClass("wmc-currency-trigger-click-active")});$(document.body).on("click",".wmc-currency-trigger-click",function(event){let $shortcode_container=$(this);event.stopPropagation();$shortcode_container.toggleClass("wmc-currency-trigger-click-active");if(this.getBoundingClientRect().top/$(window).height()>.5){$shortcode_container.find(".wmc-sub-currency").addClass("wmc-show-up")}else{$shortcode_container.find(".wmc-sub-currency").removeClass("wmc-show-up")}})},rate_table_change(){$(document.body).on("change",".wmc-sc-rate-base-select",function(event){let this_select=$(this),$shortcode_container=$(this).closest(".woocommerce-multi-currency.wmc-shortcode");event.stopPropagation();$shortcode_container.addClass("wmc-sc-rate-active");$shortcode_container.find(".wmc-currency-rate-table").addClass("wmc-sc-rate-active");$.ajax({url:wooMultiCurrencyParams.ajaxUrl,type:"POST",data:{action:"wmc_get_currency_rates",nonce:wooMultiCurrencyParams.nonce,currency:this_select.val(),flag_size:this_select.data("flag")},xhrFields:{withCredentials:true},success(res){if(res.success){console.log(res.data);$shortcode_container.find(".wmc-currency-rate-table-content").html(res.data)}}})})},cacheCompatible(){if(typeof wc_checkout_params!=="undefined"){if(parseInt(wc_checkout_params.is_checkout)===1){return}}let pids=[];let simpleCache=$(".wmc-cache-pid");if(simpleCache.length){simpleCache.each(function(i,element){let wmc_product_id=$(element).data("wmc_product_id");if(wmc_product_id){pids.push(wmc_product_id)}})}let variationCache=$(".variations_form");if(variationCache.length){variationCache.each(function(index,variation){let data=$(variation).data("product_variations");if(data.length){data.forEach(element=>{pids.push(element.variation_id)})}})}let $shortcodes=$(".woocommerce-multi-currency.wmc-shortcode").not(".wmc-list-currency-rates"),shortcodes=[];$shortcodes.map(function(){let $shortcode=$(this);shortcodes.push({layout:$shortcode.data("layout")?$shortcode.data("layout"):"default",flag_size:$shortcode.data("flag_size"),dropdown_icon:$shortcode.data("dropdown_icon"),custom_format:$shortcode.data("custom_format"),direction:$shortcode.data("direction")})});if(pids.length)pids=[...new Set(pids)];let exchangePrice=[];$(".wmc-cache-value").each(function(i,element){exchangePrice.push({price:$(element).data("price"),original_price:$(element).data("original_price"),currency:$(element).data("currency"),product_id:$(element).data("product_id"),keep_format:$(element).data("keep_format")})});exchangePrice=[...new Set(exchangePrice.map(JSON.stringify))].map(JSON.parse);$.ajax({url:wooMultiCurrencyParams.ajaxUrl,type:"POST",data:{action:"wmc_get_products_price",pids:pids,shortcodes:shortcodes,wmc_current_url:$(".wmc-current-url").val(),exchange:exchangePrice,_woo_multi_currency_nonce:wooMultiCurrencyParams.nonce,wc_filter_price:$(".widget-area .woocommerce.widget_price_filter form .price_slider_wrapper").length!==0||"",wc_filter_price_meta:wooMultiCurrencyParams.filter_price_meta_query!==""?JSON.parse(wooMultiCurrencyParams.filter_price_meta_query):"",wc_filter_price_tax:wooMultiCurrencyParams.filter_price_tax_query!==""?JSON.parse(wooMultiCurrencyParams.filter_price_tax_query):"",wc_filter_price_search:wooMultiCurrencyParams.filter_price_search_query!==""?JSON.parse(wooMultiCurrencyParams.filter_price_search_query):"",filter_price_query_vars:wooMultiCurrencyParams.filter_price_query_vars!==""?JSON.parse(wooMultiCurrencyParams.filter_price_query_vars):"",wc_filter_price_action:$(".widget-area .woocommerce.widget_price_filter form").length!==0?$(".widget-area .woocommerce.widget_price_filter form").attr("action"):"",extra_params:wooMultiCurrencyParams.extra_params},xhrFields:{withCredentials:true},success(res){if(res.success){let prices=res.data.prices||"",currentCurrency=res.data.current_currency||"",filter_price_data=res.data.wc_filter_price||"",exSc=res.data.exchange||"";if(shortcodes.length>0&&shortcodes.length===res.data.shortcodes.length){for(let i=0;i<shortcodes.length;i++){$shortcodes.eq(i).replaceWith(res.data.shortcodes[i])}}if(wooMultiCurrencyParams.switchByJS!=="1"){$(".wmc-currency a").unbind()}if(currentCurrency){$(".wmc-sidebar .wmc-currency").removeClass("wmc-active");$(`.wmc-sidebar .wmc-currency[data-currency=${currentCurrency}]`).addClass("wmc-active");$(".wmc-price-switcher .wmc-current-currency i").removeClass().addClass("vi-flag-64 flag-"+res.data.current_country);$(`.wmc-price-switcher .wmc-hidden`).removeClass("wmc-hidden");$(`.wmc-price-switcher .wmc-currency[data-currency=${currentCurrency}]`).addClass("wmc-hidden");let symbolData=$(`.wmc-price-switcher .wmc-currency[data-currency=${currentCurrency}]`).attr("data-symbol");$(".wmc-price-switcher .wmc-current-currency .wmc-prd-switcher-display").html(symbolData);let $price_switcher=$(".wmc-price-switcher").not(".wmc-approximate-price-switcher");$price_switcher.find(".wmc-current-currency i").removeClass().addClass("vi-flag-64 flag-"+res.data.current_country);$price_switcher.find(`.wmc-hidden`).removeClass("wmc-hidden");$price_switcher.find(`.wmc-currency[data-currency=${currentCurrency}]`).addClass("wmc-hidden");$(`select.wmc-nav option[data-currency=${currentCurrency}]`).prop("selected",true);$("body").removeClass(`woocommerce-multi-currency-${wooMultiCurrencyParams.current_currency}`).addClass(`woocommerce-multi-currency-${currentCurrency}`)}if(prices){for(let id in prices){let priceBlock=$(`.wmc-cache-pid[data-wmc_product_id=${id}]`),priceContainer=$(priceBlock).parent();let price_bundle=priceBlock.closest(".bundled_product_optional_checkbox");if(price_bundle.length){priceBlock.removeClass("wmc-cache-loading");continue}if(wooMultiCurrencyParams.woo_subscription==="1"){$(priceContainer).find(".subscription-details").remove()}$(priceBlock).replaceWith(prices[id])}$(".variations_form").each((i,form)=>{let data=$(form).data("product_variations");if(data){data.map(element=>{let pid=element.variation_id;element.price_html=prices[pid];return element});$(form).data("product_variations",data)}});$(".variations select").trigger("change.wc-variation-form")}if(exSc){for(let i in exSc){$(`.wmc-cache-value[data-price="${exSc[i]["price"]}"][data-product_id="${exSc[i]["product_id"]}"][data-keep_format="${exSc[i]["keep_format"]}"][data-original_price="${exSc[i]["original_price"]}"][data-currency="${exSc[i]["currency"]}"]`).replaceWith(exSc[i]["shortcode"])}}if(filter_price_data!==""){$(".widget-area .woocommerce.widget_price_filter form").replaceWith(filter_price_data);jQuery(document.body).trigger("curcy_price_slider_update",[res.data.currency_symbol]);jQuery(document.body).trigger("init_price_filter",[res.data])}jQuery(document.body).trigger("wmc_cache_compatible_finish",[res.data])}}})},overrideSwitcher(){let currentCurrency=getCookie("wmc_current_currency");if(!currentCurrency){setTimeout(function(){woocommerce_multi_currency.overrideSwitcher()},1e3);return}{$(".wmc-list-currencies .wmc-currency").removeClass("wmc-active");$(`.wmc-list-currencies .wmc-currency[data-currency=${currentCurrency}]`).addClass("wmc-active")}{$(".woocommerce-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency").removeClass("wmc-active");$(`.woocommerce-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency a[data-currency=${currentCurrency}]`).parent().addClass("wmc-active")}{$(".woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency").removeClass("wmc-hidden");$(`.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency a[data-currency=${currentCurrency}]`).parent().addClass("wmc-hidden")}{$(".woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout0 .wmc-current-currency-code").text(currentCurrency)}{let flagClass=$(`.woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout4 .wmc-currency a[data-currency=${currentCurrency}] i`).attr("class");$(".woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout4 .wmc-current-currency i.wmc-current-flag").removeClass().addClass(flagClass)}{let flagClass=$(`.woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout5 .wmc-currency a[data-currency=${currentCurrency}] i`).attr("class");$(".woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout5 .wmc-current-currency i.wmc-current-flag").removeClass().addClass(flagClass);let subCurrencyCode=$(`.woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout5 .wmc-currency a[data-currency=${currentCurrency}] .wmc-sub-currency-code`).first().text();$(".woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout5 .wmc-current-currency .wmc-current-currency-code").text(subCurrencyCode)}{$(".woocommerce-multi-currency.wmc-shortcode.plain-horizontal.layout6 .wmc-currency").removeClass("wmc-active");$(`.woocommerce-multi-currency.wmc-shortcode.plain-horizontal.layout6 .wmc-currency a[data-currency=${currentCurrency}]`).parent().addClass("wmc-active")}{let currencySymbol=$(`.woocommerce-multi-currency.wmc-shortcode.plain-vertical.vertical-currency-symbols .wmc-currency a[data-currency=${currentCurrency}]`).first().text();$(`.woocommerce-multi-currency.wmc-shortcode.plain-vertical.vertical-currency-symbols .wmc-current-currency .wmc-current-currency-symbol`).text(currencySymbol)}{let currencySymbol=$(`.woocommerce-multi-currency.wmc-shortcode.vertical-currency-symbols-circle .wmc-currency a[data-currency=${currentCurrency}]`).first().text();$(`.woocommerce-multi-currency.wmc-shortcode.vertical-currency-symbols-circle .wmc-current-currency`).text(currencySymbol)}{let beforeCurrentCurrency=true;$(".woocommerce-multi-currency.wmc-shortcode.layout9 .wmc-currency").removeClass("wmc-current-currency wmc-active wmc-left wmc-right");$(".woocommerce-multi-currency.wmc-shortcode.layout9 .wmc-currency").each(function(i,el){let a=$(el).find("a");let dataCurrency=a.attr("data-currency");let symbol=a.text();symbol=symbol.replace(dataCurrency,"").trim();if(currentCurrency===dataCurrency){$(el).css("z-index",999);$(el).addClass("wmc-current-currency wmc-active");a.text(`${currentCurrency} ${symbol}`);beforeCurrentCurrency=false}else{a.text(symbol);if(beforeCurrentCurrency){$(el).addClass("wmc-left");$(el).css("z-index",i)}else{$(el).addClass("wmc-right");$(el).css("z-index",99-i)}}})}{let flagClass=$(`.woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout10 .wmc-currency a[data-currency=${currentCurrency}] i`).attr("class");$(".woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout10 .wmc-current-currency i.wmc-current-flag").removeClass().addClass(flagClass);let customFormat=$(".woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout10").data("custom_format");if(customFormat){let subCurrencyName=$(`.woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout10 .wmc-currency a[data-currency=${currentCurrency}] .wmc-sub-currency-name`).first().text();let subCurrencyCode=$(`.woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout10 .wmc-currency a[data-currency=${currentCurrency}] .wmc-sub-currency-code`).first().text();let subCurrencySymbol=$(`.woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout10 .wmc-currency a[data-currency=${currentCurrency}] .wmc-sub-currency-symbol`).first().text();$(".woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout10 .wmc-current-currency .wmc-currency-name").text(`${subCurrencyName}`);$(".woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout10 .wmc-current-currency .wmc-currency-code").text(`${subCurrencyCode}`);$(".woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout10 .wmc-current-currency .wmc-currency-symbol").text(` ${subCurrencySymbol}`)}else{let subCurrencyCode=$(`.woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout10 .wmc-currency a[data-currency=${currentCurrency}] .wmc-sub-currency-name`).first().text();let subCurrencySymbol=$(`.woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout10 .wmc-currency a[data-currency=${currentCurrency}] .wmc-sub-currency-symbol`).first().text();$(".woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout10 .wmc-current-currency .wmc-text-currency-text").html(`(${subCurrencyCode})`);$(".woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout10 .wmc-current-currency .wmc-text-currency-symbol").html(` ${subCurrencySymbol}`)}}{let flagClass=$(`.woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout11 .wmc-currency a[data-currency=${currentCurrency}] i`).attr("class");$(".woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout11 .wmc-current-currency i.wmc-current-flag").removeClass().addClass(flagClass);let customFormat=$(".woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout11").data("custom_format");if(customFormat){let subCurrencyName=$(`.woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout11 .wmc-currency a[data-currency=${currentCurrency}] .wmc-sub-currency-name`).first().text();let subCurrencyCode=$(`.woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout11 .wmc-currency a[data-currency=${currentCurrency}] .wmc-sub-currency-code`).first().text();let subCurrencySymbol=$(`.woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout11 .wmc-currency a[data-currency=${currentCurrency}] .wmc-sub-currency-symbol`).first().text();$(".woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout11 .wmc-current-currency .wmc-currency-name").text(`${subCurrencyName}`);$(".woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout11 .wmc-current-currency .wmc-currency-code").text(`${subCurrencyCode}`);$(".woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout11 .wmc-current-currency .wmc-currency-symbol").text(` ${subCurrencySymbol}`)}else{let subCurrencyCode=$(`.woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout11 .wmc-currency a[data-currency=${currentCurrency}] .wmc-sub-currency-name`).first().text();let subCurrencySymbol=$(`.woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout11 .wmc-currency a[data-currency=${currentCurrency}] .wmc-sub-currency-symbol`).first().text();$(".woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout11 .wmc-current-currency .wmc-text-currency-text").html(`(${subCurrencyCode})`);$(".woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout11 .wmc-current-currency .wmc-text-currency-symbol").html(` ${subCurrencySymbol}`)}}$("select.wmc-nav").val(currentCurrency);{$(".wmc-price-switcher .wmc-currency.wmc-hidden").removeClass("wmc-hidden");$(`.wmc-price-switcher .wmc-currency[data-currency=${currentCurrency}]`).addClass("wmc-hidden");let flagClass=$(`.wmc-price-switcher .wmc-currency[data-currency=${currentCurrency}] i`).attr("class"),symbolData=$(`.wmc-price-switcher .wmc-currency[data-currency=${currentCurrency}]`).attr("data-symbol");$(".wmc-price-switcher .wmc-current-currency i").removeClass().addClass(flagClass);$(".wmc-price-switcher .wmc-current-currency .wmc-prd-switcher-display").html(symbolData)}},cacheCompatibleByJSON(){let currentCurrency=getCookie("wmc_current_currency");if(!currentCurrency){setTimeout(function(){woocommerce_multi_currency.cacheCompatibleByJSON()},1e3);return}function overridePrice(){$(".wmc-wc-price").each(function(i,el){let listPrice=$(el).find(".wmc-price-cache-list").attr("data-wmc_price_cache");if($(el).closest(".wmc-collate-currency-value").length){return}if(listPrice){try{listPrice=JSON.parse(listPrice);let price=listPrice[currentCurrency];if(price){$(el).after(price);$(el).remove()}}catch(e){}}})}overridePrice();$(".variations_form").on("show_variation",function(){overridePrice()})}};woocommerce_multi_currency.init();$(window).on("pageshow",function(e){woocommerce_multi_currency.cacheInit()});$(document.body).on("wmc_currency_reload_cache_compatible",function(e){woocommerce_multi_currency.cacheInit()})});
// source --> https://www.firstelement.co.jp/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.10.6.2 
/*!
 * jQuery blockUI plugin
 * Version 2.70.0-2014.11.23
 * Requires jQuery v1.7 or later
 *
 * Examples at: http://malsup.com/jquery/block/
 * Copyright (c) 2007-2013 M. Alsup
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 *
 * Thanks to Amir-Hossein Sobhi for some excellent contributions!
 */
!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)}();