// source --> https://messpunkte.de/wp-content/plugins/tier-pricing-table-premium/assets/frontend/product-tiered-pricing-table.min.js?ver=4.3.3 
jQuery(document).ready(function($){if(void 0===tieredPricingGlobalData)return;function TieredPriceTable(isTooltip=!1){this.productPageManager=null,this.dataProvider=null,this.isTooltip=isTooltip,this.init=function($wrapper){this.$wrapper=$wrapper,this.productPageManager.bindEvents(),this.isTooltip&&(jQuery.widget.bridge("uiTooltip",jQuery.ui.tooltip),this.dataProvider.isVariableProduct()||this.initTooltip())},this.$getPricingElement=function(){return this.$wrapper.find("[data-tiered-pricing-table]")},this.$getPricingElementPart=function(){return this.$wrapper.find("[data-tiered-pricing-table]").find("tbody").find("tr")},this.initTooltip=function(){this.dataProvider.isTooltipBorder()&&this.$getPricingElement().css("border","2px solid "+this.dataProvider.getActiveTierColor()),jQuery(document).uiTooltip({items:".tiered-pricing-tooltip-icon",tooltipClass:"tiered-pricing-tooltip",content:function(){return this.productPageManager.$getQuantityField().trigger("change"),this.$getPricingElement().clone()}.bind(this),hide:{effect:"fade"},position:{my:"center bottom-40",at:"center bottom",using:function(position){jQuery(this).css(position)}},close:function(e,tooltip){tooltip.tooltip.innerHTML=""}})}}function HorizontalTieredPricingTable(){this.productPageManager=null,this.dataProvider=null,this.init=function($wrapper){this.$wrapper=$wrapper,this.productPageManager.bindEvents()},this.$getPricingElement=function(){return this.$wrapper.find(".tiered-pricing-horizontal-table")},this.$getPricingElementPart=function(){return this.$wrapper.find(".tiered-pricing-horizontal-table__values")}}function TieredPricingPlainText(){this.productPageManager=null,this.dataProvider=null,this.init=function($wrapper){this.$wrapper=$wrapper,this.productPageManager.bindEvents()},this.$getPricingElement=function(){return this.$wrapper.find(".tiered-pricing-plain-texts")},this.$getPricingElementPart=function(){return this.$wrapper.find(".tiered-pricing-plain-text")}}function TieredPricingDropdown(){this.isExpanded=!1,this.$selectedElement=null,this.productPageManager=null,this.dataProvider=null,this.$getList=function(){return this.$wrapper.find(".tiered-pricing-dropdown__list")},this.$getSelectBox=function(){return this.$wrapper.find(".tiered-pricing-dropdown__select-box")},this.init=function($wrapper){this.$wrapper=$wrapper,this.productPageManager.bindEvents(),jQuery(document).on("click",".tiered-pricing-dropdown__select-box",this.handleSelectBoxClick.bind(this)),jQuery(document).on("click",this.hide.bind(this)),jQuery(document).on("tiered_price_update",this.update.bind(this)),jQuery(document).on("keyup",this.$wrapper,function(e){13!==e.which&&32!==e.which||this.show()}.bind(this))},this.setActiveElement=function(el){this.$selectedElement=el,this.$getList().find(".tiered-pricing-dropdown-option").removeClass("tiered-pricing-dropdown-option--selected"),this.$selectedElement.addClass("tiered-pricing-dropdown-option--selected"),this.$getSelectBox().find(".tiered-pricing-dropdown-option").html(el.html())},this.update=function(){var activeEl=this.$getPricingElementPart().filter(".tiered-pricing--active");activeEl.length&&this.setActiveElement(activeEl)},this.handleSelectBoxClick=function(e){e.stopPropagation(),this.isExpanded?this.hide():this.show()},this.show=function(){this.$getList().show(),this.$getSelectBox().addClass("tiered-pricing-dropdown__select-box--active"),this.isExpanded=!0},this.hide=function(){this.isExpanded&&(this.$getList().hide(),this.$getSelectBox().removeClass("tiered-pricing-dropdown__select-box--active"),this.isExpanded=!1)},this.$getPricingElement=function(){return this.$wrapper.find(".tiered-pricing-dropdown")},this.$getPricingElementPart=function(){return this.$wrapper.find(".tiered-pricing-dropdown__list .tiered-pricing-dropdown-option")}}function TieredPricingBlocks(){this.productPageManager=null,this.dataProvider=null,this.init=function($wrapper){this.$wrapper=$wrapper,this.productPageManager.bindEvents()},this.$getPricingElement=function(){return this.$wrapper.find(".tiered-pricing-blocks")},this.$getPricingElementPart=function(){return this.$wrapper.find(".tiered-pricing-blocks").find(".tiered-pricing-block")}}function TieredPricingOptions(){this.productPageManager=null,this.dataProvider=null,this.init=function($wrapper){this.$wrapper=$wrapper,this.productPageManager.bindEvents(),this.dataProvider.isPremium()&&jQuery(document).on("tiered_price_update",this.updateTotals.bind(this))},this.updateTotals=function(event,data){var originalTotal=jQuery("<del>"),discountedTotal=(originalTotal.html(data.__instance.formatting.formatPrice(data.__instance.dataProvider.getRegularPrice()*data.quantity)),data.__instance.formatting.formatPrice(data.price*data.quantity));data.__instance.dataProvider.getRegularPrice()!==data.price?this.$getPricingElementPart().find(".tiered-pricing-option-total__original_total").html(originalTotal):this.$getPricingElementPart().find(".tiered-pricing-option-total__original_total").html(""),this.$getPricingElementPart().find(".tiered-pricing-option-total__discounted_total").html(discountedTotal)},this.$getPricingElement=function(){return this.$wrapper.find(".tiered-pricing-options")},this.$getPricingElementPart=function(){return this.$wrapper.find(".tiered-pricing-option")}}function ProductPageManager(tieredPricingInstance){this.tieredPricingInstance=tieredPricingInstance,this.bindEvents=function(){this.$getQuantityField().on("change input",function(event){this.updatePricingByQuantity(jQuery(event.target).val())}.bind(this)),this.tieredPricingInstance.dataProvider.isClickableRows()&&jQuery(document).on("click",tieredPricingInstance.$getPricingElementPart(),this.setQuantityByClick.bind(this)),this.tieredPricingInstance.dataProvider.isVariableProduct()&&(jQuery(document).on("show_variation",this.loadVariationPricing.bind(this)),jQuery(document).on("reset_data",function(){this.tieredPricingInstance.dataProvider.updatePriceSuffix(""),this.tieredPricingInstance.$wrapper.html(""),jQuery(".product").find(".tiered-pricing-dynamic-price-wrapper").first().length&&this.defaultVariableProductPrice&&this.updateProductPriceHTML(this.defaultVariableProductPrice,!0)}.bind(this)))},this.loadVariationPricing=function(event,variation){jQuery.post(document.location.origin+document.location.pathname+"?wc-ajax=get_pricing_table",{variation_id:variation.variation_id,nonce:tieredPricingGlobalData.loadVariationTieredPricingNonce},function(response){tieredPricingInstance.$wrapper.html(response),response?(this.$getQuantityField().trigger("change"),"tooltip"===this.tieredPricingInstance.dataProvider.getDisplayType()&&this.tieredPricingInstance.initTooltip()):(variation.price_html&&this.updateProductPriceHTML(variation.price_html,!0),variation.min_qty&&0<variation.min_qty&&this.$getQuantityField().val(variation.min_qty)),"tooltip"===this.tieredPricingInstance.dataProvider.getDisplayType()&&this.tieredPricingInstance.dataProvider.isTooltipBorder()&&this.tieredPricingInstance.$getPricingElement().css("border","2px solid "+this.tieredPricingInstance.dataProvider.getActiveTierColor())}.bind(this))},this.setQuantityByClick=function(e){var e=jQuery(e.target).closest(tieredPricingInstance.$getPricingElementPart());0<e.length&&(0<(e=parseInt(e.data("tiered-quantity")))&&this.$getQuantityField().val(e),this.$getQuantityField().trigger("change"))},this.$getQuantityField=function(){return jQuery("form.cart").find("[name=quantity]")},this.updatePricingByQuantity=function(quantity){this.resetPricingElementActive(),quantity=Math.max(1,quantity);var pricing=this.tieredPricingInstance.dataProvider.getPricingByQuantity(quantity);pricing&&(this.tieredPricingInstance.dataProvider.updatePriceOnProductPage()&&this.updateProductPriceHTML(this.buildProductPagePrice(pricing),!0),this.setPricingElementActive(pricing.tieredQuantity),jQuery(document).trigger("tiered_price_update",{pricing:pricing,quantity:quantity,price:pricing.price,price_excl_tax:pricing.price_excl_tax,__instance:tieredPricingInstance}))},this.buildProductPagePrice=function(pricing){var showAsADiscount=this.tieredPricingInstance.dataProvider.showTieredPriceAsDiscount()&&pricing.tieredQuantity>this.tieredPricingInstance.dataProvider.getMinimum();let price,originalPrice,priceSuffix,multiplyBy;return multiplyBy=1,this.tieredPricingInstance.dataProvider.isShowTotalPrice()&&1<pricing.eventQuantity&&(multiplyBy=pricing.eventQuantity),price=pricing.price*multiplyBy,priceSuffix=this.buildPriceSuffix(pricing,multiplyBy),this.tieredPricingInstance.dataProvider.isProductOnSale()?originalPrice=this.tieredPricingInstance.dataProvider.getRegularPrice()*multiplyBy:showAsADiscount&&(originalPrice=this.tieredPricingInstance.dataProvider.getOriginalPrice()*multiplyBy),formatting.formatPrice(price,originalPrice,priceSuffix)},this.buildPriceSuffix=function(pricing,quantity=1){let suffix=this.tieredPricingInstance.dataProvider.getPriceSuffix();var suffixWrapper;return suffix&&((suffixWrapper=jQuery("<div>")).html(suffix),0<suffixWrapper.find(".tiered-pricing-dynamic-price__excluding_tax").length&&suffixWrapper.find(".tiered-pricing-dynamic-price__excluding_tax").replaceWith(formatting.formatPrice(pricing.price_excl_tax*quantity)),0<suffixWrapper.find(".tiered-pricing-dynamic-price__including_tax").length&&suffixWrapper.find(".tiered-pricing-dynamic-price__including_tax").replaceWith(formatting.formatPrice(pricing.price_incl_tax*quantity)),suffix=suffixWrapper.html()),suffix},this.updateProductPriceHTML=function(priceHtml,wipeDiscount=0,priceContainer=!1){priceContainer||(priceContainer=jQuery(".tiered-pricing-dynamic-price-wrapper"),"undefined"!=typeof tieredPriceTableGetProductPriceContainer&&(priceContainer=tieredPriceTableGetProductPriceContainer())),this.defaultVariableProductPrice||(this.defaultVariableProductPrice=priceContainer.html()),priceContainer.html(priceHtml)},this.setPricingElementActive=function(quantity){this.tieredPricingInstance.$getPricingElement().find('[data-tiered-quantity="'+quantity+'"]').addClass("tiered-pricing--active")},this.resetPricingElementActive=function(){this.tieredPricingInstance.$getPricingElement().find("[data-tiered-quantity]").removeClass("tiered-pricing--active")},setTimeout(function(){this.$getQuantityField().trigger("change")}.bind(this),300)}function DataProvider(tieredPricingInstance){this.tieredPricingInstance=tieredPricingInstance,this.settings=null,this.getSettings=function(){return this.settings||(this.settings=tieredPricingInstance.$wrapper.data("settings")),this.settings},this.isVariableProduct=function(){return tieredPricingGlobalData.supportedVariableProductTypes.includes(this.getProductType())},this.getPricingByQuantity=function(quantity){if(0<this.tieredPricingInstance.$getPricingElement().length){var tieredQuantity,pricing={price:this.getPriceByTieredQuantity(0),price_excl_tax:this.getPriceByTieredQuantity(0,"excl_tax"),price_incl_tax:this.getPriceByTieredQuantity(0,"incl_tax"),priceHtml:this.getPriceByTieredQuantity(0,"html"),tieredQuantity:this.getMinimum(),eventQuantity:quantity};for(tieredQuantity in this.getPricingRules())if(quantity>=(tieredQuantity=parseInt(tieredQuantity))){pricing.price=this.getPriceByTieredQuantity(tieredQuantity),pricing.price_excl_tax=this.getPriceByTieredQuantity(tieredQuantity,"excl_tax"),pricing.price_incl_tax=this.getPriceByTieredQuantity(tieredQuantity,"incl_tax"),pricing.priceHtml=this.getPriceByTieredQuantity(tieredQuantity,"html"),pricing.tieredQuantity=tieredQuantity,pricing.eventQuantity=quantity;break}return pricing}return!1},this.getPricingRules=function(){let rawPricingRules=JSON.parse(this.tieredPricingInstance.$getPricingElement().attr("data-price-rules"));return Object.keys(rawPricingRules).sort((a,b)=>a-b).reverse().reduce((obj,key)=>(obj[key+" "]=rawPricingRules[key],obj),{})},this.getMinimum=function(){var min=this.tieredPricingInstance.$getPricingElement().data("minimum");return min?parseInt(min):1},this.getProductName=function(){return this.tieredPricingInstance.$getPricingElement().data("product-name")},this.getPriceSuffix=function(){return"undefined"!=typeof tieredPriceTableGetProductPriceSuffix?tieredPriceTableGetProductPriceSuffix():this.tieredPricingInstance.$getPricingElement().data("product-price-suffix")},this.updatePriceSuffix=function(suffix){this.tieredPricingInstance.$getPricingElement().attr("data-product-price-suffix",suffix)},this.getProductType=function(){return this.tieredPricingInstance.$wrapper.data("product-type")},this.getPriceByTieredQuantity=function(tieredQuantity,type="regular"){tieredQuantity=tieredQuantity||this.getMinimum();var pricingElement=this.tieredPricingInstance.$getPricingElement().find('[data-tiered-quantity="'+tieredQuantity+'"]');return!(pricingElement.length<1)&&("html"===type?formatting.formatPrice(this.getPriceByTieredQuantity(tieredQuantity,"regular")):"excl_tax"===type?parseFloat(pricingElement.data("tiered-price-exclude-taxes")):"incl_tax"===type?parseFloat(pricingElement.data("tiered-price-include-taxes")):parseFloat(pricingElement.data("tiered-price")))},this.isClickableRows=function(){return this.isPremium()&&this.getSettings().clickable_rows},this.isShowTotalPrice=function(){return this.isPremium()&&this.getSettings().show_total_price},this.isTooltipBorder=function(){return this.getSettings().tooltip_border},this.getDisplayType=function(){return this.getSettings().display_type},this.getActiveTierColor=function(){return this.getSettings().active_tier_color},this.updatePriceOnProductPage=function(){return this.getSettings().update_price_on_product_page},this.showTieredPriceAsDiscount=function(){return this.getSettings().show_tiered_price_as_discount},this.isProductOnSale=function(){return""!==this.tieredPricingInstance.$getPricingElement().data("sale-price")},this.getRegularPrice=function(){return parseFloat(this.tieredPricingInstance.$getPricingElement().data("regular-price"))},this.getSalePrice=function(){return parseFloat(this.tieredPricingInstance.$getPricingElement().data("sale-price"))},this.getOriginalPrice=function(){return parseFloat(this.tieredPricingInstance.$getPricingElement().data("price"))},this.isPremium=function(){return"yes"===tieredPricingGlobalData.isPremium}}document.tieredPricingInstances=[];const formatting=new function(currencyOptions){this.currencyOptions=currencyOptions,this.formatNumber=function(number,decimals,dec_point,thousands_sep,trim_zeros){let i,j,kw,kd,km;return isNaN(decimals=Math.abs(decimals))&&(decimals=this.currencyOptions.decimals),void 0===dec_point&&(dec_point=this.currencyOptions.decimal_separator),void 0===thousands_sep&&(thousands_sep=this.currencyOptions.thousand_separator),void 0===trim_zeros&&(trim_zeros=this.currencyOptions.trim_zeros),i=parseInt(number=(+number||0).toFixed(decimals))+"",3<(j=i.length)?j%=3:j=0,km=j?i.substr(0,j)+thousands_sep:"",kw=i.substr(j).replace(/(\d{3})(?=\d)/g,"$1"+thousands_sep),kd=decimals?dec_point+Math.abs(number-i).toFixed(decimals).replace(/-/,0).slice(2):"",trim_zeros?(kd=kd.replace(/0+$/,""),thousands_sep=new RegExp("\\"+dec_point+"+$"),(km+kw+kd).replace(thousands_sep,"")):km+kw+kd},this.formatPrice=function(price,originalPrice="",suffix=""){var currency='<span class="woocommerce-Price-currencySymbol">'+this.currencyOptions.currency_symbol+"</span>",priceSuffixPart=suffix?" %3$s ":"";let template;return template=originalPrice?"<del>"+this.formatPrice(originalPrice)+'</del> <ins><span class="woocommerce-Price-amount amount">'+this.currencyOptions.price_format+priceSuffixPart+"</span></ins>":'<span class="woocommerce-Price-amount amount">'+this.currencyOptions.price_format+priceSuffixPart+"</span>",jQuery("<textarea />").html(template.replace("%2$s",this.formatNumber(price)).replace("%1$s",currency).replace("%3$s",suffix)).text()}}(tieredPricingGlobalData.currencyOptions);setTimeout(function(){jQuery.each(jQuery(".tpt__tiered-pricing"),function(index,wrapper){var displayType=jQuery(wrapper).data("display-type");let tieredPricingInstance;"options"===displayType?tieredPricingInstance=new TieredPricingOptions:"plain-text"===displayType?tieredPricingInstance=new TieredPricingPlainText:"blocks"===displayType?tieredPricingInstance=new TieredPricingBlocks:"dropdown"===displayType?tieredPricingInstance=new TieredPricingDropdown:"horizontal-table"===displayType?tieredPricingInstance=new HorizontalTieredPricingTable:"table"!==displayType&&"tooltip"!==displayType||(tieredPricingInstance=new TieredPriceTable("tooltip"===displayType)),tieredPricingInstance&&(tieredPricingInstance.formatting=formatting,tieredPricingInstance.dataProvider=new DataProvider(tieredPricingInstance),tieredPricingInstance.productPageManager=new ProductPageManager(tieredPricingInstance),document.tieredPricingInstances.push(tieredPricingInstance),tieredPricingInstance.init(jQuery(wrapper)))})},250)}),jQuery,jQuery(document).on("tiered_price_update",function(event,data){jQuery("[data-tier-pricing-table-summary]").removeClass("tier-pricing-summary-table--hidden"),jQuery("[data-tier-pricing-table-summary-product-qty]").text(data.__instance.formatting.formatNumber(data.quantity,0)),jQuery("[data-tier-pricing-table-summary-product-price]").html(data.__instance.formatting.formatPrice(data.price,!1)),jQuery("[data-tier-pricing-table-summary-total]").html(data.__instance.formatting.formatPrice(data.price*data.quantity,!1)),jQuery("[data-tier-pricing-table-summary-product-name]").html(data.__instance.dataProvider.getProductName())}),jQuery(document).on("reset_data",function(){jQuery("[data-tier-pricing-table-summary]").addClass("tier-pricing-summary-table--hidden")}),jQuery(document).on("found_variation",function(){jQuery("[data-tier-pricing-table-summary]").addClass("tier-pricing-summary-table--hidden")}),jQuery,jQuery(document).on("tiered_price_update",function(event,data){let originalPrice,saveAmount;jQuery.each(jQuery(".tiered-pricing-you-save"),function(i,el){var el=jQuery(el),considerSalePrice="yes"===el.data("consider-sale-price");originalPrice=considerSalePrice?data.__instance.dataProvider.getRegularPrice():data.__instance.dataProvider.getOriginalPrice(),0<(saveAmount=originalPrice-data.price)?(el.removeClass("tiered-pricing-you-save--hidden"),el.find(".tiered-pricing-you-save__price").html(data.__instance.formatting.formatPrice(saveAmount)),el.find(".tiered-pricing-you-save__total").html(data.__instance.formatting.formatPrice(saveAmount*data.quantity))):el.addClass("tiered-pricing-you-save--hidden")})}),jQuery(document).on("reset_data",function(){jQuery(".tiered-pricing-you-save").addClass("tiered-pricing-you-save--hidden")}),jQuery(document).on("found_variation",function(){jQuery(".tiered-pricing-you-save").addClass("tiered-pricing-you-save--hidden")});
// source --> https://messpunkte.de/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.9.1.6 
/*!
 * 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)}();