(function(a){if(a.PrimeFaces){a.submitted=false;a.PrimeFaces.debug("PrimeFaces already loaded, ignoring duplicate execution.");a.PrimeFaces.addSubmitParam=function(d,f){var e=$(this.escapeClientId(d));for(var c in f){e.append('')}return this};a.PrimeFaces.submit=function(e,d){var c=$(this.escapeClientId(e));if(d){c.attr("target",d)}a.submitted=true;c.submit().children("input.ui-submit-param").remove()};return}var b={escapeClientId:function(c){return"#"+c.replace(/:/g,"\\:")},cleanWatermarks:function(){$.watermark.hideAll()},showWatermarks:function(){$.watermark.showAll()},getWidgetById:function(e){for(var d in b.widgets){var c=b.widgets[d];if(c&&c.id===e){return c}}return null},addSubmitParam:function(d,f){var e=$(this.escapeClientId(d));for(var c in f){e.append('')}return this},submit:function(e,d){var c=$(this.escapeClientId(e));if(d){c.attr("target",d)}c.submit().children("input.ui-submit-param").remove()},attachBehaviors:function(d,c){$.each(c,function(f,e){d.bind(f,function(g){e.call(d,g)})})},getCookie:function(c){return $.cookie(c)},setCookie:function(d,e,c){$.cookie(d,e,c)},deleteCookie:function(d,c){$.removeCookie(d,c)},cookiesEnabled:function(){var c=(navigator.cookieEnabled)?true:false;if(typeof navigator.cookieEnabled==="undefined"&&!c){document.cookie="testcookie";c=(document.cookie.indexOf("testcookie")!==-1)?true:false}return(c)},skinInput:function(c){c.hover(function(){$(this).addClass("ui-state-hover")},function(){$(this).removeClass("ui-state-hover")}).focus(function(){$(this).addClass("ui-state-focus")}).blur(function(){$(this).removeClass("ui-state-focus")});c.attr("role","textbox").attr("aria-disabled",c.is(":disabled")).attr("aria-readonly",c.prop("readonly"));if(c.is("textarea")){c.attr("aria-multiline",true)}return this},skinButton:function(c){c.mouseover(function(){var e=$(this);if(!c.prop("disabled")){e.addClass("ui-state-hover")}}).mouseout(function(){$(this).removeClass("ui-state-active ui-state-hover")}).mousedown(function(){var e=$(this);if(!c.prop("disabled")){e.addClass("ui-state-active").removeClass("ui-state-hover")}}).mouseup(function(){$(this).removeClass("ui-state-active").addClass("ui-state-hover")}).focus(function(){$(this).addClass("ui-state-focus")}).blur(function(){$(this).removeClass("ui-state-focus ui-state-active")}).keydown(function(f){if(f.keyCode===$.ui.keyCode.SPACE||f.keyCode===$.ui.keyCode.ENTER||f.keyCode===$.ui.keyCode.NUMPAD_ENTER){$(this).addClass("ui-state-active")}}).keyup(function(){$(this).removeClass("ui-state-active")});var d=c.attr("role");if(!d){c.attr("role","button")}c.attr("aria-disabled",c.prop("disabled"));return this},skinSelect:function(c){c.mouseover(function(){var d=$(this);if(!d.hasClass("ui-state-focus")){d.addClass("ui-state-hover")}}).mouseout(function(){$(this).removeClass("ui-state-hover")}).focus(function(){$(this).addClass("ui-state-focus").removeClass("ui-state-hover")}).blur(function(){$(this).removeClass("ui-state-focus ui-state-hover")});return this},isIE:function(c){return b.env.isIE(c)},info:function(c){if(this.logger){this.logger.info(c)}},debug:function(c){if(this.logger){this.logger.debug(c)}},warn:function(c){if(this.logger){this.logger.warn(c)}if(b.isDevelopmentProjectStage()&&a.console){console.log(c)}},error:function(c){if(this.logger){this.logger.error(c)}if(b.isDevelopmentProjectStage()&&a.console){console.log(c)}},isDevelopmentProjectStage:function(){return b.settings.projectStage==="Development"},setCaretToEnd:function(d){if(d){d.focus();var e=d.value.length;if(e>0){if(d.setSelectionRange){d.setSelectionRange(0,e)}else{if(d.createTextRange){var c=d.createTextRange();c.collapse(true);c.moveEnd("character",1);c.moveStart("character",1);c.select()}}}}},changeTheme:function(g){if(g&&g!==""){var h=$('link[href*="javax.faces.resource/theme.css"]');if(h.length===0){h=$('link[href*="javax.faces.resource=theme.css"]')}var f=h.attr("href"),e=f.split("&")[0],d=e.split("ln=")[1],c=f.replace(d,"primefaces-"+g);h.attr("href",c)}},escapeRegExp:function(c){return this.escapeHTML(c.replace(/([.?*+^$[\]\\(){}|-])/g,"\\$1"))},escapeHTML:function(c){return c.replace(/&/g,"&").replace(//g,">")},clearSelection:function(){if(a.getSelection){if(a.getSelection().empty){a.getSelection().empty()}else{if(a.getSelection().removeAllRanges){a.getSelection().removeAllRanges()}}}else{if(document.selection&&document.selection.empty){try{document.selection.empty()}catch(c){}}}},getSelection:function(){var c="";if(a.getSelection){c=a.getSelection()}else{if(document.getSelection){c=document.getSelection()}else{if(document.selection){c=document.selection.createRange().text}}}return c},hasSelection:function(){return this.getSelection().length>0},cw:function(c,f,d,e){b.createWidget(c,f,d,e)},createWidget:function(c,j,e,h){e.widgetVar=j;if(b.widget[c]){var g=b.widgets[j];if(g&&(g.constructor===b.widget[c])){g.refresh(e)}else{b.widgets[j]=new b.widget[c](e);if(b.settings.legacyWidgetNamespace){a[j]=b.widgets[j]}}}else{var f=b.getFacesResource(h+"/"+h+".js","primefaces");var i=b.getFacesResource(h+"/"+h+".css","primefaces");var d='';$("head").append(d);b.getScript(f,function(){setTimeout(function(){b.widgets[j]=new b.widget[c](e)},100)})}},getFacesResource:function(f,e,c){var d=$('script[src*="/javax.faces.resource/'+b.getCoreScriptName()+'"]').attr("src");if(!d){d=$('script[src*="javax.faces.resource='+b.getCoreScriptName()+'"]').attr("src")}d=d.replace(b.getCoreScriptName(),f);d=d.replace("ln=primefaces","ln="+e);if(c){var h=new RegExp("[?&]v=([^&]*)").exec(d)[1];d=d.replace("v="+h,"v="+c)}var g=a.location.protocol+"//"+a.location.host;return d.indexOf(g)>=0?d:g+d},getCoreScriptName:function(){return"primefaces.js"},inArray:function(c,e){for(var d=0;de){d.scrollTop(c+h-e+i)}}},calculateScrollbarWidth:function(){if(!this.scrollbarWidth){if(b.env.browser.msie){var e=$('').css({position:"absolute",top:-1000,left:-1000}).appendTo("body"),d=$('').css({position:"absolute",top:-1000,left:-1000}).appendTo("body");this.scrollbarWidth=e.width()-d.width();e.add(d).remove()}else{var c=$("
").css({width:100,height:100,overflow:"auto",position:"absolute",top:-1000,left:-1000}).prependTo("body").append("
").find("div").css({width:"100%",height:200});this.scrollbarWidth=100-c.width();c.parent().remove()}}return this.scrollbarWidth},bcn:function(d,e,g){if(g){for(var c=0;c=0;d--){var c=this.deferredRenders[d];if(c.widget===e){this.deferredRenders.splice(d,1)}}},invokeDeferredRenders:function(c){var g=[];for(var f=0;f');t.$elProxy.text(t.options.icon)}else{if(t.options.iconCloning)t.$elProxy=t.options.icon.clone(true);else t.$elProxy=t.options.icon}t.$elProxy.insertAfter(t.$el)}else{t.$elProxy=t.$el}if(t.options.trigger=="hover"){t.$elProxy.on("mouseenter."+t.namespace,function(){if(!f()||t.options.touchDevices){t.mouseIsOverProxy=true;t._show()}}).on("mouseleave."+t.namespace,function(){if(!f()||t.options.touchDevices){t.mouseIsOverProxy=false}});if(u&&t.options.touchDevices){t.$elProxy.on("touchstart."+t.namespace,function(){t._showNow()})}}else if(t.options.trigger=="click"){t.$elProxy.on("click."+t.namespace,function(){if(!f()||t.options.touchDevices){t._show()}})}}},_show:function(){var e=this;if(e.Status!="shown"&&e.Status!="appearing"){if(e.options.delay){e.timerShow=setTimeout(function(){if(e.options.trigger=="click"||e.options.trigger=="hover"&&e.mouseIsOverProxy){e._showNow()}},e.options.delay)}else e._showNow()}},_showNow:function(n){var r=this;r.options.functionBefore.call(r.$el,r.$el,function(){if(r.enabled&&r.Content!==null){if(n)r.callbacks.show.push(n);r.callbacks.hide=[];clearTimeout(r.timerShow);r.timerShow=null;clearTimeout(r.timerHide);r.timerHide=null;if(r.options.onlyOne){e(".tooltipstered").not(r.$el).each(function(t,n){var r=e(n),i=r.data("tooltipster-ns");e.each(i,function(e,t){var n=r.data(t),i=n.status(),s=n.option("autoClose");if(i!=="hidden"&&i!=="disappearing"&&s){n.hide()}})})}var i=function(){r.Status="shown";e.each(r.callbacks.show,function(e,t){t.call(r.$el)});r.callbacks.show=[]};if(r.Status!=="hidden"){var s=0;if(r.Status==="disappearing"){r.Status="appearing";if(l()){r.$tooltip.clearQueue().removeClass("tooltipster-dying").addClass("tooltipster-"+r.options.animation+"-show");if(r.options.speed>0)r.$tooltip.delay(r.options.speed);r.$tooltip.queue(i)}else{r.$tooltip.stop().fadeIn(i)}}else if(r.Status==="shown"){i()}}else{r.Status="appearing";var s=r.options.speed;r.bodyOverflowX=e("body").css("overflow-x");e("body").css("overflow-x","hidden");var o="tooltipster-"+r.options.animation,a="-webkit-transition-duration: "+r.options.speed+"ms; -webkit-animation-duration: "+r.options.speed+"ms; -moz-transition-duration: "+r.options.speed+"ms; -moz-animation-duration: "+r.options.speed+"ms; -o-transition-duration: "+r.options.speed+"ms; -o-animation-duration: "+r.options.speed+"ms; -ms-transition-duration: "+r.options.speed+"ms; -ms-animation-duration: "+r.options.speed+"ms; transition-duration: "+r.options.speed+"ms; animation-duration: "+r.options.speed+"ms;",f=r.options.minWidth?"min-width:"+Math.round(r.options.minWidth)+"px;":"",c=r.options.maxWidth?"max-width:"+Math.round(r.options.maxWidth)+"px;":"",h=r.options.interactive?"pointer-events: auto;":"";r.$tooltip=e('
');if(l())r.$tooltip.addClass(o);r._content_insert();r.$tooltip.appendTo("body");r.reposition();r.options.functionReady.call(r.$el,r.$el,r.$tooltip);if(l()){r.$tooltip.addClass(o+"-show");if(r.options.speed>0)r.$tooltip.delay(r.options.speed);r.$tooltip.queue(i)}else{r.$tooltip.css("display","none").fadeIn(r.options.speed,i)}r._interval_set();e(t).on("scroll."+r.namespace+" resize."+r.namespace,function(){r.reposition()});if(r.options.autoClose){e("body").off("."+r.namespace);if(r.options.trigger=="hover"){if(u){setTimeout(function(){e("body").on("touchstart."+r.namespace,function(){r.hide()})},0)}if(r.options.interactive){if(u){r.$tooltip.on("touchstart."+r.namespace,function(e){e.stopPropagation()})}var p=null;r.$elProxy.add(r.$tooltip).on("mouseleave."+r.namespace+"-autoClose",function(){clearTimeout(p);p=setTimeout(function(){r.hide()},r.options.interactiveTolerance)}).on("mouseenter."+r.namespace+"-autoClose",function(){clearTimeout(p)})}else{r.$elProxy.on("mouseleave."+r.namespace+"-autoClose",function(){r.hide()})}if(r.options.hideOnClick){r.$elProxy.on("click."+r.namespace+"-autoClose",function(){r.hide()})}}else if(r.options.trigger=="click"){setTimeout(function(){e("body").on("click."+r.namespace+" touchstart."+r.namespace,function(){r.hide()})},0);if(r.options.interactive){r.$tooltip.on("click."+r.namespace+" touchstart."+r.namespace,function(e){e.stopPropagation()})}}}}if(r.options.timer>0){r.timerHide=setTimeout(function(){r.timerHide=null;r.hide()},r.options.timer+s)}}})},_interval_set:function(){var t=this;t.checkInterval=setInterval(function(){if(e("body").find(t.$el).length===0||e("body").find(t.$elProxy).length===0||t.Status=="hidden"||e("body").find(t.$tooltip).length===0){if(t.Status=="shown"||t.Status=="appearing")t.hide();t._interval_cancel()}else{if(t.options.positionTracker){var n=t._repositionInfo(t.$elProxy),r=false;if(o(n.dimension,t.elProxyPosition.dimension)){if(t.$elProxy.css("position")==="fixed"){if(o(n.position,t.elProxyPosition.position))r=true}else{if(o(n.offset,t.elProxyPosition.offset))r=true}}if(!r){t.reposition();t.options.positionTrackerCallback.call(t,t.$el)}}}},200)},_interval_cancel:function(){clearInterval(this.checkInterval);this.checkInterval=null},_content_set:function(e){if(typeof e==="object"&&e!==null&&this.options.contentCloning){e=e.clone(true)}this.Content=e},_content_insert:function(){var e=this,t=this.$tooltip.find(".tooltipster-content");if(typeof e.Content==="string"&&!e.options.contentAsHTML){t.text(e.Content)}else{t.empty().append(e.Content)}},_update:function(e){var t=this;t._content_set(e);if(t.Content!==null){if(t.Status!=="hidden"){t._content_insert();t.reposition();if(t.options.updateAnimation){if(l()){t.$tooltip.css({width:"","-webkit-transition":"all "+t.options.speed+"ms, width 0ms, height 0ms, left 0ms, top 0ms","-moz-transition":"all "+t.options.speed+"ms, width 0ms, height 0ms, left 0ms, top 0ms","-o-transition":"all "+t.options.speed+"ms, width 0ms, height 0ms, left 0ms, top 0ms","-ms-transition":"all "+t.options.speed+"ms, width 0ms, height 0ms, left 0ms, top 0ms",transition:"all "+t.options.speed+"ms, width 0ms, height 0ms, left 0ms, top 0ms"}).addClass("tooltipster-content-changing");setTimeout(function(){if(t.Status!="hidden"){t.$tooltip.removeClass("tooltipster-content-changing");setTimeout(function(){if(t.Status!=="hidden"){t.$tooltip.css({"-webkit-transition":t.options.speed+"ms","-moz-transition":t.options.speed+"ms","-o-transition":t.options.speed+"ms","-ms-transition":t.options.speed+"ms",transition:t.options.speed+"ms"})}},t.options.speed)}},t.options.speed)}else{t.$tooltip.fadeTo(t.options.speed,.5,function(){if(t.Status!="hidden"){t.$tooltip.fadeTo(t.options.speed,1)}})}}}}else{t.hide()}},_repositionInfo:function(e){return{dimension:{height:e.outerHeight(false),width:e.outerWidth(false)},offset:e.offset(),position:{left:parseInt(e.css("left")),top:parseInt(e.css("top"))}}},hide:function(n){var r=this;if(n)r.callbacks.hide.push(n);r.callbacks.show=[];clearTimeout(r.timerShow);r.timerShow=null;clearTimeout(r.timerHide);r.timerHide=null;var i=function(){e.each(r.callbacks.hide,function(e,t){t.call(r.$el)});r.callbacks.hide=[]};if(r.Status=="shown"||r.Status=="appearing"){r.Status="disappearing";var s=function(){r.Status="hidden";if(typeof r.Content=="object"&&r.Content!==null){r.Content.detach()}r.$tooltip.remove();r.$tooltip=null;e(t).off("."+r.namespace);e("body").off("."+r.namespace).css("overflow-x",r.bodyOverflowX);e("body").off("."+r.namespace);r.$elProxy.off("."+r.namespace+"-autoClose");r.options.functionAfter.call(r.$el,r.$el);i()};if(l()){r.$tooltip.clearQueue().removeClass("tooltipster-"+r.options.animation+"-show").addClass("tooltipster-dying");if(r.options.speed>0)r.$tooltip.delay(r.options.speed);r.$tooltip.queue(s)}else{r.$tooltip.stop().fadeOut(r.options.speed,s)}}else if(r.Status=="hidden"){i()}return r},show:function(e){this._showNow(e);return this},update:function(e){return this.content(e)},content:function(e){if(typeof e==="undefined"){return this.Content}else{this._update(e);return this}},reposition:function(){var n=this;if(e("body").find(n.$tooltip).length!==0){n.$tooltip.css("width","");n.elProxyPosition=n._repositionInfo(n.$elProxy);var r=null,i=e(t).width(),s=n.elProxyPosition,o=n.$tooltip.outerWidth(false),u=n.$tooltip.innerWidth()+1,a=n.$tooltip.outerHeight(false);if(n.$elProxy.is("area")){var f=n.$elProxy.attr("shape"),l=n.$elProxy.parent().attr("name"),c=e('img[usemap="#'+l+'"]'),h=c.offset().left,p=c.offset().top,d=n.$elProxy.attr("coords")!==undefined?n.$elProxy.attr("coords").split(","):undefined;if(f=="circle"){var v=parseInt(d[0]),m=parseInt(d[1]),g=parseInt(d[2]);s.dimension.height=g*2;s.dimension.width=g*2;s.offset.top=p+m-g;s.offset.left=h+v-g}else if(f=="rect"){var v=parseInt(d[0]),m=parseInt(d[1]),y=parseInt(d[2]),b=parseInt(d[3]);s.dimension.height=b-m;s.dimension.width=y-v;s.offset.top=p+m;s.offset.left=h+v}else if(f=="poly"){var w=[],E=[],S=0,x=0,T=0,N=0,C="even";for(var k=0;kT){T=L;if(k===0){S=T}}if(LN){N=L;if(k==1){x=N}}if(Li){r=A-(i+n-o);A=i+n-o}}function B(n,r){if(s.offset.top-e(t).scrollTop()-a-_-12<0&&r.indexOf("top")>-1){P=n}if(s.offset.top+s.dimension.height+a+12+_>e(t).scrollTop()+e(t).height()&&r.indexOf("bottom")>-1){P=n;M=s.offset.top-a-_-12}}if(P=="top"){var j=s.offset.left+o-(s.offset.left+s.dimension.width);A=s.offset.left+D-j/2;M=s.offset.top-a-_-12;H();B("bottom","top")}if(P=="top-left"){A=s.offset.left+D;M=s.offset.top-a-_-12;H();B("bottom-left","top-left")}if(P=="top-right"){A=s.offset.left+s.dimension.width+D-o;M=s.offset.top-a-_-12;H();B("bottom-right","top-right")}if(P=="bottom"){var j=s.offset.left+o-(s.offset.left+s.dimension.width);A=s.offset.left-j/2+D;M=s.offset.top+s.dimension.height+_+12;H();B("top","bottom")}if(P=="bottom-left"){A=s.offset.left+D;M=s.offset.top+s.dimension.height+_+12;H();B("top-left","bottom-left")}if(P=="bottom-right"){A=s.offset.left+s.dimension.width+D-o;M=s.offset.top+s.dimension.height+_+12;H();B("top-right","bottom-right")}if(P=="left"){A=s.offset.left-D-o-12;O=s.offset.left+D+s.dimension.width+12;var F=s.offset.top+a-(s.offset.top+s.dimension.height);M=s.offset.top-F/2-_;if(A<0&&O+o>i){var I=parseFloat(n.$tooltip.css("border-width"))*2,q=o+A-I;n.$tooltip.css("width",q+"px");a=n.$tooltip.outerHeight(false);A=s.offset.left-D-q-12-I;F=s.offset.top+a-(s.offset.top+s.dimension.height);M=s.offset.top-F/2-_}else if(A<0){A=s.offset.left+D+s.dimension.width+12;r="left"}}if(P=="right"){A=s.offset.left+D+s.dimension.width+12;O=s.offset.left-D-o-12;var F=s.offset.top+a-(s.offset.top+s.dimension.height);M=s.offset.top-F/2-_;if(A+o>i&&O<0){var I=parseFloat(n.$tooltip.css("border-width"))*2,q=i-A-I;n.$tooltip.css("width",q+"px");a=n.$tooltip.outerHeight(false);F=s.offset.top+a-(s.offset.top+s.dimension.height);M=s.offset.top-F/2-_}else if(A+o>i){A=s.offset.left-D-o-12;r="right"}}if(n.options.arrow){var R="tooltipster-arrow-"+P;if(n.options.arrowColor.length<1){var U=n.$tooltip.css("background-color")}else{var U=n.options.arrowColor}if(!r){r=""}else if(r=="left"){R="tooltipster-arrow-right";r=""}else if(r=="right"){R="tooltipster-arrow-left";r=""}else{r="left:"+Math.round(r)+"px;"}if(P=="top"||P=="top-left"||P=="top-right"){var z=parseFloat(n.$tooltip.css("border-bottom-width")),W=n.$tooltip.css("border-bottom-color")}else if(P=="bottom"||P=="bottom-left"||P=="bottom-right"){var z=parseFloat(n.$tooltip.css("border-top-width")),W=n.$tooltip.css("border-top-color")}else if(P=="left"){var z=parseFloat(n.$tooltip.css("border-right-width")),W=n.$tooltip.css("border-right-color")}else if(P=="right"){var z=parseFloat(n.$tooltip.css("border-left-width")),W=n.$tooltip.css("border-left-color")}else{var z=parseFloat(n.$tooltip.css("border-bottom-width")),W=n.$tooltip.css("border-bottom-color")}if(z>1){z++}var X="";if(z!==0){var V="",J="border-color: "+W+";";if(R.indexOf("bottom")!==-1){V="margin-top: -"+Math.round(z)+"px;"}else if(R.indexOf("top")!==-1){V="margin-bottom: -"+Math.round(z)+"px;"}else if(R.indexOf("left")!==-1){V="margin-right: -"+Math.round(z)+"px;"}else if(R.indexOf("right")!==-1){V="margin-left: -"+Math.round(z)+"px;"}X=''}n.$tooltip.find(".tooltipster-arrow").remove();var K='
'+X+'
';n.$tooltip.append(K)}n.$tooltip.css({top:Math.round(M)+"px",left:Math.round(A)+"px"})}return n},enable:function(){this.enabled=true;return this},disable:function(){this.hide();this.enabled=false;return this},destroy:function(){var t=this;t.hide();if(t.$el[0]!==t.$elProxy[0]){t.$elProxy.remove()}t.$el.removeData(t.namespace).off("."+t.namespace);var n=t.$el.data("tooltipster-ns");if(n.length===1){var r=null;if(t.options.restoration==="previous"){r=t.$el.data("tooltipster-initialTitle")}else if(t.options.restoration==="current"){r=typeof t.Content==="string"?t.Content:e("
").append(t.Content).html()}if(r){t.$el.attr("title",r)}t.$el.removeClass("tooltipstered").removeData("tooltipster-ns").removeData("tooltipster-initialTitle")}else{n=e.grep(n,function(e,n){return e!==t.namespace});t.$el.data("tooltipster-ns",n)}return t},elementIcon:function(){return this.$el[0]!==this.$elProxy[0]?this.$elProxy[0]:undefined},elementTooltip:function(){return this.$tooltip?this.$tooltip[0]:undefined},option:function(e,t){if(typeof t=="undefined")return this.options[e];else{this.options[e]=t;return this}},status:function(){return this.Status}};e.fn[r]=function(){var t=arguments;if(this.length===0){if(typeof t[0]==="string"){var n=true;switch(t[0]){case"setDefaults":e.extend(i,t[1]);break;default:n=false;break}if(n)return true;else return this}else{return this}}else{if(typeof t[0]==="string"){var r="#*$~&";this.each(function(){var n=e(this).data("tooltipster-ns"),i=n?e(this).data(n[0]):null;if(i){if(typeof i[t[0]]==="function"){var s=i[t[0]](t[1],t[2])}else{throw new Error('Unknown method .tooltipster("'+t[0]+'")')}if(s!==i){r=s;return false}}else{throw new Error("You called Tooltipster's \""+t[0]+'" method on an uninitialized element')}});return r!=="#*$~&"?r:this}else{var o=[],u=t[0]&&typeof t[0].multiple!=="undefined",a=u&&t[0].multiple||!u&&i.multiple,f=t[0]&&typeof t[0].debug!=="undefined",l=f&&t[0].debug||!f&&i.debug;this.each(function(){var n=false,r=e(this).data("tooltipster-ns"),i=null;if(!r){n=true}else if(a){n=true}else if(l){console.log('Tooltipster: one or more tooltips are already attached to this element: ignoring. Use the "multiple" option to attach more tooltips.')}if(n){i=new s(this,t[0]);if(!r)r=[];r.push(i.namespace);e(this).data("tooltipster-ns",r);e(this).data(i.namespace,i)}o.push(i)});if(a)return o;else return this}}};var u=!!("ontouchstart"in t);var a=false;e("body").one("mousemove",function(){a=true})})(jQuery,window,document); /*! * jQuery Mousewheel 3.1.13 * * Copyright 2015 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */ !function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof exports?module.exports=a:a(jQuery)}(function(a){function b(b){var g=b||window.event,h=i.call(arguments,1),j=0,l=0,m=0,n=0,o=0,p=0;if(b=a.event.fix(g),b.type="mousewheel","detail"in g&&(m=-1*g.detail),"wheelDelta"in g&&(m=g.wheelDelta),"wheelDeltaY"in g&&(m=g.wheelDeltaY),"wheelDeltaX"in g&&(l=-1*g.wheelDeltaX),"axis"in g&&g.axis===g.HORIZONTAL_AXIS&&(l=-1*m,m=0),j=0===m?l:m,"deltaY"in g&&(m=-1*g.deltaY,j=m),"deltaX"in g&&(l=g.deltaX,0===m&&(j=-1*l)),0!==m||0!==l){if(1===g.deltaMode){var q=a.data(this,"mousewheel-line-height");j*=q,m*=q,l*=q}else if(2===g.deltaMode){var r=a.data(this,"mousewheel-page-height");j*=r,m*=r,l*=r}if(n=Math.max(Math.abs(m),Math.abs(l)),(!f||f>n)&&(f=n,d(g,n)&&(f/=40)),d(g,n)&&(j/=40,l/=40,m/=40),j=Math[j>=1?"floor":"ceil"](j/f),l=Math[l>=1?"floor":"ceil"](l/f),m=Math[m>=1?"floor":"ceil"](m/f),k.settings.normalizeOffset&&this.getBoundingClientRect){var s=this.getBoundingClientRect();o=b.clientX-s.left,p=b.clientY-s.top}return b.deltaX=l,b.deltaY=m,b.deltaFactor=f,b.offsetX=o,b.offsetY=p,b.deltaMode=0,h.unshift(b,j,l,m),e&&clearTimeout(e),e=setTimeout(c,200),(a.event.dispatch||a.event.handle).apply(this,h)}}function c(){f=null}function d(a,b){return k.settings.adjustOldDeltas&&"mousewheel"===a.type&&b%120===0}var e,f,g=["wheel","mousewheel","DOMMouseScroll","MozMousePixelScroll"],h="onwheel"in document||document.documentMode>=9?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"],i=Array.prototype.slice;if(a.event.fixHooks)for(var j=g.length;j;)a.event.fixHooks[g[--j]]=a.event.mouseHooks;var k=a.event.special.mousewheel={version:"3.1.12",setup:function(){if(this.addEventListener)for(var c=h.length;c;)this.addEventListener(h[--c],b,!1);else this.onmousewheel=b;a.data(this,"mousewheel-line-height",k.getLineHeight(this)),a.data(this,"mousewheel-page-height",k.getPageHeight(this))},teardown:function(){if(this.removeEventListener)for(var c=h.length;c;)this.removeEventListener(h[--c],b,!1);else this.onmousewheel=null;a.removeData(this,"mousewheel-line-height"),a.removeData(this,"mousewheel-page-height")},getLineHeight:function(b){var c=a(b),d=c["offsetParent"in a.fn?"offsetParent":"parent"]();return d.length||(d=a("body")),parseInt(d.css("fontSize"),10)||parseInt(c.css("fontSize"),10)||16},getPageHeight:function(b){return a(b).height()},settings:{adjustOldDeltas:!0,normalizeOffset:!0}};a.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})}); /* == malihu jquery custom scrollbar plugin == Version: 3.1.3, License: MIT License (MIT) */ !function(e){"undefined"!=typeof module&&module.exports?module.exports=e:e(jQuery,window,document)}(function(e){!function(t){var o="function"==typeof define&&define.amd,a="undefined"!=typeof module&&module.exports,n="https:"==document.location.protocol?"https:":"http:",i="cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.1.13/jquery.mousewheel.min.js";o||(a?require("jquery-mousewheel")(e):e.event.special.mousewheel||e("head").append(decodeURI("%3Cscript src="+n+"//"+i+"%3E%3C/script%3E"))),t()}(function(){var t,o="mCustomScrollbar",a="mCS",n=".mCustomScrollbar",i={setTop:0,setLeft:0,axis:"y",scrollbarPosition:"inside",scrollInertia:950,autoDraggerLength:!0,alwaysShowScrollbar:0,snapOffset:0,mouseWheel:{enable:!0,scrollAmount:"auto",axis:"y",deltaFactor:"auto",disableOver:["select","option","keygen","datalist","textarea"]},scrollButtons:{scrollType:"stepless",scrollAmount:"auto"},keyboard:{enable:!0,scrollType:"stepless",scrollAmount:"auto"},contentTouchScroll:25,documentTouchScroll:!0,advanced:{autoScrollOnFocus:"input,textarea,select,button,datalist,keygen,a[tabindex],area,object,[contenteditable='true']",updateOnContentResize:!0,updateOnImageLoad:"auto",autoUpdateTimeout:60},theme:"light",callbacks:{onTotalScrollOffset:0,onTotalScrollBackOffset:0,alwaysTriggerOffsets:!0}},r=0,l={},s=window.attachEvent&&!window.addEventListener?1:0,c=!1,d=["mCSB_dragger_onDrag","mCSB_scrollTools_onDrag","mCS_img_loaded","mCS_disabled","mCS_destroyed","mCS_no_scrollbar","mCS-autoHide","mCS-dir-rtl","mCS_no_scrollbar_y","mCS_no_scrollbar_x","mCS_y_hidden","mCS_x_hidden","mCSB_draggerContainer","mCSB_buttonUp","mCSB_buttonDown","mCSB_buttonLeft","mCSB_buttonRight"],u={init:function(t){var t=e.extend(!0,{},i,t),o=f.call(this);if(t.live){var s=t.liveSelector||this.selector||n,c=e(s);if("off"===t.live)return void m(s);l[s]=setTimeout(function(){c.mCustomScrollbar(t),"once"===t.live&&c.length&&m(s)},500)}else m(s);return t.setWidth=t.set_width?t.set_width:t.setWidth,t.setHeight=t.set_height?t.set_height:t.setHeight,t.axis=t.horizontalScroll?"x":p(t.axis),t.scrollInertia=t.scrollInertia>0&&t.scrollInertia<17?17:t.scrollInertia,"object"!=typeof t.mouseWheel&&1==t.mouseWheel&&(t.mouseWheel={enable:!0,scrollAmount:"auto",axis:"y",preventDefault:!1,deltaFactor:"auto",normalizeDelta:!1,invert:!1}),t.mouseWheel.scrollAmount=t.mouseWheelPixels?t.mouseWheelPixels:t.mouseWheel.scrollAmount,t.mouseWheel.normalizeDelta=t.advanced.normalizeMouseWheelDelta?t.advanced.normalizeMouseWheelDelta:t.mouseWheel.normalizeDelta,t.scrollButtons.scrollType=g(t.scrollButtons.scrollType),h(t),e(o).each(function(){var o=e(this);if(!o.data(a)){o.data(a,{idx:++r,opt:t,scrollRatio:{y:null,x:null},overflowed:null,contentReset:{y:null,x:null},bindEvents:!1,tweenRunning:!1,sequential:{},langDir:o.css("direction"),cbOffsets:null,trigger:null,poll:{size:{o:0,n:0},img:{o:0,n:0},change:{o:0,n:0}}});var n=o.data(a),i=n.opt,l=o.data("mcs-axis"),s=o.data("mcs-scrollbar-position"),c=o.data("mcs-theme");l&&(i.axis=l),s&&(i.scrollbarPosition=s),c&&(i.theme=c,h(i)),v.call(this),n&&i.callbacks.onCreate&&"function"==typeof i.callbacks.onCreate&&i.callbacks.onCreate.call(this),e("#mCSB_"+n.idx+"_container img:not(."+d[2]+")").addClass(d[2]),u.update.call(null,o)}})},update:function(t,o){var n=t||f.call(this);return e(n).each(function(){var t=e(this);if(t.data(a)){var n=t.data(a),i=n.opt,r=e("#mCSB_"+n.idx+"_container"),l=e("#mCSB_"+n.idx),s=[e("#mCSB_"+n.idx+"_dragger_vertical"),e("#mCSB_"+n.idx+"_dragger_horizontal")];if(!r.length)return;n.tweenRunning&&N(t),o&&n&&i.callbacks.onBeforeUpdate&&"function"==typeof i.callbacks.onBeforeUpdate&&i.callbacks.onBeforeUpdate.call(this),t.hasClass(d[3])&&t.removeClass(d[3]),t.hasClass(d[4])&&t.removeClass(d[4]),l.css("max-height","none"),l.height()!==t.height()&&l.css("max-height",t.height()),_.call(this),"y"===i.axis||i.advanced.autoExpandHorizontalScroll||r.css("width",x(r)),n.overflowed=y.call(this),M.call(this),i.autoDraggerLength&&S.call(this),b.call(this),T.call(this);var c=[Math.abs(r[0].offsetTop),Math.abs(r[0].offsetLeft)];"x"!==i.axis&&(n.overflowed[0]?s[0].height()>s[0].parent().height()?B.call(this):(V(t,c[0].toString(),{dir:"y",dur:0,overwrite:"none"}),n.contentReset.y=null):(B.call(this),"y"===i.axis?k.call(this):"yx"===i.axis&&n.overflowed[1]&&V(t,c[1].toString(),{dir:"x",dur:0,overwrite:"none"}))),"y"!==i.axis&&(n.overflowed[1]?s[1].width()>s[1].parent().width()?B.call(this):(V(t,c[1].toString(),{dir:"x",dur:0,overwrite:"none"}),n.contentReset.x=null):(B.call(this),"x"===i.axis?k.call(this):"yx"===i.axis&&n.overflowed[0]&&V(t,c[0].toString(),{dir:"y",dur:0,overwrite:"none"}))),o&&n&&(2===o&&i.callbacks.onImageLoad&&"function"==typeof i.callbacks.onImageLoad?i.callbacks.onImageLoad.call(this):3===o&&i.callbacks.onSelectorChange&&"function"==typeof i.callbacks.onSelectorChange?i.callbacks.onSelectorChange.call(this):i.callbacks.onUpdate&&"function"==typeof i.callbacks.onUpdate&&i.callbacks.onUpdate.call(this)),X.call(this)}})},scrollTo:function(t,o){if("undefined"!=typeof t&&null!=t){var n=f.call(this);return e(n).each(function(){var n=e(this);if(n.data(a)){var i=n.data(a),r=i.opt,l={trigger:"external",scrollInertia:r.scrollInertia,scrollEasing:"mcsEaseInOut",moveDragger:!1,timeout:60,callbacks:!0,onStart:!0,onUpdate:!0,onComplete:!0},s=e.extend(!0,{},l,o),c=q.call(this,t),d=s.scrollInertia>0&&s.scrollInertia<17?17:s.scrollInertia;c[0]=Y.call(this,c[0],"y"),c[1]=Y.call(this,c[1],"x"),s.moveDragger&&(c[0]*=i.scrollRatio.y,c[1]*=i.scrollRatio.x),s.dur=oe()?0:d,setTimeout(function(){null!==c[0]&&"undefined"!=typeof c[0]&&"x"!==r.axis&&i.overflowed[0]&&(s.dir="y",s.overwrite="all",V(n,c[0].toString(),s)),null!==c[1]&&"undefined"!=typeof c[1]&&"y"!==r.axis&&i.overflowed[1]&&(s.dir="x",s.overwrite="none",V(n,c[1].toString(),s))},s.timeout)}})}},stop:function(){var t=f.call(this);return e(t).each(function(){var t=e(this);t.data(a)&&N(t)})},disable:function(t){var o=f.call(this);return e(o).each(function(){var o=e(this);if(o.data(a)){{o.data(a)}X.call(this,"remove"),k.call(this),t&&B.call(this),M.call(this,!0),o.addClass(d[3])}})},destroy:function(){var t=f.call(this);return e(t).each(function(){var n=e(this);if(n.data(a)){var i=n.data(a),r=i.opt,l=e("#mCSB_"+i.idx),s=e("#mCSB_"+i.idx+"_container"),c=e(".mCSB_"+i.idx+"_scrollbar");r.live&&m(r.liveSelector||e(t).selector),X.call(this,"remove"),k.call(this),B.call(this),n.removeData(a),K(this,"mcs"),c.remove(),s.find("img."+d[2]).removeClass(d[2]),l.replaceWith(s.contents()),n.removeClass(o+" _"+a+"_"+i.idx+" "+d[6]+" "+d[7]+" "+d[5]+" "+d[3]).addClass(d[4])}})}},f=function(){return"object"!=typeof e(this)||e(this).length<1?n:this},h=function(t){var o=["rounded","rounded-dark","rounded-dots","rounded-dots-dark"],a=["rounded-dots","rounded-dots-dark","3d","3d-dark","3d-thick","3d-thick-dark","inset","inset-dark","inset-2","inset-2-dark","inset-3","inset-3-dark"],n=["minimal","minimal-dark"],i=["minimal","minimal-dark"],r=["minimal","minimal-dark"];t.autoDraggerLength=e.inArray(t.theme,o)>-1?!1:t.autoDraggerLength,t.autoExpandScrollbar=e.inArray(t.theme,a)>-1?!1:t.autoExpandScrollbar,t.scrollButtons.enable=e.inArray(t.theme,n)>-1?!1:t.scrollButtons.enable,t.autoHideScrollbar=e.inArray(t.theme,i)>-1?!0:t.autoHideScrollbar,t.scrollbarPosition=e.inArray(t.theme,r)>-1?"outside":t.scrollbarPosition},m=function(e){l[e]&&(clearTimeout(l[e]),K(l,e))},p=function(e){return"yx"===e||"xy"===e||"auto"===e?"yx":"x"===e||"horizontal"===e?"x":"y"},g=function(e){return"stepped"===e||"pixels"===e||"step"===e||"click"===e?"stepped":"stepless"},v=function(){var t=e(this),n=t.data(a),i=n.opt,r=i.autoExpandScrollbar?" "+d[1]+"_expand":"",l=["
","
"],s="yx"===i.axis?"mCSB_vertical_horizontal":"x"===i.axis?"mCSB_horizontal":"mCSB_vertical",c="yx"===i.axis?l[0]+l[1]:"x"===i.axis?l[1]:l[0],u="yx"===i.axis?"
":"",f=i.autoHideScrollbar?" "+d[6]:"",h="x"!==i.axis&&"rtl"===n.langDir?" "+d[7]:"";i.setWidth&&t.css("width",i.setWidth),i.setHeight&&t.css("height",i.setHeight),i.setLeft="y"!==i.axis&&"rtl"===n.langDir?"989999px":i.setLeft,t.addClass(o+" _"+a+"_"+n.idx+f+h).wrapInner("
");var m=e("#mCSB_"+n.idx),p=e("#mCSB_"+n.idx+"_container");"y"===i.axis||i.advanced.autoExpandHorizontalScroll||p.css("width",x(p)),"outside"===i.scrollbarPosition?("static"===t.css("position")&&t.css("position","relative"),t.css("overflow","visible"),m.addClass("mCSB_outside").after(c)):(m.addClass("mCSB_inside").append(c),p.wrap(u)),w.call(this);var g=[e("#mCSB_"+n.idx+"_dragger_vertical"),e("#mCSB_"+n.idx+"_dragger_horizontal")];g[0].css("min-height",g[0].height()),g[1].css("min-width",g[1].width())},x=function(t){var o=[t[0].scrollWidth,Math.max.apply(Math,t.children().map(function(){return e(this).outerWidth(!0)}).get())],a=t.parent().width();return o[0]>a?o[0]:o[1]>a?o[1]:"100%"},_=function(){var t=e(this),o=t.data(a),n=o.opt,i=e("#mCSB_"+o.idx+"_container");if(n.advanced.autoExpandHorizontalScroll&&"y"!==n.axis){i.css({width:"auto","min-width":0,"overflow-x":"scroll"});var r=Math.ceil(i[0].scrollWidth);3===n.advanced.autoExpandHorizontalScroll||2!==n.advanced.autoExpandHorizontalScroll&&r>i.parent().width()?i.css({width:r,"min-width":"100%","overflow-x":"inherit"}):i.css({"overflow-x":"inherit",position:"absolute"}).wrap("
").css({width:Math.ceil(i[0].getBoundingClientRect().right+.4)-Math.floor(i[0].getBoundingClientRect().left),"min-width":"100%",position:"relative"}).unwrap()}},w=function(){var t=e(this),o=t.data(a),n=o.opt,i=e(".mCSB_"+o.idx+"_scrollbar:first"),r=ee(n.scrollButtons.tabindex)?"tabindex='"+n.scrollButtons.tabindex+"'":"",l=["","","",""],s=["x"===n.axis?l[2]:l[0],"x"===n.axis?l[3]:l[1],l[2],l[3]];n.scrollButtons.enable&&i.prepend(s[0]).append(s[1]).next(".mCSB_scrollTools").prepend(s[2]).append(s[3])},S=function(){var t=e(this),o=t.data(a),n=e("#mCSB_"+o.idx),i=e("#mCSB_"+o.idx+"_container"),r=[e("#mCSB_"+o.idx+"_dragger_vertical"),e("#mCSB_"+o.idx+"_dragger_horizontal")],l=[n.height()/i.outerHeight(!1),n.width()/i.outerWidth(!1)],c=[parseInt(r[0].css("min-height")),Math.round(l[0]*r[0].parent().height()),parseInt(r[1].css("min-width")),Math.round(l[1]*r[1].parent().width())],d=s&&c[1]r&&(r=s),c>l&&(l=c),[r>n.height(),l>n.width()]},B=function(){var t=e(this),o=t.data(a),n=o.opt,i=e("#mCSB_"+o.idx),r=e("#mCSB_"+o.idx+"_container"),l=[e("#mCSB_"+o.idx+"_dragger_vertical"),e("#mCSB_"+o.idx+"_dragger_horizontal")];if(N(t),("x"!==n.axis&&!o.overflowed[0]||"y"===n.axis&&o.overflowed[0])&&(l[0].add(r).css("top",0),V(t,"_resetY")),"y"!==n.axis&&!o.overflowed[1]||"x"===n.axis&&o.overflowed[1]){var s=dx=0;"rtl"===o.langDir&&(s=i.width()-r.outerWidth(!1),dx=Math.abs(s/o.scrollRatio.x)),r.css("left",s),l[1].css("left",dx),V(t,"_resetX")}},T=function(){function t(){r=setTimeout(function(){e.event.special.mousewheel?(clearTimeout(r),R.call(o[0])):t()},100)}var o=e(this),n=o.data(a),i=n.opt;if(!n.bindEvents){if(I.call(this),i.contentTouchScroll&&D.call(this),E.call(this),i.mouseWheel.enable){var r;t()}L.call(this),P.call(this),i.advanced.autoScrollOnFocus&&z.call(this),i.scrollButtons.enable&&H.call(this),i.keyboard.enable&&U.call(this),n.bindEvents=!0}},k=function(){var t=e(this),o=t.data(a),n=o.opt,i=a+"_"+o.idx,r=".mCSB_"+o.idx+"_scrollbar",l=e("#mCSB_"+o.idx+",#mCSB_"+o.idx+"_container,#mCSB_"+o.idx+"_container_wrapper,"+r+" ."+d[12]+",#mCSB_"+o.idx+"_dragger_vertical,#mCSB_"+o.idx+"_dragger_horizontal,"+r+">a"),s=e("#mCSB_"+o.idx+"_container");n.advanced.releaseDraggableSelectors&&l.add(e(n.advanced.releaseDraggableSelectors)),n.advanced.extraDraggableSelectors&&l.add(e(n.advanced.extraDraggableSelectors)),o.bindEvents&&(e(document).add(e(!W()||top.document)).unbind("."+i),l.each(function(){e(this).unbind("."+i)}),clearTimeout(t[0]._focusTimeout),K(t[0],"_focusTimeout"),clearTimeout(o.sequential.step),K(o.sequential,"step"),clearTimeout(s[0].onCompleteTimeout),K(s[0],"onCompleteTimeout"),o.bindEvents=!1)},M=function(t){var o=e(this),n=o.data(a),i=n.opt,r=e("#mCSB_"+n.idx+"_container_wrapper"),l=r.length?r:e("#mCSB_"+n.idx+"_container"),s=[e("#mCSB_"+n.idx+"_scrollbar_vertical"),e("#mCSB_"+n.idx+"_scrollbar_horizontal")],c=[s[0].find(".mCSB_dragger"),s[1].find(".mCSB_dragger")];"x"!==i.axis&&(n.overflowed[0]&&!t?(s[0].add(c[0]).add(s[0].children("a")).css("display","block"),l.removeClass(d[8]+" "+d[10])):(i.alwaysShowScrollbar?(2!==i.alwaysShowScrollbar&&c[0].css("display","none"),l.removeClass(d[10])):(s[0].css("display","none"),l.addClass(d[10])),l.addClass(d[8]))),"y"!==i.axis&&(n.overflowed[1]&&!t?(s[1].add(c[1]).add(s[1].children("a")).css("display","block"),l.removeClass(d[9]+" "+d[11])):(i.alwaysShowScrollbar?(2!==i.alwaysShowScrollbar&&c[1].css("display","none"),l.removeClass(d[11])):(s[1].css("display","none"),l.addClass(d[11])),l.addClass(d[9]))),n.overflowed[0]||n.overflowed[1]?o.removeClass(d[5]):o.addClass(d[5])},O=function(t){var o=t.type,a=t.target.ownerDocument!==document?[e(frameElement).offset().top,e(frameElement).offset().left]:null,n=W()&&t.target.ownerDocument!==top.document?[e(t.view.frameElement).offset().top,e(t.view.frameElement).offset().left]:[0,0];switch(o){case"pointerdown":case"MSPointerDown":case"pointermove":case"MSPointerMove":case"pointerup":case"MSPointerUp":return a?[t.originalEvent.pageY-a[0]+n[0],t.originalEvent.pageX-a[1]+n[1],!1]:[t.originalEvent.pageY,t.originalEvent.pageX,!1];case"touchstart":case"touchmove":case"touchend":var i=t.originalEvent.touches[0]||t.originalEvent.changedTouches[0],r=t.originalEvent.touches.length||t.originalEvent.changedTouches.length;return t.target.ownerDocument!==document?[i.screenY,i.screenX,r>1]:[i.pageY,i.pageX,r>1];default:return a?[t.pageY-a[0]+n[0],t.pageX-a[1]+n[1],!1]:[t.pageY,t.pageX,!1]}},I=function(){function t(e){var t=m.find("iframe");if(t.length){var o=e?"auto":"none";t.css("pointer-events",o)}}function o(e,t,o,a){if(m[0].idleTimer=u.scrollInertia<233?250:0,n.attr("id")===h[1])var i="x",r=(n[0].offsetLeft-t+a)*d.scrollRatio.x;else var i="y",r=(n[0].offsetTop-e+o)*d.scrollRatio.y;V(l,r.toString(),{dir:i,drag:!0})}var n,i,r,l=e(this),d=l.data(a),u=d.opt,f=a+"_"+d.idx,h=["mCSB_"+d.idx+"_dragger_vertical","mCSB_"+d.idx+"_dragger_horizontal"],m=e("#mCSB_"+d.idx+"_container"),p=e("#"+h[0]+",#"+h[1]),g=u.advanced.releaseDraggableSelectors?p.add(e(u.advanced.releaseDraggableSelectors)):p,v=u.advanced.extraDraggableSelectors?e(!W()||top.document).add(e(u.advanced.extraDraggableSelectors)):e(!W()||top.document);p.bind("mousedown."+f+" touchstart."+f+" pointerdown."+f+" MSPointerDown."+f,function(o){if(o.stopImmediatePropagation(),o.preventDefault(),Z(o)){c=!0,s&&(document.onselectstart=function(){return!1}),t(!1),N(l),n=e(this);var a=n.offset(),d=O(o)[0]-a.top,f=O(o)[1]-a.left,h=n.height()+a.top,m=n.width()+a.left;h>d&&d>0&&m>f&&f>0&&(i=d,r=f),C(n,"active",u.autoExpandScrollbar)}}).bind("touchmove."+f,function(e){e.stopImmediatePropagation(),e.preventDefault();var t=n.offset(),a=O(e)[0]-t.top,l=O(e)[1]-t.left;o(i,r,a,l)}),e(document).add(v).bind("mousemove."+f+" pointermove."+f+" MSPointerMove."+f,function(e){if(n){var t=n.offset(),a=O(e)[0]-t.top,l=O(e)[1]-t.left;if(i===a&&r===l)return;o(i,r,a,l)}}).add(g).bind("mouseup."+f+" touchend."+f+" pointerup."+f+" MSPointerUp."+f,function(e){n&&(C(n,"active",u.autoExpandScrollbar),n=null),c=!1,s&&(document.onselectstart=null),t(!0)})},D=function(){function o(e){if(!$(e)||c||O(e)[2])return void(t=0);t=1,b=0,C=0,d=1,y.removeClass("mCS_touch_action");var o=I.offset();u=O(e)[0]-o.top,f=O(e)[1]-o.left,z=[O(e)[0],O(e)[1]]}function n(e){if($(e)&&!c&&!O(e)[2]&&(T.documentTouchScroll||e.preventDefault(),e.stopImmediatePropagation(),(!C||b)&&d)){g=G();var t=M.offset(),o=O(e)[0]-t.top,a=O(e)[1]-t.left,n="mcsLinearOut";if(E.push(o),R.push(a),z[2]=Math.abs(O(e)[0]-z[0]),z[3]=Math.abs(O(e)[1]-z[1]),B.overflowed[0])var i=D[0].parent().height()-D[0].height(),r=u-o>0&&o-u>-(i*B.scrollRatio.y)&&(2*z[3]0&&a-f>-(l*B.scrollRatio.x)&&(2*z[2]30)){_=1e3/(v-p);var n="mcsEaseOut",i=2.5>_,r=i?[E[E.length-2],R[R.length-2]]:[0,0];x=i?[o-r[0],a-r[1]]:[o-h,a-m];var u=[Math.abs(x[0]),Math.abs(x[1])];_=i?[Math.abs(x[0]/4),Math.abs(x[1]/4)]:[_,_];var f=[Math.abs(I[0].offsetTop)-x[0]*l(u[0]/_[0],_[0]),Math.abs(I[0].offsetLeft)-x[1]*l(u[1]/_[1],_[1])];w="yx"===T.axis?[f[0],f[1]]:"x"===T.axis?[null,f[1]]:[f[0],null],S=[4*u[0]+T.scrollInertia,4*u[1]+T.scrollInertia];var y=parseInt(T.contentTouchScroll)||0;w[0]=u[0]>y?w[0]:0,w[1]=u[1]>y?w[1]:0,B.overflowed[0]&&s(w[0],S[0],n,"y",L,!1),B.overflowed[1]&&s(w[1],S[1],n,"x",L,!1)}}}function l(e,t){var o=[1.5*t,2*t,t/1.5,t/2];return e>90?t>4?o[0]:o[3]:e>60?t>3?o[3]:o[2]:e>30?t>8?o[1]:t>6?o[0]:t>4?t:o[2]:t>8?t:o[3]}function s(e,t,o,a,n,i){e&&V(y,e.toString(),{dur:t,scrollEasing:o,dir:a,overwrite:n,drag:i})}var d,u,f,h,m,p,g,v,x,_,w,S,b,C,y=e(this),B=y.data(a),T=B.opt,k=a+"_"+B.idx,M=e("#mCSB_"+B.idx),I=e("#mCSB_"+B.idx+"_container"),D=[e("#mCSB_"+B.idx+"_dragger_vertical"),e("#mCSB_"+B.idx+"_dragger_horizontal")],E=[],R=[],A=0,L="yx"===T.axis?"none":"all",z=[],P=I.find("iframe"),H=["touchstart."+k+" pointerdown."+k+" MSPointerDown."+k,"touchmove."+k+" pointermove."+k+" MSPointerMove."+k,"touchend."+k+" pointerup."+k+" MSPointerUp."+k],U=void 0!==document.body.style.touchAction;I.bind(H[0],function(e){o(e)}).bind(H[1],function(e){n(e)}),M.bind(H[0],function(e){i(e)}).bind(H[2],function(e){r(e)}),P.length&&P.each(function(){e(this).load(function(){W(this)&&e(this.contentDocument||this.contentWindow.document).bind(H[0],function(e){o(e),i(e)}).bind(H[1],function(e){n(e)}).bind(H[2],function(e){r(e)})})})},E=function(){function o(){return window.getSelection?window.getSelection().toString():document.selection&&"Control"!=document.selection.type?document.selection.createRange().text:0}function n(e,t,o){d.type=o&&i?"stepped":"stepless",d.scrollAmount=10,F(r,e,t,"mcsLinearOut",o?60:null)}var i,r=e(this),l=r.data(a),s=l.opt,d=l.sequential,u=a+"_"+l.idx,f=e("#mCSB_"+l.idx+"_container"),h=f.parent();f.bind("mousedown."+u,function(e){t||i||(i=1,c=!0)}).add(document).bind("mousemove."+u,function(e){if(!t&&i&&o()){var a=f.offset(),r=O(e)[0]-a.top+f[0].offsetTop,c=O(e)[1]-a.left+f[0].offsetLeft;r>0&&r0&&cr?n("on",38):r>h.height()&&n("on",40)),"y"!==s.axis&&l.overflowed[1]&&(0>c?n("on",37):c>h.width()&&n("on",39)))}}).bind("mouseup."+u+" dragend."+u,function(e){t||(i&&(i=0,n("off",null)),c=!1)})},R=function(){function t(t,a){if(N(o),!A(o,t.target)){var r="auto"!==i.mouseWheel.deltaFactor?parseInt(i.mouseWheel.deltaFactor):s&&t.deltaFactor<100?100:t.deltaFactor||100,d=i.scrollInertia;if("x"===i.axis||"x"===i.mouseWheel.axis)var u="x",f=[Math.round(r*n.scrollRatio.x),parseInt(i.mouseWheel.scrollAmount)],h="auto"!==i.mouseWheel.scrollAmount?f[1]:f[0]>=l.width()?.9*l.width():f[0],m=Math.abs(e("#mCSB_"+n.idx+"_container")[0].offsetLeft),p=c[1][0].offsetLeft,g=c[1].parent().width()-c[1].width(),v=t.deltaX||t.deltaY||a;else var u="y",f=[Math.round(r*n.scrollRatio.y),parseInt(i.mouseWheel.scrollAmount)],h="auto"!==i.mouseWheel.scrollAmount?f[1]:f[0]>=l.height()?.9*l.height():f[0],m=Math.abs(e("#mCSB_"+n.idx+"_container")[0].offsetTop),p=c[0][0].offsetTop,g=c[0].parent().height()-c[0].height(),v=t.deltaY||a;"y"===u&&!n.overflowed[0]||"x"===u&&!n.overflowed[1]||((i.mouseWheel.invert||t.webkitDirectionInvertedFromDevice)&&(v=-v),i.mouseWheel.normalizeDelta&&(v=0>v?-1:1),(v>0&&0!==p||0>v&&p!==g||i.mouseWheel.preventDefault)&&(t.stopImmediatePropagation(),t.preventDefault()),t.deltaFactor<2&&!i.mouseWheel.normalizeDelta&&(h=t.deltaFactor,d=17),V(o,(m-v*h).toString(),{dir:u,dur:d}))}}if(e(this).data(a)){var o=e(this),n=o.data(a),i=n.opt,r=a+"_"+n.idx,l=e("#mCSB_"+n.idx),c=[e("#mCSB_"+n.idx+"_dragger_vertical"),e("#mCSB_"+n.idx+"_dragger_horizontal")],d=e("#mCSB_"+n.idx+"_container").find("iframe");d.length&&d.each(function(){e(this).load(function(){W(this)&&e(this.contentDocument||this.contentWindow.document).bind("mousewheel."+r,function(e,o){t(e,o)})})}),l.bind("mousewheel."+r,function(e,o){t(e,o)})}},W=function(e){var t=null;if(e){try{var o=e.contentDocument||e.contentWindow.document;t=o.body.innerHTML}catch(a){}return null!==t}try{var o=top.document;t=o.body.innerHTML}catch(a){}return null!==t},A=function(t,o){var n=o.nodeName.toLowerCase(),i=t.data(a).opt.mouseWheel.disableOver,r=["select","textarea"];return e.inArray(n,i)>-1&&!(e.inArray(n,r)>-1&&!e(o).is(":focus"))},L=function(){var t,o=e(this),n=o.data(a),i=a+"_"+n.idx,r=e("#mCSB_"+n.idx+"_container"),l=r.parent(),s=e(".mCSB_"+n.idx+"_scrollbar ."+d[12]);s.bind("mousedown."+i+" touchstart."+i+" pointerdown."+i+" MSPointerDown."+i,function(o){c=!0,e(o.target).hasClass("mCSB_dragger")||(t=1)}).bind("touchend."+i+" pointerup."+i+" MSPointerUp."+i,function(e){c=!1}).bind("click."+i,function(a){if(t&&(t=0,e(a.target).hasClass(d[12])||e(a.target).hasClass("mCSB_draggerRail"))){N(o);var i=e(this),s=i.find(".mCSB_dragger");if(i.parent(".mCSB_scrollTools_horizontal").length>0){if(!n.overflowed[1])return;var c="x",u=a.pageX>s.offset().left?-1:1,f=Math.abs(r[0].offsetLeft)-.9*u*l.width()}else{if(!n.overflowed[0])return;var c="y",u=a.pageY>s.offset().top?-1:1,f=Math.abs(r[0].offsetTop)-.9*u*l.height()}V(o,f.toString(),{dir:c,scrollEasing:"mcsEaseInOut"})}})},z=function(){var t=e(this),o=t.data(a),n=o.opt,i=a+"_"+o.idx,r=e("#mCSB_"+o.idx+"_container"),l=r.parent();r.bind("focusin."+i,function(o){var a=e(document.activeElement),i=r.find(".mCustomScrollBox").length,s=0;a.is(n.advanced.autoScrollOnFocus)&&(N(t),clearTimeout(t[0]._focusTimeout),t[0]._focusTimer=i?(s+17)*i:0,t[0]._focusTimeout=setTimeout(function(){var e=[te(a)[0],te(a)[1]],o=[r[0].offsetTop,r[0].offsetLeft],i=[o[0]+e[0]>=0&&o[0]+e[0]=0&&o[0]+e[1]a");s.bind("mousedown."+r+" touchstart."+r+" pointerdown."+r+" MSPointerDown."+r+" mouseup."+r+" touchend."+r+" pointerup."+r+" MSPointerUp."+r+" mouseout."+r+" pointerout."+r+" MSPointerOut."+r+" click."+r,function(a){function r(e,o){i.scrollAmount=n.scrollButtons.scrollAmount,F(t,e,o)}if(a.preventDefault(),Z(a)){var l=e(this).attr("class");switch(i.type=n.scrollButtons.scrollType,a.type){case"mousedown":case"touchstart":case"pointerdown":case"MSPointerDown":if("stepped"===i.type)return;c=!0,o.tweenRunning=!1,r("on",l);break;case"mouseup":case"touchend":case"pointerup":case"MSPointerUp":case"mouseout":case"pointerout":case"MSPointerOut":if("stepped"===i.type)return;c=!1,i.dir&&r("off",l);break;case"click":if("stepped"!==i.type||o.tweenRunning)return;r("on",l)}}})},U=function(){function t(t){function a(e,t){r.type=i.keyboard.scrollType,r.scrollAmount=i.keyboard.scrollAmount,"stepped"===r.type&&n.tweenRunning||F(o,e,t)}switch(t.type){case"blur":n.tweenRunning&&r.dir&&a("off",null);break;case"keydown":case"keyup":var l=t.keyCode?t.keyCode:t.which,s="on";if("x"!==i.axis&&(38===l||40===l)||"y"!==i.axis&&(37===l||39===l)){if((38===l||40===l)&&!n.overflowed[0]||(37===l||39===l)&&!n.overflowed[1])return;"keyup"===t.type&&(s="off"),e(document.activeElement).is(u)||(t.preventDefault(),t.stopImmediatePropagation(),a(s,l))}else if(33===l||34===l){if((n.overflowed[0]||n.overflowed[1])&&(t.preventDefault(),t.stopImmediatePropagation()),"keyup"===t.type){N(o);var f=34===l?-1:1;if("x"===i.axis||"yx"===i.axis&&n.overflowed[1]&&!n.overflowed[0])var h="x",m=Math.abs(c[0].offsetLeft)-.9*f*d.width();else var h="y",m=Math.abs(c[0].offsetTop)-.9*f*d.height();V(o,m.toString(),{dir:h,scrollEasing:"mcsEaseInOut"})}}else if((35===l||36===l)&&!e(document.activeElement).is(u)&&((n.overflowed[0]||n.overflowed[1])&&(t.preventDefault(),t.stopImmediatePropagation()),"keyup"===t.type)){if("x"===i.axis||"yx"===i.axis&&n.overflowed[1]&&!n.overflowed[0])var h="x",m=35===l?Math.abs(d.width()-c.outerWidth(!1)):0;else var h="y",m=35===l?Math.abs(d.height()-c.outerHeight(!1)):0;V(o,m.toString(),{dir:h,scrollEasing:"mcsEaseInOut"})}}}var o=e(this),n=o.data(a),i=n.opt,r=n.sequential,l=a+"_"+n.idx,s=e("#mCSB_"+n.idx),c=e("#mCSB_"+n.idx+"_container"),d=c.parent(),u="input,textarea,select,datalist,keygen,[contenteditable='true']",f=c.find("iframe"),h=["blur."+l+" keydown."+l+" keyup."+l];f.length&&f.each(function(){e(this).load(function(){W(this)&&e(this.contentDocument||this.contentWindow.document).bind(h[0],function(e){t(e)})})}),s.attr("tabindex","0").bind(h[0],function(e){t(e)})},F=function(t,o,n,i,r){function l(e){u.snapAmount&&(f.scrollAmount=u.snapAmount instanceof Array?"x"===f.dir[0]?u.snapAmount[1]:u.snapAmount[0]:u.snapAmount);var o="stepped"!==f.type,a=r?r:e?o?p/1.5:g:1e3/60,n=e?o?7.5:40:2.5,s=[Math.abs(h[0].offsetTop),Math.abs(h[0].offsetLeft)],d=[c.scrollRatio.y>10?10:c.scrollRatio.y,c.scrollRatio.x>10?10:c.scrollRatio.x],m="x"===f.dir[0]?s[1]+f.dir[1]*d[1]*n:s[0]+f.dir[1]*d[0]*n,v="x"===f.dir[0]?s[1]+f.dir[1]*parseInt(f.scrollAmount):s[0]+f.dir[1]*parseInt(f.scrollAmount),x="auto"!==f.scrollAmount?v:m,_=i?i:e?o?"mcsLinearOut":"mcsEaseInOut":"mcsLinear",w=e?!0:!1;return e&&17>a&&(x="x"===f.dir[0]?s[1]:s[0]),V(t,x.toString(),{dir:f.dir[0],scrollEasing:_,dur:a,onComplete:w}),e?void(f.dir=!1):(clearTimeout(f.step),void(f.step=setTimeout(function(){l()},a)))}function s(){clearTimeout(f.step),K(f,"step"),N(t)}var c=t.data(a),u=c.opt,f=c.sequential,h=e("#mCSB_"+c.idx+"_container"),m="stepped"===f.type?!0:!1,p=u.scrollInertia<26?26:u.scrollInertia,g=u.scrollInertia<1?17:u.scrollInertia;switch(o){case"on":if(f.dir=[n===d[16]||n===d[15]||39===n||37===n?"x":"y",n===d[13]||n===d[15]||38===n||37===n?-1:1],N(t),ee(n)&&"stepped"===f.type)return;l(m);break;case"off":s(),(m||c.tweenRunning&&f.dir)&&l(!0)}},q=function(t){var o=e(this).data(a).opt,n=[];return"function"==typeof t&&(t=t()),t instanceof Array?n=t.length>1?[t[0],t[1]]:"x"===o.axis?[null,t[0]]:[t[0],null]:(n[0]=t.y?t.y:t.x||"x"===o.axis?null:t,n[1]=t.x?t.x:t.y||"y"===o.axis?null:t),"function"==typeof n[0]&&(n[0]=n[0]()),"function"==typeof n[1]&&(n[1]=n[1]()),n},Y=function(t,o){if(null!=t&&"undefined"!=typeof t){var n=e(this),i=n.data(a),r=i.opt,l=e("#mCSB_"+i.idx+"_container"),s=l.parent(),c=typeof t;o||(o="x"===r.axis?"x":"y");var d="x"===o?l.outerWidth(!1):l.outerHeight(!1),f="x"===o?l[0].offsetLeft:l[0].offsetTop,h="x"===o?"left":"top";switch(c){case"function":return t();case"object":var m=t.jquery?t:e(t);if(!m.length)return;return"x"===o?te(m)[1]:te(m)[0];case"string":case"number":if(ee(t))return Math.abs(t);if(-1!==t.indexOf("%"))return Math.abs(d*parseInt(t)/100);if(-1!==t.indexOf("-="))return Math.abs(f-parseInt(t.split("-=")[1]));if(-1!==t.indexOf("+=")){var p=f+parseInt(t.split("+=")[1]);return p>=0?0:Math.abs(p)}if(-1!==t.indexOf("px")&&ee(t.split("px")[0]))return Math.abs(t.split("px")[0]);if("top"===t||"left"===t)return 0;if("bottom"===t)return Math.abs(s.height()-l.outerHeight(!1));if("right"===t)return Math.abs(s.width()-l.outerWidth(!1));if("first"===t||"last"===t){var m=l.find(":"+t);return"x"===o?te(m)[1]:te(m)[0]}return e(t).length?"x"===o?te(e(t))[1]:te(e(t))[0]:(l.css(h,t),void u.update.call(null,n[0]))}}},X=function(t){function o(){return clearTimeout(f[0].autoUpdate),0===l.parents("html").length?void(l=null):void(f[0].autoUpdate=setTimeout(function(){return c.advanced.updateOnSelectorChange&&(s.poll.change.n=i(),s.poll.change.n!==s.poll.change.o)?(s.poll.change.o=s.poll.change.n,void r(3)):c.advanced.updateOnContentResize&&(s.poll.size.n=l[0].scrollHeight+l[0].scrollWidth+f[0].offsetHeight+l[0].offsetHeight+l[0].offsetWidth,s.poll.size.n!==s.poll.size.o)?(s.poll.size.o=s.poll.size.n,void r(1)):!c.advanced.updateOnImageLoad||"auto"===c.advanced.updateOnImageLoad&&"y"===c.axis||(s.poll.img.n=f.find("img").length,s.poll.img.n===s.poll.img.o)?void((c.advanced.updateOnSelectorChange||c.advanced.updateOnContentResize||c.advanced.updateOnImageLoad)&&o()):(s.poll.img.o=s.poll.img.n,void f.find("img").each(function(){n(this)}))},c.advanced.autoUpdateTimeout))}function n(t){function o(e,t){return function(){return t.apply(e,arguments)}}function a(){this.onload=null,e(t).addClass(d[2]),r(2)}if(e(t).hasClass(d[2]))return void r();var n=new Image;n.onload=o(n,a),n.src=t.src}function i(){c.advanced.updateOnSelectorChange===!0&&(c.advanced.updateOnSelectorChange="*");var e=0,t=f.find(c.advanced.updateOnSelectorChange); return c.advanced.updateOnSelectorChange&&t.length>0&&t.each(function(){e+=this.offsetHeight+this.offsetWidth}),e}function r(e){clearTimeout(f[0].autoUpdate),u.update.call(null,l[0],e)}var l=e(this),s=l.data(a),c=s.opt,f=e("#mCSB_"+s.idx+"_container");return t?(clearTimeout(f[0].autoUpdate),void K(f[0],"autoUpdate")):void o()},j=function(e,t,o){return Math.round(e/t)*t-o},N=function(t){var o=t.data(a),n=e("#mCSB_"+o.idx+"_container,#mCSB_"+o.idx+"_container_wrapper,#mCSB_"+o.idx+"_dragger_vertical,#mCSB_"+o.idx+"_dragger_horizontal");n.each(function(){J.call(this)})},V=function(t,o,n){function i(e){return s&&c.callbacks[e]&&"function"==typeof c.callbacks[e]}function r(){return[c.callbacks.alwaysTriggerOffsets||w>=S[0]+y,c.callbacks.alwaysTriggerOffsets||-B>=w]}function l(){var e=[h[0].offsetTop,h[0].offsetLeft],o=[x[0].offsetTop,x[0].offsetLeft],a=[h.outerHeight(!1),h.outerWidth(!1)],i=[f.height(),f.width()];t[0].mcs={content:h,top:e[0],left:e[1],draggerTop:o[0],draggerLeft:o[1],topPct:Math.round(100*Math.abs(e[0])/(Math.abs(a[0])-i[0])),leftPct:Math.round(100*Math.abs(e[1])/(Math.abs(a[1])-i[1])),direction:n.dir}}var s=t.data(a),c=s.opt,d={trigger:"internal",dir:"y",scrollEasing:"mcsEaseOut",drag:!1,dur:c.scrollInertia,overwrite:"all",callbacks:!0,onStart:!0,onUpdate:!0,onComplete:!0},n=e.extend(d,n),u=[n.dur,n.drag?0:n.dur],f=e("#mCSB_"+s.idx),h=e("#mCSB_"+s.idx+"_container"),m=h.parent(),p=c.callbacks.onTotalScrollOffset?q.call(t,c.callbacks.onTotalScrollOffset):[0,0],g=c.callbacks.onTotalScrollBackOffset?q.call(t,c.callbacks.onTotalScrollBackOffset):[0,0];if(s.trigger=n.trigger,(0!==m.scrollTop()||0!==m.scrollLeft())&&(e(".mCSB_"+s.idx+"_scrollbar").css("visibility","visible"),m.scrollTop(0).scrollLeft(0)),"_resetY"!==o||s.contentReset.y||(i("onOverflowYNone")&&c.callbacks.onOverflowYNone.call(t[0]),s.contentReset.y=1),"_resetX"!==o||s.contentReset.x||(i("onOverflowXNone")&&c.callbacks.onOverflowXNone.call(t[0]),s.contentReset.x=1),"_resetY"!==o&&"_resetX"!==o){if(!s.contentReset.y&&t[0].mcs||!s.overflowed[0]||(i("onOverflowY")&&c.callbacks.onOverflowY.call(t[0]),s.contentReset.x=null),!s.contentReset.x&&t[0].mcs||!s.overflowed[1]||(i("onOverflowX")&&c.callbacks.onOverflowX.call(t[0]),s.contentReset.x=null),c.snapAmount){var v=c.snapAmount instanceof Array?"x"===n.dir?c.snapAmount[1]:c.snapAmount[0]:c.snapAmount;o=j(o,v,c.snapOffset)}switch(n.dir){case"x":var x=e("#mCSB_"+s.idx+"_dragger_horizontal"),_="left",w=h[0].offsetLeft,S=[f.width()-h.outerWidth(!1),x.parent().width()-x.width()],b=[o,0===o?0:o/s.scrollRatio.x],y=p[1],B=g[1],T=y>0?y/s.scrollRatio.x:0,k=B>0?B/s.scrollRatio.x:0;break;case"y":var x=e("#mCSB_"+s.idx+"_dragger_vertical"),_="top",w=h[0].offsetTop,S=[f.height()-h.outerHeight(!1),x.parent().height()-x.height()],b=[o,0===o?0:o/s.scrollRatio.y],y=p[0],B=g[0],T=y>0?y/s.scrollRatio.y:0,k=B>0?B/s.scrollRatio.y:0}b[1]<0||0===b[0]&&0===b[1]?b=[0,0]:b[1]>=S[1]?b=[S[0],S[1]]:b[0]=-b[0],t[0].mcs||(l(),i("onInit")&&c.callbacks.onInit.call(t[0])),clearTimeout(h[0].onCompleteTimeout),Q(x[0],_,Math.round(b[1]),u[1],n.scrollEasing),(s.tweenRunning||!(0===w&&b[0]>=0||w===S[0]&&b[0]<=S[0]))&&Q(h[0],_,Math.round(b[0]),u[0],n.scrollEasing,n.overwrite,{onStart:function(){n.callbacks&&n.onStart&&!s.tweenRunning&&(i("onScrollStart")&&(l(),c.callbacks.onScrollStart.call(t[0])),s.tweenRunning=!0,C(x),s.cbOffsets=r())},onUpdate:function(){n.callbacks&&n.onUpdate&&i("whileScrolling")&&(l(),c.callbacks.whileScrolling.call(t[0]))},onComplete:function(){if(n.callbacks&&n.onComplete){"yx"===c.axis&&clearTimeout(h[0].onCompleteTimeout);var e=h[0].idleTimer||0;h[0].onCompleteTimeout=setTimeout(function(){i("onScroll")&&(l(),c.callbacks.onScroll.call(t[0])),i("onTotalScroll")&&b[1]>=S[1]-T&&s.cbOffsets[0]&&(l(),c.callbacks.onTotalScroll.call(t[0])),i("onTotalScrollBack")&&b[1]<=k&&s.cbOffsets[1]&&(l(),c.callbacks.onTotalScrollBack.call(t[0])),s.tweenRunning=!1,h[0].idleTimer=0,C(x,"hide")},e)}}})}},Q=function(e,t,o,a,n,i,r){function l(){S.stop||(x||m.call(),x=G()-v,s(),x>=S.time&&(S.time=x>S.time?x+f-(x-S.time):x+f-1,S.time0?(S.currVal=u(S.time,_,b,a,n),w[t]=Math.round(S.currVal)+"px"):w[t]=o+"px",p.call()}function c(){f=1e3/60,S.time=x+f,h=window.requestAnimationFrame?window.requestAnimationFrame:function(e){return s(),setTimeout(e,.01)},S.id=h(l)}function d(){null!=S.id&&(window.requestAnimationFrame?window.cancelAnimationFrame(S.id):clearTimeout(S.id),S.id=null)}function u(e,t,o,a,n){switch(n){case"linear":case"mcsLinear":return o*e/a+t;case"mcsLinearOut":return e/=a,e--,o*Math.sqrt(1-e*e)+t;case"easeInOutSmooth":return e/=a/2,1>e?o/2*e*e+t:(e--,-o/2*(e*(e-2)-1)+t);case"easeInOutStrong":return e/=a/2,1>e?o/2*Math.pow(2,10*(e-1))+t:(e--,o/2*(-Math.pow(2,-10*e)+2)+t);case"easeInOut":case"mcsEaseInOut":return e/=a/2,1>e?o/2*e*e*e+t:(e-=2,o/2*(e*e*e+2)+t);case"easeOutSmooth":return e/=a,e--,-o*(e*e*e*e-1)+t;case"easeOutStrong":return o*(-Math.pow(2,-10*e/a)+1)+t;case"easeOut":case"mcsEaseOut":default:var i=(e/=a)*e,r=i*e;return t+o*(.499999999999997*r*i+-2.5*i*i+5.5*r+-6.5*i+4*e)}}e._mTween||(e._mTween={top:{},left:{}});var f,h,r=r||{},m=r.onStart||function(){},p=r.onUpdate||function(){},g=r.onComplete||function(){},v=G(),x=0,_=e.offsetTop,w=e.style,S=e._mTween[t];"left"===t&&(_=e.offsetLeft);var b=o-_;S.stop=0,"none"!==i&&d(),c()},G=function(){return window.performance&&window.performance.now?window.performance.now():window.performance&&window.performance.webkitNow?window.performance.webkitNow():Date.now?Date.now():(new Date).getTime()},J=function(){var e=this;e._mTween||(e._mTween={top:{},left:{}});for(var t=["top","left"],o=0;o=0&&a[0]+te(n)[0]=0&&a[1]+te(n)[1]>>0;if(b===0){return -1}var f=0;if(arguments.length>0){f=Number(arguments[1]);if(f!==f){f=0}else{if(f!==0&&f!==(1/0)&&f!==-(1/0)){f=(f>0||-1)*Math.floor(Math.abs(f))}}}if(f>=b){return -1}var c=f>=0?f:Math.max(b-Math.abs(f),0);for(;c
'),v=a('
'),k=a(''),D=a('
    '),e=-1,j=-1,p=[],A=false,y=false,B;a(this).data("ssOpts",b);if(a(this).next(".newListSelected").length){return}v.insertAfter(f);v.attr("tabindex",f.attr("tabindex")||"0");m.prependTo(v);D.appendTo(v);D.wrap(k);k=D.parent();f.hide();if(f.is(":disabled")){return}m.data("ssReRender",!m.is(":visible"));function u(I,F){var H=a(I).text(),G=a(I).val(),E=a(I).is(":disabled");if(!E&&!a(I).parents().is(":disabled")){p.push(H.charAt(0).toLowerCase())}F.append(a("
  • '+H+"
  • ").data({key:G,selected:a(I).is(":selected")}))}f.children().each(function(){if(a(this).is("option")){u(this,D)}else{var E=a(this).attr("label"),G=a('
  • '+E+"
  • "),F=a("
      ");G.appendTo(D);F.appendTo(G);a(this).children().each(function(){u(this,F)})}});B=D.find("li a:not(.newListItemDisabled)").not(function(){return a(this).parents().hasClass("newListOptionDisabled")});B.each(function(E){if(a(this).parent().data("selected")){o.defaultText=a(this).html();e=j=E}});var r=D.height(),q=v.height(),C=B.length;if(e!=-1){i(e)}else{m.text(o.defaultText)}function s(){var F=v.offset().top,E=a(window).height(),G=a(window).scrollTop();if(r>parseInt(o.ddMaxHeight)){r=parseInt(o.ddMaxHeight)}F=F-G;if(F+r>=E){D.css({height:r});k.css({top:"-"+r+"px",height:r});f.onTop=true}else{D.css({height:r});k.css({top:q+"px",height:r});f.onTop=false}}s();a(window).bind("resize.sSelect scroll.sSelect",s);function w(){v.css("position","relative")}function d(){v.css({position:"static"})}m.bind("click.sSelect",function(F){F.stopPropagation();if(a(this).data("ssReRender")){r=D.height("").height();k.height("");q=v.height();a(this).data("ssReRender",false);s()}a(".SSContainerDivWrapper").not(a(this).next()).hide().parent().css("position","static").removeClass("newListSelFocus");k.toggle();w();if(e==-1){e=0}try{B.eq(e).focus()}catch(E){}});function c(F,E){if(F==true){j=e;f.change()}if(E==true){e=j;i(e)}k.hide();d()}B.bind("click.sSelect",function(F){var E=a(F.target);e=B.index(E);y=true;i(e,true);c()});B.bind("mouseenter.sSelect",function(F){var E=a(F.target);E.addClass("newListHover")}).bind("mouseleave.sSelect",function(F){var E=a(F.target);E.removeClass("newListHover")});function i(E,I){if(E==-1){m.text(o.defaultText);B.removeClass("hiLite")}else{B.removeClass("hiLite").eq(E).addClass("hiLite");var H=B.eq(E).text(),G=B.eq(E).parent().data("key");try{f.val(G)}catch(F){f[0].selectedIndex=E}m.text(H);if(I==true){j=E;f.change()}if(k.is(":visible")){try{B.eq(E).focus()}catch(F){}}}}f.bind("change.sSelect",function(F){var E=a(F.target);if(y==true){y=false;return false}var G=E.find(":selected");e=E.find("option").index(G);i(e)});function t(E){a(E).unbind("keydown.sSelect").bind("keydown.sSelect",function(H){var G=H.which;y=true;switch(G){case 40:case 39:x();return false;break;case 38:case 37:n();return false;break;case 33:case 36:h();return false;break;case 34:case 35:g();return false;break;case 13:case 27:c(true);return false;break;case 9:c(true);z();return false;break}keyPressed=String.fromCharCode(G).toLowerCase();var F=p.indexOf(keyPressed);if(typeof F!="undefined"){++e;e=p.indexOf(keyPressed,e);if(e==-1||e==null||A!=keyPressed){e=p.indexOf(keyPressed)}i(e);A=keyPressed;return false}})}function x(){if(e<(C-1)){++e;i(e)}}function n(){if(e>0){--e;i(e)}}function h(){e=0;i(e)}function g(){e=C-1;i(e)}v.bind("click.sSelect",function(E){E.stopPropagation();t(this)});v.bind("focus.sSelect",function(){a(this).addClass("newListSelFocus");t(this)});v.bind("blur.sSelect",function(){a(this).removeClass("newListSelFocus")});a(document).bind("click.sSelect",function(){v.removeClass("newListSelFocus");if(k.is(":visible")){c(false,true)}else{c(false)}});function z(){var E=a("body").find("button,input,textarea,select"),F=E.index(f);if(F>-1&&(F+1) ').appendTo(document.head)}if(h.length){h.removeClass("no-js")}if(l==="undefined"){g.MediaQuery._init();g.reflow(this)}else{if(l==="string"){var i=Array.prototype.slice.call(arguments,1);var k=this.data("zfPlugin");if(k!==undefined&&k[m]!==undefined){if(this.length===1){k[m].apply(k,i)}else{this.each(function(n,o){k[m].apply(f(o).data("zfPlugin"),i)})}}else{throw new ReferenceError("We're sorry, '"+m+"' is not an available method for "+(k?e(k):"this element")+".")}}else{throw new TypeError("We're sorry, "+l+" is not a valid parameter. You must use a string representing the method you wish to invoke.")}}return this};window.Foundation=g;f.fn.foundation=c;(function(){if(!Date.now||!window.Date.now){window.Date.now=Date.now=function(){return new Date().getTime()}}var l=["webkit","moz"];for(var j=0;j1?h[1].trim():""}else{if(i.prototype===undefined){return i.constructor.name}else{return i.prototype.constructor.name}}}function a(h){if(/true/.test(h)){return true}else{if(/false/.test(h)){return false}else{if(!isNaN(h*1)){return parseFloat(h)}}}return h}function d(h){return h.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase()}}(jQuery);"use strict";!function(c){Foundation.Box={ImNotTouchingYou:d,GetDimensions:b,GetOffsets:a};function d(h,n,j,i){var g=b(h),l,e,f,o;if(n){var k=b(n);e=g.offset.top+g.height<=k.height+k.offset.top;l=g.offset.top>=k.offset.top;f=g.offset.left>=k.offset.left;o=g.offset.left+g.width<=k.width+k.offset.left}else{e=g.offset.top+g.height<=g.windowDims.height+g.windowDims.offset.top;l=g.offset.top>=g.windowDims.offset.top;f=g.offset.left>=g.windowDims.offset.left;o=g.offset.left+g.width<=g.windowDims.width}var m=[e,l,f,o];if(j){return f===o===true}if(i){return l===e===true}return m.indexOf(false)===-1}function b(j,k){j=j.length?j[0]:j;if(j===window||j===document){throw new Error("I'm sorry, Dave. I'm afraid I can't do that.")}var i=j.getBoundingClientRect(),h=j.parentNode.getBoundingClientRect(),g=document.body.getBoundingClientRect(),e=window.pageYOffset,f=window.pageXOffset;return{width:i.width,height:i.height,offset:{top:i.top+e,left:i.left+f},parentDims:{width:h.width,height:h.height,offset:{top:h.top+e,left:h.left+f}},windowDims:{width:g.width,height:g.height,offset:{top:e,left:f}}}}function a(g,f,e,l,i,j){var k=b(g),h=f?b(f):null;switch(e){case"top":return{left:Foundation.rtl()?h.offset.left-k.width+h.width:h.offset.left,top:h.offset.top-(k.height+l)};break;case"left":return{left:h.offset.left-(k.width+i),top:h.offset.top};break;case"right":return{left:h.offset.left+h.width+i,top:h.offset.top};break;case"center top":return{left:h.offset.left+h.width/2-k.width/2,top:h.offset.top-(k.height+l)};break;case"center bottom":return{left:j?i:h.offset.left+h.width/2-k.width/2,top:h.offset.top+h.height+l};break;case"center left":return{left:h.offset.left-(k.width+i),top:h.offset.top+h.height/2-k.height/2};break;case"center right":return{left:h.offset.left+h.width+i+1,top:h.offset.top+h.height/2-k.height/2};break;case"center":return{left:k.windowDims.offset.left+k.windowDims.width/2-k.width/2,top:k.windowDims.offset.top+k.windowDims.height/2-k.height/2};break;case"reveal":return{left:(k.windowDims.width-k.width)/2,top:k.windowDims.offset.top+l};case"reveal full":return{left:k.windowDims.offset.left,top:k.windowDims.offset.top};break;case"left bottom":return{left:h.offset.left-(k.width+i),top:h.offset.top+h.height};break;case"right bottom":return{left:h.offset.left+h.width+i-k.width,top:h.offset.top+h.height};break;default:return{left:Foundation.rtl()?h.offset.left-k.width+h.width:h.offset.left,top:h.offset.top+h.height+l}}}}(jQuery);"use strict";!function(d){var c={9:"TAB",13:"ENTER",27:"ESCAPE",32:"SPACE",37:"ARROW_LEFT",38:"ARROW_UP",39:"ARROW_RIGHT",40:"ARROW_DOWN"};var a={};var b={keys:e(c),parseKey:function(g){var f=c[g.which||g.keyCode]||String.fromCharCode(g.which).toUpperCase();if(g.shiftKey){f="SHIFT_"+f}if(g.ctrlKey){f="CTRL_"+f}if(g.altKey){f="ALT_"+f}return f},handleKey:function(g,l,j){var m=a[l],n=this.parseKey(g),h,i,k;if(!m){return console.warn("Component not defined!")}if(typeof m.ltr==="undefined"){h=m}else{if(Foundation.rtl()){h=d.extend({},m.ltr,m.rtl)}else{h=d.extend({},m.rtl,m.ltr)}}i=h[n];k=j[i];if(k&&typeof k==="function"){var f=k.apply();if(j.handled||typeof j.handled==="function"){j.handled(f)}}else{if(j.unhandled||typeof j.unhandled==="function"){j.unhandled()}}},findFocusable:function(f){return f.find("a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, *[tabindex], *[contenteditable]").filter(function(){if(!d(this).is(":visible")||d(this).attr("tabindex")<0){return false}return true})},register:function(g,f){a[g]=f}};function e(h){var f={};for(var g in h){f[h[g]]=h[g]}return f}Foundation.Keyboard=b}(jQuery);"use strict";!function(d){var a={"default":"only screen",landscape:"only screen and (orientation: landscape)",portrait:"only screen and (orientation: portrait)",retina:"only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx)"};var b={queries:[],current:"",_init:function(){var e=this;var g=d(".foundation-mq").css("font-family");var h;h=c(g);for(var f in h){if(h.hasOwnProperty(f)){e.queries.push({name:f,value:"only screen and (min-width: "+h[f]+")"})}}this.current=this._getCurrentSize();this._watcher()},atLeast:function(e){var f=this.get(e);if(f){return window.matchMedia(f).matches}return false},get:function(f){for(var e in this.queries){if(this.queries.hasOwnProperty(e)){var g=this.queries[e];if(f===g.name){return g.value}}}return null},_getCurrentSize:function(){var e;for(var f=0;f1&&arguments[1]!==undefined?arguments[1]:"zf";h.attr("role","menubar");var d=h.find("li").attr({role:"menuitem"}),g="is-"+e+"-submenu",f=g+"-item",c="is-"+e+"-submenu-parent";h.find("a:first").attr("tabindex",0);d.each(function(){var i=b(this),j=i.children("ul");if(j.length){i.addClass(c).attr({"aria-haspopup":true,"aria-expanded":false,"aria-label":i.children("a:first").text()});j.addClass("submenu "+g).attr({"data-submenu":"","aria-hidden":true,role:"menu"})}if(i.parent("[data-submenu]").length){i.addClass("is-submenu-item "+f)}});return},Burn:function(h,e){var d=h.find("li").removeAttr("tabindex"),g="is-"+e+"-submenu",f=g+"-item",c="is-"+e+"-submenu-parent";h.find("*").removeClass(g+" "+f+" "+c+" is-submenu-item submenu is-active").removeAttr("data-submenu").css("display","")}};Foundation.Nest=a}(jQuery);"use strict";!function(b){function a(g,l,h){var k=this,i=l.duration,d=Object.keys(g.data())[0]||"timer",j=-1,f,e;this.isPaused=false;this.restart=function(){j=-1;clearTimeout(e);this.start()};this.start=function(){this.isPaused=false;clearTimeout(e);j=j<=0?i:j;g.data("paused",false);f=Date.now();e=setTimeout(function(){if(l.infinite){k.restart()}h()},j);g.trigger("timerstart.zf."+d)};this.pause=function(){this.isPaused=true;clearTimeout(e);g.data("paused",true);var m=Date.now();j=j-(m-f);g.trigger("timerpaused.zf."+d)}}function c(d,h){var e=this,f=d.length;if(f===0){h()}d.each(function(){if(this.complete){g()}else{if(typeof this.naturalWidth!=="undefined"&&this.naturalWidth>0){g()}else{b(this).one("load",function(){g()})}}});function g(){f--;if(f===0){h()}}}Foundation.Timer=a;Foundation.onImagesLoaded=c}(jQuery);(function(d){d.spotSwipe={version:"1.0.0",enabled:"ontouchstart" in document.documentElement,preventDefault:false,moveThreshold:75,timeThreshold:200};var j,i,b,k,e=false;function g(){this.removeEventListener("touchmove",a);this.removeEventListener("touchend",g);e=false}function a(p){if(d.spotSwipe.preventDefault){p.preventDefault()}if(e){var l=p.touches[0].pageX;var q=p.touches[0].pageY;var n=j-l;var m=i-q;var o;k=new Date().getTime()-b;if(Math.abs(n)>=d.spotSwipe.moveThreshold&&k<=d.spotSwipe.timeThreshold){o=n>0?"left":"right"}if(o){p.preventDefault();g.call(this);d(this).trigger("swipe",o).trigger("swipe"+o)}}}function c(l){if(l.touches.length==1){j=l.touches[0].pageX;i=l.touches[0].pageY;e=true;b=new Date().getTime();this.addEventListener("touchmove",a,false);this.addEventListener("touchend",g,false)}}function h(){this.addEventListener&&this.addEventListener("touchstart",c,false)}function f(){this.removeEventListener("touchstart",c)}d.event.special.swipe={setup:h};d.each(["left","up","down","right"],function(){d.event.special["swipe"+this]={setup:function(){d(this).on("swipe",d.noop)}}})})(jQuery);!function(a){a.fn.addTouch=function(){this.each(function(c,d){a(d).bind("touchstart touchmove touchend touchcancel",function(){b(event)})});var b=function(f){var g=f.changedTouches,h=g[0],e={touchstart:"mousedown",touchmove:"mousemove",touchend:"mouseup"},c=e[f.type],d;if("MouseEvent" in window&&typeof window.MouseEvent==="function"){d=new window.MouseEvent(c,{bubbles:true,cancelable:true,screenX:h.screenX,screenY:h.screenY,clientX:h.clientX,clientY:h.clientY})}else{d=document.createEvent("MouseEvent");d.initMouseEvent(c,true,true,window,1,h.screenX,h.screenY,h.clientX,h.clientY,false,false,false,false,0,null)}h.target.dispatchEvent(d)}}}(jQuery);"use strict";!function(h){var g=function(){var k=["WebKit","Moz","O","Ms",""];for(var j=0;j1&&arguments[1]!==undefined?arguments[1]:{};_classCallCheck(this,o);this.$element=v;this.options=b.extend({},o.defaults,this.$element.data(),u);this._init();Foundation.registerPlugin(this,"Abide")}_createClass(o,[{key:"_init",value:function j(){this.$inputs=this.$element.find("input, textarea, select");this._events()}},{key:"_events",value:function k(){var u=this;this.$element.off(".abide").on("reset.zf.abide",function(){u.resetForm()}).on("submit.zf.abide",function(){return u.validateForm()});if(this.options.validateOn==="fieldChange"){this.$inputs.off("change.zf.abide").on("change.zf.abide",function(v){u.validateInput(b(v.target))})}if(this.options.liveValidate){this.$inputs.off("input.zf.abide").on("input.zf.abide",function(v){u.validateInput(b(v.target))})}}},{key:"_reflow",value:function r(){this._init()}},{key:"requiredCheck",value:function i(v){if(!v.attr("required")){return true}var w=true;switch(v[0].type){case"checkbox":w=v[0].checked;break;case"select":case"select-one":case"select-multiple":var u=v.find("option:selected");if(!u.length||!u.val()){w=false}break;default:if(!v.val()||!v.val().length){w=false}}return w}},{key:"findFormError",value:function q(v){var u=v.siblings(this.options.formErrorSelector);if(!u.length){u=v.parent().find(this.options.formErrorSelector)}return u}},{key:"findLabel",value:function g(v){var w=v[0].id;var u=this.$element.find('label[for="'+w+'"]');if(!u.length){return v.closest("label")}return u}},{key:"findRadioLabels",value:function p(v){var u=this;var w=v.map(function(y,z){var A=z.id;var x=u.$element.find('label[for="'+A+'"]');if(!x.length){x=b(z).closest("label")}return x[0]});return b(w)}},{key:"addErrorClasses",value:function h(v){var u=this.findLabel(v);var w=this.findFormError(v);if(u.length){u.addClass(this.options.labelErrorClass)}if(w.length){w.addClass(this.options.formErrorClass)}v.addClass(this.options.inputErrorClass).attr("data-invalid","")}},{key:"removeRadioErrorClasses",value:function e(x){var w=this.$element.find(':radio[name="'+x+'"]');var u=this.findRadioLabels(w);var v=this.findFormError(w);if(u.length){u.removeClass(this.options.labelErrorClass)}if(v.length){v.removeClass(this.options.formErrorClass)}w.removeClass(this.options.inputErrorClass).removeAttr("data-invalid")}},{key:"removeErrorClasses",value:function t(v){if(v[0].type=="radio"){return this.removeRadioErrorClasses(v.attr("name"))}var u=this.findLabel(v);var w=this.findFormError(v);if(u.length){u.removeClass(this.options.labelErrorClass)}if(w.length){w.removeClass(this.options.formErrorClass)}v.removeClass(this.options.inputErrorClass).removeAttr("data-invalid")}},{key:"validateInput",value:function m(z){var y=this.requiredCheck(z),B=false,x=true,w=z.attr("data-validator"),v=true;if(z.is("[data-abide-ignore]")||z.is('[type="hidden"]')){return true}switch(z[0].type){case"radio":B=this.validateRadio(z.attr("name"));break;case"checkbox":B=y;break;case"select":case"select-one":case"select-multiple":B=y;break;default:B=this.validateText(z)}if(w){x=this.matchValidation(z,w,z.attr("required"))}if(z.attr("data-equalto")){v=this.options.validators.equalTo(z)}var u=[y,B,x,v].indexOf(false)===-1;var A=(u?"valid":"invalid")+".zf.abide";this[u?"removeErrorClasses":"addErrorClasses"](z);z.trigger(A,[z]);return u}},{key:"validateForm",value:function f(){var v=[];var w=this;this.$inputs.each(function(){v.push(w.validateInput(b(this)))});var u=v.indexOf(false)===-1;this.$element.find("[data-abide-error]").css("display",u?"none":"block");this.$element.trigger((u?"formvalid":"forminvalid")+".zf.abide",[this.$element]);return u}},{key:"validateText",value:function n(u,w){w=w||u.attr("pattern")||u.attr("type");var x=u.val();var v=false;if(x.length){if(this.options.patterns.hasOwnProperty(w)){v=this.options.patterns[w].test(x)}else{if(w!==u.attr("type")){v=new RegExp(w).test(x)}else{v=true}}}else{if(!u.prop("required")){v=true}}return v}},{key:"validateRadio",value:function l(x){var u=this.$element.find(':radio[name="'+x+'"]');var v=false,w=false;u.each(function(y,z){if(b(z).attr("required")){w=true}});if(!w){v=true}if(!v){u.each(function(y,z){if(b(z).prop("checked")){v=true}})}return v}},{key:"matchValidation",value:function c(x,v,y){var w=this;y=y?true:false;var u=v.split(" ").map(function(z){return w.options.validators[z](x,y,x.parent())});return u.indexOf(false)===-1}},{key:"resetForm",value:function d(){var u=this.$element,v=this.options;b("."+v.labelErrorClass,u).not("small").removeClass(v.labelErrorClass);b("."+v.inputErrorClass,u).not("small").removeClass(v.inputErrorClass);b(v.formErrorSelector+"."+v.formErrorClass).removeClass(v.formErrorClass);u.find("[data-abide-error]").css("display","none");b(":input",u).not(":button, :submit, :reset, :hidden, :radio, :checkbox, [data-abide-ignore]").val("").removeAttr("data-invalid");b(":input:radio",u).not("[data-abide-ignore]").prop("checked",false).removeAttr("data-invalid");b(":input:checkbox",u).not("[data-abide-ignore]").prop("checked",false).removeAttr("data-invalid");u.trigger("formreset.zf.abide",[u])}},{key:"destroy",value:function s(){var u=this;this.$element.off(".abide").find("[data-abide-error]").css("display","none");this.$inputs.off(".abide").each(function(){u.removeErrorClasses(b(this))});Foundation.unregisterPlugin(this)}}]);return o}();a.defaults={validateOn:"fieldChange",labelErrorClass:"is-invalid-label",inputErrorClass:"is-invalid-input",formErrorSelector:".form-error",formErrorClass:"is-visible",liveValidate:false,patterns:{alpha:/^[a-zA-Z]+$/,alpha_numeric:/^[a-zA-Z0-9]+$/,integer:/^[-+]?\d+$/,number:/^[-+]?\d*(?:[\.\,]\d+)?$/,card:/^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\d{3})\d{11})$/,cvv:/^([0-9]){3,4}$/,email:/^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+$/,url:/^(https?|ftp|file|ssh):\/\/(((([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-zA-Z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-zA-Z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-zA-Z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-zA-Z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-zA-Z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-zA-Z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/,domain:/^([a-zA-Z0-9]([a-zA-Z0-9\-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,8}$/,datetime:/^([0-2][0-9]{3})\-([0-1][0-9])\-([0-3][0-9])T([0-5][0-9])\:([0-5][0-9])\:([0-5][0-9])(Z|([\-\+]([0-1][0-9])\:00))$/,date:/(?:19|20)[0-9]{2}-(?:(?:0[1-9]|1[0-2])-(?:0[1-9]|1[0-9]|2[0-9])|(?:(?!02)(?:0[1-9]|1[0-2])-(?:30))|(?:(?:0[13578]|1[02])-31))$/,time:/^(0[0-9]|1[0-9]|2[0-3])(:[0-5][0-9]){2}$/,dateISO:/^\d{4}[\/\-]\d{1,2}[\/\-]\d{1,2}$/,month_day_year:/^(0[1-9]|1[012])[- \/.](0[1-9]|[12][0-9]|3[01])[- \/.]\d{4}$/,day_month_year:/^(0[1-9]|[12][0-9]|3[01])[- \/.](0[1-9]|1[012])[- \/.]\d{4}$/,color:/^#?([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$/},validators:{equalTo:function(d,e,c){return b("#"+d.attr("data-equalto")).val()===d.val()}}};Foundation.plugin(a,"Abide")}(jQuery);"use strict";var _createClass=function(){function a(e,c){for(var b=0;b')}p.data("savedHref",p.attr("href")).removeAttr("href");p.children("[data-submenu]").attr({"aria-hidden":true,tabindex:0,role:"menu"});o._events(p)});this.$submenus.each(function(){var p=b(this),q=p.find(".js-drilldown-back");if(!q.length){p.prepend(o.options.backButton)}o._back(p)});if(!this.$element.parent().hasClass("is-drilldown")){this.$wrapper=b(this.options.wrapper).addClass("is-drilldown");this.$wrapper=this.$element.wrap(this.$wrapper).parent().css(this._getMaxDims())}}},{key:"_events",value:function g(o){var p=this;o.off("click.zf.drilldown").on("click.zf.drilldown",function(r){if(b(r.target).parentsUntil("ul","li").hasClass("is-drilldown-submenu-parent")){r.stopImmediatePropagation();r.preventDefault()}p._show(o.parent("li"));if(p.options.closeOnClick){var q=b("body");q.off(".zf.drilldown").on("click.zf.drilldown",function(s){if(s.target===p.$element[0]||b.contains(p.$element[0],s.target)){return}s.preventDefault();p._hideAll();q.off(".zf.drilldown")})}})}},{key:"_keyboardEvents",value:function i(){var o=this;this.$menuItems.add(this.$element.find(".js-drilldown-back > a")).on("keydown.zf.drilldown",function(t){var q=b(this),r=q.parent("li").parent("ul").children("li").children("a"),s,p;r.each(function(u){if(b(this).is(q)){s=r.eq(Math.max(0,u-1));p=r.eq(Math.min(u+1,r.length-1));return}});Foundation.Keyboard.handleKey(t,"Drilldown",{next:function(){if(q.is(o.$submenuAnchors)){o._show(q.parent("li"));q.parent("li").one(Foundation.transitionend(q),function(){q.parent("li").find("ul li a").filter(o.$menuItems).first().focus()});return true}},previous:function(){o._hide(q.parent("li").parent("ul"));q.parent("li").parent("ul").one(Foundation.transitionend(q),function(){setTimeout(function(){q.parent("li").parent("ul").parent("li").children("a").first().focus()},1)});return true},up:function(){s.focus();return true},down:function(){p.focus();return true},close:function(){o._back()},open:function(){if(!q.is(o.$menuItems)){o._hide(q.parent("li").parent("ul"));q.parent("li").parent("ul").one(Foundation.transitionend(q),function(){setTimeout(function(){q.parent("li").parent("ul").parent("li").children("a").first().focus()},1)})}else{if(q.is(o.$submenuAnchors)){o._show(q.parent("li"));q.parent("li").one(Foundation.transitionend(q),function(){q.parent("li").find("ul li a").filter(o.$menuItems).first().focus()})}}return true},handled:function(u){if(u){t.preventDefault()}t.stopImmediatePropagation()}})})}},{key:"_hideAll",value:function f(){var o=this.$element.find(".is-drilldown-submenu.is-active").addClass("is-closing");o.one(Foundation.transitionend(o),function(p){o.removeClass("is-active is-closing")});this.$element.trigger("closed.zf.drilldown")}},{key:"_back",value:function d(o){var p=this;o.off("click.zf.drilldown");o.children(".js-drilldown-back").on("click.zf.drilldown",function(q){q.stopImmediatePropagation();p._hide(o)})}},{key:"_menuLinkEvents",value:function c(){var o=this;this.$menuItems.not(".is-drilldown-submenu-parent").off("click.zf.drilldown").on("click.zf.drilldown",function(p){setTimeout(function(){o._hideAll()},0)})}},{key:"_show",value:function h(o){o.children("[data-submenu]").addClass("is-active");this.$element.trigger("open.zf.drilldown",[o])}},{key:"_hide",value:function e(o){var p=this;o.addClass("is-closing").one(Foundation.transitionend(o),function(){o.removeClass("is-active is-closing");o.blur()});o.trigger("hide.zf.drilldown",[o])}},{key:"_getMaxDims",value:function j(){var p=0,o={};this.$submenus.add(this.$element).each(function(){var q=b(this).children("li").length;p=q>p?q:p});o["min-height"]=p*this.$menuItems[0].getBoundingClientRect().height+"px";o["max-width"]=this.$element[0].getBoundingClientRect().width+"px";return o}},{key:"destroy",value:function n(){this._hideAll();Foundation.Nest.Burn(this.$element,"drilldown");this.$element.unwrap().find(".js-drilldown-back, .is-submenu-parent-item").remove().end().find(".is-active, .is-closing, .is-drilldown-submenu").removeClass("is-active is-closing is-drilldown-submenu").end().find("[data-submenu]").removeAttr("aria-hidden tabindex role");this.$submenuAnchors.each(function(){b(this).off(".zf.drilldown")});this.$element.find("a").each(function(){var o=b(this);if(o.data("savedHref")){o.attr("href",o.data("savedHref")).removeData("savedHref")}else{return}});Foundation.unregisterPlugin(this)}}]);return k}();a.defaults={backButton:'
    • Back
    • ',wrapper:"
      ",parentLink:false,closeOnClick:false};Foundation.plugin(a,"Drilldown")}(jQuery);"use strict";var _createClass=function(){function a(e,c){for(var b=0;b-1&&this.usedPositions.indexOf("left")<0){this.$element.addClass("left")}else{if(n==="top"&&this.usedPositions.indexOf("bottom")>-1&&this.usedPositions.indexOf("left")<0){this.$element.removeClass(n).addClass("left")}else{if(n==="left"&&this.usedPositions.indexOf("right")>-1&&this.usedPositions.indexOf("bottom")<0){this.$element.removeClass(n)}else{if(n==="right"&&this.usedPositions.indexOf("left")>-1&&this.usedPositions.indexOf("bottom")<0){this.$element.removeClass(n)}else{this.$element.removeClass(n)}}}}}}}}this.classChanged=true;this.counter--}},{key:"_setPosition",value:function h(){if(this.$anchor.attr("aria-expanded")==="false"){return false}var n=this.getPositionClass(),q=Foundation.Box.GetDimensions(this.$element),o=Foundation.Box.GetDimensions(this.$anchor),t=this,p=n==="left"?"left":n==="right"?"left":"top",s=p==="top"?"height":"width",r=s==="height"?this.options.vOffset:this.options.hOffset;if(q.width>=q.windowDims.width||!this.counter&&!Foundation.Box.ImNotTouchingYou(this.$element)){this.$element.offset(Foundation.Box.GetOffsets(this.$element,this.$anchor,"center bottom",this.options.vOffset,this.options.hOffset,true)).css({width:q.windowDims.width-this.options.hOffset*2,height:"auto"});this.classChanged=true;return false}this.$element.offset(Foundation.Box.GetOffsets(this.$element,this.$anchor,n,this.options.vOffset,this.options.hOffset));while(!Foundation.Box.ImNotTouchingYou(this.$element,false,true)&&this.counter){this._reposition(n);this._setPosition()}}},{key:"_events",value:function d(){var n=this;this.$element.on({"open.zf.trigger":this.open.bind(this),"close.zf.trigger":this.close.bind(this),"toggle.zf.trigger":this.toggle.bind(this),"resizeme.zf.trigger":this._setPosition.bind(this)});if(this.options.hover){this.$anchor.off("mouseenter.zf.dropdown mouseleave.zf.dropdown").on("mouseenter.zf.dropdown",function(){clearTimeout(n.timeout);n.timeout=setTimeout(function(){n.open();n.$anchor.data("hover",true)},n.options.hoverDelay)}).on("mouseleave.zf.dropdown",function(){clearTimeout(n.timeout);n.timeout=setTimeout(function(){n.close();n.$anchor.data("hover",false)},n.options.hoverDelay)});if(this.options.hoverPane){this.$element.off("mouseenter.zf.dropdown mouseleave.zf.dropdown").on("mouseenter.zf.dropdown",function(){clearTimeout(n.timeout)}).on("mouseleave.zf.dropdown",function(){clearTimeout(n.timeout);n.timeout=setTimeout(function(){n.close();n.$anchor.data("hover",false)},n.options.hoverDelay)})}}this.$anchor.add(this.$element).on("keydown.zf.dropdown",function(p){var o=b(this),q=Foundation.Keyboard.findFocusable(n.$element);Foundation.Keyboard.handleKey(p,"Dropdown",{tab_forward:function(){if(n.$element.find(":focus").is(q.eq(-1))){if(n.options.trapFocus){q.eq(0).focus();p.preventDefault()}else{n.close()}}},tab_backward:function(){if(n.$element.find(":focus").is(q.eq(0))||n.$element.is(":focus")){if(n.options.trapFocus){q.eq(-1).focus();p.preventDefault()}else{n.close()}}},open:function(){if(o.is(n.$anchor)){n.open();n.$element.attr("tabindex",-1).focus();p.preventDefault()}},close:function(){n.close();n.$anchor.focus()}})})}},{key:"_addBodyHandler",value:function m(){var n=b(document.body).not(this.$element),o=this;n.off("click.zf.dropdown").on("click.zf.dropdown",function(p){if(o.$anchor.is(p.target)||o.$anchor.find(p.target).length){return}if(o.$element.find(p.target).length){return}o.close();n.off("click.zf.dropdown")})}},{key:"open",value:function f(){this.$element.trigger("closeme.zf.dropdown",this.$element.attr("id"));this.$anchor.addClass("hover").attr({"aria-expanded":true});this._setPosition();this.$element.addClass("is-open").attr({"aria-hidden":false});if(this.options.autoFocus){var n=Foundation.Keyboard.findFocusable(this.$element);if(n.length){n.eq(0).focus()}}if(this.options.closeOnClick){this._addBodyHandler()}this.$element.trigger("show.zf.dropdown",[this.$element])}},{key:"close",value:function l(){if(!this.$element.hasClass("is-open")){return false}this.$element.removeClass("is-open").attr({"aria-hidden":true});this.$anchor.removeClass("hover").attr("aria-expanded",false);if(this.classChanged){var n=this.getPositionClass();if(n){this.$element.removeClass(n)}this.$element.addClass(this.options.positionClass).css({height:"",width:""});this.classChanged=false;this.counter=4;this.usedPositions.length=0}this.$element.trigger("hide.zf.dropdown",[this.$element])}},{key:"toggle",value:function e(){if(this.$element.hasClass("is-open")){if(this.$anchor.data("hover")){return}this.close()}else{this.open()}}},{key:"destroy",value:function k(){this.$element.off(".zf.trigger").hide();this.$anchor.off(".zf.dropdown");Foundation.unregisterPlugin(this)}}]);return j}();a.defaults={hoverDelay:250,hover:false,hoverPane:false,vOffset:1,hOffset:1,positionClass:"",trapFocus:false,autoFocus:false,closeOnClick:false};Foundation.plugin(a,"Dropdown")}(jQuery);"use strict";var _createClass=function(){function a(e,c){for(var b=0;b-1,t=n?m.$tabs:x.siblings("li").add(x),w,v;t.each(function(y){if(b(this).is(x)){w=t.eq(y-1);v=t.eq(y+1);return}});var p=function(){if(!x.is(":last-child")){v.children("a:first").focus();s.preventDefault()}},u=function(){w.children("a:first").focus();s.preventDefault()},o=function(){var y=x.children("ul.is-dropdown-submenu");if(y.length){m._show(y);x.find("li > a:first").focus();s.preventDefault()}else{return}},r=function(){var y=x.parent("ul").parent("li");y.children("a:first").focus();m._hide(y);s.preventDefault()};var q={open:o,close:function(){m._hide(m.$element);m.$menuItems.find("a:first").focus();s.preventDefault()},handled:function(){s.stopImmediatePropagation()}};if(n){if(m.$element.hasClass(m.options.verticalClass)){if(m.options.alignment==="left"){b.extend(q,{down:p,up:u,next:o,previous:r})}else{b.extend(q,{down:p,up:u,next:r,previous:o})}}else{b.extend(q,{next:p,previous:u,down:o,up:r})}}else{if(m.options.alignment==="left"){b.extend(q,{next:o,previous:r,down:p,up:u})}else{b.extend(q,{next:r,previous:o,down:p,up:u})}}Foundation.Keyboard.handleKey(s,"DropdownMenu",q)})}},{key:"_addBodyHandler",value:function f(){var j=b(document.body),k=this;j.off("mouseup.zf.dropdownmenu touchend.zf.dropdownmenu").on("mouseup.zf.dropdownmenu touchend.zf.dropdownmenu",function(m){var l=k.$element.find(m.target);if(l.length){return}k._hide();j.off("mouseup.zf.dropdownmenu touchend.zf.dropdownmenu")})}},{key:"_show",value:function i(n){var k=this.$tabs.index(this.$tabs.filter(function(p,q){return b(q).find(n).length>0}));var m=n.parent("li.is-dropdown-submenu-parent").siblings("li.is-dropdown-submenu-parent");this._hide(m,k);n.css("visibility","hidden").addClass("js-dropdown-active").attr({"aria-hidden":false}).parent("li.is-dropdown-submenu-parent").addClass("is-active").attr({"aria-expanded":true});var j=Foundation.Box.ImNotTouchingYou(n,null,true);if(!j){var l=this.options.alignment==="left"?"-right":"-left",o=n.parent(".is-dropdown-submenu-parent");o.removeClass("opens"+l).addClass("opens-"+this.options.alignment);j=Foundation.Box.ImNotTouchingYou(n,null,true);if(!j){o.removeClass("opens-"+this.options.alignment).addClass("opens-inner")}this.changed=true}n.css("visibility","");if(this.options.closeOnClick){this._addBodyHandler()}this.$element.trigger("show.zf.dropdownmenu",[n])}},{key:"_hide",value:function c(l,k){var j;if(l&&l.length){j=l}else{if(k!==undefined){j=this.$tabs.not(function(o,p){return o===k})}else{j=this.$element}}var n=j.hasClass("is-active")||j.find(".is-active").length>0;if(n){j.find("li.is-active").add(j).attr({"aria-expanded":false,"data-is-click":false}).removeClass("is-active");j.find("ul.js-dropdown-active").attr({"aria-hidden":true}).removeClass("js-dropdown-active");if(this.changed||j.find("opens-inner").length){var m=this.options.alignment==="left"?"right":"left";j.find("li.is-dropdown-submenu-parent").add(j).removeClass("opens-inner opens-"+this.options.alignment).addClass("opens-"+m);this.changed=false}this.$element.trigger("hide.zf.dropdownmenu",[j])}}},{key:"destroy",value:function e(){this.$menuItems.off(".zf.dropdownmenu").removeAttr("data-is-click").removeClass("is-right-arrow is-left-arrow is-down-arrow opens-right opens-left opens-inner");b(document.body).off(".zf.dropdownmenu");Foundation.Nest.Burn(this.$element,"dropdown");Foundation.unregisterPlugin(this)}}]);return d}();a.defaults={disableHover:false,autoclose:true,hoverDelay:50,clickOpen:false,closingTime:500,alignment:"left",closeOnClick:true,verticalClass:"vertical",rightClass:"align-right",forceFollow:true};Foundation.plugin(a,"DropdownMenu")}(jQuery);"use strict";var _createClass=function(){function a(e,c){for(var b=0;b0;this.isNested=this.$element.parentsUntil(document.body,"[data-equalizer]").length>0;this.isOn=false;this._bindHandler={onResizeMeBound:this._onResizeMe.bind(this),onPostEqualizedBound:this._onPostEqualized.bind(this)};var u=this.$element.find("img");var t;if(this.options.equalizeOn){t=this._checkMQ();b(window).on("changed.zf.mediaquery",this._checkMQ.bind(this))}else{this._events()}if(t!==undefined&&t===false||t===undefined){if(u.length){Foundation.onImagesLoaded(u,this._reflow.bind(this))}else{this._reflow()}}}},{key:"_pauseEvents",value:function h(){this.isOn=false;this.$element.off({".zf.equalizer":this._bindHandler.onPostEqualizedBound,"resizeme.zf.trigger":this._bindHandler.onResizeMeBound})}},{key:"_onResizeMe",value:function j(r){this._reflow()}},{key:"_onPostEqualized",value:function n(r){if(r.target!==this.$element[0]){this._reflow()}}},{key:"_events",value:function g(){var r=this;this._pauseEvents();if(this.hasNested){this.$element.on("postequalized.zf.equalizer",this._bindHandler.onPostEqualizedBound)}else{this.$element.on("resizeme.zf.trigger",this._bindHandler.onResizeMeBound)}this.isOn=true}},{key:"_checkMQ",value:function q(){var r=!Foundation.MediaQuery.atLeast(this.options.equalizeOn);if(r){if(this.isOn){this._pauseEvents();this.$watched.css("height","auto")}}else{if(!this.isOn){this._events()}}return r}},{key:"_killswitch",value:function l(){return}},{key:"_reflow",value:function o(){if(!this.options.equalizeOnStack){if(this._isStacked()){this.$watched.css("height","auto");return false}}if(this.options.equalizeByRow){this.getHeightsByRow(this.applyHeightByRow.bind(this))}else{this.getHeights(this.applyHeight.bind(this))}}},{key:"_isStacked",value:function c(){return this.$watched[0].getBoundingClientRect().top!==this.$watched[1].getBoundingClientRect().top}},{key:"getHeights",value:function f(s){var u=[];for(var t=0,r=this.$watched.length;t1){this.geoSync()}if(this.options.accessible){this.$wrapper.attr("tabindex",0)}}},{key:"_loadBullets",value:function f(){this.$bullets=this.$element.find("."+this.options.boxOfBullets).find("button")}},{key:"geoSync",value:function g(){var n=this;this.timer=new Foundation.Timer(this.$element,{duration:this.options.timerDelay,infinite:false},function(){n.changeSlide(true)});this.timer.start()}},{key:"_prepareForOrbit",value:function j(){var n=this;this._setWrapperHeight(function(o){n._setSlideHeight(o)})}},{key:"_setWrapperHeight",value:function i(o){var n=0,q,p=0;this.$slides.each(function(){q=this.getBoundingClientRect().height;a(this).attr("data-slide",p);if(p){a(this).css({position:"relative",display:"none"})}n=q>n?q:n;p++});if(p===this.$slides.length){this.$wrapper.css({height:n});o(n)}}},{key:"_setSlideHeight",value:function d(n){this.$slides.each(function(){a(this).css("max-height",n)})}},{key:"_events",value:function k(){var o=this;if(this.$slides.length>1){if(this.options.swipe){this.$slides.off("swipeleft.zf.orbit swiperight.zf.orbit").on("swipeleft.zf.orbit",function(p){p.preventDefault();o.changeSlide(true)}).on("swiperight.zf.orbit",function(p){p.preventDefault();o.changeSlide(false)})}if(this.options.autoPlay){this.$slides.on("click.zf.orbit",function(){o.$element.data("clickedOn",o.$element.data("clickedOn")?false:true);o.timer[o.$element.data("clickedOn")?"pause":"start"]()});if(this.options.pauseOnHover){this.$element.on("mouseenter.zf.orbit",function(){o.timer.pause()}).on("mouseleave.zf.orbit",function(){if(!o.$element.data("clickedOn")){o.timer.start()}})}}if(this.options.navButtons){var n=this.$element.find("."+this.options.nextClass+", ."+this.options.prevClass);n.attr("tabindex",0).on("click.zf.orbit touchend.zf.orbit",function(p){p.preventDefault();o.changeSlide(a(this).hasClass(o.options.nextClass))})}if(this.options.bullets){this.$bullets.on("click.zf.orbit touchend.zf.orbit",function(){if(/is-active/g.test(this.className)){return false}var p=a(this).data("slide"),q=p>o.$slides.filter(".is-active").data("slide"),r=o.$slides.eq(p);o.changeSlide(q,r,p)})}this.$wrapper.add(this.$bullets).on("keydown.zf.orbit",function(p){Foundation.Keyboard.handleKey(p,"Orbit",{next:function(){o.changeSlide(true)},previous:function(){o.changeSlide(false)},handled:function(){if(a(p.target).is(o.$bullets)){o.$bullets.filter(".is-active").focus()}}})})}}},{key:"changeSlide",value:function h(u,w,v){var p=this.$slides.filter(".is-active").eq(0);if(/mui/g.test(p[0].className)){return false}var t=this.$slides.first(),o=this.$slides.last(),r=u?"Right":"Left",n=u?"Left":"Right",s=this,q;if(!w){q=u?this.options.infiniteWrap?p.next("."+this.options.slideClass).length?p.next("."+this.options.slideClass):t:p.next("."+this.options.slideClass):this.options.infiniteWrap?p.prev("."+this.options.slideClass).length?p.prev("."+this.options.slideClass):o:p.prev("."+this.options.slideClass)}else{q=w}if(q.length){if(this.options.bullets){v=v||this.$slides.index(q);this._updateBullets(v)}if(this.options.useMUI){Foundation.Motion.animateIn(q.addClass("is-active").css({position:"absolute",top:0}),this.options["animInFrom"+r],function(){q.css({position:"relative",display:"block"}).attr("aria-live","polite")});Foundation.Motion.animateOut(p.removeClass("is-active"),this.options["animOutTo"+n],function(){p.removeAttr("aria-live");if(s.options.autoPlay&&!s.timer.isPaused){s.timer.restart()}})}else{p.removeClass("is-active is-in").removeAttr("aria-live").hide();q.addClass("is-active is-in").attr("aria-live","polite").show();if(this.options.autoPlay&&!this.timer.isPaused){this.timer.restart()}}this.$element.trigger("slidechange.zf.orbit",[q])}}},{key:"_updateBullets",value:function c(n){var p=this.$element.find("."+this.options.boxOfBullets).find(".is-active").removeClass("is-active").blur(),o=p.find("span:last").detach(),q=this.$bullets.eq(n).addClass("is-active").append(o)}},{key:"destroy",value:function m(){this.$element.off(".zf.orbit").find("*").off(".zf.orbit").end().hide();Foundation.unregisterPlugin(this)}}]);return e}();b.defaults={bullets:true,navButtons:true,animInFromRight:"slide-in-right",animOutToRight:"slide-out-right",animInFromLeft:"slide-in-left",animOutToLeft:"slide-out-left",autoPlay:true,timerDelay:5000,infiniteWrap:true,swipe:true,pauseOnHover:true,accessible:true,containerClass:"orbit-container",slideClass:"orbit-slide",boxOfBullets:"orbit-bullets",nextClass:"orbit-next",prevClass:"orbit-previous",useMUI:true};Foundation.plugin(b,"Orbit")}(jQuery);"use strict";var _createClass=function(){function a(e,c){for(var b=0;b1?m[0]:"small";var n=m.length>1?m[1]:m[0];if(c[n]!==null){j[l]=c[n]}}this.rules=j}if(!a.isEmptyObject(this.rules)){this._checkMediaQueries()}}},{key:"_events",value:function g(){var i=this;a(window).on("changed.zf.mediaquery",function(){i._checkMediaQueries()})}},{key:"_checkMediaQueries",value:function f(){var i,j=this;a.each(this.rules,function(k){if(Foundation.MediaQuery.atLeast(k)){i=k}});if(!i){return}if(this.currentPlugin instanceof this.rules[i].plugin){return}a.each(c,function(k,l){j.$element.removeClass(l.cssClass)});this.$element.addClass(this.rules[i].cssClass);if(this.currentPlugin){this.currentPlugin.destroy()}this.currentPlugin=new this.rules[i].plugin(this.$element,{})}},{key:"destroy",value:function d(){this.currentPlugin.destroy();a(window).off(".zf.ResponsiveMenu");Foundation.unregisterPlugin(this)}}]);return h}();b.defaults={};var c={dropdown:{cssClass:"dropdown",plugin:Foundation._plugins["dropdown-menu"]||null},drilldown:{cssClass:"drilldown",plugin:Foundation._plugins.drilldown||null},accordion:{cssClass:"accordion-menu",plugin:Foundation._plugins["accordion-menu"]||null}};Foundation.plugin(b,"ResponsiveMenu")}(jQuery);"use strict";var _createClass=function(){function a(e,c){for(var b=0;b
      ").addClass("reveal-overlay").appendTo("body");return q}},{key:"_updatePosition",value:function k(){var r=this.$element.outerWidth();var v=e(window).width();var q=this.$element.outerHeight();var s=e(window).height();var u,t;if(this.options.hOffset==="auto"){u=parseInt((v-r)/2,10)}else{u=parseInt(this.options.hOffset,10)}if(this.options.vOffset==="auto"){if(q>s){t=parseInt(Math.min(100,s/10),10)}else{t=parseInt((s-q)/4,10)}}else{t=parseInt(this.options.vOffset,10)}this.$element.css({top:t+"px"});if(!this.$overlay||this.options.hOffset!=="auto"){this.$element.css({left:u+"px"});this.$element.css({margin:"0px"})}}},{key:"_events",value:function g(){var q=this;var r=this;this.$element.on({"open.zf.trigger":this.open.bind(this),"close.zf.trigger":function(t,s){if(t.target===r.$element[0]||e(t.target).parents("[data-closable]")[0]===s){return q.close.apply(q)}},"toggle.zf.trigger":this.toggle.bind(this),"resizeme.zf.trigger":function(){r._updatePosition()}});if(this.$anchor.length){this.$anchor.on("keydown.zf.reveal",function(s){if(s.which===13||s.which===32){s.stopPropagation();s.preventDefault();r.open()}})}if(this.options.closeOnClick&&this.options.overlay){this.$overlay.off(".zf.reveal").on("click.zf.reveal",function(s){if(s.target===r.$element[0]||e.contains(r.$element[0],s.target)){return}r.close()})}if(this.options.deepLink){e(window).on("popstate.zf.reveal:"+this.id,this._handleState.bind(this))}}},{key:"_handleState",value:function o(q){if(window.location.hash==="#"+this.id&&!this.isActive){this.open()}else{this.close()}}},{key:"open",value:function i(){var q=this;if(this.options.deepLink){var r="#"+this.id;if(window.history.pushState){window.history.pushState(null,null,r)}else{window.location.hash=r}}this.isActive=true;this.$element.css({visibility:"hidden"}).show().scrollTop(0);if(this.options.overlay){this.$overlay.css({visibility:"hidden"}).show()}this._updatePosition();this.$element.hide().css({visibility:""});if(this.$overlay){this.$overlay.css({visibility:""}).hide();if(this.$element.hasClass("fast")){this.$overlay.addClass("fast")}else{if(this.$element.hasClass("slow")){this.$overlay.addClass("slow")}}}if(!this.options.multipleOpened){this.$element.trigger("closeme.zf.reveal",this.id)}if(this.options.animationIn){var s;(function(){var t=function(){s.$element.attr({"aria-hidden":false,tabindex:-1}).focus();console.log("focus")};s=q;if(q.options.overlay){Foundation.Motion.animateIn(q.$overlay,"fade-in")}Foundation.Motion.animateIn(q.$element,q.options.animationIn,function(){q.focusableElements=Foundation.Keyboard.findFocusable(q.$element);t()})})()}else{if(this.options.overlay){this.$overlay.show(0)}this.$element.show(this.options.showDelay)}this.$element.attr({"aria-hidden":false,tabindex:-1}).focus();this.$element.trigger("open.zf.reveal");if(this.isMobile){this.originalScrollPos=window.pageYOffset;e("html, body").addClass("is-reveal-open")}else{e("body").addClass("is-reveal-open")}setTimeout(function(){q._extraHandlers()},0)}},{key:"_extraHandlers",value:function l(){var q=this;this.focusableElements=Foundation.Keyboard.findFocusable(this.$element);if(!this.options.overlay&&this.options.closeOnClick&&!this.options.fullScreen){e("body").on("click.zf.reveal",function(r){if(r.target===q.$element[0]||e.contains(q.$element[0],r.target)){return}q.close()})}if(this.options.closeOnEsc){e(window).on("keydown.zf.reveal",function(r){Foundation.Keyboard.handleKey(r,"Reveal",{close:function(){if(q.options.closeOnEsc){q.close();q.$anchor.focus()}}})})}this.$element.on("keydown.zf.reveal",function(s){var r=e(this);Foundation.Keyboard.handleKey(s,"Reveal",{tab_forward:function(){if(q.$element.find(":focus").is(q.focusableElements.eq(-1))){q.focusableElements.eq(0).focus();return true}if(q.focusableElements.length===0){return true}},tab_backward:function(){if(q.$element.find(":focus").is(q.focusableElements.eq(0))||q.$element.is(":focus")){q.focusableElements.eq(-1).focus();return true}if(q.focusableElements.length===0){return true}},open:function(){if(q.$element.find(":focus").is(q.$element.find("[data-close]"))){setTimeout(function(){q.$anchor.focus()},1)}else{if(r.is(q.focusableElements)){q.open()}}},close:function(){if(q.options.closeOnEsc){q.close();q.$anchor.focus()}},handled:function(t){if(t){s.preventDefault()}}})})}},{key:"close",value:function p(){if(!this.isActive||!this.$element.is(":visible")){return false}var r=this;if(this.options.animationOut){if(this.options.overlay){Foundation.Motion.animateOut(this.$overlay,"fade-out",q)}else{q()}Foundation.Motion.animateOut(this.$element,this.options.animationOut)}else{if(this.options.overlay){this.$overlay.hide(0,q)}else{q()}this.$element.hide(this.options.hideDelay)}if(this.options.closeOnEsc){e(window).off("keydown.zf.reveal")}if(!this.options.overlay&&this.options.closeOnClick){e("body").off("click.zf.reveal")}this.$element.off("keydown.zf.reveal");function q(){if(r.isMobile){e("html, body").removeClass("is-reveal-open");if(r.originalScrollPos){e("body").scrollTop(r.originalScrollPos);r.originalScrollPos=null}}else{e("body").removeClass("is-reveal-open")}r.$element.attr("aria-hidden",true);r.$element.trigger("closed.zf.reveal")}if(this.options.resetOnClose){this.$element.html(this.$element.html())}this.isActive=false;if(r.options.deepLink){if(window.history.replaceState){window.history.replaceState("",document.title,window.location.pathname)}else{window.location.hash=""}}}},{key:"toggle",value:function h(){if(this.isActive){this.close()}else{this.open()}}},{key:"destroy",value:function n(){if(this.options.overlay){this.$element.appendTo(e("body"));this.$overlay.hide().off().remove()}this.$element.hide().off();this.$anchor.off(".zf");e(window).off(".zf.reveal:"+this.id);Foundation.unregisterPlugin(this)}}]);return f}();d.defaults={animationIn:"",animationOut:"",showDelay:0,hideDelay:0,closeOnClick:true,closeOnEsc:true,multipleOpened:false,vOffset:"auto",hOffset:"auto",fullScreen:false,btmOffsetPct:10,overlay:true,resetOnClose:false,deepLink:false};Foundation.plugin(d,"Reveal");function a(){return(/iP(ad|hone|od).*OS/.test(window.navigator.userAgent))}function b(){return(/Android/.test(window.navigator.userAgent))}function c(){return a()||b()}}(jQuery);"use strict";var _createClass=function(){function a(e,c){for(var b=0;b1?this.inputs.eq(1):d("#"+this.$handle2.attr("aria-controls"));if(!this.inputs[1]){this.inputs=this.inputs.add(this.$input2)}n=true;this._setHandlePos(this.$handle,this.options.initialStart,true,function(){o._setHandlePos(o.$handle2,o.options.initialEnd,true)});this._setInitAttr(1);this._events(this.$handle2)}if(!n){this._setHandlePos(this.$handle,this.options.initialStart,true)}}},{key:"_setHandlePos",value:function e(t,n,x,w){if(this.$element.hasClass(this.options.disabledClass)){return}n=parseFloat(n);if(nthis.options.end){n=this.options.end}}var v=this.options.doubleSided;if(v){if(this.handles.index(t)===0){var I=parseFloat(this.$handle2.attr("aria-valuenow"));n=n>=I?I-this.options.step:n}else{var D=parseFloat(this.$handle.attr("aria-valuenow"));n=n<=D?D+this.options.step:n}}if(this.options.vertical&&!x){n=this.options.end-n}var A=this,E=this.options.vertical,p=E?"height":"width",F=E?"top":"left",r=t[0].getBoundingClientRect()[p],s=this.$element[0].getBoundingClientRect()[p],H=c(n-this.options.start,this.options.end-this.options.start).toFixed(2),C=(s-r)*H,y=(c(C,s)*100).toFixed(this.options.decimal);n=parseFloat(n.toFixed(this.options.decimal));var u={};this._setValues(t,n);if(v){var o=this.handles.index(t)===0,B,z=~~(c(r,s)*100);if(o){u[F]=y+"%";B=parseFloat(this.$handle2[0].style[F])-y+z;if(w&&typeof w==="function"){w()}}else{var G=parseFloat(this.$handle[0].style[F]);B=y-(isNaN(G)?this.options.initialStart/((this.options.end-this.options.start)/100):G)+z}u["min-"+p]=B+"%"}this.$element.one("finished.zf.animate",function(){A.$element.trigger("moved.zf.slider",[t])});var q=this.$element.data("dragging")?1000/60:this.options.moveTime;Foundation.Move(q,t,function(){t.css(F,y+"%");if(!A.options.doubleSided){A.$fill.css(p,H*100+"%")}else{A.$fill.css(u)}});clearTimeout(A.timeout);A.timeout=setTimeout(function(){A.$element.trigger("changed.zf.slider",[t])},A.options.changedDelay)}},{key:"_setInitAttr",value:function f(n){var o=this.inputs.eq(n).attr("id")||Foundation.GetYoDigits(6,"slider");this.inputs.eq(n).attr({id:o,max:this.options.end,min:this.options.start,step:this.options.step});this.handles.eq(n).attr({role:"slider","aria-controls":o,"aria-valuemax":this.options.end,"aria-valuemin":this.options.start,"aria-valuenow":n===0?this.options.initialStart:this.options.initialEnd,"aria-orientation":this.options.vertical?"vertical":"horizontal",tabindex:0})}},{key:"_setValues",value:function j(p,o){var n=this.options.doubleSided?this.handles.index(p):0;this.inputs.eq(n).val(o);p.attr("aria-valuenow",o)}},{key:"_handleEvent",value:function m(z,o,E){var u,C;if(!E){z.preventDefault();if(!z.pageX){z.pageX=0}else{if(!z.pageY){z.pageY=0}}var w=this,p=this.options.vertical,q=p?"height":"width",B=p?"top":"left",D=p?z.pageY:z.pageX,t=this.$handle[0].getBoundingClientRect()[q]/2,x=this.$element[0].getBoundingClientRect()[q],A=p?d(window).scrollTop():d(window).scrollLeft();var s=this.$element.offset()[B];if(z.clientY===z.pageY){D=D+A}var r=D-s;var n;if(r<0){n=0}else{if(r>x){n=x}else{n=r}}offsetPct=c(n,x);u=(this.options.end-this.options.start)*offsetPct+parseFloat(this.options.start);if(Foundation.rtl()&&!this.options.vertical){u=this.options.end-u}u=w._adjustValue(null,u);C=false;if(!o){var y=b(this.$handle,B,n,q),v=b(this.$handle2,B,n,q);o=y<=v?this.$handle:this.$handle2}}else{u=this._adjustValue(null,E);C=true}this._setHandlePos(o,u,C)}},{key:"_adjustValue",value:function g(u,p){var s,n=this.options.step,t=parseFloat(n/2),r,q,o;if(!!u){s=parseFloat(u.attr("aria-valuenow"))}else{s=p}r=s%n;q=s-r;o=q+n;if(r===0){return s}s=s>=q+t?o:q;return s}},{key:"_events",value:function i(r){var q=this,n,p;this.inputs.off("change.zf.slider").on("change.zf.slider",function(t){var s=q.inputs.index(d(this));q._handleEvent(t,q.handles.eq(s),d(this).val())});if(this.options.clickSelect){this.$element.off("click.zf.slider").on("click.zf.slider",function(s){if(q.$element.data("dragging")){return false}if(!d(s.target).is("[data-slider-handle]")){if(q.options.doubleSided){q._handleEvent(s)}else{q._handleEvent(s,q.$handle)}}})}if(this.options.draggable){this.handles.addTouch();var o=d("body");r.off("mousedown.zf.slider").on("mousedown.zf.slider",function(s){r.addClass("is-dragging");q.$fill.addClass("is-dragging");q.$element.data("dragging",true);n=d(s.currentTarget);o.on("mousemove.zf.slider",function(t){t.preventDefault();q._handleEvent(t,n)}).on("mouseup.zf.slider",function(t){q._handleEvent(t,n);r.removeClass("is-dragging");q.$fill.removeClass("is-dragging");q.$element.data("dragging",false);o.off("mousemove.zf.slider mouseup.zf.slider")})}).on("selectstart.zf.slider touchmove.zf.slider",function(s){s.preventDefault()})}r.off("keydown.zf.slider").on("keydown.zf.slider",function(w){var u=d(this),s=q.options.doubleSided?q.handles.index(u):0,t=parseFloat(q.inputs.eq(s).val()),v;Foundation.Keyboard.handleKey(w,"Slider",{decrease:function(){v=t-q.options.step},increase:function(){v=t+q.options.step},decrease_fast:function(){v=t-q.options.step*10},increase_fast:function(){v=t+q.options.step*10},handled:function(){w.preventDefault();q._setHandlePos(u,v,true)}})})}},{key:"destroy",value:function l(){this.handles.off(".zf.slider");this.inputs.off(".zf.slider");this.$element.off(".zf.slider");Foundation.unregisterPlugin(this)}}]);return h}();a.defaults={start:0,end:100,step:1,initialStart:0,initialEnd:100,binding:false,clickSelect:true,vertical:false,draggable:true,disabled:false,doubleSided:false,decimal:2,moveTime:200,disabledClass:"disabled",invertVertical:false,changedDelay:500};function c(f,e){return f/e}function b(h,e,f,g){return Math.abs(h.position()[e]+h[g]()/2-f)}Foundation.plugin(a,"Slider")}(jQuery);"use strict";var _createClass=function(){function a(e,c){for(var b=0;b=this.topPoint){if(o<=this.bottomPoint){if(!this.isStuck){this._setSticky()}}else{if(this.isStuck){this._removeSticky(false)}}}else{if(this.isStuck){this._removeSticky(true)}}}},{key:"_setSticky",value:function k(){var s=this,r=this.options.stickTo,q=r==="top"?"marginTop":"marginBottom",o=r==="top"?"bottom":"top",p={};p[q]=this.options[q]+"em";p[r]=0;p[o]="auto";p.left=this.$container.offset().left+parseInt(window.getComputedStyle(this.$container[0])["padding-left"],10);this.isStuck=true;this.$element.removeClass("is-anchored is-at-"+o).addClass("is-stuck is-at-"+r).css(p).trigger("sticky.zf.stuckto:"+r);this.$element.on("transitionend webkitTransitionEnd oTransitionEnd otransitionend MSTransitionEnd",function(){s._setSizes()})}},{key:"_removeSticky",value:function n(q){var u=this.options.stickTo,t=u==="top",r={},o=(this.points?this.points[1]-this.points[0]:this.anchorHeight)-this.elemHeight,s=t?"marginTop":"marginBottom",p=t?"bottom":"top",v=q?"top":"bottom";r[s]=0;r.bottom="auto";if(q){r.top=0}else{r.top=o}r.left="";this.isStuck=false;this.$element.removeClass("is-stuck is-at-"+u).addClass("is-anchored is-at-"+v).css(r).trigger("sticky.zf.unstuckfrom:"+v)}},{key:"_setSizes",value:function j(o){this.canStick=Foundation.MediaQuery.atLeast(this.options.stickyOn);if(!this.canStick){o()}var t=this,s=this.$container[0].getBoundingClientRect().width,p=window.getComputedStyle(this.$container[0]),q=parseInt(p["padding-right"],10);if(this.$anchor&&this.$anchor.length){this.anchorHeight=this.$anchor[0].getBoundingClientRect().height}else{this._parsePoints()}this.$element.css({"max-width":s-q+"px"});var r=this.$element[0].getBoundingClientRect().height||this.containerHeight;if(this.$element.css("display")=="none"){r=0}this.containerHeight=r;this.$container.css({height:r});this.elemHeight=r;if(this.isStuck){this.$element.css({left:this.$container.offset().left+parseInt(p["padding-left"],10)})}this._setBreakPoints(r,function(){if(o){o()}})}},{key:"_setBreakPoints",value:function g(s,p){if(!this.canStick){if(p){p()}else{return false}}var u=a(this.options.marginTop),t=a(this.options.marginBottom),r=this.points?this.points[0]:this.$anchor.offset().top,o=this.points?this.points[1]:r+this.anchorHeight,q=window.innerHeight;if(this.options.stickTo==="top"){r-=u;o-=s+u}else{if(this.options.stickTo==="bottom"){r-=q-(s+t);o-=q-t}else{}}this.topPoint=r;this.bottomPoint=o;if(p){p()}}},{key:"destroy",value:function m(){this._removeSticky(true);this.$element.removeClass(this.options.stickyClass+" is-anchored is-at-top").css({height:"",top:"",bottom:"","max-width":""}).off("resizeme.zf.trigger");if(this.$anchor&&this.$anchor.length){this.$anchor.off("change.zf.sticky")}c(window).off(this.scrollListener);if(this.wasWrapped){this.$element.unwrap()}else{this.$container.removeClass(this.options.containerClass).css({height:""})}Foundation.unregisterPlugin(this)}}]);return d}();b.defaults={container:"
      ",stickTo:"top",anchor:"",topAnchor:"",btmAnchor:"",marginTop:1,marginBottom:1,stickyOn:"medium",stickyClass:"sticky",containerClass:"sticky-container",checkEvery:-1};function a(d){return parseInt(window.getComputedStyle(document.body,null).fontSize,10)*d}Foundation.plugin(b,"Sticky")}(jQuery);"use strict";var _createClass=function(){function a(e,c){for(var b=0;bm?o:m}).css("height",m+"px")}},{key:"destroy",value:function k(){this.$element.find("."+this.options.linkClass).off(".zf.tabs").hide().end().find("."+this.options.panelClass).hide();if(this.options.matchHeight){if(this._setHeightMqHandler!=null){c(window).off("changed.zf.mediaquery",this._setHeightMqHandler)}}Foundation.unregisterPlugin(this)}}]);return d}();a.defaults={autoFocus:false,wrapOnKeys:true,matchHeight:false,linkClass:"tabs-title",panelClass:"tabs-panel"};function b(d){return d.hasClass("is-active")}Foundation.plugin(a,"Tabs")}(jQuery);"use strict";var _createClass=function(){function a(e,c){for(var b=0;b
      ").addClass(o).attr({role:"tooltip","aria-hidden":true,"data-is-active":false,"data-is-focus":false,id:p});return n}},{key:"_reposition",value:function c(n){this.usedPositions.push(n?n:"bottom");if(!n&&this.usedPositions.indexOf("top")<0){this.template.addClass("top")}else{if(n==="top"&&this.usedPositions.indexOf("bottom")<0){this.template.removeClass(n)}else{if(n==="left"&&this.usedPositions.indexOf("right")<0){this.template.removeClass(n).addClass("right")}else{if(n==="right"&&this.usedPositions.indexOf("left")<0){this.template.removeClass(n).addClass("left")}else{if(!n&&this.usedPositions.indexOf("top")>-1&&this.usedPositions.indexOf("left")<0){this.template.addClass("left")}else{if(n==="top"&&this.usedPositions.indexOf("bottom")>-1&&this.usedPositions.indexOf("left")<0){this.template.removeClass(n).addClass("left")}else{if(n==="left"&&this.usedPositions.indexOf("right")>-1&&this.usedPositions.indexOf("bottom")<0){this.template.removeClass(n)}else{if(n==="right"&&this.usedPositions.indexOf("left")>-1&&this.usedPositions.indexOf("bottom")<0){this.template.removeClass(n)}else{this.template.removeClass(n)}}}}}}}}this.classChanged=true;this.counter--}},{key:"_setPosition",value:function k(){var n=this._getPositionClass(this.template),s=Foundation.Box.GetDimensions(this.template),o=Foundation.Box.GetDimensions(this.$element),p=n==="left"?"left":n==="right"?"left":"top",r=p==="top"?"height":"width",q=r==="height"?this.options.vOffset:this.options.hOffset,t=this;if(s.width>=s.windowDims.width||!this.counter&&!Foundation.Box.ImNotTouchingYou(this.template)){this.template.offset(Foundation.Box.GetOffsets(this.template,this.$element,"center bottom",this.options.vOffset,this.options.hOffset,true)).css({width:o.windowDims.width-this.options.hOffset*2,height:"auto"});return false}this.template.offset(Foundation.Box.GetOffsets(this.template,this.$element,"center "+(n||"bottom"),this.options.vOffset,this.options.hOffset));while(!Foundation.Box.ImNotTouchingYou(this.template)&&this.counter){this._reposition(n);this._setPosition()}}},{key:"show",value:function m(){if(this.options.showOn!=="all"&&!Foundation.MediaQuery.atLeast(this.options.showOn)){return false}var n=this;this.template.css("visibility","hidden").show();this._setPosition();this.$element.trigger("closeme.zf.tooltip",this.template.attr("id"));this.template.attr({"data-is-active":true,"aria-hidden":false});n.isActive=true;this.template.stop().hide().css("visibility","").fadeIn(this.options.fadeInDuration,function(){});this.$element.trigger("show.zf.tooltip")}},{key:"hide",value:function h(){var n=this;this.template.stop().attr({"aria-hidden":true,"data-is-active":false}).fadeOut(this.options.fadeOutDuration,function(){n.isActive=false;n.isClick=false;if(n.classChanged){n.template.removeClass(n._getPositionClass(n.template)).addClass(n.options.positionClass);n.usedPositions=[];n.counter=4;n.classChanged=false}});this.$element.trigger("hide.zf.tooltip")}},{key:"_events",value:function f(){var p=this;var o=this.template;var n=false;if(!this.options.disableHover){this.$element.on("mouseenter.zf.tooltip",function(q){if(!p.isActive){p.timeout=setTimeout(function(){p.show()},p.options.hoverDelay)}}).on("mouseleave.zf.tooltip",function(q){clearTimeout(p.timeout);if(!n||p.isClick&&!p.options.clickOpen){p.hide()}})}if(this.options.clickOpen){this.$element.on("mousedown.zf.tooltip",function(q){q.stopImmediatePropagation();if(p.isClick){}else{p.isClick=true;if((p.options.disableHover||!p.$element.attr("tabindex"))&&!p.isActive){p.show()}}})}else{this.$element.on("mousedown.zf.tooltip",function(q){q.stopImmediatePropagation();p.isClick=true})}if(!this.options.disableForTouch){this.$element.on("tap.zf.tooltip touchend.zf.tooltip",function(q){p.isActive?p.hide():p.show()})}this.$element.on({"close.zf.trigger":this.hide.bind(this)});this.$element.on("focus.zf.tooltip",function(q){n=true;if(p.isClick){if(!p.options.clickOpen){n=false}return false}else{p.show()}}).on("focusout.zf.tooltip",function(q){n=false;p.isClick=false;p.hide()}).on("resizeme.zf.trigger",function(){if(p.isActive){p._setPosition()}})}},{key:"toggle",value:function g(){if(this.isActive){this.hide()}else{this.show()}}},{key:"destroy",value:function l(){this.$element.attr("title",this.template.text()).off(".zf.trigger .zf.tootip").removeAttr("aria-describedby").removeAttr("data-yeti-box").removeAttr("data-toggle").removeAttr("data-resize");this.template.remove();Foundation.unregisterPlugin(this)}}]);return j}();a.defaults={disableForTouch:false,hoverDelay:200,fadeInDuration:150,fadeOutDuration:150,disableHover:false,templateClasses:"",tooltipClass:"tooltip",triggerClass:"has-tip",showOn:"small",template:"",tipText:"",touchCloseText:"Tap to close.",clickOpen:true,positionClass:"",vOffset:10,hOffset:12};Foundation.plugin(a,"Tooltip")}(jQuery); var DateFormatter;!function(){"use strict";var e,t,a,n,r,o;r=864e5,o=3600,e=function(e,t){return"string"==typeof e&&"string"==typeof t&&e.toLowerCase()===t.toLowerCase()},t=function(e,a,n){var r=n||"0",o=e.toString();return o.lengths?"20":"19")+i):4===f&&(y.year=s),m=!0;break;case"m":case"n":case"M":case"F":isNaN(i)?(d=p.monthsShort.indexOf(i),d>-1&&(y.month=d+1),d=p.months.indexOf(i),d>-1&&(y.month=d+1)):s>=1&&12>=s&&(y.month=s),m=!0;break;case"d":case"j":s>=1&&31>=s&&(y.day=s),m=!0;break;case"g":case"h":u=n.indexOf("a")>-1?n.indexOf("a"):n.indexOf("A")>-1?n.indexOf("A"):-1,c=r[u],u>-1?(l=e(c,p.meridiem[0])?0:e(c,p.meridiem[1])?12:-1,s>=1&&12>=s&&l>-1?y.hour=s+l-1:s>=0&&23>=s&&(y.hour=s)):s>=0&&23>=s&&(y.hour=s),g=!0;break;case"G":case"H":s>=0&&23>=s&&(y.hour=s),g=!0;break;case"i":s>=0&&59>=s&&(y.min=s),g=!0;break;case"s":s>=0&&59>=s&&(y.sec=s),g=!0}if(m===!0&&y.year&&y.month&&y.day)y.date=new Date(y.year,y.month-1,y.day,y.hour,y.min,y.sec,0);else{if(g!==!0)return!1;y.date=new Date(0,0,0,y.hour,y.min,y.sec,0)}return y.date},guessDate:function(e,t){if("string"!=typeof e)return e;var a,n,r,o,i=this,s=e.replace(i.separators,"\x00").split("\x00"),d=/^[djmn]/g,u=t.match(i.validParts),l=new Date,f=0;if(!d.test(u[0]))return e;for(n=0;n0&&s.splice(n+1,0,r.substr(f))}return l},parseFormat:function(e,a){var n,i=this,s=i.dateSettings,d=/\\?(.?)/gi,u=function(e,t){return n[e]?n[e]():t};return n={d:function(){return t(n.j(),2)},D:function(){return s.daysShort[n.w()]},j:function(){return a.getDate()},l:function(){return s.days[n.w()]},N:function(){return n.w()||7},w:function(){return a.getDay()},z:function(){var e=new Date(n.Y(),n.n()-1,n.j()),t=new Date(n.Y(),0,1);return Math.round((e-t)/r)},W:function(){var e=new Date(n.Y(),n.n()-1,n.j()-n.N()+3),a=new Date(e.getFullYear(),0,4);return t(1+Math.round((e-a)/r/7),2)},F:function(){return s.months[a.getMonth()]},m:function(){return t(n.n(),2)},M:function(){return s.monthsShort[a.getMonth()]},n:function(){return a.getMonth()+1},t:function(){return new Date(n.Y(),n.n(),0).getDate()},L:function(){var e=n.Y();return e%4===0&&e%100!==0||e%400===0?1:0},o:function(){var e=n.n(),t=n.W(),a=n.Y();return a+(12===e&&9>t?1:1===e&&t>9?-1:0)},Y:function(){return a.getFullYear()},y:function(){return n.Y().toString().slice(-2)},a:function(){return n.A().toLowerCase()},A:function(){var e=n.G()<12?0:1;return s.meridiem[e]},B:function(){var e=a.getUTCHours()*o,n=60*a.getUTCMinutes(),r=a.getUTCSeconds();return t(Math.floor((e+n+r+o)/86.4)%1e3,3)},g:function(){return n.G()%12||12},G:function(){return a.getHours()},h:function(){return t(n.g(),2)},H:function(){return t(n.G(),2)},i:function(){return t(a.getMinutes(),2)},s:function(){return t(a.getSeconds(),2)},u:function(){return t(1e3*a.getMilliseconds(),6)},e:function(){var e=/\((.*)\)/.exec(String(a))[1];return e||"Coordinated Universal Time"},T:function(){var e=(String(a).match(i.tzParts)||[""]).pop().replace(i.tzClip,"");return e||"UTC"},I:function(){var e=new Date(n.Y(),0),t=Date.UTC(n.Y(),0),a=new Date(n.Y(),6),r=Date.UTC(n.Y(),6);return e-t!==a-r?1:0},O:function(){var e=a.getTimezoneOffset(),n=Math.abs(e);return(e>0?"-":"+")+t(100*Math.floor(n/60)+n%60,4)},P:function(){var e=n.O();return e.substr(0,3)+":"+e.substr(3,2)},Z:function(){return 60*-a.getTimezoneOffset()},c:function(){return"Y-m-d\\TH:i:sP".replace(d,u)},r:function(){return"D, d M Y H:i:s O".replace(d,u)},U:function(){return a.getTime()/1e3||0}},u(e,e)},formatDate:function(e,t){var a,n,r,o,i,s=this,d="";if("string"==typeof e&&(e=s.parseDate(e,t),e===!1))return!1;if(e instanceof Date){for(r=t.length,a=0;r>a;a++)i=t.charAt(a),"S"!==i&&(o=s.parseFormat(i,e),a!==r-1&&s.intParts.test(i)&&"S"===t.charAt(a+1)&&(n=parseInt(o),o+=s.dateSettings.ordinal(n)),d+=o);return d}return""}}}(),function(e){"function"==typeof define&&define.amd?define(["jquery","jquery-mousewheel","date-functions"],e):"object"==typeof exports?module.exports=e:e(jQuery)}(function(e){"use strict";function t(e,t,a){this.date=e,this.desc=t,this.style=a}var a={i18n:{ar:{months:["كانون الثاني","شباط","آذار","نيسان","مايو","حزيران","تموز","آب","أيلول","تشرين الأول","تشرين الثاني","كانون الأول"],dayOfWeekShort:["ن","ث","ع","خ","ج","س","ح"],dayOfWeek:["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت","الأحد"]},ro:{months:["Ianuarie","Februarie","Martie","Aprilie","Mai","Iunie","Iulie","August","Septembrie","Octombrie","Noiembrie","Decembrie"],dayOfWeekShort:["Du","Lu","Ma","Mi","Jo","Vi","Sâ"],dayOfWeek:["Duminică","Luni","Marţi","Miercuri","Joi","Vineri","Sâmbătă"]},id:{months:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"],dayOfWeekShort:["Min","Sen","Sel","Rab","Kam","Jum","Sab"],dayOfWeek:["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"]},is:{months:["Janúar","Febrúar","Mars","Apríl","Maí","Júní","Júlí","Ágúst","September","Október","Nóvember","Desember"],dayOfWeekShort:["Sun","Mán","Þrið","Mið","Fim","Fös","Lau"],dayOfWeek:["Sunnudagur","Mánudagur","Þriðjudagur","Miðvikudagur","Fimmtudagur","Föstudagur","Laugardagur"]},bg:{months:["Януари","Февруари","Март","Април","Май","Юни","Юли","Август","Септември","Октомври","Ноември","Декември"],dayOfWeekShort:["Нд","Пн","Вт","Ср","Чт","Пт","Сб"],dayOfWeek:["Неделя","Понеделник","Вторник","Сряда","Четвъртък","Петък","Събота"]},fa:{months:["فروردین","اردیبهشت","خرداد","تیر","مرداد","شهریور","مهر","آبان","آذر","دی","بهمن","اسفند"],dayOfWeekShort:["یکشنبه","دوشنبه","سه شنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],dayOfWeek:["یک‌شنبه","دوشنبه","سه‌شنبه","چهارشنبه","پنج‌شنبه","جمعه","شنبه","یک‌شنبه"]},ru:{months:["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],dayOfWeekShort:["Вс","Пн","Вт","Ср","Чт","Пт","Сб"],dayOfWeek:["Воскресенье","Понедельник","Вторник","Среда","Четверг","Пятница","Суббота"]},uk:{months:["Січень","Лютий","Березень","Квітень","Травень","Червень","Липень","Серпень","Вересень","Жовтень","Листопад","Грудень"],dayOfWeekShort:["Ндл","Пнд","Втр","Срд","Чтв","Птн","Сбт"],dayOfWeek:["Неділя","Понеділок","Вівторок","Середа","Четвер","П'ятниця","Субота"]},en:{months:["January","February","March","April","May","June","July","August","September","October","November","December"],dayOfWeekShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayOfWeek:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},el:{months:["Ιανουάριος","Φεβρουάριος","Μάρτιος","Απρίλιος","Μάιος","Ιούνιος","Ιούλιος","Αύγουστος","Σεπτέμβριος","Οκτώβριος","Νοέμβριος","Δεκέμβριος"],dayOfWeekShort:["Κυρ","Δευ","Τρι","Τετ","Πεμ","Παρ","Σαβ"],dayOfWeek:["Κυριακή","Δευτέρα","Τρίτη","Τετάρτη","Πέμπτη","Παρασκευή","Σάββατο"]},de:{months:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],dayOfWeekShort:["So","Mo","Di","Mi","Do","Fr","Sa"],dayOfWeek:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"]},nl:{months:["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"],dayOfWeekShort:["zo","ma","di","wo","do","vr","za"],dayOfWeek:["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"]},tr:{months:["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"],dayOfWeekShort:["Paz","Pts","Sal","Çar","Per","Cum","Cts"],dayOfWeek:["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi"]},fr:{months:["Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Décembre"],dayOfWeekShort:["Dim","Lun","Mar","Mer","Jeu","Ven","Sam"],dayOfWeek:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"]},es:{months:["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"],dayOfWeekShort:["Dom","Lun","Mar","Mié","Jue","Vie","Sáb"],dayOfWeek:["Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado"]},th:{months:["มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม"],dayOfWeekShort:["อา.","จ.","อ.","พ.","พฤ.","ศ.","ส."],dayOfWeek:["อาทิตย์","จันทร์","อังคาร","พุธ","พฤหัส","ศุกร์","เสาร์","อาทิตย์"]},pl:{months:["styczeń","luty","marzec","kwiecień","maj","czerwiec","lipiec","sierpień","wrzesień","październik","listopad","grudzień"],dayOfWeekShort:["nd","pn","wt","śr","cz","pt","sb"],dayOfWeek:["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"]},pt:{months:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],dayOfWeekShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sab"],dayOfWeek:["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado"]},ch:{months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],dayOfWeekShort:["日","一","二","三","四","五","六"]},se:{months:["Januari","Februari","Mars","April","Maj","Juni","Juli","Augusti","September","Oktober","November","December"],dayOfWeekShort:["Sön","Mån","Tis","Ons","Tor","Fre","Lör"]},kr:{months:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],dayOfWeekShort:["일","월","화","수","목","금","토"],dayOfWeek:["일요일","월요일","화요일","수요일","목요일","금요일","토요일"]},it:{months:["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"],dayOfWeekShort:["Dom","Lun","Mar","Mer","Gio","Ven","Sab"],dayOfWeek:["Domenica","Lunedì","Martedì","Mercoledì","Giovedì","Venerdì","Sabato"]},da:{months:["January","Februar","Marts","April","Maj","Juni","July","August","September","Oktober","November","December"],dayOfWeekShort:["Søn","Man","Tir","Ons","Tor","Fre","Lør"],dayOfWeek:["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"]},no:{months:["Januar","Februar","Mars","April","Mai","Juni","Juli","August","September","Oktober","November","Desember"],dayOfWeekShort:["Søn","Man","Tir","Ons","Tor","Fre","Lør"],dayOfWeek:["Søndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","Lørdag"]},ja:{months:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],dayOfWeekShort:["日","月","火","水","木","金","土"],dayOfWeek:["日曜","月曜","火曜","水曜","木曜","金曜","土曜"]},vi:{months:["Tháng 1","Tháng 2","Tháng 3","Tháng 4","Tháng 5","Tháng 6","Tháng 7","Tháng 8","Tháng 9","Tháng 10","Tháng 11","Tháng 12"],dayOfWeekShort:["CN","T2","T3","T4","T5","T6","T7"],dayOfWeek:["Chủ nhật","Thứ hai","Thứ ba","Thứ tư","Thứ năm","Thứ sáu","Thứ bảy"]},sl:{months:["Januar","Februar","Marec","April","Maj","Junij","Julij","Avgust","September","Oktober","November","December"],dayOfWeekShort:["Ned","Pon","Tor","Sre","Čet","Pet","Sob"],dayOfWeek:["Nedelja","Ponedeljek","Torek","Sreda","Četrtek","Petek","Sobota"]},cs:{months:["Leden","Únor","Březen","Duben","Květen","Červen","Červenec","Srpen","Září","Říjen","Listopad","Prosinec"],dayOfWeekShort:["Ne","Po","Út","St","Čt","Pá","So"]},hu:{months:["Január","Február","Március","Április","Május","Június","Július","Augusztus","Szeptember","Október","November","December"],dayOfWeekShort:["Va","Hé","Ke","Sze","Cs","Pé","Szo"],dayOfWeek:["vasárnap","hétfő","kedd","szerda","csütörtök","péntek","szombat"]},az:{months:["Yanvar","Fevral","Mart","Aprel","May","Iyun","Iyul","Avqust","Sentyabr","Oktyabr","Noyabr","Dekabr"],dayOfWeekShort:["B","Be","Ça","Ç","Ca","C","Ş"],dayOfWeek:["Bazar","Bazar ertəsi","Çərşənbə axşamı","Çərşənbə","Cümə axşamı","Cümə","Şənbə"]},bs:{months:["Januar","Februar","Mart","April","Maj","Jun","Jul","Avgust","Septembar","Oktobar","Novembar","Decembar"],dayOfWeekShort:["Ned","Pon","Uto","Sri","Čet","Pet","Sub"],dayOfWeek:["Nedjelja","Ponedjeljak","Utorak","Srijeda","Četvrtak","Petak","Subota"]},ca:{months:["Gener","Febrer","Març","Abril","Maig","Juny","Juliol","Agost","Setembre","Octubre","Novembre","Desembre"],dayOfWeekShort:["Dg","Dl","Dt","Dc","Dj","Dv","Ds"],dayOfWeek:["Diumenge","Dilluns","Dimarts","Dimecres","Dijous","Divendres","Dissabte"]},"en-GB":{months:["January","February","March","April","May","June","July","August","September","October","November","December"],dayOfWeekShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayOfWeek:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},et:{months:["Jaanuar","Veebruar","Märts","Aprill","Mai","Juuni","Juuli","August","September","Oktoober","November","Detsember"],dayOfWeekShort:["P","E","T","K","N","R","L"],dayOfWeek:["Pühapäev","Esmaspäev","Teisipäev","Kolmapäev","Neljapäev","Reede","Laupäev"]},eu:{months:["Urtarrila","Otsaila","Martxoa","Apirila","Maiatza","Ekaina","Uztaila","Abuztua","Iraila","Urria","Azaroa","Abendua"],dayOfWeekShort:["Ig.","Al.","Ar.","Az.","Og.","Or.","La."],dayOfWeek:["Igandea","Astelehena","Asteartea","Asteazkena","Osteguna","Ostirala","Larunbata"]},fi:{months:["Tammikuu","Helmikuu","Maaliskuu","Huhtikuu","Toukokuu","Kesäkuu","Heinäkuu","Elokuu","Syyskuu","Lokakuu","Marraskuu","Joulukuu"],dayOfWeekShort:["Su","Ma","Ti","Ke","To","Pe","La"],dayOfWeek:["sunnuntai","maanantai","tiistai","keskiviikko","torstai","perjantai","lauantai"]},gl:{months:["Xan","Feb","Maz","Abr","Mai","Xun","Xul","Ago","Set","Out","Nov","Dec"],dayOfWeekShort:["Dom","Lun","Mar","Mer","Xov","Ven","Sab"],dayOfWeek:["Domingo","Luns","Martes","Mércores","Xoves","Venres","Sábado"]},hr:{months:["Siječanj","Veljača","Ožujak","Travanj","Svibanj","Lipanj","Srpanj","Kolovoz","Rujan","Listopad","Studeni","Prosinac"],dayOfWeekShort:["Ned","Pon","Uto","Sri","Čet","Pet","Sub"],dayOfWeek:["Nedjelja","Ponedjeljak","Utorak","Srijeda","Četvrtak","Petak","Subota"]},ko:{months:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],dayOfWeekShort:["일","월","화","수","목","금","토"],dayOfWeek:["일요일","월요일","화요일","수요일","목요일","금요일","토요일"]},lt:{months:["Sausio","Vasario","Kovo","Balandžio","Gegužės","Birželio","Liepos","Rugpjūčio","Rugsėjo","Spalio","Lapkričio","Gruodžio"],dayOfWeekShort:["Sek","Pir","Ant","Tre","Ket","Pen","Šeš"],dayOfWeek:["Sekmadienis","Pirmadienis","Antradienis","Trečiadienis","Ketvirtadienis","Penktadienis","Šeštadienis"]},lv:{months:["Janvāris","Februāris","Marts","Aprīlis ","Maijs","Jūnijs","Jūlijs","Augusts","Septembris","Oktobris","Novembris","Decembris"],dayOfWeekShort:["Sv","Pr","Ot","Tr","Ct","Pk","St"],dayOfWeek:["Svētdiena","Pirmdiena","Otrdiena","Trešdiena","Ceturtdiena","Piektdiena","Sestdiena"]},mk:{months:["јануари","февруари","март","април","мај","јуни","јули","август","септември","октомври","ноември","декември"],dayOfWeekShort:["нед","пон","вто","сре","чет","пет","саб"],dayOfWeek:["Недела","Понеделник","Вторник","Среда","Четврток","Петок","Сабота"]},mn:{months:["1-р сар","2-р сар","3-р сар","4-р сар","5-р сар","6-р сар","7-р сар","8-р сар","9-р сар","10-р сар","11-р сар","12-р сар"],dayOfWeekShort:["Дав","Мяг","Лха","Пүр","Бсн","Бям","Ням"],dayOfWeek:["Даваа","Мягмар","Лхагва","Пүрэв","Баасан","Бямба","Ням"]},"pt-BR":{months:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],dayOfWeekShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb"],dayOfWeek:["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado"]},sk:{months:["Január","Február","Marec","Apríl","Máj","Jún","Júl","August","September","Október","November","December"],dayOfWeekShort:["Ne","Po","Ut","St","Št","Pi","So"],dayOfWeek:["Nedeľa","Pondelok","Utorok","Streda","Štvrtok","Piatok","Sobota"]},sq:{months:["Janar","Shkurt","Mars","Prill","Maj","Qershor","Korrik","Gusht","Shtator","Tetor","Nëntor","Dhjetor"],dayOfWeekShort:["Die","Hën","Mar","Mër","Enj","Pre","Shtu"],dayOfWeek:["E Diel","E Hënë","E Martē","E Mërkurë","E Enjte","E Premte","E Shtunë"]},"sr-YU":{months:["Januar","Februar","Mart","April","Maj","Jun","Jul","Avgust","Septembar","Oktobar","Novembar","Decembar"],dayOfWeekShort:["Ned","Pon","Uto","Sre","čet","Pet","Sub"],dayOfWeek:["Nedelja","Ponedeljak","Utorak","Sreda","Četvrtak","Petak","Subota"]},sr:{months:["јануар","фебруар","март","април","мај","јун","јул","август","септембар","октобар","новембар","децембар"],dayOfWeekShort:["нед","пон","уто","сре","чет","пет","суб"],dayOfWeek:["Недеља","Понедељак","Уторак","Среда","Четвртак","Петак","Субота"]},sv:{months:["Januari","Februari","Mars","April","Maj","Juni","Juli","Augusti","September","Oktober","November","December"],dayOfWeekShort:["Sön","Mån","Tis","Ons","Tor","Fre","Lör"],dayOfWeek:["Söndag","Måndag","Tisdag","Onsdag","Torsdag","Fredag","Lördag"]},"zh-TW":{months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],dayOfWeekShort:["日","一","二","三","四","五","六"],dayOfWeek:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},zh:{months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],dayOfWeekShort:["日","一","二","三","四","五","六"],dayOfWeek:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},he:{months:["ינואר","פברואר","מרץ","אפריל","מאי","יוני","יולי","אוגוסט","ספטמבר","אוקטובר","נובמבר","דצמבר"],dayOfWeekShort:["א'","ב'","ג'","ד'","ה'","ו'","שבת"],dayOfWeek:["ראשון","שני","שלישי","רביעי","חמישי","שישי","שבת","ראשון"]},hy:{months:["Հունվար","Փետրվար","Մարտ","Ապրիլ","Մայիս","Հունիս","Հուլիս","Օգոստոս","Սեպտեմբեր","Հոկտեմբեր","Նոյեմբեր","Դեկտեմբեր"],dayOfWeekShort:["Կի","Երկ","Երք","Չոր","Հնգ","Ուրբ","Շբթ"],dayOfWeek:["Կիրակի","Երկուշաբթի","Երեքշաբթի","Չորեքշաբթի","Հինգշաբթի","Ուրբաթ","Շաբաթ"]},kg:{months:["Үчтүн айы","Бирдин айы","Жалган Куран","Чын Куран","Бугу","Кулжа","Теке","Баш Оона","Аяк Оона","Тогуздун айы","Жетинин айы","Бештин айы"],dayOfWeekShort:["Жек","Дүй","Шей","Шар","Бей","Жум","Ише"],dayOfWeek:["Жекшемб","Дүйшөмб","Шейшемб","Шаршемб","Бейшемби","Жума","Ишенб"]},rm:{months:["Schaner","Favrer","Mars","Avrigl","Matg","Zercladur","Fanadur","Avust","Settember","October","November","December"],dayOfWeekShort:["Du","Gli","Ma","Me","Gie","Ve","So"],dayOfWeek:["Dumengia","Glindesdi","Mardi","Mesemna","Gievgia","Venderdi","Sonda"]}},value:"",rtl:!1,format:"Y/m/d H:i",formatTime:"H:i",formatDate:"Y/m/d",startDate:!1,step:60,monthChangeSpinner:!0,closeOnDateSelect:!1,closeOnTimeSelect:!0,closeOnWithoutClick:!0,closeOnInputClick:!0,timepicker:!0,datepicker:!0,weeks:!1,defaultTime:!1,defaultDate:!1,minDate:!1,maxDate:!1,minTime:!1,maxTime:!1,disabledMinTime:!1,disabledMaxTime:!1,allowTimes:[],opened:!1,initTime:!0,inline:!1,theme:"",onSelectDate:function(){},onSelectTime:function(){},onChangeMonth:function(){},onChangeYear:function(){},onChangeDateTime:function(){},onShow:function(){},onClose:function(){},onGenerate:function(){},withoutCopyright:!0,inverseButton:!1,hours12:!1,next:"xdsoft_next",prev:"xdsoft_prev",dayOfWeekStart:0,parentID:"body",timeHeightInTimePicker:25,timepickerScrollbar:!0,todayButton:!0,prevButton:!0,nextButton:!0,defaultSelect:!0,scrollMonth:!0,scrollTime:!0,scrollInput:!0,lazyInit:!1,mask:!1,validateOnBlur:!0,allowBlank:!0,yearStart:!1,yearEnd:!1,monthStart:0,monthEnd:11,style:"",id:"",fixed:!1,roundTime:"round",className:"",weekends:[],highlightedDates:[],highlightedPeriods:[],disabledDates:[],disabledWeekDays:[],yearOffset:0,beforeShowDay:null,enterLikeTab:!0,showApplyButton:!1},n=null,r="en",o="en",i={meridiem:["AM","PM"]},s=function(){var t=a.i18n[o],r={days:t.dayOfWeek,daysShort:t.dayOfWeekShort,months:t.months,monthsShort:e.map(t.months,function(e){return e.substring(0,3)})};n=new DateFormatter({dateSettings:e.extend({},i,r)})};e.datetimepicker={setLocale:function(e){var t=a.i18n[e]?e:r;o!=t&&(o=t,s())},RFC_2822:"D, d M Y H:i:s O",ATOM:"Y-m-dTH:i:sP",ISO_8601:"Y-m-dTH:i:sO",RFC_822:"D, d M y H:i:s O",RFC_850:"l, d-M-y H:i:s T",RFC_1036:"D, d M y H:i:s O",RFC_1123:"D, d M Y H:i:s O",RSS:"D, d M Y H:i:s O",W3C:"Y-m-dTH:i:sP"},s(),window.getComputedStyle||(window.getComputedStyle=function(e){return this.el=e,this.getPropertyValue=function(t){var a=/(\-([a-z]){1})/g;return"float"===t&&(t="styleFloat"),a.test(t)&&(t=t.replace(a,function(e,t,a){return a.toUpperCase()})),e.currentStyle[t]||null},this}),Array.prototype.indexOf||(Array.prototype.indexOf=function(e,t){var a,n;for(a=t||0,n=this.length;n>a;a+=1)if(this[a]===e)return a;return-1}),Date.prototype.countDaysInMonth=function(){return new Date(this.getFullYear(),this.getMonth()+1,0).getDate()},e.fn.xdsoftScroller=function(t){return this.each(function(){var a,n,r,o,i,s=e(this),d=function(e){var t,a={x:0,y:0};return"touchstart"===e.type||"touchmove"===e.type||"touchend"===e.type||"touchcancel"===e.type?(t=e.originalEvent.touches[0]||e.originalEvent.changedTouches[0],a.x=t.clientX,a.y=t.clientY):("mousedown"===e.type||"mouseup"===e.type||"mousemove"===e.type||"mouseover"===e.type||"mouseout"===e.type||"mouseenter"===e.type||"mouseleave"===e.type)&&(a.x=e.clientX,a.y=e.clientY),a},u=100,l=!1,f=0,c=0,h=0,m=!1,g=0,p=function(){};return"hide"===t?void s.find(".xdsoft_scrollbar").hide():(e(this).hasClass("xdsoft_scroller_box")||(a=s.children().eq(0),n=s[0].clientHeight,r=a[0].offsetHeight,o=e('
      '),i=e('
      '),o.append(i),s.addClass("xdsoft_scroller_box").append(o),p=function(e){var t=d(e).y-f+g;0>t&&(t=0),t+i[0].offsetHeight>h&&(t=h-i[0].offsetHeight),s.trigger("scroll_element.xdsoft_scroller",[u?t/u:0])},i.on("touchstart.xdsoft_scroller mousedown.xdsoft_scroller",function(a){n||s.trigger("resize_scroll.xdsoft_scroller",[t]),f=d(a).y,g=parseInt(i.css("margin-top"),10),h=o[0].offsetHeight,"mousedown"===a.type||"touchstart"===a.type?(document&&e(document.body).addClass("xdsoft_noselect"),e([document.body,window]).on("touchend mouseup.xdsoft_scroller",function r(){e([document.body,window]).off("touchend mouseup.xdsoft_scroller",r).off("mousemove.xdsoft_scroller",p).removeClass("xdsoft_noselect")}),e(document.body).on("mousemove.xdsoft_scroller",p)):(m=!0,a.stopPropagation(),a.preventDefault())}).on("touchmove",function(e){m&&(e.preventDefault(),p(e))}).on("touchend touchcancel",function(){m=!1,g=0}),s.on("scroll_element.xdsoft_scroller",function(e,t){n||s.trigger("resize_scroll.xdsoft_scroller",[t,!0]),t=t>1?1:0>t||isNaN(t)?0:t,i.css("margin-top",u*t),setTimeout(function(){a.css("marginTop",-parseInt((a[0].offsetHeight-n)*t,10))},10)}).on("resize_scroll.xdsoft_scroller",function(e,t,d){var l,f;n=s[0].clientHeight,r=a[0].offsetHeight,l=n/r,f=l*o[0].offsetHeight,l>1?i.hide():(i.show(),i.css("height",parseInt(f>10?f:10,10)),u=o[0].offsetHeight-i[0].offsetHeight,d!==!0&&s.trigger("scroll_element.xdsoft_scroller",[t||Math.abs(parseInt(a.css("marginTop"),10))/(r-n)]))}),s.on("mousewheel",function(e){var t=Math.abs(parseInt(a.css("marginTop"),10));return t-=20*e.deltaY,0>t&&(t=0),s.trigger("scroll_element.xdsoft_scroller",[t/(r-n)]),e.stopPropagation(),!1}),s.on("touchstart",function(e){l=d(e),c=Math.abs(parseInt(a.css("marginTop"),10))}),s.on("touchmove",function(e){if(l){e.preventDefault();var t=d(e);s.trigger("scroll_element.xdsoft_scroller",[(c-(t.y-l.y))/(r-n)])}}),s.on("touchend touchcancel",function(){l=!1,c=0})),void s.trigger("resize_scroll.xdsoft_scroller",[t]))})},e.fn.datetimepicker=function(r){var i,s,d=48,u=57,l=96,f=105,c=17,h=46,m=13,g=27,p=8,y=37,v=38,b=39,k=40,x=9,D=116,T=65,S=67,w=86,M=90,O=89,_=!1,W=e.isPlainObject(r)||!r?e.extend(!0,{},a,r):e.extend(!0,{},a),C=0,F=function(e){e.on("open.xdsoft focusin.xdsoft mousedown.xdsoft touchstart",function t(){e.is(":disabled")||e.data("xdsoft_datetimepicker")||(clearTimeout(C),C=setTimeout(function(){e.data("xdsoft_datetimepicker")||i(e),e.off("open.xdsoft focusin.xdsoft mousedown.xdsoft touchstart",t).trigger("open.xdsoft")},100))})};return i=function(a){function i(){var e,t=!1;return W.startDate?t=Y.strToDate(W.startDate):(t=W.value||(a&&a.val&&a.val()?a.val():""),t?t=Y.strToDateTime(t):W.defaultDate&&(t=Y.strToDateTime(W.defaultDate),W.defaultTime&&(e=Y.strtotime(W.defaultTime),t.setHours(e.getHours()),t.setMinutes(e.getMinutes())))),t&&Y.isValidDate(t)?j.data("changed",!0):t="",t||0}var s,C,F,P,A,Y,j=e('
      '),H=e(''),J=e('
      '),z=e('
      '),I=e('
      '),N=e('
      '),L=N.find(".xdsoft_time_box").eq(0),E=e('
      '),B=e(''),V=e('
      '),G=e('
      '),R=!1,U=0,q=0;W.id&&j.attr("id",W.id),W.style&&j.attr("style",W.style),W.weeks&&j.addClass("xdsoft_showweeks"),W.rtl&&j.addClass("xdsoft_rtl"),j.addClass("xdsoft_"+W.theme),j.addClass(W.className),z.find(".xdsoft_month span").after(V),z.find(".xdsoft_year span").after(G),z.find(".xdsoft_month,.xdsoft_year").on("touchstart mousedown.xdsoft",function(t){var a,n,r=e(this).find(".xdsoft_select").eq(0),o=0,i=0,s=r.is(":visible");for(z.find(".xdsoft_select").hide(),Y.currentTime&&(o=Y.currentTime[e(this).hasClass("xdsoft_month")?"getMonth":"getFullYear"]()),r[s?"hide":"show"](),a=r.find("div.xdsoft_option"),n=0;n=i;)u=new t(i,d,c),l=n.formatDate(i,W.formatDate),i.setDate(i.getDate()+1),void 0!==o[l]?(f=o[l].desc,f&&f.length&&u.desc&&u.desc.length&&(o[l].desc=f+"\n"+u.desc)):o[l]=u}),W.highlightedDates=e.extend(!0,[],o)),r.disabledDates&&e.isArray(r.disabledDates)&&r.disabledDates.length&&(W.disabledDates=e.extend(!0,[],r.disabledDates)),r.disabledWeekDays&&e.isArray(r.disabledWeekDays)&&r.disabledWeekDays.length&&(W.disabledWeekDays=e.extend(!0,[],r.disabledWeekDays)),!W.open&&!W.opened||W.inline||a.trigger("open.xdsoft"),W.inline&&(R=!0,j.addClass("xdsoft_inline"),a.after(j).hide()),W.inverseButton&&(W.next="xdsoft_prev",W.prev="xdsoft_next"),W.datepicker?J.addClass("active"):J.removeClass("active"),W.timepicker?N.addClass("active"):N.removeClass("active"),W.value&&(Y.setCurrentTime(W.value),a&&a.val&&a.val(Y.str)),W.dayOfWeekStart=isNaN(W.dayOfWeekStart)?0:parseInt(W.dayOfWeekStart,10)%7,W.timepickerScrollbar||L.xdsoftScroller("hide"),W.minDate&&/^[\+\-](.*)$/.test(W.minDate)&&(W.minDate=n.formatDate(Y.strToDateTime(W.minDate),W.formatDate)),W.maxDate&&/^[\+\-](.*)$/.test(W.maxDate)&&(W.maxDate=n.formatDate(Y.strToDateTime(W.maxDate),W.formatDate)),B.toggle(W.showApplyButton),z.find(".xdsoft_today_button").css("visibility",W.todayButton?"visible":"hidden"),z.find("."+W.prev).css("visibility",W.prevButton?"visible":"hidden"),z.find("."+W.next).css("visibility",W.nextButton?"visible":"hidden"),W.mask&&(a.off("keydown.xdsoft"),W.mask===!0&&(W.mask=W.format.replace(/Y/g,"9999").replace(/F/g,"9999").replace(/m/g,"19").replace(/d/g,"39").replace(/H/g,"29").replace(/i/g,"59").replace(/s/g,"59")), "string"===e.type(W.mask)&&(C(W.mask,a.val())||(a.val(W.mask.replace(/[0-9]/g,"_")),s(a[0],0)),a.on("keydown.xdsoft",function(t){var n,r,o=this.value,F=t.which;if(F>=d&&u>=F||F>=l&&f>=F||F===p||F===h){for(n=i(this),r=F!==p&&F!==h?String.fromCharCode(F>=l&&f>=F?F-d:F):"_",F!==p&&F!==h||!n||(n-=1,r="_");/[^0-9_]/.test(W.mask.substr(n,1))&&n0;)n+=F===p||F===h?-1:1;if(o=o.substr(0,n)+r+o.substr(n+1),""===e.trim(o))o=W.mask.replace(/[0-9]/g,"_");else if(n===W.mask.length)return t.preventDefault(),!1;for(n+=F===p||F===h?0:1;/[^0-9_]/.test(W.mask.substr(n,1))&&n0;)n+=F===p||F===h?-1:1;C(W.mask,o)?(this.value=o,s(this,n)):""===e.trim(o)?this.value=W.mask.replace(/[0-9]/g,"_"):a.trigger("error_input.xdsoft")}else if(-1!==[T,S,w,M,O].indexOf(F)&&_||-1!==[g,v,k,y,b,D,c,x,m].indexOf(F))return!0;return t.preventDefault(),!1}))),W.validateOnBlur&&a.off("blur.xdsoft").on("blur.xdsoft",function(){if(W.allowBlank&&!e.trim(e(this).val()).length)e(this).val(null),j.data("xdsoft_datetime").empty();else if(n.parseDate(e(this).val(),W.format))j.data("xdsoft_datetime").setCurrentTime(e(this).val());else{var t=+[e(this).val()[0],e(this).val()[1]].join(""),a=+[e(this).val()[2],e(this).val()[3]].join("");e(this).val(!W.datepicker&&W.timepicker&&t>=0&&24>t&&a>=0&&60>a?[t,a].map(function(e){return e>9?e:"0"+e}).join(":"):n.formatDate(Y.now(),W.format)),j.data("xdsoft_datetime").setCurrentTime(e(this).val())}j.trigger("changedatetime.xdsoft")}),W.dayOfWeekStartPrev=0===W.dayOfWeekStart?6:W.dayOfWeekStart-1,j.trigger("xchange.xdsoft").trigger("afterOpen.xdsoft")},j.data("options",W).on("touchstart mousedown.xdsoft",function(e){return e.stopPropagation(),e.preventDefault(),G.hide(),V.hide(),!1}),L.append(E),L.xdsoftScroller(),j.on("afterOpen.xdsoft",function(){L.xdsoftScroller()}),j.append(J).append(N),W.withoutCopyright!==!0&&j.append(H),J.append(z).append(I).append(B),e(W.parentID).append(j),s=function(){var t=this;t.now=function(e){var a,n,r=new Date;return!e&&W.defaultDate&&(a=t.strToDateTime(W.defaultDate),r.setFullYear(a.getFullYear()),r.setMonth(a.getMonth()),r.setDate(a.getDate())),W.yearOffset&&r.setFullYear(r.getFullYear()+W.yearOffset),!e&&W.defaultTime&&(n=t.strtotime(W.defaultTime),r.setHours(n.getHours()),r.setMinutes(n.getMinutes())),r},t.isValidDate=function(e){return"[object Date]"!==Object.prototype.toString.call(e)?!1:!isNaN(e.getTime())},t.setCurrentTime=function(e){t.currentTime="string"==typeof e?t.strToDateTime(e):t.isValidDate(e)?e:t.now(),j.trigger("xchange.xdsoft")},t.empty=function(){t.currentTime=null},t.getCurrentTime=function(){return t.currentTime},t.nextMonth=function(){(void 0===t.currentTime||null===t.currentTime)&&(t.currentTime=t.now());var a,n=t.currentTime.getMonth()+1;return 12===n&&(t.currentTime.setFullYear(t.currentTime.getFullYear()+1),n=0),a=t.currentTime.getFullYear(),t.currentTime.setDate(Math.min(new Date(t.currentTime.getFullYear(),n+1,0).getDate(),t.currentTime.getDate())),t.currentTime.setMonth(n),W.onChangeMonth&&e.isFunction(W.onChangeMonth)&&W.onChangeMonth.call(j,Y.currentTime,j.data("input")),a!==t.currentTime.getFullYear()&&e.isFunction(W.onChangeYear)&&W.onChangeYear.call(j,Y.currentTime,j.data("input")),j.trigger("xchange.xdsoft"),n},t.prevMonth=function(){(void 0===t.currentTime||null===t.currentTime)&&(t.currentTime=t.now());var a=t.currentTime.getMonth()-1;return-1===a&&(t.currentTime.setFullYear(t.currentTime.getFullYear()-1),a=11),t.currentTime.setDate(Math.min(new Date(t.currentTime.getFullYear(),a+1,0).getDate(),t.currentTime.getDate())),t.currentTime.setMonth(a),W.onChangeMonth&&e.isFunction(W.onChangeMonth)&&W.onChangeMonth.call(j,Y.currentTime,j.data("input")),j.trigger("xchange.xdsoft"),a},t.getWeekOfYear=function(e){var t=new Date(e.getFullYear(),0,1);return Math.ceil(((e-t)/864e5+t.getDay()+1)/7)},t.strToDateTime=function(e){var a,r,o=[];return e&&e instanceof Date&&t.isValidDate(e)?e:(o=/^(\+|\-)(.*)$/.exec(e),o&&(o[2]=n.parseDate(o[2],W.formatDate)),o&&o[2]?(a=o[2].getTime()-6e4*o[2].getTimezoneOffset(),r=new Date(t.now(!0).getTime()+parseInt(o[1]+"1",10)*a)):r=e?n.parseDate(e,W.format):t.now(),t.isValidDate(r)||(r=t.now()),r)},t.strToDate=function(e){if(e&&e instanceof Date&&t.isValidDate(e))return e;var a=e?n.parseDate(e,W.formatDate):t.now(!0);return t.isValidDate(a)||(a=t.now(!0)),a},t.strtotime=function(e){if(e&&e instanceof Date&&t.isValidDate(e))return e;var a=e?n.parseDate(e,W.formatTime):t.now(!0);return t.isValidDate(a)||(a=t.now(!0)),a},t.str=function(){return n.formatDate(t.currentTime,W.format)},t.currentTime=this.now()},Y=new s,B.on("touchend click",function(e){e.preventDefault(),j.data("changed",!0),Y.setCurrentTime(i()),a.val(Y.str()),j.trigger("close.xdsoft")}),z.find(".xdsoft_today_button").on("touchend mousedown.xdsoft",function(){j.data("changed",!0),Y.setCurrentTime(0),j.trigger("afterOpen.xdsoft")}).on("dblclick.xdsoft",function(){var e,t,n=Y.getCurrentTime();n=new Date(n.getFullYear(),n.getMonth(),n.getDate()),e=Y.strToDate(W.minDate),e=new Date(e.getFullYear(),e.getMonth(),e.getDate()),e>n||(t=Y.strToDate(W.maxDate),t=new Date(t.getFullYear(),t.getMonth(),t.getDate()),n>t||(a.val(Y.str()),a.trigger("change"),j.trigger("close.xdsoft")))}),z.find(".xdsoft_prev,.xdsoft_next").on("touchend mousedown.xdsoft",function(){var t=e(this),a=0,n=!1;!function r(e){t.hasClass(W.next)?Y.nextMonth():t.hasClass(W.prev)&&Y.prevMonth(),W.monthChangeSpinner&&(n||(a=setTimeout(r,e||100)))}(500),e([document.body,window]).on("touchend mouseup.xdsoft",function o(){clearTimeout(a),n=!0,e([document.body,window]).off("touchend mouseup.xdsoft",o)})}),N.find(".xdsoft_prev,.xdsoft_next").on("touchend mousedown.xdsoft",function(){var t=e(this),a=0,n=!1,r=110;!function o(e){var i=L[0].clientHeight,s=E[0].offsetHeight,d=Math.abs(parseInt(E.css("marginTop"),10));t.hasClass(W.next)&&s-i-W.timeHeightInTimePicker>=d?E.css("marginTop","-"+(d+W.timeHeightInTimePicker)+"px"):t.hasClass(W.prev)&&d-W.timeHeightInTimePicker>=0&&E.css("marginTop","-"+(d-W.timeHeightInTimePicker)+"px"),L.trigger("scroll_element.xdsoft_scroller",[Math.abs(parseInt(E.css("marginTop"),10)/(s-i))]),r=r>10?10:r-10,n||(a=setTimeout(o,e||r))}(500),e([document.body,window]).on("touchend mouseup.xdsoft",function i(){clearTimeout(a),n=!0,e([document.body,window]).off("touchend mouseup.xdsoft",i)})}),C=0,j.on("xchange.xdsoft",function(t){clearTimeout(C),C=setTimeout(function(){(void 0===Y.currentTime||null===Y.currentTime)&&(Y.currentTime=Y.now());for(var t,a,i,s,d,u,l,f,c,h,m="",g=new Date(Y.currentTime.getFullYear(),Y.currentTime.getMonth(),1,12,0,0),p=0,y=Y.now(),v=!1,b=!1,k=[],x=!0,D="",T="";g.getDay()!==W.dayOfWeekStart;)g.setDate(g.getDate()-1);for(m+="",W.weeks&&(m+=""),t=0;7>t;t+=1)m+="";for(m+="",m+="",W.maxDate!==!1&&(v=Y.strToDate(W.maxDate),v=new Date(v.getFullYear(),v.getMonth(),v.getDate(),23,59,59,999)),W.minDate!==!1&&(b=Y.strToDate(W.minDate),b=new Date(b.getFullYear(),b.getMonth(),b.getDate()));pv||b!==!1&&b>g||f&&f[0]===!1?k.push("xdsoft_disabled"):-1!==W.disabledDates.indexOf(n.formatDate(g,W.formatDate))?k.push("xdsoft_disabled"):-1!==W.disabledWeekDays.indexOf(i)&&k.push("xdsoft_disabled"),f&&""!==f[1]&&k.push(f[1]),Y.currentTime.getMonth()!==u&&k.push("xdsoft_other_month"),(W.defaultSelect||j.data("changed"))&&n.formatDate(Y.currentTime,W.formatDate)===n.formatDate(g,W.formatDate)&&k.push("xdsoft_current"),n.formatDate(y,W.formatDate)===n.formatDate(g,W.formatDate)&&k.push("xdsoft_today"),(0===g.getDay()||6===g.getDay()||-1!==W.weekends.indexOf(n.formatDate(g,W.formatDate)))&&k.push("xdsoft_weekend"),void 0!==W.highlightedDates[n.formatDate(g,W.formatDate)]&&(a=W.highlightedDates[n.formatDate(g,W.formatDate)],k.push(void 0===a.style?"xdsoft_highlighted_default":a.style),h=void 0===a.desc?"":a.desc),W.beforeShowDay&&e.isFunction(W.beforeShowDay)&&k.push(W.beforeShowDay(g)),x&&(m+="",x=!1,W.weeks&&(m+="")),m+='",g.getDay()===W.dayOfWeekStartPrev&&(m+="",x=!0),g.setDate(s+1);if(m+="
      "+W.i18n[o].dayOfWeekShort[(t+W.dayOfWeekStart)%7]+"
      "+l+"
      '+s+"
      ",I.html(m),z.find(".xdsoft_label span").eq(0).text(W.i18n[o].months[Y.currentTime.getMonth()]),z.find(".xdsoft_label span").eq(1).text(Y.currentTime.getFullYear()),D="",T="",u="",c=function(t,a){var r,o,i=Y.now(),s=W.allowTimes&&e.isArray(W.allowTimes)&&W.allowTimes.length;i.setHours(t),t=parseInt(i.getHours(),10),i.setMinutes(a),a=parseInt(i.getMinutes(),10),r=new Date(Y.currentTime),r.setHours(t),r.setMinutes(a),k=[],(W.minDateTime!==!1&&W.minDateTime>r||W.maxTime!==!1&&Y.strtotime(W.maxTime).getTime()i.getTime())&&k.push("xdsoft_disabled"),(W.minDateTime!==!1&&W.minDateTime>r||W.disabledMinTime!==!1&&i.getTime()>Y.strtotime(W.disabledMinTime).getTime()&&W.disabledMaxTime!==!1&&i.getTime()59||o.getMinutes()===parseInt(a,10))&&(W.defaultSelect||j.data("changed")?k.push("xdsoft_current"):W.initTime&&k.push("xdsoft_init_time")),parseInt(y.getHours(),10)===parseInt(t,10)&&parseInt(y.getMinutes(),10)===parseInt(a,10)&&k.push("xdsoft_today"),D+='
      '+n.formatDate(i,W.formatTime)+"
      "},W.allowTimes&&e.isArray(W.allowTimes)&&W.allowTimes.length)for(p=0;pt;t+=W.step)T=(10>p?"0":"")+p,u=(10>t?"0":"")+t,c(T,u);for(E.html(D),r="",p=0,p=parseInt(W.yearStart,10)+W.yearOffset;p<=parseInt(W.yearEnd,10)+W.yearOffset;p+=1)r+='
      '+p+"
      ";for(G.children().eq(0).html(r),p=parseInt(W.monthStart,10),r="";p<=parseInt(W.monthEnd,10);p+=1)r+='
      '+W.i18n[o].months[p]+"
      ";V.children().eq(0).html(r),e(j).trigger("generate.xdsoft")},10),t.stopPropagation()}).on("afterOpen.xdsoft",function(){if(W.timepicker){var e,t,a,n;E.find(".xdsoft_current").length?e=".xdsoft_current":E.find(".xdsoft_init_time").length&&(e=".xdsoft_init_time"),e?(t=L[0].clientHeight,a=E[0].offsetHeight,n=E.find(e).index()*W.timeHeightInTimePicker+1,n>a-t&&(n=a-t),L.trigger("scroll_element.xdsoft_scroller",[parseInt(n,10)/(a-t)])):L.trigger("scroll_element.xdsoft_scroller",[0])}}),F=0,I.on("touchend click.xdsoft","td",function(t){t.stopPropagation(),F+=1;var n=e(this),r=Y.currentTime;return(void 0===r||null===r)&&(Y.currentTime=Y.now(),r=Y.currentTime),n.hasClass("xdsoft_disabled")?!1:(r.setDate(1),r.setFullYear(n.data("year")),r.setMonth(n.data("month")),r.setDate(n.data("date")),j.trigger("select.xdsoft",[r]),a.val(Y.str()),W.onSelectDate&&e.isFunction(W.onSelectDate)&&W.onSelectDate.call(j,Y.currentTime,j.data("input"),t),j.data("changed",!0),j.trigger("xchange.xdsoft"),j.trigger("changedatetime.xdsoft"),(F>1||W.closeOnDateSelect===!0||W.closeOnDateSelect===!1&&!W.timepicker)&&!W.inline&&j.trigger("close.xdsoft"),void setTimeout(function(){F=0},200))}),E.on("touchend click.xdsoft","div",function(t){t.stopPropagation();var a=e(this),n=Y.currentTime;return(void 0===n||null===n)&&(Y.currentTime=Y.now(),n=Y.currentTime),a.hasClass("xdsoft_disabled")?!1:(n.setHours(a.data("hour")),n.setMinutes(a.data("minute")),j.trigger("select.xdsoft",[n]),j.data("input").val(Y.str()),W.onSelectTime&&e.isFunction(W.onSelectTime)&&W.onSelectTime.call(j,Y.currentTime,j.data("input"),t),j.data("changed",!0),j.trigger("xchange.xdsoft"),j.trigger("changedatetime.xdsoft"),void(W.inline!==!0&&W.closeOnTimeSelect===!0&&j.trigger("close.xdsoft")))}),J.on("mousewheel.xdsoft",function(e){return W.scrollMonth?(e.deltaY<0?Y.nextMonth():Y.prevMonth(),!1):!0}),a.on("mousewheel.xdsoft",function(e){return W.scrollInput?!W.datepicker&&W.timepicker?(P=E.find(".xdsoft_current").length?E.find(".xdsoft_current").eq(0).index():0,P+e.deltaY>=0&&P+e.deltaYe(window).height()+e(window).scrollTop()&&(r=a.top-n.offsetHeight+1),0>r&&(r=0),o+n.offsetWidth>e(window).width()&&(o=e(window).width()-n.offsetWidth)),t=j[0];do if(t=t.parentNode,"relative"===window.getComputedStyle(t).getPropertyValue("position")&&e(window).width()>=t.offsetWidth){o-=(e(window).width()-t.offsetWidth)/2;break}while("HTML"!==t.nodeName);j.css({left:o,top:r,position:i})},j.on("open.xdsoft",function(t){var a=!0;W.onShow&&e.isFunction(W.onShow)&&(a=W.onShow.call(j,Y.currentTime,j.data("input"),t)),a!==!1&&(j.show(),A(),e(window).off("resize.xdsoft",A).on("resize.xdsoft",A),W.closeOnWithoutClick&&e([document.body,window]).on("touchstart mousedown.xdsoft",function n(){j.trigger("close.xdsoft"),e([document.body,window]).off("touchstart mousedown.xdsoft",n)}))}).on("close.xdsoft",function(t){var a=!0;z.find(".xdsoft_month,.xdsoft_year").find(".xdsoft_select").hide(),W.onClose&&e.isFunction(W.onClose)&&(a=W.onClose.call(j,Y.currentTime,j.data("input"),t)),a===!1||W.opened||W.inline||j.hide(),t.stopPropagation()}).on("toggle.xdsoft",function(){j.trigger(j.is(":visible")?"close.xdsoft":"open.xdsoft")}).data("input",a),U=0,q=0,j.data("xdsoft_datetime",Y),j.setOptions(W),Y.setCurrentTime(i()),a.data("xdsoft_datetimepicker",j).on("open.xdsoft focusin.xdsoft mousedown.xdsoft touchstart",function(){a.is(":disabled")||a.data("xdsoft_datetimepicker").is(":visible")&&W.closeOnInputClick||(clearTimeout(U),U=setTimeout(function(){a.is(":disabled")||(R=!0,Y.setCurrentTime(i()),j.trigger("open.xdsoft"))},100))}).on("keydown.xdsoft",function(t){var a,n=(this.value,t.which);return-1!==[m].indexOf(n)&&W.enterLikeTab?(a=e("input:visible,textarea:visible,button:visible,a:visible"),j.trigger("close.xdsoft"),a.eq(a.index(this)+1).focus(),!1):-1!==[x].indexOf(n)?(j.trigger("close.xdsoft"),!0):void 0})},s=function(t){var a=t.data("xdsoft_datetimepicker");a&&(a.data("xdsoft_datetime",null),a.remove(),t.data("xdsoft_datetimepicker",null).off(".xdsoft"),e(window).off("resize.xdsoft"),e([window,document.body]).off("mousedown.xdsoft touchstart"),t.unmousewheel&&t.unmousewheel())},e(document).off("keydown.xdsoftctrl keyup.xdsoftctrl").on("keydown.xdsoftctrl",function(e){e.keyCode===c&&(_=!0)}).on("keyup.xdsoftctrl",function(e){e.keyCode===c&&(_=!1)}),this.each(function(){var t,a=e(this).data("xdsoft_datetimepicker");if(a){if("string"===e.type(r))switch(r){case"show":e(this).select().focus(),a.trigger("open.xdsoft");break;case"hide":a.trigger("close.xdsoft");break;case"toggle":a.trigger("toggle.xdsoft");break;case"destroy":s(e(this));break;case"reset":this.value=this.defaultValue,this.value&&a.data("xdsoft_datetime").isValidDate(n.parseDate(this.value,W.format))||a.data("changed",!1),a.data("xdsoft_datetime").setCurrentTime(this.value);break;case"validate":t=a.data("input"),t.trigger("blur.xdsoft")}else a.setOptions(r);return 0}"string"!==e.type(r)&&(!W.lazyInit||W.open||W.inline?i(e(this)):F(e(this)))})},e.fn.datetimepicker.defaults=a}),function(e){"function"==typeof define&&define.amd?define(["jquery"],e):"object"==typeof exports?module.exports=e:e(jQuery)}(function(e){function t(t){var i=t||window.event,s=d.call(arguments,1),u=0,f=0,c=0,h=0,m=0,g=0;if(t=e.event.fix(i),t.type="mousewheel","detail"in i&&(c=-1*i.detail),"wheelDelta"in i&&(c=i.wheelDelta),"wheelDeltaY"in i&&(c=i.wheelDeltaY),"wheelDeltaX"in i&&(f=-1*i.wheelDeltaX),"axis"in i&&i.axis===i.HORIZONTAL_AXIS&&(f=-1*c,c=0),u=0===c?f:c,"deltaY"in i&&(c=-1*i.deltaY,u=c),"deltaX"in i&&(f=i.deltaX,0===c&&(u=-1*f)),0!==c||0!==f){if(1===i.deltaMode){var p=e.data(this,"mousewheel-line-height");u*=p,c*=p,f*=p}else if(2===i.deltaMode){var y=e.data(this,"mousewheel-page-height");u*=y,c*=y,f*=y}if(h=Math.max(Math.abs(c),Math.abs(f)),(!o||o>h)&&(o=h,n(i,h)&&(o/=40)),n(i,h)&&(u/=40,f/=40,c/=40),u=Math[u>=1?"floor":"ceil"](u/o),f=Math[f>=1?"floor":"ceil"](f/o),c=Math[c>=1?"floor":"ceil"](c/o),l.settings.normalizeOffset&&this.getBoundingClientRect){var v=this.getBoundingClientRect();m=t.clientX-v.left,g=t.clientY-v.top}return t.deltaX=f,t.deltaY=c,t.deltaFactor=o,t.offsetX=m,t.offsetY=g,t.deltaMode=0,s.unshift(t,u,f,c),r&&clearTimeout(r),r=setTimeout(a,200),(e.event.dispatch||e.event.handle).apply(this,s)}}function a(){o=null}function n(e,t){return l.settings.adjustOldDeltas&&"mousewheel"===e.type&&t%120===0}var r,o,i=["wheel","mousewheel","DOMMouseScroll","MozMousePixelScroll"],s="onwheel"in document||document.documentMode>=9?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"],d=Array.prototype.slice;if(e.event.fixHooks)for(var u=i.length;u;)e.event.fixHooks[i[--u]]=e.event.mouseHooks;var l=e.event.special.mousewheel={version:"3.1.12",setup:function(){if(this.addEventListener)for(var a=s.length;a;)this.addEventListener(s[--a],t,!1);else this.onmousewheel=t;e.data(this,"mousewheel-line-height",l.getLineHeight(this)),e.data(this,"mousewheel-page-height",l.getPageHeight(this))},teardown:function(){if(this.removeEventListener)for(var a=s.length;a;)this.removeEventListener(s[--a],t,!1);else this.onmousewheel=null;e.removeData(this,"mousewheel-line-height"),e.removeData(this,"mousewheel-page-height")},getLineHeight:function(t){var a=e(t),n=a["offsetParent"in e.fn?"offsetParent":"parent"]();return n.length||(n=e("body")),parseInt(n.css("fontSize"),10)||parseInt(a.css("fontSize"),10)||16},getPageHeight:function(t){return e(t).height()},settings:{adjustOldDeltas:!0,normalizeOffset:!0}};e.fn.extend({mousewheel:function(e){return e?this.bind("mousewheel",e):this.trigger("mousewheel")},unmousewheel:function(e){return this.unbind("mousewheel",e)}})}); /*! * Select2 4.0.3 * https://select2.github.io * * Released under the MIT license * https://github.com/select2/select2/blob/master/LICENSE.md */ (function(a){if(typeof define==="function"&&define.amd){define(["jquery"],a)}else{if(typeof exports==="object"){a(require("jquery"))}else{a(jQuery)}}}(function(c){var b=(function(){if(c&&c.fn&&c.fn.select2&&c.fn.select2.amd){var d=c.fn.select2.amd}var d;(function(){if(!d||!d.requirejs){if(!d){d={}}else{e=d}var f,e,g;(function(l){var o,h,s,t,k={},j={},z={},w={},r=Object.prototype.hasOwnProperty,p=[].slice,q=/\.js$/;function A(B,C){return r.call(B,C)}function u(E,C){var M,I,G,J,N,F,P,Q,L,K,H,O=C&&C.split("/"),D=z.map,B=(D&&D["*"])||{};if(E&&E.charAt(0)==="."){if(C){E=E.split("/");N=E.length-1;if(z.nodeIdCompat&&q.test(E[N])){E[N]=E[N].replace(q,"")}E=O.slice(0,O.length-1).concat(E);for(L=0;L0){E.splice(L-1,2);L-=2}}}}}E=E.join("/")}else{if(E.indexOf("./")===0){E=E.substring(2)}}}if((O||B)&&D){M=E.split("/");for(L=M.length;L>0;L-=1){I=M.slice(0,L).join("/");if(O){for(K=O.length;K>0;K-=1){G=D[O.slice(0,K).join("/")];if(G){G=G[I];if(G){J=G;F=L;break}}}}if(J){break}if(!P&&B&&B[I]){P=B[I];Q=L}}if(!J&&P){J=P;F=Q}if(J){M.splice(0,F,J);E=M.join("/")}}return E}function y(B,C){return function(){var D=p.call(arguments,0);if(typeof D[0]!=="string"&&D.length===1){D.push(null)}return h.apply(l,D.concat([B,C]))}}function v(B){return function(C){return u(C,B)}}function m(B){return function(C){k[B]=C}}function n(C){if(A(j,C)){var B=j[C];delete j[C];w[C]=true;o.apply(l,B)}if(!A(k,C)&&!A(w,C)){throw new Error("No "+C)}return k[C]}function x(C){var D,B=C?C.indexOf("!"):-1;if(B>-1){D=C.substring(0,B);C=C.substring(B+1,C.length)}return[D,C]}s=function(C,B){var D,F=x(C),E=F[0];C=F[1];if(E){E=u(E,B);D=n(E)}if(E){if(D&&D.normalize){C=D.normalize(C,v(B))}else{C=u(C,B)}}else{C=u(C,B);F=x(C);E=F[0];C=F[1];if(E){D=n(E)}}return{f:E?E+"!"+C:C,n:C,pr:E,p:D}};function i(B){return function(){return(z&&z.config&&z.config[B])||{}}}t={require:function(B){return y(B)},exports:function(B){var C=k[B];if(typeof C!=="undefined"){return C}else{return(k[B]={})}},module:function(B){return{id:B,uri:"",exports:k[B],config:i(B)}}};o=function(C,M,L,K){var F,J,G,B,E,H=[],D=typeof L,I;K=K||C;if(D==="undefined"||D==="function"){M=!M.length&&L.length?["require","exports","module"]:M;for(E=0;E0){u.call(arguments,q.prototype.constructor);m=p.prototype.constructor}m.apply(this,arguments)}p.displayName=q.displayName;function i(){this.constructor=t}t.prototype=new i();for(var l=0;l":">",'"':""","'":"'","/":"/"};if(typeof i!=="string"){return i}return String(i).replace(/[&<>"'\/\\]/g,function(k){return j[k]})};g.appendMany=function(i,k){if(h.fn.jquery.substr(0,3)==="1.7"){var j=h();h.map(k,function(l){j=j.add(l)});k=j}i.append(k)};return g});d.define("select2/results",["jquery","./utils"],function(g,f){function e(h,i,j){this.$element=h;this.data=j;this.options=i;e.__super__.constructor.call(this)}f.Extend(e,f.Observable);e.prototype.render=function(){var h=g('
        ');if(this.options.get("multiple")){h.attr("aria-multiselectable","true")}this.$results=h;return h};e.prototype.clear=function(){this.$results.empty()};e.prototype.displayMessage=function(k){var h=this.options.get("escapeMarkup");this.clear();this.hideLoading();var i=g('
      • ');var j=this.options.get("translations").get(k.message);i.append(h(j(k.args)));i[0].className+=" select2-results__message";this.$results.append(i)};e.prototype.hideMessages=function(){this.$results.find(".select2-results__message").remove()};e.prototype.append=function(j){this.hideLoading();var h=[];if(j.results==null||j.results.length===0){if(this.$results.children().length===0){this.trigger("results:message",{message:"noResults"})}return}j.results=this.sort(j.results);for(var l=0;l0){i.first().trigger("mouseenter")}else{h.first().trigger("mouseenter")}this.ensureHighlightVisible()};e.prototype.setClasses=function(){var h=this;this.data.current(function(k){var j=g.map(k,function(l){return l.id.toString()});var i=h.$results.find(".select2-results__option[aria-selected]");i.each(function(){var m=g(this);var l=g.data(this,"data");var n=""+l.id;if((l.element!=null&&l.element.selected)||(l.element==null&&g.inArray(n,j)>-1)){m.attr("aria-selected","true")}else{m.attr("aria-selected","false")}})})};e.prototype.showLoading=function(j){this.hideLoading();var i=this.options.get("translations").get("searching");var k={disabled:true,loading:true,text:i(j)};var h=this.option(k);h.className+=" loading-results";this.$results.prepend(h)};e.prototype.hideLoading=function(){this.$results.find(".loading-results").remove()};e.prototype.option=function(l){var m=document.createElement("li");m.className="select2-results__option";var t={role:"treeitem","aria-selected":"false"};if(l.disabled){delete t["aria-selected"];t["aria-disabled"]="true"}if(l.id==null){delete t["aria-selected"]}if(l._resultId!=null){m.id=l._resultId}if(l.title){m.title=l.title}if(l.children){t.role="group";t["aria-label"]=l.text;delete t["aria-selected"]}for(var n in t){var k=t[n];m.setAttribute(n,k)}if(l.children){var h=g(m);var r=document.createElement("strong");r.className="select2-results__group";var q=g(r);this.template(l,r);var s=[];for(var p=0;p",{"class":"select2-results__options select2-results__options--nested"});o.append(s);h.append(r);h.append(o)}else{this.template(l,m)}g.data(m,"data",l);return m};e.prototype.bind=function(h,j){var i=this;var k=h.id+"-results";this.$results.attr("id",k);h.on("results:all",function(l){i.clear();i.append(l.data);if(h.isOpen()){i.setClasses();i.highlightFirstItem()}});h.on("results:append",function(l){i.append(l.data);if(h.isOpen()){i.setClasses()}});h.on("query",function(l){i.hideMessages();i.showLoading(l)});h.on("select",function(){if(!h.isOpen()){return}i.setClasses();i.highlightFirstItem()});h.on("unselect",function(){if(!h.isOpen()){return}i.setClasses();i.highlightFirstItem()});h.on("open",function(){i.$results.attr("aria-expanded","true");i.$results.attr("aria-hidden","false");i.setClasses();i.ensureHighlightVisible()});h.on("close",function(){i.$results.attr("aria-expanded","false");i.$results.attr("aria-hidden","true");i.$results.removeAttr("aria-activedescendant")});h.on("results:toggle",function(){var l=i.getHighlightedResults();if(l.length===0){return}l.trigger("mouseup")});h.on("results:select",function(){var l=i.getHighlightedResults();if(l.length===0){return}var m=l.data("data");if(l.attr("aria-selected")=="true"){i.trigger("close",{})}else{i.trigger("select",{data:m})}});h.on("results:previous",function(){var n=i.getHighlightedResults();var m=i.$results.find("[aria-selected]");var p=m.index(n);if(p===0){return}var l=p-1;if(n.length===0){l=0}var o=m.eq(l);o.trigger("mouseenter");var s=i.$results.offset().top;var r=o.offset().top;var q=i.$results.scrollTop()+(r-s);if(l===0){i.$results.scrollTop(0)}else{if(r-s<0){i.$results.scrollTop(q)}}});h.on("results:next",function(){var n=i.getHighlightedResults();var m=i.$results.find("[aria-selected]");var p=m.index(n);var l=p+1;if(l>=m.length){return}var o=m.eq(l);o.trigger("mouseenter");var s=i.$results.offset().top+i.$results.outerHeight(false);var r=o.offset().top+o.outerHeight(false);var q=i.$results.scrollTop()+r-s;if(l===0){i.$results.scrollTop(0)}else{if(r>s){i.$results.scrollTop(q)}}});h.on("results:focus",function(l){l.element.addClass("select2-results__option--highlighted")});h.on("results:message",function(l){i.displayMessage(l)});if(g.fn.mousewheel){this.$results.on("mousewheel",function(o){var n=i.$results.scrollTop();var l=i.$results.get(0).scrollHeight-n+o.deltaY;var p=o.deltaY>0&&n-o.deltaY<=0;var m=o.deltaY<0&&l<=i.$results.height();if(p){i.$results.scrollTop(0);o.preventDefault();o.stopPropagation()}else{if(m){i.$results.scrollTop(i.$results.get(0).scrollHeight-i.$results.height());o.preventDefault();o.stopPropagation()}}})}this.$results.on("mouseup",".select2-results__option[aria-selected]",function(l){var n=g(this);var m=n.data("data");if(n.attr("aria-selected")==="true"){if(i.options.get("multiple")){i.trigger("unselect",{originalEvent:l,data:m})}else{i.trigger("close",{})}return}i.trigger("select",{originalEvent:l,data:m})});this.$results.on("mouseenter",".select2-results__option[aria-selected]",function(l){var m=g(this).data("data");i.getHighlightedResults().removeClass("select2-results__option--highlighted");i.trigger("results:focus",{data:m,element:g(this)})});this.$results.on("mouseleave",".select2-results__option",function(){i.getHighlightedResults().removeClass("select2-results__option--highlighted")})};e.prototype.getHighlightedResults=function(){var h=this.$results.find(".select2-results__option--highlighted");return h};e.prototype.destroy=function(){this.$results.remove()};e.prototype.ensureHighlightVisible=function(){var i=this.getHighlightedResults();if(i.length===0){return}var h=this.$results.find("[aria-selected]");var j=h.index(i);var m=this.$results.offset().top;var l=i.offset().top;var k=this.$results.scrollTop()+(l-m);var n=l-m;k-=i.outerHeight(false)*2;if(j<=2){this.$results.scrollTop(0)}else{if(n>this.$results.outerHeight()||n<0){this.$results.scrollTop(k)}}};e.prototype.template=function(i,j){var k=this.options.get("templateResult");var h=this.options.get("escapeMarkup");var l=k(i,j);if(l==null){j.style.display="none"}else{if(typeof l==="string"){j.innerHTML=h(l)}else{g(j).append(l)}}};return e});d.define("select2/keys",[],function(){var e={BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46};return e});d.define("select2/selection/base",["jquery","../utils","../keys"],function(h,g,e){function f(i,j){this.$element=i;this.options=j;f.__super__.constructor.call(this)}g.Extend(f,g.Observable);f.prototype.render=function(){var i=h('');this._tabindex=0;if(this.$element.data("old-tabindex")!=null){this._tabindex=this.$element.data("old-tabindex")}else{if(this.$element.attr("tabindex")!=null){this._tabindex=this.$element.attr("tabindex")}}i.attr("title",this.$element.attr("title"));i.attr("tabindex",this._tabindex);this.$selection=i;return i};f.prototype.bind=function(i,l){var k=this;var m=i.id+"-container";var j=i.id+"-results";this.container=i;this.$selection.on("focus",function(n){k.trigger("focus",n)});this.$selection.on("blur",function(n){k._handleBlur(n)});this.$selection.on("keydown",function(n){k.trigger("keypress",n);if(n.which===e.SPACE){n.preventDefault()}});i.on("results:focus",function(n){k.$selection.attr("aria-activedescendant",n.data._resultId)});i.on("selection:update",function(n){k.update(n.data)});i.on("open",function(){k.$selection.attr("aria-expanded","true");k.$selection.attr("aria-owns",j);k._attachCloseHandler(i)});i.on("close",function(){k.$selection.attr("aria-expanded","false");k.$selection.removeAttr("aria-activedescendant");k.$selection.removeAttr("aria-owns");k.$selection.focus();k._detachCloseHandler(i)});i.on("enable",function(){k.$selection.attr("tabindex",k._tabindex)});i.on("disable",function(){k.$selection.attr("tabindex","-1")})};f.prototype._handleBlur=function(i){var j=this;window.setTimeout(function(){if((document.activeElement==j.$selection[0])||(h.contains(j.$selection[0],document.activeElement))){return}j.trigger("blur",i)},1)};f.prototype._attachCloseHandler=function(i){var j=this;h(document.body).on("mousedown.select2."+i.id,function(n){var k=h(n.target);var l=k.closest(".select2");var m=h(".select2.select2-container--open");m.each(function(){var p=h(this);if(this==l[0]){return}var o=p.data("element");o.select2("close")})})};f.prototype._detachCloseHandler=function(i){h(document.body).off("mousedown.select2."+i.id)};f.prototype.position=function(i,k){var j=k.find(".selection");j.append(i)};f.prototype.destroy=function(){this._detachCloseHandler(this.container)};f.prototype.update=function(i){throw new Error("The `update` method must be defined in child classes.")};return f});d.define("select2/selection/single",["jquery","./base","../utils","../keys"],function(h,f,g,e){function i(){i.__super__.constructor.apply(this,arguments)}g.Extend(i,f);i.prototype.render=function(){var j=i.__super__.render.call(this);j.addClass("select2-selection--single");j.html('');return j};i.prototype.bind=function(j,l){var k=this;i.__super__.bind.apply(this,arguments);var m=j.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",m);this.$selection.attr("aria-labelledby",m);this.$selection.on("mousedown",function(n){if(n.which!==1){return}k.trigger("toggle",{originalEvent:n})});this.$selection.on("focus",function(n){});this.$selection.on("blur",function(n){});j.on("focus",function(n){if(!j.isOpen()){k.$selection.focus()}});j.on("selection:update",function(n){k.update(n.data)})};i.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()};i.prototype.display=function(m,k){var l=this.options.get("templateSelection");var j=this.options.get("escapeMarkup");return j(l(m,k))};i.prototype.selectionContainer=function(){return h("")};i.prototype.update=function(l){if(l.length===0){this.clear();return}var j=l[0];var m=this.$selection.find(".select2-selection__rendered");var k=this.display(j,m);m.empty().append(k);m.prop("title",j.title||j.text)};return i});d.define("select2/selection/multiple",["jquery","./base","../utils"],function(h,e,g){function f(i,j){f.__super__.constructor.apply(this,arguments)}g.Extend(f,e);f.prototype.render=function(){var i=f.__super__.render.call(this);i.addClass("select2-selection--multiple");i.html('
          ');return i};f.prototype.bind=function(i,k){var j=this;f.__super__.bind.apply(this,arguments);this.$selection.on("click",function(l){j.trigger("toggle",{originalEvent:l})});this.$selection.on("click",".select2-selection__choice__remove",function(m){if(j.options.get("disabled")){return}var n=h(this);var l=n.parent();var o=l.data("data");j.trigger("unselect",{originalEvent:m,data:o})})};f.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()};f.prototype.display=function(l,j){var k=this.options.get("templateSelection");var i=this.options.get("escapeMarkup");return i(k(l,j))};f.prototype.selectionContainer=function(){var i=h('
        • ×
        • ');return i};f.prototype.update=function(m){this.clear();if(m.length===0){return}var j=[];for(var o=0;o1;if(i||h){return k.call(this,j)}this.clear();var g=this.createPlaceholder(this.placeholder);this.$selection.find(".select2-selection__rendered").append(g)};return e});d.define("select2/selection/allowClear",["jquery","../keys"],function(f,e){function g(){}g.prototype.bind=function(j,h,k){var i=this;j.call(this,h,k);if(this.placeholder==null){if(this.options.get("debug")&&window.console&&console.error){console.error("Select2: The `allowClear` option should be used in combination with the `placeholder` option.")}}this.$selection.on("mousedown",".select2-selection__clear",function(l){i._handleClear(l)});h.on("keypress",function(l){i._handleKeyboardClear(l,h)})};g.prototype._handleClear=function(i,h){if(this.options.get("disabled")){return}var l=this.$selection.find(".select2-selection__clear");if(l.length===0){return}h.stopPropagation();var k=l.data("data");for(var m=0;m0||i.length===0){return}var h=f('×');h.data("data",i);this.$selection.find(".select2-selection__rendered").prepend(h)};return g});d.define("select2/selection/search",["jquery","../utils","../keys"],function(h,g,e){function f(k,i,j){k.call(this,i,j)}f.prototype.render=function(j){var i=h('');this.$searchContainer=i;this.$search=i.find("input");var k=j.call(this);this._transferTabIndex();return k};f.prototype.bind=function(m,j,n){var k=this;m.call(this,j,n);j.on("open",function(){k.$search.trigger("focus")});j.on("close",function(){k.$search.val("");k.$search.removeAttr("aria-activedescendant");k.$search.trigger("focus")});j.on("enable",function(){k.$search.prop("disabled",false);k._transferTabIndex()});j.on("disable",function(){k.$search.prop("disabled",true)});j.on("focus",function(o){k.$search.trigger("focus")});j.on("results:focus",function(o){k.$search.attr("aria-activedescendant",o.id)});this.$selection.on("focusin",".select2-search--inline",function(o){k.trigger("focus",o)});this.$selection.on("focusout",".select2-search--inline",function(o){k._handleBlur(o)});this.$selection.on("keydown",".select2-search--inline",function(o){o.stopPropagation();k.trigger("keypress",o);k._keyUpPrevented=o.isDefaultPrevented();var q=o.which;if(q===e.BACKSPACE&&k.$search.val()===""){var p=k.$searchContainer.prev(".select2-selection__choice");if(p.length>0){var r=p.data("data");k.searchRemoveChoice(r);o.preventDefault()}}});var l=document.documentMode;var i=l&&l<=11;this.$selection.on("input.searchcheck",".select2-search--inline",function(o){if(i){k.$selection.off("input.search input.searchcheck");return}k.$selection.off("keyup.search")});this.$selection.on("keyup.search input.search",".select2-search--inline",function(o){if(i&&o.type==="input"){k.$selection.off("input.search input.searchcheck");return}var p=o.which;if(p==e.SHIFT||p==e.CTRL||p==e.ALT){return}if(p==e.TAB){return}k.handleSearch(o)})};f.prototype._transferTabIndex=function(i){this.$search.attr("tabindex",this.$selection.attr("tabindex"));this.$selection.attr("tabindex","-1")};f.prototype.createPlaceholder=function(i,j){this.$search.attr("placeholder",j.text)};f.prototype.update=function(k,j){var i=this.$search[0]==document.activeElement;this.$search.attr("placeholder","");k.call(this,j);this.$selection.find(".select2-selection__rendered").append(this.$searchContainer);this.resizeSearch();if(i){this.$search.focus()}};f.prototype.handleSearch=function(){this.resizeSearch();if(!this._keyUpPrevented){var i=this.$search.val();this.trigger("query",{term:i})}this._keyUpPrevented=false};f.prototype.searchRemoveChoice=function(j,i){this.trigger("unselect",{data:i});this.$search.val(i.text);this.handleSearch()};f.prototype.resizeSearch=function(){this.$search.css("width","25px");var i="";if(this.$search.attr("placeholder")!==""){i=this.$selection.find(".select2-selection__rendered").innerWidth()}else{var j=this.$search.val().length+1;i=(j*0.75)+"em"}this.$search.css("width",i)};return f});d.define("select2/selection/eventRelay",["jquery"],function(e){function f(){}f.prototype.bind=function(k,g,l){var h=this;var i=["open","opening","close","closing","select","selecting","unselect","unselecting"];var j=["opening","closing","selecting","unselecting"];k.call(this,g,l);g.on("*",function(n,o){if(e.inArray(n,i)===-1){return}o=o||{};var m=e.Event("select2:"+n,{params:o});h.$element.trigger(m);if(e.inArray(n,j)===-1){return}o.prevented=m.isDefaultPrevented()})};return f});d.define("select2/translation",["jquery","require"],function(g,f){function e(h){this.dict=h||{}}e.prototype.all=function(){return this.dict};e.prototype.get=function(h){return this.dict[h]};e.prototype.extend=function(h){this.dict=g.extend({},h.all(),this.dict)};e._cache={};e.loadPath=function(i){if(!(i in e._cache)){var h=f(i);e._cache[i]=h}return new e(e._cache[i])};return e});d.define("select2/diacritics",[],function(){var e={"\u24B6":"A","\uFF21":"A","\u00C0":"A","\u00C1":"A","\u00C2":"A","\u1EA6":"A","\u1EA4":"A","\u1EAA":"A","\u1EA8":"A","\u00C3":"A","\u0100":"A","\u0102":"A","\u1EB0":"A","\u1EAE":"A","\u1EB4":"A","\u1EB2":"A","\u0226":"A","\u01E0":"A","\u00C4":"A","\u01DE":"A","\u1EA2":"A","\u00C5":"A","\u01FA":"A","\u01CD":"A","\u0200":"A","\u0202":"A","\u1EA0":"A","\u1EAC":"A","\u1EB6":"A","\u1E00":"A","\u0104":"A","\u023A":"A","\u2C6F":"A","\uA732":"AA","\u00C6":"AE","\u01FC":"AE","\u01E2":"AE","\uA734":"AO","\uA736":"AU","\uA738":"AV","\uA73A":"AV","\uA73C":"AY","\u24B7":"B","\uFF22":"B","\u1E02":"B","\u1E04":"B","\u1E06":"B","\u0243":"B","\u0182":"B","\u0181":"B","\u24B8":"C","\uFF23":"C","\u0106":"C","\u0108":"C","\u010A":"C","\u010C":"C","\u00C7":"C","\u1E08":"C","\u0187":"C","\u023B":"C","\uA73E":"C","\u24B9":"D","\uFF24":"D","\u1E0A":"D","\u010E":"D","\u1E0C":"D","\u1E10":"D","\u1E12":"D","\u1E0E":"D","\u0110":"D","\u018B":"D","\u018A":"D","\u0189":"D","\uA779":"D","\u01F1":"DZ","\u01C4":"DZ","\u01F2":"Dz","\u01C5":"Dz","\u24BA":"E","\uFF25":"E","\u00C8":"E","\u00C9":"E","\u00CA":"E","\u1EC0":"E","\u1EBE":"E","\u1EC4":"E","\u1EC2":"E","\u1EBC":"E","\u0112":"E","\u1E14":"E","\u1E16":"E","\u0114":"E","\u0116":"E","\u00CB":"E","\u1EBA":"E","\u011A":"E","\u0204":"E","\u0206":"E","\u1EB8":"E","\u1EC6":"E","\u0228":"E","\u1E1C":"E","\u0118":"E","\u1E18":"E","\u1E1A":"E","\u0190":"E","\u018E":"E","\u24BB":"F","\uFF26":"F","\u1E1E":"F","\u0191":"F","\uA77B":"F","\u24BC":"G","\uFF27":"G","\u01F4":"G","\u011C":"G","\u1E20":"G","\u011E":"G","\u0120":"G","\u01E6":"G","\u0122":"G","\u01E4":"G","\u0193":"G","\uA7A0":"G","\uA77D":"G","\uA77E":"G","\u24BD":"H","\uFF28":"H","\u0124":"H","\u1E22":"H","\u1E26":"H","\u021E":"H","\u1E24":"H","\u1E28":"H","\u1E2A":"H","\u0126":"H","\u2C67":"H","\u2C75":"H","\uA78D":"H","\u24BE":"I","\uFF29":"I","\u00CC":"I","\u00CD":"I","\u00CE":"I","\u0128":"I","\u012A":"I","\u012C":"I","\u0130":"I","\u00CF":"I","\u1E2E":"I","\u1EC8":"I","\u01CF":"I","\u0208":"I","\u020A":"I","\u1ECA":"I","\u012E":"I","\u1E2C":"I","\u0197":"I","\u24BF":"J","\uFF2A":"J","\u0134":"J","\u0248":"J","\u24C0":"K","\uFF2B":"K","\u1E30":"K","\u01E8":"K","\u1E32":"K","\u0136":"K","\u1E34":"K","\u0198":"K","\u2C69":"K","\uA740":"K","\uA742":"K","\uA744":"K","\uA7A2":"K","\u24C1":"L","\uFF2C":"L","\u013F":"L","\u0139":"L","\u013D":"L","\u1E36":"L","\u1E38":"L","\u013B":"L","\u1E3C":"L","\u1E3A":"L","\u0141":"L","\u023D":"L","\u2C62":"L","\u2C60":"L","\uA748":"L","\uA746":"L","\uA780":"L","\u01C7":"LJ","\u01C8":"Lj","\u24C2":"M","\uFF2D":"M","\u1E3E":"M","\u1E40":"M","\u1E42":"M","\u2C6E":"M","\u019C":"M","\u24C3":"N","\uFF2E":"N","\u01F8":"N","\u0143":"N","\u00D1":"N","\u1E44":"N","\u0147":"N","\u1E46":"N","\u0145":"N","\u1E4A":"N","\u1E48":"N","\u0220":"N","\u019D":"N","\uA790":"N","\uA7A4":"N","\u01CA":"NJ","\u01CB":"Nj","\u24C4":"O","\uFF2F":"O","\u00D2":"O","\u00D3":"O","\u00D4":"O","\u1ED2":"O","\u1ED0":"O","\u1ED6":"O","\u1ED4":"O","\u00D5":"O","\u1E4C":"O","\u022C":"O","\u1E4E":"O","\u014C":"O","\u1E50":"O","\u1E52":"O","\u014E":"O","\u022E":"O","\u0230":"O","\u00D6":"O","\u022A":"O","\u1ECE":"O","\u0150":"O","\u01D1":"O","\u020C":"O","\u020E":"O","\u01A0":"O","\u1EDC":"O","\u1EDA":"O","\u1EE0":"O","\u1EDE":"O","\u1EE2":"O","\u1ECC":"O","\u1ED8":"O","\u01EA":"O","\u01EC":"O","\u00D8":"O","\u01FE":"O","\u0186":"O","\u019F":"O","\uA74A":"O","\uA74C":"O","\u01A2":"OI","\uA74E":"OO","\u0222":"OU","\u24C5":"P","\uFF30":"P","\u1E54":"P","\u1E56":"P","\u01A4":"P","\u2C63":"P","\uA750":"P","\uA752":"P","\uA754":"P","\u24C6":"Q","\uFF31":"Q","\uA756":"Q","\uA758":"Q","\u024A":"Q","\u24C7":"R","\uFF32":"R","\u0154":"R","\u1E58":"R","\u0158":"R","\u0210":"R","\u0212":"R","\u1E5A":"R","\u1E5C":"R","\u0156":"R","\u1E5E":"R","\u024C":"R","\u2C64":"R","\uA75A":"R","\uA7A6":"R","\uA782":"R","\u24C8":"S","\uFF33":"S","\u1E9E":"S","\u015A":"S","\u1E64":"S","\u015C":"S","\u1E60":"S","\u0160":"S","\u1E66":"S","\u1E62":"S","\u1E68":"S","\u0218":"S","\u015E":"S","\u2C7E":"S","\uA7A8":"S","\uA784":"S","\u24C9":"T","\uFF34":"T","\u1E6A":"T","\u0164":"T","\u1E6C":"T","\u021A":"T","\u0162":"T","\u1E70":"T","\u1E6E":"T","\u0166":"T","\u01AC":"T","\u01AE":"T","\u023E":"T","\uA786":"T","\uA728":"TZ","\u24CA":"U","\uFF35":"U","\u00D9":"U","\u00DA":"U","\u00DB":"U","\u0168":"U","\u1E78":"U","\u016A":"U","\u1E7A":"U","\u016C":"U","\u00DC":"U","\u01DB":"U","\u01D7":"U","\u01D5":"U","\u01D9":"U","\u1EE6":"U","\u016E":"U","\u0170":"U","\u01D3":"U","\u0214":"U","\u0216":"U","\u01AF":"U","\u1EEA":"U","\u1EE8":"U","\u1EEE":"U","\u1EEC":"U","\u1EF0":"U","\u1EE4":"U","\u1E72":"U","\u0172":"U","\u1E76":"U","\u1E74":"U","\u0244":"U","\u24CB":"V","\uFF36":"V","\u1E7C":"V","\u1E7E":"V","\u01B2":"V","\uA75E":"V","\u0245":"V","\uA760":"VY","\u24CC":"W","\uFF37":"W","\u1E80":"W","\u1E82":"W","\u0174":"W","\u1E86":"W","\u1E84":"W","\u1E88":"W","\u2C72":"W","\u24CD":"X","\uFF38":"X","\u1E8A":"X","\u1E8C":"X","\u24CE":"Y","\uFF39":"Y","\u1EF2":"Y","\u00DD":"Y","\u0176":"Y","\u1EF8":"Y","\u0232":"Y","\u1E8E":"Y","\u0178":"Y","\u1EF6":"Y","\u1EF4":"Y","\u01B3":"Y","\u024E":"Y","\u1EFE":"Y","\u24CF":"Z","\uFF3A":"Z","\u0179":"Z","\u1E90":"Z","\u017B":"Z","\u017D":"Z","\u1E92":"Z","\u1E94":"Z","\u01B5":"Z","\u0224":"Z","\u2C7F":"Z","\u2C6B":"Z","\uA762":"Z","\u24D0":"a","\uFF41":"a","\u1E9A":"a","\u00E0":"a","\u00E1":"a","\u00E2":"a","\u1EA7":"a","\u1EA5":"a","\u1EAB":"a","\u1EA9":"a","\u00E3":"a","\u0101":"a","\u0103":"a","\u1EB1":"a","\u1EAF":"a","\u1EB5":"a","\u1EB3":"a","\u0227":"a","\u01E1":"a","\u00E4":"a","\u01DF":"a","\u1EA3":"a","\u00E5":"a","\u01FB":"a","\u01CE":"a","\u0201":"a","\u0203":"a","\u1EA1":"a","\u1EAD":"a","\u1EB7":"a","\u1E01":"a","\u0105":"a","\u2C65":"a","\u0250":"a","\uA733":"aa","\u00E6":"ae","\u01FD":"ae","\u01E3":"ae","\uA735":"ao","\uA737":"au","\uA739":"av","\uA73B":"av","\uA73D":"ay","\u24D1":"b","\uFF42":"b","\u1E03":"b","\u1E05":"b","\u1E07":"b","\u0180":"b","\u0183":"b","\u0253":"b","\u24D2":"c","\uFF43":"c","\u0107":"c","\u0109":"c","\u010B":"c","\u010D":"c","\u00E7":"c","\u1E09":"c","\u0188":"c","\u023C":"c","\uA73F":"c","\u2184":"c","\u24D3":"d","\uFF44":"d","\u1E0B":"d","\u010F":"d","\u1E0D":"d","\u1E11":"d","\u1E13":"d","\u1E0F":"d","\u0111":"d","\u018C":"d","\u0256":"d","\u0257":"d","\uA77A":"d","\u01F3":"dz","\u01C6":"dz","\u24D4":"e","\uFF45":"e","\u00E8":"e","\u00E9":"e","\u00EA":"e","\u1EC1":"e","\u1EBF":"e","\u1EC5":"e","\u1EC3":"e","\u1EBD":"e","\u0113":"e","\u1E15":"e","\u1E17":"e","\u0115":"e","\u0117":"e","\u00EB":"e","\u1EBB":"e","\u011B":"e","\u0205":"e","\u0207":"e","\u1EB9":"e","\u1EC7":"e","\u0229":"e","\u1E1D":"e","\u0119":"e","\u1E19":"e","\u1E1B":"e","\u0247":"e","\u025B":"e","\u01DD":"e","\u24D5":"f","\uFF46":"f","\u1E1F":"f","\u0192":"f","\uA77C":"f","\u24D6":"g","\uFF47":"g","\u01F5":"g","\u011D":"g","\u1E21":"g","\u011F":"g","\u0121":"g","\u01E7":"g","\u0123":"g","\u01E5":"g","\u0260":"g","\uA7A1":"g","\u1D79":"g","\uA77F":"g","\u24D7":"h","\uFF48":"h","\u0125":"h","\u1E23":"h","\u1E27":"h","\u021F":"h","\u1E25":"h","\u1E29":"h","\u1E2B":"h","\u1E96":"h","\u0127":"h","\u2C68":"h","\u2C76":"h","\u0265":"h","\u0195":"hv","\u24D8":"i","\uFF49":"i","\u00EC":"i","\u00ED":"i","\u00EE":"i","\u0129":"i","\u012B":"i","\u012D":"i","\u00EF":"i","\u1E2F":"i","\u1EC9":"i","\u01D0":"i","\u0209":"i","\u020B":"i","\u1ECB":"i","\u012F":"i","\u1E2D":"i","\u0268":"i","\u0131":"i","\u24D9":"j","\uFF4A":"j","\u0135":"j","\u01F0":"j","\u0249":"j","\u24DA":"k","\uFF4B":"k","\u1E31":"k","\u01E9":"k","\u1E33":"k","\u0137":"k","\u1E35":"k","\u0199":"k","\u2C6A":"k","\uA741":"k","\uA743":"k","\uA745":"k","\uA7A3":"k","\u24DB":"l","\uFF4C":"l","\u0140":"l","\u013A":"l","\u013E":"l","\u1E37":"l","\u1E39":"l","\u013C":"l","\u1E3D":"l","\u1E3B":"l","\u017F":"l","\u0142":"l","\u019A":"l","\u026B":"l","\u2C61":"l","\uA749":"l","\uA781":"l","\uA747":"l","\u01C9":"lj","\u24DC":"m","\uFF4D":"m","\u1E3F":"m","\u1E41":"m","\u1E43":"m","\u0271":"m","\u026F":"m","\u24DD":"n","\uFF4E":"n","\u01F9":"n","\u0144":"n","\u00F1":"n","\u1E45":"n","\u0148":"n","\u1E47":"n","\u0146":"n","\u1E4B":"n","\u1E49":"n","\u019E":"n","\u0272":"n","\u0149":"n","\uA791":"n","\uA7A5":"n","\u01CC":"nj","\u24DE":"o","\uFF4F":"o","\u00F2":"o","\u00F3":"o","\u00F4":"o","\u1ED3":"o","\u1ED1":"o","\u1ED7":"o","\u1ED5":"o","\u00F5":"o","\u1E4D":"o","\u022D":"o","\u1E4F":"o","\u014D":"o","\u1E51":"o","\u1E53":"o","\u014F":"o","\u022F":"o","\u0231":"o","\u00F6":"o","\u022B":"o","\u1ECF":"o","\u0151":"o","\u01D2":"o","\u020D":"o","\u020F":"o","\u01A1":"o","\u1EDD":"o","\u1EDB":"o","\u1EE1":"o","\u1EDF":"o","\u1EE3":"o","\u1ECD":"o","\u1ED9":"o","\u01EB":"o","\u01ED":"o","\u00F8":"o","\u01FF":"o","\u0254":"o","\uA74B":"o","\uA74D":"o","\u0275":"o","\u01A3":"oi","\u0223":"ou","\uA74F":"oo","\u24DF":"p","\uFF50":"p","\u1E55":"p","\u1E57":"p","\u01A5":"p","\u1D7D":"p","\uA751":"p","\uA753":"p","\uA755":"p","\u24E0":"q","\uFF51":"q","\u024B":"q","\uA757":"q","\uA759":"q","\u24E1":"r","\uFF52":"r","\u0155":"r","\u1E59":"r","\u0159":"r","\u0211":"r","\u0213":"r","\u1E5B":"r","\u1E5D":"r","\u0157":"r","\u1E5F":"r","\u024D":"r","\u027D":"r","\uA75B":"r","\uA7A7":"r","\uA783":"r","\u24E2":"s","\uFF53":"s","\u00DF":"s","\u015B":"s","\u1E65":"s","\u015D":"s","\u1E61":"s","\u0161":"s","\u1E67":"s","\u1E63":"s","\u1E69":"s","\u0219":"s","\u015F":"s","\u023F":"s","\uA7A9":"s","\uA785":"s","\u1E9B":"s","\u24E3":"t","\uFF54":"t","\u1E6B":"t","\u1E97":"t","\u0165":"t","\u1E6D":"t","\u021B":"t","\u0163":"t","\u1E71":"t","\u1E6F":"t","\u0167":"t","\u01AD":"t","\u0288":"t","\u2C66":"t","\uA787":"t","\uA729":"tz","\u24E4":"u","\uFF55":"u","\u00F9":"u","\u00FA":"u","\u00FB":"u","\u0169":"u","\u1E79":"u","\u016B":"u","\u1E7B":"u","\u016D":"u","\u00FC":"u","\u01DC":"u","\u01D8":"u","\u01D6":"u","\u01DA":"u","\u1EE7":"u","\u016F":"u","\u0171":"u","\u01D4":"u","\u0215":"u","\u0217":"u","\u01B0":"u","\u1EEB":"u","\u1EE9":"u","\u1EEF":"u","\u1EED":"u","\u1EF1":"u","\u1EE5":"u","\u1E73":"u","\u0173":"u","\u1E77":"u","\u1E75":"u","\u0289":"u","\u24E5":"v","\uFF56":"v","\u1E7D":"v","\u1E7F":"v","\u028B":"v","\uA75F":"v","\u028C":"v","\uA761":"vy","\u24E6":"w","\uFF57":"w","\u1E81":"w","\u1E83":"w","\u0175":"w","\u1E87":"w","\u1E85":"w","\u1E98":"w","\u1E89":"w","\u2C73":"w","\u24E7":"x","\uFF58":"x","\u1E8B":"x","\u1E8D":"x","\u24E8":"y","\uFF59":"y","\u1EF3":"y","\u00FD":"y","\u0177":"y","\u1EF9":"y","\u0233":"y","\u1E8F":"y","\u00FF":"y","\u1EF7":"y","\u1E99":"y","\u1EF5":"y","\u01B4":"y","\u024F":"y","\u1EFF":"y","\u24E9":"z","\uFF5A":"z","\u017A":"z","\u1E91":"z","\u017C":"z","\u017E":"z","\u1E93":"z","\u1E95":"z","\u01B6":"z","\u0225":"z","\u0240":"z","\u2C6C":"z","\uA763":"z","\u0386":"\u0391","\u0388":"\u0395","\u0389":"\u0397","\u038A":"\u0399","\u03AA":"\u0399","\u038C":"\u039F","\u038E":"\u03A5","\u03AB":"\u03A5","\u038F":"\u03A9","\u03AC":"\u03B1","\u03AD":"\u03B5","\u03AE":"\u03B7","\u03AF":"\u03B9","\u03CA":"\u03B9","\u0390":"\u03B9","\u03CC":"\u03BF","\u03CD":"\u03C5","\u03CB":"\u03C5","\u03B0":"\u03C5","\u03C9":"\u03C9","\u03C2":"\u03C3"};return e});d.define("select2/data/base",["../utils"],function(f){function e(g,h){e.__super__.constructor.call(this)}f.Extend(e,f.Observable);e.prototype.current=function(g){throw new Error("The `current` method must be defined in child classes.")};e.prototype.query=function(g,h){throw new Error("The `query` method must be defined in child classes.")};e.prototype.bind=function(g,h){};e.prototype.destroy=function(){};e.prototype.generateResultId=function(g,h){var i=g.id+"-result-";i+=f.generateChars(4);if(h.id!=null){i+="-"+h.id.toString()}else{i+="-"+f.generateChars(4)}return i};return e});d.define("select2/data/select",["./base","../utils","jquery"],function(e,h,g){function f(i,j){this.$element=i;this.options=j;f.__super__.constructor.call(this)}h.Extend(f,e);f.prototype.current=function(k){var j=[];var i=this;this.$element.find(":selected").each(function(){var m=g(this);var l=i.item(m);j.push(l)});k(j)};f.prototype.select=function(j){var i=this;j.selected=true;if(g(j.element).is("option")){j.element.selected=true;this.$element.trigger("change");return}if(this.$element.prop("multiple")){this.current(function(l){var n=[];j=[j];j.push.apply(j,l);for(var m=0;m=0){var o=n.filter(r(t));var p=this.item(o);var v=f.extend(true,{},t,p);var l=this.option(v);o.replaceWith(l);continue}var i=this.option(t);if(t.children){var s=this.convertToOptions(t.children);g.appendMany(i,s)}m.push(i)}return m};return h});d.define("select2/data/ajax",["./array","../utils","jquery"],function(h,g,f){function e(i,j){this.ajaxOptions=this._applyDefaults(j.get("ajax"));if(this.ajaxOptions.processResults!=null){this.processResults=this.ajaxOptions.processResults}e.__super__.constructor.call(this,i,j)}g.Extend(e,h);e.prototype._applyDefaults=function(i){var j={data:function(k){return f.extend({},k,{q:k.term})},transport:function(n,m,l){var k=f.ajax(n);k.then(m);k.fail(l);return k}};return f.extend({},j,i,true)};e.prototype.processResults=function(i){return i};e.prototype.query=function(m,n){var l=[];var i=this;if(this._request!=null){if(f.isFunction(this._request.abort)){this._request.abort()}this._request=null}var j=f.extend({type:"GET"},this.ajaxOptions);if(typeof j.url==="function"){j.url=j.url.call(this.$element,m)}if(typeof j.data==="function"){j.data=j.data.call(this.$element,m)}function k(){var o=j.transport(j,function(q){var p=i.processResults(q,m);if(i.options.get("debug")&&window.console&&console.error){if(!p||!p.results||!f.isArray(p.results)){console.error("Select2: The AJAX results did not return an array in the `results` key of the response.")}}n(p)},function(){if(o.status&&o.status==="0"){return}i.trigger("results:message",{message:"errorLoading"})});i._request=o}if(this.ajaxOptions.delay&&m.term!=null){if(this._queryTimeout){window.clearTimeout(this._queryTimeout)}this._queryTimeout=window.setTimeout(k,this.ajaxOptions.delay)}else{k()}};return e});d.define("select2/data/tags",["jquery"],function(f){function e(h,k,n){var o=n.get("tags");var i=n.get("createTag");if(i!==undefined){this.createTag=i}var j=n.get("insertTag");if(j!==undefined){this.insertTag=j}h.call(this,k,n);if(f.isArray(o)){for(var m=0;m0&&g.term.length>this.maximumInputLength){this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:g.term,params:g}});return}f.call(this,g,h)};return e});d.define("select2/data/maximumSelectionLength",[],function(){function e(h,g,f){this.maximumSelectionLength=f.get("maximumSelectionLength");h.call(this,g,f)}e.prototype.query=function(g,h,i){var f=this;this.current(function(j){var k=j!=null?j.length:0;if(f.maximumSelectionLength>0&&k>=f.maximumSelectionLength){f.trigger("results:message",{message:"maximumSelected",args:{maximum:f.maximumSelectionLength}});return}g.call(f,h,i)})};return e});d.define("select2/dropdown",["jquery","./utils"],function(g,f){function e(h,i){this.$element=h;this.options=i;e.__super__.constructor.call(this)}f.Extend(e,f.Observable);e.prototype.render=function(){var h=g('');h.attr("dir",this.options.get("dir"));this.$dropdown=h;return h};e.prototype.bind=function(){};e.prototype.position=function(h,i){};e.prototype.destroy=function(){this.$dropdown.remove()};return e});d.define("select2/dropdown/search",["jquery","../utils"],function(g,f){function e(){}e.prototype.render=function(i){var j=i.call(this);var h=g('');this.$searchContainer=h;this.$search=h.find("input");j.prepend(h);return j};e.prototype.bind=function(j,h,k){var i=this;j.call(this,h,k);this.$search.on("keydown",function(l){i.trigger("keypress",l);i._keyUpPrevented=l.isDefaultPrevented()});this.$search.on("input",function(l){g(this).off("keyup")});this.$search.on("keyup input",function(l){i.handleSearch(l)});h.on("open",function(){i.$search.attr("tabindex",0);i.$search.focus();window.setTimeout(function(){i.$search.focus()},0)});h.on("close",function(){i.$search.attr("tabindex",-1);i.$search.val("")});h.on("focus",function(){if(h.isOpen()){i.$search.focus()}});h.on("results:all",function(m){if(m.query.term==null||m.query.term===""){var l=i.showSearch(m);if(l){i.$searchContainer.removeClass("select2-search--hide")}else{i.$searchContainer.addClass("select2-search--hide")}}})};e.prototype.handleSearch=function(h){if(!this._keyUpPrevented){var i=this.$search.val();this.trigger("query",{term:i})}this._keyUpPrevented=false};e.prototype.showSearch=function(h,i){return true};return e});d.define("select2/dropdown/hidePlaceholder",[],function(){function e(h,f,g,i){this.placeholder=this.normalizePlaceholder(g.get("placeholder"));h.call(this,f,g,i)}e.prototype.append=function(g,f){f.results=this.removePlaceholder(f.results);g.call(this,f)};e.prototype.normalizePlaceholder=function(f,g){if(typeof g==="string"){g={id:"",text:g}}return g};e.prototype.removePlaceholder=function(f,i){var h=i.slice(0);for(var j=i.length-1;j>=0;j--){var g=i[j];if(this.placeholder.id===g.id){h.splice(j,1)}}return h};return e});d.define("select2/dropdown/infiniteScroll",["jquery"],function(f){function e(i,g,h,j){this.lastParams={};i.call(this,g,h,j);this.$loadingMore=this.createLoadingMore();this.loading=false}e.prototype.append=function(h,g){this.$loadingMore.remove();this.loading=false;h.call(this,g);if(this.showLoadingMore(g)){this.$results.append(this.$loadingMore)}};e.prototype.bind=function(i,g,j){var h=this;i.call(this,g,j);g.on("query",function(k){h.lastParams=k;h.loading=true});g.on("query:append",function(k){h.lastParams=k;h.loading=true});this.$results.on("scroll",function(){var m=f.contains(document.documentElement,h.$loadingMore[0]);if(h.loading||!m){return}var l=h.$results.offset().top+h.$results.outerHeight(false);var k=h.$loadingMore.offset().top+h.$loadingMore.outerHeight(false);if(l+50>=k){h.loadMore()}})};e.prototype.loadMore=function(){this.loading=true;var g=f.extend({},{page:1},this.lastParams);g.page++;this.trigger("query:append",g)};e.prototype.showLoadingMore=function(g,h){return h.pagination&&h.pagination.more};e.prototype.createLoadingMore=function(){var h=f('
        • ');var g=this.options.get("translations").get("loadingMore");h.html(g(this.lastParams));return h};return e});d.define("select2/dropdown/attachBody",["jquery","../utils"],function(g,f){function e(j,h,i){this.$dropdownParent=i.get("dropdownParent")||g(document.body);j.call(this,h,i)}e.prototype.bind=function(k,h,l){var j=this;var i=false;k.call(this,h,l);h.on("open",function(){j._showDropdown();j._attachPositioningHandler(h);if(!i){i=true;h.on("results:all",function(){j._positionDropdown();j._resizeDropdown()});h.on("results:append",function(){j._positionDropdown();j._resizeDropdown()})}});h.on("close",function(){j._hideDropdown();j._detachPositioningHandler(h)});this.$dropdownContainer.on("mousedown",function(m){m.stopPropagation()})};e.prototype.destroy=function(h){h.call(this);this.$dropdownContainer.remove()};e.prototype.position=function(h,i,j){i.attr("class",j.attr("class"));i.removeClass("select2");i.addClass("select2-container--open");i.css({position:"absolute",top:-999999});this.$container=j};e.prototype.render=function(h){var j=g("");var i=h.call(this);j.append(i);this.$dropdownContainer=j;return j};e.prototype._hideDropdown=function(h){this.$dropdownContainer.detach()};e.prototype._attachPositioningHandler=function(n,h){var i=this;var k="scroll.select2."+h.id;var m="resize.select2."+h.id;var l="orientationchange.select2."+h.id;var j=this.$container.parents().filter(f.hasScroll);j.each(function(){g(this).data("select2-scroll-position",{x:g(this).scrollLeft(),y:g(this).scrollTop()})});j.on(k,function(p){var o=g(this).data("select2-scroll-position");g(this).scrollTop(o.y)});g(window).on(k+" "+m+" "+l,function(o){i._positionDropdown();i._resizeDropdown()})};e.prototype._detachPositioningHandler=function(m,h){var j="scroll.select2."+h.id;var l="resize.select2."+h.id;var k="orientationchange.select2."+h.id;var i=this.$container.parents().filter(f.hasScroll);i.off(j);g(window).off(j+" "+l+" "+k)};e.prototype._positionDropdown=function(){var k=g(window);var t=this.$dropdown.hasClass("select2-dropdown--above");var j=this.$dropdown.hasClass("select2-dropdown--below");var q=null;var l=this.$container.offset();l.bottom=l.top+this.$container.outerHeight(false);var i={height:this.$container.outerHeight(false)};i.top=l.top;i.bottom=l.top+i.height;var s={height:this.$dropdown.outerHeight(false)};var o={top:k.scrollTop(),bottom:k.scrollTop()+k.height()};var n=false;var p=true;var m={left:l.left,top:i.bottom};var r=this.$dropdownParent;if(r.css("position")==="static"){r=r.offsetParent()}var h=r.offset();m.top-=h.top;m.left-=h.left;if(!t&&!j){q="below"}if(!p&&n&&!t){q="above"}else{if(!n&&p&&t){q="below"}}if(q=="above"||(t&&q!=="below")){m.top=i.top-h.top-s.height}if(q!=null){this.$dropdown.removeClass("select2-dropdown--below select2-dropdown--above").addClass("select2-dropdown--"+q);this.$container.removeClass("select2-container--below select2-container--above").addClass("select2-container--"+q)}this.$dropdownContainer.css(m)};e.prototype._resizeDropdown=function(){var h={width:this.$container.outerWidth(false)+"px"};if(this.options.get("dropdownAutoWidth")){h.minWidth=h.width;h.position="relative";h.width="auto"}this.$dropdown.css(h)};e.prototype._showDropdown=function(h){this.$dropdownContainer.appendTo(this.$dropdownParent);this._positionDropdown();this._resizeDropdown()};return e});d.define("select2/dropdown/minimumResultsForSearch",[],function(){function f(i){var h=0;for(var j=0;j0){Z.dataAdapter=e.Decorate(Z.dataAdapter,D)}if(Z.maximumInputLength>0){Z.dataAdapter=e.Decorate(Z.dataAdapter,H)}if(Z.maximumSelectionLength>0){Z.dataAdapter=e.Decorate(Z.dataAdapter,w)}if(Z.tags){Z.dataAdapter=e.Decorate(Z.dataAdapter,x)}if(Z.tokenSeparators!=null||Z.tokenizer!=null){Z.dataAdapter=e.Decorate(Z.dataAdapter,h)}if(Z.query!=null){var R=k(Z.amdBase+"compat/query");Z.dataAdapter=e.Decorate(Z.dataAdapter,R)}if(Z.initSelection!=null){var Y=k(Z.amdBase+"compat/initSelection");Z.dataAdapter=e.Decorate(Z.dataAdapter,Y)}}if(Z.resultsAdapter==null){Z.resultsAdapter=E;if(Z.ajax!=null){Z.resultsAdapter=e.Decorate(Z.resultsAdapter,z)}if(Z.placeholder!=null){Z.resultsAdapter=e.Decorate(Z.resultsAdapter,q)}if(Z.selectOnClose){Z.resultsAdapter=e.Decorate(Z.resultsAdapter,l)}}if(Z.dropdownAdapter==null){if(Z.multiple){Z.dropdownAdapter=A}else{var L=e.Decorate(A,m);Z.dropdownAdapter=L}if(Z.minimumResultsForSearch!==0){Z.dropdownAdapter=e.Decorate(Z.dropdownAdapter,v)}if(Z.closeOnSelect){Z.dropdownAdapter=e.Decorate(Z.dropdownAdapter,i)}if(Z.dropdownCssClass!=null||Z.dropdownCss!=null||Z.adaptDropdownCssClass!=null){var K=k(Z.amdBase+"compat/dropdownCss");Z.dropdownAdapter=e.Decorate(Z.dropdownAdapter,K)}Z.dropdownAdapter=e.Decorate(Z.dropdownAdapter,r)}if(Z.selectionAdapter==null){if(Z.multiple){Z.selectionAdapter=t}else{Z.selectionAdapter=o}if(Z.placeholder!=null){Z.selectionAdapter=e.Decorate(Z.selectionAdapter,G)}if(Z.allowClear){Z.selectionAdapter=e.Decorate(Z.selectionAdapter,j)}if(Z.multiple){Z.selectionAdapter=e.Decorate(Z.selectionAdapter,C)}if(Z.containerCssClass!=null||Z.containerCss!=null||Z.adaptContainerCssClass!=null){var T=k(Z.amdBase+"compat/containerCss");Z.selectionAdapter=e.Decorate(Z.selectionAdapter,T)}Z.selectionAdapter=e.Decorate(Z.selectionAdapter,F)}if(typeof Z.language==="string"){if(Z.language.indexOf("-")>0){var O=Z.language.split("-");var Q=O[0];Z.language=[Z.language,Q]}else{Z.language=[Z.language]}}if(g.isArray(Z.language)){var N=new u();Z.language.push("en");var W=Z.language;for(var M=0;M0){var L=g.extend(true,{},P);for(var S=P.children.length-1;S>=0;S--){var R=P.children[S];var O=J(Q,R);if(O==null){L.children.splice(S,1)}}if(L.children.length>0){return L}return J(Q,L)}var N=K(P.text).toUpperCase();var M=K(Q.term).toUpperCase();if(N.indexOf(M)==0){return P}return null}this.defaults={amdBase:"./",amdLanguageBase:"./i18n/",closeOnSelect:true,debug:false,dropdownAutoWidth:false,escapeMarkup:e.escapeMarkup,language:y,matcher:J,minimumInputLength:0,maximumInputLength:0,maximumSelectionLength:0,minimumResultsForSearch:0,selectOnClose:false,sorter:function(L){return L},templateResult:function(L){return L.text},templateSelection:function(L){return L.text},theme:"default",width:"resolve"}};p.prototype.set=function(K,M){var J=g.camelCase(K);var L={};L[J]=M;var N=e._convertData(L);g.extend(this.defaults,N)};var n=new p();return n});d.define("select2/options",["require","jquery","./defaults","./utils"],function(f,h,i,g){function e(l,j){this.options=l;if(j!=null){this.fromElement(j)}this.options=i.apply(this.options);if(j&&j.is("input")){var k=f(this.get("amdBase")+"compat/inputData");this.options.dataAdapter=g.Decorate(this.options.dataAdapter,k)}}e.prototype.fromElement=function(j){var l=["select2"];if(this.options.multiple==null){this.options.multiple=j.prop("multiple")}if(this.options.disabled==null){this.options.disabled=j.prop("disabled")}if(this.options.language==null){if(j.prop("lang")){this.options.language=j.prop("lang").toLowerCase()}else{if(j.closest("[lang]").prop("lang")){this.options.language=j.closest("[lang]").prop("lang")}}}if(this.options.dir==null){if(j.prop("dir")){this.options.dir=j.prop("dir")}else{if(j.closest("[dir]").prop("dir")){this.options.dir=j.closest("[dir]").prop("dir")}else{this.options.dir="ltr"}}}j.prop("disabled",this.options.disabled);j.prop("multiple",this.options.multiple);if(j.data("select2Tags")){if(this.options.debug&&window.console&&console.warn){console.warn('Select2: The `data-select2-tags` attribute has been changed to use the `data-data` and `data-tags="true"` attributes and will be removed in future versions of Select2.')}j.data("data",j.data("select2Tags"));j.data("tags",true)}if(j.data("ajaxUrl")){if(this.options.debug&&window.console&&console.warn){console.warn("Select2: The `data-ajax-url` attribute has been changed to `data-ajax--url` and support for the old attribute will be removed in future versions of Select2.")}j.attr("ajax--url",j.data("ajaxUrl"));j.data("ajax--url",j.data("ajaxUrl"))}var n={};if(h.fn.jquery&&h.fn.jquery.substr(0,2)=="1."&&j[0].dataset){n=h.extend(true,{},j[0].dataset,j.data())}else{n=j.data()}var m=h.extend(true,{},n);m=g._convertData(m);for(var k in m){if(h.inArray(k,l)>-1){continue}if(h.isPlainObject(this.options[k])){h.extend(this.options[k],m[k])}else{this.options[k]=m[k]}}return this};e.prototype.get=function(j){return this.options[j]};e.prototype.set=function(j,k){this.options[j]=k};return e});d.define("select2/core",["jquery","./options","./utils","./keys"],function(i,g,h,e){var f=function(o,r){if(o.data("select2")!=null){o.data("select2").destroy()}this.$element=o;this.id=this._generateId(o);r=r||{};this.options=new g(r,o);f.__super__.constructor.call(this);var m=o.attr("tabindex")||0;o.data("old-tabindex",m);o.attr("tabindex","-1");var l=this.options.get("dataAdapter");this.dataAdapter=new l(o,this.options);var q=this.render();this._placeContainer(q);var n=this.options.get("selectionAdapter");this.selection=new n(o,this.options);this.$selection=this.selection.render();this.selection.position(this.$selection,q);var j=this.options.get("dropdownAdapter");this.dropdown=new j(o,this.options);this.$dropdown=this.dropdown.render();this.dropdown.position(this.$dropdown,q);var k=this.options.get("resultsAdapter");this.results=new k(o,this.options,this.dataAdapter);this.$results=this.results.render();this.results.position(this.$results,this.$dropdown);var p=this;this._bindAdapters();this._registerDomEvents();this._registerDataEvents();this._registerSelectionEvents();this._registerDropdownEvents();this._registerResultsEvents();this._registerEvents();this.dataAdapter.current(function(s){p.trigger("selection:update",{data:s})});o.addClass("select2-hidden-accessible");o.attr("aria-hidden","true");this._syncAttributes();o.data("select2",this)};h.Extend(f,h.Observable);f.prototype._generateId=function(j){var k="";if(j.attr("id")!=null){k=j.attr("id")}else{if(j.attr("name")!=null){k=j.attr("name")+"-"+h.generateChars(2)}else{k=h.generateChars(4)}}k=k.replace(/(:|\.|\[|\]|,)/g,"");k="select2-"+k;return k};f.prototype._placeContainer=function(k){k.insertAfter(this.$element);var j=this._resolveWidth(this.$element,this.options.get("width"));if(j!=null){k.css("width",j)}};f.prototype._resolveWidth=function(u,j){var s=/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;if(j=="resolve"){var n=this._resolveWidth(u,"style");if(n!=null){return n}return this._resolveWidth(u,"element")}if(j=="element"){var r=u.outerWidth(false);if(r<=0){return"auto"}return r+"px"}if(j=="style"){var k=u.attr("style");if(typeof(k)!=="string"){return null}var t=k.split(";");for(var o=0,m=t.length;o=1){return p[1]}}return null}return j};f.prototype._bindAdapters=function(){this.dataAdapter.bind(this,this.$container);this.selection.bind(this,this.$container);this.dropdown.bind(this,this.$container);this.results.bind(this,this.$container)};f.prototype._registerDomEvents=function(){var k=this;this.$element.on("change.select2",function(){k.dataAdapter.current(function(l){k.trigger("selection:update",{data:l})})});this.$element.on("focus.select2",function(l){k.trigger("focus",l)});this._syncA=h.bind(this._syncAttributes,this);this._syncS=h.bind(this._syncSubtree,this);if(this.$element[0].attachEvent){this.$element[0].attachEvent("onpropertychange",this._syncA)}var j=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;if(j!=null){this._observer=new j(function(l){i.each(l,k._syncA);i.each(l,k._syncS)});this._observer.observe(this.$element[0],{attributes:true,childList:true,subtree:false})}else{if(this.$element[0].addEventListener){this.$element[0].addEventListener("DOMAttrModified",k._syncA,false);this.$element[0].addEventListener("DOMNodeInserted",k._syncS,false);this.$element[0].addEventListener("DOMNodeRemoved",k._syncS,false)}}};f.prototype._registerDataEvents=function(){var j=this;this.dataAdapter.on("*",function(k,l){j.trigger(k,l)})};f.prototype._registerSelectionEvents=function(){var j=this;var k=["toggle","focus"];this.selection.on("toggle",function(){j.toggleDropdown()});this.selection.on("focus",function(l){j.focus(l)});this.selection.on("*",function(l,m){if(i.inArray(l,k)!==-1){return}j.trigger(l,m)})};f.prototype._registerDropdownEvents=function(){var j=this;this.dropdown.on("*",function(k,l){j.trigger(k,l)})};f.prototype._registerResultsEvents=function(){var j=this;this.results.on("*",function(k,l){j.trigger(k,l)})};f.prototype._registerEvents=function(){var j=this;this.on("open",function(){j.$container.addClass("select2-container--open")});this.on("close",function(){j.$container.removeClass("select2-container--open")});this.on("enable",function(){j.$container.removeClass("select2-container--disabled")});this.on("disable",function(){j.$container.addClass("select2-container--disabled")});this.on("blur",function(){j.$container.removeClass("select2-container--focus")});this.on("query",function(k){if(!j.isOpen()){j.trigger("open",{})}this.dataAdapter.query(k,function(l){j.trigger("results:all",{data:l,query:k})})});this.on("query:append",function(k){this.dataAdapter.query(k,function(l){j.trigger("results:append",{data:l,query:k})})});this.on("keypress",function(k){var l=k.which;if(j.isOpen()){if(l===e.ESC||l===e.TAB||(l===e.UP&&k.altKey)){j.close();k.preventDefault()}else{if(l===e.ENTER){j.trigger("results:select",{});k.preventDefault()}else{if((l===e.SPACE&&k.ctrlKey)){j.trigger("results:toggle",{});k.preventDefault()}else{if(l===e.UP){j.trigger("results:previous",{});k.preventDefault()}else{if(l===e.DOWN){j.trigger("results:next",{});k.preventDefault()}}}}}}else{if(l===e.ENTER||l===e.SPACE||(l===e.DOWN&&k.altKey)){j.open();k.preventDefault()}}})};f.prototype._syncAttributes=function(){this.options.set("disabled",this.$element.prop("disabled"));if(this.options.get("disabled")){if(this.isOpen()){this.close()}this.trigger("disable",{})}else{this.trigger("enable",{})}};f.prototype._syncSubtree=function(k,j){var o=false;var l=this;if(k&&k.target&&(k.target.nodeName!=="OPTION"&&k.target.nodeName!=="OPTGROUP")){return}if(!j){o=true}else{if(j.addedNodes&&j.addedNodes.length>0){for(var p=0;p0){o=true}}}if(o){this.dataAdapter.current(function(n){l.trigger("selection:update",{data:n})})}};f.prototype.trigger=function(m,l){var n=f.__super__.trigger;var o={open:"opening",close:"closing",select:"selecting",unselect:"unselecting"};if(l===undefined){l={}}if(m in o){var k=o[m];var j={prevented:false,name:m,args:l};n.call(this,k,j);if(j.prevented){l.prevented=true;return}}n.call(this,m,l)};f.prototype.toggleDropdown=function(){if(this.options.get("disabled")){return}if(this.isOpen()){this.close()}else{this.open()}};f.prototype.open=function(){if(this.isOpen()){return}this.trigger("query",{})};f.prototype.close=function(){if(!this.isOpen()){return}this.trigger("close",{})};f.prototype.isOpen=function(){return this.$container.hasClass("select2-container--open")};f.prototype.hasFocus=function(){return this.$container.hasClass("select2-container--focus")};f.prototype.focus=function(j){if(this.hasFocus()){return}this.$container.addClass("select2-container--focus");this.trigger("focus",{})};f.prototype.enable=function(j){if(this.options.get("debug")&&window.console&&console.warn){console.warn('Select2: The `select2("enable")` method has been deprecated and will be removed in later Select2 versions. Use $element.prop("disabled") instead.')}if(j==null||j.length===0){j=[true]}var k=!j[0];this.$element.prop("disabled",k)};f.prototype.data=function(){if(this.options.get("debug")&&arguments.length>0&&window.console&&console.warn){console.warn('Select2: Data can no longer be set using `select2("data")`. You should consider setting the value instead using `$element.val()`.')}var j=[];this.dataAdapter.current(function(k){j=k});return j};f.prototype.val=function(k){if(this.options.get("debug")&&window.console&&console.warn){console.warn('Select2: The `select2("val")` method has been deprecated and will be removed in later Select2 versions. Use $element.val() instead.')}if(k==null||k.length===0){return this.$element.val()}var j=k[0];if(i.isArray(j)){j=i.map(j,function(l){return l.toString()})}this.$element.val(j).trigger("change")};f.prototype.destroy=function(){this.$container.remove();if(this.$element[0].detachEvent){this.$element[0].detachEvent("onpropertychange",this._syncA)}if(this._observer!=null){this._observer.disconnect();this._observer=null}else{if(this.$element[0].removeEventListener){this.$element[0].removeEventListener("DOMAttrModified",this._syncA,false);this.$element[0].removeEventListener("DOMNodeInserted",this._syncS,false);this.$element[0].removeEventListener("DOMNodeRemoved",this._syncS,false)}}this._syncA=null;this._syncS=null;this.$element.off(".select2");this.$element.attr("tabindex",this.$element.data("old-tabindex"));this.$element.removeClass("select2-hidden-accessible");this.$element.attr("aria-hidden","false");this.$element.removeData("select2");this.dataAdapter.destroy();this.selection.destroy();this.dropdown.destroy();this.results.destroy();this.dataAdapter=null;this.selection=null;this.dropdown=null;this.results=null};f.prototype.render=function(){var j=i('');j.attr("dir",this.options.get("dir"));this.$container=j;this.$container.addClass("select2-container--"+this.options.get("theme"));j.data("element",this.$element);return j};return f});d.define("select2/compat/utils",["jquery"],function(f){function e(l,g,h){var j,k=[],i;j=f.trim(l.attr("class"));if(j){j=""+j;f(j.split(/\s+/)).each(function(){if(this.indexOf("select2-")===0){k.push(this)}})}j=f.trim(g.attr("class"));if(j){j=""+j;f(j.split(/\s+/)).each(function(){if(this.indexOf("select2-")!==0){i=h(this);if(i!=null){k.push(i)}}})}l.attr("class",k.join(" "))}return{syncCssClasses:e}});d.define("select2/compat/containerCss",["jquery","./utils"],function(h,e){function g(i){return null}function f(){}f.prototype.render=function(k){var m=k.call(this);var i=this.options.get("containerCssClass")||"";if(h.isFunction(i)){i=i(this.$element)}var l=this.options.get("adaptContainerCssClass");l=l||g;if(i.indexOf(":all:")!==-1){i=i.replace(":all:","");var n=l;l=function(o){var p=n(o);if(p!=null){return p+" "+o}return o}}var j=this.options.get("containerCss")||{};if(h.isFunction(j)){j=j(this.$element)}e.syncCssClasses(m,this.$element,l);m.css(j);m.addClass(i);return m};return f});d.define("select2/compat/dropdownCss",["jquery","./utils"],function(h,f){function g(i){return null}function e(){}e.prototype.render=function(k){var m=k.call(this);var i=this.options.get("dropdownCssClass")||"";if(h.isFunction(i)){i=i(this.$element)}var j=this.options.get("adaptDropdownCssClass");j=j||g;if(i.indexOf(":all:")!==-1){i=i.replace(":all:","");var n=j;j=function(o){var p=n(o);if(p!=null){return p+" "+o}return o}}var l=this.options.get("dropdownCss")||{};if(h.isFunction(l)){l=l(this.$element)}f.syncCssClasses(m,this.$element,j);m.css(l);m.addClass(i);return m};return e});d.define("select2/compat/initSelection",["jquery"],function(f){function e(i,g,h){if(h.get("debug")&&window.console&&console.warn){console.warn("Select2: The `initSelection` option has been deprecated in favor of a custom data adapter that overrides the `current` method. This method is now called multiple times instead of a single time when the instance is initialized. Support will be removed for the `initSelection` option in future versions of Select2")}this.initSelection=h.get("initSelection");this._isInitialized=false;i.call(this,g,h)}e.prototype.current=function(h,i){var g=this;if(this._isInitialized){h.call(this,i);return}this.initSelection.call(null,this.$element,function(j){g._isInitialized=true;if(!f.isArray(j)){j=[j]}i(j)})};return e});d.define("select2/compat/inputData",["jquery"],function(f){function e(i,g,h){this._currentData=[];this._valueSeparator=h.get("valueSeparator")||",";if(g.prop("type")==="hidden"){if(h.get("debug")&&console&&console.warn){console.warn("Select2: Using a hidden input with Select2 is no longer supported and may stop working in the future. It is recommended to use a `',""],thead:[1,"","
          "],col:[2,"","
          "],tr:[2,"","
          "],td:[3,"","
          "],_default:[0,"",""]};ga.optgroup=ga.option;ga.tbody=ga.tfoot=ga.colgroup=ga.caption=ga.thead;ga.th=ga.td;var La=Q.prototype={ready:function(b){function a(){c||(c=!0,b())}var c=!1;"complete"===X.readyState?setTimeout(a):(this.on("DOMContentLoaded",a),Q(P).on("load",a))}, toString:function(){var b=[];s(this,function(a){b.push(""+a)});return"["+b.join(", ")+"]"},eq:function(b){return 0<=b?C(this[b]):C(this[this.length+b])},length:0,push:Of,sort:[].sort,splice:[].splice},Fb={};s("multiple selected checked disabled readOnly required open".split(" "),function(b){Fb[R(b)]=b});var Nc={};s("input select option textarea button form details".split(" "),function(b){Nc[b]=!0});var Oc={ngMinlength:"minlength",ngMaxlength:"maxlength",ngMin:"min",ngMax:"max",ngPattern:"pattern"}; s({data:Wb,removeData:yb},function(b,a){Q[a]=b});s({data:Wb,inheritedData:Eb,scope:function(b){return C.data(b,"$scope")||Eb(b.parentNode||b,["$isolateScope","$scope"])},isolateScope:function(b){return C.data(b,"$isolateScope")||C.data(b,"$isolateScopeNoTemplate")},controller:Jc,injector:function(b){return Eb(b,"$injector")},removeAttr:function(b,a){b.removeAttribute(a)},hasClass:Bb,css:function(b,a,c){a=db(a);if(y(c))b.style[a]=c;else return b.style[a]},attr:function(b,a,c){var d=R(a);if(Fb[d])if(y(c))c? (b[a]=!0,b.setAttribute(a,d)):(b[a]=!1,b.removeAttribute(d));else return b[a]||(b.attributes.getNamedItem(a)||B).specified?d:u;else if(y(c))b.setAttribute(a,c);else if(b.getAttribute)return b=b.getAttribute(a,2),null===b?u:b},prop:function(b,a,c){if(y(c))b[a]=c;else return b[a]},text:function(){function b(a,b){if(z(b)){var d=a.nodeType;return d===na||d===qb?a.textContent:""}a.textContent=b}b.$dv="";return b}(),val:function(b,a){if(z(a)){if(b.multiple&&"select"===ta(b)){var c=[];s(b.options,function(a){a.selected&& c.push(a.value||a.text)});return 0===c.length?null:c}return b.value}b.value=a},html:function(b,a){if(z(a))return b.innerHTML;xb(b,!0);b.innerHTML=a},empty:Kc},function(b,a){Q.prototype[a]=function(a,d){var e,f,g=this.length;if(b!==Kc&&(2==b.length&&b!==Bb&&b!==Jc?a:d)===u){if(J(a)){for(e=0;e":function(a,c,d,e){return d(a,c)>e(a,c)},"<=":function(a,c,d,e){return d(a,c)<=e(a,c)},">=":function(a, c,d,e){return d(a,c)>=e(a,c)},"&&":function(a,c,d,e){return d(a,c)&&e(a,c)},"||":function(a,c,d,e){return d(a,c)||e(a,c)},"!":function(a,c,d){return!d(a,c)},"=":!0,"|":!0}),Yf={n:"\n",f:"\f",r:"\r",t:"\t",v:"\v","'":"'",'"':'"'},hc=function(a){this.options=a};hc.prototype={constructor:hc,lex:function(a){this.text=a;this.index=0;for(this.tokens=[];this.index=a&&"string"===typeof a},isWhitespace:function(a){return" "===a||"\r"===a||"\t"===a||"\n"===a||"\v"===a||"\u00a0"===a},isIdent:function(a){return"a"<=a&&"z">=a||"A"<=a&&"Z">=a||"_"===a||"$"===a},isExpOperator:function(a){return"-"===a||"+"===a||this.isNumber(a)},throwError:function(a,c,d){d=d||this.index;c=y(c)?"s "+c+"-"+this.index+" ["+this.text.substring(c,d)+"]":" "+d;throw ka("lexerr",a,c,this.text); },readNumber:function(){for(var a="",c=this.index;this.indexa){a=this.tokens[a];var g=a.text;if(g===c||g===d||g===e||g=== f||!(c||d||e||f))return a}return!1},expect:function(a,c,d,e){return(a=this.peek(a,c,d,e))?(this.tokens.shift(),a):!1},consume:function(a){if(0===this.tokens.length)throw ka("ueoe",this.text);var c=this.expect(a);c||this.throwError("is unexpected, expecting ["+a+"]",this.peek());return c},unaryFn:function(a,c){var d=nb[a];return w(function(a,f){return d(a,f,c)},{constant:c.constant,inputs:[c]})},binaryFn:function(a,c,d,e){var f=nb[c];return w(function(c,e){return f(c,e,a,d)},{constant:a.constant&& d.constant,inputs:!e&&[a,d]})},identifier:function(){for(var a=this.consume().text;this.peek(".")&&this.peekAhead(1).identifier&&!this.peekAhead(2,"(");)a+=this.consume().text+this.consume().text;return yf(a,this.options,this.text)},constant:function(){var a=this.consume().value;return w(function(){return a},{constant:!0,literal:!0})},statements:function(){for(var a=[];;)if(0","<=",">=");)a=this.binaryFn(a,c.text, this.additive());return a},additive:function(){for(var a=this.multiplicative(),c;c=this.expect("+","-");)a=this.binaryFn(a,c.text,this.multiplicative());return a},multiplicative:function(){for(var a=this.unary(),c;c=this.expect("*","/","%");)a=this.binaryFn(a,c.text,this.unary());return a},unary:function(){var a;return this.expect("+")?this.primary():(a=this.expect("-"))?this.binaryFn(ib.ZERO,a.text,this.unary()):(a=this.expect("!"))?this.unaryFn(a.text,this.unary()):this.primary()},fieldAccess:function(a){var c= this.identifier();return w(function(d,e,f){d=f||a(d,e);return null==d?u:c(d)},{assign:function(d,e,f){var g=a(d,f);g||a.assign(d,g={},f);return c.assign(g,e)}})},objectIndex:function(a){var c=this.text,d=this.expression();this.consume("]");return w(function(e,f){var g=a(e,f),h=d(e,f);sa(h,c);return g?la(g[h],c):u},{assign:function(e,f,g){var h=sa(d(e,g),c),l=la(a(e,g),c);l||a.assign(e,l={},g);return l[h]=f}})},functionCall:function(a,c){var d=[];if(")"!==this.peekToken().text){do d.push(this.expression()); while(this.expect(","))}this.consume(")");var e=this.text,f=d.length?[]:null;return function(g,h){var l=c?c(g,h):y(c)?u:g,k=a(g,h,l)||B;if(f)for(var m=d.length;m--;)f[m]=la(d[m](g,h),e);la(l,e);if(k){if(k.constructor===k)throw ka("isecfn",e);if(k===Vf||k===Wf||k===Xf)throw ka("isecff",e);}l=k.apply?k.apply(l,f):k(f[0],f[1],f[2],f[3],f[4]);f&&(f.length=0);return la(l,e)}},arrayDeclaration:function(){var a=[];if("]"!==this.peekToken().text){do{if(this.peek("]"))break;a.push(this.expression())}while(this.expect(",")) }this.consume("]");return w(function(c,d){for(var e=[],f=0,g=a.length;fa.getHours()?c.AMPMS[0]:c.AMPMS[1]},Z:function(a){a=-1*a.getTimezoneOffset();return a=(0<=a?"+":"")+(Jb(Math[0=h};d.$observe("min",function(a){y(a)&&!V(a)&&(a=parseFloat(a,10));h=V(a)&&!isNaN(a)?a:u;e.$validate()})}if(y(d.max)|| d.ngMax){var l;e.$validators.max=function(a){return e.$isEmpty(a)||z(l)||a<=l};d.$observe("max",function(a){y(a)&&!V(a)&&(a=parseFloat(a,10));l=V(a)&&!isNaN(a)?a:u;e.$validate()})}},url:function(a,c,d,e,f,g){jb(a,c,d,e,f,g);ic(e);e.$$parserName="url";e.$validators.url=function(a,c){var d=a||c;return e.$isEmpty(d)||Zf.test(d)}},email:function(a,c,d,e,f,g){jb(a,c,d,e,f,g);ic(e);e.$$parserName="email";e.$validators.email=function(a,c){var d=a||c;return e.$isEmpty(d)||$f.test(d)}},radio:function(a,c, d,e){z(d.name)&&c.attr("name",++ob);c.on("click",function(a){c[0].checked&&e.$setViewValue(d.value,a&&a.type)});e.$render=function(){c[0].checked=d.value==e.$viewValue};d.$observe("value",e.$render)},checkbox:function(a,c,d,e,f,g,h,l){var k=ud(l,a,"ngTrueValue",d.ngTrueValue,!0),m=ud(l,a,"ngFalseValue",d.ngFalseValue,!1);c.on("click",function(a){e.$setViewValue(c[0].checked,a&&a.type)});e.$render=function(){c[0].checked=e.$viewValue};e.$isEmpty=function(a){return!1===a};e.$formatters.push(function(a){return ea(a, k)});e.$parsers.push(function(a){return a?k:m})},hidden:B,button:B,submit:B,reset:B,file:B},yc=["$browser","$sniffer","$filter","$parse",function(a,c,d,e){return{restrict:"E",require:["?ngModel"],link:{pre:function(f,g,h,l){l[0]&&(Dd[R(h.type)]||Dd.text)(f,g,h,l[0],c,a,d,e)}}}}],bg=/^(true|false|\d+)$/,ye=function(){return{restrict:"A",priority:100,compile:function(a,c){return bg.test(c.ngValue)?function(a,c,f){f.$set("value",a.$eval(f.ngValue))}:function(a,c,f){a.$watch(f.ngValue,function(a){f.$set("value", a)})}}}},Zd=["$compile",function(a){return{restrict:"AC",compile:function(c){a.$$addBindingClass(c);return function(c,e,f){a.$$addBindingInfo(e,f.ngBind);e=e[0];c.$watch(f.ngBind,function(a){e.textContent=a===u?"":a})}}}}],ae=["$interpolate","$compile",function(a,c){return{compile:function(d){c.$$addBindingClass(d);return function(d,f,g){d=a(f.attr(g.$attr.ngBindTemplate));c.$$addBindingInfo(f,d.expressions);f=f[0];g.$observe("ngBindTemplate",function(a){f.textContent=a===u?"":a})}}}}],$d=["$sce", "$parse","$compile",function(a,c,d){return{restrict:"A",compile:function(e,f){var g=c(f.ngBindHtml),h=c(f.ngBindHtml,function(a){return(a||"").toString()});d.$$addBindingClass(e);return function(c,e,f){d.$$addBindingInfo(e,f.ngBindHtml);c.$watch(h,function(){e.html(a.getTrustedHtml(g(c))||"")})}}}}],xe=da({restrict:"A",require:"ngModel",link:function(a,c,d,e){e.$viewChangeListeners.push(function(){a.$eval(d.ngChange)})}}),be=jc("",!0),de=jc("Odd",0),ce=jc("Even",1),ee=Ja({compile:function(a,c){c.$set("ngCloak", u);a.removeClass("ng-cloak")}}),fe=[function(){return{restrict:"A",scope:!0,controller:"@",priority:500}}],Dc={},cg={blur:!0,focus:!0};s("click dblclick mousedown mouseup mouseover mouseout mousemove mouseenter mouseleave keydown keyup keypress submit focus blur copy cut paste".split(" "),function(a){var c=ya("ng-"+a);Dc[c]=["$parse","$rootScope",function(d,e){return{restrict:"A",compile:function(f,g){var h=d(g[c],null,!0);return function(c,d){d.on(a,function(d){var f=function(){h(c,{$event:d})}; cg[a]&&e.$$phase?c.$evalAsync(f):c.$apply(f)})}}}}]});var ie=["$animate",function(a){return{multiElement:!0,transclude:"element",priority:600,terminal:!0,restrict:"A",$$tlb:!0,link:function(c,d,e,f,g){var h,l,k;c.$watch(e.ngIf,function(c){c?l||g(function(c,f){l=f;c[c.length++]=X.createComment(" end ngIf: "+e.ngIf+" ");h={clone:c};a.enter(c,d.parent(),d)}):(k&&(k.remove(),k=null),l&&(l.$destroy(),l=null),h&&(k=ub(h.clone),a.leave(k).then(function(){k=null}),h=null))})}}}],je=["$templateRequest","$anchorScroll", "$animate","$sce",function(a,c,d,e){return{restrict:"ECA",priority:400,terminal:!0,transclude:"element",controller:aa.noop,compile:function(f,g){var h=g.ngInclude||g.src,l=g.onload||"",k=g.autoscroll;return function(f,g,q,s,r){var u=0,w,n,D,H=function(){n&&(n.remove(),n=null);w&&(w.$destroy(),w=null);D&&(d.leave(D).then(function(){n=null}),n=D,D=null)};f.$watch(e.parseAsResourceUrl(h),function(e){var h=function(){!y(k)||k&&!f.$eval(k)||c()},n=++u;e?(a(e,!0).then(function(a){if(n===u){var c=f.$new(); s.template=a;a=r(c,function(a){H();d.enter(a,null,g).then(h)});w=c;D=a;w.$emit("$includeContentLoaded",e);f.$eval(l)}},function(){n===u&&(H(),f.$emit("$includeContentError",e))}),f.$emit("$includeContentRequested",e)):(H(),s.template=null)})}}}}],Ae=["$compile",function(a){return{restrict:"ECA",priority:-400,require:"ngInclude",link:function(c,d,e,f){/SVG/.test(d[0].toString())?(d.empty(),a(Gc(f.template,X).childNodes)(c,function(a){d.append(a)},{futureParentElement:d})):(d.html(f.template),a(d.contents())(c))}}}], ke=Ja({priority:450,compile:function(){return{pre:function(a,c,d){a.$eval(d.ngInit)}}}}),we=function(){return{restrict:"A",priority:100,require:"ngModel",link:function(a,c,d,e){var f=c.attr(d.$attr.ngList)||", ",g="false"!==d.ngTrim,h=g?T(f):f;e.$parsers.push(function(a){if(!z(a)){var c=[];a&&s(a.split(h),function(a){a&&c.push(g?T(a):a)});return c}});e.$formatters.push(function(a){return E(a)?a.join(f):u});e.$isEmpty=function(a){return!a||!a.length}}}},lb="ng-valid",vd="ng-invalid",Sa="ng-pristine", Mb="ng-dirty",xd="ng-pending",Ob=new M("ngModel"),dg=["$scope","$exceptionHandler","$attrs","$element","$parse","$animate","$timeout","$rootScope","$q","$interpolate",function(a,c,d,e,f,g,h,l,k,m){this.$modelValue=this.$viewValue=Number.NaN;this.$$rawModelValue=u;this.$validators={};this.$asyncValidators={};this.$parsers=[];this.$formatters=[];this.$viewChangeListeners=[];this.$untouched=!0;this.$touched=!1;this.$pristine=!0;this.$dirty=!1;this.$valid=!0;this.$invalid=!1;this.$error={};this.$$success= {};this.$pending=u;this.$name=m(d.name||"",!1)(a);var p=f(d.ngModel),q=p.assign,t=p,r=q,w=null,C,n=this;this.$$setOptions=function(a){if((n.$options=a)&&a.getterSetter){var c=f(d.ngModel+"()"),g=f(d.ngModel+"($$$p)");t=function(a){var d=p(a);G(d)&&(d=c(a));return d};r=function(a,c){G(p(a))?g(a,{$$$p:n.$modelValue}):q(a,n.$modelValue)}}else if(!p.assign)throw Ob("nonassign",d.ngModel,ua(e));};this.$render=B;this.$isEmpty=function(a){return z(a)||""===a||null===a||a!==a};var D=e.inheritedData("$formController")|| Lb,H=0;sd({ctrl:this,$element:e,set:function(a,c){a[c]=!0},unset:function(a,c){delete a[c]},parentForm:D,$animate:g});this.$setPristine=function(){n.$dirty=!1;n.$pristine=!0;g.removeClass(e,Mb);g.addClass(e,Sa)};this.$setDirty=function(){n.$dirty=!0;n.$pristine=!1;g.removeClass(e,Sa);g.addClass(e,Mb);D.$setDirty()};this.$setUntouched=function(){n.$touched=!1;n.$untouched=!0;g.setClass(e,"ng-untouched","ng-touched")};this.$setTouched=function(){n.$touched=!0;n.$untouched=!1;g.setClass(e,"ng-touched", "ng-untouched")};this.$rollbackViewValue=function(){h.cancel(w);n.$viewValue=n.$$lastCommittedViewValue;n.$render()};this.$validate=function(){if(!V(n.$modelValue)||!isNaN(n.$modelValue)){var a=n.$$rawModelValue,c=n.$valid,d=n.$modelValue,e=n.$options&&n.$options.allowInvalid;n.$$runValidators(a,n.$$lastCommittedViewValue,function(f){e||c===f||(n.$modelValue=f?a:u,n.$modelValue!==d&&n.$$writeModelToScope())})}};this.$$runValidators=function(a,c,d){function e(){var d=!0;s(n.$validators,function(e, f){var h=e(a,c);d=d&&h;g(f,h)});return d?!0:(s(n.$asyncValidators,function(a,c){g(c,null)}),!1)}function f(){var d=[],e=!0;s(n.$asyncValidators,function(f,h){var k=f(a,c);if(!k||!G(k.then))throw Ob("$asyncValidators",k);g(h,u);d.push(k.then(function(){g(h,!0)},function(a){e=!1;g(h,!1)}))});d.length?k.all(d).then(function(){h(e)},B):h(!0)}function g(a,c){l===H&&n.$setValidity(a,c)}function h(a){l===H&&d(a)}H++;var l=H;(function(){var a=n.$$parserName||"parse";if(C===u)g(a,null);else return C||(s(n.$validators, function(a,c){g(c,null)}),s(n.$asyncValidators,function(a,c){g(c,null)})),g(a,C),C;return!0})()?e()?f():h(!1):h(!1)};this.$commitViewValue=function(){var a=n.$viewValue;h.cancel(w);if(n.$$lastCommittedViewValue!==a||""===a&&n.$$hasNativeValidators)n.$$lastCommittedViewValue=a,n.$pristine&&this.$setDirty(),this.$$parseAndValidate()};this.$$parseAndValidate=function(){var c=n.$$lastCommittedViewValue;if(C=z(c)?u:!0)for(var d=0;dA;)d=u.pop(),m(O,d.label,!1),d.element.remove()}for(;P.length> x;){l=P.pop();for(A=1;Aa&&q.removeOption(c)})}var v;if(!(v=r.match(d)))throw fg("iexp",r,ua(f));var C=c(v[2]||v[1]),B=v[4]||v[6],x=/ as /.test(v[0])&&v[1],z=x?c(x):null,G=v[5],J=c(v[3]||""),A=c(v[2]?v[1]:B),N=c(v[7]),K=v[8]?c(v[8]):null,Q={},P=[[{element:f,label:""}]],R={};w&&(a(w)(e),w.removeClass("ng-scope"),w.remove());f.empty();f.on("change",function(){e.$apply(function(){var a=N(e)||[],c;if(t)c=[],s(f.val(), function(d){d=K?Q[d]:d;c.push("?"===d?u:""===d?null:h(z?z:A,d,a[d]))});else{var d=K?Q[f.val()]:f.val();c="?"===d?u:""===d?null:h(z?z:A,d,a[d])}g.$setViewValue(c);p()})});g.$render=p;e.$watchCollection(N,l);e.$watchCollection(function(){var a=N(e),c;if(a&&E(a)){c=Array(a.length);for(var d=0,f=a.length;df||e.$isEmpty(c)||c.length<=f}}}}},Bc=function(){return{restrict:"A",require:"?ngModel",link:function(a,c,d,e){if(e){var f=0;d.$observe("minlength",function(a){f=$(a)||0;e.$validate()});e.$validators.minlength=function(a,c){return e.$isEmpty(c)||c.length>=f}}}}};P.angular.bootstrap?console.log("WARNING: Tried to load angular more than once."):(Nd(),Pd(aa),C(X).ready(function(){Jd(X,tc)}))})(window,document);!window.angular.$$csp()&&window.angular.element(document).find("head").prepend(''); //# sourceMappingURL=angular.min.js.map try{window.FB||(function(window,fb_fif_window){var apply=Function.prototype.apply;function bindContext(fn,thisArg){return function _sdkBound(){return apply.call(fn,thisArg,arguments)}}var global={__type:"JS_SDK_SANDBOX",window:window,document:window.document};var sandboxWhitelist=["setTimeout","setInterval","clearTimeout","clearInterval"];for(var i=0;i1?Number(arguments[1]):0;if(isNaN(k)){k=0}var l=Math.min(Math.max(k,0),j.length);return j.indexOf(String(i),k)==l};h.endsWith=function(i){var j=String(this);if(this==null){throw new TypeError("String.prototype.endsWith called on null or undefined")}var k=j.length,l=String(i),m=arguments.length>1?Number(arguments[1]):k;if(isNaN(m)){m=0}var n=Math.min(Math.max(m,0),k),o=n-l.length;if(o<0){return false}return j.lastIndexOf(l,o)==o};h.includes=function(i){if(this==null){throw new TypeError("String.prototype.contains called on null or undefined")}var j=String(this),k=arguments.length>1?Number(arguments[1]):0;if(isNaN(k)){k=0}return j.indexOf(String(i),k)!=-1};h.contains=h.includes;h.repeat=function(i){if(this==null){throw new TypeError("String.prototype.repeat called on null or undefined")}var j=String(this),k=i?Number(i):0;if(isNaN(k)){k=0}if(k<0||k===Infinity){throw RangeError()}if(k===1){return j}if(k===0){return""}var l="";while(k){if(k&1){l+=j}if(k>>=1){j+=j}}return l};f.exports=h}),null);__d("ES6Array",[],(function a(b,c,d,e,f,g){var h={from:function i(j){if(j==null){throw new TypeError("Object is null or undefined")}var k=arguments[1],l=arguments[2],m=this,n=Object(j),o=typeof Symbol==="function"?typeof Symbol==="function"?Symbol.iterator:"@@iterator":"@@iterator",p=typeof k==="function",q=typeof n[o]==="function",r=0,s=void 0,t=void 0;if(q){s=typeof m==="function"?new m():[];var u=n[o](),v=void 0;while(!(v=u.next()).done){t=v.value;if(p){t=k.call(l,t,r)}s[r]=t;r+=1}s.length=r;return s}var w=n.length;if(isNaN(w)||w<0){w=0}s=typeof m==="function"?new m(w):new Array(w);while(r>>0;for(var n=0;n>>0,m=arguments[1],n=m>>0,o=n<0?Math.max(l+n,0):Math.min(n,l),p=arguments[2],q=p===undefined?l:p>>0,r=q<0?Math.max(l+q,0):Math.min(q,l);while(o9999?"+":"")+("00000"+Math.abs(k)).slice(0<=k&&k<=9999?-4:-6);return k+"-"+h(this.getUTCMonth()+1)+"-"+h(this.getUTCDate())+"T"+h(this.getUTCHours())+":"+h(this.getUTCMinutes())+":"+h(this.getUTCSeconds())+"."+(this.getUTCMilliseconds()/1000).toFixed(3).slice(2,5)+"Z"}};f.exports=i}),null);__d("ES6Number",[],(function a(b,c,d,e,f,g){var h=Math.pow(2,-52),i=Math.pow(2,53)-1,j=-1*i,k={isFinite:function(l){function m(n){return l.apply(this,arguments)}m.toString=function(){return l.toString()};return m}(function(l){return typeof l=="number"&&isFinite(l)}),isNaN:function(l){function m(n){return l.apply(this,arguments)}m.toString=function(){return l.toString()};return m}(function(l){return typeof l=="number"&&isNaN(l)}),isInteger:function l(m){return this.isFinite(m)&&Math.floor(m)===m},isSafeInteger:function l(m){return this.isFinite(m)&&m>=this.MIN_SAFE_INTEGER&&m<=this.MAX_SAFE_INTEGER&&Math.floor(m)===m},EPSILON:h,MAX_SAFE_INTEGER:i,MIN_SAFE_INTEGER:j};f.exports=k}),null);__d("ES6Object",["ie8DontEnum"],(function a(b,c,d,e,f,g,h){var i={}.hasOwnProperty,j={assign:function k(l){if(l==null){throw new TypeError("Object.assign target cannot be null or undefined")}l=Object(l);for(var m=arguments.length,n=Array(m>1?m-1:0),o=1;o1)))/4)-da((ga-1901+ha)/100)+da((ga-1601+ha)/400)}}if(typeof JSON=="object"&&JSON){l.stringify=JSON.stringify;l.parse=JSON.parse}if(n=typeof l.stringify=="function"&&!fa){(ca=function(){return 1}).toJSON=ca;try{n=l.stringify(0)==="0"&&l.stringify(new Number())==="0"&&l.stringify(new String())=='""'&&l.stringify(h)===k&&l.stringify(k)===k&&l.stringify()===k&&l.stringify(ca)==="1"&&l.stringify([ca])=="[1]"&&l.stringify([k])=="[null]"&&l.stringify(null)=="null"&&l.stringify([k,h,null])=="[null,null,null]"&&l.stringify({result:[ca,true,false,null,"\0\b\n\f\r\t"]})==m&&l.stringify(null,ca)==="1"&&l.stringify([1,2],null,1)=="[\n 1,\n 2\n]"&&l.stringify(new Date(-8640000000000000))=='"-271821-04-20T00:00:00.000Z"'&&l.stringify(new Date(8640000000000000))=='"+275760-09-13T00:00:00.000Z"'&&l.stringify(new Date(-62198755200000))=='"-000001-01-01T00:00:00.000Z"'&&l.stringify(new Date(-1))=='"1969-12-31T23:59:59.999Z"'}catch(ga){n=false}}if(typeof l.parse=="function"){try{if(l.parse("0")===0&&!l.parse(false)){ca=l.parse(m);if(s=ca.A.length==5&&ca.A[0]==1){try{s=!l.parse('"\t"')}catch(ga){}if(s){try{s=l.parse("01")!=1}catch(ga){}}}}}catch(ga){s=false}}ca=m=null;if(!n||!s){if(!(i={}.hasOwnProperty)){i=function(ga){var ha={},ia;if((ha.__proto__=null,ha.__proto__={toString:1},ha).toString!=h){i=function(ja){var ka=this.__proto__,la=ja in (this.__proto__=null,this);this.__proto__=ka;return la}}else{ia=ha.constructor;i=function(ja){var ka=(this.constructor||ia).prototype;return ja in this&&!(ja in ka&&this[ja]===ka[ja])}}ha=null;return i.call(this,ga)}}j=function(ga,ha){var ia=0,ja,ka,la,ma;(ja=function(){this.valueOf=0}).prototype.valueOf=0;ka=new ja();for(la in ka){if(i.call(ka,la)){ia++}}ja=ka=null;if(!ia){ka=["valueOf","toString","toLocaleString","propertyIsEnumerable","isPrototypeOf","hasOwnProperty","constructor"];ma=function(na,oa){var pa=h.call(na)=="[object Function]",qa,ra;for(qa in na){if(!(pa&&qa=="prototype")&&i.call(na,qa)){oa(qa)}}for(ra=ka.length;qa=ka[--ra];i.call(na,qa)&&oa(qa)){}}}else{if(ia==2){ma=function(na,oa){var pa={},qa=h.call(na)=="[object Function]",ra;for(ra in na){if(!(qa&&ra=="prototype")&&!i.call(pa,ra)&&(pa[ra]=1)&&i.call(na,ra)){oa(ra)}}}}else{ma=function(na,oa){var pa=h.call(na)=="[object Function]",qa,ra;for(qa in na){if(!(pa&&qa=="prototype")&&i.call(na,qa)&&!(ra=qa==="constructor")){oa(qa)}}if(ra||i.call(na,qa="constructor")){oa(qa)}}}}return ma(ga,ha)};if(!n){o={"\\":"\\\\",'"':'\\"',"\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t"};p=function(ga,ha){return("000000"+(ha||0)).slice(-ga)};q=function(ga){var ha='"',ia=0,ja;for(;ja=ga.charAt(ia);ia++){ha+='\\"\b\f\n\r\t'.indexOf(ja)>-1?o[ja]:ja<" "?"\\u00"+p(2,ja.charCodeAt(0).toString(16)):ja}return ha+'"'};r=function(ga,ha,ia,ja,ka,la,ma){var na=ha[ga],oa,pa,qa,ra,sa,ta,ua,va,wa,xa,ya,za,ab,bb,cb;if(typeof na=="object"&&na){oa=h.call(na);if(oa=="[object Date]"&&!i.call(na,"toJSON")){if(na>-1/0&&na<1/0){if(fa){ra=da(na/86400000);for(pa=da(ra/365.2425)+1970-1;fa(pa+1,0)<=ra;pa++){}for(qa=da((ra-fa(pa,0))/30.42);fa(pa,qa+1)<=ra;qa++){}ra=1+ra-fa(pa,qa);sa=(na%86400000+86400000)%86400000;ta=da(sa/3600000)%24;ua=da(sa/60000)%60;va=da(sa/1000)%60;wa=sa%1000}else{pa=na.getUTCFullYear();qa=na.getUTCMonth();ra=na.getUTCDate();ta=na.getUTCHours();ua=na.getUTCMinutes();va=na.getUTCSeconds();wa=na.getUTCMilliseconds()}na=(pa<=0||pa>=10000?(pa<0?"-":"+")+p(6,pa<0?-pa:pa):p(4,pa))+"-"+p(2,qa+1)+"-"+p(2,ra)+"T"+p(2,ta)+":"+p(2,ua)+":"+p(2,va)+"."+p(3,wa)+"Z"}else{na=null}}else{if(typeof na.toJSON=="function"&&(oa!="[object Number]"&&oa!="[object String]"&&oa!="[object Array]"||i.call(na,"toJSON"))){na=na.toJSON(ga)}}}if(ia){na=ia.call(ha,ga,na)}if(na===null){return"null"}oa=h.call(na);if(oa=="[object Boolean]"){return""+na}else{if(oa=="[object Number]"){return na>-1/0&&na<1/0?""+na:"null"}else{if(oa=="[object String]"){return q(na)}}}if(typeof na=="object"){for(ab=ma.length;ab--;){if(ma[ab]===na){throw TypeError()}}ma.push(na);xa=[];bb=la;la+=ka;if(oa=="[object Array]"){for(za=0,ab=na.length;za0){for(ja="",ia>10&&(ia=10);ja.length-1){aa++}else{if("{}[]:,".indexOf(ia)>-1){aa++;return ia}else{if(ia=='"'){for(ja="@",aa++;aa-1){ja+=u[ia];aa++}else{if(ia=="u"){ka=++aa;for(la=aa+4;aa="0"&&ia<="9"||ia>="a"&&ia<="f"||ia>="A"&&ia<="F")){v()}}ja+=t("0x"+ga.slice(ka,aa))}else{v()}}}else{if(ia=='"'){break}ja+=ia;aa++}}}if(ga.charAt(aa)=='"'){aa++;return ja}v()}else{ka=aa;if(ia=="-"){ma=true;ia=ga.charAt(++aa)}if(ia>="0"&&ia<="9"){if(ia=="0"&&(ia=ga.charAt(aa+1),ia>="0"&&ia<="9")){v()}ma=false;for(;aa="0"&&ia<="9");aa++){}if(ga.charAt(aa)=="."){la=++aa;for(;la="0"&&ia<="9");la++){}if(la==aa){v()}aa=la}ia=ga.charAt(aa);if(ia=="e"||ia=="E"){ia=ga.charAt(++aa);if(ia=="+"||ia=="-"){aa++}for(la=aa;la="0"&&ia<="9");la++){}if(la==aa){v()}aa=la}return +ga.slice(ka,aa)}if(ma){v()}if(ga.slice(aa,aa+4)=="true"){aa+=4;return true}else{if(ga.slice(aa,aa+5)=="false"){aa+=5;return false}else{if(ga.slice(aa,aa+4)=="null"){aa+=4;return null}}}v()}}}}return"$"};x=function(ga){var ha,ia,ja;if(ga=="$"){v()}if(typeof ga=="string"){if(ga.charAt(0)=="@"){return ga.slice(1)}if(ga=="["){ha=[];for(;;ia||(ia=true)){ga=w();if(ga=="]"){break}if(ia){if(ga==","){ga=w();if(ga=="]"){v()}}else{v()}}if(ga==","){v()}ha.push(x(ga))}return ha}else{if(ga=="{"){ha={};for(;;ia||(ia=true)){ga=w();if(ga=="}"){break}if(ia){if(ga==","){ga=w();if(ga=="}"){v()}}else{v()}}if(ga==","||typeof ga!="string"||ga.charAt(0)!="@"||w()!=":"){v()}ha[ga.slice(1)]=x(w())}return ha}}v()}return ga};z=function(ga,ha,ia){var ja=y(ga,ha,ia);if(ja===k){delete ga[ha]}else{ga[ha]=ja}};y=function(ga,ha,ia){var ja=ga[ha],ka;if(typeof ja=="object"&&ja){if(h.call(ja)=="[object Array]"){for(ka=ja.length;ka--;){z(ja,ka,ia)}}else{j(ja,function(la){z(ja,la,ia)})}}return ia.call(ga,ha,ja)};l.parse=function(ga,ha){aa=0;ba=ga;var ia=x(w());if(w()!="$"){v()}aa=ba=null;return ha&&h.call(ha)=="[object Function]"?y((ca={},ca[""]=ia,ca),"",ha):ia}}}}).call(this)}),null);__d("ES",["ES5ArrayPrototype","ES5FunctionPrototype","ES5StringPrototype","ES5Array","ES5Object","ES5Date","JSON3","ES6Array","ES6Object","ES6ArrayPrototype","ES6DatePrototype","ES6Number","ES7StringPrototype","ES7Object"],(function a(b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u){var v={}.toString,w={"JSON.stringify":n.stringify,"JSON.parse":n.parse},x={"Array.prototype":h,"Function.prototype":i,"String.prototype":j,Object:l,Array:k,Date:m},y={Object:p,"Array.prototype":q,"Date.prototype":r,Number:s,Array:o},z={Object:u,"String.prototype":t};function aa(ca){for(var da in ca){if(!Object.prototype.hasOwnProperty.call(ca,da)){continue}var ea=ca[da],fa=da.split(".");if(fa.length===2){var ga=fa[0],ha=fa[1];if(!ga||!ha||!window[ga]||!window[ga][ha]){var ia=ga?window[ga]:"-",ja=ga&&window[ga]&&ha?window[ga][ha]:"-";throw new Error("Unexpected state (t11975770): "+(ga+", "+ha+", "+ia+", "+ja+", "+da))}}var ka=fa.length===2?window[fa[0]][fa[1]]:window[da];for(var la in ea){if(!Object.prototype.hasOwnProperty.call(ea,la)){continue}if(typeof ea[la]!=="function"){w[da+"."+la]=ea[la];continue}var ma=ka[la];w[da+"."+la]=ma&&/\{\s+\[native code\]\s\}/.test(ma)?ma:ea[la]}}}aa(x);aa(y);aa(z);function ba(ca,da,ea){var fa=ea?v.call(ca).slice(8,-1)+".prototype":ca,ga=w[fa+"."+da]||ca[da];if(typeof ga==="function"){for(var ha=arguments.length,ia=Array(ha>3?ha-3:0),ja=3;ja1?m-1:0),o=1;o=0){continue}o[p]=m[p]}return o};k.taggedTemplateLiteralLoose=function(m,n){m.raw=n;return m};k.bind=h.bind;f.exports=k}),null);var ES=require("ES");var babelHelpers=require("sdk.babelHelpers");(function(a,b){var c="keys",d="values",e="entries",f=function(){var l=h(Array),m=void 0;if(!l){m=function(){function n(o,p){this.$ArrayIterator1=o;this.$ArrayIterator2=p;this.$ArrayIterator3=0}n.prototype.next=function(){if(this.$ArrayIterator1==null){return{value:b,done:true}}var o=this.$ArrayIterator1,p=this.$ArrayIterator1.length,q=this.$ArrayIterator3,r=this.$ArrayIterator2;if(q>=p){this.$ArrayIterator1=b;return{value:b,done:true}}this.$ArrayIterator3=q+1;if(r===c){return{value:q,done:false}}else{if(r===d){return{value:o[q],done:false}}else{if(r===e){return{value:[q,o[q]],done:false}}}}};n.prototype[typeof Symbol==="function"?Symbol.iterator:"@@iterator"]=function(){return this};return n}()}return{keys:l?function(n){return n.keys()}:function(n){return new m(n,c)},values:l?function(n){return n.values()}:function(n){return new m(n,d)},entries:l?function(n){return n.entries()}:function(n){return new m(n,e)}}}(),g=function(){var l=h(String),m=void 0;if(!l){m=function(){function n(o){this.$StringIterator1=o;this.$StringIterator2=0}n.prototype.next=function(){if(this.$StringIterator1==null){return{value:b,done:true}}var o=this.$StringIterator2,p=this.$StringIterator1,q=p.length;if(o>=q){this.$StringIterator1=b;return{value:b,done:true}}var r=void 0,s=p.charCodeAt(o);if(s<55296||s>56319||o+1===q){r=p[o]}else{var t=p.charCodeAt(o+1);if(t<56320||t>57343){r=p[o]}else{r=p[o]+p[o+1]}}this.$StringIterator2=o+r.length;return{value:r,done:false}};n.prototype[typeof Symbol==="function"?Symbol.iterator:"@@iterator"]=function(){return this};return n}()}return{keys:function n(){throw TypeError("Strings default iterator doesn't implement keys.")},values:l?function(n){return n[typeof Symbol==="function"?Symbol.iterator:"@@iterator"]()}:function(n){return new m(n)},entries:function n(){throw TypeError("Strings default iterator doesn't implement entries.")}}}();function h(l){return typeof l.prototype[typeof Symbol==="function"?Symbol.iterator:"@@iterator"]==="function"&&typeof l.prototype.values==="function"&&typeof l.prototype.keys==="function"&&typeof l.prototype.entries==="function"}function i(l,m){this.$ObjectIterator1=l;this.$ObjectIterator2=m;this.$ObjectIterator3=ES("Object","keys",false,l);this.$ObjectIterator4=0}i.prototype.next=function(){var l=this.$ObjectIterator3.length,m=this.$ObjectIterator4,n=this.$ObjectIterator2,o=this.$ObjectIterator3[m];if(m>=l){this.$ObjectIterator1=b;return{value:b,done:true}}this.$ObjectIterator4=m+1;if(n===c){return{value:o,done:false}}else{if(n===d){return{value:this.$ObjectIterator1[o],done:false}}else{if(n===e){return{value:[o,this.$ObjectIterator1[o]],done:false}}}}};i.prototype[typeof Symbol==="function"?Symbol.iterator:"@@iterator"]=function(){return this};var j={keys:function l(m){return new i(m,c)},values:function l(m){return new i(m,d)},entries:function l(m){return new i(m,e)}};function k(l,m){if(typeof l==="string"){return g[m||d](l)}else{if(ES("Array","isArray",false,l)){return f[m||d](l)}else{if(l[typeof Symbol==="function"?Symbol.iterator:"@@iterator"]){return l[typeof Symbol==="function"?Symbol.iterator:"@@iterator"]()}else{return j[m||e](l)}}}}ES("Object","assign",false,k,{KIND_KEYS:c,KIND_VALUES:d,KIND_ENTRIES:e,keys:function l(m){return k(m,c)},values:function l(m){return k(m,d)},entries:function l(m){return k(m,e)},generic:j.entries});a.FB_enumerate=k})(typeof global==="undefined"?this:global);(function(a,b){var c=a.window||a;function d(){return"f"+(Math.random()*(1<<30)).toString(16).replace(".","")}function e(j){var k=j?j.ownerDocument||j:document,l=k.defaultView||c;return !!(j&&(typeof l.Node==="function"?j instanceof l.Node:typeof j==="object"&&typeof j.nodeType==="number"&&typeof j.nodeName==="string"))}function f(j){var k=c[j];if(k==null){return true}if(typeof c.Symbol!=="function"){return true}var l=k.prototype;return k==null||typeof k!=="function"||typeof l.clear!=="function"||new k().size!==0||typeof l.keys!=="function"||typeof l.forEach!=="function"}var g=a.FB_enumerate,h=function(){if(!f("Map")){return c.Map}var j="key",k="value",l="key+value",m="$map_",n=void 0,o="IE_HASH_";function p(ba){if(!u(this)){throw new TypeError("Wrong map object type.")}t(this);if(ba!=null){var ca=g(ba),da=void 0;while(!(da=ca.next()).done){if(!u(da.value)){throw new TypeError("Expected iterable items to be pair objects.")}this.set(da.value[0],da.value[1])}}}p.prototype.clear=function(){t(this)};p.prototype.has=function(ba){var ca=r(this,ba);return !!(ca!=null&&this._mapData[ca])};p.prototype.set=function(ba,ca){var da=r(this,ba);if(da!=null&&this._mapData[da]){this._mapData[da][1]=ca}else{da=this._mapData.push([ba,ca])-1;s(this,ba,da);this.size+=1}return this};p.prototype.get=function(ba){var ca=r(this,ba);if(ca==null){return b}else{return this._mapData[ca][1]}};p.prototype["delete"]=function(ba){var ca=r(this,ba);if(ca!=null&&this._mapData[ca]){s(this,ba,b);this._mapData[ca]=b;this.size-=1;return true}else{return false}};p.prototype.entries=function(){return new q(this,l)};p.prototype.keys=function(){return new q(this,j)};p.prototype.values=function(){return new q(this,k)};p.prototype.forEach=function(ba,ca){if(typeof ba!=="function"){throw new TypeError("Callback must be callable.")}var da=ES(ba,"bind",true,ca||b),ea=this._mapData;for(var fa=0;fadiv{overflow:hidden}.fb_link img{border:none}\u0040keyframes fb_transform{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.fb_animate{animation:fb_transform .3s forwards}\n.fb_dialog{background:rgba(82, 82, 82, .7);position:absolute;top:-10000px;z-index:10001}.fb_reset .fb_dialog_legacy{overflow:visible}.fb_dialog_advanced{padding:10px;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px}.fb_dialog_content{background:#fff;color:#333}.fb_dialog_close_icon{background:url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;cursor:pointer;display:block;height:15px;position:absolute;right:18px;top:17px;width:15px}.fb_dialog_mobile .fb_dialog_close_icon{top:5px;left:5px;right:auto}.fb_dialog_padding{background-color:transparent;position:absolute;width:1px;z-index:-1}.fb_dialog_close_icon:hover{background:url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent}.fb_dialog_close_icon:active{background:url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent}.fb_dialog_loader{background-color:#f6f7f9;border:1px solid #606060;font-size:24px;padding:20px}.fb_dialog_top_left,.fb_dialog_top_right,.fb_dialog_bottom_left,.fb_dialog_bottom_right{height:10px;width:10px;overflow:hidden;position:absolute}.fb_dialog_top_left{background:url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 0;left:-10px;top:-10px}.fb_dialog_top_right{background:url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 -10px;right:-10px;top:-10px}.fb_dialog_bottom_left{background:url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 -20px;bottom:-10px;left:-10px}.fb_dialog_bottom_right{background:url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 -30px;right:-10px;bottom:-10px}.fb_dialog_vert_left,.fb_dialog_vert_right,.fb_dialog_horiz_top,.fb_dialog_horiz_bottom{position:absolute;background:#525252;filter:alpha(opacity=70);opacity:.7}.fb_dialog_vert_left,.fb_dialog_vert_right{width:10px;height:100\u0025}.fb_dialog_vert_left{margin-left:-10px}.fb_dialog_vert_right{right:0;margin-right:-10px}.fb_dialog_horiz_top,.fb_dialog_horiz_bottom{width:100\u0025;height:10px}.fb_dialog_horiz_top{margin-top:-10px}.fb_dialog_horiz_bottom{bottom:0;margin-bottom:-10px}.fb_dialog_iframe{line-height:0}.fb_dialog_content .dialog_title{background:#6d84b4;border:1px solid #365899;color:#fff;font-size:14px;font-weight:bold;margin:0}.fb_dialog_content .dialog_title>span{background:url(https://static.xx.fbcdn.net/rsrc.php/v3/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50\u0025;float:left;padding:5px 0 7px 26px}body.fb_hidden{-webkit-transform:none;height:100\u0025;margin:0;overflow:visible;position:absolute;top:-10000px;left:0;width:100\u0025}.fb_dialog.fb_dialog_mobile.loading{background:url(https://static.xx.fbcdn.net/rsrc.php/v3/ya/r/3rhSv5V8j3o.gif) white no-repeat 50\u0025 50\u0025;min-height:100\u0025;min-width:100\u0025;overflow:hidden;position:absolute;top:0;z-index:10001}.fb_dialog.fb_dialog_mobile.loading.centered{width:auto;height:auto;min-height:initial;min-width:initial;background:none}.fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner{width:100\u0025}.fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content{background:none}.loading.centered #fb_dialog_loader_close{color:#fff;display:block;padding-top:20px;clear:both;font-size:18px}#fb-root #fb_dialog_ipad_overlay{background:rgba(0, 0, 0, .45);position:absolute;bottom:0;left:0;right:0;top:0;width:100\u0025;min-height:100\u0025;z-index:10000}#fb-root #fb_dialog_ipad_overlay.hidden{display:none}.fb_dialog.fb_dialog_mobile.loading iframe{visibility:hidden}.fb_dialog_content .dialog_header{-webkit-box-shadow:white 0 1px 1px -1px inset;background:-webkit-gradient(linear, 0\u0025 0\u0025, 0\u0025 100\u0025, from(#738ABA), to(#2C4987));border-bottom:1px solid;border-color:#1d4088;color:#fff;font:14px Helvetica, sans-serif;font-weight:bold;text-overflow:ellipsis;text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0;vertical-align:middle;white-space:nowrap}.fb_dialog_content .dialog_header table{-webkit-font-smoothing:subpixel-antialiased;height:43px;width:100\u0025}.fb_dialog_content .dialog_header td.header_left{font-size:12px;padding-left:5px;vertical-align:middle;width:60px}.fb_dialog_content .dialog_header td.header_right{font-size:12px;padding-right:5px;vertical-align:middle;width:60px}.fb_dialog_content .touchable_button{background:-webkit-gradient(linear, 0\u0025 0\u0025, 0\u0025 100\u0025, from(#4966A6), color-stop(.5, #355492), to(#2A4887));border:1px solid #29487d;-webkit-background-clip:padding-box;-webkit-border-radius:3px;-webkit-box-shadow:rgba(0, 0, 0, .117188) 0 1px 1px inset, rgba(255, 255, 255, .167969) 0 1px 0;display:inline-block;margin-top:3px;max-width:85px;line-height:18px;padding:4px 12px;position:relative}.fb_dialog_content .dialog_header .touchable_button input{border:none;background:none;color:#fff;font:12px Helvetica, sans-serif;font-weight:bold;margin:2px -12px;padding:2px 6px 3px 6px;text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0}.fb_dialog_content .dialog_header .header_center{color:#fff;font-size:16px;font-weight:bold;line-height:18px;text-align:center;vertical-align:middle}.fb_dialog_content .dialog_content{background:url(https://static.xx.fbcdn.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat 50\u0025 50\u0025;border:1px solid #555;border-bottom:0;border-top:0;height:150px}.fb_dialog_content .dialog_footer{background:#f6f7f9;border:1px solid #555;border-top-color:#ccc;height:40px}#fb_dialog_loader_close{float:left}.fb_dialog.fb_dialog_mobile .fb_dialog_close_button{text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0}.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon{visibility:hidden}#fb_dialog_loader_spinner{animation:rotateSpinner 1.2s linear infinite;background-color:transparent;background-image:url(https://static.xx.fbcdn.net/rsrc.php/v3/yD/r/t-wz8gw1xG1.png);background-repeat:no-repeat;background-position:50\u0025 50\u0025;height:24px;width:24px}\u0040keyframes rotateSpinner{0\u0025{transform:rotate(0deg)}100\u0025{transform:rotate(360deg)}}\n.fb_iframe_widget{display:inline-block;position:relative}.fb_iframe_widget span{display:inline-block;position:relative;text-align:justify}.fb_iframe_widget iframe{position:absolute}.fb_iframe_widget_fluid_desktop,.fb_iframe_widget_fluid_desktop span,.fb_iframe_widget_fluid_desktop iframe{max-width:100\u0025}.fb_iframe_widget_fluid_desktop iframe{min-width:220px;position:relative}.fb_iframe_widget_lift{z-index:1}.fb_hide_iframes iframe{position:relative;left:-10000px}.fb_iframe_widget_loader{position:relative;display:inline-block}.fb_iframe_widget_fluid{display:inline}.fb_iframe_widget_fluid span{width:100\u0025}.fb_iframe_widget_loader iframe{min-height:32px;z-index:2;zoom:1}.fb_iframe_widget_loader .FB_Loader{background:url(https://static.xx.fbcdn.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat;height:32px;width:32px;margin-left:-16px;position:absolute;left:50\u0025;z-index:4}',components:["css:fb.css.base","css:fb.css.dialog","css:fb.css.iframewidget"]});__d("ApiClientConfig",[],{FlashRequest:{swfUrl:"https://connect.facebook.net/rsrc.php/v2/yd/r/mxzow1Sdmxr.swf"}});__d("JSSDKCanvasPrefetcherConfig",[],{blacklist:[144959615576466,768691303149786,320528941393723],sampleRate:500});__d("DOMWrapper",[],(function a(b,c,d,e,f,g){var h,i,j={setRoot:function k(l){h=l},getRoot:function k(){return h||document.body},setWindow:function k(l){i=l},getWindow:function k(){return i||self}};f.exports=j}),null);__d("dotAccess",[],(function a(b,c,d,e,f,g){function h(i,j,k){var l=j.split(".");do{var m=l.shift();i=i[m]||k&&(i[m]={})}while(l.length&&i);return i}f.exports=h}),null);__d("guid",[],(function a(b,c,d,e,f,g){function h(){return"f"+(Math.random()*(1<<30)).toString(16).replace(".","")}f.exports=h}),18);__d("wrapFunction",[],(function a(b,c,d,e,f,g){var h={},i=function j(k,l,m){var n=l||"default";return function(){var o=n in h?h[n](k,m):k;return o.apply(this,arguments)}};i.setWrapper=function(j){var k=arguments.length<=1||arguments[1]===undefined?"default":arguments[1];h[k]=j};f.exports=i}),18);__d("GlobalCallback",["DOMWrapper","dotAccess","guid","wrapFunction"],(function a(b,c,d,e,f,g,h,i,j,k){var l,m,n={setPrefix:function o(p){l=i(h.getWindow(),p,true);m=p},create:function o(p,q){if(!l){this.setPrefix("__globalCallbacks")}var r=j();l[r]=k(p,"entry",q||"GlobalCallback");return m+"."+r},remove:function o(p){var q=p.substring(m.length+1);delete l[q]}};f.exports=n}),null);__d("sprintf",[],(function a(b,c,d,e,f,g){function h(i){for(var j=arguments.length,k=Array(j>1?j-1:0),l=1;l=m){p[l in p?l:"log"](o)}}var k={level:-1,Level:i,debug:ES(j,"bind",true,null,"debug",i.DEBUG),info:ES(j,"bind",true,null,"info",i.INFO),warn:ES(j,"bind",true,null,"warn",i.WARNING),error:ES(j,"bind",true,null,"error",i.ERROR)};f.exports=k}),18);__d("ObservableMixin",[],(function a(b,c,d,e,f,g){function h(){this.__observableEvents={}}h.prototype={inform:function i(j){var k=Array.prototype.slice.call(arguments,1),l=Array.prototype.slice.call(this.getSubscribers(j));for(var m=0;m';l.root.innerHTML='';m=true;setTimeout(function(){l.root.innerHTML=q;l.root.firstChild.src=l.url;l.onInsert&&l.onInsert(l.root.firstChild)},0)}else{var r=document.createElement("iframe");r.id=l.id;r.name=l.name;r.onload=o;r.scrolling="no";r.style.border="none";r.style.overflow="hidden";if(l.title){r.title=l.title}if(l.className){r.className=l.className}if(l.height!==undefined){r.style.height=l.height+"px"}if(l.width!==undefined){if(l.width=="100%"){r.style.width=l.width}else{r.style.width=l.width+"px"}}l.root.appendChild(r);m=true;r.src=l.url;l.onInsert&&l.onInsert(r)}}f.exports=k}),null);__d("sdk.domReady",["sdk.Runtime"],(function a(b,c,d,e,f,g,h){var i,j="readyState" in document?/loaded|complete/.test(document.readyState):!!document.body;function k(){if(!i){return}var n;while(n=i.shift()){n()}i=null}function l(n){if(i){i.push(n);return}else{n()}}if(!j){i=[];if(document.addEventListener){document.addEventListener("DOMContentLoaded",k,false);window.addEventListener("load",k,false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",k);window.attachEvent("onload",k)}}if(document.documentElement.doScroll&&window==window.top){var m=function n(){try{h.getRtl()?document.documentElement.doScroll("right"):document.documentElement.doScroll("left")}catch(o){setTimeout(n,0);return}k()};m()}}f.exports=l}),3);__d("sdk.Content",["Log","sdk.UA","sdk.domReady"],(function a(b,c,d,e,f,g,h,i,j){var k,l,m={append:function n(o,p){if(!p){if(!k){k=p=document.getElementById("fb-root");if(!p){h.warn('The "fb-root" div has not been created, auto-creating');k=p=document.createElement("div");p.id="fb-root";if(i.ie()||!document.body){j(function(){document.body.appendChild(p)})}else{document.body.appendChild(p)}}p.className+=" fb_reset"}else{p=k}}if(typeof o=="string"){var q=document.createElement("div");p.appendChild(q).innerHTML=o;return q}else{return p.appendChild(o)}},appendHidden:function n(o){if(!p){var p=document.createElement("div"),q=p.style;q.position="absolute";q.top="-10000px";q.width=q.height=0;p=m.append(p)}return m.append(o,p)},submitToTarget:function n(o,p){var q=document.createElement("form");q.action=o.url;q.target=o.target;q.method=p?"GET":"POST";m.appendHidden(q);for(var r in o.params){if(Object.prototype.hasOwnProperty.call(o.params,r)){var s=o.params[r];if(s!==null&&s!==undefined){var t=document.createElement("input");t.name=r;t.value=s;q.appendChild(t)}}}q.submit();q.parentNode.removeChild(q)}};f.exports=m}),null);__d("sdk.Impressions",["sdk.Content","Miny","QueryString","sdk.Runtime","UrlMap","getBlankIframeSrc","guid","insertIframe"],(function a(b,c,d,e,f,g,h,i,j,k,l,m,n,o){function p(r){var s=k.getClientID();if(!r.api_key&&s){r.api_key=s}r.kid_directed_site=k.getKidDirectedSite();var t=l.resolve("www",true)+"/impression.php/"+n()+"/",u=j.appendToUrl(t,r);if(u.length>2000){if(r.payload&&typeof r.payload==="string"){var v=i.encode(r.payload);if(v&&v.length>>18),h.charCodeAt(m>>>12&63),h.charCodeAt(m>>>6&63),h.charCodeAt(m&63))}var j=">___?456789:;<=_______\x00\x01\x02\x03\x04\x05\x06\x07\b\t\n\x0b\f\r\x0e\x0f\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19______\x1a\x1b\x1c\x1d\x1e\x1f !\"#$%&'()*+,-./0123";function k(m){m=j.charCodeAt(m.charCodeAt(0)-43)<<18|j.charCodeAt(m.charCodeAt(1)-43)<<12|j.charCodeAt(m.charCodeAt(2)-43)<<6|j.charCodeAt(m.charCodeAt(3)-43);return String.fromCharCode(m>>>16,m>>>8&255,m&255)}var l={encode:function m(n){n=unescape(encodeURI(n));var o=(n.length+2)%3;n=(n+"\0\0".slice(o)).replace(/[\s\S]{3}/g,i);return n.slice(0,n.length+o-2)+"==".slice(o)},decode:function m(n){n=n.replace(/[^A-Za-z0-9+\/]/g,"");var o=n.length+3&3;n=(n+"AAA".slice(o)).replace(/..../g,k);n=n.slice(0,n.length+o-3);try{return decodeURIComponent(escape(n))}catch(p){throw new Error("Not valid UTF-8")}},encodeObject:function m(n){return l.encode(ES("JSON","stringify",false,n))},decodeObject:function m(n){return ES("JSON","parse",false,l.decode(n))},encodeNums:function m(n){return String.fromCharCode.apply(String,ES(n,"map",true,function(o){return h.charCodeAt((o|-(o>63))&-(o>0)&63)}))}};f.exports=l}),18);__d("sdk.SignedRequest",["Base64"],(function a(b,c,d,e,f,g,h){function i(k){if(!k){return null}var l=k.split(".",2)[1].replace(/\-/g,"+").replace(/\_/g,"/");return h.decodeObject(l)}var j={parse:i};f.exports=j}),null);__d("URIRFC3986",[],(function a(b,c,d,e,f,g){var h=new RegExp("^([^:/?#]+:)?(//([^\\\\/?#@]*@)?(\\[[A-Fa-f0-9:.]+\\]|[^\\/?#:]*)(:[0-9]*)?)?([^?#]*)(\\?[^#]*)?(#.*)?"),i={parse:function j(k){if(ES(k,"trim",true)===""){return null}var l=k.match(h);if(l==null){return null}var m={};m.uri=l[0]?l[0]:null;m.scheme=l[1]?l[1].substr(0,l[1].length-1):null;m.authority=l[2]?l[2].substr(2):null;m.userinfo=l[3]?l[3].substr(0,l[3].length-1):null;m.host=l[2]?l[4]:null;m.port=l[5]?l[5].substr(1)?parseInt(l[5].substr(1),10):null:null;m.path=l[6]?l[6]:null;m.query=l[7]?l[7].substr(1):null;m.fragment=l[8]?l[8].substr(1):null;m.isGenericURI=m.authority===null&&!!m.scheme;return m}};f.exports=i}),18);__d("createObjectFrom",[],(function a(b,c,d,e,f,g){function h(i,j){var k={},l=ES("Array","isArray",false,j);if(j===undefined){j=true}for(var m=i.length-1;m>=0;m--){k[i[m]]=l?j[m]:j}return k}f.exports=h}),18);__d("URISchemes",["createObjectFrom"],(function a(b,c,d,e,f,g,h){var i=h(["blob","cmms","fb","fbatwork","fb-ama","fb-messenger","fb-page-messages","fb-pma","fbcf","fbconnect","fbmobilehome","fbrpc","file","ftp","http","https","mailto","ms-app","intent","itms","itms-apps","itms-services","market","svn+ssh","fbstaging","tel","sms","pebblejs","sftp","whatsapp","moments","fblite","chrome-extension","webcal","fb124024574287414","fb124024574287414rc","fb124024574287414master","fb1576585912599779","fb929757330408142","designpack","fbapi20130214"]),j={isAllowed:function k(l){if(!l){return true}return Object.prototype.hasOwnProperty.call(i,l.toLowerCase())}};f.exports=j}),18);__d("eprintf",[],(function a(b,c,d,e,f,g){function h(i){for(var j=arguments.length,k=Array(j>1?j-1:0),l=1;l1?k-1:0),m=1;m2?o-2:0),q=2;q0||this.getFragment())};q.prototype.toString=function(){var r=this;for(var s=0;si},ie64:function z(){return y.ie()&&s},firefox:function z(){return x()||j},opera:function z(){return x()||k},webkit:function z(){return x()||l},safari:function z(){return y.webkit()},chrome:function z(){return x()||m},windows:function z(){return x()||p},osx:function z(){return x()||o},linux:function z(){return x()||q},iphone:function z(){return x()||t},mobile:function z(){return x()||t||u||r||w},nativeApp:function z(){return x()||v},android:function z(){return x()||r},ipad:function z(){return x()||u}};f.exports=y}),18);__d("htmlSpecialChars",[],(function a(b,c,d,e,f,g){var h=/&/g,i=//g,k=/"/g,l=/'/g;function m(n){if(typeof n=="undefined"||n===null||!n.toString){return""}if(n===false){return"0"}else{if(n===true){return"1"}}return n.toString().replace(h,"&").replace(k,""").replace(l,"'").replace(i,"<").replace(j,">")}f.exports=m}),null);__d("Flash",["DOMEventListener","DOMWrapper","QueryString","UserAgent_DEPRECATED","guid","htmlSpecialChars"],(function a(b,c,d,e,f,g,h,i,j,k,l,m){var n={},o,p=i.getWindow().document;function q(v){var w=p.getElementById(v);if(w){w.parentNode.removeChild(w)}delete n[v]}function r(){for(var v in n){if(Object.prototype.hasOwnProperty.call(n,v)){q(v)}}}function s(v){return v.replace(/\d+/g,function(w){return"000".substring(w.length)+w})}function t(v){if(!o){if(k.ie()>=9){h.add(window,"unload",r)}o=true}n[v]=v}var u={embed:function v(w,x,y,z){var aa=l();w=m(w).replace(/&/g,"&");y=babelHelpers["extends"]({allowscriptaccess:"always",flashvars:z,movie:w},y);if(typeof y.flashvars=="object"){y.flashvars=j.encode(y.flashvars)}var ba=[];for(var ca in y){if(Object.prototype.hasOwnProperty.call(y,ca)&&y[ca]){ba.push('')}}var da=x.appendChild(p.createElement("span")),ea="'+ba.join("")+"";da.innerHTML=ea;var fa=da.firstChild;t(aa);return fa},remove:q,getVersion:function v(){var w="Shockwave Flash",x="application/x-shockwave-flash",y="ShockwaveFlash.ShockwaveFlash",z;if(navigator.plugins&&typeof navigator.plugins[w]=="object"){var aa=navigator.plugins[w].description;if(aa&&navigator.mimeTypes&&navigator.mimeTypes[x]&&navigator.mimeTypes[x].enabledPlugin){z=aa.match(/\d+/g)}}if(!z){try{z=new ActiveXObject(y).GetVariable("$version").match(/(\d+),(\d+),(\d+),(\d+)/);z=Array.prototype.slice.call(z,1)}catch(ba){}}return z},getVersionString:function v(){var w=u.getVersion();return w?w.join("."):""},checkMinVersion:function v(w){var x=u.getVersion();if(!x){return false}return s(x.join("."))>=s(w)},isAvailable:function v(){return !!u.getVersion()}};f.exports=u}),null);__d("emptyFunction",[],(function a(b,c,d,e,f,g){function h(j){return function(){return j}}var i=function j(){};i.thatReturns=h;i.thatReturnsFalse=h(false);i.thatReturnsTrue=h(true);i.thatReturnsNull=h(null);i.thatReturnsThis=function(){return this};i.thatReturnsArgument=function(j){return j};f.exports=i}),18);__d("XDM",["DOMEventListener","DOMWrapper","emptyFunction","Flash","GlobalCallback","guid","Log","UserAgent_DEPRECATED","wrapFunction"],(function a(b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){var q={},r={transports:[]},s=i.getWindow();function t(w){var x={},y=w.length,z=r.transports;while(y--){x[w[y]]=1}y=z.length;while(y--){var aa=z[y],ba=q[aa];if(!x[aa]&&ba.isAvailable()){return aa}}}var u={register:function w(x,y){n.debug("Registering %s as XDM provider",x);r.transports.push(x);q[x]=y},create:function w(x){if(!x.whenReady&&!x.onMessage){n.error("An instance without whenReady or onMessage makes no sense");throw new Error("An instance without whenReady or onMessage makes no sense")}if(!x.channel){n.warn("Missing channel name, selecting at random");x.channel=m()}if(!x.whenReady){x.whenReady=j}if(!x.onMessage){x.onMessage=j}var y=x.transport||t(x.blacklist||[]),z=q[y];if(z&&z.isAvailable()){n.debug("%s is available",y);z.init(x);return y}}};u.register("flash",function(){var w=false,x,y=false,z=15000,aa;return{isAvailable:function ba(){return k.checkMinVersion("8.0.24")},init:function ba(ca){n.debug("init flash: "+ca.channel);var da={send:function ga(ha,ia,ja,ka){n.debug("sending to: %s (%s)",ia,ka);x.postMessage(ha,ia,ka)}};if(w){ca.whenReady(da);return}var ea=ca.root.appendChild(s.document.createElement("div")),fa=l.create(function(){l.remove(fa);clearTimeout(aa);n.info("xdm.swf called the callback");var ga=l.create(function(ha,ia){ha=decodeURIComponent(ha);ia=decodeURIComponent(ia);n.debug("received message %s from %s",ha,ia);ca.onMessage(ha,ia)},"xdm.swf:onMessage");x.init(ca.channel,ga);ca.whenReady(da)},"xdm.swf:load");x=k.embed(ca.flashUrl,ea,null,{protocol:location.protocol.replace(":",""),host:location.host,callback:fa,log:y});aa=setTimeout(function(){n.warn("The Flash component did not load within %s ms - verify that the container is not set to hidden or invisible using CSS as this will cause some browsers to not load the components",z)},z);w=true}}}());var v=/\.facebook\.com(\/|$)/;u.register("postmessage",function(){var w=false;return{isAvailable:function x(){return !!s.postMessage},init:function x(y){n.debug("init postMessage: "+y.channel);var z="_FB_"+y.channel,aa={send:function ba(ca,da,ea,fa){if(s===ea){n.error("Invalid windowref, equal to window (self)");throw new Error()}n.debug("sending to: %s (%s)",da,fa);var ga=function ha(){ea.postMessage("_FB_"+fa+ca,da)};if(o.ie()==8||o.ieCompatibilityMode()){setTimeout(ga,0)}else{ga()}}};if(w){y.whenReady(aa);return}h.add(s,"message",p(function(event){var ba=event.data,ca=event.origin||"native";if(!/^(https?:\/\/|native$)/.test(ca)){n.debug("Received message from invalid origin type: %s",ca);return}if(ca!=="native"&&!(v.test(location.hostname)||v.test(event.origin))){return}if(typeof ba!="string"){n.warn("Received message of type %s from %s, expected a string",typeof ba,ca);return}n.debug("received message %s from %s",ba,ca);if(ba.substring(0,z.length)==z){ba=ba.substring(z.length)}y.onMessage(ba,ca)},"entry","onMessage"));y.whenReady(aa);w=true}}}());f.exports=u}),null);__d("isFacebookURI",[],(function a(b,c,d,e,f,g){var h=null,i=["http","https"];function j(k){if(!h){h=new RegExp("(^|\\.)facebook\\.com$","i")}if(k.isEmpty()&&k.toString()!=="#"){return false}if(!k.getDomain()&&!k.getProtocol()){return true}return ES(i,"indexOf",true,k.getProtocol())!==-1&&h.test(k.getDomain())}j.setRegex=function(k){h=k};f.exports=j}),null);__d("sdk.Event",[],(function a(b,c,d,e,f,g){var h={SUBSCRIBE:"event.subscribe",UNSUBSCRIBE:"event.unsubscribe",subscribers:function i(){if(!this._subscribersMap){this._subscribersMap={}}return this._subscribersMap},subscribe:function i(j,k){var l=this.subscribers();if(!l[j]){l[j]=[k]}else{if(ES(l[j],"indexOf",true,k)==-1){l[j].push(k)}}if(j!=this.SUBSCRIBE&&j!=this.UNSUBSCRIBE){this.fire(this.SUBSCRIBE,j,l[j])}},unsubscribe:function i(j,k){var l=this.subscribers()[j];if(l){ES(l,"forEach",true,function(m,n){if(m==k){l.splice(n,1)}})}if(j!=this.SUBSCRIBE&&j!=this.UNSUBSCRIBE){this.fire(this.UNSUBSCRIBE,j,l)}},monitor:function i(j,k){if(!k()){var l=this,m=function n(){if(k.apply(k,arguments)){l.unsubscribe(j,n)}};this.subscribe(j,m)}},clear:function i(j){delete this.subscribers()[j]},fire:function i(j){var k=Array.prototype.slice.call(arguments,1),l=this.subscribers()[j];if(l){ES(l,"forEach",true,function(m){if(m){m.apply(this,k)}})}}};f.exports=h}),null);__d("JSONRPC",["Log"],(function a(b,c,d,e,f,g,h){function i(j){this.$JSONRPC1=0;this.$JSONRPC2={};this.remote=ES(function(k){this.$JSONRPC3=k;return this.remote},"bind",true,this);this.local={};this.$JSONRPC4=j}i.prototype.stub=function(j){this.remote[j]=ES(function(){var k={jsonrpc:"2.0",method:j};for(var l=arguments.length,m=Array(l),n=0;n')}else{o=document.createElement("iframe");o.name=p}delete n.style;delete n.name;delete n.url;delete n.root;delete n.onload;delete n.onerror;var v=ES("Object","assign",false,{frameBorder:0,allowTransparency:true,allowFullscreen:true,scrolling:"no"},n);if(v.width&&l(v.width)){o.width=v.width+"px"}if(v.height&&l(v.height)){o.height=v.height+"px"}delete v.height;delete v.width;for(var w in v){if(Object.prototype.hasOwnProperty.call(v,w)){o.setAttribute(w,v[w])}}ES("Object","assign",false,o.style,r);o.src=i();q.appendChild(o);if(t){var x=h.add(o,"load",function(){x.remove();t()})}if(u){var y=h.add(o,"error",function(){y.remove();u()})}o.src=s;return o}f.exports=m}),null);__d("sdk.FeatureFunctor",["invariant"],(function a(b,c,d,e,f,g,h){function i(k,l,m){if(k.features&&l in k.features){var n=k.features[l];if(typeof n==="object"&&typeof n.rate==="number"){if(n.rate&&Math.random()*100<=n.rate){return n.value||true}else{return n.value?null:false}}else{return n}}return m}function j(k){return function(l,m){arguments.length>=2||h(0);return i(k,l,m)}}f.exports={create:j}}),null);__d("sdk.feature",["sdk.FeatureFunctor","JSSDKConfig"],(function a(b,c,d,e,f,g,h,i){f.exports=h.create(i)}),null);__d("sdk.XD",["sdk.Content","sdk.Event","Log","QueryString","Queue","sdk.RPC","sdk.Runtime","sdk.Scribe","sdk.URI","UrlMap","JSSDKXDConfig","XDM","isFacebookURI","sdk.createIframe","sdk.feature","guid"],(function a(b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w){var x=new l(),y=new l(),z=new l(),aa,ba,ca=w(),da=r.useCdn?"cdn":"www",ea=v("use_bundle",false)?r.XdBundleUrl:r.XdUrl,fa=q.resolve(da,false)+ea,ga=q.resolve(da,true)+ea,ha=function va(){if("origin" in location){if(location.origin&&location.origin!=="null"){return location.origin}else{if(window!==window.parent){try{var wa=parent.location.origin;if(wa&&wa!=="null"){return wa}}catch(xa){}}}}return location.protocol+"//"+location.host},ia=w(),ja=ha(),ka,la=false,ma="Facebook Cross Domain Communication Frame",na={},oa=new l();m.setInQueue(oa);function pa(va){j.info("Remote XD can talk to facebook.com (%s)",va);n.setEnvironment(va==="canvas"?n.ENVIRONMENTS.CANVAS:n.ENVIRONMENTS.PAGETAB)}function qa(va,wa){if(!wa){j.error("No senderOrigin");throw new Error()}var xa=/^https?/.exec(wa)[0];switch(va.xd_action){case"proxy_ready":var ya,za;if(xa=="https"){ya=z;za=ba;n.setLoggedIntoFacebook(va.logged_in==="true")}else{ya=y;za=aa}if(va.registered){pa(va.registered);x=ya.merge(x)}j.info("Proxy ready, starting queue %s containing %s messages",xa+"ProxyQueue",ya.getLength());ya.start(function(bb){ka.send(typeof bb==="string"?bb:k.encode(bb),wa,za.contentWindow,ia+"_"+xa)});break;case"plugin_ready":j.info("Plugin %s ready, protocol: %s",va.name,xa);na[va.name]={protocol:xa};if(l.exists(va.name)){var ab=l.get(va.name);j.debug("Enqueuing %s messages for %s in %s",ab.getLength(),va.name,xa+"ProxyQueue");(xa=="https"?z:y).merge(ab)}break}if(va.data){ra(va.data,wa)}}function ra(va,wa){if(wa&&wa!=="native"&&!t(new p(wa))){return}if(typeof va=="string"){if(/^FB_RPC:/.test(va)){oa.enqueue(va.substring(7));return}if(va.substring(0,1)=="{"){try{va=ES("JSON","parse",false,va)}catch(ya){j.warn("Failed to decode %s as JSON",va);return}}else{va=k.decode(va)}}if(!wa){if(va.xd_sig==ca){wa=va.xd_origin}}if(va.xd_action){qa(va,wa);return}if(va.access_token){n.setSecure(/^https/.test(ja))}if(va.cb){var xa=ua._callbacks[va.cb];if(!ua._forever[va.cb]){delete ua._callbacks[va.cb]}if(xa){xa(va)}}}function sa(va,wa){if(va=="facebook"){wa.relation="parent.parent";x.enqueue(wa)}else{wa.relation='parent.frames["'+va+'"]';var xa=na[va];if(xa){j.debug("Enqueuing message for plugin %s in %s",va,xa.protocol+"ProxyQueue");(xa.protocol=="https"?z:y).enqueue(wa)}else{j.debug("Buffering message for plugin %s",va);l.get(va).enqueue(wa)}}}m.getOutQueue().start(function(va){sa("facebook","FB_RPC:"+va)});function ta(va){if(la){return}var wa=h.appendHidden(document.createElement("div")),xa=s.create({blacklist:null,root:wa,channel:ia,flashUrl:r.Flash.path,whenReady:function ya(za){ka=za;var ab={channel:ia,origin:ja,transport:xa,xd_name:va},bb="#"+k.encode(ab);if(n.getSecure()!==true){aa=u({url:fa+bb,name:"fb_xdm_frame_http",id:"fb_xdm_frame_http",root:wa,"aria-hidden":true,title:ma,tabindex:-1})}ba=u({url:ga+bb,name:"fb_xdm_frame_https",id:"fb_xdm_frame_https",root:wa,"aria-hidden":true,title:ma,tabindex:-1})},onMessage:ra});if(!xa){o.log("jssdk_error",{appId:n.getClientID(),error:"XD_TRANSPORT",extra:{message:"Failed to create a valid transport"}})}la=true}var ua={rpc:m,_callbacks:{},_forever:{},_channel:ia,_origin:ja,onMessage:ra,recv:ra,init:ta,sendToFacebook:sa,inform:function va(wa,xa,ya,za){sa("facebook",{method:wa,params:ES("JSON","stringify",false,xa||{}),behavior:za||"p",relation:ya})},handler:function va(wa,xa,ya,za){var ab="#"+k.encode({cb:this.registerCallback(wa,ya,za),origin:ja+"/"+ia,domain:location.hostname,relation:xa||"opener"});return(location.protocol=="https:"?ga:fa)+ab},registerCallback:function va(wa,xa,ya){ya=ya||w();if(xa){ua._forever[ya]=true}ua._callbacks[ya]=wa;return ya},getXDArbiterURL:function va(wa){return wa?ga:fa}};i.subscribe("init:post",function(va){ta(va.xdProxyName);var wa=v("xd_timeout",false);if(wa){setTimeout(function(){var xa=ba&&!!aa==y.isStarted()&&!!ba==z.isStarted();if(!xa){o.log("jssdk_error",{appId:n.getClientID(),error:"XD_INITIALIZATION",extra:{message:"Failed to initialize in "+wa+"ms"}})}},wa)}});f.exports=ua}),null);__d("sdk.getContextType",["sdk.Runtime","sdk.UA"],(function a(b,c,d,e,f,g,h,i){function j(){if(i.nativeApp()){return 3}if(i.mobile()){return 2}if(h.isEnvironment(h.ENVIRONMENTS.CANVAS)){return 5}return 1}f.exports=j}),null);__d("sdk.Auth",["sdk.Cookie","sdk.createIframe","DOMWrapper","sdk.feature","sdk.getContextType","guid","sdk.Impressions","Log","ObservableMixin","sdk.Runtime","sdk.Scribe","sdk.SignedRequest","UrlMap","sdk.URI","sdk.XD"],(function a(b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v){var w="fblo_",x=365*24*60*60*1000,y,z,aa=new p();function ba(ja,ka){var la=q.getUserID(),ma="";if(ja){if(ja.userID){ma=ja.userID}else{if(ja.signedRequest){var na=s.parse(ja.signedRequest);if(na&&na.user_id){ma=na.user_id}}}}var oa=q.getLoginStatus(),pa=oa==="unknown"&&ja||q.getUseCookie()&&q.getCookieUserID()!==ma,qa=la&&!ja,ra=ja&&la&&la!=ma,sa=ja!=y,ta=ka!=(oa||"unknown");q.setLoginStatus(ka);q.setAccessToken(ja&&ja.accessToken||null);q.setUserID(ma);y=ja;var ua={authResponse:ja,status:ka};if(qa||ra){aa.inform("logout",ua)}if(pa||ra){aa.inform("login",ua)}if(sa){aa.inform("authresponse.change",ua)}if(ta){aa.inform("status.change",ua)}return ua}function ca(){return y}function da(ja,ka,la){return function(ma){var na;if(ma&&ma.access_token){var oa=s.parse(ma.signed_request);ka={accessToken:ma.access_token,userID:oa.user_id,expiresIn:parseInt(ma.expires_in,10),signedRequest:ma.signed_request};if(ma.granted_scopes){ka.grantedScopes=ma.granted_scopes}if(q.getUseCookie()){var pa=ka.expiresIn===0?0:ES("Date","now",false)+ka.expiresIn*1000,qa=h.getDomain();if(!qa&&ma.base_domain){h.setDomain("."+ma.base_domain)}h.setSignedRequestCookie(ma.signed_request,pa);ea()}na="connected";ba(ka,na)}else{if(la==="logout"||la==="login_status"){if(ma.error&&ma.error==="not_authorized"){na="not_authorized"}else{na="unknown"}ba(null,na);if(q.getUseCookie()){h.clearSignedRequestCookie()}if(la==="logout"){fa();r.log("jssdk_error",{appId:q.getClientID(),error:"PLATFORM_AUTH_LOGOUT",extra:{args:{fblo:true}}})}}}if(ma&&ma.https==1){q.setSecure(true)}if(ja){ja({authResponse:ka,status:q.getLoginStatus()})}return ka}}function ea(){h.setRaw(w,"",0)}function fa(){h.setRaw(w,"y",ES("Date","now",false)+x)}function ga(ja){var ka,la=ES("Date","now",false);if(z){clearTimeout(z);z=null}var ma=h.getRaw(w)==="y";if(k("getloginstatus_tracking",true)){r.log("jssdk_error",{appId:q.getClientID(),error:"PLATFORM_AUTH_GETLOGINSTATUS",extra:{args:{fblo:ma}}})}if(ma){var na="unknown";ba(null,na);if(ja){ja({authResponse:null,status:na})}return}var oa=da(ja,y,"login_status"),pa=new u(t.resolve("www",true)+"/connect/ping").setQueryData({client_id:q.getClientID(),response_type:"token,signed_request,code",domain:location.hostname,origin:l(),redirect_uri:v.handler(function(qa){if(k("e2e_ping_tracking",true)){var ra={init:la,close:ES("Date","now",false),method:"ping"};o.debug("e2e: %s",ES("JSON","stringify",false,ra));n.log(114,{payload:ra})}ka.parentNode.removeChild(ka);if(oa(qa)){z=setTimeout(function(){ga(function(){})},1200000)}},"parent"),sdk:"joey",kid_directed_site:q.getKidDirectedSite()});ka=i({root:j.getRoot(),name:m(),url:pa.toString(),style:{display:"none"}})}var ha;function ia(ja,ka){if(!q.getClientID()){o.warn("FB.getLoginStatus() called before calling FB.init().");return}if(ja){if(!ka&&ha=="loaded"){ja({status:q.getLoginStatus(),authResponse:ca()});return}else{aa.subscribe("FB.loginStatus",ja)}}if(!ka&&ha=="loading"){return}ha="loading";var la=function ma(na){ha="loaded";aa.inform("FB.loginStatus",na);aa.clearSubscribers("FB.loginStatus")};ga(la)}ES("Object","assign",false,aa,{removeLogoutState:ea,getLoginStatus:ia,fetchLoginStatus:ga,setAuthResponse:ba,getAuthResponse:ca,parseSignedRequest:s.parse,xdResponseWrapper:da});f.exports=aa}),null);__d("sdk.DOM",["Assert","sdk.UA","sdk.domReady"],(function a(b,c,d,e,f,g,h,i,j){var k={};function l(z,aa){var ba=z.getAttribute(aa)||z.getAttribute(aa.replace(/_/g,"-"))||z.getAttribute(aa.replace(/-/g,"_"))||z.getAttribute(aa.replace(/-/g,""))||z.getAttribute(aa.replace(/_/g,""))||z.getAttribute("data-"+aa)||z.getAttribute("data-"+aa.replace(/_/g,"-"))||z.getAttribute("data-"+aa.replace(/-/g,"_"))||z.getAttribute("data-"+aa.replace(/-/g,""))||z.getAttribute("data-"+aa.replace(/_/g,""));return ba?String(ba):null}function m(z,aa){var ba=l(z,aa);return ba?/^(true|1|yes|on)$/.test(ba):null}function n(z,aa){h.isTruthy(z,"element not specified");h.isString(aa);try{return String(z[aa])}catch(ba){throw new Error("Could not read property "+aa+" : "+ba.message)}}function o(z,aa){h.isTruthy(z,"element not specified");h.isString(aa);try{z.innerHTML=aa}catch(ba){throw new Error("Could not set innerHTML : "+ba.message)}}function p(z,aa){h.isTruthy(z,"element not specified");h.isString(aa);var ba=" "+n(z,"className")+" ";return ES(ba,"indexOf",true," "+aa+" ")>=0}function q(z,aa){h.isTruthy(z,"element not specified");h.isString(aa);if(!p(z,aa)){z.className=n(z,"className")+" "+aa}}function r(z,aa){h.isTruthy(z,"element not specified");h.isString(aa);var ba=new RegExp("\\s*"+aa,"g");z.className=ES(n(z,"className").replace(ba,""),"trim",true)}function s(z,aa,ba){h.isString(z);aa=aa||document.body;ba=ba||"*";if(aa.querySelectorAll){return ES("Array","from",false,aa.querySelectorAll(ba+"."+z))}var ca=aa.getElementsByTagName(ba),da=[];for(var ea=0,fa=ca.length;eak){i.remove(r.callback);return false}t.onerror=function(){u({error:{type:"http",message:"unknown error"}})};var v=function w(){setTimeout(function(){u({error:{type:"http",message:"unknown error"}})},0)};if(t.addEventListener){t.addEventListener("load",v,false)}else{t.onreadystatechange=function(){if(/loaded|complete/.test(this.readyState)){v()}}}t.src=p;h.getRoot().appendChild(t);return true}function n(){l=true}var o={execute:m,ignoreMaxQuerystringLength:n,MAX_QUERYSTRING_LENGTH:k};f.exports=o}),null);__d("flattenObject",[],(function a(b,c,d,e,f,g){function h(i){var j={};for(var k in i){if(Object.prototype.hasOwnProperty.call(i,k)){var l=i[k];if(null===l||undefined===l){continue}else{if(typeof l=="string"){j[k]=l}else{j[k]=ES("JSON","stringify",false,l)}}}}return j}f.exports=h}),null);__d("ApiClient",["ArgumentError","Assert","CORSRequest","FlashRequest","flattenObject","JSONPRequest","Log","ObservableMixin","QueryString","sprintf","sdk.URI","UrlMap","ApiClientConfig","invariant","sdk.safelyParseResponse"],(function a(b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v){var w,x,y,z=m.MAX_QUERYSTRING_LENGTH,aa={get:true,post:true,"delete":true,put:true},ba={fql_query:true,fql_multiquery:true,friends_get:true,notifications_get:true,stream_get:true,users_getinfo:true},ca=["jsonp","cors","flash"],da=[],ea=[],fa=null,ga=0,ha=[],ia=0,ja=50,ka=105440539523;function la(va,wa,xa,ya){var za=ia!==0&&ga>=ia;if(za){ha.push(function(){return la(va,wa,xa,ya)});ta.inform("request.queued",va,wa,xa);return}ga++;if(y){xa=ES("Object","assign",false,{},y,xa)}xa.pretty=xa.pretty||0;xa=l(xa);var ab={jsonp:m,cors:j,flash:k},bb={},cb=xa.access_token||w;if(cb){bb.access_token=cb}if(xa.routing_control){bb.routing_control=xa.routing_control}var db=ES("Object","keys",false,bb);if(db.length>0){va=p.appendToUrl(va,bb);ES(db,"forEach",true,function(ib){return delete xa[ib]})}var eb;if(xa.transport){eb=[xa.transport];delete xa.transport}else{eb=ca}for(var fb=0;fb0&&ga0||u(0);da.length===ea.length||u(0);var va=da,wa=ea;da=[];ea=[];fa=null;if(va.length===1){var xa=va[0],ya=wa[0],za=xa.body?p.decode(xa.body):null;oa(xa.relative_url,xa.method,za,ya);return}oa("/","POST",{batch:va,include_headers:false,batch_app_id:x||ka},function(ab){if(ES("Array","isArray",false,ab)){ES(ab,"forEach",true,function(bb,cb){wa[cb](v(bb&&bb.body))})}else{ES(wa,"forEach",true,function(bb){return bb({error:{message:"Fatal: batch call failed."}})})}})}function sa(va,wa){i.isObject(va);i.isString(va.method,"method missing");if(!wa){n.warn("No callback passed to the ApiClient")}var xa=va.method.toLowerCase().replace(".","_");va.format="json-strings";va.api_key=x;var ya=xa in ba?"api_read":"api",za=s.resolve(ya)+"/restserver.php",ab=ES(ma,"bind",true,null,wa,"/restserver.php","get",va,ES("Date","now",false));la(za,"get",va,ab)}var ta=ES("Object","assign",false,new o(),{setAccessToken:function va(wa){w=wa},setAccessTokenForClientID:function va(wa,xa){if(!(w&&x&&x!==xa)){w=wa}},getAccessToken:function va(){return w},setClientID:function va(wa){x=wa},setDefaultParams:function va(wa){y=wa},setDefaultTransports:function va(wa){ca=wa},setMaxConcurrentRequests:function va(wa){ia=wa},getCurrentlyExecutingRequestCount:function va(){return ga},getQueuedRequestCount:function va(){return ha.length},rest:sa,graph:oa,scheduleBatchCall:qa,prepareBatchParams:pa});function ua(va,wa){return va.toString().length>z&&wa==="get"}k.setSwfUrl(t.FlashRequest.swfUrl);f.exports=ta}),null);__d("sdk.PlatformVersioning",["sdk.Runtime","ManagedError"],(function a(b,c,d,e,f,g,h,i){var j=/^v\d+\.\d\d?$/,k={REGEX:j,assertVersionIsSet:function l(){if(!h.getVersion()){throw new i("init not called with valid version")}},assertValidVersion:function l(m){if(!j.test(m)){throw new i("invalid version specified")}}};f.exports=k}),null);__d("sdk.api",["ApiClient","sdk.PlatformVersioning","sdk.Runtime","sdk.Scribe","sdk.URI","sdk.feature"],(function a(b,c,d,e,f,g,h,i,j,k,l,m){var n=m("should_log_response_error",false),o;j.subscribe("ClientID.change",function(q){return h.setClientID(q)});j.subscribe("AccessToken.change",function(q){o=q;h.setAccessToken(q)});h.setDefaultParams({sdk:"joey"});h.subscribe("request.complete",function(q,r,s,t){var u=false;if(t&&typeof t=="object"){if(t.error){if(t.error=="invalid_token"||t.error.type=="OAuthException"&&t.error.code==190){u=true}}else{if(t.error_code){if(t.error_code=="190"){u=true}}}}if(u&&o===j.getAccessToken()){j.setAccessToken(null)}});h.subscribe("request.complete",function(q,r,s,t){if((q=="/me/permissions"&&r==="delete"||q=="/restserver.php"&&s.method=="Auth.revokeAuthorization")&&t===true){j.setAccessToken(null)}});h.subscribe("request.error",function(q,r,s,t){if(n&&t.error.type==="http"){k.log("jssdk_error",{appId:j.getClientID(),error:"transport",extra:{name:"transport",message:ES("JSON","stringify",false,t.error)}})}});function p(q){if(typeof q==="string"){if(j.getIsVersioned()){i.assertVersionIsSet();if(!/https?/.test(q)&&q.charAt(0)!=="/"){q="/"+q}q=new l(q).setDomain(null).setProtocol(null).toString();if(!i.REGEX.test(q.substring(1,ES(q,"indexOf",true,"/",1)))){q="/"+j.getVersion()+q}var r=[q].concat(Array.prototype.slice.call(arguments,1));h.graph.apply(h,r)}else{h.graph.apply(h,arguments)}}else{h.rest.apply(h,arguments)}}f.exports=p}),null);__d("legacy:fb.api",["FB","sdk.api"],(function a(b,c,d,e,f,g,h,i){h.provide("",{api:i})}),3);__d("resolveURI",[],(function a(b,c,d,e,f,g){function h(i){if(!i){return window.location.href}i=i.replace(/&/g,"&").replace(/"/g,""");var j=document.createElement("div");j.innerHTML='';return j.firstChild.href}f.exports=h}),null);__d("sdk.Canvas.Environment",["sdk.RPC"],(function a(b,c,d,e,f,g,h){function i(l){h.remote.getPageInfo(function(m){l(m.result)})}function j(l,m){h.remote.scrollTo({x:l||0,y:m||0})}h.stub("getPageInfo");h.stub("scrollTo");var k={getPageInfo:i,scrollTo:j};f.exports=k}),null);__d("sdk.DialogUtils",["sdk.Content","sdk.DOM","DOMEventListener","sdk.UA","sdk.feature"],(function a(b,c,d,e,f,g,h,i,j,k,l){var m={isOrientationPotrait:function n(){return window.innerWidthx){y=x}}y+=s.scrollTop;if(k.mobile()){var z=100;if(p){z+=(s.height-u)/2;i.addCss(document.body,"fb_reposition")}else{i.addCss(document.body,"fb_hidden");if(l("dialog_resize_refactor",false)){document.body.style.width="auto"}y=10000}var aa=i.getByClass("fb_dialog_padding",o);if(aa.length){aa[0].style.height=z+"px"}}o.style.left=(v>0?v:0)+"px";o.style.top=(y>0?y:0)+"px"},setDialogPositionToTop:function n(o,p,q){this.setDialogPositionToCenter(o,p,q);var r=i.getViewportInfo(),s=r.scrollTop+(r.height-o.offsetHeight)*0.05;i.setStyle(o,"top",s+"px")},setupNewDarkOverlay:function n(){var o=document.createElement("div");o.setAttribute("id","fb_dialog_ipad_overlay");this.applyScreenDimensions(o);return o},setupNewDialog:function n(o){o=o||{};var p=document.createElement("div"),q=o,r=q.onClose;if(o.closeIcon&&r){var s=document.createElement("a");s.className="fb_dialog_close_icon";j.add(s,"click",r);p.appendChild(s)}var t="fb_dialog";t+=" "+(o.classes||"");if(k.ie()){t+=" fb_dialog_legacy";ES(["vert_left","vert_right","horiz_top","horiz_bottom","top_left","top_right","bottom_left","bottom_right"],"forEach",true,function(x){var y=document.createElement("span");y.className="fb_dialog_"+x;p.appendChild(y)})}else{t+=k.mobile()?" fb_dialog_mobile":" fb_dialog_advanced"}p.className=t;if(o.width){var u=parseInt(o.width,10);if(!isNaN(u)){p.style.width=u+"px"}}var v=document.createElement("div");if(o.content){h.append(o.content,v)}v.className="fb_dialog_content";p.appendChild(v);if(k.mobile()){var w=document.createElement("div");w.className="fb_dialog_padding";p.appendChild(w)}return{dialogElement:p,contentRoot:v}},onDialogHideCleanup:function n(o){var p=document.body;if(o){i.removeCss(p,"fb_reposition")}else{i.removeCss(p,"fb_hidden")}}};f.exports=m}),null);__d("sdk.fbt",[],(function a(b,c,d,e,f,g){var h={_:function i(j){return typeof j==="string"?j:j[0]}};f.exports=h}),null);__d("sdk.Dialog",["sdk.Canvas.Environment","sdk.Content","sdk.DialogUtils","sdk.DOM","DOMEventListener","ObservableMixin","sdk.Runtime","Type","sdk.UA","sdk.fbt","sdk.feature"],(function a(b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){var s=30,t=590,u=500,v=240,w=575;function x(){if(r("dialog_resize_refactor",false)){var aa=k.getViewportInfo();if(aa.height&&aa.width){return{width:Math.min(aa.width,u),height:Math.min(aa.height,t)}}}return null}var y=o.extend({constructor:function aa(ba,ca){this.parent();this.id=ba;this.display=ca;this._e2e={};if(!z._dialogs){z._dialogs={};z._addOrientationHandler()}z._dialogs[ba]=this;this.trackEvent("init")},trackEvent:function aa(ba,ca){if(this._e2e[ba]){return this}this._e2e[ba]=ca||ES("Date","now",false);if(ba=="close"){this.inform("e2e:end",this._e2e)}return this},trackEvents:function aa(ba){if(typeof ba==="string"){ba=ES("JSON","parse",false,ba)}for(var ca in ba){if(Object.prototype.hasOwnProperty.call(ba,ca)){this.trackEvent(ca,ba[ca])}}return this}},m),z={newInstance:function aa(ba,ca){return new y(ba,ca)},_dialogs:null,_lastYOffset:0,_overlayListeners:[],_loaderEl:null,_overlayEl:null,_stack:[],_active:null,_forceTabletStyle:null,_closeOnOverlayTap:null,_positionDialogAtTopWhenPortrait:null,get:function aa(ba){return z._dialogs[ba]},_findRoot:function aa(ba){while(ba){if(k.containsCss(ba,"fb_dialog")){return ba}ba=ba.parentNode}},_createWWWLoader:function aa(ba){ba=ba?ba:460;return z.create({content:'
          Facebook
          ',width:ba})},_createMobileLoader:function aa(){var ba;if(p.nativeApp()){ba='
          '}else{if(z.isTabletStyle()){ba='"}else{ba='
          '+q._("Loading...")+'
          '}}return z.create({classes:"loading"+(z.isTabletStyle()?" centered":""),content:ba})},_setDialogOverlayStyle:function aa(){j.applyScreenDimensions(z._overlayEl)},_showTabletOverlay:function aa(ba){if(!z.isTabletStyle()){return}if(!z._overlayEl){z._overlayEl=j.setupNewDarkOverlay();i.append(z._overlayEl,null)}if(z._closeOnOverlayTap){var ca=j.addDoubleClickAction(z._overlayEl,ES(ba,"bind",true,this),5000);z._overlayListeners.push(ca)}z._overlayEl.className=""},_hideTabletOverlay:function aa(){if(z.isTabletStyle()){z._overlayEl.className="hidden";ES(z._overlayListeners,"forEach",true,function(ba){return ba.remove()});z._overlayListeners=[]}},showLoader:function aa(ba,ca){if(!ba){ba=function ga(){}}var da=function ga(){z._hideLoader();j.onDialogHideCleanup(z.isTabletStyle());z._hideTabletOverlay();ba()};z._showTabletOverlay(da);if(!z._loaderEl){z._loaderEl=z._findRoot(p.mobile()?z._createMobileLoader():z._createWWWLoader(ca))}var ea=document.getElementById("fb_dialog_loader_close");if(ea){k.removeCss(ea,"fb_hidden");var fa=l.add(ea,"click",da);z._overlayListeners.push(fa)}z._makeActive(z._loaderEl)},setCloseOnOverlayTap:function aa(ba){z._closeOnOverlayTap=!!ba},setPositionDialogAtTopWhenPortrait:function aa(ba){z._positionDialogAtTopWhenPortrait=!!ba},_hideLoader:function aa(){if(z._loaderEl&&z._loaderEl==z._active){z._loaderEl.style.top="-10000px"}},_makeActive:function aa(ba){z._setDialogSizes();z._lowerActive();z._active=ba;if(n.isEnvironment(n.ENVIRONMENTS.CANVAS)){h.getPageInfo(function(ca){z._centerActive(ca)})}z._centerActive()},_lowerActive:function aa(){if(!z._active){return}z._active.style.top="-10000px";z._active=null},_removeStacked:function aa(ba){z._stack=ES(z._stack,"filter",true,function(ca){return ca!=ba})},_centerActive:function aa(ba){var ca=z._active;if(!ca){return}if(z._positionDialogAtTopWhenPortrait&&j.isOrientationPotrait()){j.setDialogPositionToTop(ca,z.isTabletStyle(),ba)}else{j.setDialogPositionToCenter(ca,z.isTabletStyle(),ba)}},_setDialogSizes:function aa(){var ba=arguments.length<=0||arguments[0]===undefined?false:arguments[0];if(!p.mobile()){return}for(var ca in z._dialogs){if(Object.prototype.hasOwnProperty.call(z._dialogs,ca)){var da=document.getElementById(ca);if(da){da.style.width=z.getDefaultSize().width+"px";if(!ba){da.style.height=z.getDefaultSize().height+"px"}}}}},getDefaultSize:function aa(){if(p.mobile()){var ba=x();if(ba){if(k.getViewportInfo().width<=ba.width){ba.width=k.getViewportInfo().width-s}if(k.getViewportInfo().height<=ba.height){ba.height=k.getViewportInfo().height-s}return ba}if(p.ipad()){return{width:u,height:t}}if(p.android()){return{width:screen.availWidth,height:screen.availHeight}}else{var ca=window.innerWidth,da=window.innerHeight,ea=ca/da>1.2;return{width:ca,height:Math.max(da,ea?screen.width:screen.height)}}}return{width:w,height:v}},_handleOrientationChange:function aa(){var ba=r("dialog_resize_refactor",false)?k.getViewportInfo().width:screen.availWidth;z._availScreenWidth=ba;if(z.isTabletStyle()){z._setDialogSizes(true);z._centerActive();z._setDialogOverlayStyle()}else{var ca=z.getDefaultSize().width;for(var da in z._dialogs){if(Object.prototype.hasOwnProperty.call(z._dialogs,da)){var ea=document.getElementById(da);if(ea){ea.style.width=ca+"px"}}}}},_addOrientationHandler:function aa(){if(!p.mobile()){return null}z._availScreenWidth=r("dialog_resize_refactor",false)?k.getViewportInfo().width:screen.availWidth;j.addMobileOrientationChangeAction(z._handleOrientationChange)},create:function aa(ba){var ca=j.setupNewDialog(ba);i.append(ca.dialogElement);if(ba.visible){z.show(ca.dialogElement)}if(typeof ba.styles==="object"){ES("Object","assign",false,ca.dialogElement.style,ba.styles)}return ca.contentRoot},show:function aa(ba){var ca=z._findRoot(ba);if(ca){z._removeStacked(ca);z._hideLoader();z._makeActive(ca);z._stack.push(ca);if("fbCallID" in ba){z.get(ba.fbCallID).inform("iframe_show").trackEvent("show")}}},hide:function aa(ba){var ca=z._findRoot(ba);z._hideLoader();if(ca==z._active){z._lowerActive();j.onDialogHideCleanup(z.isTabletStyle());z._hideTabletOverlay();if("fbCallID" in ba){z.get(ba.fbCallID).inform("iframe_hide").trackEvent("hide")}}},remove:function aa(ba){ba=z._findRoot(ba);if(ba){var ca=z._active==ba;z._removeStacked(ba);if(ca){z._hideLoader();if(z._stack.length>0){z.show(z._stack.pop())}else{z._lowerActive();j.onDialogHideCleanup(z.isTabletStyle());z._hideTabletOverlay()}}else{if(z._active===null&&z._stack.length>0){z.show(z._stack.pop())}}setTimeout(function(){ba.parentNode.removeChild(ba)},3000)}},isActive:function aa(ba){var ca=z._findRoot(ba);return ca&&ca===z._active},setForceTabletStyle:function aa(ba){z._forceTabletStyle=!!ba},isTabletStyle:function aa(){var ba;if(!p.mobile()){return false}if(z._forceTabletStyle){return true}if(r("dialog_resize_refactor",false)){var ca=x();ba=ca&&(ca.height>=t||ca.width>=u)}else{ba=!!p.ipad()}return ba}};f.exports=z}),null);__d("sdk.Frictionless",["sdk.Auth","sdk.api","sdk.Event","sdk.Dialog"],(function a(b,c,d,e,f,g,h,i,j,k){var l={_allowedRecipients:{},_useFrictionless:false,_updateRecipients:function m(){l._allowedRecipients={};i("/me/apprequestformerrecipients",function(n){if(!n||n.error){return}ES(n.data,"forEach",true,function(o){l._allowedRecipients[o.recipient_id]=true})})},init:function m(){l._useFrictionless=true;h.getLoginStatus(function(n){if(n.status=="connected"){l._updateRecipients()}});j.subscribe("auth.login",function(n){if(n.authResponse){l._updateRecipients()}})},_processRequestResponse:function m(n,o){return function(p){var q=p&&p.updated_frictionless;if(l._useFrictionless&&q){l._updateRecipients()}if(p){if(!o&&p.frictionless){k._hideLoader();k._restoreBodyPosition();k._hideIPadOverlay()}delete p.frictionless;delete p.updated_frictionless}n&&n(p)}},isAllowed:function m(n){if(!n){return false}if(typeof n==="number"){return n in l._allowedRecipients}if(typeof n==="string"){n=n.split(",")}n=ES(n,"map",true,function(q){return ES(String(q),"trim",true)});var o=true,p=false;ES(n,"forEach",true,function(q){o=o&&q in l._allowedRecipients;p=true});return o&&p}};j.subscribe("init:post",function(m){if(m.frictionlessRequests){l.init()}});f.exports=l}),null);__d("sdk.Native",["Log","sdk.UA"],(function a(b,c,d,e,f,g,h,i){var j="fbNativeReady",k={onready:function l(m){if(!i.nativeApp()){h.error("FB.Native.onready only works when the page is rendered in a WebView of the native Facebook app. Test if this is the case calling FB.UA.nativeApp()");return}if(window.__fbNative&&!this.nativeReady){ES("Object","assign",false,this,window.__fbNative)}if(this.nativeReady){m()}else{var n=function o(p){window.removeEventListener(j,o);this.onready(m)};window.addEventListener(j,n,false)}}};f.exports=k}),null);__d("sdk.openMessenger",["sdk.UA"],(function a(b,c,d,e,f,g,h){var i="https://itunes.apple.com/us/app/messenger/id454638411",j="https://play.google.com/store/apps/details?id=com.facebook.orca",k=3000;function l(m){var n=void 0,o=void 0,p=m.link,q=m.app_id;if(h.android()){n="intent://share/#Intent;package=com.facebook.orca;scheme=fb-messenger;S.android.intent.extra.TEXT="+encodeURIComponent(p)+";S.trigger=send_plugin;";if(q){n+="S.platform_app_id="+encodeURIComponent(q)+";"}n+="end";o=j}else{n="fb-messenger://share?link="+encodeURIComponent(p);if(q){n+="&app_id="+encodeURIComponent(q)}o=i}setTimeout(function(){window.location.href=o},k);window.location.href=n}f.exports=l}),null);__d("sdk.UIServer",["sdk.Auth","sdk.Content","sdk.DOM","sdk.Dialog","sdk.Event","sdk.Frictionless","Log","sdk.Native","QueryString","sdk.RPC","sdk.Runtime","JSSDKConfig","sdk.UA","UrlMap","sdk.XD","createObjectFrom","sdk.feature","sdk.fbt","flattenObject","sdk.getContextType","guid","insertIframe","sdk.openMessenger","resolveURI"],(function a(b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,aa,ba,ca,da,ea){var fa={transform:function la(ma){if(ma.params.display==="touch"&&ka.canIframe(ma.params)&&window.postMessage){ma.params.channel=ka._xdChannelHandler(ma.id,"parent");if(!t.nativeApp()){ma.params.in_iframe=1}return ma}else{return ka.genericTransform(ma)}},getXdRelation:function la(ma){var na=ma.display;if(na==="touch"&&window.postMessage&&ma.in_iframe){return"parent"}return ka.getXdRelation(ma)}},ga={"stream.share":{size:{width:670,height:340},url:"sharer.php",transform:function la(ma){if(!ma.params.u){ma.params.u=window.location.toString()}ma.params.display="popup";return ma}},apprequests:{transform:function la(ma){ma=fa.transform(ma);ma.params.frictionless=m&&m._useFrictionless;if(ma.params.frictionless){if(m.isAllowed(ma.params.to)){ma.params.display="iframe";ma.params.in_iframe=true;ma.hideLoader=true}ma.cb=m._processRequestResponse(ma.cb,ma.hideLoader)}ma.closeIcon=false;return ma},getXdRelation:fa.getXdRelation},"permissions.oauth":{url:"dialog/oauth",size:{width:t.mobile()?null:475,height:t.mobile()?null:183},transform:function la(ma){if(!r.getClientID()){n.error("FB.login() called before FB.init().");return}if(h.getAuthResponse()&&!ma.params.scope&&!ma.params.auth_type){n.error("FB.login() called when user is already connected.");ma.cb&&ma.cb({status:r.getLoginStatus(),authResponse:h.getAuthResponse()});return}var na=ma.cb,oa=ma.id;delete ma.cb;var pa=ES("Object","keys",false,ES("Object","assign",false,ma.params.response_type?w(ma.params.response_type.split(",")):{},{token:true,signed_request:true})).join(",");if(ma.params.display==="async"){ES("Object","assign",false,ma.params,{client_id:r.getClientID(),origin:aa(),response_type:pa,domain:location.hostname});ma.cb=h.xdResponseWrapper(na,h.getAuthResponse(),"permissions.oauth")}else{ES("Object","assign",false,ma.params,{client_id:r.getClientID(),redirect_uri:ea(ka.xdHandler(na,oa,"opener",h.getAuthResponse(),"permissions.oauth")),origin:aa(),response_type:pa,domain:location.hostname})}return ma}},"auth.logout":{url:"logout.php",transform:function la(ma){if(!r.getClientID()){n.error("FB.logout() called before calling FB.init().")}else{if(!h.getAuthResponse()){n.error("FB.logout() called without an access token.")}else{ma.params.next=ka.xdHandler(ma.cb,ma.id,"parent",h.getAuthResponse(),"logout");return ma}}}},"login.status":{url:"dialog/oauth",transform:function la(ma){var na=ma.cb,oa=ma.id;delete ma.cb;ES("Object","assign",false,ma.params,{client_id:r.getClientID(),redirect_uri:ka.xdHandler(na,oa,"parent",h.getAuthResponse(),"login_status"),origin:aa(),response_type:"token,signed_request,code",domain:location.hostname});return ma}},pay:{size:{width:555,height:120},connectDisplay:"popup"},live_broadcast:{transform:function la(ma){if(ma.params.phase==="create"){ma.size={width:480,height:280}}if(ma.params.phase==="publish"){ma.size={width:772,height:540}}return ma},require_access_token:true}},ha={};function ia(la,ma){ha[ma]=true;return function(na){delete ha[ma];la(na)}}function ja(la){if(!x("should_force_single_dialog_instance",true)){return false}var ma=la.method.toLowerCase();if(ma==="pay"&&la.display==="async"){return true}return false}var ka={Methods:ga,_loadedNodes:{},_defaultCb:{},_resultToken:'"xxRESULTTOKENxx"',genericTransform:function la(ma){if(ma.params.display=="dialog"||ma.params.display=="iframe"){ES("Object","assign",false,ma.params,{display:"iframe",channel:ka._xdChannelHandler(ma.id,"parent.parent")},true)}return ma},checkOauthDisplay:function la(ma){var na=ma.scope||ma.perms||r.getScope();if(!na){return ma.display}var oa=na.split(/\s|,/g);for(var pa=0;pa2048},getDisplayMode:function la(ma,na){if(na.display==="hidden"||na.display==="none"||na.display==="native"){return na.display}var oa=r.isEnvironment(r.ENVIRONMENTS.CANVAS)||r.isEnvironment(r.ENVIRONMENTS.PAGETAB);if(oa&&!na.display){return"async"}if(t.mobile()||na.display==="touch"){return"touch"}if(na.display=="iframe"||na.display=="dialog"){if(!ka.canIframe(na)){n.error('"dialog" mode can only be used when the user is connected.');return"popup"}}if(ma.connectDisplay&&!oa){return ma.connectDisplay}return na.display||(ka.canIframe(na)?"dialog":"popup")},canIframe:function la(ma){if(r.getAccessToken()){return true}if(t.mobile()&&r.getLoggedIntoFacebook()){return !!ma.mobile_iframe}return false},getXdRelation:function la(ma){var na=ma.display;if(na==="popup"||na==="touch"){return"opener"}if(na==="dialog"||na==="iframe"||na==="hidden"||na==="none"){return"parent"}if(na==="async"){return"parent.frames["+window.name+"]"}},popup:function la(ma){var na=typeof window.screenX!="undefined"?window.screenX:window.screenLeft,oa=typeof window.screenY!="undefined"?window.screenY:window.screenTop,pa=typeof window.outerWidth!="undefined"?window.outerWidth:document.documentElement.clientWidth,qa=typeof window.outerHeight!="undefined"?window.outerHeight:document.documentElement.clientHeight-22,ra=t.mobile()?null:ma.size.width,sa=t.mobile()?null:ma.size.height,ta=na<0?window.screen.width+na:na,ua=parseInt(ta+(pa-ra)/2,10),va=parseInt(oa+(qa-sa)/2.5,10),wa=[];if(ra!==null){wa.push("width="+ra)}if(sa!==null){wa.push("height="+sa)}wa.push("left="+ua);wa.push("top="+va);wa.push("scrollbars=1");if(ma.name=="permissions.request"||ma.name=="permissions.oauth"){wa.push("location=1,toolbar=0")}wa=wa.join(",");var xa;if(ma.post){xa=window.open("about:blank",ma.id,wa);if(xa){ka.setLoadedNode(ma,xa,"popup");i.submitToTarget({url:ma.url,target:ma.id,params:ma.params})}}else{xa=window.open(ma.url,ma.id,wa);if(xa){ka.setLoadedNode(ma,xa,"popup")}}if(!xa){return}if(ma.id in ka._defaultCb){ka._popupMonitor()}},setLoadedNode:function la(ma,na,oa){if(oa==="iframe"){na.fbCallID=ma.id}na={node:na,type:oa,fbCallID:ma.id};ka._loadedNodes[ma.id]=na},getLoadedNode:function la(ma){var na=typeof ma=="object"?ma.id:ma,oa=ka._loadedNodes[na];return oa?oa.node:null},hidden:function la(ma){ma.className="FB_UI_Hidden";ma.root=i.appendHidden("");ka._insertIframe(ma)},iframe:function la(ma){ma.className="FB_UI_Dialog";if(ma.params.mobile_iframe){k.setForceTabletStyle(true);k.setCloseOnOverlayTap(true);k.setPositionDialogAtTopWhenPortrait(true)}var na=function pa(){var qa=ES("JSON","stringify",false,{error_code:4201,error_message:y._("User canceled the Dialog flow")});ka._triggerDefault(ma.id,qa)},oa={onClose:na,closeIcon:ma.closeIcon===undefined?true:ma.closeIcon,classes:k.isTabletStyle()?"centered":""};if(ma.params.mobile_iframe){oa.styles={"border-radius":"8px"}}ma.root=k.create(oa);if(!ma.hideLoader){k.showLoader(na,ma.size.width)}j.addCss(ma.root,"fb_dialog_iframe");ka._insertIframe(ma)},touch:function la(ma){if(ma.params&&ma.params.in_iframe){if(ma.ui_created){k.showLoader(function(){ka._triggerDefault(ma.id,null)},0)}else{ka.iframe(ma)}}else{if(t.nativeApp()&&!ma.ui_created){ma.frame=ma.id;o.onready(function(){ka.setLoadedNode(ma,o.open(ma.url+"#cb="+ma.frameName),"native")});ka._popupMonitor()}else{if(!ma.ui_created){ka.popup(ma)}}}},async:function la(ma){ma.params.redirect_uri=location.protocol+"//"+location.host+location.pathname;delete ma.params.access_token;q.remote.showDialog(ma.params,function(na){var oa=na.result;if(oa&&oa.e2e){var pa=k.get(ma.id);pa.trackEvents(oa.e2e);pa.trackEvent("close");delete oa.e2e}ma.cb(oa)})},"native":function la(ma){da(ma.params)},getDefaultSize:function la(){return k.getDefaultSize()},_insertIframe:function la(ma){ka._loadedNodes[ma.id]=false;var na=function oa(pa){if(ma.id in ka._loadedNodes){ka.setLoadedNode(ma,pa,"iframe")}};if(ma.post){ca({url:"about:blank",root:ma.root,className:ma.className,width:ma.size.width,height:ma.size.height,id:ma.id,onInsert:na,onload:function oa(pa){i.submitToTarget({url:ma.url,target:pa.name,params:ma.params})}})}else{ca({url:ma.url,root:ma.root,className:ma.className,width:ma.size.width,height:ma.size.height,id:ma.id,name:ma.frameName,onInsert:na})}},_handleResizeMessage:function la(ma,na){var oa=ka.getLoadedNode(ma);if(!oa){return}if(na.height){oa.style.height=na.height+"px"}if(na.width){oa.style.width=na.width+"px"}v.inform("resize.ack",na||{},"parent.frames["+oa.name+"]");if(!k.isActive(oa)){k.show(oa)}else{k._centerActive()}},_triggerDefault:function la(ma,na){var oa={frame:ma};if(na){oa.result=na}ka._xdRecv(oa,ka._defaultCb[ma]||function(){})},_popupMonitor:function la(){var ma;for(var na in ka._loadedNodes){if(Object.prototype.hasOwnProperty.call(ka._loadedNodes,na)&&na in ka._defaultCb){var oa=ka._loadedNodes[na];if(oa.type!="popup"&&oa.type!="native"){continue}var pa=oa.node;try{if(pa.closed){ka._triggerDefault(na,null)}else{ma=true}}catch(qa){}}}if(ma&&!ka._popupInterval){ka._popupInterval=setInterval(ka._popupMonitor,100)}else{if(!ma&&ka._popupInterval){clearInterval(ka._popupInterval);ka._popupInterval=null}}},_xdChannelHandler:function la(ma,na){return v.handler(function(oa){var pa=ka.getLoadedNode(ma);if(!pa){return}if(oa.type=="resize"){ka._handleResizeMessage(ma,oa)}else{if(oa.type=="hide"){k.hide(pa)}else{if(oa.type=="rendered"){var qa=k._findRoot(pa);k.show(qa)}else{if(oa.type=="fireevent"){l.fire(oa.event)}}}}},na,true,null)},_xdNextHandler:function la(ma,na,oa,pa){if(pa){ka._defaultCb[na]=ma}return v.handler(function(qa){ka._xdRecv(qa,ma)},oa)+"&frame="+na},_xdRecv:function la(ma,na){var oa=ka.getLoadedNode(ma.frame);if(oa){if(oa.close){try{oa.close();if(/iPhone.*Version\/(5|6)/.test(navigator.userAgent)&&RegExp.$1!=="5"){window.focus()}ka._popupCount--}catch(qa){}}else{if(j.containsCss(oa,"FB_UI_Hidden")){setTimeout(function(){oa.parentNode.parentNode.removeChild(oa.parentNode)},3000)}else{if(j.containsCss(oa,"FB_UI_Dialog")){k.remove(oa)}}}}delete ka._loadedNodes[ma.frame];delete ka._defaultCb[ma.frame];if(ma.e2e){var pa=k.get(ma.frame);pa.trackEvents(ma.e2e);pa.trackEvent("close");delete ma.e2e}na(ma)},_xdResult:function la(ma,na,oa,pa){return ka._xdNextHandler(function(qa){ma&&ma(qa.result&&qa.result!=ka._resultToken&&ES("JSON","parse",false,qa.result))},na,oa,pa)+"&result="+encodeURIComponent(ka._resultToken)},xdHandler:function la(ma,na,oa,pa,qa){return ka._xdNextHandler(h.xdResponseWrapper(ma,pa,qa),na,oa,true)}};q.stub("showDialog");f.exports=ka}),null);__d("sdk.ui",["Assert","sdk.Impressions","Log","sdk.PlatformVersioning","sdk.Runtime","sdk.UIServer","sdk.feature"],(function a(b,c,d,e,f,g,h,i,j,k,l,m,n){function o(p,q){h.isObject(p);h.maybeFunction(q);if(l.getIsVersioned()){k.assertVersionIsSet();if(p.version){k.assertValidVersion(p.version)}else{p.version=l.getVersion()}}p=ES("Object","assign",false,{},p);if(!p.method){j.error('"method" is a required parameter for FB.ui().');return null}if(p.method=="pay.prompt"){p.method="pay"}var r=p.method;if(p.redirect_uri){j.warn("When using FB.ui, you should not specify a redirect_uri.");delete p.redirect_uri}if((r=="permissions.request"||r=="permissions.oauth")&&(p.display=="iframe"||p.display=="dialog")){p.display=m.checkOauthDisplay(p)}if(p.display==="native"&&r!=="send"){j.error('display type "native" not supported');return null}var s=n("e2e_tracking",true);if(s){p.e2e={}}var t=m.prepareCall(p,q||function(){});if(!t){return null}var u=t.params.display;if(u==="dialog"){u="iframe"}else{if(u==="none"){u="hidden"}}var v=m[u];if(!v){j.error('"display" must be one of "popup", "dialog", "iframe", "touch", "async", "hidden", or "none"');return null}if(s){t.dialog.subscribe("e2e:end",function(w){w.method=r;w.display=u;j.debug("e2e: %s",ES("JSON","stringify",false,w));i.log(114,{payload:w})})}v(t);return t.dialog}f.exports=o}),null);__d("legacy:fb.auth",["sdk.Auth","sdk.Cookie","sdk.Event","FB","Log","sdk.Runtime","sdk.SignedRequest","sdk.ui"],(function a(b,c,d,e,f,g,h,i,j,k,l,m,n,o){k.provide("",{getLoginStatus:function p(){return h.getLoginStatus.apply(h,arguments)},getAuthResponse:function p(){return h.getAuthResponse()},getAccessToken:function p(){return m.getAccessToken()||null},getUserID:function p(){return m.getUserID()||m.getCookieUserID()},login:function p(q,r){if(r&&r.perms&&!r.scope){r.scope=r.perms;delete r.perms;l.warn("OAuth2 specification states that 'perms' should now be called 'scope'. Please update.")}var s=m.isEnvironment(m.ENVIRONMENTS.CANVAS)||m.isEnvironment(m.ENVIRONMENTS.PAGETAB);o(babelHelpers["extends"]({method:"permissions.oauth",display:s?"async":"popup",domain:location.hostname},r||{}),q)},logout:function p(q){o({method:"auth.logout",display:"hidden"},q)}});h.subscribe("logout",ES(j.fire,"bind",true,j,"auth.logout"));h.subscribe("login",ES(j.fire,"bind",true,j,"auth.login"));h.subscribe("authresponse.change",ES(j.fire,"bind",true,j,"auth.authResponseChange"));h.subscribe("status.change",ES(j.fire,"bind",true,j,"auth.statusChange"));j.subscribe("init:post",function(p){if(p.status){h.getLoginStatus()}if(m.getClientID()){if(p.authResponse){h.setAuthResponse(p.authResponse,"connected")}else{if(m.getUseCookie()){var q=i.loadSignedRequest(),r;if(q){try{r=n.parse(q)}catch(s){i.clearSignedRequestCookie()}if(r&&r.user_id){m.setCookieUserID(r.user_id)}}i.loadMeta()}}}})}),3);__d("sdk.Canvas.IframeHandling",["DOMWrapper","sdk.RPC"],(function a(b,c,d,e,f,g,h,i){var j=null,k;function l(){var p=h.getWindow().document,q=p.body,r=p.documentElement,s=Math.max(q.offsetTop,0),t=Math.max(r.offsetTop,0),u=q.scrollHeight+s,v=q.offsetHeight+s,w=r.scrollHeight+t,x=r.offsetHeight+t;return Math.max(u,v,w,x)}function m(p){if(typeof p!="object"){p={}}var q=0,r=0;if(!p.height){p.height=l();q=16;r=4}if(!p.frame){p.frame=window.name||"iframe_canvas"}if(k){var s=k.height,t=p.height-s;if(t<=r&&t>=-q){return false}}k=p;i.remote.setSize(p);return true}function n(p,q){if(q===undefined&&typeof p==="number"){q=p;p=true}if(p||p===undefined){if(j===null){j=setInterval(function(){m()},q||100)}m()}else{if(j!==null){clearInterval(j);j=null}}}i.stub("setSize");var o={setSize:m,setAutoGrow:n};f.exports=o}),null);__d("sdk.Canvas.Navigation",["sdk.RPC"],(function a(b,c,d,e,f,g,h){function i(k){h.local.navigate=function(l){k({path:l})};h.remote.setNavigationEnabled(true)}h.stub("setNavigationEnabled");var j={setUrlHandler:i};f.exports=j}),null);__d("sdk.Canvas.Plugin",["Log","sdk.RPC","sdk.Runtime","sdk.UA","sdk.api"],(function a(b,c,d,e,f,g,h,i,j,k,l){var m="CLSID:D27CDB6E-AE6D-11CF-96B8-444553540000",n="CLSID:444785F1-DE89-4295-863A-D46C3A781394",o=null,p=k.osx()&&k.osx.getVersionParts(),q=!(p&&p[0]>10&&p[1]>10&&(k.chrome()>=31||k.webkit()>=537.71||k.firefox()>=25));function r(ba){ba._hideunity_savedstyle={};ba._hideunity_savedstyle.left=ba.style.left;ba._hideunity_savedstyle.position=ba.style.position;ba._hideunity_savedstyle.width=ba.style.width;ba._hideunity_savedstyle.height=ba.style.height;ba.style.left="-10000px";ba.style.position="absolute";ba.style.width="1px";ba.style.height="1px"}function s(ba){if(ba._hideunity_savedstyle){ba.style.left=ba._hideunity_savedstyle.left;ba.style.position=ba._hideunity_savedstyle.position;ba.style.width=ba._hideunity_savedstyle.width;ba.style.height=ba._hideunity_savedstyle.height}}function t(ba){ba._old_visibility=ba.style.visibility;ba.style.visibility="hidden"}function u(ba){ba.style.visibility=ba._old_visibility||"";delete ba._old_visibility}function v(ba){var ca=ba.type?ba.type.toLowerCase():null,da=ca==="application/x-shockwave-flash"||ba.classid&&ba.classid.toUpperCase()==m;if(!da){return false}var ea=/opaque|transparent/i;if(ea.test(ba.getAttribute("wmode"))){return false}for(var fa=0;fa1/l||m=="*"||~ES(m,"indexOf",true,i.getClientID())){return}setTimeout(p,30000)}function r(u){n=u}function s(u){o.push(u)}var t={COLLECT_AUTOMATIC:k.AUTOMATIC,COLLECT_MANUAL:k.MANUAL,addStaticResource:s,setCollectionMode:r,_maybeSample:q};f.exports=t}),null);__d("legacy:fb.canvas.prefetcher",["FB","sdk.Canvas.Prefetcher","sdk.Event","sdk.Runtime"],(function a(b,c,d,e,f,g,h,i,j,k){h.provide("Canvas.Prefetcher",i);j.subscribe("init:post",function(l){if(k.isEnvironment(k.ENVIRONMENTS.CANVAS)){i._maybeSample()}})}),3);__d("legacy:fb.compat.ui",["FB","Log","sdk.ui","sdk.UIServer"],(function a(b,c,d,e,f,g,h,i,j,k){h.provide("",{share:function l(m){i.error("share() has been deprecated. Please use FB.ui() instead.");j({display:"popup",method:"stream.share",u:m})},publish:function l(m,n){i.error("publish() has been deprecated. Please use FB.ui() instead.");m=m||{};j(babelHelpers["extends"]({display:"popup",method:"stream.publish",preview:1},m||{}),n)},addFriend:function l(m,n){i.error("addFriend() has been deprecated. Please use FB.ui() instead.");j({display:"popup",id:m,method:"friend.add"},n)}});k.Methods["auth.login"]=k.Methods["permissions.request"]}),3);__d("mergeArrays",[],(function a(b,c,d,e,f,g){function h(i,j){for(var k=0;k0||typeof w==="string"&&/^[0-9a-f]{21,}$|^[0-9]{1,21}$/.test(w);if(x){return w.toString()}l.warn("Invalid App Id: Must be a number or numeric string representing the application id.");return null}function v(w){if(q.getInitialized()){l.warn("FB.init has already been called - this could indicate a problem")}if(q.getIsVersioned()){if(Object.prototype.toString.call(w)!=="[object Object]"){throw new m("Invalid argument")}if(w.authResponse){l.warn("Setting authResponse is not supported")}if(!w.version){w.version=new s(location.href).getQueryData().sdk_version}o.assertValidVersion(w.version);q.setVersion(w.version)}else{if(/number|string/.test(typeof w)){l.warn("FB.init called with invalid parameters");w={apiKey:w}}w=ES("Object","assign",false,{status:true},w||{})}var x=u(w.appId||w.apiKey);if(x!==null){q.setClientID(x)}if("scope" in w){q.setScope(w.scope)}if(w.cookie){q.setUseCookie(true);if(typeof w.cookie==="string"){h.setDomain(w.cookie)}}if(w.kidDirectedSite){q.setKidDirectedSite(true)}q.setInitialized(true);if(t("js_sdk_impression_on_load",true)){k.log(115,{})}if(r.mBasic()){n.init()}j.fire("init:post",w)}setTimeout(function(){var w=/(connect\.facebook\.net|\.facebook\.com\/assets.php).*?#(.*)/;ES(ES("Array","from",false,fb_fif_window.document.getElementsByTagName("script")),"forEach",true,function(x){if(x.src){var y=w.exec(x.src);if(y){var z=p.decode(y[2]);for(var aa in z){if(Object.prototype.hasOwnProperty.call(z,aa)){var ba=z[aa];if(ba=="0"){z[aa]=0}}}v(z)}}});if(window.fbAsyncInit&&!window.fbAsyncInit.hasRun){window.fbAsyncInit.hasRun=true;i.unguard(window.fbAsyncInit)()}},0);f.exports=v}),null);__d("legacy:fb.init",["FB","sdk.init"],(function a(b,c,d,e,f,g,h,i){h.provide("",{init:i})}),3);__d("legacy:fb.json",["FB","ManagedError"],(function a(b,c,d,e,f,g,h,i){h.provide("JSON",{stringify:function j(k){try{return ES("JSON","stringify",false,k)}catch(l){throw new i(l.message,l)}},parse:function j(k){try{return ES("JSON","parse",false,k)}catch(l){throw new i(l.message,l)}}})}),3);__d("legacy:fb.ua",["FB","sdk.UA"],(function a(b,c,d,e,f,g,h,i){h.provide("UA",{nativeApp:i.nativeApp})}),3);__d("legacy:fb.ui",["FB","sdk.ui"],(function a(b,c,d,e,f,g,h,i){h.provide("",{ui:i})}),3);__d("IframePlugin",["sdk.Auth","sdk.DOM","sdk.Event","Log","ObservableMixin","sdk.PlatformVersioning","QueryString","sdk.Runtime","Type","sdk.UA","sdk.URI","UrlMap","sdk.XD","sdk.createIframe","sdk.feature","guid","resolveURI"],(function a(b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x){var y={skin:"string",font:"string",width:"string",height:"px",ref:"string",color_scheme:"string"};function z(ha,ia,ja){if(ia||ia===0){if(ia==="100%"){ha.style.width="100%"}else{ha.style.width=ia+"px"}}if(ja||ja===0){ha.style.height=ja+"px"}}function aa(ha){return function(ia){var ja={width:ia.width,height:ia.height,pluginID:ha};j.fire("xfbml.resize",ja)}}var ba={string:function ha(ia){return ia},bool:function ha(ia){return ia?/^(?:true|1|yes|on)$/i.test(ia):undefined},url:function ha(ia){return x(ia)},url_maybe:function ha(ia){return ia?x(ia):ia},hostname:function ha(ia){return ia||window.location.hostname},px:function ha(ia){return/^(\d+)(?:px)?$/.test(ia)?parseInt(RegExp.$1,10):undefined},text:function ha(ia){return ia}};function ca(ha,ia){var ja=ha[ia]||ha[ia.replace(/_/g,"-")]||ha[ia.replace(/_/g,"")]||ha["data-"+ia]||ha["data-"+ia.replace(/_/g,"-")]||ha["data-"+ia.replace(/_/g,"")]||undefined;return ja}function da(ha,ia,ja,ka){ES(ES("Object","keys",false,ha),"forEach",true,function(la){if(ha[la]=="text"&&!ja[la]){ja[la]=ia.textContent||ia.innerText||"";ia.setAttribute(la,ja[la])}ka[la]=ba[ha[la]](ca(ja,la))})}function ea(ha){if(ha==="100%"){return"100%"}return ha||ha==="0"||ha===0?parseInt(ha,10):undefined}function fa(ha){if(ha){z(ha,0,0)}}var ga=p.extend({constructor:function ha(ia,ja,ka,la){this.parent();ka=ka.replace(/-/g,"_");var ma=ca(la,"plugin_id");this.subscribe("xd.resize",aa(ma));this.subscribe("xd.resize.flow",aa(ma));this.subscribe("xd.resize.flow",ES(function(ra){ES("Object","assign",false,this._iframeOptions.root.style,{verticalAlign:"bottom",overflow:""});z(this._iframeOptions.root,ea(ra.width),ea(ra.height));this.updateLift();clearTimeout(this._timeoutID)},"bind",true,this));this.subscribe("xd.resize",ES(function(ra){ES("Object","assign",false,this._iframeOptions.root.style,{verticalAlign:"bottom",overflow:""});z(this._iframeOptions.root,ea(ra.width),ea(ra.height));z(this._iframe,ea(ra.width),ea(ra.height));this._isIframeResized=true;this.updateLift();clearTimeout(this._timeoutID)},"bind",true,this));this.subscribe("xd.resize.iframe",ES(function(ra){if(ra.reposition==="true"&&v("reposition_iframe",false)){this.reposition(ea(ra.width))}z(this._iframe,ea(ra.width),ea(ra.height));this._isIframeResized=true;this.updateLift();clearTimeout(this._timeoutID)},"bind",true,this));this.subscribe("xd.sdk_event",function(ra){var sa=ES("JSON","parse",false,ra.data);sa.pluginID=ma;j.fire(ra.event,sa,ia)});var na=s.resolve("www",true)+"/plugins/"+ka+".php?",oa={};da(this.getParams(),ia,la,oa);da(y,ia,la,oa);ES("Object","assign",false,oa,{app_id:o.getClientID(),locale:o.getLocale(),sdk:"joey",kid_directed_site:o.getKidDirectedSite(),channel:t.handler(ES(function(ra){return this.inform("xd."+ra.type,ra)},"bind",true,this),"parent.parent",true)});if(q.mobile()){oa.width=void 0}oa.container_width=ia.offsetWidth;i.addCss(ia,"fb_iframe_widget");var pa=w();this.subscribe("xd.verify",function(ra){t.sendToFacebook(pa,{method:"xd/verify",params:ES("JSON","stringify",false,ra.token)})});this.subscribe("xd.refreshLoginStatus",ES(function(){h.removeLogoutState();h.getLoginStatus(ES(this.inform,"bind",true,this,"login.status"),true)},"bind",true,this));var qa=document.createElement("span");ES("Object","assign",false,qa.style,{verticalAlign:"top",width:"0px",height:"0px",overflow:"hidden"});this._element=ia;this._ns=ja;this._tag=ka;this._params=oa;this._config=this.getConfig();this._iframeOptions={root:qa,url:na+n.encode(oa),name:pa,width:this._config.mobile_fullsize&&q.mobile()?void 0:oa.width||1000,height:oa.height||1000,style:{border:"none",visibility:"hidden"},title:this._ns+":"+this._tag+" Facebook Social Plugin",onload:ES(function(){return this.inform("render")},"bind",true,this),onerror:ES(function(){return fa(this._iframe)},"bind",true,this)};if(this.isFluid()&&oa.width!=="auto"){i.addCss(this._element,"fb_iframe_widget_fluid_desktop");if(!oa.width&&this._config.full_width){this._element.style.width="100%";this._iframeOptions.root.style.width="100%";this._iframeOptions.style.width="100%";this._params.container_width=this._element.offsetWidth;this._iframeOptions.url=na+n.encode(this._params)}}},process:function ha(){if(o.getIsVersioned()){m.assertVersionIsSet();var ia=new r(this._iframeOptions.url);this._iframeOptions.url=ia.setPath("/"+o.getVersion()+ia.getPath()).toString()}var ja=ES("Object","assign",false,{},this._params);delete ja.channel;var ka=n.encode(ja);if(this._element.getAttribute("fb-iframe-plugin-query")==ka){k.info("Skipping render: %s:%s %s",this._ns,this._tag,ka);this.inform("render");return}this._element.setAttribute("fb-iframe-plugin-query",ka);this.subscribe("render",ES(function(){this._iframe.style.visibility="visible";if(!this._isIframeResized){fa(this._iframe)}},"bind",true,this));while(this._element.firstChild){this._element.removeChild(this._element.firstChild)}this._element.appendChild(this._iframeOptions.root);var la=q.mobile()?120:45;this._timeoutID=setTimeout(ES(function(){fa(this._iframe);k.warn("%s:%s failed to resize in %ss",this._ns,this._tag,la)},"bind",true,this),la*1000);this._iframe=u(this._iframeOptions);if(q.mobile()||ja.width==="auto"){i.addCss(this._element,"fb_iframe_widget_fluid");if(!this._iframeOptions.width){ES("Object","assign",false,this._element.style,{display:"block",width:"100%",height:"auto"});ES("Object","assign",false,this._iframeOptions.root.style,{width:"100%",height:"auto"});var ma={height:"auto",position:"static",width:"100%"};if(q.iphone()||q.ipad()){ES("Object","assign",false,ma,{width:"220px","min-width":"100%"})}ES("Object","assign",false,this._iframe.style,ma)}}},getConfig:function ha(){return{}},isFluid:function ha(){var ia=this.getConfig();return ia.fluid},reposition:function ha(ia){var ja=i.getPosition(this._iframe).x,ka=i.getViewportInfo().width,la=parseInt(i.getStyle(this._iframe,"width"),10),ma={};if(ja+ia>ka&&ja>ia){this._iframe.style.left=parseInt(i.getStyle(this._iframe,"width"),10)-ia+"px";this._isRepositioned=true;ma.type="reposition"}else{if(this._isRepositioned&&la-ia!==0){this._iframe.style.left="0px";this._isRepositioned=false;ma.type="restore"}else{return}}t.sendToFacebook(this._iframe.name,{method:"xd/reposition",params:ES("JSON","stringify",false,ma)})},updateLift:function ha(){var ia=this._iframe.style.width===this._iframeOptions.root.style.width&&this._iframe.style.height===this._iframeOptions.root.style.height;i[ia?"removeCss":"addCss"](this._iframe,"fb_iframe_widget_lift")}},l);ga.getVal=ca;ga.withParams=function(ha,ia){return ga.extend({getParams:function ja(){return ha},getConfig:function ja(){return ia?ia:{}}})};f.exports=ga}),null);__d("PluginConfig",["sdk.feature"],(function a(b,c,d,e,f,g,h){var i={messengerpreconfirmation:{mobile_fullsize:true},messengeraccountconfirmation:{mobile_fullsize:true},messengerbusinesslink:{mobile_fullsize:true},messengertoggle:{mobile_fullsize:true},messengermessageus:{mobile_fullsize:true},send_to_messenger:{mobile_fullsize:true},post:{fluid:h("fluid_embed",false),mobile_fullsize:true}};f.exports=i}),null);__d("PluginTags",[],(function a(b,c,d,e,f,g){var h={comment_embed:{href:"url",include_parent:"bool"},composer:{action_type:"string",action_properties:"string"},create_event_button:{},follow:{href:"url",layout:"string",show_faces:"bool",size:"string"},like:{href:"url",layout:"string",show_faces:"bool",share:"bool",action:"string",send:"bool",size:"string"},like_box:{href:"string",show_faces:"bool",header:"bool",stream:"bool",force_wall:"bool",show_border:"bool",id:"string",connections:"string",profile_id:"string",name:"string"},page:{href:"string",hide_cta:"bool",hide_cover:"bool",small_header:"bool",adapt_container_width:"bool",show_facepile:"bool",show_posts:"bool",tabs:"string"},messenger_checkbox:{messenger_app_id:"string",page_id:"string",pixel_id:"string",prechecked:"bool",allow_login:"bool",size:"string",origin:"string",user_ref:"string",identity_match:"string"},messengerpreconfirmation:{messenger_app_id:"string",page_id:"string"},messengeraccountconfirmation:{messenger_app_id:"string",page_id:"string",state:"string"},messengerbusinesslink:{messenger_app_id:"string",page_id:"string",state:"string"},messengertoggle:{messenger_app_id:"string",page_id:"string",token:"string",psid:"string"},messengermessageus:{messenger_app_id:"string",page_id:"string",color:"string",size:"string"},send_to_messenger:{messenger_app_id:"string",page_id:"string",color:"string",size:"string",enforce_login:"bool",identity_match:"string",origin:"string"},page_events:{href:"url"},post:{href:"url",show_text:"bool"},profile_pic:{uid:"string",linked:"bool",href:"string",size:"string",facebook_logo:"bool"},send:{href:"url",size:"string"},send_to_mobile:{max_rows:"string",show_faces:"bool",size:"string"}},i={subscribe:"follow",fan:"like_box",likebox:"like_box"};ES(ES("Object","keys",false,i),"forEach",true,function(j){h[j]=h[i[j]]});f.exports=h}),null);__d("runOnce",[],(function a(b,c,d,e,f,g){function h(i){var j,k;return function(){if(!j){j=true;k=i()}return k}}f.exports=h}),null);__d("XFBML",["Assert","sdk.DOM","Log","ObservableMixin","sdk.UA","runOnce"],(function a(b,c,d,e,f,g,h,i,j,k,l,m){var n={},o={},p=0,q=new k();function r(y,z){return ES(y[z]+"","trim",true)}function s(y){return y.scopeName?y.scopeName+":"+y.nodeName:""}function t(y){return n[r(y,"nodeName").toLowerCase()]||n[s(y).toLowerCase()]}function u(y){var z=ES(r(y,"className").split(/\s+/),"filter",true,function(aa){return Object.prototype.hasOwnProperty.call(o,aa)});if(z.length===0){return undefined}if(y.getAttribute("fb-xfbml-state")||!y.childNodes||y.childNodes.length===0||y.childNodes.length===1&&y.childNodes[0].nodeType===3||y.children.length===1&&r(y.children[0],"className")==="fb-xfbml-parse-ignore"){return o[z[0]]}}function v(y){var z={};ES(ES("Array","from",false,y.attributes),"forEach",true,function(aa){z[r(aa,"name")]=r(aa,"value")});return z}function w(y,z,aa){var ba=document.createElement("div");i.addCss(y,z+"-"+aa);ES(ES("Array","from",false,y.childNodes),"forEach",true,function(ca){ba.appendChild(ca)});ES(ES("Array","from",false,y.attributes),"forEach",true,function(ca){ba.setAttribute(ca.name,ca.value)});y.parentNode.replaceChild(ba,y);return ba}function x(y,z,aa){h.isTrue(y&&y.nodeType&&y.nodeType===1&&!!y.getElementsByTagName,"Invalid DOM node passed to FB.XFBML.parse()");h.isFunction(z,"Invalid callback passed to FB.XFBML.parse()");var ba=++p;j.info("XFBML Parsing Start %s",ba);var ca=1,da=0,ea=function ga(){ca--;if(ca===0){j.info("XFBML Parsing Finish %s, %s tags found",ba,da);z();q.inform("render",ba,da)}h.isTrue(ca>=0,"onrender() has been called too many times")};ES(ES("Array","from",false,y.getElementsByTagName("*")),"forEach",true,function(ga){if(!aa&&ga.getAttribute("fb-xfbml-state")){return}if(ga.nodeType!==1){return}var ha=t(ga)||u(ga);if(!ha){return}if(l.ie()<9&&ga.scopeName){ga=w(ga,ha.xmlns,ha.localName)}ca++;da++;var ia=new ha.ctor(ga,ha.xmlns,ha.localName,v(ga));ia.subscribe("render",m(function(){ga.setAttribute("fb-xfbml-state","rendered");ea()}));var ja=function ka(){if(ga.getAttribute("fb-xfbml-state")=="parsed"){q.subscribe("render.queue",ka)}else{ga.setAttribute("fb-xfbml-state","parsed");ia.process()}};ja()});q.inform("parse",ba,da);var fa=30000;setTimeout(function(){if(ca>0){j.warn("%s tags failed to render in %s ms",ca,fa)}},fa);ea()}q.subscribe("render",function(){var y=q.getSubscribers("render.queue");q.clearSubscribers("render.queue");ES(y,"forEach",true,function(z){z()})});ES("Object","assign",false,q,{registerTag:function y(z){var aa=z.xmlns+":"+z.localName;h.isUndefined(n[aa],aa+" already registered");n[aa]=z;o[z.xmlns+"-"+z.localName]=z},parse:function y(z,aa){x(z||document.body,aa||function(){},true)},parseNew:function y(){x(document.body,function(){},false)}});f.exports=q}),null);__d("sdk.Arbiter",[],(function a(b,c,d,e,f,g){var h={BEHAVIOR_EVENT:"e",BEHAVIOR_PERSISTENT:"p",BEHAVIOR_STATE:"s"};f.exports=h}),null);__d("sdk.XFBML.Element",["sdk.DOM","Type","ObservableMixin"],(function a(b,c,d,e,f,g,h,i,j){var k=i.extend({constructor:function l(m){this.parent();this.dom=m},fire:function l(){this.inform.apply(this,arguments)},getAttribute:function l(m,n,o){var p=h.getAttr(this.dom,m);return p?o?o(p):p:n},_getBoolAttribute:function l(m,n){var o=h.getBoolAttr(this.dom,m);return o===null?n:o},_getPxAttribute:function l(m,n){return this.getAttribute(m,n,function(o){var p=parseInt(o,10);return isNaN(p)?n:p})},_getLengthAttribute:function l(m,n){return this.getAttribute(m,n,function(o){if(o==="100%"||o==="auto"){return o}var p=parseInt(o,10);return isNaN(p)?n:p})},_getAttributeFromList:function l(m,n,o){return this.getAttribute(m,n,function(p){p=p.toLowerCase();return ES(o,"indexOf",true,p)>-1?p:n})},isValid:function l(){for(var m=this.dom;m;m=m.parentNode){if(m==document.body){return true}}},clear:function l(){h.html(this.dom,"")}},j);f.exports=k}),null);__d("sdk.XFBML.IframeWidget",["sdk.Arbiter","sdk.Auth","sdk.Content","sdk.DOM","sdk.Event","sdk.XFBML.Element","guid","insertIframe","QueryString","sdk.Runtime","sdk.ui","UrlMap","sdk.XD"],(function a(b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t){var u=m.extend({_iframeName:null,_showLoader:true,_refreshOnAuthChange:false,_allowReProcess:false,_fetchPreCachedLoader:false,_visibleAfter:"load",_widgetPipeEnabled:false,_borderReset:false,_repositioned:false,getUrlBits:function y(){throw new Error("Inheriting class needs to implement getUrlBits().")},setupAndValidate:function y(){return true},oneTimeSetup:function y(){},getSize:function y(){},getIframeName:function y(){return this._iframeName},getIframeTitle:function y(){return"Facebook Social Plugin"},getChannelUrl:function y(){if(!this._channelUrl){var z=this;this._channelUrl=t.handler(function(aa){z.fire("xd."+aa.type,aa)},"parent.parent",true)}return this._channelUrl},getIframeNode:function y(){return this.dom.getElementsByTagName("iframe")[0]},arbiterInform:function y(event,z,aa){t.sendToFacebook(this.getIframeName(),{method:event,params:ES("JSON","stringify",false,z||{}),behavior:aa||h.BEHAVIOR_PERSISTENT})},_arbiterInform:function y(event,z,aa){var ba='parent.frames["'+this.getIframeNode().name+'"]';t.inform(event,z,ba,aa)},getDefaultWebDomain:function y(){return s.resolve("www")},process:function y(z){if(this._done){if(!this._allowReProcess&&!z){return}this.clear()}else{this._oneTimeSetup()}this._done=true;this._iframeName=this.getIframeName()||this._iframeName||n();if(!this.setupAndValidate()){this.fire("render");return}if(this._showLoader){this._addLoader()}k.addCss(this.dom,"fb_iframe_widget");if(this._visibleAfter!="immediate"){k.addCss(this.dom,"fb_hide_iframes")}else{this.subscribe("iframe.onload",ES(this.fire,"bind",true,this,"render"))}var aa=this.getSize()||{},ba=this.getFullyQualifiedURL();if(aa.width=="100%"){k.addCss(this.dom,"fb_iframe_widget_fluid")}this.clear();o({url:ba,root:this.dom.appendChild(document.createElement("span")),name:this._iframeName,title:this.getIframeTitle(),className:q.getRtl()?"fb_rtl":"fb_ltr",height:aa.height,width:aa.width,onload:ES(this.fire,"bind",true,this,"iframe.onload")});this._resizeFlow(aa);this.loaded=false;this.subscribe("iframe.onload",ES(function(){this.loaded=true;if(!this._isResizeHandled){k.addCss(this.dom,"fb_hide_iframes")}},"bind",true,this))},generateWidgetPipeIframeName:function y(){v++;return"fb_iframe_"+v},getFullyQualifiedURL:function y(){var z=this._getURL();z+="?"+p.encode(this._getQS());if(z.length>2000){z="about:blank";var aa=ES(function(){this._postRequest();this.unsubscribe("iframe.onload",aa)},"bind",true,this);this.subscribe("iframe.onload",aa)}return z},_getWidgetPipeShell:function y(){return s.resolve("www")+"/common/widget_pipe_shell.php"},_oneTimeSetup:function y(){this.subscribe("xd.resize",ES(this._handleResizeMsg,"bind",true,this));this.subscribe("xd.resize",ES(this._bubbleResizeEvent,"bind",true,this));this.subscribe("xd.resize.iframe",ES(this._resizeIframe,"bind",true,this));this.subscribe("xd.resize.flow",ES(this._resizeFlow,"bind",true,this));this.subscribe("xd.resize.flow",ES(this._bubbleResizeEvent,"bind",true,this));this.subscribe("xd.refreshLoginStatus",function(){i.getLoginStatus(function(){},true)});this.subscribe("xd.logout",function(){r({method:"auth.logout",display:"hidden"},function(){})});if(this._refreshOnAuthChange){this._setupAuthRefresh()}if(this._visibleAfter=="load"){this.subscribe("iframe.onload",ES(this._makeVisible,"bind",true,this))}this.subscribe("xd.verify",ES(function(z){this.arbiterInform("xd/verify",z.token)},"bind",true,this));this.oneTimeSetup()},_makeVisible:function y(){this._removeLoader();k.removeCss(this.dom,"fb_hide_iframes");this.fire("render")},_setupAuthRefresh:function y(){i.getLoginStatus(ES(function(z){var aa=z.status;l.subscribe("auth.statusChange",ES(function(ba){if(!this.isValid()){return}if(aa=="unknown"||ba.status=="unknown"){this.process(true)}aa=ba.status},"bind",true,this))},"bind",true,this))},_handleResizeMsg:function y(z){if(!this.isValid()){return}this._resizeIframe(z);this._resizeFlow(z);if(!this._borderReset){this.getIframeNode().style.border="none";this._borderReset=true}this._isResizeHandled=true;this._makeVisible()},_bubbleResizeEvent:function y(z){var aa={height:z.height,width:z.width,pluginID:this.getAttribute("plugin-id")};l.fire("xfbml.resize",aa)},_resizeIframe:function y(z){var aa=this.getIframeNode();if(z.reposition==="true"){this._repositionIframe(z)}z.height&&(aa.style.height=z.height+"px");z.width&&(aa.style.width=z.width+"px");this._updateIframeZIndex()},_resizeFlow:function y(z){var aa=this.dom.getElementsByTagName("span")[0];z.height&&(aa.style.height=z.height+"px");z.width&&(aa.style.width=z.width+"px");this._updateIframeZIndex()},_updateIframeZIndex:function y(){var z=this.dom.getElementsByTagName("span")[0],aa=this.getIframeNode(),ba=aa.style.height===z.style.height&&aa.style.width===z.style.width,ca=ba?"removeCss":"addCss";k[ca](aa,"fb_iframe_widget_lift")},_repositionIframe:function y(z){var aa=this.getIframeNode(),ba=parseInt(k.getStyle(aa,"width"),10),ca=k.getPosition(aa).x,da=k.getViewportInfo().width,ea=parseInt(z.width,10);if(ca+ea>da&&ca>ea){aa.style.left=ba-ea+"px";this.arbiterInform("xd/reposition",{type:"horizontal"});this._repositioned=true}else{if(this._repositioned){aa.style.left="0px";this.arbiterInform("xd/reposition",{type:"restore"});this._repositioned=false}}},_addLoader:function y(){if(!this._loaderDiv){k.addCss(this.dom,"fb_iframe_widget_loader");this._loaderDiv=document.createElement("div");this._loaderDiv.className="FB_Loader";this.dom.appendChild(this._loaderDiv)}},_removeLoader:function y(){if(this._loaderDiv){k.removeCss(this.dom,"fb_iframe_widget_loader");if(this._loaderDiv.parentNode){this._loaderDiv.parentNode.removeChild(this._loaderDiv)}this._loaderDiv=null}},_getQS:function y(){return ES("Object","assign",false,{api_key:q.getClientID(),locale:q.getLocale(),sdk:"joey",kid_directed_site:q.getKidDirectedSite(),ref:this.getAttribute("ref")},this.getUrlBits().params)},_getURL:function y(){var z=this.getDefaultWebDomain(),aa="";return z+"/plugins/"+aa+this.getUrlBits().name+".php"},_postRequest:function y(){j.submitToTarget({url:this._getURL(),target:this.getIframeNode().name,params:this._getQS()})}}),v=0,w={};function x(){var y={};for(var z in w){var aa=w[z];y[z]={widget:aa.getUrlBits().name,params:aa._getQS()}}return y}f.exports=u}),null);__d("sdk.XFBML.Comments",["sdk.Event","sdk.XFBML.IframeWidget","QueryString","sdk.Runtime","JSSDKConfig","sdk.UA","UrlMap"],(function a(b,c,d,e,f,g,h,i,j,k,l,m,n){var o=320,p=i.extend({_visibleAfter:"immediate",_refreshOnAuthChange:true,setupAndValidate:function q(){var r={channel_url:this.getChannelUrl(),colorscheme:this.getAttribute("colorscheme"),skin:this.getAttribute("skin"),numposts:this.getAttribute("num-posts",10),width:this._getLengthAttribute("width"),href:this.getAttribute("href"),permalink:this.getAttribute("permalink"),publish_feed:this.getAttribute("publish_feed"),order_by:this.getAttribute("order_by"),mobile:this._getBoolAttribute("mobile"),version:this.getAttribute("version")};if(!r.width&&!r.permalink){r.width=550}if(l.initSitevars.enableMobileComments&&m.mobile()&&r.mobile!==false){r.mobile=true;delete r.width}if(!r.skin){r.skin=r.colorscheme}if(!r.href){r.migrated=this.getAttribute("migrated");r.xid=this.getAttribute("xid");r.title=this.getAttribute("title",document.title);r.url=this.getAttribute("url",document.URL);r.quiet=this.getAttribute("quiet");r.reverse=this.getAttribute("reverse");r.simple=this.getAttribute("simple");r.css=this.getAttribute("css");r.notify=this.getAttribute("notify");if(!r.xid){var s=ES(document.URL,"indexOf",true,"#");if(s>0){r.xid=encodeURIComponent(document.URL.substring(0,s))}else{r.xid=encodeURIComponent(document.URL)}}if(r.migrated){r.href=n.resolve("www")+"/plugins/comments_v1.php?app_id="+k.getClientID()+"&xid="+encodeURIComponent(r.xid)+"&url="+encodeURIComponent(r.url)}}else{var t=this.getAttribute("fb_comment_id");if(!t){t=j.decode(document.URL.substring(ES(document.URL,"indexOf",true,"?")+1)).fb_comment_id;if(t&&ES(t,"indexOf",true,"#")>0){t=t.substring(0,ES(t,"indexOf",true,"#"))}}if(t){r.fb_comment_id=t;this.subscribe("render",ES(function(){if(!window.location.hash){window.location.hash=this.getIframeNode().id}},"bind",true,this))}}if(!r.version){r.version=k.getVersion()}this._attr=r;return true},oneTimeSetup:function q(){this.subscribe("xd.sdk_event",function(r){h.fire(r.event,ES("JSON","parse",false,r.data))})},getSize:function q(){if(!this._attr.permalink){return{width:this._attr.mobile||this._attr.width==="auto"||this._attr.width==="100%"?"100%":Math.max(this._attr.width,o),height:100}}},getUrlBits:function q(){return{name:"comments",params:this._attr}},getDefaultWebDomain:function q(){return n.resolve("www",true)}});f.exports=p}),null);__d("sdk.XFBML.CommentsCount",["ApiClient","sdk.DOM","sdk.XFBML.Element","sprintf"],(function a(b,c,d,e,f,g,h,i,j,k){var l=j.extend({process:function m(){i.addCss(this.dom,"fb_comments_count_zero");var n=this.getAttribute("href",window.location.href);h.scheduleBatchCall("/v2.1/"+encodeURIComponent(n),{fields:"share"},ES(function(o){var p=o.share&&o.share.comment_count||0;i.html(this.dom,k('%s',p));if(p>0){i.removeCss(this.dom,"fb_comments_count_zero")}this.fire("render")},"bind",true,this))}});f.exports=l}),null);__d("sdk.Helper",["sdk.ErrorHandling","sdk.Event","UrlMap","safeEval","sprintf"],(function a(b,c,d,e,f,g,h,i,j,k,l){var m={isUser:function n(o){return o<2200000000||o>=100000000000000&&o<=100099999989999||o>=89000000000000&&o<=89999999999999||o>=60000010000000&&o<=60000019999999},upperCaseFirstChar:function n(o){if(o.length>0){return o.substr(0,1).toUpperCase()+o.substr(1)}else{return o}},getProfileLink:function n(o,p,q){if(!q&&o){q=l("%s/profile.php?id=%s",j.resolve("www"),o.uid||o.id)}if(q){p=l('%s',q,p)}return p},invokeHandler:function n(o,p,q){if(o){if(typeof o==="string"){h.unguard(k)(o,q)}else{if(o.apply){h.unguard(o).apply(p,q||[])}}}},fireEvent:function n(o,p){var q=p._attr.href;p.fire(o,q);i.fire(o,q,p)},executeFunctionByName:function n(o){var p=Array.prototype.slice.call(arguments,1),q=o.split("."),r=q.pop(),s=window;for(var t=0;t"'\/]/g,i={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};function j(k){return k.replace(h,function(l){return i[l]})}f.exports=j}),null);__d("sdk.XFBML.Name",["ApiClient","escapeHTML","sdk.Event","sdk.XFBML.Element","sdk.Helper","Log","sdk.Runtime"],(function a(b,c,d,e,f,g,h,i,j,k,l,m,n){var o={}.hasOwnProperty,p=k.extend({process:function q(){ES("Object","assign",false,this,{_uid:this.getAttribute("uid"),_firstnameonly:this._getBoolAttribute("first-name-only"),_lastnameonly:this._getBoolAttribute("last-name-only"),_possessive:this._getBoolAttribute("possessive"),_reflexive:this._getBoolAttribute("reflexive"),_objective:this._getBoolAttribute("objective"),_linked:this._getBoolAttribute("linked",true),_subjectId:this.getAttribute("subject-id")});if(!this._uid){m.error('"uid" is a required attribute for ');this.fire("render");return}var r=[];if(this._firstnameonly){r.push("first_name")}else{if(this._lastnameonly){r.push("last_name")}else{r.push("name")}}if(this._subjectId){r.push("gender");if(this._subjectId==n.getUserID()){this._reflexive=true}}j.monitor("auth.statusChange",ES(function(){if(!this.isValid()){this.fire("render");return true}if(!this._uid||this._uid=="loggedinuser"){this._uid=n.getUserID()}if(!this._uid){return}h.scheduleBatchCall("/v1.0/"+this._uid,{fields:r.join(",")},ES(function(s){if(o.call(s,"error")){m.warn("The name is not found for ID: "+this._uid);return}if(this._subjectId==this._uid){this._renderPronoun(s)}else{this._renderOther(s)}this.fire("render")},"bind",true,this))},"bind",true,this))},_renderPronoun:function q(r){var s="",t=this._objective;if(this._subjectId){t=true;if(this._subjectId===this._uid){this._reflexive=true}}if(this._uid==n.getUserID()&&this._getBoolAttribute("use-you",true)){if(this._possessive){if(this._reflexive){s="your own"}else{s="your"}}else{if(this._reflexive){s="yourself"}else{s="you"}}}else{switch(r.gender){case"male":if(this._possessive){s=this._reflexive?"his own":"his"}else{if(this._reflexive){s="himself"}else{if(t){s="him"}else{s="he"}}}break;case"female":if(this._possessive){s=this._reflexive?"her own":"her"}else{if(this._reflexive){s="herself"}else{if(t){s="her"}else{s="she"}}}break;default:if(this._getBoolAttribute("use-they",true)){if(this._possessive){if(this._reflexive){s="their own"}else{s="their"}}else{if(this._reflexive){s="themselves"}else{if(t){s="them"}else{s="they"}}}}else{if(this._possessive){if(this._reflexive){s="his/her own"}else{s="his/her"}}else{if(this._reflexive){s="himself/herself"}else{if(t){s="him/her"}else{s="he/she"}}}}break}}if(this._getBoolAttribute("capitalize",false)){s=l.upperCaseFirstChar(s)}this.dom.innerHTML=s},_renderOther:function q(r){var s="",t="";if(this._uid==n.getUserID()&&this._getBoolAttribute("use-you",true)){if(this._reflexive){if(this._possessive){s="your own"}else{s="yourself"}}else{if(this._possessive){s="your"}else{s="you"}}}else{if(r){if(null===r.first_name){r.first_name=""}if(null===r.last_name){r.last_name=""}if(this._firstnameonly&&r.first_name!==undefined){s=i(r.first_name)}else{if(this._lastnameonly&&r.last_name!==undefined){s=i(r.last_name)}}if(!s){s=i(r.name)}if(s!==""&&this._possessive){s+="'s"}}}if(!s){s=i(this.getAttribute("if-cant-see","Facebook User"))}if(s){if(this._getBoolAttribute("capitalize",false)){s=l.upperCaseFirstChar(s)}if(r&&this._linked){t=l.getProfileLink(r,s,this.getAttribute("href",null))}else{t=s}}this.dom.innerHTML=t}});f.exports=p}),null);__d("UnicodeUtils",["invariant"],(function a(b,c,d,e,f,g,h){var i=55296,j=56319,k=56320,l=57343,m=/[\uD800-\uDFFF]/;function n(w){return i<=w&&w<=l}function o(w,x){0<=x&&xz||y<=0){return""}var aa=0;if(x>0){for(;x>0&&aa=z){return""}}else{if(x<0){for(aa=z;x<0&&00&&baia){s=k.substr(s,0,ia-3)+"..."}else{s=k.substr(s,0,ia)}if(!v&&w){y(ea).appendChild(w);var ja=aa(ea);w.style.left=ja.x+"px";w.style.top=ja.y+"px"}}function aa(da){var ea=w&&w.offsetWidth,fa=ea?w.offsetHeight:r,ga=ea?w.offsetWidth:q,ha=da.getRangeAt(0),ia=document.createElement("span"),ja=document.createElement("span"),ka=document.createRange();ka.setStart(ha.startContainer,ha.startOffset);ka.insertNode(ia);var la=document.createRange();la.setStart(ha.endContainer,ha.endOffset);la.insertNode(ja);var ma=ia.offsetTop-fa,na=ia.offsetLeft+(ja.offsetLeft-ia.offsetLeft)/2-ga/2;ia.parentNode.removeChild(ia);ja.parentNode.removeChild(ja);return{x:na,y:ma}}function ba(){s="";if(!v&&w){w.style.left="-9999px"}}var ca=j.extend({constructor:function da(ea,fa,ga,ha){if(t){return t}this.parent(ea,fa,ga,ha);v=h.getAttr(ea,"layout")==="button";w=ea;w.style.position="absolute";w.style.display="";i.add(document,"keyup",z);i.add(document,"mouseup",z);this.subscribe("xd.getTextSelection",ES(function(){m.sendToFacebook(this._iframeOptions.name,{method:"setTextSelection",params:ES("JSON","stringify",false,{text:s})});ba()},"bind",true,this));u=ES(ES("Array","from",false,document.getElementsByTagName("*")),"filter",true,function(ia){return ia.nodeName.toLowerCase()==="article"||h.containsCss(ia,p)});ba();t=this;return t},getParams:function da(){return{href:"url",layout:"string"}}});f.exports=ca}),null);__d("sdk.XFBML.Save",["sdk.Content","sdk.DialogUtils","sdk.DOM","sdk.Event","IframePlugin","QueryString","sdk.UA","sdk.XD","sdk.createIframe"],(function a(b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){var q=void 0,r=l.extend({constructor:function s(t,u,v,w){this.parent(t,u,v,w);var x=n.mobile();this.subscribe("xd.savePluginGetBlankIframe",ES(function(y){var z=void 0,aa=void 0,ba=void 0,ca=function ha(ia){if(ia){j.removeCss(ia,"fb_invisible")}},da=function ha(ia){if(ia){j.addCss(ia,"fb_invisible")}};if(x){z=i.setupNewDarkOverlay();da(z);h.append(z);i.addDoubleClickAction(z,function(){return ES(ba,"forEach",true,da)},5000)}aa=this.setupNewIframeDialog(ES("JSON","parse",false,y.data),y.fromIframe,ES("JSON","parse",false,y.isHTTPS));da(aa);h.append(aa);ba=[aa,z];var ea=function ha(){ES(ba,"forEach",true,da);i.onDialogHideCleanup(x);clearInterval(q)},fa=void 0;this.subscribe("xd.savePluginShowIframe",ES(function(){k.fire("savePlugin:hideDialog");ES(ba,"forEach",true,ca);this.positionOnScreen(aa,z);if(!x&&!fa){fa=i.addIdleDesktopAction(aa,ea,7000)}},"bind",true,this));this.subscribe("xd.savePluginHideIframe",function(){return ea()});k.subscribe("savePlugin:hideDialog",function(){return ea()});var ga=setInterval(function(){var ha=document.getElementsByName(y.fromIframe);if(ha.length===0){clearTimeout(ga);ea();ES(ba,"forEach",true,function(ia){ia&&ia.parentNode.removeChild(ia)})}},500)},"bind",true,this))},positionOnScreen:function s(t,u){var v,w=n.mobile();if(w){(function(){var x=function y(z,aa){if(aa!=null){i.setDialogPositionToCenter(aa,w)}i.setDialogPositionToCenter(z,w)};x(t,u);i.addMobileOrientationChangeAction(function(y){x(t,u)});q=setInterval(function(){return x(t,u)},100)})()}else{j.setStyle(t,"position","fixed");j.setStyle(t,"top","20px");j.setStyle(t,"right","20px")}},setupNewIframeDialog:function s(t,u,v){var w="#"+m.encode({forIframe:u}),x=i.setupNewDialog();p({url:o.getXDArbiterURL(v)+w,name:"blank_"+this._iframeOptions.name,root:x.contentRoot,tabindex:-1});j.addCss(x.contentRoot,"fb_dialog_iframe");ES("Object","assign",false,x.dialogElement.style,t.style||{});j.setStyle(x.dialogElement,"width",t.width+"px");j.setStyle(x.dialogElement,"height",t.height+"px");ES(t.classList,"forEach",true,function(y){return j.addCss(x.dialogElement,y)});j.removeCss(x.dialogElement,"fb_dialog_advanced");return x.dialogElement},getParams:function s(){return{uri:"url",url_category:"string",size:"string"}}});f.exports=r}),null);__d("sdk.XFBML.ShareButton",["IframePlugin","sdk.UA","sdk.ui"],(function a(b,c,d,e,f,g,h,i,j){var k=h.extend({constructor:function l(m,n,o,p){this.parent(m,n,o,p);this.subscribe("xd.shareTriggerMobileIframe",function(q){var r=ES("JSON","parse",false,q.data);j({method:"share",href:r.href,mobile_iframe:i.mobile()})})},getParams:function l(){return{href:"url",layout:"string",mobile_iframe:"bool",type:"string",size:"string"}}});f.exports=k}),null);__d("sdk.XFBML.Video",["Assert","sdk.Event","IframePlugin","ObservableMixin","sdk.XD"],(function a(b,c,d,e,f,g,h,i,j,k,l){function m(p){this.$VideoCache1=p.isMuted;this.$VideoCache2=p.volume;this.$VideoCache3=p.timePosition;this.$VideoCache4=p.duration}m.prototype.update=function(p){if(p.isMuted!==undefined){this.$VideoCache1=p.isMuted}if(p.volume!==undefined){this.$VideoCache2=p.volume}if(p.timePosition!==undefined){this.$VideoCache3=p.timePosition}if(p.duration!==undefined){this.$VideoCache4=p.duration}};m.prototype.isMuted=function(){return this.$VideoCache1};m.prototype.getVolume=function(){return this.$VideoCache1?0:this.$VideoCache2};m.prototype.getCurrentPosition=function(){return this.$VideoCache3};m.prototype.getDuration=function(){return this.$VideoCache4};function n(p,q,r){this.$VideoController1=p;this.$VideoController2=q;this.$VideoController3=r}n.prototype.play=function(){l.sendToFacebook(this.$VideoController1,{method:"play",params:ES("JSON","stringify",false,{})})};n.prototype.pause=function(){l.sendToFacebook(this.$VideoController1,{method:"pause",params:ES("JSON","stringify",false,{})})};n.prototype.seek=function(p){h.isNumber(p,"Invalid argument");l.sendToFacebook(this.$VideoController1,{method:"seek",params:ES("JSON","stringify",false,{target:p})})};n.prototype.mute=function(){l.sendToFacebook(this.$VideoController1,{method:"mute",params:ES("JSON","stringify",false,{})})};n.prototype.unmute=function(){l.sendToFacebook(this.$VideoController1,{method:"unmute",params:ES("JSON","stringify",false,{})})};n.prototype.setVolume=function(p){h.isNumber(p,"Invalid argument");l.sendToFacebook(this.$VideoController1,{method:"setVolume",params:ES("JSON","stringify",false,{volume:p})})};n.prototype.isMuted=function(){return this.$VideoController3.isMuted()};n.prototype.getVolume=function(){return this.$VideoController3.getVolume()};n.prototype.getCurrentPosition=function(){return this.$VideoController3.getCurrentPosition()};n.prototype.getDuration=function(){return this.$VideoController3.getDuration()};n.prototype.subscribe=function(event,p){h.isString(event,"Invalid argument");h.isFunction(p,"Invalid argument");this.$VideoController2.subscribe(event,p);return{release:ES(function(){this.$VideoController2.unsubscribe(event,p)},"bind",true,this)}};var o=j.extend({constructor:function p(q,r,s,t){this.parent(q,r,s,t);this._videoController=null;this._sharedObservable=null;this._sharedVideoCache=null;this.subscribe("xd.onVideoAPIReady",function(u){this._sharedObservable=new k();this._sharedVideoCache=new m(ES("JSON","parse",false,u.data));this._videoController=new n(this._iframeOptions.name,this._sharedObservable,this._sharedVideoCache);i.fire("xfbml.ready",{type:"video",id:t.id,instance:this._videoController})});this.subscribe("xd.stateChange",function(u){this._sharedObservable.inform(u.state)});this.subscribe("xd.cachedStateUpdateRequest",function(u){this._sharedVideoCache.update(ES("JSON","parse",false,u.data))})},getParams:function p(){return{allowfullscreen:"bool",autoplay:"bool",controls:"bool",href:"url",show_captions:"bool",show_text:"bool"}},getConfig:function p(){return{fluid:true,full_width:true}}});f.exports=o}),null);__d("legacy:fb.xfbml",["Assert","sdk.Event","FB","IframePlugin","PluginConfig","PluginTags","XFBML","sdk.domReady","sdk.feature","wrapFunction","sdk.XFBML.Comments","sdk.XFBML.CommentsCount","sdk.XFBML.LoginButton","sdk.XFBML.Name","sdk.XFBML.Quote","sdk.XFBML.Save","sdk.XFBML.ShareButton","sdk.XFBML.Video"],(function a(b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){var r={comments:c("sdk.XFBML.Comments"),comments_count:c("sdk.XFBML.CommentsCount"),login_button:c("sdk.XFBML.LoginButton"),name:c("sdk.XFBML.Name"),quote:c("sdk.XFBML.Quote"),save:c("sdk.XFBML.Save"),share_button:c("sdk.XFBML.ShareButton"),video:c("sdk.XFBML.Video")},s=p("plugin_tags_blacklist",[]);ES(ES("Object","keys",false,m),"forEach",true,function(t){if(ES(s,"indexOf",true,t)!==-1){return}n.registerTag({xmlns:"fb",localName:t.replace(/_/g,"-"),ctor:k.withParams(m[t],l[t])})});ES(ES("Object","keys",false,r),"forEach",true,function(t){if(ES(s,"indexOf",true,t)!==-1){return}n.registerTag({xmlns:"fb",localName:t.replace(/_/g,"-"),ctor:r[t]})});j.provide("XFBML",{parse:function t(u){h.maybeXfbml(u,"Invalid argument");if(u&&u.nodeType===9){u=u.body}return n.parse.apply(null,arguments)}});n.subscribe("parse",ES(i.fire,"bind",true,i,"xfbml.parse"));n.subscribe("render",ES(i.fire,"bind",true,i,"xfbml.render"));i.subscribe("init:post",function(t){if(t.xfbml){setTimeout(q(ES(o,"bind",true,null,n.parse),"entry","init:post:xfbml.parse"),0)}});h.define("Xfbml",function(t){return(t.nodeType===1||t.nodeType===9)&&typeof t.nodeName==="string"});try{if(document.namespaces&&!document.namespaces.item.fb){document.namespaces.add("fb")}}catch(t){}}),3)}}).call(global)})(window.inDapIF?parent.window:window,window)}catch(e){new Image().src="https://www.facebook.com/common/scribe_endpoint.php?c=jssdk_error&m="+encodeURIComponent('{"error":"LOAD", "extra": {"name":"'+e.name+'","line":"'+(e.lineNumber||e.line)+'","script":"'+(e.fileName||e.sourceURL||e.script)+'","stack":"'+(e.stackTrace||e.stack)+'","revision":"2950295","namespace":"FB","message":"'+e.message+'"}}')}; (function(d,c,e){var a=[{name:"small",value:"only screen and (min-width: 0px)"},{name:"medium",value:"only screen and (min-width: 641px)"},{name:"large",value:"only screen and (min-width: 961px)"},{name:"xlarge",value:"only screen and (min-width: 1361px)"}],b;e.Abide.defaults.patterns["has-string"]=/[a-zA-Z]{3}/;e.Abide.defaults.patterns["is-iban"]=/\d{2}[ ]\d{4}[ ]\d{4}[ ]\d{4}[ ]\d{4}[ ]\d{4}/;e.Abide.defaults.patterns["is-swift"]=/[A-Za-z0-9]{8,11}/;e.Abide.defaults.patterns["is-password"]=/^(?=.*[A-Za-z])(?=.*\d)[A-Za-z\d]{8,14}$/;e.Abide.defaults.patterns["is-digit"]=/([0-9])+/;e.Accordion.defaults.multiExpand=true;b=a.length-1;while(b>=0){e.MediaQuery.queries.push(a[b]);b-=1}e.MediaQuery.queries.reverse();d(document).foundation()}(jQuery,window,Foundation));var AB_MAPPING={s:"source",f:"formId",p:"process",u:"update",e:"event",a:"async",g:"global",d:"delay",t:"timeout",iau:"ignoreAutoUpdate",ps:"partialSubmit",psf:"partialSubmitFilter",rv:"resetValues",fi:"fragmentId",fu:"fragmentUpdate",pa:"params",onst:"onstart",oner:"onerror",onsu:"onsuccess",onco:"oncomplete"};(function(c,b,a){b._enbd={};b._enbd.enbdLoaderStarts=function(){a("blockUi").show();c(".ui-blockui").show();c(".loader-wrapper").addClass("show-loader");c("body").on("scroll touchmove mousewheel",function(d){d.preventDefault();d.stopPropagation();return false})};b._enbd.enbdLoaderEnds=function(){a("blockUi").hide();c(".loader-wrapper").removeClass("show-loader");c("body").off("scroll touchmove mousewheel");setTimeout(function(){if(c(".ui-blockui").length>1){c(".ui-blockui:not(:last)").remove()}c(".ui-blockui").hide();if(c(".ui-blockui-content").length>1){c(".ui-blockui-content:visible").remove();c(".ui-blockui-content:not(:last)").remove()}},100)}}(jQuery,window,PF));(function(c,b){var a={showError:function(e,f){if(e){var d=this.messageHtml(e,f);c("#"+f).html(d)}else{this.hideError(f)}},hideError:function(d){c("#"+d).html("")},messageHtml:function(e,f){var d=' ";return d},readFile:function(e){if(e.files&&e.files[0]){var d=new FileReader();d.onload=function(f){cp.croppie("bind",{url:f.target.result})};d.readAsDataURL(e.files[0])}},validate:function(d,e){var f=new RegExp(d.allowTypes);if(f&&!(f.test(e.type)||f.test(e.name))){if(d.invalidFileMessage===undefined){return"Invalid file format."}return d.invalidFileMessage}if(d.maxFileSize&&e.size>d.maxFileSize){if(d.invalidFileMessage===undefined){return"Invalid file size."}return d.invalidSizeMessage}return null}};b.croppie=a;b.cp}(jQuery,window));(function(c,b){var a={};a.getMonth=function(d){try{var f=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];return f[d]}catch(g){return"Jan"}};a.fixedDepostiGraphDate=function(f){var h=this.getMonth(f.getMonth());var d=f.getDate();var j=f.getFullYear();try{return[(d>9?"":"0")+d,h,j].join(" ")}catch(g){return[d,h,j].join(" ")}};b._enbd.date=a}(jQuery,window));(function(e){e.fn.characterCounter=function(){return this.each(function(){var f=e(this).attr("length")!==undefined;if(f){e(this).on("input",a);e(this).on("focus",a);e(this).on("blur",c);if(e(this).parent().hasClass("numericamount")){}else{b(e(this))}}})};function a(){if(e(this).parent().hasClass("numericamount")){c()}else{var f=+e(this).attr("length"),h=+e(this).val().length,g=h<=f;e(this).parent().find('span[class="character-counter"]').html(h+"/"+f);d(g,e(this))}}function b(g){var f=e("").addClass("character-counter").css("float","right").css("font-size","9px").css("height",1);if(g.attr("display")==="false"){f.css("display","none")}g.parent().append(f)}function c(){e(this).parent().find('span[class="character-counter"]').html("")}function d(f,h){var g=h.hasClass("invalid");if(f&&g){h.removeClass("invalid")}else{if(!f&&!g){h.removeClass("valid");h.addClass("invalid")}}}}(jQuery));var app=angular.module("enbdapp",[]);(function(a,b,c){c.config(["$compileProvider",function(d){d.directive("compile",function(e){return function(h,g,f){h.$watch(function(j){return j.$eval(f.compile)},function(j){g.html(j);e(g.contents())(h)})}})}])}(angular,jQuery,app));(function(a,b,c){c.run(["$rootScope","$location",function(e,g){var d=false;var f=null;e.allowNavigation=function(){d=false};e.preventNavigation=function(){d=true;f=g.absUrl()};e.$on("$locationChangeStart",function(h,k,j){if(f!==j||f===null){e.allowNavigation();return}if(d&&!confirm("You have unsaved changes, do you want to continue?")){h.preventDefault()}else{e.allowNavigation()}})}])}(angular,jQuery,app));(function(angular,$,app){app.controller("enbdcontroller",["$scope","$http","$compile","$window","$timeout","$interval",function($scope,$http,$compile,$window,$timeout,$interval){window.SCOPE=$scope;try{$scope.enbdGlobalConfig=$window.enbdGlobalConfig()||{}}catch(e){}$scope.logoutcounter=60;var timeouts=[];var $counterinterval=null;$scope.requestInProgress=false;$scope.idletimer=function(){$scope.logoutcounter=60;try{$timeout.cancel($scope.beforelogout)}catch(e){}$scope.beforelogout=$timeout(function(){if($("#logoutTimer").length>0&&(($("#logoutTimer").hasClass("hide")))){if(!($scope.logoutcounter<60)){$("embed").css("visibility","hidden");$("div.datepicker").remove();$("#logoutTimer").removeClass("top-notice noshow hide");$(".nav").css("z-index","999");$(".bar.bar-desktop").css("z-index","999");$(".bar.bar-mobile").css("z-index","999");if($("body").hasClass("onboarding-mode")){$("header").attr("style","")}$scope.countertimer()}}},200000);timeouts.push($scope.beforelogout)};$scope.$watch(function(){return $scope.resetFlag},function(value){if(value){$scope.resetTimeout=setTimeout(function(){window.location.reload(true)},60000*4)}else{clearTimeout($scope.resetTimeout)}});$scope.checkedLoggedIn=function(){if($("#logoutTimer").length>0&&timeouts.length===0){$scope.idletimer();$scope.resetFlag=false;clearTimeout($scope.resetTimeout)}else{if($("main").hasClass("handleRefresh")){$scope.resetFlag=true;console.log("controller in if"+$scope.resetFlag);$scope.resetTimeout}else{$scope.resetFlag=false;console.log("controller in if"+$scope.resetFlag);clearTimeout($scope.resetTimeout);console.log("controller in if"+$scope.resetFlag)}}};$scope.countertimer=function(){try{$timeout.cancel($scope.countertimerstart)}catch(e){}$scope.countertimerstart=$timeout(function(){$scope.logoutcounter--;if(timeouts.length>1){for(var i=timeouts.length;i>0;i--){if(i===timeouts.length){}else{$timeout.cancel(timeouts[i]);timeouts.pop()}}}if($scope.logoutcounter<=0){if($("#logoutTimer").length>0){$("#sessionTimeoutIdentifier").val("true");$("div.datepicker").remove();$(".icon-logout").click()}}else{$scope.countertimer()}},1000)};$scope.checkedLoggedIn();$scope.showBlockUI=function(){PF("blockUi").show();$(".ui-blockui").show();$("#blockUi").css("top","0px");$("#blockUi").css("left","0px");$(".loader-wrapper").addClass("show-loader");$("body").addClass("with-loader")};$scope.setGeolocationdtls=function(){document.getElementById("longitude").value=$scope.lon;document.getElementById("latitude").value=$scope.lat;document.getElementById("language").value=navigator.language||navigator.userLanguage||navigator.browserLanguage||navigator.systemLanguage;document.getElementById("colorDepth").value=window.screen.colorDepth;document.getElementById("deviceMemory").value=navigator.deviceMemory;document.getElementById("hardwareConcurrency").value=navigator.hardwareConcurrency;document.getElementById("pixelRatio").value=window.devicePixelRatio;document.getElementById("platform").value=navigator.platform;document.getElementById("language").value=navigator.language||navigator.userLanguage||navigator.browserLanguage||navigator.systemLanguage;document.getElementById("colorDepth").value=window.screen.colorDepth;document.getElementById("deviceMemory").value=navigator.deviceMemory;document.getElementById("hardwareConcurrency").value=navigator.hardwareConcurrency;document.getElementById("pixelRatio").value=window.devicePixelRatio;document.getElementById("platform").value=navigator.platform;var resolution=[window.screen.width,window.screen.height];if(resolution){resolution.sort().reverse()}document.getElementById("screenResolution").value=resolution;var timezone="";if(window.Intl&&window.Intl.DateTimeFormat){timezone=(new window.Intl.DateTimeFormat().resolvedOptions().timeZone)}document.getElementById("timezone").value=timezone};$scope.hideBlockUI=function(){PF("blockUi").hide();$(".loader-wrapper").removeClass("show-loader");$("body").removeClass("with-loader");setTimeout(function(){if($(".ui-blockui").length>1){$(".ui-blockui:not(:last)").remove()}$(".ui-blockui").hide();if($(".ui-blockui-content").length>1){$(".ui-blockui-content:visible").remove();$(".ui-blockui-content:not(:last)").remove()}},100)};$scope.startAjaxRequest=function(){$scope.showBlockUI();$timeout.cancel($scope.beforelogout);$timeout.cancel($scope.logout);$timeout.cancel($scope.countertimerstart)};$scope.stopAjaxRequest=function(){$("#logoutTimer").addClass("hide");if($("#smartpassnotificationouter").length){}else{$scope.hideBlockUI()}$scope.requestInProgress=false};$scope.widgets={};$scope.escapeClientId=function(id){return"#"+id.replace(/:/g,"\\:")};$scope.escapeClientCss=function(id){return"."+id.replace(/:/g,"\\:")};$scope.getContent=function(node){var content="";for(var i=0;ioldHeight){maxHeight=newHeight}objhold.attr("style","opacity:"+0+";left:"+newleft+"px;position:relative;width:"+objhold.width()+"px;height:"+maxHeight+"px");obj.attr("style","left:"+posleft+"px;position:absolute;width:"+obj.width()+"px;height:"+maxHeight+"px");obj.parent().animate({scrollTop:0,top:0},{duration:100,complete:function(){obj.animate({left:"-1000px",opacity:0},{queue:true,duration:500,step:function(completeleft){},complete:function(){$(this).remove()}});posleft=posleft+"px";objhold.animate({left:posleft,opacity:1},{queue:true,duration:500,step:function(completeleft){},complete:function(){objhold.removeAttr("style");objhold.parent().css("overflow","");if(objhold.attr("footerreq")!=null){$("footer").removeAttr("style")}if(objhold.attr("divid")!=null){var parentdivid=objhold.attr("divid");$("#"+parentdivid).css("overflow","");$("#"+parentdivid).css("height","inherit")}}})}});if($("#clonecopy").length>1){$("#clonecopy").remove()}$(window).trigger("resize")};$scope.updateElement=function(id,content,xhr){if(id.indexOf(PrimeFaces.VIEW_STATE)!==-1){$scope.updateFormStateInput(PrimeFaces.VIEW_STATE,content,xhr)}else{if(id.indexOf(PrimeFaces.CLIENT_WINDOW)!==-1){$scope.updateFormStateInput(PrimeFaces.CLIENT_WINDOW,content,xhr)}else{if(id===PrimeFaces.VIEW_ROOT){window.PrimeFaces=null;var cache=$.ajaxSetup()["cache"];$.ajaxSetup()["cache"]=true;$("head").html(content.substring(content.indexOf("")+6,content.lastIndexOf("")));$.ajaxSetup()["cache"]=cache;var bodyStartTag=new RegExp("]*>","gi").exec(content)[0];var bodyStartIndex=content.indexOf(bodyStartTag)+bodyStartTag.length;$("body").html(content.substring(bodyStartIndex,content.lastIndexOf("")))}else{if(id===PrimeFaces.ajax.VIEW_HEAD){window.PrimeFaces=null;var cache=$.ajaxSetup()["cache"];$.ajaxSetup()["cache"]=true;$("head").html(content.substring(content.indexOf("")+6,content.lastIndexOf("")));$.ajaxSetup()["cache"]=cache}else{if(id===PrimeFaces.ajax.VIEW_BODY){var bodyStartTag=new RegExp("]*>","gi").exec(content)[0];var bodyStartIndex=content.indexOf(bodyStartTag)+bodyStartTag.length;$("body").html(content.substring(bodyStartIndex,content.lastIndexOf("")))}else{var tobj=$(content).first();if(tobj.attr("switchAnimate")!=null){$scope.animateInit($($scope.escapeClientId(id)));$($scope.escapeClientId(id)).replaceWith(content);$scope.doAnimate($($scope.escapeClientId(id)),$($scope.escapeClientId("clonecopy")))}else{if(tobj.attr("supress")!=null){$($scope.escapeClientId(id)).attr("supress","");$($scope.escapeClientId(id)).removeAttr("switchgoto")}else{$($scope.escapeClientId(id)).replaceWith(content)}}}}}}}};$scope.updateFormStateInput=function(name,value,xhr){var trimmedValue=$.trim(value);var forms=null;if(xhr&&xhr.pfSettings&&xhr.pfSettings.portletForms){forms=$(xhr.pfSettings.portletForms)}else{forms=$("form")}var parameterNamespace="";if(xhr&&xhr.pfArgs&&xhr.pfArgs.parameterNamespace){parameterNamespace=xhr.pfArgs.parameterNamespace}for(var i=0;i0){input.val(trimmedValue)}else{form.append('')}}}};$scope.addParam=function(params,name,value,parameterNamespace){if(parameterNamespace||name.indexOf(parameterNamespace)!==0){params.push({name:parameterNamespace+name,value:value})}else{params.push({name:name,value:value})}};$scope.ResponseProcessordoRedirect=function(node){$window.location=node.getAttribute("url")};$scope.ResponseProcessordoUpdate=function(node,xhr){var id=node.getAttribute("id");var content=$scope.getContent(node);$scope.updateElement(id,content,xhr)};$scope.ResponseProcessordoUpdateTarget=function(node,xhr,expanId,targetId){var id=node.getAttribute("id");var content=$scope.getContent(node);if(id===expanId){$($scope.escapeClientId(expanId)).remove();$($scope.escapeClientId(targetId)).after('
          ');$($scope.escapeClientId(expanId)).append(content)}else{$scope.updateElement(id,content,xhr)}};$scope.ProcessordoUpdateInfoWindow=function(node){var content=$compile($(".gm-style-iw"))($scope);$(".gm-style-iw").replaceWith(content)};$scope.changeView=function(){return $scope.transactionamount};$scope.avaliableBalance=10000;$scope.upcomingTransactions=2000;$scope.exchangevalue=angular.element(document.getElementById("exchange-value")).text();$scope.selectedBalance;$scope.getBlueWidth=function(){var disabledClass="form--inactive",$form=$("#new-tranfsfer");if($form.hasClass(disabledClass)){$form.removeClass(disabledClass)}$scope.exchangevalue=angular.element(document.getElementById("exchange-value")).text();return Math.max((100*$scope.upcomingTransactions)/$scope.avaliableBalance)};$scope.updatescroll=function(id){};$scope.getYellowWidth=function(){var num_str=$scope.exchangevalue;var exchRate=parseFloat(num_str,10);if(Math.max((100*$scope.transactionamount*exchRate)/$scope.avaliableBalance>=(100-$scope.getBlueWidth()))){return 100-$scope.getBlueWidth()}return Math.max((100*$scope.transactionamount*exchRate)/$scope.avaliableBalance)};$scope.getGreenWidth=function(){var width=0;if(Math.max((100-($scope.getBlueWidth()+$scope.getYellowWidth())))>0){width=Math.max((100-($scope.getBlueWidth()+$scope.getYellowWidth())))}return width};$scope.validateHim=function(){$scope.tttt=angular.element(document.getElementById("amount-error-text"));var hg=$scope.tttt;hg.addClass("is-visible")};$scope.ResponseProcessordoEval=function(node){var textContent=node.textContent||node.innerText||node.text;var linkFn=$compile(textContent);var content=linkFn($scope);$.globalEval(content)};$scope.ResponseProcessordoExtension=function(node,xhr){if(xhr){if(node.getAttribute("ln")==="primefaces"&&node.getAttribute("type")==="args"){$scope.xhr=null;var textContent=node.textContent||node.innerText||node.text;if(xhr.pfArgs){var json=$.parseJSON(textContent);for(var name in json){xhr.pfArgs[name]=json[name]}}else{xhr.pfArgs=$.parseJSON(textContent);$scope.xhr=xhr.pfArgs}}if(node.getAttribute("id")==="enbdextension"){var textContent=node.textContent||node.innerText||node.text;var forms=$("form");for(var i=0;i0){input.val(textContent)}else{form.append('')}}}}}};$scope.ResponseProcessordoError=function(node,xhr){};$scope.ResponseProcessordoDelete=function(node){var id=node.getAttribute("id");$($scope.escapeClientId(id)).remove()};$scope.ResponseProcessordoInsert=function(node){if(!node.childNodes){return false}for(var i=0;itotal){var tr=-1;return tr}return(100*$scope.inputAmount)/total};$scope.getTwo=function(){if($scope.getOne()===-1){var tf=0;return tf}return 100-$scope.getOne()};$scope.getBgTwo=function(){var total1=1000;if($scope.inputAmount>total1){var tstt=101848;return tstt}var gg="00FF00";return gg};$scope.getBgOne=function(){var total1=1000;if($scope.inputAmount>total1){var tsfftt=101848;return tsfftt}var gg="FF0000";return gg};$scope.getBalance=function(){var num_str=$scope.exchangevalue;var exchRate=parseFloat(num_str,10);var bal=$scope.avaliableBalance-($scope.transactionamount*exchRate);return bal};$scope.getExchangeAmount=function(){var num_str=$scope.exchangevalue;var exchRate=parseFloat(num_str,10);var bal=$scope.transactionamount*exchRate;return(isNaN(bal))?0:bal};$scope.setCurrency=function(){$scope.exchangevalue=$scope.test};$scope.openDialog=function(obj){};$scope.extractParameterNamespace=function(form){var input=form.children("input[name*='"+PrimeFaces.VIEW_STATE+"']");if(input&&input.length>0){var name=input[0].name;if(name.length>PrimeFaces.VIEW_STATE.length){return name.substring(0,name.indexOf(PrimeFaces.VIEW_STATE))}}return""};$scope.switchView=function switchView(trigger){var $_container=$(trigger).closest(".steps-container"),goToIndex=$(trigger).data("tostep")!==undefined?$(trigger).data("tostep"):$(trigger).closest("[data-tostep]").data("tostep"),activeIndex=$_container.find(".steps-animation").data("active-step"),$activeStep=$_container.find('[data-step="'+activeIndex+'"]'),$goToStep=$_container.find('[data-step="'+goToIndex+'"]'),that=this;if(!$goToStep.length||activeIndex===goToIndex){return}var direction=goToIndex>activeIndex?"left":"right";that.setArrowTransparent($_container);that.move($activeStep,$goToStep,direction,function(){that.setArrowTransparent($_container);that.handleColorChange($goToStep,$_container);$(window).trigger("resize")});$_container.find(".steps-animation").attr("data-active-step",goToIndex).data("active-step",goToIndex);$(trigger).trigger({type:"step-switched",trigger:trigger});$(window).trigger("resize")};$scope.resolveComponentsForAjaxCall=function(cfg,type){var expressions="";if(cfg[type]){expressions+=cfg[type]}if(cfg.ext&&cfg.ext[type]){expressions+=" "+cfg.ext[type]}return PrimeFaces.expressions.SearchExpressionFacade.resolveComponents(expressions)};$scope.val=function(id){var form=$($scope.escapeClientId(id)).closest("form");var flag=true;form.find("[required]").each(function(){if($(this).attr("value")===""||$(this).val()===""||!$(this).attr("value")){var curObject=$(this);curObject.addClass("is-invalid-input");var formerror=curObject.siblings(".form-error");formerror.addClass("is-visible");formerror.html(curObject.attr("requiredmsg"));flag=false}else{var curObject=$(this);if(curObject.hasClass("is-invalid-input")){curObject.removeClass("is-invalid-input")}var formerror=curObject.siblings(".form-error");if(formerror.hasClass("is-visible")){formerror.removeClass("is-visible")}formerror.html("")}});return flag};$scope.addParamFromInput=function(params,name,form,parameterNamespace){var input=null;if(parameterNamespace){input=form.children("input[name*='"+name+"']")}else{input=form.children("input[name='"+name+"']")}if(input&&input.length>0){var value=input.val();params.push({name:name,value:value})}};$scope.addParams=function(params,paramsToAdd,parameterNamespace){for(var i=0;i=1){$animArea.find("[data-slider][data-step]").css("display","block")}var i=$animArea.length;while(i--){$animArea.eq(i).attr("data-active-step","0");if($animArea[i].hasAttribute("data-total-steps")){totalSteps=$animArea.eq(i).find("[data-step]").length;$animArea.eq(i).attr("data-total-steps",totalSteps)}}this.bindEvents();return this},getHeight:function(el){var resetCSS=$(el).attr("style");$(el).css({position:"absolute",visibility:"hidden",display:"block",maxWidth:"100%"});var height=$(el).outerHeight(true);$(el).attr("style",resetCSS?resetCSS:"");var maxheight=$(el).attr("maxheight");if(!maxheight){maxheight=-1}else{maxheight=parseInt(maxheight)}if(maxheight!==-1&&maxheightactiveIndex)?"left":"right";try{$(".tooltipstered").tooltipster("hide")}catch(e){}that.handleSuccess(trigger);that.setArrowTransparent($_container);that.move($activeStep,$goToStep,direction,function(){that.setArrowTransparent($_container);that.handleColorChange($goToStep,$_container);$(window).trigger("resize");$(".slick-initialized").slick("setPosition")});$_container.find(".steps-animation").eq(0).attr("data-active-step",goToIndex).data("active-step",goToIndex);$(trigger).trigger({type:"step-switched",trigger:trigger,currentStep:goToIndex})},gotoView:function(obj,index){var that=this;var $_container=$(obj).closest(".steps-container");var activeIndex=$_container.find(".steps-animation").data("active-step");if(!activeIndex){activeIndex=0}var oldsteps=$_container.find('[data-step="'+activeIndex+'"]:first-child');if(oldsteps.length===0){oldsteps=$_container.find('[data-step="'+activeIndex+'"]')}var $activeStep=oldsteps.eq(0);var $goToStep=0;var goToIndex=index;var trigger=oldsteps;var gotonewsteps=$_container.find('[data-step="'+goToIndex+'"]:first-child');if(gotonewsteps.length===0){gotonewsteps=$_container.find('[data-step="'+goToIndex+'"]')}$goToStep=gotonewsteps.eq(0);if(!$goToStep.length||activeIndex===goToIndex){return}$goToStep.show();var height=this.getHeight($goToStep.children(1).children(1));if(height!==0){$goToStep.css("height",height)}if($goToStep.attr("data-step-min-height")!=null){var newheight=$goToStep.attr("data-step-min-height");$goToStep.css("height",newheight)}var direction=(goToIndex>activeIndex)?"left":"right";that.handleSuccess(trigger);that.setArrowTransparent($_container);that.move($activeStep,$goToStep,direction,function(){that.setArrowTransparent($_container);that.handleColorChange($goToStep,$_container);that.removeSupress($_container)});$_container.find(".steps-animation").eq(0).attr("data-active-step",goToIndex).data("active-step",goToIndex);$(".scroll-wrap").scrollTop(0);$(trigger).trigger({type:"step-switched",trigger:trigger,currentStep:goToIndex});$(window).trigger("resize");setTimeout(function(){function scrollTop(){$("html,body").animate({scrollTop:$goToStep.parents(".steps-container").offset().top-150},10)}try{var spendingsOverview=$goToStep.parents(".steps-container").parents(".spendings-overview").length;if(!spendingsOverview){scrollTop()}}catch(e){scrollTop()}},100)},removeSupress:function($container){$container.find("[supress]").each(function(){$(this).empty()})},bindEvents:function(){var that=this;$("[data-tostep]").not("[data-toggle-steps]").on("click",function(e){var $navParent;e.preventDefault();if(!e.target.hasAttribute("steps-propagate")){e.stopPropagation()}that.switchView(e.target);if($(e.target).parents(".menu-level-3").length){$navParent=$(e.target).parents(".menu-level-3")}if($(e.target).parents(".accordion-nav").length){$navParent=$(e.target).parents(".accordion-nav")}if($navParent&&$navParent.length){$navParent.find("a.active").removeClass("active");$(e.target).addClass("active")}});$("[data-toggle-steps]").on({change:function(e){that.switchView(e.target)},"step-switched":function(e){if($(e.target).data("tostep")===1){$(e.target).data("tostep",0)}else{$(e.target).data("tostep",1)}}})}};$scope.sorter={sorters:{},prevCache:null,init:function init(){var that=this,$sorters=$("[sorter]");if(!$sorters.length){return}$sorters.each(function(){var sorterName,$items;sorterName=$(this).attr("sorter");that.sorters[sorterName]={element:this,isLocked:false,items:{}};$items=$(this).find("[sorter-type]");$items.each(function(i,el){var itemName=$(el).attr("sorter-type");that.sorters[sorterName].items[itemName]={initialPosition:i,element:el,$siblings:$(el).siblings(),$content:$(el).find(".accordion-content").first()}})});this.bindEvents()},bindEvents:function bindEvents(){var that=this;$(document).on("sorter:on",$.proxy(that.sortTop,that));$(document).on("sorter:off",$.proxy(that.sortClose,that))},sortTop:function sortTop(event){var that=this,sorterUid,itemUid,$wrap,$item,itemHeight,$itemPosition,$prev,$siblings,transitionEnd=getTransitionEvent();sorterUid=event.sorter.sorterUid;itemUid=event.sorter.itemUid;if(this.sorters[sorterUid].isLocked){return}this.sorters[sorterUid].isLocked=true;$wrap=$(that.sorters[sorterUid].element);$item=$(that.sorters[sorterUid].items[itemUid].element);if($item.is(":first-child")){this.handleAccordion(event.sorter,"open");this.sorters[sorterUid].isLocked=false;this.prevCache=event.sorter;return}$siblings=this.sorters[sorterUid].items[itemUid].$siblings;itemHeight=$item.outerHeight();$itemPosition=$item.position().top;$prev=$item.prev();if(!transitionEnd){append();this.handleAccordion(event.sorter,"open");return}$siblings.first().on(transitionEnd+".sorter-init",function(){$(this).off(".sorter-init");animatePending()});function animateInit(){$wrap.addClass("sorter-init");$siblings.addClass("item-inactive");$item.addClass("item-active").css("top",$itemPosition+"px");$prev.addClass("item-prev").css("margin-bottom",itemHeight+"px")}function animatePending(){$item.on(transitionEnd+".sorter-pending",function(){$(this).off(".sorter-pending");animateEnd()});$wrap.toggleClass("sorter-init sorter-sorting").css("padding-top",itemHeight);$prev.css("margin-bottom","");$item.css("top","")}function animateEnd(){append();$wrap.toggleClass("sorter-sorting sorter-end").css("padding-top","");$item.removeClass("item-active");that.handleAccordion(event.sorter,"open");$siblings.first().on(transitionEnd+".sorter-end",function(){$(this).off(".sorter-end");clean()})}function clean(){$wrap.removeClass("sorter-end");$prev.removeClass("item-prev");$siblings.removeClass("item-inactive");closePrev();that.sorters[sorterUid].isLocked=false}function getTransitionEvent(){var t,el,transitions;el=document.createElement("fakeelement");transitions={transition:"transitionend",OTransition:"oTransitionEnd",MozTransition:"transitionend",WebkitTransition:"webkitTransitionEnd"};for(t in transitions){if(el.style[t]!==undefined){return transitions[t]}}}function closePrev(){if(that.prevCache){that.handleAccordion(that.prevCache,"close")}that.prevCache=event.sorter}function append(){$item.insertBefore($wrap.children().first())}animateInit()},sortClose:function sortClose(event){var sorter=this.sorters[event.sorter.sorterUid];if(sorter.isLocked){return}this.handleAccordion(event.sorter,"close")},handleAccordion:function handleAccordion(data,action){var that=this,cacheObj,$accordion,$accordionItemContent;$accordion=$(that.sorters[data.sorterUid].element);$accordionItemContent=that.sorters[data.sorterUid].items[data.itemUid].$content;if(!$accordionItemContent[0].hasAttribute("data-tab-content")){return false}if(action==="open"){$accordion.foundation("down",$accordionItemContent)}if(action==="close"){$accordion.foundation("up",$accordionItemContent)}}};$scope.bindVisibilityToAccordion={cache:{},init:function init(){var that=this,$bindedElements=$("[data-bind-to-accordion]");$bindedElements.each(function(){var accordionSelector=$(this).attr("data-bind-to-accordion"),$bindedAccordion=$(accordionSelector),accordionUid=$bindedAccordion.attr("data-accordion");if(that.cache.hasOwnProperty(accordionUid)){that.cache[accordionUid].elements.push(this)}else{that.cache[accordionUid]={elements:[this]}}})},check:function check(eventData){var that=this,accordionUid=eventData.zfPlugin.uuid;if(!this.cache.hasOwnProperty(accordionUid)){return}if(eventData.zfPlugin.$element.find(".is-active.accordion-item").length){$(that.cache[accordionUid].elements).addClass("scale-in").removeClass("scale-out")}else{$(that.cache[accordionUid].elements).removeClass("scale-in").addClass("scale-out")}}};$scope.recompile=function(currentNode){for(var j=0;j0){porletFormsSelector='form[action="'+postURL+'"]';postURL=encodedURLfield.val()}var parameterNamespace=$scope.extractParameterNamespace(form);$scope.addParam(postParams,PrimeFaces.PARTIAL_REQUEST_PARAM,true,parameterNamespace);$scope.addParam(postParams,PrimeFaces.PARTIAL_SOURCE_PARAM,sourceId,parameterNamespace);if(cfg.resetValues){$scope.addParam(postParams,PrimeFaces.RESET_VALUES_PARAM,true,parameterNamespace)}if(cfg.ignoreAutoUpdate){$scope.addParam(postParams,PrimeFaces.IGNORE_AUTO_UPDATE_PARAM,true,parameterNamespace)}var processArray=$scope.resolveComponentsForAjaxCall(cfg,"process");if(cfg.fragmentId){processArray.push(cfg.fragmentId)}var processIds=processArray.length>0?processArray.join(" "):"@all";if(processIds!=="@none"){$scope.addParam(postParams,PrimeFaces.PARTIAL_PROCESS_PARAM,processIds,parameterNamespace)}var updateArray=$scope.resolveComponentsForAjaxCall(cfg,"update");if(cfg.fragmentId&&cfg.fragmentUpdate){updateArray.push(cfg.fragmentId)}if(updateArray.length>0){$scope.addParam(postParams,PrimeFaces.PARTIAL_UPDATE_PARAM,updateArray.join(" "),parameterNamespace)}if(cfg.event){$scope.addParam(postParams,PrimeFaces.BEHAVIOR_EVENT_PARAM,cfg.event,parameterNamespace);var domEvent=cfg.event;if(cfg.event==="valueChange"){domEvent="change"}else{if(cfg.event==="action"){domEvent="click"}}$scope.addParam(postParams,PrimeFaces.PARTIAL_EVENT_PARAM,domEvent,parameterNamespace)}else{$scope.addParam(postParams,sourceId,sourceId,parameterNamespace)}if(cfg.params){$scope.addParams(postParams,cfg.params,parameterNamespace)}if(cfg.ext&&cfg.ext.params){$scope.addParams(postParams,cfg.ext.params,parameterNamespace)}if(cfg.partialSubmit&&processIds.indexOf("@all")===-1){var formProcessed=false,partialSubmitFilter=cfg.partialSubmitFilter||":input";if(processIds.indexOf("@none")===-1){for(var i=0;i"+response+"
          ");$("#supportdialog").append('
          ');$("#supportdialog .icon-cancel-thin").off("click");$("#supportdialog .icon-cancel-thin,#supportdialog .btn").on("click",function(){$("#supportdialog").remove();$("#supportdialog .icon-cancel-thin,#suppordialog .btn").off("click")});$scope.stopAjaxRequest();return}var partialResponseNode=xml.getElementsByTagName("partial-response")[0];for(var i=0;i0){porletFormsSelector='form[action="'+postURL+'"]';postURL=encodedURLfield.val()}var parameterNamespace=$scope.extractParameterNamespace(form);$scope.addParam(postParams,PrimeFaces.PARTIAL_REQUEST_PARAM,true,parameterNamespace);$scope.addParam(postParams,PrimeFaces.PARTIAL_SOURCE_PARAM,sourceId,parameterNamespace);if(cfg.resetValues){$scope.addParam(postParams,PrimeFaces.RESET_VALUES_PARAM,true,parameterNamespace)}if(cfg.ignoreAutoUpdate){$scope.addParam(postParams,PrimeFaces.IGNORE_AUTO_UPDATE_PARAM,true,parameterNamespace)}var processArray=$scope.resolveComponentsForAjaxCall(cfg,"process");if(cfg.fragmentId){processArray.push(cfg.fragmentId)}var processIds=processArray.length>0?processArray.join(" "):"@all";if(processIds!=="@none"){$scope.addParam(postParams,PrimeFaces.PARTIAL_PROCESS_PARAM,processIds,parameterNamespace)}var updateArray=$scope.resolveComponentsForAjaxCall(cfg,"update");if(cfg.fragmentId&&cfg.fragmentUpdate){updateArray.push(cfg.fragmentId)}if(updateArray.length>0){$scope.addParam(postParams,PrimeFaces.PARTIAL_UPDATE_PARAM,updateArray.join(" "),parameterNamespace)}if(cfg.event){$scope.addParam(postParams,PrimeFaces.BEHAVIOR_EVENT_PARAM,cfg.event,parameterNamespace);var domEvent=cfg.event;if(cfg.event==="valueChange"){domEvent="change"}else{if(cfg.event==="action"){domEvent="click"}}$scope.addParam(postParams,PrimeFaces.PARTIAL_EVENT_PARAM,domEvent,parameterNamespace)}else{$scope.addParam(postParams,sourceId,sourceId,parameterNamespace)}if(cfg.params){$scope.addParams(postParams,cfg.params,parameterNamespace)}if(cfg.ext&&cfg.ext.params){$scope.addParams(postParams,cfg.ext.params,parameterNamespace)}if(cfg.partialSubmit&&processIds.indexOf("@all")===-1){var formProcessed=false,partialSubmitFilter=cfg.partialSubmitFilter||":input";if(processIds.indexOf("@none")===-1){for(var i=0;i").text($(fromtag).find($scope.escapeClientId(totagdiv[0])).parent().html());replaceObj.push({from:totagdiv[1],content:totag})}for(var i=0;i"+response+"
          ");$("#supportdialog").append('
          ');$("#supportdialog .icon-cancel-thin").off("click");$("#supportdialog .icon-cancel-thin,#supportdialog .btn").on("click",function(){$("#supportdialog").remove();$("#supportdialog .icon-cancel-thin,#suppordialog .btn").off("click")});$scope.stopAjaxRequest();return}var partialResponseNode=xml.getElementsByTagName("partial-response")[0];partialResponseNode=$scope.processPartial(partialResponseNode);for(var i=0;i4){txt[2]="\u2026";txt[3]=""}else{txt[1]=txt[2]="...."}txt=txt.join(" ");if(typeof data==="object"){$(data).text(txt)}else{return txt}}if(str){return crop(str)}else{crop($(".account-nr"));crop($(".account-nr-crop"))}};$scope.getAnimationEvent=function(){var a,el=document.createElement("fakeelement"),animations={animation:"animationend",OAnimation:"oAnimationEnd",MozAnimation:"animationend",WebkitAnimation:"webkitAnimationEnd"};for(a in animations){if(el.style[a]!==undefined){return animations[a]}}};$scope.setArrowTransparent=function($container){var $toggle=$container.parent(),$arrow;if(!$container.hasClass("expand-container")){return}$arrow=$(".expand-arrow");if($arrow&&$arrow.attr("data-toggle")===$toggle.attr("id")){$arrow.toggleClass("is-transparent")}};$scope.handleColorChange=function($goToStep,$container){var $toggle=$container.parent(),$arrow;if(!$container.hasClass("expand-container")){return}$arrow=$(".expand-arrow");if($arrow&&$arrow.attr("data-toggle")===$toggle.attr("id")){if($goToStep.hasClass("success")){$arrow.addClass("is-success")}else{$arrow.removeClass("is-success")}}};$scope.toggleParentHidden=function toggleParentHidden(type){$parent.css("overflow-x",type)};$scope.hideSlides=function hideSlides($wrapper,notElement){$($wrapper).children().not(".step-0").not(notElement).hide()};$scope._getAnimationEvent=function _getAnimationEvent(){var a,el=document.createElement("fakeelement"),animations={animation:"animationend",OAnimation:"oAnimationEnd",MozAnimation:"animationend",WebkitAnimation:"webkitAnimationEnd"};for(a in animations){if(el.style[a]!==undefined){return animations[a]}}};$scope.afterAnimation=function afterAnimation($wrapper,$el){if($el){$el.off("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd")}$scope.hideSlides($wrapper,$el);$scope.toggleParentHidden("visible")};$scope.finalClose=function finalClose($wrapper){$wrapper.closest(".accordion-item").slideUp()};$scope.escapeJqueryRegExp=function(str){return str.replace(/[.*:+?^${}()|[\]\\]/g,"\\:")};$(window).on("resize orientationchange",function(){$("[dataclickonresize]").each(function(){$(this).click()})});$scope.expandLastDeleteStep=function expandLastDeleteStep($el){var biggerH;if($el.hasClass("delete-3")){biggerH=$el.closest(".accordion-item").find(".gray-row").outerHeight();if(!$el.hasClass("short")){biggerH+=33}$el.css({height:$el.height()+biggerH,top:-biggerH});return true}return false};$scope.isScroll=function isScroll($el){return $el.attr("data-smooth-scroll")};$scope.smoothScrollToRoot=function smoothScrollToRoot($rootEl,callback){var windowW=window.innerWidth;if($rootEl&&windowW>640&&$scope.isScroll($rootEl)){$("html, body").animate({scrollTop:$rootEl.offset().top},function(){return callback()})}else{return callback()}};var child="";var timer="";$scope.childPopupOpenFlag=false;$scope.vbWindow="";$scope.terminateVideoBankingSession=function(){if($scope.childPopupOpenFlag){child.close();return"Terminating Live banking for you!"}};$scope.closeLogoutTimer=function(){if(!$(".modal-window").not(".hide").not(".timeout-modal").length){$(".nav").css("z-index","3999");$(".bar.bar-desktop").css("z-index","3999");$(".bar.bar-mobile").css("z-index","3999")}$("embed").css("visibility","visible");$("#logoutTimer").addClass("hide");if($("body").hasClass("onboarding-mode")){$("header").css({visibility:"hidden",display:"none"})}};$scope.closeVideoTimer=function(){$("#videoTimer").addClass("hide")};$scope.calcamount=function(){var amt=angular.element(document.getElementsByName("ipoamt")[0]).val();var share=angular.element(document.getElementsByName("noofshr")[0]).val();console.log(amt*share);$("#ipoTotalAmt").val(amt*share)};$scope.resetIPODetails=function(){$("#ipoTotalAmt").val("");$("#noofshr").val("")};$scope.closeVideoBanking=function(){if($scope.childPopupOpenFlag){if($("#videoTimer").length>0){$("#videoTimer").removeClass("top-notice");$("#videoTimer").removeClass("noshow");$("#videoTimer").removeClass("hide");$("#videoTimer").addClass("show");$scope.videotimer()}}};$scope.videotimer=function(){$scope.videotimerstart=$timeout(function(){$scope.logoutcounter--;if($scope.logoutcounter<=0){if($("#videoTimer").length>0){$("#forcelogout").click()}}else{$scope.videotimer()}},1000)};$scope.openVideoBanking=function(selectedtopic,videoBankingJsonVal,vburl){$scope.childPopupOpenFlag=false;var winName="MyWindow";var winURL=vburl;var windowoption="resizable=yes,height=450,width=800,location=0,menubar=0,scrollbars=1,left = 400,top = 120";var params=videoBankingJsonVal;data=jQuery.parseJSON(params);var form=document.createElement("form");form.name="vbForm";form.setAttribute("method","POST");form.setAttribute("action",winURL);form.setAttribute("target",winName);for(var val in data){var input=document.createElement("input");input.type="hidden";input.name=val;input.value=data[val];form.appendChild(input)}document.body.appendChild(form);child=window.open("",winName,windowoption);$scope.vbWindow=child;$scope.childPopupOpenFlag=true;form.target=winName;form.submit();document.body.removeChild(form);timer=setInterval($scope.checkChild,2000)};$scope.facebookLoginWindow="";var loginWindowTimer;$scope.fbChildPopupOpenFlag=false;$scope.openFacebookAuthUrl=function(fbOauthJsonData,facebookGraphApiUrl){var appContext=$(location).attr("protocol")+"//"+$(location).attr("host")+"///obweb/banknet.jsf";var winName="fbWindow";var winURL=facebookGraphApiUrl;if(winURL===""){winURL="https://www.facebook.com/dialog/oauth?"}var windowoption="resizable=yes,height=450,width=800,scrollbars=1,left = 400,top = 120";var params=fbOauthJsonData;if(params===""){params='{"app_id":"236007776791962","client_id":"236007776791962","display":"popup","redirect_uri":"'+appContext+'","scope":"email","sdk":"joey","version":"v2.5"}';data=jQuery.parseJSON(params)}else{data=jQuery.parseJSON(params)}var form=document.createElement("form");form.name="fbOauthForm";form.setAttribute("method","GET");form.setAttribute("action",winURL);form.setAttribute("target",winName);for(var val in data){var input=document.createElement("input");input.type="hidden";input.name=val;input.value=data[val];form.appendChild(input)}document.body.appendChild(form);child=window.open("",winName,windowoption);$scope.fbChildPopupOpenFlag=true;$scope.facebookLoginWindow=child;form.target=winName;form.submit();document.body.removeChild(form);loginWindowTimer=setInterval($scope.checkLoginWindowClosure,60000)};$scope.checkLoginWindowClosure=function(){if($scope.facebookLoginWindow.closed){clearInterval(loginWindowTimer)}else{$scope.facebookLoginWindow.close}};$scope.checkChild=function(){if($scope.vbWindow.closed){clearInterval(timer);timer=undefined;if(($(".nav-pl-confirm")!=="")){$(".nav-pl-confirm").click()}}};$scope.oninputfocus=function(){var expandableContainer=$(".exchshowdetails").closest("form").parent().parent();expandableContainer.css("height","auto");$(window).trigger("resize");$($(".exchamount").children("input").get(0)).autoNumeric().val("");$scope.exchangecalci();$scope.exchangecalcforinternalTran()};$scope.adjustcontainerheight=function(){$(".vslides-wrapper").attr("style","overflow: hidden")};$scope.allownumeric=function(){var dd=$($(".numericamount").children("input").get(0)).autoNumeric();$scope.amt=dd.val();var amtRegex=new RegExp("/^[0-9]*(?:.\d{1,2})?$/");amtRegex.test($scope.amt);var tte=$scope.amt.replace(/,/g,"");$scope.amt=tte};$scope.exchangecalci=function(){var dd="0";if($scope.cur.cur=="XAU"){dd=$($(".exchamount").children("input").get(0)).autoNumeric("init",{mDec:"3"})}else{dd=$($(".exchamount").children("input").get(0)).autoNumeric()}$scope.amt=dd.val();var tte=$scope.amt.replace(/,/g,"");var upbalance=Number($scope.upbal.replace(/,/g,""));var availbalance=Number($scope.avlbal.replace(/,/g,""));var exr=Number($scope.exhr.replace(/,/g,""));$scope.amt=tte;$scope.upcoming=upbalance*100/availbalance;var balanceAfterTransaction=availbalance-upbalance-(tte*exr);var format=wNumb({decimals:2,thousand:","});var formatsix=wNumb({decimals:6,thousand:","});$scope.freebal=format.to($scope.freebal);if(upbalance===false){upbalance=0}var examt=1;if($scope.calcFlag==="true"){examt=tte*exr;if($scope.drFlag=="true"){$scope.exhr2=formatsix.to(1/exr)}$scope.exhramt=format.to((examt));$scope.thisTransfer=examt*100/availbalance;balanceAfterTransaction=availbalance-upbalance-(examt);$scope.freebal=format.to(availbalance-(examt)-upbalance);$scope.moneyBarfreeToSpend=format.to(availbalance-(examt)-upbalance)}else{examt=tte/exr;if($scope.drFlag==="true"){$scope.exhr2=formatsix.to(1/exr)}$scope.exhramt=format.to((examt));balanceAfterTransaction=availbalance-upbalance-(examt);$scope.freebal=format.to(availbalance-(examt)-upbalance);$scope.moneyBarfreeToSpend=format.to(availbalance-(examt)-upbalance)}$scope.freeToSpend=100-$scope.upcoming-$scope.thisTransfer;$scope.upbal=format.to(upbalance);if($scope.freebal<="0"||$scope.freebal<="0.00"||$scope.freebal===false||$scope.freebal<=0){$scope.freebal=0}else{$scope.freebal=format.to(Number($scope.freebal.replace(/,/g,"")))}if($scope.moneyBarfreeToSpend<="0"||$scope.moneyBarfreeToSpend<="0.00"||$scope.moneyBarfreeToSpend===false||$scope.moneyBarfreeToSpend<=0){$scope.moneyBarfreeToSpend=0}$(".legend-mini-text").next().text(" will be safe to spend. You are fine!.");$(".large-head-ok").text("You are fine!");$(".large-label-ok").text("You will still have a lot to spend! Why don't you make some savings later?");var safetospend=0;try{if(!isNumber()){safetospend=balanceAfterTransaction.replace(/,/g,"")}else{safetospend=Number(balanceAfterTransaction)}}catch(e){safetospend=Number(balanceAfterTransaction)}if(examt>availbalance){$scope.upcoming="0.001";$scope.thisTransfer="99.99";$scope.freeToSpend="0";$scope.freebal="0";$scope.moneyBarfreeToSpend="0";$scope.excerror="has-error";$scope.avlbal;$(".hint-details").addClass("has-error");$(".exchshowdetails").addClass("is-invalid-input");$(".exchshowdetails").next().next().addClass("is-visible");$(".exchshowdetails").next().next().text("You have insufficient funds to complete this transaction.");$(".legend-mini-text").next().text(" is safe to spend. You have insufficient funds!");$(".large-head-err").text("You have insufficient funds!");$(".large-label-err").text("There is not enough balance on this account to make this transaction.")}else{if(safetospend<0){if(upbalance>availbalance){$scope.upcoming="100";$scope.thisTransfer="0"}else{if(upbalance>examt){$scope.upcoming="70";$scope.thisTransfer="30"}else{if(examt>upbalance){$scope.upcoming="30";$scope.thisTransfer="70"}else{if(upbalance==examt){$scope.upcoming="50";$scope.thisTransfer="50"}}}}$scope.freeToSpend="0";$scope.freebal="0";$scope.moneyBarfreeToSpend="0";$scope.excerror="warn";$scope.avlbal;$(".legend-mini-text").next().text(" is safe to spend. You will have insufficient funds to fulfill Upcoming Transactions if you proceed.");$(".large-head-err").text("Be careful!");$(".large-label-err").text("You will have insufficient funds to fulfill Upcoming Transactions if you proceed.");$(".large-head-warn").text("Be Careful!");$(".large-label-warn").text("You will have insufficient funds to fulfill Upcoming Transactions if you proceed.")}else{if(safetospend<(5000)){$scope.excerror="warn";$(".exchshowdetails").removeClass("is-invalid-input");$(".exchshowdetails").next().next().removeClass("is-visible");$(".exchshowdetails").next().next().text("");$(".legend-mini-text").next().text(" will be safe to spend. Be careful!");$(".large-head-warn").text("Be Careful!");$(".large-label-warn").text("This transfer will consume a lot of your available balance!")}else{$scope.excerror="";$(".exchshowdetails").removeClass("is-invalid-input");$(".exchshowdetails").next().next().removeClass("is-visible");$(".exchshowdetails").next().next().text("");$(".legend-mini-text").next().text(" will be safe to spend. You are fine!.");$(".large-head-ok").text("You are fine!");$(".large-label-ok").text("You will still have a lot to spend! Why don't you make some savings later?")}}}if($scope.upcoming<=20){$scope.upclss="pull-down"}else{$scope.upclss=""}if($scope.thisTransfer<=20){$scope.transcss="pull-up"}else{$scope.transcss=""}if($scope.freeToSpend<=20){$scope.freecss="pull-down"}else{$scope.freecss=""}};$scope.exchangecalciSi=function(){var dd=$($(".exchamount").children("input").get(0)).autoNumeric();$scope.amt=dd.val();var tte=$scope.amt.replace(/,/g,"");var upbalance=Number($scope.upbal.replace(/,/g,""));var availbalance=Number($scope.avlbal.replace(/,/g,""));var exr=Number($scope.exhr.replace(/,/g,""));$scope.amt=tte;$scope.upcoming=upbalance*100/availbalance;var balanceAfterTransaction=availbalance-upbalance-(tte*exr);var format=wNumb({decimals:2,thousand:","});var formatsix=wNumb({decimals:6,thousand:","});$scope.freebal=format.to($scope.freebal);if(upbalance===false){upbalance=0}var examt=1;if($scope.calcFlag==="true"){examt=tte*exr;if($scope.drFlag=="true"){$scope.exhr2=formatsix.to(1/exr)}$scope.exhramt=format.to((examt));$scope.thisTransfer=examt*100/availbalance;balanceAfterTransaction=availbalance-upbalance-(examt);$scope.freebal=format.to(availbalance-(examt)-upbalance);$scope.moneyBarfreeToSpend=format.to(availbalance-(examt)-upbalance)}else{examt=tte/exr;if($scope.drFlag==="true"){$scope.exhr2=formatsix.to(1/exr)}$scope.exhramt=format.to((examt));balanceAfterTransaction=availbalance-upbalance-(examt);$scope.freebal=format.to(availbalance-(examt)-upbalance);$scope.moneyBarfreeToSpend=format.to(availbalance-(examt)-upbalance)}$scope.freeToSpend=100-$scope.upcoming-$scope.thisTransfer;if($scope.moneyBarfreeToSpend<=0){$scope.moneyBarfreeToSpend=0}else{$scope.moneyBarfreeToSpend=format.to(Number($scope.moneyBarfreeToSpend).replace(/,/g,""))}$scope.upbal=format.to(upbalance);if(balanceAfterTransaction<0){$scope.upcoming="0.001";$scope.thisTransfer="99.99";$scope.freeToSpend="0";$scope.freebal="0";$scope.excerror="has-error";$scope.avlbal;$(".exchshowdetails").addClass("is-invalid-input");$(".exchshowdetails").next().next().addClass("is-visible")}else{if(balanceAfterTransaction<(5000)){$scope.excerror="warn";$(".exchshowdetails").removeClass("is-invalid-input");$(".exchshowdetails").next().next().removeClass("is-visible");$(".exchshowdetails").next().next().text("")}else{$scope.excerror="";$(".exchshowdetails").removeClass("is-invalid-input");$(".exchshowdetails").next().next().removeClass("is-visible");$(".exchshowdetails").next().next().text("")}}if($scope.upcoming<=20){$scope.upclss="pull-down"}else{$scope.upclss=""}if($scope.thisTransfer<=20){$scope.transcss="pull-up"}else{$scope.transcss=""}if($scope.freeToSpend<=20){$scope.freecss="pull-down"}else{$scope.freecss=""}};$scope.nearme=function($scope){if(navigator.geolocation){navigator.geolocation.getCurrentPosition(function(position){$scope.$evalAsync(function(){$scope.lat=position.coords.latitude;console.log($scope.lat);$scope.lan=position.coords.longitude;console.log($scope.lan)})})}};$scope.goalAmountConvert=function(){var dd=$($(".goal-loan-amount").children("input").get(0)).autoNumeric();$scope.amt=dd.val()};$scope.exchangecalcforinternalTran=function(){var dd=$($(".exchamount").children("input").get(0)).autoNumeric();$scope.amt=dd.val();var tte=$scope.amt.replace(/,/g,"");var upbalance=Number($scope.upbal.replace(/,/g,""));var availbalance=Number($scope.avlbal.replace(/,/g,""));if(tte==="0"){$($(".exchamount").children("input").get(0)).autoNumeric().val("")}$scope.upcoming=upbalance*100/availbalance;$scope.thisTransfer=tte*100/availbalance;$scope.freeToSpend=(100-$scope.upcoming-$scope.thisTransfer);$("#gramsValue").val(tte*31.1);$(".gramsValues").val(tte*31.1);$scope.moneyBarfreeToSpend=availbalance-upbalance-tte;var format=wNumb({decimals:2,thousand:","});var examt=1;if(upbalance===false||upbalance=="0"||upbalance=="false"||upbalance=="0.00"){upbalance=0}else{upbalance=0+upbalance}if($scope.calcFlag==="true"){examt=tte*$scope.exhr;$scope.exhramt=format.to((examt));$scope.freebal=availbalance-(examt)-upbalance}else{examt=tte/$scope.exhr;$scope.exhramt=format.to((examt));$scope.freebal=availbalance-(examt)-upbalance}$scope.freebal=format.to($scope.freebal);$scope.moneyBarfreeToSpend=format.to($scope.moneyBarfreeToSpend);$scope.upbal=format.to(upbalance);$scope.avlbal=format.to(availbalance);var balanceAfterTransaction=availbalance-upbalance-tte;$(".legend-mini-text").next().text(" will be safe to spend. You are fine!.");$(".large-head-ok").text("You are fine!");$(".large-label-ok").text("You will still have a lot to spend! Why don't you make some savings later?");if(tte>availbalance){$scope.upcoming="0.001";$scope.thisTransfer="99.99";$scope.freeToSpend="0";$scope.freebal="0";$scope.moneyBarfreeToSpend="0";$scope.excerror="has-error";$scope.avlbal;$(".hint-details").addClass("has-error");$(".exchshowdetails").addClass("is-invalid-input");$(".exchshowdetails").next().next().addClass("is-visible");$(".exchshowdetails").next().next().text("You have insufficient funds to complete this transaction.");$(".legend-mini-text").next().text(" is safe to spend. You have insufficient funds!");$(".large-head-err").text("You have insufficient funds!");$(".large-label-err").text("There is not enough balance on this account to make this transaction.")}else{if(balanceAfterTransaction<0){if(upbalance>availbalance){$scope.upcoming="100";$scope.thisTransfer="0"}else{if(upbalance>tte){$scope.upcoming="70";$scope.thisTransfer="30"}else{if(tte>upbalance){$scope.upcoming="30";$scope.thisTransfer="70"}else{if(upbalance==tte){$scope.upcoming="50";$scope.thisTransfer="50"}}}}$scope.freeToSpend="0";$scope.freebal="0";$scope.moneyBarfreeToSpend="0";$scope.excerror="warn";$scope.avlbal;$(".legend-mini-text").next().text(" is safe to spend. You will have insufficient funds to fulfill Upcoming Transactions if you proceed.");$(".large-head-err").text("Be careful!");$(".large-label-err").text("You will have insufficient funds to fulfill Upcoming Transactions if you proceed.");$(".large-head-warn").text("Be Careful!");$(".large-label-warn").text("You will have insufficient funds to fulfill Upcoming Transactions if you proceed.")}else{if(balanceAfterTransaction<(5000)){$scope.excerror="warn";$(".exchshowdetails").removeClass("is-invalid-input");$(".exchshowdetails").next().next().removeClass("is-visible");$(".exchshowdetails").next().next().text("");$(".legend-mini-text").next().text(" will be safe to spend. Be careful!");$(".large-head-warn").text("Be Careful!");$(".large-label-warn").text("This transfer will consume a lot of your available balance!")}else{$scope.excerror="";$(".exchshowdetails").removeClass("is-invalid-input");$(".exchshowdetails").next().next().removeClass("is-visible");$(".exchshowdetails").next().next().text("");$(".legend-mini-text").next().text(" will be safe to spend. You are fine!.");$(".large-head-ok").text("You are fine!");$(".large-label-ok").text("You will still have a lot to spend! Why don't you make some savings later?")}}}if($scope.upcoming<=20){$scope.upclss="pull-down"}else{$scope.upclss=""}if($scope.thisTransfer<=20){$scope.transcss="pull-up"}else{$scope.transcss=""}if($scope.freeToSpend<=20){$scope.freecss="pull-down"}else{$scope.freecss=""}};$scope.ondrcalcfocus=function(){var expandableContainer=$(".exchshowdetails").closest("form").parent().parent();expandableContainer.css("height","auto");$(window).trigger("resize");$($(".exchamount").children("input").get(0)).autoNumeric().val("");$scope.drcalci();$scope.toacalc()};$scope.drcalci=function(){if($scope.cur.cur=="XAU"){var dd=$($(".exchamount").children("input").get(0)).autoNumeric("init",{mDec:"3"})}else{var dd=$($(".exchamount").children("input").get(0)).autoNumeric()}$scope.amt=dd.val();var tte=$scope.amt.replace(/,/g,"");var upbalance=Number($scope.upbal.replace(/,/g,""));var availbalance=Number($scope.avlbal.replace(/,/g,""));$scope.amt=tte;$scope.upcoming=upbalance*100/availbalance;$("#gramsValue").val(tte*31.1);$(".gramsValues").val(tte*31.1);var balanceAfterTransaction=availbalance-upbalance-(tte*$scope.exhr);var format=wNumb({decimals:2,thousand:","});var formatxau=wNumb({decimals:3,thousand:","});var formatsix=wNumb({decimals:6,thousand:","});if(upbalance===false||upbalance=="0"||upbalance=="false"||upbalance=="0.00"){upbalance=0}else{}var examt=1;var exr=$scope.exhr;if($scope.calcFlag==="true"){examt=tte*$scope.exhr;if($scope.drFlag==="true"){$scope.exhr2=formatsix.to(1/exr)}if($scope.cur.cur=="XAU"){$scope.exhramt=formatxau.to((examt))}else{$scope.exhramt=format.to((examt))}$scope.thisTransfer=examt*100/availbalance;if($scope.cur.cur=="XAU"){balanceAfterTransaction=formatxau.to(availbalance-upbalance-(examt));$scope.freebal=formatxau.to(availbalance-(examt)-upbalance);$scope.moneyBarfreeToSpend=formatxau.to(availbalance-(examt)-upbalance)}else{balanceAfterTransaction=format.to(availbalance-upbalance-(examt));$scope.freebal=format.to(availbalance-(examt)-upbalance);$scope.moneyBarfreeToSpend=format.to(availbalance-(examt)-upbalance)}}else{examt=tte/$scope.exhr;if($scope.drFlag==="true"){$scope.exhr2=formatsix.to(1/exr)}if($scope.cur.cur=="XAU"){$scope.exhramt=formatxau.to((examt))}else{$scope.exhramt=format.to((examt))}$scope.thisTransfer=examt*100/availbalance;if($scope.cur.cur=="XAU"){balanceAfterTransaction=formatxau.to(availbalance-upbalance-(examt));$scope.freebal=formatxau.to(availbalance-(examt)-upbalance);$scope.moneyBarfreeToSpend=formatxau.to(availbalance-(examt)-upbalance)}else{balanceAfterTransaction=format.to(availbalance-upbalance-(examt));$scope.freebal=format.to(availbalance-(examt)-upbalance);$scope.moneyBarfreeToSpend=format.to(availbalance-(examt)-upbalance)}}$scope.freeToSpend=100-$scope.upcoming-$scope.thisTransfer;if($scope.freebal<="0"||$scope.freebal<="0.00"||$scope.freebal===false||$scope.freebal<=0){$scope.freebal=0}else{if($scope.cur.cur=="XAU"){$scope.freebal=formatxau.to(Number($scope.freebal))}else{$scope.freebal=format.to(Number($scope.freebal.replace(/,/g,"")))}}if($scope.moneyBarfreeToSpend<="0"||$scope.moneyBarfreeToSpend<="0.00"||$scope.moneyBarfreeToSpend===false||$scope.moneyBarfreeToSpend<=0){$scope.moneyBarfreeToSpend=0}$(".legend-mini-text").next().text(" will be safe to spend. You are fine!.");$(".large-head-ok").text("You are fine!");$(".large-label-ok").text("You will still have a lot to spend! Why don't you make some savings later?");$(".chart-row").find(".freespendbalance").removeClass("hidden");var safetospend=0;try{if(!isNumber()){safetospend=balanceAfterTransaction.replace(/,/g,"")}else{safetospend=Number(balanceAfterTransaction)}}catch(e){safetospend=Number(balanceAfterTransaction)}if(examt>availbalance){$scope.upcoming="0.001";$scope.thisTransfer="99.99";$scope.freeToSpend="0";$scope.freebal="0";$scope.moneyBarfreeToSpend="0";$scope.excerror="has-error";$scope.avlbal;$(".hint-details").addClass("has-error");$(".exchshowdetails").addClass("is-invalid-input");$(".exchshowdetails").next().next().addClass("is-visible");$(".exchshowdetails").next().next().text("You have insufficient funds to complete this transaction.");$(".legend-mini-text").next().text(" is safe to spend. You have insufficient funds!");$(".large-head-err").text("You have insufficient funds!");$(".large-label-err").text("There is not enough balance on this account to make this transaction.")}else{if(safetospend<0){if(upbalance>availbalance){$scope.upcoming="100";$scope.thisTransfer="0"}else{if(upbalance>examt){$scope.upcoming="70";$scope.thisTransfer="30"}else{if(examt>upbalance){$scope.upcoming="30";$scope.thisTransfer="70"}else{if(upbalance==examt){$scope.upcoming="50";$scope.thisTransfer="50"}}}}$scope.freeToSpend="0";$scope.freebal="0";$scope.moneyBarfreeToSpend="0";$scope.excerror="warn";$scope.avlbal;$(".chart-row").find(".freespendbalance").addClass("hidden");$(".legend-mini-text").next().text(" is safe to spend. You will have insufficient funds to fulfill Upcoming Transactions if you proceed.");$(".large-head-err").text("Be careful!");$(".large-label-err").text("You will have insufficient funds to fulfill Upcoming Transactions if you proceed.");$(".large-head-warn").text("Be Careful!");$(".large-label-warn").text("You will have insufficient funds to fulfill Upcoming Transactions if you proceed.")}else{if(safetospend<(5000)){$scope.excerror="warn";$(".exchshowdetails").removeClass("is-invalid-input");$(".exchshowdetails").next().next().removeClass("is-visible");$(".exchshowdetails").next().next().text("");$(".legend-mini-text").next().text(" will be safe to spend. Be careful!");$(".large-head-warn").text("Be Careful!");$(".large-label-warn").text("This transfer will consume a lot of your available balance!")}else{$scope.excerror="";$(".exchshowdetails").removeClass("is-invalid-input");$(".exchshowdetails").next().next().removeClass("is-visible");$(".exchshowdetails").next().next().text("");$(".legend-mini-text").next().text(" will be safe to spend. You are fine!.");$(".large-head-ok").text("You are fine!");$(".large-label-ok").text("You will still have a lot to spend! Why don't you make some savings later?")}}}if($scope.upcoming<=20){$scope.upclss="pull-down"}else{$scope.upclss=""}if($scope.thisTransfer<=20){$scope.transcss="pull-up"}else{$scope.transcss=""}if($scope.freeToSpend<=20){$scope.freecss="pull-down"}else{$scope.freecss=""}};$scope.ondrcalcfocussismart=function(){var expandableContainer=$(".exchshowdetails").closest("form").parent().parent();expandableContainer.css("height","auto");$(window).trigger("resize");$($(".exchamount").children("input").get(2)).autoNumeric().val("");$scope.drcalcisismart();$scope.toacalcsmart()};$scope.drcalcisismart=function(){if($scope.cur.cur=="XAU"){var dd=$($(".exchamount").children("input").get(2)).autoNumeric("init",{mDec:"3"})}else{var dd=$($(".exchamount").children("input").get(2)).autoNumeric()}$scope.amts=dd.val();var tte=$scope.amts.replace(/,/g,"");var upbalance=Number($scope.upbal.replace(/,/g,""));var availbalance=Number($scope.avlbal.replace(/,/g,""));$scope.amts=tte;$scope.upcoming=upbalance*100/availbalance;$("#gramsValue").val(tte*31.1);var balanceAfterTransaction=availbalance-upbalance-(tte*$scope.exhr);var format=wNumb({decimals:2,thousand:","});var formatxau=wNumb({decimals:3,thousand:","});var formatsix=wNumb({decimals:6,thousand:","});if(upbalance===false||upbalance=="0"||upbalance=="false"||upbalance=="0.00"){upbalance=0}else{}var examt=1;var exr=$scope.exhr;if($scope.calcFlag==="true"){examt=tte*$scope.exhr;if($scope.drFlag==="true"){$scope.exhr2=formatsix.to(1/exr)}if($scope.cur.cur=="XAU"){$scope.exhramt=formatxau.to((examt))}else{$scope.exhramt=format.to((examt))}$scope.thisTransfer=examt*100/availbalance;if($scope.cur.cur=="XAU"){balanceAfterTransaction=formatxau.to(availbalance-upbalance-(examt));$scope.freebal=formatxau.to(availbalance-(examt)-upbalance);$scope.moneyBarfreeToSpend=formatxau.to(availbalance-(examt)-upbalance)}else{balanceAfterTransaction=format.to(availbalance-upbalance-(examt));$scope.freebal=format.to(availbalance-(examt)-upbalance);$scope.moneyBarfreeToSpend=format.to(availbalance-(examt)-upbalance)}}else{examt=tte/$scope.exhr;if($scope.drFlag==="true"){$scope.exhr2=formatsix.to(1/exr)}if($scope.cur.cur=="XAU"){$scope.exhramt=formatxau.to((examt))}else{$scope.exhramt=format.to((examt))}$scope.thisTransfer=examt*100/availbalance;if($scope.cur.cur=="XAU"){balanceAfterTransaction=formatxau.to(availbalance-upbalance-(examt));$scope.freebal=formatxau.to(availbalance-(examt)-upbalance);$scope.moneyBarfreeToSpend=formatxau.to(availbalance-(examt)-upbalance)}else{balanceAfterTransaction=format.to(availbalance-upbalance-(examt));$scope.freebal=format.to(availbalance-(examt)-upbalance);$scope.moneyBarfreeToSpend=format.to(availbalance-(examt)-upbalance)}}$scope.freeToSpend=100-$scope.upcoming-$scope.thisTransfer;if($scope.freebal<="0"||$scope.freebal<="0.00"||$scope.freebal===false||$scope.freebal<=0){$scope.freebal=0}else{if($scope.cur.cur=="XAU"){$scope.freebal=formatxau.to(Number($scope.freebal))}else{$scope.freebal=format.to(Number($scope.freebal.replace(/,/g,"")))}}if($scope.moneyBarfreeToSpend<="0"||$scope.moneyBarfreeToSpend<="0.00"||$scope.moneyBarfreeToSpend===false||$scope.moneyBarfreeToSpend<=0){$scope.moneyBarfreeToSpend=0}$(".legend-mini-text").next().text(" will be safe to spend. You are fine!.");$(".large-head-ok").text("You are fine!");$(".large-label-ok").text("You will still have a lot to spend! Why don't you make some savings later?");$(".chart-row").find(".freespendbalance").removeClass("hidden");var safetospend=0;try{if(!isNumber()){safetospend=balanceAfterTransaction.replace(/,/g,"")}else{safetospend=Number(balanceAfterTransaction)}}catch(e){safetospend=Number(balanceAfterTransaction)}if(examt>availbalance){$scope.upcoming="0.001";$scope.thisTransfer="99.99";$scope.freeToSpend="0";$scope.freebal="0";$scope.moneyBarfreeToSpend="0";$scope.excerror="has-error";$scope.avlbal;$(".hint-details").addClass("has-error");$(".exchshowdetails").addClass("is-invalid-input");$(".exchshowdetails").next().next().addClass("is-visible");$(".exchshowdetails").next().next().text("You have insufficient funds to complete this transaction.");$(".legend-mini-text").next().text(" is safe to spend. You have insufficient funds!");$(".large-head-err").text("You have insufficient funds!");$(".large-label-err").text("There is not enough balance on this account to make this transaction.")}else{if(safetospend<0){if(upbalance>availbalance){$scope.upcoming="100";$scope.thisTransfer="0"}else{if(upbalance>examt){$scope.upcoming="70";$scope.thisTransfer="30"}else{if(examt>upbalance){$scope.upcoming="30";$scope.thisTransfer="70"}else{if(upbalance==examt){$scope.upcoming="50";$scope.thisTransfer="50"}}}}$scope.freeToSpend="0";$scope.freebal="0";$scope.moneyBarfreeToSpend="0";$scope.excerror="warn";$scope.avlbal;$(".chart-row").find(".freespendbalance").addClass("hidden");$(".legend-mini-text").next().text(" is safe to spend. You will have insufficient funds to fulfill Upcoming Transactions if you proceed.");$(".large-head-err").text("Be careful!");$(".large-label-err").text("You will have insufficient funds to fulfill Upcoming Transactions if you proceed.");$(".large-head-warn").text("Be Careful!");$(".large-label-warn").text("You will have insufficient funds to fulfill Upcoming Transactions if you proceed.")}else{if(safetospend<(5000)){$scope.excerror="warn";$(".exchshowdetails").removeClass("is-invalid-input");$(".exchshowdetails").next().next().removeClass("is-visible");$(".exchshowdetails").next().next().text("");$(".legend-mini-text").next().text(" will be safe to spend. Be careful!");$(".large-head-warn").text("Be Careful!");$(".large-label-warn").text("This transfer will consume a lot of your available balance!")}else{$scope.excerror="";$(".exchshowdetails").removeClass("is-invalid-input");$(".exchshowdetails").next().next().removeClass("is-visible");$(".exchshowdetails").next().next().text("");$(".legend-mini-text").next().text(" will be safe to spend. You are fine!.");$(".large-head-ok").text("You are fine!");$(".large-label-ok").text("You will still have a lot to spend! Why don't you make some savings later?")}}}if($scope.upcoming<=20){$scope.upclss="pull-down"}else{$scope.upclss=""}if($scope.thisTransfer<=20){$scope.transcss="pull-up"}else{$scope.transcss=""}if($scope.freeToSpend<=20){$scope.freecss="pull-down"}else{$scope.freecss=""}};$scope.toacalcsmart=function(){var dd="0";if($scope.cur.cur=="XAU"){dd=$($(".exchamount").children("input").get(2)).autoNumeric("init",{mDec:"3"})}else{dd=$($(".exchamount").children("input").get(2)).autoNumeric()}$scope.amts=dd.val();var tte=$scope.amts.replace(/,/g,"");var upbalance=Number($scope.upbal.replace(/,/g,""));var availbalance=Number($scope.avlbal.replace(/,/g,""));if(tte==="0"){if($scope.cur.cur=="XAU"){$($(".exchamount").children("input").get(2)).autoNumeric("init",{mDec:"3"}).val("")}else{$($(".exchamount").children("input").get(2)).autoNumeric().val("")}}$scope.upcoming=upbalance*100/availbalance;$scope.thisTransfer=tte*100/availbalance;$scope.freeToSpend=(100-$scope.upcoming-$scope.thisTransfer);$("#gramsValue").val(tte*31.1);$scope.moneyBarfreeToSpend=availbalance-upbalance-tte;var format=wNumb({decimals:2,thousand:","});var formatxau=wNumb({decimals:3,thousand:","});var examt=1;if(upbalance===false||upbalance=="0"||upbalance=="false"||upbalance=="0.00"){upbalance=0}else{upbalance=0+upbalance}if($scope.calcFlag==="true"){examt=tte*$scope.exhr;$scope.exhramt=format.to((examt));$scope.freebal=availbalance-(examt)-upbalance}else{examt=tte/$scope.exhr;$scope.exhramt=format.to((examt));$scope.freebal=availbalance-(examt)-upbalance}if($scope.freebal<="0"||$scope.freebal<="0.00"||$scope.freebal===false||$scope.freebal<=0){$scope.freebal=0}else{$scope.freebal=""+$scope.freebal;if($scope.cur.cur==="XAU"){$scope.freebal=formatxau.to(Number($scope.freebal));$scope.moneyBarfreeToSpend=formatxau.to($scope.moneyBarfreeToSpend)}else{$scope.freebal=format.to(Number($scope.freebal.replace(/,/g,"")));$scope.moneyBarfreeToSpend=format.to($scope.moneyBarfreeToSpend)}}if($scope.moneyBarfreeToSpend<="0"||$scope.moneyBarfreeToSpend<="0.00"||$scope.moneyBarfreeToSpend===false||$scope.moneyBarfreeToSpend<=0){$scope.moneyBarfreeToSpend=0}else{$scope.moneyBarfreeToSpend}if($scope.cur.cur==="XAU"){$scope.upbal=formatxau.to(upbalance);$scope.avlbal=formatxau.to(availbalance)}else{$scope.upbal=format.to(upbalance);$scope.avlbal=format.to(availbalance)}var balanceAfterTransaction=availbalance-upbalance-tte;$(".legend-mini-text").next().text(" will be safe to spend. You are fine!.");$(".large-head-ok").text("You are fine!");$(".large-label-ok").text("You will still have a lot to spend! Why don't you make some savings later?");$(".chart-row").find(".freespendbalance").removeClass("hidden");if(tte>availbalance){$scope.upcoming="0.001";$scope.thisTransfer="99.99";$scope.freeToSpend="0";$scope.freebal="0";$scope.moneyBarfreeToSpend="0";$scope.excerror="has-error";$scope.avlbal;$(".hint-details").addClass("has-error");$(".exchshowdetails").addClass("is-invalid-input");$(".exchshowdetails").next().next().addClass("is-visible");$(".exchshowdetails").next().next().text("You have insufficient funds to complete this transaction.");$(".legend-mini-text").next().text(" is safe to spend. You have insufficient funds!");$(".large-head-err").text("You have insufficient funds!");$(".large-label-err").text("There is not enough balance on this account to make this transaction.")}else{if(balanceAfterTransaction<0){if(upbalance>availbalance){$scope.upcoming="100";$scope.thisTransfer="0"}else{if(upbalance>tte){$scope.upcoming="70";$scope.thisTransfer="30"}else{if(tte>upbalance){$scope.upcoming="30";$scope.thisTransfer="70"}else{if(upbalance==tte){$scope.upcoming="50";$scope.thisTransfer="50"}}}}$scope.freeToSpend="0";$scope.freebal="0";$scope.moneyBarfreeToSpend="0";$scope.excerror="warn";$scope.avlbal;$(".chart-row").find(".freespendbalance").addClass("hidden");$(".legend-mini-text").next().text(" is safe to spend. You will have insufficient funds to fulfill Upcoming Transactions if you proceed.");$(".large-head-err").text("Be careful!");$(".large-label-err").text("You will have insufficient funds to fulfill Upcoming Transactions if you proceed.");$(".large-head-warn").text("Be Careful!");$(".large-label-warn").text("You will have insufficient funds to fulfill Upcoming Transactions if you proceed.")}else{if(balanceAfterTransaction<(5000)){$scope.excerror="warn";$(".exchshowdetails").removeClass("is-invalid-input");$(".exchshowdetails").next().next().removeClass("is-visible");$(".exchshowdetails").next().next().text("");$(".legend-mini-text").next().text(" will be safe to spend. Be careful!");$(".large-head-warn").text("Be Careful!");$(".large-label-warn").text("This transfer will consume a lot of your available balance!")}else{$scope.excerror="";$(".exchshowdetails").removeClass("is-invalid-input");$(".exchshowdetails").next().next().removeClass("is-visible");$(".exchshowdetails").next().next().text("");$(".legend-mini-text").next().text(" will be safe to spend. You are fine!.");$(".large-head-ok").text("You are fine!");$(".large-label-ok").text("You will still have a lot to spend! Why don't you make some savings later?")}}}if($scope.upcoming<=20){$scope.upclss="pull-down"}else{$scope.upclss=""}if($scope.thisTransfer<=20){$scope.transcss="pull-up"}else{$scope.transcss=""}if($scope.freeToSpend<=20){$scope.freecss="pull-down"}else{$scope.freecss=""}};$scope.ontoacalcfocus=function(){var expandableContainer=$(".exchshowdetails").closest("form").parent().parent();expandableContainer.css("height","auto");$(window).trigger("resize");if($scope.cur.cur=="XAU"){$($(".exchamount").children("input").get(0)).autoNumeric("init",{mDec:"3"}).val("")}else{$($(".exchamount").children("input").get(0)).autoNumeric().val("")}$scope.toacalc();$scope.drcalci()};$scope.toacalc=function(){var dd="0";if($scope.cur.cur=="XAU"){dd=$($(".exchamount").children("input").get(0)).autoNumeric("init",{mDec:"3"})}else{dd=$($(".exchamount").children("input").get(0)).autoNumeric()}$scope.amt=dd.val();var tte=$scope.amt.replace(/,/g,"");var upbalance=Number($scope.upbal.replace(/,/g,""));var availbalance=Number($scope.avlbal.replace(/,/g,""));if(tte==="0"){if($scope.cur.cur=="XAU"){$($(".exchamount").children("input").get(0)).autoNumeric("init",{mDec:"3"}).val("")}else{$($(".exchamount").children("input").get(0)).autoNumeric().val("")}}$scope.upcoming=upbalance*100/availbalance;$scope.thisTransfer=tte*100/availbalance;$scope.freeToSpend=(100-$scope.upcoming-$scope.thisTransfer);$("#gramsValue").val(tte*31.1);$(".gramsValues").val(tte*31.1);$scope.moneyBarfreeToSpend=availbalance-upbalance-tte;var format=wNumb({decimals:2,thousand:","});var formatxau=wNumb({decimals:3,thousand:","});var examt=1;if(upbalance===false||upbalance=="0"||upbalance=="false"||upbalance=="0.00"){upbalance=0}else{upbalance=0+upbalance}if($scope.calcFlag==="true"){examt=tte*$scope.exhr;$scope.exhramt=format.to((examt));$scope.freebal=availbalance-(examt)-upbalance}else{examt=tte/$scope.exhr;$scope.exhramt=format.to((examt));$scope.freebal=availbalance-(examt)-upbalance}if($scope.freebal<="0"||$scope.freebal<="0.00"||$scope.freebal===false||$scope.freebal<=0){$scope.freebal=0}else{$scope.freebal=""+$scope.freebal;if($scope.cur.cur==="XAU"){$scope.freebal=formatxau.to(Number($scope.freebal));$scope.moneyBarfreeToSpend=formatxau.to($scope.moneyBarfreeToSpend)}else{$scope.freebal=format.to(Number($scope.freebal.replace(/,/g,"")));$scope.moneyBarfreeToSpend=format.to($scope.moneyBarfreeToSpend)}}if($scope.moneyBarfreeToSpend<="0"||$scope.moneyBarfreeToSpend<="0.00"||$scope.moneyBarfreeToSpend===false||$scope.moneyBarfreeToSpend<=0){$scope.moneyBarfreeToSpend=0}else{$scope.moneyBarfreeToSpend}if($scope.cur.cur==="XAU"){$scope.upbal=formatxau.to(upbalance);$scope.avlbal=formatxau.to(availbalance)}else{$scope.upbal=format.to(upbalance);$scope.avlbal=format.to(availbalance)}var balanceAfterTransaction=availbalance-upbalance-tte;$(".legend-mini-text").next().text(" will be safe to spend. You are fine!.");$(".large-head-ok").text("You are fine!");$(".large-label-ok").text("You will still have a lot to spend! Why don't you make some savings later?");$(".chart-row").find(".freespendbalance").removeClass("hidden");if(tte>availbalance){$scope.upcoming="0.001";$scope.thisTransfer="99.99";$scope.freeToSpend="0";$scope.freebal="0";$scope.moneyBarfreeToSpend="0";$scope.excerror="has-error";$scope.avlbal;$(".hint-details").addClass("has-error");$(".exchshowdetails").addClass("is-invalid-input");$(".exchshowdetails").next().next().addClass("is-visible");$(".exchshowdetails").next().next().text("You have insufficient funds to complete this transaction.");$(".legend-mini-text").next().text(" is safe to spend. You have insufficient funds!");$(".large-head-err").text("You have insufficient funds!");$(".large-label-err").text("There is not enough balance on this account to make this transaction.")}else{if(balanceAfterTransaction<0){if(upbalance>availbalance){$scope.upcoming="100";$scope.thisTransfer="0"}else{if(upbalance>tte){$scope.upcoming="70";$scope.thisTransfer="30"}else{if(tte>upbalance){$scope.upcoming="30";$scope.thisTransfer="70"}else{if(upbalance==tte){$scope.upcoming="50";$scope.thisTransfer="50"}}}}$scope.freeToSpend="0";$scope.freebal="0";$scope.moneyBarfreeToSpend="0";$scope.excerror="warn";$scope.avlbal;$(".chart-row").find(".freespendbalance").addClass("hidden");$(".legend-mini-text").next().text(" is safe to spend. You will have insufficient funds to fulfill Upcoming Transactions if you proceed.");$(".large-head-err").text("Be careful!");$(".large-label-err").text("You will have insufficient funds to fulfill Upcoming Transactions if you proceed.");$(".large-head-warn").text("Be Careful!");$(".large-label-warn").text("You will have insufficient funds to fulfill Upcoming Transactions if you proceed.")}else{if(balanceAfterTransaction<(5000)){$scope.excerror="warn";$(".exchshowdetails").removeClass("is-invalid-input");$(".exchshowdetails").next().next().removeClass("is-visible");$(".exchshowdetails").next().next().text("");$(".legend-mini-text").next().text(" will be safe to spend. Be careful!");$(".large-head-warn").text("Be Careful!");$(".large-label-warn").text("This transfer will consume a lot of your available balance!")}else{$scope.excerror="";$(".exchshowdetails").removeClass("is-invalid-input");$(".exchshowdetails").next().next().removeClass("is-visible");$(".exchshowdetails").next().next().text("");$(".legend-mini-text").next().text(" will be safe to spend. You are fine!.");$(".large-head-ok").text("You are fine!");$(".large-label-ok").text("You will still have a lot to spend! Why don't you make some savings later?")}}}if($scope.upcoming<=20){$scope.upclss="pull-down"}else{$scope.upclss=""}if($scope.thisTransfer<=20){$scope.transcss="pull-up"}else{$scope.transcss=""}if($scope.freeToSpend<=20){$scope.freecss="pull-down"}else{$scope.freecss=""}};$scope.initexchangevaluesforsismart=function(){$scope.transcss="pull-up";var dd="0";if($scope.cur.cur=="XAU"){dd=$($(".exchamount").children("input").get(2)).autoNumeric("init",{mDec:"3"})}else{dd=$($(".exchamount").children("input").get(2)).autoNumeric()}var amount=Number($scope.amts);if(!!!amount){$scope.amts="0"}else{$scope.amts=dd.val()}var tte=$scope.amts.replace(/,/g,"");var upbalance=Number($scope.upbal.replace(/,/g,""));var availbalance=Number($scope.avlbal.replace(/,/g,""));$scope.amts=tte;if(tte==="0"){$($(".exchamount").children("input").get(2)).autoNumeric().val("");$scope.amts=""}$scope.upcoming=upbalance*100/availbalance;$("#gramsValue").val(tte*31.1);var balanceAfterTransaction=availbalance-upbalance-(tte*$scope.exhr);var format=wNumb({decimals:2,thousand:","});var formatxau=wNumb({decimals:3,thousand:","});var formatsix=wNumb({decimals:6,thousand:","});if(upbalance===false||upbalance=="0"||upbalance=="false"||upbalance=="0.00"){upbalance=0}else{}var examt=1;var exr=$scope.exhr;if(exr==""||exr=="0"){exr=1}if($scope.calcFlag==="true"){examt=tte*exr;if($scope.drFlag==="true"){$scope.exhr2=formatsix.to(1/exr)}if($scope.cur.cur=="XAU"){$scope.exhramt=formatxau.to((examt))}else{$scope.exhramt=format.to((examt))}$scope.thisTransfer=examt*100/$scope.avlbal;balanceAfterTransaction=availbalance-upbalance-(examt);if($scope.cur.cur=="XAU"){$scope.freebal=formatxau.to(availbalance-(examt)-upbalance)}else{$scope.freebal=format.to(availbalance-(examt)-upbalance)}if($scope.cur.cur=="XAU"){$scope.moneyBarfreeToSpend=formatxau.to(availbalance-(examt)-upbalance)}else{$scope.moneyBarfreeToSpend=format.to(availbalance-(examt)-upbalance)}}else{examt=tte/exr;if($scope.drFlag==="true"){$scope.exhr2=formatsix.to(1/exr)}if($scope.cur.cur=="XAU"){$scope.exhramt=formatxau.to((examt))}else{$scope.exhramt=format.to((examt))}balanceAfterTransaction=availbalance-upbalance-(examt);$scope.thisTransfer=examt*100/$scope.avlbal;if($scope.cur.cur=="XAU"){$scope.freebal=formatxau.to(availbalance-(examt)-upbalance)}else{$scope.freebal=format.to(availbalance-(examt)-upbalance)}if($scope.cur.cur=="XAU"){$scope.moneyBarfreeToSpend=formatxau.to(availbalance-(examt)-upbalance)}else{$scope.moneyBarfreeToSpend=format.to(availbalance-(examt)-upbalance)}}$scope.freeToSpend=100-$scope.upcoming-$scope.thisTransfer;if($scope.freebal<="0"||$scope.freebal<="0.00"||$scope.freebal===false||$scope.freebal<=0){$scope.freebal=0}else{if($scope.cur.cur=="XAU"){$scope.freebal=formatxau.to(Number($scope.freebal))}else{$scope.freebal=format.to(Number($scope.freebal.replace(/,/g,"")))}}if($scope.moneyBarfreeToSpend<="0"||$scope.moneyBarfreeToSpend<="0.00"||$scope.moneyBarfreeToSpend===false||$scope.moneyBarfreeToSpend<=0){$scope.moneyBarfreeToSpend=0}else{$scope.moneyBarfreeToSpend}if($scope.cur.cur=="XAU"){$scope.upbal=formatxau.to(upbalance);$scope.avlbal=formatxau.to(availbalance)}else{$scope.upbal=format.to(upbalance);$scope.avlbal=format.to(availbalance)}$(".legend-mini-text").next().text(" will be safe to spend. You are fine!.");$(".large-head-ok").text("You are fine!");$(".large-label-ok").text("You will still have a lot to spend! Why don't you make some savings later?");$(".chart-row").find(".freespendbalance").removeClass("hidden");var safetospend=0;try{if(!isNumber()){safetospend=balanceAfterTransaction.replace(/,/g,"")}else{safetospend=Number(balanceAfterTransaction)}}catch(e){safetospend=Number(balanceAfterTransaction)}if(examt>availbalance){$scope.upcoming="0.001";$scope.thisTransfer="99.99";$scope.freeToSpend="0";$scope.freebal="0";$scope.moneyBarfreeToSpend="0";$scope.excerror="has-error";$scope.avlbal;$(".hint-details").addClass("has-error");$(".exchshowdetails").addClass("is-invalid-input");$(".exchshowdetails").next().next().addClass("is-visible");$(".exchshowdetails").next().next().text("You have insufficient funds to complete this transaction.");$(".legend-mini-text").next().text(" is safe to spend. You have insufficient funds!");$(".large-head-err").text("You have insufficient funds!");$(".large-label-err").text("There is not enough balance on this account to make this transaction.")}else{if(safetospend<0){if(upbalance>availbalance){$scope.upcoming="100";$scope.thisTransfer="0"}else{if(upbalance>examt){$scope.upcoming="70";$scope.thisTransfer="30"}else{if(examt>upbalance){$scope.upcoming="30";$scope.thisTransfer="70"}else{if(upbalance==examt){$scope.upcoming="50";$scope.thisTransfer="50"}}}}$scope.freeToSpend="0";$scope.freebal="0";$scope.moneyBarfreeToSpend="0";$scope.excerror="warn";$scope.avlbal;$(".chart-row").find(".freespendbalance").addClass("hidden");$(".legend-mini-text").next().text(" is safe to spend. You will have insufficient funds to fulfill Upcoming Transactions if you proceed.");$(".large-head-err").text("Be careful!");$(".large-label-err").text("You will have insufficient funds to fulfill Upcoming Transactions if you proceed.");$(".large-head-warn").text("Be Careful!");$(".large-label-warn").text("You will have insufficient funds to fulfill Upcoming Transactions if you proceed.")}}};$scope.initexchangevalues=function(){$scope.transcss="pull-up";var dd="0";if($scope.cur.cur=="XAU"){dd=$($(".exchamount").children("input").get(0)).autoNumeric("init",{mDec:"3"})}else{dd=$($(".exchamount").children("input").get(0)).autoNumeric()}var amount=Number($scope.amt);if(!!!amount){$scope.amt="0"}else{$scope.amt=dd.val()}var tte=$scope.amt.replace(/,/g,"");var upbalance=Number($scope.upbal.replace(/,/g,""));var availbalance=Number($scope.avlbal.replace(/,/g,""));if(tte==="0"){$($(".exchamount").children("input").get(0)).autoNumeric().val("")}$scope.upcoming=upbalance*100/availbalance;$scope.thisTransfer=tte*100/availbalance;$scope.freeToSpend=(100-$scope.upcoming-$scope.thisTransfer);$("#gramsValue").val(tte*31.1);$(".gramsValues").val(tte*31.1);$scope.moneyBarfreeToSpend=availbalance-upbalance-tte;var format=wNumb({decimals:2,thousand:","});var formatxau=wNumb({decimals:3,thousand:","});var examt=1;var exr=$scope.exhr;if(exr==""||exr=="0"){exr=1}if(upbalance===false||upbalance=="0"||upbalance=="false"||upbalance=="0.00"){upbalance=0}else{upbalance=0+upbalance}if($scope.calcFlag==="true"){examt=tte*exr;if($scope.cur.cur==="XAU"){$scope.exhramt=formatxau.to((examt))}else{$scope.exhramt=format.to((examt))}if($scope.cur.cur==="XAU"){$scope.freebal=formatxau.to(availbalance-(examt)-upbalance)}else{$scope.freebal=format.to(availbalance-(examt)-upbalance)}}else{examt=tte/exr;if($scope.cur.cur==="XAU"){$scope.exhramt=formatxau.to((examt));$scope.freebal=formatxau.to(availbalance-(examt)-upbalance)}else{$scope.exhramt=format.to((examt));$scope.freebal=format.to(availbalance-(examt)-upbalance)}}if($scope.cur.cur==="XAU"){$scope.moneyBarfreeToSpend=formatxau.to($scope.moneyBarfreeToSpend)}else{$scope.moneyBarfreeToSpend=format.to($scope.moneyBarfreeToSpend)}$scope.freebal=Number($scope.freebal.replace(/,/g,""));if($scope.freebal<="0"||$scope.freebal<="0.00"||$scope.freebal===false||$scope.freebal<=0){$scope.freebal=0}else{$scope.freebal=""+$scope.freebal;if($scope.cur.cur==="XAU"){$scope.freebal=formatxau.to(Number($scope.freebal))}else{$scope.freebal=format.to(Number($scope.freebal.replace(/,/g,"")))}}if($scope.moneyBarfreeToSpend<="0"||$scope.moneyBarfreeToSpend<="0.00"||$scope.moneyBarfreeToSpend===false||$scope.moneyBarfreeToSpend<=0){$scope.moneyBarfreeToSpend=0}else{$scope.moneyBarfreeToSpend}if($scope.cur.cur==="XAU"){$scope.upbal=formatxau.to(upbalance);$scope.avlbal=formatxau.to(availbalance)}else{$scope.upbal=format.to(upbalance);$scope.avlbal=format.to(availbalance)}var balanceAfterTransaction=availbalance-upbalance-tte;$(".legend-mini-text").next().text(" will be safe to spend. You are fine!.");$(".large-head-ok").text("You are fine!");$(".large-label-ok").text("You will still have a lot to spend! Why don't you make some savings later?");$(".chart-row").find(".freespendbalance").removeClass("hidden");if(tte>availbalance){$scope.upcoming="0.001";$scope.thisTransfer="99.99";$scope.freeToSpend="0";$scope.freebal="0";$scope.moneyBarfreeToSpend="0";$scope.excerror="has-error";$scope.avlbal;$(".hint-details").addClass("has-error");$(".exchshowdetails").addClass("is-invalid-input");$(".exchshowdetails").next().next().addClass("is-visible");$(".exchshowdetails").next().next().text("You have insufficient funds to complete this transaction.");$(".legend-mini-text").next().text(" is safe to spend. You have insufficient funds!");$(".large-head-err").text("You have insufficient funds!");$(".large-label-err").text("There is not enough balance on this account to make this transaction.")}else{if(balanceAfterTransaction<0){if(upbalance>availbalance){$scope.upcoming="100";$scope.thisTransfer="0"}else{if(upbalance>tte){$scope.upcoming="70";$scope.thisTransfer="30"}else{if(tte>upbalance){$scope.upcoming="30";$scope.thisTransfer="70"}else{if(upbalance==tte){$scope.upcoming="50";$scope.thisTransfer="50"}}}}$scope.freeToSpend="0";$scope.freebal="0";$scope.moneyBarfreeToSpend="0";$scope.excerror="warn";$scope.avlbal;$(".legend-mini-text").next().text(" is safe to spend. You will have insufficient funds to fulfill Upcoming Transactions if you proceed.");$(".large-head-err").text("Be careful!");$(".large-label-err").text("You will have insufficient funds to fulfill Upcoming Transactions if you proceed.");$(".large-head-warn").text("Be Careful!");$(".large-label-warn").text("You will have insufficient funds to fulfill Upcoming Transactions if you proceed.");$(".chart-row").find(".freespendbalance").addClass("hidden")}}};$scope.initexchgvaluesforxau=function(){$scope.transcss="pull-up";var dd="0";if($scope.cur.cur=="XAU"){dd=$($(".exchamount").children("input").get(0)).autoNumeric("init",{mDec:"3"})}else{dd=$($(".exchamount").children("input").get(0)).autoNumeric()}var amount=Number($scope.amt);if(!!!amount){$scope.amt="0"}else{$scope.amt=dd.val()}var tte=$scope.amt.replace(/,/g,"");var upbalance=Number($scope.upbal.replace(/,/g,""));var availbalance=Number($scope.avlbal.replace(/,/g,""));$scope.amt=tte;$scope.upcoming=upbalance*100/availbalance;$("#gramsValue").val(tte*31.1);$(".gramsValues").val(tte*31.1);var balanceAfterTransaction=availbalance-upbalance-(tte*$scope.exhr);var format=wNumb({decimals:2,thousand:","});var formatxau=wNumb({decimals:3,thousand:","});var formatsix=wNumb({decimals:6,thousand:","});if(upbalance===false||upbalance=="0"||upbalance=="false"||upbalance=="0.00"){upbalance=0}else{}var examt=1;var exr=$scope.exhr;if(exr==""||exr=="0"){exr=1}if($scope.calcFlag==="true"){examt=tte*exr;if($scope.drFlag==="true"){$scope.exhr2=formatsix.to(1/exr)}if($scope.cur.cur=="XAU"){$scope.exhramt=formatxau.to((examt))}else{$scope.exhramt=format.to((examt))}$scope.thisTransfer=examt*100/$scope.avlbal;balanceAfterTransaction=availbalance-upbalance-(examt);if($scope.cur.cur=="XAU"){$scope.freebal=formatxau.to(availbalance-(examt)-upbalance)}else{$scope.freebal=format.to(availbalance-(examt)-upbalance)}if($scope.cur.cur=="XAU"){$scope.moneyBarfreeToSpend=formatxau.to(availbalance-(examt)-upbalance)}else{$scope.moneyBarfreeToSpend=format.to(availbalance-(examt)-upbalance)}}else{examt=tte/exr;if($scope.drFlag==="true"){$scope.exhr2=formatsix.to(1/exr)}if($scope.cur.cur=="XAU"){$scope.exhramt=formatxau.to((examt))}else{$scope.exhramt=format.to((examt))}balanceAfterTransaction=availbalance-upbalance-(examt);$scope.thisTransfer=examt*100/$scope.avlbal;if($scope.cur.cur=="XAU"){$scope.freebal=formatxau.to(availbalance-(examt)-upbalance)}else{$scope.freebal=format.to(availbalance-(examt)-upbalance)}if($scope.cur.cur=="XAU"){$scope.moneyBarfreeToSpend=formatxau.to(availbalance-(examt)-upbalance)}else{$scope.moneyBarfreeToSpend=format.to(availbalance-(examt)-upbalance)}}$scope.freeToSpend=100-$scope.upcoming-$scope.thisTransfer;if($scope.freebal<="0"||$scope.freebal<="0.00"||$scope.freebal===false||$scope.freebal<=0){$scope.freebal=0}else{if($scope.cur.cur=="XAU"){$scope.freebal=formatxau.to(Number($scope.freebal))}else{$scope.freebal=format.to(Number($scope.freebal.replace(/,/g,"")))}}if($scope.moneyBarfreeToSpend<="0"||$scope.moneyBarfreeToSpend<="0.00"||$scope.moneyBarfreeToSpend===false||$scope.moneyBarfreeToSpend<=0){$scope.moneyBarfreeToSpend=0}else{$scope.moneyBarfreeToSpend}if($scope.cur.cur=="XAU"){$scope.upbal=formatxau.to(upbalance);$scope.avlbal=formatxau.to(availbalance)}else{$scope.upbal=format.to(upbalance);$scope.avlbal=format.to(availbalance)}$(".legend-mini-text").next().text(" will be safe to spend. You are fine!.");$(".large-head-ok").text("You are fine!");$(".large-label-ok").text("You will still have a lot to spend! Why don't you make some savings later?");$(".chart-row").find(".freespendbalance").removeClass("hidden");var safetospend=0;try{if(!isNumber()){safetospend=balanceAfterTransaction.replace(/,/g,"")}else{safetospend=Number(balanceAfterTransaction)}}catch(e){safetospend=Number(balanceAfterTransaction)}if(examt>availbalance){$scope.upcoming="0.001";$scope.thisTransfer="99.99";$scope.freeToSpend="0";$scope.freebal="0";$scope.moneyBarfreeToSpend="0";$scope.excerror="has-error";$scope.avlbal;$(".hint-details").addClass("has-error");$(".exchshowdetails").addClass("is-invalid-input");$(".exchshowdetails").next().next().addClass("is-visible");$(".exchshowdetails").next().next().text("You have insufficient funds to complete this transaction.");$(".legend-mini-text").next().text(" is safe to spend. You have insufficient funds!");$(".large-head-err").text("You have insufficient funds!");$(".large-label-err").text("There is not enough balance on this account to make this transaction.")}else{if(safetospend<0){if(upbalance>availbalance){$scope.upcoming="100";$scope.thisTransfer="0"}else{if(upbalance>examt){$scope.upcoming="70";$scope.thisTransfer="30"}else{if(examt>upbalance){$scope.upcoming="30";$scope.thisTransfer="70"}else{if(upbalance==examt){$scope.upcoming="50";$scope.thisTransfer="50"}}}}$scope.freeToSpend="0";$scope.freebal="0";$scope.moneyBarfreeToSpend="0";$scope.excerror="warn";$scope.avlbal;$(".chart-row").find(".freespendbalance").addClass("hidden");$(".legend-mini-text").next().text(" is safe to spend. You will have insufficient funds to fulfill Upcoming Transactions if you proceed.");$(".large-head-err").text("Be careful!");$(".large-label-err").text("You will have insufficient funds to fulfill Upcoming Transactions if you proceed.");$(".large-head-warn").text("Be Careful!");$(".large-label-warn").text("You will have insufficient funds to fulfill Upcoming Transactions if you proceed.")}}};$scope.initexchgvaluesforenbdcard=function(){$scope.transcss="pull-up";var dd="0";if($scope.cur.cur=="XAU"){dd=$($(".exchamount").children("input").get(0)).autoNumeric("init",{mDec:"3"})}else{dd=$($(".exchamount").children("input").get(0)).autoNumeric()}var amount=Number($scope.amt);if(!!!amount){$scope.amt="0"}else{$scope.amt=dd.val()}var tte=$scope.amt.replace(/,/g,"");var upbalance=Number($scope.upbal.replace(/,/g,""));var availbalance=Number($scope.avlbal.replace(/,/g,""));$timeout(function(){$scope.amt=tte},100);$scope.upcoming=upbalance*100/availbalance;$("#gramsValue").val(tte*31.1);$(".gramsValues").val(tte*31.1);var balanceAfterTransaction=availbalance-upbalance-(tte*$scope.exhr);var format=wNumb({decimals:2,thousand:","});var formatxau=wNumb({decimals:3,thousand:","});var formatsix=wNumb({decimals:6,thousand:","});if(upbalance===false||upbalance=="0"||upbalance=="false"||upbalance=="0.00"){upbalance=0}else{}var examt=1;var exr=$scope.exhr;if(exr==""||exr=="0"){exr=1}if($scope.calcFlag==="true"){examt=tte*exr;if($scope.drFlag==="true"){$scope.exhr2=formatsix.to(1/exr)}if($scope.cur.cur=="XAU"){$scope.exhramt=formatxau.to((examt))}else{$scope.exhramt=format.to((examt))}$scope.thisTransfer=examt*100/$scope.avlbal;balanceAfterTransaction=availbalance-upbalance-(examt);if($scope.cur.cur=="XAU"){$scope.freebal=formatxau.to(availbalance-(examt)-upbalance)}else{$scope.freebal=format.to(availbalance-(examt)-upbalance)}if($scope.cur.cur=="XAU"){$scope.moneyBarfreeToSpend=formatxau.to(availbalance-(examt)-upbalance)}else{$scope.moneyBarfreeToSpend=format.to(availbalance-(examt)-upbalance)}}else{examt=tte/exr;if($scope.drFlag==="true"){$scope.exhr2=formatsix.to(1/exr)}if($scope.cur.cur=="XAU"){$scope.exhramt=formatxau.to((examt))}else{$scope.exhramt=format.to((examt))}balanceAfterTransaction=availbalance-upbalance-(examt);$scope.thisTransfer=examt*100/$scope.avlbal;if($scope.cur.cur=="XAU"){$scope.freebal=formatxau.to(availbalance-(examt)-upbalance)}else{$scope.freebal=format.to(availbalance-(examt)-upbalance)}if($scope.cur.cur=="XAU"){$scope.moneyBarfreeToSpend=formatxau.to(availbalance-(examt)-upbalance)}else{$scope.moneyBarfreeToSpend=format.to(availbalance-(examt)-upbalance)}}$scope.freeToSpend=100-$scope.upcoming-$scope.thisTransfer;if($scope.freebal<="0"||$scope.freebal<="0.00"||$scope.freebal===false||$scope.freebal<=0){$scope.freebal=0}else{if($scope.cur.cur=="XAU"){$scope.freebal=formatxau.to(Number($scope.freebal))}else{$scope.freebal=format.to(Number($scope.freebal.replace(/,/g,"")))}}if($scope.moneyBarfreeToSpend<="0"||$scope.moneyBarfreeToSpend<="0.00"||$scope.moneyBarfreeToSpend===false||$scope.moneyBarfreeToSpend<=0){$scope.moneyBarfreeToSpend=0}else{$scope.moneyBarfreeToSpend}if($scope.cur.cur=="XAU"){$scope.upbal=formatxau.to(upbalance);$scope.avlbal=formatxau.to(availbalance)}else{$scope.upbal=format.to(upbalance);$scope.avlbal=format.to(availbalance)}$(".legend-mini-text").next().text(" will be safe to spend. You are fine!.");$(".large-head-ok").text("You are fine!");$(".large-label-ok").text("You will still have a lot to spend! Why don't you make some savings later?");$(".chart-row").find(".freespendbalance").removeClass("hidden");var safetospend=0;try{if(!isNumber()){safetospend=balanceAfterTransaction.replace(/,/g,"")}else{safetospend=Number(balanceAfterTransaction)}}catch(e){safetospend=Number(balanceAfterTransaction)}if(examt>availbalance){$scope.upcoming="0.001";$scope.thisTransfer="99.99";$scope.freeToSpend="0";$scope.freebal="0";$scope.moneyBarfreeToSpend="0";$scope.excerror="has-error";$scope.avlbal;$(".hint-details").addClass("has-error");$(".exchshowdetails").addClass("is-invalid-input");$(".exchshowdetails").next().next().addClass("is-visible");$(".exchshowdetails").next().next().text("You have insufficient funds to complete this transaction.");$(".legend-mini-text").next().text(" is safe to spend. You have insufficient funds!");$(".large-head-err").text("You have insufficient funds!");$(".large-label-err").text("There is not enough balance on this account to make this transaction.")}else{if(safetospend<0){if(upbalance>availbalance){$scope.upcoming="100";$scope.thisTransfer="0"}else{if(upbalance>examt){$scope.upcoming="70";$scope.thisTransfer="30"}else{if(examt>upbalance){$scope.upcoming="30";$scope.thisTransfer="70"}else{if(upbalance==examt){$scope.upcoming="50";$scope.thisTransfer="50"}}}}$scope.freeToSpend="0";$scope.freebal="0";$scope.moneyBarfreeToSpend="0";$scope.excerror="warn";$scope.avlbal;$(".chart-row").find(".freespendbalance").addClass("hidden");$(".legend-mini-text").next().text(" is safe to spend. You will have insufficient funds to fulfill Upcoming Transactions if you proceed.");$(".large-head-err").text("Be careful!");$(".large-label-err").text("You will have insufficient funds to fulfill Upcoming Transactions if you proceed.");$(".large-head-warn").text("Be Careful!");$(".large-label-warn").text("You will have insufficient funds to fulfill Upcoming Transactions if you proceed.")}}};$scope.hideexchangerate=function(){$(".hint-calculations").addClass("hidden");$(".hint-simple").addClass("hint-top-spacing");if($scope.cur.cur=="XAU"){$($(".exchamount").children("input").get(0)).autoNumeric("init",{mDec:"3"}).val("")}else{$($(".exchamount").children("input").get(0)).autoNumeric().val("")}};$scope.hidefornonfav=function(){$(".hint-simple").addClass("hidden");if($scope.cur.cur=="XAU"){$($(".exchamount").children("input").get(0)).autoNumeric("init",{mDec:"3"}).val("")}else{$($(".exchamount").children("input").get(0)).autoNumeric().val("")}};$scope.calculateQuantity=function(price,valuationFactor,index,buyOrSell){if(buyOrSell==="BUY"){try{var amount=$("#securities\\:"+index+"\\:buyAmount").val();var quantityCalculated;if(valuationFactor==1){quantityCalculated=parseFloat(amount)/parseFloat(price)}else{quantityCalculated=parseFloat(amount*100)/parseFloat(price)}if(!isNaN(quantityCalculated)){if(amount==""||amount==null||amount==undefined){$("#securities\\:"+index+"\\:buyQuantity").val("")}else{$("#securities\\:"+index+"\\:buyQuantity").val(Number(quantityCalculated).toFixed(4))}}else{$("#securities\\:"+index+"\\:buyQuantity").val("")}}catch(e){}}else{var amount=$("#sellSecurities\\:"+index+"\\:amount").val();var quantityCalculated;if(valuationFactor==1){quantityCalculated=parseFloat(amount)/parseFloat(price)}else{quantityCalculated=parseFloat(amount*100)/parseFloat(price)}if(!isNaN(quantityCalculated)){if(amount==""||amount==null||amount==undefined){$("#sellSecurities\\:"+index+"\\:quantity").val("")}else{$("#sellSecurities\\:"+index+"\\:quantity").val(Number(quantityCalculated).toFixed(4))}}else{$("#sellSecurities\\:"+index+"\\:quantity").val("")}}};$scope.calculateAmount=function(price,valuationFactor,index,buyOrSell){if(buyOrSell==="BUY"){var quantity=$("#securities\\:"+index+"\\:buyQuantity").val();var amountCalculated=parseFloat(quantity)*parseFloat(price)*parseFloat(valuationFactor);if(!isNaN(amountCalculated)){if(quantity==""||quantity==null||quantity==undefined){$("#securities\\:"+index+"\\:buyAmount").val("")}else{$("#securities\\:"+index+"\\:buyAmount").val(Number(amountCalculated).toFixed(4))}}else{$("#securities\\:"+index+"\\:buyAmount").val("")}}else{var quantity=$("#sellSecurities\\:"+index+"\\:quantity").val();var amountCalculated=parseFloat(quantity)*parseFloat(price)*parseFloat(valuationFactor);if(!isNaN(amountCalculated)){if(quantity==""||quantity==null||quantity==undefined){$("#sellSecurities\\:"+index+"\\:amount").val("")}else{$("#sellSecurities\\:"+index+"\\:amount").val(Number(amountCalculated).toFixed(4))}}else{$("#sellSecurities\\:"+index+"\\:amount").val("")}}};$scope.numericOnly=function(){var dd=$($(".exchamount").children().children("input").get(0)).autoNumeric();$scope.amt=dd.val()};$scope.numericOnlyMin=function(){var dd=$($(".exchamountmin").children().children("input").get(0)).autoNumeric();$scope.amnt1=dd.val()};$scope.numericOnlyMax=function(){var dd=$($(".exchamountmax").children().children("input").get(0)).autoNumeric();$scope.amnt2=dd.val()};$scope.numericOnly=function(){var dd=$($(".exchamount").children().children("input").get(0)).autoNumeric();$scope.amt=dd.val()};$scope.numericOnlySmart=function(){$("#switchamt").autoNumeric();$("#intamt1").autoNumeric();$($(".si-data-table-element__contribution-input").children().children().children().children("input")).autoNumeric()};$scope.disablePageRefresh=function(e){if($scope.disablePageRefreshFromAuthPage){checkKeycode=e.keyCode;document.onkeydown=checkKeycode;document.oncontextmenu=disableContextMenu;function checkKeycode(e){var keycode,isFirefox=navigator.userAgent.toLowerCase().indexOf("firefox")>-1,isIe=navigator.userAgent.toLowerCase().indexOf("msie")>-1;if(window.event){keycode=window.event.keyCode}else{if(e){keycode=e.which}}if(isFirefox){if(keycode===116||(e.ctrlKey&&keycode===82)){if(e.preventDefault){e.preventDefault();e.stopPropagation()}}}else{if(isIe){if(keycode===116||(window.event.ctrlKey&&keycode===82)){window.event.returnValue=false;window.event.keyCode=0}}}switch(e.keyCode){case 116:e.returnValue=false;e.keyCode=0;return false;case 82:if(e.ctrlKey){e.returnValue=false;e.keyCode=0;return false}}}function disableContextMenu(e){e.preventDefault();return false}}};$scope.disablePageRefreshFromAuthPage=false;$scope.authCodeFlag=false;$scope.counter="0";$scope.openAuthCodeDialog=function(authCodeFlag,counter){$scope.counter=counter;if($scope.counter===3){$scope.authCodeFlag=true}else{$scope.authCodeFlag=false}if($scope.authCodeFlag){$("#time").find("span").html("");$("span#time").hide();if($("#incorrectAuthCodeLogout").length>0){$("#incorrectAuthCodeLogout").removeClass("top-notice");$("#incorrectAuthCodeLogout").removeClass("noshow");$("#incorrectAuthCodeLogout").removeClass("hide");$("#incorrectAuthCodeLogout").addClass("show")}$scope.disablePageRefreshFromAuthPage=true}};$scope.incorrectAuthCodeTimer=function(){$scope.authCodetimerstart=$timeout(function(){$scope.logoutcounter--;if($scope.logoutcounter<=0){if($("#incorrectAuthCodeLogout").length>0){$("#forceAuthCodeLogout").click()}}else{$scope.incorrectAuthCodeTimer()}},10000)};var lat="";var lon="";var apiGeolocationSuccess=function(position){$scope.lat=position.coords.latitude;$scope.lan=position.coords.longitude};var tryAPIGeolocation=function(){jQuery.post("https://www.googleapis.com/geolocation/v1/geolocate?key=AIzaSyDCa1LUe1vOczX1hO_iGYgyo8p_jYuGOPU",function(success){apiGeolocationSuccess({coords:{latitude:success.location.lat,longitude:success.location.lng}})})};var browserGeolocationSuccess=function(position){$("#latitude").val(position.coords.latitude);$("#longitude").val(position.coords.longitude);$scope.lat=position.coords.latitude;$scope.lon=position.coords.longitude};var browserGeolocationFail=function(error){switch(error.code){case error.TIMEOUT:break;case error.PERMISSION_DENIED:if(error.message.indexOf("Only secure origins are allowed")==0){tryAPIGeolocation()}break;case error.POSITION_UNAVAILABLE:break}};$scope.nearme=function(){if(navigator.geolocation){navigator.geolocation.getCurrentPosition(browserGeolocationSuccess,browserGeolocationFail,{maximumAge:50000,timeout:20000,enableHighAccuracy:true})}};$scope.nearme()}])}(angular,jQuery,app));(function(a,b,c){c.directive("heartbeat",["$timeout","$parse",function(d,e){return function(g,f,h){g.retryPolling=h.poll;d(invokeHeartBeat,90000)}}])}(angular,jQuery,app));(function(a,b,c){c.directive("fbinit",["$timeout","$parse",function(d,e){return function(h,g,k){FB.init({appId:"273094239821584",status:true,cookie:true,xfbml:true,version:"v2.4"});FB.getLoginStatus(function(o){if(o.authResponse){var p=o.authResponse.userID;b("#configurationsPanel\\:fbuserid").val(p);j()}else{if(o.status==="connected"){j()}else{}}});function f(){if(b("#configurationsPanel\\:fbagreeid").is(":checked")){b("#fbanchortagid").removeClass("disabledbtn");b("#fbbuttonid").removeClass("disabledbtn")}else{b("#fbanchortagid").addClass("disabledbtn");b("#fbbuttonid").addClass("disabledbtn")}}function j(){FB.api("/me",function(o){b("#configurationsPanel\\:showdisconnectid").css("display","");b("#configurationsPanel\\:connectwithfbid").css("display","none");b("#configurationsPanel\\:fbusernameid").val(o.name);b("#configurationsPanel\\:fbuserid").val(o.id);b("#configurationsPanel\\:connectedId").val(true);b("

          ",{text:"Connected as : "+o.name}).appendTo("#fbuserifodivid");n()})}function n(){FB.getLoginStatus(function(o){if(o&&o.status==="connected"){FB.api("/"+o.authResponse.userID+"/picture?type=large",function(p){if(p&&!p.error){userImg=p.data.url;m(userImg)}})}})}function m(r){var t=document.getElementById("imagediv");var o=document.createElement("img");o.src=r;o.alt="profileimage";o.id="picId";t.appendChild(o);document.getElementById("imagediv").appendChild(o);b("#configurationsPanel\\:fbuserimageurlid").val(r);var q=r;var p=s;function s(u,w){var v=new XMLHttpRequest();v.onload=function(){var x=new FileReader();x.onloadend=function(){w(x.result)};x.readAsDataURL(v.response)};v.open("GET",u);v.responseType="blob";v.send()}p(q,function(u){b(".output").find(".textbox").val(u).end().find(".size").text(u.length).end()});b("#picId").addClass("fbimagestyle");b("#picId").css("display","none");b(".avatar").children().attr("src",r);b(".avatar").children().addClass("fbimagestyle");b(".profile-pic").children().attr("src",r)}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("fbaccestoken",["$timeout","$parse",function(d,e){return function(g,f,h){f.on("click",function(){FB.init({appId:"273094239821584",status:true,cookie:true,xfbml:true,version:"v2.4"});FB.getLoginStatus(function(o){if(o.authResponse){var p=o.authResponse.userID;b("#configurationsPanel\\:fbuserid").val(p);j()}else{if(o.status==="connected"){}else{FB.login(function(q){if(q.authResponse){j()}else{}},{scope:"user_about_me,email,public_profile"})}}});function k(){FB.login(function(o){if(o.authResponse){j()}else{}},{scope:"email,user_photos,user_about_me"})}function j(){FB.api("/me",function(o){b("#configurationsPanel\\:showdisconnectid").css("display","");b("#configurationsPanel\\:connectwithfbid").css("display","none");b("#configurationsPanel\\:fbusernameid").val(o.name);b("#configurationsPanel\\:fbuserid").val(o.id);b("

          ",{text:"Connected as : "+o.name}).appendTo("#fbuserifodivid");n();b(".fbHiddenBtn").click()})}function n(){FB.getLoginStatus(function(o){if(o&&o.status==="connected"){FB.api("/"+o.authResponse.userID+"/picture?type=large",function(p){if(p&&!p.error){userImg=p.data.url;m(userImg)}})}})}function m(r){var t=document.getElementById("imagediv");var o=document.createElement("img");o.src=r;o.alt="profileimage";o.id="picId";o.setAttribute("class","fbimagestyle");t.appendChild(o);document.getElementById("imagediv").appendChild(o);b("#configurationsPanel\\:fbuserimageurlid").val(r);var q=r;var p=s;function s(u,w){var v=new XMLHttpRequest();v.onload=function(){var x=new FileReader();x.onloadend=function(){w(x.result)};x.readAsDataURL(v.response)};v.open("GET",u);v.responseType="blob";v.send()}p(q,function(u){b(".output").find(".textbox").val(u).end().find(".size").text(u.length).end()});b("#picId").addClass("fbimagestyle");b("#picId").css("display","none");b(".avatar").children().attr("src",r);b(".avatar").children().addClass("fbimagestyle");b(".profile-pic").children().attr("src",r)}})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("fblogout",["$timeout","$parse",function(d,e){return function(g,f,h){f.on("click",function(){FB.init({appId:"273094239821584",status:true,cookie:true,xfbml:true,version:"v2.4"});FB.getLoginStatus(function(k){if(k&&k.status==="connected"){FB.logout(function(m){b("#configurationsPanel\\:fbusernameid").val("");b("#configurationsPanel\\:fbuserid").val("");b("#fbuserifodivid").children("p").remove();b("#picId").remove();b("#configurationsPanel\\:showdisconnectid").css("display","none");b("#configurationsPanel\\:connectwithfbid").css("display","");b("#configurationsPanel\\:fbagreeid").attr("checked",false)})}});function j(){if(b("#configurationsPanel\\:fbagreeid").is(":checked")){b("#fbanchortagid").removeClass("disabledbtn");b("#fbbuttonid").removeClass("disabledbtn")}else{b("#fbanchortagid").addClass("disabledbtn");b("#fbbuttonid").addClass("disabledbtn")}}})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("enablebutton",["$timeout","$parse",function(d,e){return function(g,f,h){if(b("#configurationsPanel\\:fbagreeid").is(":checked")){b("#fbanchortagid").removeClass("disabledbtn");b("#fbbuttonid").removeClass("disabledbtn")}else{b("#fbanchortagid").addClass("disabledbtn");b("#fbbuttonid").addClass("disabledbtn")}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("updatedilogscroll",["$timeout","$parse",function(d,e){return function(g,f,h){d(function(){b("#mergeProfDialogscroll").perfectScrollbar("update")},1000)}}])}(angular,jQuery,app));(function(a,b,c){c.directive("enbdUpdateDialogScroll",["$timeout","$parse",function(d,e){return function(g,f,h){setTimeout(function(){var j=b(f).parents(".ps-container");b(j).perfectScrollbar("update")},1000)}}])}(angular,jQuery,app));(function(a,b,c){c.directive("enbdUpdateDialogScrollClass",["$timeout","$parse",function(d,e){return{restrict:"C",link:function(g,f){setTimeout(function(){var h=b(f).parents(".ps-container");b(h).perfectScrollbar("update")},500)}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("iconstartooltip",["$window",function(d){return function(h,g,j){var f;var e=j.testattr;if(e==="spending"){f=b("#noshowatanycost1")}else{f=b(".noshowatanycost1")}g.tooltipster({position:"top-left",offsetX:"13px",theme:"blue",offsetY:"10px",trigger:"hover",interactive:true,content:f})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("enablecancelconfirm",["$window",function(d){return function(f,e,g){e.on("click",function(){if(b(this).attr("cancelviewid")){var j=b("."+b(this).attr("cancelviewid"));var h=b("."+b(this).attr("cancelviewid")+"Cancel");if(j.length&&h.length){if(j.css("display")==="none"){h.css("display","none");j.show("slide",{direction:"left"},500,function(){})}else{j.css("display","none");h.show("slide",{direction:"right"},500,function(){})}}else{console.error("enablecancelconfirm should be used with a value, equalent to a class name. And that className+Cancel will be visible on clicking of that button. On click of No, it will hide the className+Cancel and make the className visible")}}else{console.error("enablecancelconfirm should be used with a value, equalent to a class name. And that className+Cancel will be visible on clicking of that button. On click of No, it will hide the className+Cancel and make the className visible")}})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("iconstartooltip1",["$window",function(d){return function(h,g,j){var f;var e=j.testattr;if(e==="spending"){f=b("#noshowatanycost2")}else{f=b(".noshowatanycost2")}g.tooltipster({position:"top-left",offsetX:"13px",theme:"blue",offsetY:"10px",trigger:"hover",interactive:true,content:f});if(e=="spending"){g.removeClass("tooltipstered")}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("poll",["$timeout","$parse",function(d,e){return function(g,f,h){if(h.poll){d(function(){if(!g.requestInProgress){f.click()}else{d(function(){f.click()},(parseInt(h.interval)*1000))}},(parseInt(h.interval)*1000))}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("radial",["$timeout","$parse",function(d,e){return function(g,f,h){d(function(){var m={progressbars:[],colors:{green:"#39c070",greenTransparent:"rgba(57, 192, 112, 0.55)",gray:"#f5f5f5",grayTransparent:"rgba(245, 245, 245, 0.4)",black:"#000",colorBreakpoints:{red:"#E32C05",orange:"#FF6510",yellow:"#FFAB1F",greenLight:"#FFD045",green:"#2DC885"}},themes:{defaults:{canvasSize:160,innerLineWidth:10,innerColor:"gray",progressWidth:16,progressColor:"black",circleMargin:10,duration:1200},accountOpen:{defaults:{canvasSize:135,innerLineWidth:8,innerColor:"white",progressWidth:10,progressColor:"black",circleMargin:10,duration:1200}},mini:{defaults:{canvasSize:100,innerLineWidth:8,innerColor:"white",progressWidth:10,progressColor:"black",circleMargin:10,duration:1200}},accountList:{defaults:{canvasSize:100,innerLineWidth:8,innerColor:"grayTransparent",progressWidth:8,progressColor:"blach",circleMargin:20,duration:1200},rwd:{medium:{canvasSize:100,innerWidth:8,progressWidth:10}}}}};function u(){var y=this,w=document.getElementsByClassName("canvas-progress"),x=b.extend({},m.themes.defaults);b(w).each(function(){var z=this,C=z.getAttribute("rp-theme"),F=b(z).parents(".radial-progress").find(".value"),B=b(z).parents(".radial-progress").find(".progress-text"),D,E,A;this.targetValue=parseFloat(z.getAttribute("rp-value"));this.$outputNode=F;this.$textNode=B;if(!C){m.themeName="defaults";m.defaults=this.current=m.themes.defaults;return false}this.themeName=C;D=m.themes[C];E=b.extend({},x);if(D.hasOwnProperty("defaults")){E=b.extend(E,D.defaults)}this.defaults=E;this.current=b.extend({},E);if(D.hasOwnProperty("rwd")){this.rwd=true}n(this)})}function n(y){var x=this,A,w,z;if(!y.rwd){return false}A=this.themes[y.themeName];for(w in A.rwd){if(Foundation.MediaQuery.atLeast(w)){if(A.rwd[w]==="defaults"){z=b.extend({},y.defaults)}else{z=b.extend(y.current,A.rwd[w])}y.current=z}}}var v="";l=v.length;v=document.getElementsByClassName("canvas-progress"),l=v.length;if(!l){return}while(l--){b(v).push({canvas:v[l],rwd:false,isDrawn:false})}u();p();q(true);setTimeout(function(){b(window).scroll()},1000);function t(w){if(m.colors.hasOwnProperty(w)){return m.colors[w]}else{return w}}function k(z){var x=z.canvas,y,w;if(!b(x).is(":visible")){return false}y=(document.body.scrollTop+window.innerHeight-document.body.scrollTop)*0.9;w=x.getBoundingClientRect().top;return w<=y}function q(B){var x,w,z,y;if(B){x=document.getElementsByClassName("canvas-progress")}else{x=this.progressbars.filter(function(C){return C.rwd})}y=x.length;while(y--){w=x[y].current.canvasSize;x[y].width=w;x[y].height=w;z=x[y].getContext("2d");var A=w/2;z.translate(A,A);if(B){z.rotate(270*Math.PI/180)}}}function j(x){var w=m.colors.colorBreakpoints;switch(x>0){case x<=0.19:w=w.red;break;case x<=0.39:w=w.orange;break;case x<=0.59:w=w.yellow;break;case x<=0.79:w=w.greenLight;break;default:w=w.green}return w}function r(K){var G=K.getContext("2d"),y,F=K.current.canvasSize,N=F/2,A=K.targetValue,H=t(K.current.innerColor),J=j(A),L,D,w=K.current.duration,B,I;if(K.drawingNow){return false}var M=Math.max(K.current.progressWidth,K.current.innerLineWidth)/2;y=(F/2)-M;if(K.isDrawn){B=1;C()}else{D=new Date().getTime();L=setInterval(C,1000/60)}function E(){var Q=F/2;G.clearRect(-Q,-Q,F,F)}function x(){G.beginPath();G.arc(0,0,y,Math.PI*2*(A*B),Math.PI*2);G.lineWidth=K.current.innerLineWidth;G.strokeStyle=H;G.stroke()}function z(){G.beginPath();G.arc(0,0,y,0,Math.PI*2*(A*B));G.lineWidth=K.current.progressWidth;G.strokeStyle=J;G.stroke()}function P(){var Q;if(B>=1){Q=Math.round(A*100)}else{Q=Math.round(A*B*100)}K.$outputNode.text(Q)}function O(){K.$textNode.css("color",J)}function C(){var Q=new Date().getTime();K.drawingNow=true;if(B>=1){clearInterval(L);K.drawingNow=false;K.isDrawn=true}else{B=(Q-D)/w;P()}E();x();z();O()}C()}function p(){var w=this;b(window).on("scroll.progressbar",b.proxy(o,w));b(window).on("changed.zf.mediaquery",b.proxy(s,w))}function o(){var w=document.getElementsByClassName("canvas-progress"),x=w.length,z,y;z=b(document.getElementsByClassName("canvas-progress")).filter(function(A){return !A.isDrawn});if(!z.length){b(window).off("scroll.progressbar");return}while(x--){y=w[x];r(w[x])}}function s(){var x=b(document.getElementsByClassName("canvas-progress")),w=b(document.getElementsByClassName("canvas-progress"));b(w).each(function(){if(!this.rwd&&this.isDrawn){return false}if(x.isInCurrentView(this)){x.getCurrentParams(this);x.setCanvasSize(this);x.draw(this)}})}},1000)}}])}(angular,jQuery,app));(function(a,b,c){c.directive("scroll",["$window",function(d){return function(h,f,e){var g=b(window).width();if(g>960){b(".nav").css("height","129px")}else{b(".nav").css("height","0px")}a.element(d).bind("scroll",function(){var j=b(window).scrollTop();if(j>105){b(".nav").addClass("scroll");b(".nav").find("i").addClass("small")}else{b(".nav").removeClass("scroll");b(".nav").find("i").removeClass("small")}})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("selectonemenucalendar",["$timeout","$parse",function(d,e){return function(o,p,j){var k="select-open",m="select-close";var n="calendar-semantic-dropdown";if(j.iconcolorclass){n=n+" select-notification-dropdown"}var q;var g;o.widgets[j.id]=p.select2({placeholder:"Select",templateResult:function f(r){if(r.element!=null){r=b(r.element)}else{r=b(r)}if(r.attr("icon")!==null){return b(''+r.attr("label")+''+r.attr("number")+"")}else{return b(''+r.attr("label")+''+r.attr("number")+"")}},templateSelection:function h(r){if(r.element!=null){r=b(r.element)}else{r=b(r)}return b(''+r.attr("label")+"")}}).each(function(){b(this).data().select2.$container.addClass("calendar-semantic");b(this).data().select2.$dropdown.addClass(n)}).on("select2:open",function(){q=b(this).data().select2.dropdown.$dropdown;g=b(this);b(q).removeClass(m).addClass(k);b(this).data().select2.$dropdown.find(".select2-results__options").perfectScrollbar();b(this).data().select2.dropdown.$search.addClass("select-country-input");setTimeout(function(){q.find(".select2-search").css({visibility:"visible"});b(".select2-results__options").perfectScrollbar("update");if(g.hasClass("form-select")){q.addClass("select-with-search")}},200)}).on("select2:close",function(r){b(this).data().select2.$dropdown.find(".select2-dropdown").css("visibility","visible")}).on("select2:select",function(s){var r=b(s.target).val();b(this).val(r)});setTimeout(function(){var s=j.name.replace(":","_").replace(":","_").replace(":","_");var u=s;s=s+"."+s;var r=j.selectval;if(r==null){r=""}try{p.val(r);o[u]={origattrName:r};o[s]=r}catch(t){}},100)}}])}(angular,jQuery,app));(function(a,b,c){c.directive("selectonemenu",["$timeout","$parse",function(d,e){return function(p,q,k){var n="select-open",o="select-close";var r;var g;if(p.widgets[k.id]!=null){try{p.widgets[k.id].select2("destroy")}catch(m){}}p.widgets[k.id]=q.select2({minimumResultsForSearch:k.minimumresultsforsearch||1,width:k.selectonemenuWidth||"100%",placeholder:"Select",matcher:function(w,v){var s=w.term||"",x,t;if(!s.length){return v}if(u(v.text)){return v}return null;function u(y){y=y.toLowerCase();s=s.toLowerCase();return y.indexOf(s)===0}}}).on("select2:open",function(){r=b(this).data().select2.dropdown.$dropdown;g=b(this);b(r).removeClass(o).addClass(n);b(this).data().select2.$dropdown.find(".select2-results__options").perfectScrollbar();b(this).data().select2.dropdown.$search.addClass("select-country-input");setTimeout(function(){r.find(".select2-search").css({visibility:"visible"});b(".select2-results__options").perfectScrollbar("update");if(g.hasClass("form-select")){r.addClass("select-with-search")}},200)}).on("select2:close",function(s){b(this).data().select2.$dropdown.find(".select2-dropdown").css("visibility","visible")}).on("select2:select",function(t){var s=b(t.target).val();b(this).val(s)});b("#unsubscribe-dropdown").on("change",function(){var t=b(this).val(),s=b("[data-unsubscribe-other]"),u=b("#unsubscribe-reason");if(t==="3"){s.slideDown();u.prop("required",true)}else{s.slideUp();u.removeAttr("required")}});var h=b(".select-purpose");h.select2({dropdownCssClass:"portfolio-dropdown assets-dropdown",width:"auto",minimumResultsForSearch:-1,templateSelection:function j(s){return b(''+s.text+"")},templateResult:function f(s){var t;if(!s.element){return}t=b(''+s.text+"");return t}});if(h.length>0){b(".select-purpose").each(function(){b(this).data().select2.$container.addClass("select-investment-purpose")})}b(".select-save-daily-account").select2({width:"",containerCssClass:"select-favourite select-save-daily-account",dropdownCssClass:"favourite-dropdown",templateSelection:function j(s){var u,t;if(!s.element){return}u=s.element.dataset;t=b(''+u.heading+''+s.text+''+u.accountNumber+'

          '+b(k).attr("data-text")+" "+(b(k).attr("favaccount")==="true"?'':"")+''+b(k).attr("data-accountnr")+'
          Account Balance '+b(k).attr("data-accountcurr")+' '+b(k).attr("data-accountbalance")+"
          ")}else{if((b(k).attr("data-selecttype").match("LOANS"))){return b('
          '+b(k).attr("data-text")+''+b(k).attr("data-accountnr")+'
          Total Outstanding'+b(k).attr("data-accountcurr")+' '+b(k).attr("data-accountbalance")+"
          ")}else{if((b(k).attr("data-selecttype").match("REWARDS"))){return b('
          '+b(k).attr("data-text")+''+b(k).attr("data-accountnr")+'
          Point Balance '+b(k).attr("data-accountcurr")+' '+b(k).attr("data-accountbalance")+"
          ")}else{if((b(k).attr("data-selecttype").match("IPP"))){return b('
          '+b(k).attr("data-text")+''+b(k).attr("data-accountnr")+'
          Transaction Amount '+b(k).attr("data-accountcurr")+' '+b(k).attr("data-accountbalance")+"
          ")}else{if((b(k).attr("data-selecttype").match("PURSETOPURSE"))){return b('
          '+b(k).attr("data-text")+''+b(k).attr("data-accountnr")+'
          Available Balance'+b(k).attr("data-accountcurr")+' '+b(k).attr("data-accountbalance")+"
          ")}}}}}return b('
          '+b(k).attr("data-text")+''+b(k).attr("data-accountnr")+'
          Available credit limit '+b(k).attr("data-accountbalance")+"
          ")},templateSelection:function(k){var m;if(k.element!=null){k=k.element}if(k.tagName!=="OPTION"){return}m=b(k).attr("data-accountcurr");if(!m){return}if((b(k).attr("data-acctype")!=null&&b(k).attr("data-selecttype").match("ACCOUNTS"))){return b('
          '+b(k).attr("data-text")+" "+(b(k).attr("favaccount")==="true"?'':"")+''+b(k).attr("data-accountnr")+'
          Account Balance '+b(k).attr("data-accountcurr")+' '+b(k).attr("data-accountbalance")+"
          ")}else{if((b(k).attr("data-acctype")!=null&&b(k).attr("data-selecttype").match("LOANS"))){return b('
          '+b(k).attr("data-text")+''+b(k).attr("data-accountnr")+'
          Total Outstanding'+b(k).attr("data-accountcurr")+' '+b(k).attr("data-accountbalance")+"
          ")}else{if((b(k).attr("data-acctype")!=null&&b(k).attr("data-selecttype").match("REWARDS"))){return b('
          '+b(k).attr("data-text")+''+b(k).attr("data-accountnr")+'
          Point Balance '+b(k).attr("data-accountbalance")+"
          ")}else{if((b(k).attr("data-selecttype").match("IPP"))){return b('
          '+b(k).attr("data-text")+''+b(k).attr("data-accountnr")+'
          Transaction Amount '+b(k).attr("data-accountcurr")+' '+b(k).attr("data-accountbalance")+"
          ")}else{if((b(k).attr("data-acctype")!=null&&b(k).attr("data-selecttype").match("PURSETOPURSE"))){return b('
          '+b(k).attr("data-text")+''+b(k).attr("data-accountnr")+'
          Available Balance '+b(k).attr("data-accountbalance")+"
          ")}}}}}return b('
          '+b(k).attr("data-text")+''+b(k).attr("data-accountnr")+'
          Available credit limit '+b(k).attr("data-accountcurr")+' '+b(k).attr("data-accountbalance")+"
          ")}}).on("select2:open",function(){b(".select2-dropdown").addClass("arrow-select");b(this).data().select2.$dropdown.addClass("select-arrow");b(this).data().select2.$dropdown.find(".select2-results__options").perfectScrollbar();setTimeout(function(){b(".select2-results__options").perfectScrollbar("update")},100)}).on("select2:close",function(k){b(this).data().select2.$dropdown.find(".select2-dropdown").css("visibility","visible")}).on("select2:select",function(m){var k=b(m.target).val();b(this).val(k)});setTimeout(function(){if(b(".box-arrow-outer-content").height()!==0){var k=new Foundation.Equalizer(b(".htmlselect").closest(".boxes-wrapper"));new Foundation.Equalizer(b(".htmlselect").closest(".boxes-wrapper")).applyHeight([k.$watched.height()+15])}},0);setTimeout(function(){var k=h.name.replace(":","_").replace(":","_").replace(":","_");k=k+"."+k;try{f.val(attrVal);g[k]=attrVal}catch(m){}},100)}}])}(angular,jQuery,app));(function(a,b,c){c.directive("benificiarycombo",["$timeout","$parse","$window",function(d,e,f){return function(h,g,j){if(h.widgets[j.id]!=null){try{h.widgets[j.id].select2("destroy")}catch(k){}}h.widgets[j.id]=g.select2({placeholder:"Choose from beneficiary book",dropdownParent:b(g.parent().parent().find(".recipient-dropdown")),width:"100%",minimumResultsForSearch:1,matcher:function(q,p){var m=q.term||"",r,n;if(!m.length){return p}if(o(p.text)){return p}if(p.hasOwnProperty("children")&&p.children.length>0){r=b.extend(true,{},p);for(n=r.children.length-1;n>=0;n--){if(!o(r.children[n].text)){r.children.splice(n,1)}}if(r.children.length){return r}}return null;function o(s){s=s.toLowerCase();m=m.toLowerCase();return s.indexOf(m)===0}},templateResult:function(m){if(m.element!=null){m=m.element}var n={id:b(m).attr("id")||"",text:b(m).attr("text")||"",nick:b(m).attr("nick")||"",imageSrc:b(m).attr("imageSrc")||"",accountNr:b(m).attr("accountnr")||"",tel:b(m).attr("tel")||"",owner:b(m).attr("owner")||"",desc:b(m).attr("desc")||"",type:b(m).attr("type")||"",icon:b(m).attr("icon")||"",favbenif:b(m).attr("favbenif")||"",accountNrMasked:b(m).attr("accountNrMasked")||"",accountNrMaskedFlag:b(m).attr("accountNrMaskedFlag")||""};if(!n.id&&n.text&&n.desc){return b('
          • '+n.text+" "+ +((n.favbenif)==="true"?'':"")+'
          • '+n.desc+"
          ")}else{if(n.owner){if(n.type==="button"){return b(''+n.text+"")}return b('
          '+n.nick+'
        • '+n.tel+'
        • '+((n.accountNrMaskedFlag)==="true"?n.accountNrMasked:n.accountNr)+"
          ")}}return b('
          • '+n.text+" "+((n.favbenif)=="true"?'':"")+'
          • '+n.desc+'
          • '+n.tel+'
          • '+((n.accountNrMaskedFlag)=="true"?n.accountNrMasked:n.accountNr)+"
          ")},templateSelection:function(m){if(m.element!=null){m=m.element}var o={id:b(m).attr("id")||"",text:b(m).attr("text")||"",imageSrc:b(m).attr("imageSrc")||"",accountNr:b(m).attr("accountnr")||"",tel:b(m).attr("tel")||"",owner:b(m).attr("owner")||"",desc:b(m).attr("desc")||"",type:b(m).attr("type")||"",icon:b(m).attr("icon")||"",favbenif:b(m).attr("favbenif")||"",accountNrMasked:b(m).attr("accountNrMasked")||"",accountNrMaskedFlag:b(m).attr("accountNrMaskedFlag")||""},n=(o.owner)?"selected-desc text-left":"selected-title text-left";if(m.text==="Choose from beneficiary book"){return m.text}else{if(!m.id||m.text===undefined){return b('
          • '+o.owner+'
          • '+o.text+" "+((o.favbenif)==="true"?'':"")+'
          • '+o.tel+'
          • '+((o.accountNrMaskedFlag)==="true"?o.accountNrMasked:o.accountNr)+"
          ")}}return b('
          • '+o.owner+'
          • '+o.text+" "+((o.favbenif)==="true"?'':"")+'
          • '+o.tel+'
          • '+((o.accountNrMaskedFlag)==="true"?o.accountNrMasked:o.accountNr)+"
          ")}}).on("select2:open",function(m){var n=b(m.target).data().select2.dropdown;b(this).data().select2.$dropdown.addClass("select-arrow");n.$search.attr("placeholder","Search beneficiary...").parent().append(b(''));b(this).data().select2.$dropdown.find(".select2-results__options").perfectScrollbar();setTimeout(function(){b(".select2-results__options--nested").slideUp(0,function(){b(".select2-results").perfectScrollbar("update");b(".select2-results__options").perfectScrollbar("update")})},0)}).on("select2:close",function(){b(".select2-search__field").attr("placeholder",null)});b(".recipient-dropdown").on("click",".select2-results__option[role=group]",function(){b(this).find(".select2-results__options--nested").slideToggle(400,function(){b(this).closest(".select2-results").perfectScrollbar("update")})});setTimeout(function(){var n=j.name.replace(":","_").replace(":","_").replace(":","_");var p=n;n=n+"."+n;var m=j.selectval;if(m==null){m=""}try{h[n]=m;h[p]={origattrName:m};g.val(m)}catch(o){}},10)}}])}(angular,jQuery,app));(function(a,b,c){c.directive("selectstatement",["$timeout","$parse",function(d,e){return function(n,o,h){try{if(n.widgets[h.id]!=null){n.widgets[h.id].select2("destroy")}}catch(j){}var f=n.getAnimationEvent();var k="select-open",m="select-close";var p;var g;n.widgets[h.id]=o.select2({minimumResultsForSearch:-1,width:h.selectonemenuWidth||"100%",placeholder:"Select"}).on("change",function(q){b("#transactionTyp").removeAttr("disabled");b("#filterSearch").removeAttr("disabled");if(b(q.target).val()=="5"||b(q.target).val()=="6"){if(b(q.target).val()=="5"){goToIndex="1";b("#transactionTyp").removeAttr("disabled","false");b("#filterSearch").removeAttr("disabled","false")}else{if(b(q.target).val()=="6"){goToIndex="2";b("#transactionTyp").attr("disabled","true");b("#filterSearch").attr("disabled","true")}}n.stepAnimations.gotoView(b("#"+h.id),goToIndex)}}).on("select2:open",function(){p=b(this).data().select2.dropdown.$dropdown;g=b(this);b(p).removeClass(m).addClass(k);setTimeout(function(){p.find(".select2-search").css({visibility:"visible"});p.find(".select2-dropdown").css("visibility","visible");p.find(".select2-results__options").perfectScrollbar();if(g.hasClass("form-select")){p.addClass("mimic-form-input")}},200)}).on("select2:close",function(q){b(this).data().select2.dropdown.$dropdown.find(".select2-dropdown").css("visibility","hidden")}).on("select2:select",function(s){s.preventDefault();s.stopPropagation();var r=b(s.target).val();b(this).val(r);var q="0";b("#transactionTyp").removeAttr("disabled");b("#filterSearch").removeAttr("disabled");if(b(s.target).val()=="5"||b(s.target).val()=="6"){if(b(s.target).val()=="5"){q="1";b("#transactionTyp").removeAttr("disabled","false");b("#filterSearch").removeAttr("disabled","false")}else{if(b(s.target).val()=="6"){q="2";b("#transactionTyp").attr("disabled","true");b("#filterSearch").attr("disabled","true")}}n.stepAnimations.gotoView(b("#"+h.id),q)}});setTimeout(function(){if(q!=null){var r=h.name.replace(":","_").replace(":","_").replace(":","_");r=r+"."+r;var q=h.selectval;try{n[r]=q;o.val(q)}catch(s){}}},10)}}])}(angular,jQuery,app));(function(a,b,c){c.directive("enbdaccntsel",["$timeout","$parse",function(d,e){return function(g,f,h){try{if(g.widgets[h.id]!=null){g.widgets[h.id].select2("destroy")}}catch(j){}g.widgets[h.id]=f.select2({width:"auto",minimumResultsForSearch:-1,templateResult:function(k){var m=h.imageclass;var o="account-thumbnail";if(h.imageclass!=null){o=o+m}var q,p;if(!k.element){return}var n=b(k.element).val();if(n&&n!==""){q=k.element.dataset;p=(q.accountHasicon)?'':"";return b('")}}}).on("select2:open",function(){var m="";if(b(this).hasClass("main-page")){m="main"}b(this).data().select2.$dropdown.addClass("dropdown-statement-select "+m);b(this).data().select2.$dropdown.find(".select2-results__options").perfectScrollbar();var n=b(this).data().select2.dropdown.$dropdown,k=b(this).data().select2.$container.parent();setTimeout(function(){b(".select2-dropdown").css({visibility:"visible"});b(".select2-results__options").perfectScrollbar("update");n.trigger("scroll")},100)}).on("select2:select",function(o){var m=b(o.target).val(),k=b("[data-account-id]"),p=k.not(".hidden"),n=b('[data-account-id="'+m+'"]');p.addClass("hidden");n.removeClass("hidden")});g.amt=null;setTimeout(function(){var m=h.name.replace(":","_").replace(":","_").replace(":","_");var o=m;m=m+"."+m;var k=h.selectval;if(k==null){k=""}try{g[m]=k;g[o]={origattrName:k};f.val(k)}catch(n){}},10)}}])}(angular,jQuery,app));(function(a,b,c){c.directive("inplace",["$timeout","$parse",function(d,e){return function(k,h,m,j){h.find("[data-tostep]").on("click",function(w){w.preventDefault();w.stopPropagation();var q=b(w.target).closest(".steps-container"),t=b(w.target).data("tostep")!==undefined?b(w.target).data("tostep"):b(w.target).closest("[data-tostep]").data("tostep"),p=q.find(".steps-animation").data("active-step")==null?q.attr("data-active-step"):q.find(".steps-animation").data("active-step"),v=q.find('[data-step="'+p+'"]'),s=q.find('[data-step="'+t+'"]');var r=q.find(".steps-animation");if(!s.length||p===t){return}var u=t>p?"left":"right";g(v,s,u,r);if(q.find(".steps-animation").length===0){q.attr("data-active-step",t).data("active-step",t)}else{q.find(".steps-animation").attr("data-active-step",t).data("active-step",t)}});function o(r){var q=b(r).attr("style");b(r).css({position:"absolute",visibility:"hidden",display:"block","max-width":"100%"});var p=b(r).outerHeight(true);b(r).attr("style",q?q:"");return p}function n(p){if(p.attr("data-smooth-scroll")){return true}return false}function g(t,r,v,q){var s=t.closest(".steps-animation"),p=k.getHeight(r);var w=function w(){var y=s.outerHeight(true),x=false;s.css({overflow:"hidden",height:y+"px"});r.css({position:"absolute",left:v==="left"?"100%":"-100%",top:x?"50%":"0",transform:x?"translateY(-50%)":"none",display:""});t.css("position","relative");u()};var u=function u(){s.animate({height:p+"px"},function(){s.css({height:"",overflow:""})});r.animate({left:0},function(){r.css({position:"relative",top:"",display:"",transform:"none"})});t.animate({left:v==="left"?"-100%":"100%"},function(){t.css({display:"none"})})};f(s,w)}function f(q,r){var p=window.innerWidth;if(q&&p>640&&n(q)){b("html, body").animate({scrollTop:q.offset().top},function(){return r()})}else{return r()}}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("enbddatetimepicker",["$timeout","$parse",function(d,e){return function(h,f,n){try{var k=h.widgets[n.id];k.datetimepicker("destroy")}catch(o){}var j=false;f.attr("readonly","true");var m=function m(){if(j){return}var p=b(".datepicker-dropdown");if(b(".modal-window").not(".hide").length){p.css({left:0,top:"100%"}).appendTo(b(this).closest(".is-datepicker"))}b(".datepicker").addClass("overtop");p.css({"margin-top":"10px",opacity:0}).animate({"margin-top":0,opacity:1});j=true};d(function(){f.datepicker({autoClose:true,disableTouchKeyboard:false,orientation:"auto",showOnFocus:true,format:n.format,startDate:new Date(n.min),endDate:new Date(n.max),templates:{leftArrow:'',rightArrow:''},todayHighlight:true,daysOfWeekHighlighted:[0,6]}).datepicker("update",new Date(n.value)).on("show",function(s){var t=b(s.target),r=b(".scroll-wrap"),q=g(t);m();if(q){p()}function p(){q.on("scroll.datepicker",function(){var v=t[0].getBoundingClientRect().bottom,u=t.data().datepicker.picker;u.css("top",v+"px")})}if(r.length){r.trigger("scroll");b(window).trigger("resize")}if(b(this).attr==="disabled"){b(".datepicker-dropdown").hide()}}).on("changeDate",function(){j=false;b(this).datepicker("hide")}).on("hide",function(q){var p;j=false;p=g(b(q.target));if(p){p.off("scroll.datepicker")}})},0);var g=function(p){if(p.parents(".expand-under-arrow").length){return p.parents(".expand-under-arrow")}else{if(p.parents(".scroll-wrap").length){return p.parents(".scroll-wrap")}else{return false}}}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("enbdDirecTimePicker",[function(){return{restrict:"A",link:function(){var d=b(".is-timepicker input");if(!d.length){return}d.timepicker({icons:{up:"icon-arrow-up",down:"icon-arrow-down"},disableFocus:"true",orientation:{y:"top"}}).on("show.timepicker",function(){setTimeout(function(){b(".bootstrap-timepicker-widget").css({opacity:1,"margin-top":0})},0)}).on("hide.timepicker",function(){b(".bootstrap-timepicker-widget").css({opacity:0,"margin-top":"20px"})});b("#meetingtime").val(d.val());b("#meetingtime2").val(d.val())}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("enbdtooltip",["$timeout","$parse",function(d,e){return function(g,f,h){f.tooltipster({theme:h.theme,contentAsHTML:true,position:h.tooltipposition||"right",animation:"fade",delay:200,offsetY:0,touchDevices:true,trigger:"hover",maxWidth:450})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("messagecenterbuttonenable",["$timeout","$parse",function(d,e){return function(g,f,h){d(function(){f.find(".add-file").on("click",function(){b("#hiddenSendData").click()});f.find("#message_content").on("change",function(){enablePostButton()});f.find("#message_content").on("keypress",function(){enablePostButton()});f.find("#message_content").ready(function(){enablePostButton()})},1000);enablePostButton=function(){var j=f.find("#message_content").val();if(j!=null){if(j!==""){b("#messagePostButton").prop("disabled",false)}else{b("#messagePostButton").prop("disabled",true)}}else{b("#messagePostButton").prop("disabled",true)}}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("messagecenterchathistory",["$timeout","$parse",function(d,e){return function(g,f,h){d(function(){f.find(".add-file").on("click",function(){b("#sendMessageData").click()})},1000)}}])}(angular,jQuery,app));(function(a,b,c){c.directive("enbdtooltipclick",["$timeout","$parse",function(d,e){return function(g,f,h){b(".copy-tooltip").tooltipster({theme:"blue",position:"top-left",offsetX:"40px",offsetY:"-7px",interactive:true,content:b("
          Copied to clipboard
          "),trigger:"click"})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("keyboardinput",[function(){return function(e,d,f){d.virtualKeyboard()}}])}(angular,jQuery,app));(function(a,b,c){c.directive("dirinputskey",[function(){return function(e,d,h){function f(){b("#loginPswd").attr("autocomplete","off")}function j(){b("#loginPswd").removeAttr("readonly")}function g(){b("#loginPswd").attr("readonly",true)}d.find("#loginPswd").on("blur",function(){f()});d.find("#loginPswd").on("focus",function(){f();j()});f(d);g()}}])}(angular,jQuery,app));(function(a,b,c){c.directive("dropdownmenu",["$timeout","$parse",function(d,e){return function(h,g,n){var o=this;var k=g;var m=b(h.escapeClientCss(n.dropdownmenu));k.on("click",function(){b(m).find("[data-has-custom-scroll]").perfectScrollbar();m.slideDown(function(){b(m).find("[data-has-custom-scroll]").perfectScrollbar("update")})});o.forceClose=function(){m.slideUp(function(){b(this).find("ul").find(".active").removeClass("active")})};function f(){b(document).on("click",function(q){var p=q.target;if(b(p).hasClass("transfers-list")){return}if(m.is(":visible")&&!b(p).parents().is(m)&&!b(p).hasClass(b.trim(k.attr("class")))&&!b(p).hasClass(b.trim(k.children().attr("class")))){o.forceClose()}})}function j(){m.find("li").click(function(){if(!_base.helpers._isMobile()){return}if(b(this).find("ul").length<1||b(this).hasClass("active")){return}b(this).addClass("active");b(this).find("ul").show()})}b(document).bind("click",function(){b(".select2-search__field").attr("placeholder",null);try{if(b("#selectBenef")[0].id=="selectBenef"){b(".select2-search__field").attr("placeholder","Search beneficiary...")}}catch(p){}});f();j()}}])}(angular,jQuery,app));(function(a,b,c){c.directive("pencilclick",["$timeout","$parse",function(d,e){return function(g,f,j){var h=f.find(".avatar-context-toggler");if(!h.length){return}setTimeout(function(){h.on("click",function(){b(this).addClass("opened")})},1000);b(document).on("click",function(m){if(b(m.target).hasClass("avatar-context-toggler")){}else{var k=b(".avatar-context-toggler");if(b(k).hasClass("opened")){b(k).removeClass("opened")}}})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("virtualkeyboard",[function(){return function(e,d,f){d.change(function(){if(this.checked){b(".js-keyboard-input").prop("value","");b(".js-keyboard-input").prop("readonly",true)}else{b(".js-keyboard-input").prop("value","");b(".js-keyboard-input").prop("readonly",false)}})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("maskformat",["$timeout","$parse",function(d,e){return function(g,f,j){var k=j.id;var h={onKeyPress:function(m,p,o,n){if(n.decimal){b("#"+k+"_hidden").val(Number(f.cleanVal())/Math.pow(10,n.decimal))}else{b("#"+k+"_hidden").val(f.cleanVal())}}};if(j.reverse==="true"){h.reverse=true}if(j.decimalplaces>0){h.decimal=j.decimalplaces}f.mask(j.maskformat,h)}}])}(angular,jQuery,app));(function(a,b,c){c.directive("countchar",["$timeout","$parse",function(d,e){return function(g,f,h){f.characterCounter()}}])}(angular,jQuery,app));(function(a,b,c){c.directive("initaccord",["$timeout","$parse",function(d,e){return function(g,f,h){}}])}(angular,jQuery,app));(function(a,b,c){c.directive("mainmenu",["$timeout","$parse",function(d,e){return function(g,f,h){f.click(function(){b(document).foundation();var j=b("#"+h.menulist);b(j).slideDown(function(){b(document).on("click",function(m){var k=m.target;if(b(j).is(":visible")&&!b(k).parents().is(j)){b(j).slideUp();b(document).off("click")}})})})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("logincarousel",function(){return function(e,d,f){}})}(angular,jQuery,app));(function(a,b,c){c.directive("modalwindow",["$timeout","$parse",function(d,e){return function(h,g,f){g.on("onSlide",function(n){var m=n.$stepsAnimation.nextSlide[0],k=n.$stepsAnimation.slidesContainer.parents(".modal-content").first();if(m.hasAttribute("data-modal-success")){setTimeout(function(){b(k).addClass("modal-success")},100)}else{b(k).removeClass("modal-success")}b(b(h.escapeClientCss($attr.dropdownmenu)).children()).trigger("scroll")});g.find(".modal-content .close-modal").on("click",function(k){var m=b(k.target).closest(".modal-window");j(m);closedialog()});function j(k){b("html").removeClass("prevent-scroll");b("body:not(.onboarding-mode) main").css("z-index","");k.removeClass("modal-opening").addClass("modal-closing");setTimeout(function(){k.removeClass("modal-closing").addClass("hide")},500)}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("togglemenu",["$timeout","$parse",function(d,e){return function(g,f,h){setTimeout(function(){try{b(g.escapeClientId(h.id)).foundation("destroy")}catch(j){}new Foundation.Accordion(b(g.escapeClientId(h.id)),{"data-multi-expand":false});b(g.escapeClientId(h.id)).on("down.zf.accordion",function(m){var k=b(m.target).find(".is-active").find(".accordion-content");k.css({opacity:1})}).on("up.zf.accordion",function(m){var k=b(m.target).find(".accordion-item").not(".is-active").find(".accordion-content");k.css({opacity:0})}).on("up.zf.accordion down.zf.accordion",function(){setTimeout(function(){},0)})},1000)}}])}(angular,jQuery,app));(function(a,b,c){c.directive("togglemenusettings",["$timeout","$parse",function(d,e){return function(g,f,h){setTimeout(function(){try{b(g.escapeClientId(h.id)).foundation("destroy")}catch(j){}new Foundation.Accordion(b(g.escapeClientId(h.id)),{"data-multi-expand":false});b(g.escapeClientId(h.id)).on("down.zf.accordion",function(n){var k=b(n.target).find(".is-active").find(".accordion-content");k.css({opacity:1});var m=b(n.target).find(".is-active").find(".show-app-details");m.text("Hide Buy Funds Details")}).on("up.zf.accordion",function(n){var k=b(n.target).find(".accordion-item").not(".is-active").find(".accordion-content");k.css({opacity:0});var m=b(n.target).not(".is-active").find(".show-app-details");m.text("Show Buy Funds Details")}).on("up.zf.accordion down.zf.accordion",function(){setTimeout(function(){},1000)})},1000)}}])}(angular,jQuery,app));(function(a,b,c){c.directive("notifytoggler",["$timeout","$parse","$window",function(d,e,f){return function(h,g,k){var j=b(".accordion-item");b(j).on("click",function(m){setTimeout(function(){try{b(h.escapeClientId(k.id)).foundation("destroy")}catch(n){}new Foundation.Accordion(b(h.escapeClientId(k.id)),{"data-multi-expand":false});b(h.escapeClientId(k.id)).on("down.zf.accordion",function(p){var o=b(p.target).find(".is-active").find(".accordion-content");o.css({opacity:1})}).on("up.zf.accordion",function(p){var o=b(p.target).find(".accordion-item").not(".is-active").find(".accordion-content");o.css({opacity:0})})},1000)})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("linechart",["$timeout","$parse",function(d,e){return function(h,g,k){var f={wrapperClass:".chart-deposit-fixed",rate:k.rate,initialDeposit:k.initialdeposit,data:k.datasetjson};j(f);function j(s){var A=b(s.wrapperClass),o={top:30,right:60,bottom:30,left:110},x=true,n=A.innerWidth(),y=250,q,u,w;if(!A.length){return}if(window.innerWidth<641){x=false;y=n*0.6}if(d3.select(s.wrapperClass).select("svg").length){d3.select(s.wrapperClass).select("svg").remove()}var p=d3.select(s.wrapperClass).append("svg").attr("width",n).attr("height",y);var t;b(window).on("resize",function(){clearTimeout(t);t=setTimeout(function(){n=A.innerWidth();y=n*0.6;p.attr("width",n).attr("height",y);A.find("svg").empty();if(window.innerWidth<641){x=false;y=n*0.6}else{y=250;x=true}v()},250)});var r=function r(F,J){var D=J.getTotalLength(),G=0,I=J.getPointAtLength((D+G)/2),H=50,C=0,E=0.01,B;while(FI.y+E){B=(D+G)/2;I=J.getPointAtLength(B);if(F961){b(this).addClass("active");b(".active").not(b(this)).removeClass("active");var k=b(this).index();b(b(h.escapeClientId(j.id))).find(".deposit-comparison-content-slider").find(".slides").slick("slickGoTo",parseInt(k))}});b(b(h.escapeClientId(j.id))).find(".deposit-content-nav li").first().addClass("active")}}])}(angular,jQuery,app));(function(a,b,c){c.directive("goalsleekslider",["$timeout","$parse","$window",function(d,e,f){return function(h,g,n){var o=b(".goal-deposit-slider"),k=o.find(".slides"),m=o.find(".arrow.prev"),j=o.find(".arrow.next");$output=o.find(".selectedgoaltype");k.not(".slick-initialized").slick({dots:false,mobileFirst:true,adaptiveHeight:true,arrows:false,prevArrow:m,nextArrow:j,centerMode:false,autoplay:false,slidesToShow:1,slidesToScroll:1,responsive:[{breakpoint:640,settings:{arrows:true,slidesToShow:1}},{breakpoint:960,settings:{arrows:true,slidesToShow:1}}]});b(window).trigger("resize");m.on("click",function(){var p=k.find(".slick-current").attr("id");$output.val(p)});j.on("click",function(){var p=k.find(".slick-current").attr("id");$output.val(p)})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("savingssleekslider",["$timeout","$parse","$window",function(d,e,f){return function(h,g,j){b(b(h.escapeClientId(j.id))).slick({dots:false,prevArrow:'',nextArrow:'',slidesToShow:3,slidesToScroll:1,responsive:[{breakpoint:960,settings:{slidesToShow:2,slidesToScroll:2}},{breakpoint:640,settings:{slidesToShow:1,slidesToScroll:1}}]})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("pagetorender",["$timeout","$parse",function(d,e){return function(g,f,j){var k=b("#"+g.escapeJqueryRegExp(f.attr("id"))).closest(".steps-animation[id]");if(k){var m=k.attr("id");var h=j.pagetorender;if(g.widgets[m]){g.widgets[m].cycle("goto",h)}k.find(".enbdpagetyle[data-step="+h+"]").css("visibility","visible")}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("switches",["$timeout","$parse",function(d,e){return function(h,g,k){var f=g.closest(".steps-animation[id]");if(f!=null){var j=k.switches;h.widgets[f.attr("id")].cycle("goto",j);g.closest(".enbdpagetyle[data-step='+index+']").css("visibility","visible")}}}])}(angular,jQuery,app));(function(angular,$,app,window){app.directive("barchart",["$timeout","$parse","$interval",function($timeout,$parse,$interval){return function($scope,$element,$attr){var savings=savings_bkp={dataSet:eval($attr.datasetjson),minVale:0,yRange:[$attr.minamount,$attr.maxamount],tooltip:0,container:($attr.containerclass==".savings-chart")?".savings-chart":".chart-deposit-fixed"};try{if($attr.containerclass===".chart-deposit-fixed"){var labels=[];var data=eval($attr.datasetjson);for(var i=0;i

          Summary for June 2016

          AED 12,800.00 Debits
          AED 123.00 Credits
          AED 12345 End balance
          '],tooltips_2=['

          01 June 2016

          AED 12,800.00 Maturity Amount
          AED 123.00 Accured Interest
          '];function ChartSummary(el){this.data=dataSet.slice(0,self.dataStep);this.minVale=minVale;this.type="";this.dataStep=3;this.el=el}ChartSummary.prototype.getDataStep=function(){var windowW=window.innerWidth;var minStepSize=$attr.graphtenure;if(minStepSize===null||minStepSize===undefined){minStepSize=6}if(windowW<=480){this.dataStep=Math.min(4,this.data.length);if($(this.el).hasClass("savings-chart")){this.dataStep=3}}else{this.dataStep=Math.min(minStepSize,this.data.length)}if($(this.el).hasClass("chart-deposit-fixed")){this.dataStep=2}};ChartSummary.prototype.getChartWidth=function(chartWrapper,margin){var windowW=window.innerWidth,result=0;if(chartWrapper){if(windowW<=640){result=$(chartWrapper).width()-margin.right-margin.left}else{if(windowW>640&&windowW<1025){result=$(chartWrapper).width()-margin.right-margin.left}else{result=$(chartWrapper).width()-margin.right-margin.left}}}return result};ChartSummary.prototype.getProperData=function(){this.data=dataSet.slice(0.001,this.dataStep);this.type=cfg.type;return cfg.yRange};ChartSummary.prototype.addRangeTick=function(newDomain,statusFlag){var self=this,xAxisTexts,$newRangeEl,startDate=new Date(newDomain[0]),newYear;if(startDate.getMonth()===11){xAxisTexts=d3.select(self.el).select(".x.axis").selectAll("text");if(statusFlag){$newRangeEl=$(xAxisTexts[0][1+self.dataStep])}else{$newRangeEl=$(xAxisTexts[0][1])}newYear=startDate.getFullYear().toString();if($newRangeEl.text().indexOf(newYear)===-1){$newRangeEl.text($newRangeEl.text()+" "+newYear)}}};ChartSummary.prototype.changeData=function(newDomain){var self=this,indexStart;function getMonthIndex(){var i;for(i=0;i-1){result="next"}else{if(arrowClass.indexOf("prev")>-1){result="prev"}}return result};ChartSummary.prototype.getNewDomain=function(direction,curDomain){var self=this,result=0;if(direction==="next"){result=self.dataStep}else{if(direction==="prev"){result=-1*self.dataStep}}return[curDomain[0].setMonth(curDomain[0].getMonth()+result),curDomain[1].setMonth(curDomain[1].getMonth()+result)]};ChartSummary.prototype.endAll=function(transition,callback){var n;if(transition.empty()){callback()}else{n=transition.size();transition.each("end",function(){n--;if(n===0){callback()}})}};ChartSummary.prototype.arrowClick=function(opts,self){var container=opts.svg||null;$(self.el).off().on("click",".arrow",function(){var curD=opts.xScale.domain(),newD,arrowClass=$(this).attr("class"),direction=self.getDirection(arrowClass);newD=self.getNewDomain(direction,curD);self.changeData(newD);opts.xScale.domain(newD);container.select(".x.axis").transition().call(self.endAll,function(){self.addRangeTick(newD,true)}).duration(300).ease("linear").call(opts.xAxis).selectAll("text").attr("y",15);self.drawBars({svg:opts.svg,barWidth:opts.barWidth,yScale:opts.yScale,height:opts.height});function getMonthIndex(){var i;for(i=0;i0){$(".arrow.prev").attr("class","arrow prev")}else{$(".arrow.prev").attr("class","arrow prev hidden")}}})};ChartSummary.prototype.drawBars=function(opts){var self=this,container=opts.svg||null;container.selectAll(".bar").data(self.data).attr("width",function(){var w=opts.barWidth;if(w<=0){return 0}return w}).attr("x",function(d,i){return opts.barWidth*(i+1)+(i+1)-Math.round(opts.barWidth/1.25)}).attr("height",function(){var h=d3.select(this).attr("height");if(!h){return 0}return h}).attr("y",function(d){var y=d3.select(this).attr("y");var amount=parseFloat(d.amount);if(amount===0){return 0}if(!y){return 150}return y}).transition().delay(300).duration(300).attr("class",function(d){if(parseFloat(d.amount)<=0){return"bar transparent"}if(d.marked){return"bar marked"}return"bar"}).attr("height",function(d){var h=opts.height-opts.yScale(d.amount);var min=opts.height-opts.yScale(self.minVale);if(h>min){return h}if(h<=0){return 150}return 10}).attr("y",function(d){var amount=parseFloat(d.amount);if(amount<=0){return 0}if(amount<=self.minVale){return 140}var y=opts.yScale(d.amount);if(y<150){return y}});if($(this.el).hasClass("chart-deposit-fixed")){this.fixedDepositToolTips(opts)}else{this.tooltips(opts)}};ChartSummary.prototype.fixedDepositToolTips=function(opts){setTimeout(function(){if(cfg.tooltip>=0){tooltipContent_2=tooltips_2[cfg.tooltip_2]}var idx=0;$(".chart-tooltip .bar").each(function(){var content=$(".noshowatanycost .tooltip-summary[tooltip_2="+idx+"]");try{$(this).tooltipster("destroy")}catch(e){}$(this).tooltipster({position:"top-left",offsetX:opts.barWidth/2,offsetY:"10",theme:"blue",interactive:true,minWidth:320,content:$(".noshowatanycost .tooltip-summary[tooltip_2="+idx+"]")});idx++})},400)};ChartSummary.prototype.tooltips=function(opts){var self=this;setTimeout(function(){var currentData=self.data;var dataIndex=cfg.dataSet.findIndex(function(val){return(val.date.getMonth()===currentData[0].date.getMonth())&&(val.date.getFullYear()===currentData[0].date.getFullYear())});if(cfg.tooltip>=0){tooltipContent=tooltips[cfg.tooltip]}var idx=0;$(".chart-tooltip .bar").each(function(i){var barIndex=dataIndex+i;var content=$(".noshowatanycost .tooltip-summary[tooltip="+barIndex+"]");try{$(this).tooltipster("destroy")}catch(e){}$(this).tooltipster({position:"top-left",offsetX:opts.barWidth/2,offsetY:"10",theme:"blue",interactive:true,minWidth:320,content:$(".noshowatanycost .tooltip-summary[tooltip="+barIndex+"]")});idx++})},400)};ChartSummary.prototype.appendArrows=function(chartX,margin,width){var self=this;var next=chartX.append("svg").attr({width:16,height:20,y:10,x:width-margin.right,viewBox:"-5 0 20 20","class":"arrow next "+(dataSet.length>self.dataStep?"":"hidden")});next.append("rect").attr({width:16,height:20,fill:"transparent",stroke:"transparent"});next.append("path").attr("d","M13.25 10l-7.141-7.42c-0.268-0.27-0.268-0.707 0-0.979 0.268-0.27 0.701-0.27 0.969 0l7.83 7.908c0.268 0.271 0.268 0.709 0 0.979l-7.83 7.908c-0.268 0.271-0.701 0.27-0.969 0s-0.268-0.707 0-0.979l7.141-7.417z");var prev=chartX.append("svg").attr({width:16,height:20,y:10,x:0,viewBox:"0 0 20 20","class":"arrow prev hidden"});prev.append("rect").attr({width:16,height:20,fill:"transparent",stroke:"transparent"});prev.append("path").attr("d","M13.891 17.418c0.268 0.272 0.268 0.709 0 0.979s-0.701 0.271-0.969 0l-7.83-7.908c-0.268-0.27-0.268-0.707 0-0.979l7.83-7.908c0.268-0.27 0.701-0.27 0.969 0s0.268 0.709 0 0.979l-7.141 7.419 7.141 7.418z")};ChartSummary.prototype.refresh=function(self){var el=self.el;$(el).children("svg").remove();self.draw(el)};ChartSummary.prototype.clear=function(self){var self=this,el=self.el;if($(el).children("svg").length){$(el).children("svg").remove()}};ChartSummary.prototype.handleResize=function(){var self=this;$(window).on("resize",function(){self.refresh(self)})};ChartSummary.prototype.draw=function(el){var self=this,margin={top:20,right:20,bottom:30,left:50},width=self.getChartWidth(el,margin),height=150,chartX,yRange,labels=cfg.labels;self.getDataStep();yRange=self.getProperData();var barRawWidth=(width-60)/self.data.length;var barPadding=0;var xStart=Math.round(barPadding+barRawWidth/2+30);var barWidth=Math.round(barRawWidth-barPadding*2);if($(window).width()<=768){var barRawWidth=(width-45)/self.data.length;var barPadding=0;var xStart=Math.round(barPadding+barRawWidth/2+20);var barWidth=Math.round(barRawWidth-barPadding*2)}if($(window).width()<=640){var barRawWidth=(width-50)/self.data.length;var barPadding=-2;var xStart=Math.round(barPadding+barRawWidth/2+10);var barWidth=Math.round(barRawWidth-barPadding*2)}if($(window).width()<=497){var barRawWidth=(width-30)/self.data.length;var barPadding=0;var xStart=Math.round(barPadding+barRawWidth/2+10);var barWidth=Math.round(barRawWidth-barPadding*2)}if($(window).width()<=480){var barRawWidth=(width-15)/self.data.length;var barPadding=0;var xStart=Math.round(barPadding+barRawWidth/2+5);var barWidth=Math.round(barRawWidth-barPadding*2)}if($(window).width()<=414){var barRawWidth=(width-30)/self.data.length;var barPadding=0;var xStart=Math.round(barPadding+barRawWidth/2+16);var barWidth=Math.round(barRawWidth-barPadding*2)}if($(window).width()<=375){var barRawWidth=(width-27)/self.data.length;var barPadding=0;var xStart=Math.round(barPadding+barRawWidth/2+10);var barWidth=Math.round(barRawWidth-barPadding*2)}if($(this.el).hasClass("chart-deposit-fixed")){var barRawWidth=(width-150)/self.data.length;var barPadding=0;var xStart=Math.round(barPadding+barRawWidth/2+70);var barWidth=Math.round(barRawWidth-barPadding*2);if($(window).width()<=768){var barRawWidth=(width-100)/self.data.length;var barPadding=0;var xStart=Math.round(barPadding+barRawWidth/2+50);var barWidth=Math.round(barRawWidth-barPadding*2)}if($(window).width()<=414){var barRawWidth=(width-45)/self.data.length;var barPadding=0;var xStart=Math.round(barPadding+barRawWidth/2+20);var barWidth=Math.round(barRawWidth-barPadding*2)}if($(window).width()<=375){var barRawWidth=(width-40)/self.data.length;var barPadding=0;var xStart=Math.round(barPadding+barRawWidth/2+10);var barWidth=Math.round(barRawWidth-barPadding*2)}}if(barWidth<=768){var barRawWidth=0}var xScale=d3.time.scale().range([xStart,width-xStart]);var yScale=d3.scale.linear().range([height,0]);if(!$(".chart-deposit-fixed").length){xScale.domain(d3.extent(self.data,function(d){return d.date}))}yScale.domain(yRange);var xAxis=d3.svg.axis().scale(xScale).orient("bottom").ticks(self.dataStep).tickFormat(d3.time.format("%b"));var yAxis=d3.svg.axis().scale(yScale).orient("left").ticks(5).outerTickSize(0).tickFormat(function(d){var y=d3.format("2s")(Math.abs(d));try{return y.replace("G","B")}catch(e){return y}});if($(this.el).hasClass("chart-deposit-fixed")){var xAxis=d3.svg.axis().scale(xScale).orient("bottom").ticks(window.savings.labels.length).tickFormat(function(d,i){return labels[i]})}var svg=d3.select(el).append("svg").attr("width",width+margin.left+margin.right).attr("height",height+margin.top+margin.bottom).append("g").attr("transform","translate("+margin.left+","+margin.top+")");svg.selectAll(".bar").data(self.data).enter().append("rect").attr("class","bar");self.drawBars({svg:svg,barWidth:barWidth,yScale:yScale,height:height});svg.selectAll("line.horizontalGrid").data(yScale.ticks(5)).enter().append("line").attr({"class":"horizontal-grid",x1:-15,x2:width,y1:function y1(d){return yScale(d)},y2:function y2(d){return yScale(d)}});chartX=svg.append("g").attr("class","x axis").attr("transform","translate(0,"+height+")");svg.append("g").attr("class","y axis").call(yAxis).selectAll("text").attr("x",-13);self.appendArrows(chartX,margin,width);chartX.call(xAxis).selectAll("text").attr("y",15);self.addRangeTick(d3.extent(self.data,function(d){return d.date}),false);self.arrowClick({xAxis:xAxis,xScale:xScale,yScale:yScale,svg:svg,height:height,barWidth:barWidth},self)};ChartSummary.prototype.init=function(){var self=this;self.clear();self.draw(self.el);self.handleResize()};for(i=0;i<$chartWrappers.length;i++){new ChartSummary($chartWrappers[i]).init()}};return{_base:_base}}}}])}(angular,jQuery,app,window));(function(angular,$,app){app.directive("moneybartooltip",["$timeout","$parse",function($timeout,$parse){return function($scope,$element,$attr){var savings={dataSet:eval($attr.datasetjson),tooltip:0,container:".chart-balance-fx-prepaid"};_tooltipSummary(savings);function _tooltipSummary(cfg){var idx=0;var i,$chartWrappers=$(cfg.container),dataSet=cfg.dataSet,tooltipContent;function TooltipSummary(el){this.data=dataSet.slice(0,1);this.el=el}TooltipSummary.prototype.tooltips=function(){setTimeout(function(){if(cfg.tooltip>=0){tooltipContent="
          Wallet balance:
          "+dataSet[0].cashactual+"
          Indicative wallet balance(AED):
          "+dataSet[0].indicative+"
          "}try{$element.tooltipster("destroy")}catch(e){}$element.tooltipster({position:"top-left",offsetX:15,offsetY:"-10",theme:"blue",interactive:true,minWidth:320,content:$('
          '+tooltipContent+"
          ").html(tooltipContent)});idx++},400)};TooltipSummary.prototype.clear=function(self){var self=this,el=self.el;if($(el).children("svg").length){$(el).children("svg").remove()}};TooltipSummary.prototype.handleResize=function(){var self=this;$(window).off("resize");$(window).on("resize",function(){})};TooltipSummary.prototype.init=function(){var self=this;self.tooltips();self.handleResize()};for(i=0;i<$chartWrappers.length;i++){new TooltipSummary($chartWrappers[i]).init()}}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("knobchart",["$timeout","$parse",function(d,e){return function(j,h,k){var g={wrapperClass:".deposit-account-chart",type:"progress",legend:false,radiusInside:20,cornerRadius:0,spaces:0,dataset:[{value:k.currentamt},{value:k.totalamt}],palette:["#182f7c","#009cde"],insideTemplate:1};f(g);function f(u){var E=u.wrapperClass,q=u.type,n=u.legend,o=u.cornerRadius,v=u.spaces,w=u.dataset,B=u.palette,z=b(E),r=z.innerWidth()/2,x=r-u.radiusInside,t=b(E+"-legend"),D=["
          Spent this month AED "+s()+"
          ",'"],C=D[u.insideTemplate];function p(F){F=F%B.length;return B[F]}function s(){var H=0;for(var G=0,F=w.length;G"+w[G].label+' AED '+w[G].value+"");t.append(H)}}if(z.length){A()}}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("verticleslide",["$timeout","$parse",function(d,e){return function(j,g,m){var o=this;o.$wrapper=b(".vslides-wrapper");o.$trigger=b("[data-tovslide]");o.$slide=b("[data-vslide]");o.$slideTop=b('[data-vslide="top"]');o.$slideTopHeight=o.$slideTop.css("height");o.$tabsWrapper=o.$wrapper.closest("[data-tabs]");o.tabsWrapperHeight=o.$tabsWrapper.height();o.$wrapper.css({overflow:"hidden"});o.$wrapper.css("height","none");g.on("click",function(q){var r=b(q.target),p=r.parent().data("tovslide");q.preventDefault();f(p);b(window).resize()});function f(r){var v=this,u=r.substring(0,6),q=b('[data-vslide="'+r+'"]');if(u==="bottom"){if(q.find(".slick-slider").length>0){var t=q.find(".slick-slider"),s=t.slick("getSlick");t.slick("unslick");t.slick(s.options)}v.$slideTop.animate({marginTop:"-"+v.$slideTopHeight},{queue:false,duration:500});q.css({position:"relative",bottom:"0",display:"block"});v.$wrapper.css("height","none");v.$wrapper.css("overflow","hidden");setTimeout(function(){v.$slideTop.hide()},1000)}else{v.$wrapper.parent().css("height",q.height()+50+"px");v.$slideTop.show().animate({marginTop:"0px"},{queue:false,duration:1000,complete:function p(){n()}})}h()}function h(){var p=this;p.$wrapper.animate({height:"100%"},"fast")}k();function k(){b(window).resize();b("button.icon-zoom").on("click",function(){if(b('[data-vslide="bottom-3"]').is(":visible")){b(window).resize()}})}function n(){var p=this;p.$slide.not('[data-vslide="top"]').css({position:"absolute",bottom:"-400%",display:"none"})}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("moneybaranim",["$timeout","$parse",function(d,e){return function(h,g,k){var j=g.attr("data-bar-width");g.animate({width:j},{queue:false,duration:1500,complete:function f(){var m=b(this),n=m.parent().css("width");var o=m.css("width");if(o===n){m.css({background:"#ffc72c"})}}})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("enbddaterangepicker",["$timeout","$parse",function(g,j){function e(t){b(t.dpDiv).on("mouseover.highlight",function(u){var v;v=b(u.target).parent()[0];if(v.dataset.month){h({datepickerEvent:t,cell:v})}})}var f=null;var n=null;var r=false;var d=false;function h(t){onHoverDate={selectedYear:t.cell.dataset.year,selectedMonth:t.cell.dataset.month,selectedDay:parseInt(b(t.cell).find("a").first().text())},dateCells=b(t.datepickerEvent.dpDiv).find("td[data-year]");cellsToHighlight=q({cells:dateCells,onHoverDate:onHoverDate});b("td.date-highlighted").removeClass("date-highlighted");b(cellsToHighlight).addClass("date-highlighted")}function q(u){stDate=m(f),onHoverDate=new Date(u.onHoverDate.selectedYear,u.onHoverDate.selectedMonth,u.onHoverDate.selectedDay),cells=u.cells,cellsDates=[],currentCellDate=null,cellsToHighlight=[],l=0;cells.each(function(v){currentCellDate=k({selectedYear:parseInt(a.element(cells[v]).attr("data-year")),selectedMonth:parseInt(a.element(cells[v]).attr("data-month")),selectedDay:parseInt(a.element(cells[v]).text())});cellsDates.push(currentCellDate)});l=cellsDates.length;if(onHoverDate=onHoverDate&&cellsDates[t]<=stDate){cellsToHighlight.push(cells[t])}}}else{for(var t=0;t=stDate){cellsToHighlight.push(cells[t])}}}return cellsToHighlight}function m(t){return new Date(t)}function k(t){return new Date(t.selectedYear,t.selectedMonth,t.selectedDay)}function p(u){var v,x,y,w,t;v=m(f);x=[v.getFullYear(),v.getMonth(),v.getDate()];y=s(v);if(!d){t=y;b(u).attr("data-date-from",x)}else{if(r&&d){v=m(n);x=[v.getFullYear(),v.getMonth(),v.getDate()];w=s(v);if(m(f)>m(n)){t=w+"-"+y}else{t=y+"-"+w}b(u).attr("data-date-to",x)}}b(u).val(t)}function s(u){var t=u.getDate();var y=u.getMonth();var w=u.getFullYear();if(t<10){t="0"+t}var v=parseInt(y)+1;if(v<10){y=v.toString();y="0"+y}else{y=v.toString()}var x=t+"/"+y+"/"+w;return x}function o(t){r=false;d=false;f=null;n=null;b(t.dpDiv).off("mouseover.highlight")}return function(u,t,v){t.datepicker({numberOfMonths:2,firstDay:0,timepicker:false,beforeShowDay:function(x){var y=[5,6],w=x.getDay();if(y.indexOf(w)<0){return[true,"",""]}else{return[false,"",""]}},onSelect:function(w,x){if(!r){f=w;t.data("datepicker").inline=true;r=true;e(x)}else{n=w;t.data("datepicker").inline=false;d=true}p(x.input)},onClose:function(w,x){o(x)}})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("datatoggler",["$compile","$timeout",function(e,d){return function(g,f,h){new Foundation.Toggler(b(g.escapeClientId(f.attr("id"))))}}])}(angular,jQuery,app));(function(a,b,c){c.directive("enbdToggleSettings",["$compile","$timeout",function(e,d){return function(g,f,h){f.bind("click",function(){b("#priority-banking").toggleClass("collapsed-vertical");b("#priority-banking-infobox").toggleClass("bg-brown")})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("customscroll",["$timeout","$parse",function(d,e){return function(g,f,h){g.widgets[h.id]=f.perfectScrollbar();setTimeout(function(){f.perfectScrollbar("update")},0)}}])}(angular,jQuery,app));(function(a,b,c){c.directive("daterangepicker",["$timeout","$parse",function(d,e){return function(h,f,k){if(h.widgets[k.id]!=null){try{h.widgets[k.id].data("daterangepicker").remove()}catch(m){}}var j=b(f).val().split("-")[0].trim();var g=b(f).val().split("-")[1].trim();var n=f.daterangepicker({linkedCalendars:false,quarterlyStartDate:moment([2005,0,1]),quarterlyEndDate:moment().subtract(4,"year"),rangeStartDate:moment().subtract(3,"month"),rangeEndDate:moment(),startDate:moment(j),endDate:moment(g),minDate:moment().subtract(2,"year"),maxDate:moment(),archivedRequired:true,ranges:{Today:[moment(),moment()],Yesterday:[moment().subtract(1,"days"),moment().subtract(1,"days")],"Last 7 Days":[moment().subtract(6,"days"),moment()],"Last 30 Days":[moment().subtract(29,"days"),moment()],"This Month":[moment().startOf("month"),moment()],"Last Month":[moment().subtract(1,"month").startOf("month"),moment().subtract(1,"month").endOf("month")]}});h.widgets[k.id]=n}}])}(angular,jQuery,app));(function(a,b,c){c.directive("daterangepickerloan",["$timeout","$parse",function(d,e){return function(g,f,h){if(g.widgets[h.id]!=null){try{g.widgets[h.id].data("daterangepicker").remove()}catch(j){}}var k=f.daterangepicker({linkedCalendars:false,quarterlyStartDate:moment([2005,0,1]),quarterlyEndDate:moment().subtract(2,"year"),rangeStartDate:moment().subtract(3,"month"),rangeEndDate:moment(),endDate:moment(),minDate:moment().subtract(2,"year"),maxDate:moment(),archivedRequired:false,customRequired:false,ranges:{"One Month":[moment().subtract(1,"month").add("days",1),moment()],"Two Months":[moment().subtract(2,"month").add("days",1),moment()],"Three Months":[moment().subtract(3,"month").add("days",1),moment()],"Six Months":[moment().subtract(6,"month").add("days",1),moment()]}});g.widgets[h.id]=k}}])}(angular,jQuery,app));(function(a,b,c){c.directive("captcha",["$timeout","$parse",function(d,e){return function(g,f,h){f.find("img").click(function(){f.find("a").removeClass("selected");b(this).parent().addClass("selected");b("#"+f.attr("id")+"_hidden").val(this.id)})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("clipboard",["$timeout","$parse",function(d,e){return function(g,f,j){var h=j.id;if(g.widgets[j.id]!=null){g.widgets[j.id].destroy()}g.widgets[j.id]=new Clipboard("#"+h)}}])}(angular,jQuery,app));(function(a,b,c){c.directive("switchinit",["$timeout","$parse",function(d,e){return function(g,f,h){g.stepAnimations.init(b(g.escapeClientId(h.id)))}}])}(angular,jQuery,app));(function(a,b,c){c.directive("switchgotoclick",["$timeout","$parse",function(d,e){return function(g,f,h){f.on("click",function(){g.stepAnimations.gotoView(b(g.escapeClientId(h.id)),h.gotopos)})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("reloadheight",["$timeout","$parse",function(d,e){return function(g,f,h){g.stepAnimations.refreshOrignalHeight(b(g.escapeClientId(h.id)).parent(),g.escapeClientId(h.id))}}])}(angular,jQuery,app));(function(a,b,c){c.directive("disableonvalidation",["$timeout","$parse",function(d,e){return function(g,f,h){b(".v-validate").keyup(function(){var j=b(this).val();var k=new RegExp("^[a-zA-Z0-9\\s]*$");if(!k.test(j)){b(".v-save").attr("disabled","disabled").addClass("disabled");b(".v-validate").addClass("is-invalid-input");b(b(".v-validate").parent().children()[1]).addClass("is-visible").text("Invalid characters")}else{b(".v-save").prop("disabled",false).removeClass("disabled");b(".v-validate").removeClass("is-invalid-input");b(b(".v-validate").parent().children()[1]).removeClass("is-visible");return false}})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("vcancel",["$timeout","$parse",function(d,e){return function(g,f,h){b(".v-save").prop("disabled",false).removeClass("disabled");b(".v-validate").removeClass("is-invalid-input");b(b(".v-validate").parent().children()[1]).removeClass("is-visible")}}])}(angular,jQuery,app));(function(a,b,c){c.directive("expandcontainer",["$timeout","$parse",function(d,e){return function(g,f,h){f.on("click",function(m,k,q){var p="Hide details",n="Show details";var o=this;currentState=b(".show-hide-btn").attr("data-button-state");var j=b(m.currentTarget).closest("form").parent().parent();j.css("height","auto");if(currentState==="closed"||currentState===undefined){b(this).find(".button-text").text(p);b(this).attr("data-button-state","opened");b(".show-hide-btn").addClass("is-opened")}else{b(this).find(".button-text").text(n);b(this).attr("data-button-state","closed");b(".show-hide-btn").addClass("is-closed")}});b(".exrateclose").on("click",function(k){var j=b(g.currentTarget).closest("form").parent().parent();j.css("height","auto");b(".icon-cancel-thin").removeClass("is-opened");b(".show-hide-btn").find(".button-text").text("Show details");b(".show-hide-btn").attr("data-button-state","closed");b(".show-hide-btn").addClass("is-closed")})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("switchgoto",["$timeout","$parse",function(d,e){return function(g,f,h){g.stepAnimations.gotoView("#userData "+g.escapeClientId(h.id),h.gotopos);setTimeout(function(){var k=b(g.escapeClientId(h.id));var j=k.outerHeight(true);var m=parseInt(k.parent().css("height"));if(j>m){k.parent().css("height",j)}},100)}}])}(angular,jQuery,app));(function(a,b,c){c.directive("endbddaterange",["$timeout","$parse",function(d,e){return function(o,p,g){var j="select-open",m="select-close";p.select2({minimumResultsForSearch:-1,placeholder:"Select"}).on("select2:selecting",function(s){var r=b(this).data().select2,q=r.$results.find(".select2-results__option--highlighted [data-tostep]");o.switchView(q)}).on("change",function(q){}).on("select2:open",function(){var q=b(this).data().select2.dropdown.$dropdown;b(q).removeClass(m).addClass(j);b(".select2-dropdown").css("visibility","visible");b(".select2-results").mCustomScrollbar({mouseWheelPixels:50});if(b(this).hasClass("form-select")){b(this).data().select2.$dropdown.addClass("mimic-form-input")}}).on("select2:close",function(q){b(".select2-dropdown").css("visibility","hidden")});var h=e(g.name);var n=g.name;var k=g.selectval;var f={attrName:k};h.assign(o,f);if(p.hasClass("form-select")){p.data().select2.$container.addClass("mimic-form-input")}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("newtransfer",["$timeout","$parse",function(d,e){return function(g,f,j){var h=".sliding";f.on("click",function(k){k.preventDefault();b(k.target).closest(h).find(".next").addClass("move-left")});f.closest(h).find(".back").on("click",function(k){k.preventDefault();b(k.target).closest(".next").removeClass("move-left")});f.find(".accounts-wrapper").perfectScrollbar()}}])}(angular,jQuery,app));(function(a,b,c){c.directive("scrollcontainer",["$timeout","$parse","$window",function(d,e,f){return function(h,g,k){var m=k.targetid;var j=k.scrollheight==undefined?200:k.scrollheight;g.on("click",function(n){if((b("#"+m).offset())!=null){b("html,body").animate({scrollTop:b("#"+m).offset().top-j},"slow")}})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("scrollcontainerfocus",["$timeout","$parse","$window",function(d,e,f){return function(h,g,k){var m=k.targetid;var j=k.scrollheight==undefined?200:k.scrollheight;d(function(){b("html,body").animate({scrollTop:b("#"+m).offset().top-j},"slow")},200)}}])}(angular,jQuery,app));(function(a,b,c){c.directive("scrollcontainerlevel1",["$interval","$parse","$window","$timeout",function(g,e,f,d){return function(j,h,k){var m=k.targetid;h.on("click",function(o){var p;function n(){var q=b("#settingsPanel").find("li:nth-child(1)");if(q.length){d(function(){b("html,body").animate({scrollTop:q.offset().top-50},"slow");g.cancel(p)},1000)}}p=g(n,1000)})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("scrollcontainerlevel2",["$interval","$parse","$window","$timeout",function(g,e,f,d){return function(j,h,k){var m=k.targetid;h.on("click",function(o){var p;function n(){var q=b("#settingsPanel").find("li:nth-child(2)");if(q.length){d(function(){b("html,body").animate({scrollTop:q.offset().top-50},"slow");g.cancel(p)},1000)}}p=g(n,1000)})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("scrollcontainerlevel3",["$interval","$parse","$window","$timeout",function(g,e,f,d){return function(j,h,k){var m=k.targetid;h.on("click",function(o){var p;function n(){var q=b("#settingsPanel").find("li:nth-child(3)");if(q.length){d(function(){b("html,body").animate({scrollTop:q.offset().top-50},"slow");g.cancel(p)},1000)}}p=g(n,1000)})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("scrollcontainerlevel4",["$interval","$parse","$window","$timeout",function(g,e,f,d){return function(j,h,k){var m=k.targetid;h.on("click",function(o){var p;function n(){var q=b("#blockMyNotification");if(q.length){d(function(){b("html,body").animate({scrollTop:q.offset().top-50},"slow");g.cancel(p)},1000)}}p=g(n,1000)})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("scrollcontainersettingsfav",["$interval","$parse","$window","$timeout",function(g,e,f,d){return function(j,h,k){var m=k.targetid;h.on("click",function(o){var p;function n(){var q=b("#configurationsPanel").find("li:nth-child(1)");if(q.length){d(function(){b("html,body").animate({scrollTop:q.offset().top-100},"slow");g.cancel(p)},1000)}}p=g(n,1000)})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("scrollcontainersettingsestat",["$interval","$parse","$window","$timeout",function(g,e,f,d){return function(j,h,k){var m=k.targetid;h.on("click",function(o){var p;function n(){var q=b("#configurationsPanel").find("li:nth-child(3)");if(q.length){d(function(){b("html,body").animate({scrollTop:q.offset().top-50},"slow");g.cancel(p)},1000)}}p=g(n,1000)})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("scrollcontainersettingsocial",["$interval","$parse","$window","$timeout",function(g,e,f,d){return function(j,h,k){h.on("click",function(n){var o;function m(){var p=b("#configurationsPanel").find("li:nth-child(4)");if(p.length){d(function(){b("html,body").animate({scrollTop:p.offset().top-50},"slow");g.cancel(o)},1000)}}o=g(m,1000)})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("scrollcontainerlevelimagecon",["$interval","$parse","$window","$timeout",function(g,e,f,d){return function(j,h,k){h.on("click",function(n){var o;function m(){var p=b("#configurationsPanel").find("li:nth-child(1)");if(p.length){d(function(){b("html,body").animate({scrollTop:p.offset().top-700},"slow");g.cancel(o)},1000)}}o=g(m,1000)})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("scrollcontainerlevelimagesec",["$interval","$parse","$window","$timeout",function(g,e,f,d){return function(j,h,k){h.on("click",function(n){var o;function m(){var p=b("#securitySettingsPanel").find("li:nth-child(1)");if(p.length){d(function(){b("html,body").animate({scrollTop:p.offset().top-700},"slow");g.cancel(o)},1000)}}o=g(m,1000)})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("scrollcontainerlevelimage",["$interval","$parse","$window","$timeout",function(g,e,f,d){return function(j,h,k){var m=k.targetid;h.on("click",function(o){var p;function n(){var q=b("#settingsPanel").find("li:nth-child(1)");if(q.length){d(function(){b("html,body").animate({scrollTop:q.offset().top-700},"slow");g.cancel(p)},1000)}}p=g(n,1000)})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("scrollcontainerpaymenthistory",["$interval","$parse","$window","$timeout",function(g,e,f,d){return function(j,h,k){h.on("click",function(n){var o;function m(){var p=b("#lastFiveTable");if(p.length){d(function(){b("html,body").animate({scrollTop:p.offset().top-50},"slow");g.cancel(o)},1000)}}o=g(m,1000)})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("parallax",["$timeout","$parse","$window",function(d,e,f){return function(h,g,j){b(window).scroll(function(){var o=b(this).scrollTop(),k=b(".parallax-offer .content"),n=4,q,p;if(!k.length){return}p=k.css("background-position").substring(0,3);b(document).width()<480?q=250:q=50;m();function m(){var r=parseInt(-o/n)+q;k.css({"background-position":p+" "+r+"px"})}})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("authcode",["$timeout","$parse","$window",function(d,e,f){return function(q,r,o){var h=r.find("input"),m,j,t,n;b(r.find(".sms-submit")).attr("disabled","disabled");if(h.length>0){h.on({input:function p(){m=[];t=true;j=b(this).siblings("input");for(n=0;n=48&&u<=57||u>=96&&u<=105||u===0||u===229){if(w',nextArrow:'',slidesToShow:6,slidesToScroll:1,responsive:[{breakpoint:1024,settings:{slidesToShow:6,slidesToScroll:1}},{breakpoint:600,settings:{slidesToShow:3,slidesToScroll:3}},{breakpoint:0,settings:{slidesToShow:1,slidesToScroll:1}}]})}setTimeout(function(){b(window).trigger("resize")},800)}}])}(angular,jQuery,app));(function(a,b,c){c.directive("cardsoverviewslickinit",["$timeout","$parse","$window",function(d,e,f){return function(j,g,k){if(g.hasClass("slick-initialized")){g.slick("unslick")}h(g);function h(m){return b(m).slick({dots:false,prevArrow:'',nextArrow:'',slidesToShow:3,slidesToScroll:1,responsive:[{breakpoint:960,settings:{slidesToShow:2,slidesToScroll:2}},{breakpoint:640,settings:{slidesToShow:1,slidesToScroll:1}}]})}d(function(){b(window).trigger("resize")},0)}}])}(angular,jQuery,app));(function(a,b,c){c.directive("accountsoverviewslickinit",["$timeout","$parse","$window",function(d,e,f){return function(h,g,j){if(g.hasClass("slick-initialized")){g.slick("unslick")}(function(){var k=b(g);var m=Math.min(3,k.children().length-1);k.slick({dots:false,prevArrow:'',nextArrow:'',mobileFirst:true,slidesToShow:1,slidesToScroll:1,responsive:[{breakpoint:567,settings:{slidesToShow:m,slidesToScroll:1}},{breakpoint:767,settings:{slidesToShow:3,slidesToScroll:1}}]})})()}}])}(angular,jQuery,app));(function(a,b,c){c.directive("upcomingtransactionslickinit",["$timeout","$parse","$window",function(d,e,f){return function(h,g,j){if(g.hasClass("slick-initialized")){g.slick("unslick")}g.slick({dots:false,mobileFirst:true,prevArrow:'',nextArrow:'',slidesToShow:3,slidesToScroll:1,responsive:[{breakpoint:1024,settings:{slidesToShow:3,slidesToScroll:1}},{breakpoint:768,settings:{slidesToShow:3,slidesToScroll:1}},{breakpoint:0,settings:{slidesToShow:1,slidesToScroll:1}}]});setTimeout(function(){b(window).trigger("resize")},800)}}])}(angular,jQuery,app));(function(a,b,c){c.directive("exchangecalc",["$timeout","$parse","$window",function(d,e,f){return function(m,j,p){var g=null;var k=j.find('input[type="text"]');k.focus(function(){try{g=j.find("select").val();if(m.expanded==="true"){j.find(".hint-simple").foundation("toggle")}}catch(q){new Foundation.Toggler(j.find(".hint-simple"));if(m.expanded==="true"){j.find(".hint-simple").foundation("toggle")}}k.off("focus")});k.blur(function(){j.find("select").val(g)});var n=function(s,w,z,u,v){var A="ok";var t={};t.desktop={};t.mobile={};t.desktop.upcoming=(v*100)/z;t.desktop.thisTransfer=(u*100)/z;t.desktop.freeToSpend=(100-t.desktop.upcoming-t.desktop.thisTransfer);t.mobile.upcoming=(v*100)/z;t.mobile.thisTransfer=(u*100)/z;t.mobile.freeToSpend=(100-t.mobile.upcoming-t.mobile.thisTransfer);var x=z-v-u;if(x<0){t.desktop.upcoming="0.001";t.desktop.thisTransfer="99.99";t.desktop.freeToSpend="0";t.mobile.upcoming="0.001";t.mobile.thisTransfer="99.99";t.mobile.freeToSpend="0";A=""}var r,q,y;q=t;o(s,w,"desktop",t,A)};var h=function(q,r){r.find(".chart-legend").each(function(s){var u=0,t=b(this).parents(".chart-row").innerWidth();if(b(this).hasClass("pull-up")||b(this).hasClass("pull-down")){b(this).children().each(function(){var v=this;u=u+b(v).outerWidth()})}else{u=b(this).outerWidth()}if(u>t){if(s%2===0){b(this).addClass("pull-down")}else{b(this).addClass("pull-up")}}else{b(this).removeClass("pull-up pull-down")}})};var o=function(r,u,q,s,t){r.find(".upcomingmini").css("width",s.desktop.upcoming+"%");r.find(".transmini").css("width",s.desktop.thisTransfer+"%");r.find(".freetospendmini").css("width",s.desktop.freeToSpend+"%");if(q==="desktop"){u.find(".upcomingbalance").parents(".chart-row").css("width",s.desktop.upcoming+"%");u.find(".transbalance").parents(".chart-row").css("width",s.desktop.thisTransfer+"%");u.find(".freespendbalance").parents(".chart-row").css("width",s.desktop.freeToSpend+"%");setTimeout(h(r,u),600)}else{u.find(".upcomingbalance").parents(".chart-row").css("width",s[q].upcoming+"%");u.find(".transbalance").parents(".chart-row").css("width",s[q].thisTransfer+"%");u.find(".freespendbalance").parents(".chart-row").css("width",s[q].freeToSpend+"%")}if(t==="error"){r.addClass("has-error");r.find(".transbalance").parents(".chart-row");u.find(".transbalance").parents(".chart-row");u.find(".freespendbalance").parents(".chart-row").addClass("hidden");r.find(".transmini")}else{r.removeClass("has-error");r.find(".transbalance").parents(".chart-row");u.find(".transbalance").parents(".chart-row");u.find(".freespendbalance").parents(".chart-row").removeClass("hidden");r.find(".transmini")}if(t==="error"){b(".hint-details").addClass("has-error");r.addClass("has-error");r.find(".transbalance").parents(".chart-row");u.find(".transbalance").parents(".chart-row");u.find(".freespendbalance").parents(".chart-row").addClass("hidden");r.find(".chart-row")}else{r.removeClass("has-error");r.find(".transbalance").parents(".chart-row");u.find(".transbalance").parents(".chart-row");u.find(".freespendbalance").parents(".chart-row").removeClass("hidden");r.find(".chart-row")}}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("enbdtoken",["$timeout","$parse","$window",function(d,e,f){return function(k,g,p){var o=p.value;var j=b("form");for(var m=0;m0){h.val(o)}else{n.append('')}}}}}])}(angular,jQuery,app));function clickCommandLink(a){setTimeout(function(){$("."+a).click()},500)}function opendialog(b){$targetModal=$("#"+b);$("html").css("overflow","hidden");$("body").removeClass("body-full-height-ie");$("body.prevent-scroll .nav").css("z-index","1");$("body:not(.onboarding-mode) main").css("z-index","auto");$targetModal.addClass("modal-opening").removeClass("hide");$(".nav").css("z-index","999");$(".bar.bar-desktop").css("z-index","999");$(".bar.bar-mobile").css("z-index","999");setTimeout(function(){$targetModal.removeClass("modal-opening")},500);if($(".modal-define-new-goal").is(":visible")){var a=$("[data-step]");var c=$('[data-step="0"] input.datepicker');if(a.not("hide")){c.datepicker("update","")}}$(window).trigger("resize");$(window).on("resize",function(){if($(window).width()>=568&&$(window).width()<=767){setTimeout(function(){setTimeout(function(){$(".modal-window .scroll-wrap").perfectScrollbar("update")},0)},100)}});$(window).on("resize",function(){if($(window).width()>=568&&$(window).width()<=767){setTimeout(function(){setTimeout(function(){$(".modal-window .scroll-wrap").perfectScrollbar("update")},0)},100)}})}function closedialog(a){$targetModal=$("#"+a);$("body").addClass("body-full-height-ie");$("body:not(.onboarding-mode) main").css("z-index","");$targetModal.removeClass("modal-opening").addClass("modal-closing");$(".nav").css("z-index","3999");$(".bar.bar-desktop").css("z-index","3999");$(".bar.bar-mobile").css("z-index","3999");$(window).resize();setTimeout(function(){$("html").removeAttr("style");$targetModal.removeClass("modal-closing").addClass("hide")},1000)}function openUrlInNewWindow(b,a){closedialog(a);window.open(b)}function closeimageuploaddialog(a){$("#"+a).hide();$("body").removeClass("prevent-scroll");$("html").removeClass("prevent-scroll")}function closefileuploaddialog(c){$("#"+c).hide();$("body").removeClass("prevent-scroll");$("html").removeClass("prevent-scroll");try{var a=$("#settingsPanel\\:hdn").val();if(a==="true"){$("#settingsPanel\\:submitdisabled").removeClass("disabled")}}catch(b){}}$(document).ready(function(){$(window).on("resize",function(){if($(".modal-window").is(":visible")){$("body.prevent-scroll .nav").css("z-index","1")}else{}});$("*").dblclick(function(a){a.preventDefault()})});$(document).bind("click",function(){$(".select2-search__field").attr("placeholder",null)});(function(a,b,c){c.directive("closecontainer",["$timeout","$parse",function(d,e){return function(g,f,h){f.on("click",function(k){var j=b(".request-expand");b(j).slideUp(function(){b(j).find(".expand-container").empty();b("html").removeClass("prevent-scroll")})})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("datatoggleclose",["$timeout","$parse",function(d,e){return function(g,f,h){f.on("click",function(m){var k=b(".additionalcontainer");b(k).addClass("collapsed-vertical");b(k).addClass("visible");g.amt=null;var j=b(".expand-arrow");j.removeClass("is-opened");k.addClass("close")})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("additionalarrow",["$timeout","$parse",function(d,e){return function(g,f,h){f.on("click",function(k){var j=b(".expand-arrow");j.removeClass("is-opened");f.addClass("is-opened");g.amt=null;g.amnt=null})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("additionalarrowremove",["$timeout","$parse",function(d,e){return function(g,f,h){f.on("click",function(k){var j=b(".expand-arrow");if(j.hasClass("is-opened")){j.removeClass("is-opened");j.addClass("close")}g.amt=null})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("removecollapsedcss",["$timeout","$parse",function(d,e){return function(g,f,h){f.on("click",function(k){var j=b(".closegoaltoggle");if(j.hasClass("expand-under-arrow")){j.addClass("collapsed-vertical")}g.amt=null})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("collapseoropen",["$timeout","$parse",function(d,e){return function(g,f,h){f.on("click",function(j){b("#showclosegoalIdPanel").addClass("collapsed-vertical")})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("collapseoropen2",["$timeout","$parse",function(d,e){return function(g,f,h){f.on("click",function(j){b("#goalamtpanelid").addClass("collapsed-vertical")})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("disablechecked",["$timeout","$parse",function(d,e){return function(g,f,h){f.parent().find("label").addClass("hidden")}}])}(angular,jQuery,app));(function(a,b,c){c.directive("messagepopupclose",["$timeout","$parse",function(d,e){return function(g,f,h){f.on("click",function(k){var j=b(".popup-login-error");if(b(j).hasClass("visible")){b(j).removeClass("visible")}})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("investmentdirective",["$timeout","$parse","$window",function(d,e,f){return function(h,g,j){b(".expand-arrow").removeClass("is-opened");g.on("click",function(n){var m=j.id;var k=".investments-details-expand."+m;if(b(k).hasClass("collapsed-vertical")){b(".expand-arrow").removeClass("is-opened");b(".investments-details-expand.0_investment").addClass("collapsed-vertical");b(".investments-details-expand.1_investment").addClass("collapsed-vertical");b(".investments-details-expand.2_investment").addClass("collapsed-vertical");b(".investments-details-expand.3_investment").addClass("collapsed-vertical");b(k).removeClass("collapsed-vertical");g.addClass("is-opened")}else{b(k).addClass("collapsed-vertical");g.removeClass("is-opened");b(".expand-arrow").removeClass("is-opened")}})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("resetdatedangedtatement",["$timeout","$parse",function(d,e){return function(g,f,h){f.on("click",function(j){b("#dateRange").val("1").attr("selected",true).change();b("#dateRange1").val("1").attr("selected",true).change();b("#archivePanel").css("display","none");b("#archivePanel1").css("display","none")})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("cleanscreen",["$timeout","$parse",function(d,e){return function(g,f,h){if(b(".select2-container--open").length>0){b(".select2-container--open").remove()}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("containersuccess",["$timeout","$parse",function(d,e){return function(g,f,h){f.on("click",function(j){setTimeout(function(){var k=b(".modal-content");b(k).addClass("has-success")},8000)})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("topnotice",["$timeout","$parse",function(d,e){return function(g,f,j){setTimeout(function(){var k=h();k._base.helpers._timeoutCollapse()},1000);function h(){var k={};k.helpers={};k.helpers._timeoutCollapse={};k.helpers._timeoutCollapse=function(){var o=b(".bar-mobile"),p=b(".mobile-nav"),m=b(".top-notification");setTimeout(function(){m.addClass("timeout-collapse");n()},500);b(window).on("resize orientationchange",function(){setTimeout(function(){n()},750)});function n(){var q=m.height();if(m.length){o.css({"margin-top":q}).addClass("mobile-collapse");p.css({top:q+60})}}};return{_base:k}}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("rangeslider",["$timeout","$parse",function(d,e){return function(q,r,k){var n=r.find(".range-slider"),f=r.find(".range-slider-input"),m,h;if(!n.length){return}var g,o=b(n).data().hasOwnProperty("zfPlugin");if(!o){g=new Foundation.Slider(b(n),{"data-initial-start":k.initval})}n.on("changed.zf.slider",function(x){var u,s,w,v,t;if(x.target.hasAttribute("bind-steps")){u=x.target.getAttribute("bind-steps");t=b(x.target).data().zfPlugin.$input.val();j(u,t)}setTimeout(function(){w=b("#"+b(x.target.parentElement.parentElement).find(".range-slider-input ").attr("id")+"_hidden");v=w.val();s=b(x.target).find(".slider-handle").attr("aria-valuenow");if(v!==null&&v!==s){w.val(s);b(x.target.parentElement).find(".sliderbutton").click()}},200)});n.on("moved.zf.slider",function(u){var t,s;p(u);if(u.target.hasAttribute("bind-steps")){t=u.target.getAttribute("bind-steps");s=b(u.target).data().zfPlugin.$input.val();j(t,s)}});b(".range-steps-wrap").on("moved.zf.slider",function(u){var t=b(u.target).data().zfPlugin.$input.val(),s=b(u.target).parent().siblings(".slider-labels").find(".range-label");s.find("span.bold").removeClass("bold");s.eq(t-1).find("span").addClass("bold")});f.bind("cut copy paste",function(s){s.preventDefault()});f.on("input keyup paste",function(w){var u=[39,37];if(w&&w.keyCode&&u.indexOf(w.keyCode)>-1){return true}var v=b("label.data-current-points").html(),s=w.target.value,t;if(s===""||s==="0"){w.target.value=0;s=0}else{w.target.value=w.target.value.replace(/^0+/,"");s=w.target.value}if(v!==undefined){v=v.replace(",","");if(parseInt(v)-1){return true}var t=b(H.target),u=t.val()||"",L=u.split(""),z=H.which,B=H.shiftKey,s=H.ctrlKey,K=[32,106,107,109,111,186,187,189,191,192,219,220,221,222],F=t[0].selectionStart,w=u.indexOf("."),G=2,y=13;var v="";if(H.which===13){return false}switch(true){case z===190:case z===188:case z===108:case z===110:H.preventDefault();if(u.indexOf(".")===-1){v=u+".";t.val(v)}break;case z>=65&&z<=90||K.indexOf(z)!==-1:if(!s||z!==86&&z!==67&&z!==88&&z!==65){H.preventDefault()}break;case z>=48&&z<=57&&B:H.preventDefault();break;case z>=48&&z<=57||z>=96&&z<=105:var C=J(u,y);if(C&&w===-1){H.preventDefault();break}if(w!==-1){var D=u.split(".");if(D[1].length===G&&F>w){H.preventDefault()}}var x=L[0]==="0",I=F=O){N=true}}else{if(Q.length>=O){N=true}}return N}});f.on("focusin",function(u){var v=b(u.target),t=u.target.value,s;if(typeof v.attr("data-format-number")!=="undefined"){s=t.replace(/,/g,"");v.val(s)}});formatNumber=function(A){var x=A.number,D=A.decimalSeparator||".",w=A.absSeparator||",",z=A.currencySymbol||"",H=A.currencyPosition,E=A.decimalsCount||2,u=x.toFixed(E).toString(),t=u.indexOf("."),G=u.slice(0,t),B=G.length%3,F=[],s;if(B===0){B=3}function C(J){var I=(x-Math.floor(x)).toFixed(E).toString().slice(2,2+E);if(J instanceof Array){J=J.join(w)+D+I}else{J=J.replace(".",D)}if(!H){J=J}else{if(H==="start"){J=z+" "+J}else{J=J+" "+z}}return J}if(G.length<=3){return C(u)}else{s=G.slice(0,B);F.push(s);for(var y=B,v=G.length;y99){u=94.23}}u=u+"%";b(w)[0].style.left=u}if(w[0].dataset.hasOwnProperty("formatNumber")){C=formatNumber({number:C})}y.val(C);if(!b("#fx-range").length){return}fxConversion(C)}function j(u,t){var s=b(u)[0];_base.helpers._stepsAnimation.switchView(s,t-1)}}}])}(angular,jQuery,app));function invokeHeartBeat(){$("#hdnBtn").click()}function openVideoBanking(b,a,c){angular.element(document.getElementById("heartBeat")).scope().openVideoBanking(b,a,c)}function openFacebookAuthUrl(a,b){angular.element(document.getElementById("configurationsPanel:openfbWindow")).scope().openFacebookAuthUrl(a,b)}function openAuthCodeDialog(b,a){angular.element(document.getElementById("incorrectAuthCodeLogout")).scope().openAuthCodeDialog(b,a)}function manualacctoggle(a){var b=$(a.target).closest(".accordion-item").find(".accordion-content");$(a.target).closest("ul.accordion").foundation("down",b)}function manualacctoggleUp(a){var c=$(a.target).closest(".accordion-item").find(".accordion-content");try{$(a.target).closest("ul.accordion").foundation("up",c)}catch(b){}}(function(a,b,c){c.directive("portfoliobargraph",["$timeout","$parse",function(d,e){return function(v,u,A){var t=u.attr("xaxisdata");var m=t.split(",");var B=u.attr("yaxisdata");var q=B.split(",");var f={container:".portfolio-details-chart",labels:m,dataSet:[{type:"line",data:q,color:"#fc4c02"}]};C(f);function C(D){this.container=D.container;var E=b(this.container);if(!E.length){return null}E.empty();y(D);g();r();p();j();k(D);h()}function y(D){this.labels=D.labels;this.dataSet=D.dataSet;this.margin={top:40,right:40,bottom:50,left:90};this.height=270-this.margin.left-this.margin.right;this.maxVal=w()}function z(G){var D=this.scaleX,H=this.scaleY,E=this.height;var F=d3.svg.area().x(function(J,I){return D(I)}).y0(E).y1(function(I){if(I.hasOwnProperty("y")){return H(I.y)}return H(I)});return F(G)}function g(){this.svg=d3.select(this.container).append("svg");var D=this.margin,H=this.height,F=this;var E=b(this.container).innerWidth()-D.left-D.right,G=d3.max(n(this.labels));this.longestText=G;G=(G+10)*this.labels.length;this.width=E>G?E:G;s();this.svg=this.svg.attr("width",this.width+D.left+D.right).attr("height",H+D.top+D.bottom).call(x()).append("g").attr("class","main-group").attr("transform","translate("+D.left+", "+D.top+")")}function r(){this.scaleX=d3.scale.linear().domain([0,this.labels.length-1]).range([0,this.width])}function p(){var D=this;this.scaleY=d3.scale.linear().domain([0,D.maxValue]).range([D.height,0]).nice()}function j(){var H=this,D=H.scaleX,K=H.scaleY,I=H.height,E=H.width,G=H.svg;var F=d3.svg.axis().scale(K).ticks(4).orient("left").tickPadding([20]).tickSize(-E).tickFormat(function(M){var N=d3.format("2s")(Math.abs(M));try{return N.replace("G","B")}catch(L){return N}});var J=d3.svg.axis().scale(D).orient("bottom").tickSize(-I).tickPadding([30]).ticks(H.labels.length).tickFormat(function(M,L){return H.labels[L]});G.append("g").attr("class","x axis").attr("transform","translate(0, "+I+")").attr("clip-path","url(#clip-axis)").call(J);G.append("g").attr("class","y axis").call(F)}function k(E){var F=b(this.container);var D;b(window).on("resize",function(){clearTimeout(D);D=setTimeout(function(){F.empty();new C(E)},250)})}function h(){var E=this.dataSet.length;var D=this.svg.append("g").attr("clip-path","url(#clip-canvas)").attr("class","canvas").attr("transform","translate(0, 0)");while(E--){var H=this.dataSet[E],I=H.data,F=H.type;var G=D.append("g").attr("class",F+" "+F+"-"+E);if(F==="line"){G.append("path").attr("d",o(I)).attr("style",function(){if(H.hasOwnProperty("color")){return"stroke: "+H.color}return""})}else{if(F==="area"){G.append("path").attr("d",z(I))}}}}function w(){var D,F,E;function G(H){if(H[0].hasOwnProperty("y")){return d3.max(H,function(I){return I.y})}return d3.max(H)}D=G(this.dataSet[0].data);for(E=1;ED){D=F}}this.maxValue=D}function n(G){var E=[],D,H;for(var F=0;F-1){return false}b("ul#list_data li").each(function(p,q){b(q).find("div:eq(0)").removeClass("padding-datatbale-border")})});var k=b(f).val();b(f).val(k);var m=b(".search-input-container"),n=m.children("input"),j=m.children("span");if(!m){return}n.on("input",function(q){var p=b(q.currentTarget),o=p.parent().children("span");if(p.val()===""){o.hide()}else{o.show()}});j.on("click",function(r){var q=b(r.currentTarget).next(),p=q.parent().children("span");q.val("").focus();p.hide();var o=b.Event("keyup");q.trigger(o)})},0)}}])}(angular,jQuery,app));function handleRedirectRequestFindBank(c,a,b){if(c.redirect!==null&&c.redirect===true){opendialog("findBankBenDialog")}c=null}function isDigitCheck(b){if(b){var a=(b.which)?b.which:b.keyCode;if((a<48||a>57)&&a!==8&&a!==46){return false}}else{if(a===64){return false}}return true}function isNumber(d){if(d){switch(d.keyCode){case 8:case 9:case 13:case 37:case 38:case 39:case 40:break;default:var c=new RegExp("^[0-9]*$");var b=d.key;if(b===undefined){var a=(d.which)?d.which:d.keyCode;return !(a>31&&(a<48||a>57));break}else{if(!c.test(b)){d.preventDefault();return false}break}}}return true}function isNumberwithoutspecialChar(d,b){if(d){switch(d.keyCode){case 8:case 9:case 13:break;default:var c=new RegExp("^[0-9]*(?:.\d{1,2})?$");var a=d.key;try{if(!a){a=String.fromCharCode(d.keyCode)}}catch(f){a=d.key}if("."==a&&(b.value).match(/\./g)!=null&&(b.value).match(/\./g).length>=1){d.preventDefault();return false}if("."!=a){if(!c.test(a)){d.preventDefault();return false}}break}}return true}(function(a,b,c){c.directive("adjustheight",["$timeout","$parse",function(d,e){return function(g,f,h){f.on("click",function(j){var k=b("#detailsTpeId").parent().parent();k.css("height","auto");b(window).trigger("resize")})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("triggerscroll",["$timeout","$parse",function(d,e){return function(g,f,h){f.on("click",function(j){setTimeout(function(){b(window.parent).trigger("resize")},1200)})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("drawroundimage",["$timeout","$parse",function(d,e){return function(p,q,k){var g=q.parent().get(0);var s={percent:g.getAttribute("data-percent")||25,addpercent:g.getAttribute("data-add-percent")||0,size:g.getAttribute("data-size")||145,lineWidth:g.getAttribute("data-line")||10,rotate:g.getAttribute("data-rotate")||0};var h=document.createElement("canvas");var o=document.createElement("span");o.textContent=s.percent+"%";var r=h.getContext("2d");h.width=h.height=s.size;g.appendChild(o);g.appendChild(h);var j=s.size/2;var f=s.rotate/180;r.translate(j,j);r.rotate((-1/2+f)*Math.PI);var m=(s.size-s.lineWidth)/2;var n=function(u,t,v){v=Math.min(Math.max(0,v||1),1);r.beginPath();r.arc(0,0,m,0,Math.PI*2*v,false);r.strokeStyle=u;r.lineCap="square";r.lineWidth=t;r.stroke()};n("#009cde",s.lineWidth,100/100);n("#ffc72c",s.lineWidth,(parseInt(s.percent)+parseInt(s.addpercent))/100);n("#182f7c",s.lineWidth,s.percent/100)}}])}(angular,jQuery,app));(function(a,b,c){c.directive("amountformat",["$timeout","$parse",function(d,e){return function(g,f,j){b("input.number").keyup(function(m){if(m.which>=37&&m.which<=40){m.preventDefault()}var o=b(this);var k=o.val().replace(/,/gi,"").split("").reverse().join("");var n=h(k.replace(/(.{3})/g,"$1,").split("").reverse().join(""));o.val(n)});function h(k){if(k.substring(0,1)===","){return k.substring(1,k.length)}return k}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("commaseparatedigits",["$timeout","$parse",function(d,e){return function(g,f,j){b("input.onlynum").keypress(function(r){var m=[];var n=r.which;for(i=48;i<58;i++){m.push(i)}if(!(b.inArray(n,m)>=0)){r.preventDefault()}if(event.which>=37&&event.which<=40){event.preventDefault()}var q=b(this);var o=q.val().replace(/,/gi,"").split("").reverse().join("");var p=h(o.replace(/(.{3})/g,"$1,").split("").reverse().join(""));q.val(p)});function h(k){if(k.substring(0,1)===","){return k.substring(1,k.length)}return k}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("tooltipdialog",["$timeout","$parse",function(d,e){return function(g,f,h){b(".loan-app__tooltip").on("click",function(){b(".arrowbelow, button").toggleClass("active");return false});b(".icon-cancel-thin").on("click",function(){b(".arrowbelow").removeClass("ui-overlay-visible");b(".arrowbelow").addClass("ui-overlay-hidden");b(".arrowbelow").attr("style","visibility: hidden")})}}])}(angular,jQuery,app));(function(a,c,d,b){d.directive("fileupload",["$timeout","$parse",function(e,f){return function(h,g,j){c("#"+j.id).on("change",function(p){var m=this;var o=b.croppie;var n={maxFileSize:j.filesize,allowTypes:j.allowtypes,invalidSizeMessage:j.invalidsizemsessage,invalidFileMessage:j.invalidfilemessage,clientErrorMessageId:j.clienterrormessageid};var k=o.validate(n,m.files[0]);if(k===null){o.hideError(n.clientErrorMessageId);o.readFile(this)}else{o.showError(k,n.clientErrorMessageId)}})}}])}(angular,jQuery,app,window));(function(a,b,c){c.directive("fileuploadenbd",["$timeout","$parse",function(d,e){return function(g,f,h){new PrimeFaces.widget.FileUploadEnbd({id:h.id,auto:true,update:h.update,maxFileSize:h.filesize,allowTypes:h.allowtypes,invalidSizeMessage:h.invalidsizemsessage,invalidFileMessage:h.invalidfilemessage,clientErrorMessageId:h.clienterrormessageid},g)}}])}(angular,jQuery,app));(function(a,b,c){c.directive("initscroll",["$timeout","$parse",function(d,e){return function(g,f,h){f.on("click",function(j){d(function(){f.parent().parent().find(".accounts-wrapper").perfectScrollbar()},1000)})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("passwordstrengthcalc",["$timeout","$parse","$window",function(d,e,f){return function(j,g,k){var h=g.find('input[type="text"]');g.on("keyup keypress change",function(o){var n={options:{input:b("[passwordstrengthcalc]"),container:b(".password-strength-container"),condition:[{message:"Strong",regex:new RegExp("^(?=(.*[0-9]){2})(?=.*[a-z])(?=.*[#?!@$%^&*]).{13,14}$"),color:"#9bc34e",size:"75%"},{message:"Fair",regex:new RegExp("^(?=.*[0-9])(?=.*[a-z])(?=.*[a-z]).{8,12}$"),color:"#ffc72c",size:"50%"},{message:"Weak",regex:new RegExp("(^[^0-9]{0,10}$)|^(s*$)|^(\d{1,14})$"),color:"#fc4c02",size:"25%"}]}};var m=b(o.currentTarget),p=b(o.currentTarget).parent().find(".password-strength-bar");b.each(n.options.condition,function(q,r){if(r.regex.test(m.val())){p.find("div").css({backgroundColor:r.color,width:r.size});p.find("span").html(r.message);return false}})})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("imagecrop",["$timeout","$parse",function(d,e){return function(u,s,w){var n=w.imagesrc;var p=w.imagebase64id;var r=s.attr("boundarywidth");var k=s.attr("boundaryheight");var o=s.attr("viewportwidth");var j=s.attr("viewportheight");var t=w.id;var f,h;var v=function v(){var A=b('
          '),z=b(".cr-slider-wrap").height();b(t).find(".cr-slider-wrap").append(A);b(A).css("top",z/2+"px")};var g=function g(){var A=parseFloat(f.prop("min")),B=parseFloat(f.val()),z=parseFloat(f.prop("max")),C=(B-A)*100/(z-A);h.css({width:"calc("+C+"% - "+C*47/100+"px)"})};var q=function q(z){var A=cp.croppie("get").zoom;if(b(z).hasClass("zoom-in")){cp.croppie("setZoom",A+0.1)}else{cp.croppie("setZoom",A-0.1)}};var x=function x(){var z=b(".cr-slider");z.after('+').before('-');b(".zoom").on("click",function(A){A.preventDefault();q(this)})};cp=s.croppie({boundary:{width:r,height:k},viewport:{width:o,height:j,type:"circle"},update:function m(){g();y()}});cp.croppie("bind",{url:n});x();v();h=b(".range-fillLower");f=b(".cr-slider");function y(){cp.croppie("result",{type:"canvas",size:"original"}).then(function(z){b(p).val(z)})}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("digitalrecommend",["$timeout","$parse",function(d,e){return function(g,f,m){h();n();k();function h(){var o=this;o.$tile=b(".grid-tile");o.$tileH=b(".grid-tile-h");o.$tileV=b(".grid-tile-v");o.$tileHWidth=o.$tileH.width();if(!o.$tileH.length){return}}function n(){var q=this,p=[],o;q.$tile.each(function(){var r=b(this);p.push(b(this).width());p.sort();o=p[0];r.css({height:o+"px"});if(r.hasClass("grid-tile-h")){if(window.innerWidth>=768){r.css({height:o+40+"px"})}else{r.css({height:o+80+"px"})}}else{if(window.innerWidth>767){r.css({height:o*2+40+"px"})}else{r.css({height:o*2+60+"px"});if(window.innerHeight>window.innerWidth){b(".grid-tile-custom").css({height:"auto"})}}}})}function k(){var r=this,o=r.$tile.length,q;for(q=0;q-1,o=navigator.userAgent.toLowerCase().indexOf("msie")>-1;if(window.event){n=window.event.keyCode}else{if(p){n=p.which}}if(q){if(n===116||(p.ctrlKey&&n===82)){if(p.preventDefault){p.preventDefault();p.stopPropagation()}}}else{if(o){if(n===116||(window.event.ctrlKey&&n===82)){window.event.returnValue=false;window.event.keyCode=0}}}switch(p.keyCode){case 116:p.returnValue=false;p.keyCode=0;return false;case 82:if(p.ctrlKey){p.returnValue=false;p.keyCode=0;return false}}}function k(n){n.preventDefault();return false}}}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("amtformat",["$timeout","$parse","$window",function(d,e,f){return function(j,h,o){var m=j.amt;if(m==null||m=="null"||m==false){m="0"}var k=Number(m.replace(/,/g,""));if(!!!k){j.amt="";return}var p=wNumb({decimals:2,thousand:","});if(j.cur.cur=="XAU"){var g=b(b(".exchamount").children("input").get(0)).autoNumeric("init",{mDec:"3"})}else{var g=b(b(".exchamount").children("input").get(0)).autoNumeric()}var n=g.val().replace(/,?/g,"");if(j.cur.cur=="XAU"){j.amt=parseFloat(n).toFixed(3)}else{j.amt=parseFloat(n).toFixed(2)}if(j.freebal<="0"||j.freebal<="0.00"||j.freebal===false||j.freebal<=0){j.freebal=0}else{j.freebal=p.to(Number(j.freebal.replace(/,/g,"")))}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("onlineappointment",["$timeout","$parse",function(d,e){return function(t,u,q){b(window).trigger("resize");var s=b("[data-appointment]"),h=s.length;if(!h){return}while(h--){var g=s.eq(h);switch(g.data("appointment")){case"topic":p(g);break;case"date":k(g);break;case"time":j(g);break;case"duration":o(g);break;case"place":case"method":m(g);break}}function f(y,w){var v='';var n;if(w==="DURATION_30"){n="30 min"}else{if(w==="DURATION_45"){n="45 min"}else{if(w==="DURATION_1"){n="1h"}else{if(w==="DURATION_1_5"){n="1.5h"}else{if(w==="DURATION_2"){n="2h"}else{if(w==="DURATION_2_5"){n="2.5h"}else{if(w==="DURATION_3"){n="3h"}else{n=w}}}}}}}y.append(b('
          '+n+v+"
          "));y.find("[data-appointment-hide]").hide();r(y)}function r(v){var n=v.find(".appointment-label");n.find(".icon-cancel-thin").on("click",function(){n.remove();v.find("[data-appointment-hide]").show();v.find(".show-on-map").remove()})}function p(v){var n="";b(document).on("click",function(x){var w=b(x.target);b(".select-topic-lvl2").removeClass("show");if(w.hasClass("topic-1")){n=w.text();w.next(".select-topic-lvl2").addClass("show")}else{if(w.hasClass("topic-2")){n+=" / "+w.text();f(v,n);b("#topicValue").val(n);b("#meetingTopId").val(n);b("#meetingTimeTopId").val(n)}}});b(".appointduratime").change(function(){var w=b(".appointduratime option:selected").text();b("#meetingDuration").val(w)})}function k(n){var v=n.find("input");v.on("changeDate",function(){f(n,v.val())})}function j(n){var v=n.find("input");v.on("hide.timepicker",function(){var w='';n.append(b('
          '+v.val()+w+"
          "));n.find("[data-appointment-hide]").hide();r(n);b("#meetingtime").val(v.val());b("#meetingtime2").val(v.val())})}function o(w){var n=w.find("select");n.on("select2:select",function(){f(w,n.val())});var v=b(".appointduratime option:selected").text();b("#meetingDuration").val(v)}function m(v){var n;v.find(".select-place-btn").on("click",function(w){w.preventDefault();n=v.find('input[type="text"]').val();if(n.length>3){n+=' ';f(v,n);v.append('Show on map')}});v.find('input[type="radio"]').on("click",function(){n=b(this).data("place")||b(this).next("label").text();f(v,n)})}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("togglemenuinvestments",["$timeout","$parse",function(d,e){return function(g,f,h){setTimeout(function(){try{b(g.escapeClientId(h.id)).foundation("destroy")}catch(k){}var j=new Foundation.Accordion(b(g.escapeClientId(h.id)),{"data-multi-expand":false});b(g.escapeClientId(h.id)).on("down.zf.accordion",function(n){var m=b(n.target).find(".is-active").find(".accordion-content");m.css({opacity:1});g.bindVisibilityToAccordion.init();g.bindVisibilityToAccordion.check(b(n.target).data())}).on("up.zf.accordion",function(n){var m=b(n.target).find(".accordion-item").not(".is-active").find(".accordion-content");m.css({opacity:0});g.bindVisibilityToAccordion.init();g.bindVisibilityToAccordion.check(b(n.target).data())}).on("up.zf.accordion down.zf.accordion",function(){setTimeout(function(){},1000)})},1000)}}])}(angular,jQuery,app));(function(a,b,c){c.directive("chartInteractive",["$timeout","$parse",function(d,e){return function(g,f,h){setTimeout(function(){var k=j();k._base.modules._tilesChart.init()},0);function j(){var v={};v.modules={};v.modules._tilesChart={$chartWrap:[],tiles:{},vieport:"",css:{tileNarrow:"tile-narrow",tileAcitve:"tile-active",tileCollapsed:"tileCollapsed"},defaults:{mobile:{sizePropertyName:"height",sizePropertyValue:40,positionPropertyName:"top"},other:{sizePropertyName:"width",sizePropertyValue:80,positionPropertyName:"left"},widthNarrow:175},activeTileIndex:[],resize:null,init:function x(){var A=this;this.$chartWrap=b(f);this.$chartWrap.each(function(){A.activeTileIndex[b(this).attr("data-chart")]=-1;A.cacheElements(b(this));if(!A.$chartWrap.length){return}A.checkViewport();A.calcInitialSize(b(this));A.calcInitialPosition(b(this));A.updateView(b(this));A.bindEvents(b(this));A.checkLengthOfString()})},checkViewport:function u(){if(Foundation.MediaQuery.atLeast("medium")){this.viewport="other"}else{this.viewport="mobile"}},cacheElements:function z(A){var B=this;B.tiles[A.attr("data-chart")]=[];A.find(".chart-tile").each(function(D,E){var F=this,C={value:parseFloat(b(F).attr("tile-value")),tile:this,width:0,height:0,left:0,top:0};B.tiles[A.attr("data-chart")].push(C);b(this).data("tilesChart",{index:D})})},calcInitialSize:function k(A){var H=this,I,F,L,M=this.tiles[A.attr("data-chart")],G,B=0,K=0,E=[],J,N;I=this.defaults[this.viewport].sizePropertyName;F=this.defaults[this.viewport].sizePropertyValue;L=this.$chartWrap[0].getBoundingClientRect()[I];G=M.length;while(G--){J=Math.ceil(L*M[G].value);B=Math.min(J-F,0);if(B<0){K+=B;J=F}else{E.push(G)}M[G][I]=J}C();function C(){var S,P,U,T,R,Q,O=E.length;if(!O){return}S=D();while(O--){P=H.tiles[A.attr("data-chart")][E[O]];R=P[I];U=P[I]/S;Q=Math.ceil(P[I]+U*K);if(Q640){b(window).on("resize",function(){clearTimeout(B.resize);B.resize=setTimeout(function(){B.handleResize(A)},200)})}b(window).on("resize",function(){B.handleResize(A)})},handleResize:function w(A){this.checkViewport();if(this.activeTileIndex[A.data("chart")]>-1){this.calcExpandState(A)}else{this.calcInitialSize(A);this.calcInitialPosition(A)}this.updateView(A);this.checkLengthOfString()},getActiveTile:function t(D,A){var C=this,E,B;if(b(D).hasClass("icon-cancel-thin")){this.markTileState("off",A);b(D).trigger({type:"sorter:off",sorter:{sorterUid:A.attr("sorter-target"),itemUid:b(C.tiles[A.attr("data-chart")][C.activeTileIndex[A.attr("data-chart")]].tile).attr("sorter-type")}});this.activeTileIndex[A.attr("data-chart")]=-1;return}else{if(b(D).hasClass("chart-tile")){E=b(D)}else{E=b(D).parents(".chart-tile")}}B=b(E).data().tilesChart.index;if(B===this.activeTileIndex[A.attr("data-chart")]){return false}this.markTileState("off",A);this.activeTileIndex[A.attr("data-chart")]=E.data().tilesChart.index;this.markTileState("on",A);b(D).trigger({type:"sorter:on",sorter:{sorterUid:A.attr("sorter-target"),itemUid:b(C.tiles[A.attr("data-chart")][C.activeTileIndex[A.attr("data-chart")]].tile).attr("sorter-type")}})},markTileState:function m(C,B){var D=null,A=this.css.tileAcitve;if(this.tiles[B.attr("data-chart")][this.activeTileIndex[B.attr("data-chart")]]){D=this.tiles[B.attr("data-chart")][this.activeTileIndex[B.attr("data-chart")]].tile}if(D&&C==="off"){b(D).removeClass(A)}else{b(D).addClass(A)}},calcExpandState:function o(A){var K=this.tiles[A.attr("data-chart")],C=this.activeTileIndex[A.attr("data-chart")],I=this.defaults[this.viewport].sizePropertyName,E=this.defaults[this.viewport].positionPropertyName,J=this.$chartWrap[0].getBoundingClientRect()[I],L=this.defaults[this.viewport].sizePropertyValue,F,H,G,D,B=K.length;for(D=0;Dw?u:w;if(b(window).width()<=666){this.width-=30}this.addClipMasks();this.svg=this.svg.attr("width",this.width+t.left+t.right).attr("height",x+t.top+t.bottom).call(v.drag()).append("g").attr("class","main-group").attr("transform","translate("+t.left+", "+t.top+")")};s.d3Lib.prototype.drag=function(){var A=false,z=0,B=0,C,t,u,D=this;var y=d3.behavior.drag();for(var v in this.dataSet){if(this.dataSet[v].draggable===false){var w=document.querySelector("svg");b(w).addClass("no-draggable");return y.on("drag",null)}else{y.on("drag",function(){if(!A){z=d3.event.x;A=true}C=d3.event.x-z+B;t.setAttribute("transform","translate("+C+", 0)");u.setAttribute("transform","translate("+C+", "+D.height+")");D.clipCanvas.node().setAttribute("x",-C);D.clipAxis.node().setAttribute("x",-C-D.longestText/2)})}}y.on("dragend",function(){A=false;B=C});y.on("dragstart",function(){if(!u){u=d3.select(".axis.x").node()}if(!t){t=d3.select(".canvas").node()}});return y};s.d3Lib.prototype.makeScaleX=function(){this.scaleX=d3.scale.linear().domain([0,this.labels.length-1]).range([0,this.width])};s.d3Lib.prototype.makeScaleY=function(){var t=this;this.scaleY=d3.scale.linear().domain([0,t.maxValue]).range([t.height,0]).nice()};s.d3Lib.prototype.refresh=function(u){var v=b(this.container);var t;b(window).on("resize",function(){clearTimeout(t);t=setTimeout(function(){v.empty();new s.d3Lib(u)},250)})};s.d3Lib.prototype.drawAxis=function(){var B=this,u=B.scaleX,E=B.scaleY,C=B.height,v=B.width,A=B.svg;var z=d3.svg.axis().scale(E).ticks(4).orient("left").tickPadding([20]).tickSize(-v).tickFormat(function(w){var x=d3.format("2s")(Math.abs(w));try{return x.replace("G","B")}catch(t){return x}});var D=d3.svg.axis().scale(u).orient("bottom").tickSize(-150).tickPadding([10]).ticks(B.labels.length).tickFormat(function(w,t){return B.labels[t]});A.append("g").attr("class","x axis").attr("transform","translate(0, "+C+")").attr("clip-path","url(#clip-axis)").call(D);A.append("g").attr("class","y axis").call(z)};s.d3Lib.prototype.findMaxValue=function(){var t,v,u;function w(x){if(x[0].hasOwnProperty("y")){return d3.max(x,function(y){return y.y})}return d3.max(x)}t=w(this.dataSet[0].data);for(u=1;ut){t=v}}this.maxValue=t};s.d3Lib.prototype.drawContext=function(){var w=this.dataSet.length;var D=this.scaleX,C=this.scaleY;var t=this.svg.append("g").attr("clip-path","url(#clip-canvas)").attr("class","canvas").attr("transform","translate(0, 0)");while(w--){var u=this.dataSet[w],v=u.data,B=u.type,A=u.markedDot;var z=t.append("g").attr("class",B+" "+B+"-"+w);if(B==="line"){z.append("path").attr("d",this.line(v)).attr("style",function(){if(u.hasOwnProperty("color")){return"stroke: "+u.color}return""});if(A){this.svg.selectAll("dot").data(v).enter().append("circle").attr("r",3.5).attr("cx",function(x,y){return D(y)}).attr("cy",function(x){return C(x)})}}else{if(B==="area"){z.append("path").attr("d",this.area(v))}}}};return{_base:s}}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("investmentrecommendoverviewslickinit",["$timeout","$parse","$window",function(d,e,f){return function(h,g,n){if(g.hasClass("slick-initialized")){g.slick("unslick")}if(n.redeemtab=="redeem"){var o=b(".slider-tabs"),k=o.find(".slides"),m=o.find(".prev"),j=o.find(".next");setTimeout(function(){g.slick({dots:false,mobileFirst:true,adaptiveHeight:true,arrows:true,prevArrow:m,nextArrow:j,centerMode:false,autoplay:false,speed:300,slidesToShow:1,slidesToScroll:1,infinite:false,responsive:[{breakpoint:320,settings:{slidesToShow:1}},{breakpoint:640,settings:{slidesToShow:2}},{breakpoint:960,settings:{slidesToShow:7}}]});b(window).trigger("resize")},800)}else{setTimeout(function(){g.slick({dots:false,infinite:true,mobileFirst:true,slidesToShow:1,slidesToScroll:1,adaptiveHeight:true,arrows:true,prevArrow:'',nextArrow:' ',centerPadding:"120px",autoplay:false,autoplaySpeed:4000,responsive:[{breakpoint:641,settings:{slidesToShow:2,slidesToScroll:2,adaptiveHeight:false}},{breakpoint:961,settings:{slidesToShow:3,slidesToScroll:3}}]});b(window).trigger("resize")},800)}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("enbdDirectiveNotificationsTrigger",[function(){return{link:function(e,d){b(d).on("click",function(f){f.preventDefault();b(this).parents("[data-notifications-wrapper]").find("[data-notifications-list]").toggleClass("hidden")})}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("resetamount",["$timeout","$parse",function(d,e){return function(g,f,h){g.amnt2="";g.amnt1="";g.amnt=""}}])}(angular,jQuery,app));(function(a,b,c){c.directive("accord",["$timeout","$parse",function(d,e){return function(g,f,j){var h={allowAllClosed:true};new Foundation.Accordion(b("[data-accordion]"),h)}}])}(angular,jQuery,app));(function(a,b,c){c.directive("exchangerowidcalc",["$timeout","$parse",function(d,e){return function(g,f,n){var j=n.exchangerowidcalc;var h=b("[dataexchangerate='"+j+"']");var k=h.attr("dataexchangerateval");var m=b("[exchangeamount='"+j+"']");var o=wNumb({decimals:2,thousand:","});f.on("keyup",function(){var p=b(this).val()*k;p=o.to(p);m.html(p)})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("dataEqualizer",["$timeout","$parse",function(d,e){return{restrict:"C",link:function(){b(document).foundation({equalizer:{equalize_on_stack:false,act_on_hidden_el:false}})}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("rewardsslider",["$timeout","$parse","$window",function(d,e,f){return function(h,g,n){var o=b(g),k=o.find(".slides"),m=o.find(".arrow.prev"),j=o.find(".arrow.next");k.slick({dots:false,mobileFirst:true,adaptiveHeight:true,arrows:true,prevArrow:m,nextArrow:j,centerMode:false,autoplay:false,slidesToShow:1,slidesToScroll:1,responsive:[{breakpoint:640,settings:{arrows:true,slidesToShow:3}},{breakpoint:960,settings:{arrows:true,slidesToShow:4}}]})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("cardslider",["$timeout","$parse","$window",function(d,e,f){return function(h,g,n){var o=b(g),k=o.find(".slides"),m=o.find(".arrow.prev"),j=o.find(".arrow.next");k.slick({dots:false,mobileFirst:true,adaptiveHeight:true,arrows:true,prevArrow:m,nextArrow:j,centerMode:false,autoplay:false,slidesToShow:1,slidesToScroll:1,responsive:[{breakpoint:320,settings:{arrows:true,slidesToShow:1}},{breakpoint:640,settings:{arrows:true,slidesToShow:2}},{breakpoint:960,settings:{arrows:true,slidesToShow:3}}]})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("dashboardsmartinv",["$timeout","$parse","$window",function(d,e,f){return function(h,g,j){b(".dashboard-investing__slider").slick({dots:false,prevArrow:'',nextArrow:'',slidesToShow:3,slidesToScroll:1,responsive:[{breakpoint:960,settings:{slidesToShow:2,slidesToScroll:2}},{breakpoint:640,settings:{slidesToShow:1,slidesToScroll:1}}]})}}])}(angular,jQuery,app));function closeDialogAfterValidation(){var a=$("#hdnUploadStatus").val();var b=$("#hdnUploadAnotherCopy").val();if(b==="true"){a="true"}if(a==="false"){closedialog("uploadDialog")}}function openSecondaryRMConfirmDialog(c,a,b){if(typeof c!=="undefined"){if(c.redirect!==null&&c.redirect===true){opendialog("secondaryRMConfirmDialog")}}c=null}(function(a,b,c){c.directive("amountdecimalformat",["$timeout","$parse",function(d,e){return function(g,f,h){b("input.twoDecimalAmount").keypress(function(z){var k=b(z.target),m=k.val()||"",D=m.split(""),s=z.which,u=z.shiftKey,j=z.ctrlKey,C=[32,106,107,109,111,186,187,189,191,192,219,220,221,222],x=k[0].selectionStart,o=m.indexOf("."),y=2,r=13;var n;if(z.which===13){return false}switch(true){case s===190:case s===188:case s===108:case s===110:z.preventDefault();if(m.indexOf(".")===-1){n=m+".";k.val(n)}break;case s>=65&&s<=90||C.indexOf(s)!==-1:if(!j||s!==86&&s!==67&&s!==88&&s!==65){z.preventDefault()}break;case s>=48&&s<=57&&u:z.preventDefault();break;case s>=48&&s<=57||s>=96&&s<=105:var v=B(m,r);if(v&&o===-1){z.preventDefault();break}if(o!==-1){var w=m.split(".");if(w[1].length===y&&x>o){z.preventDefault()}}var q=D[0]==="0",A=x=G){F=true}}else{if(I.length>=G){F=true}}return F}function p(G){var L=parseFloat(G);var R=Math.round(L).toFixed(2);var E=R,I=G.decimalSeparator||".",N=G.absSeparator||",",K,J,T=G.decimalsCount||2,M=E.toString(),F=M.indexOf("."),P=M.slice(0,F),S=P.length%3,O=[],H;if(S===0){S=3}function V(Y){var X=(E-Math.floor(E)).toFixed(T).toString().slice(2,2+T);if(Y instanceof Array){Y=Y.join(N)+I+X}else{Y=Y.replace(".",I)}return Y}var W;if(P.length<=3){return V(M);W=V(M);b(".twoDecimalAmount").val(W);return W}else{H=P.slice(0,S);O.push(H);for(var U=S,Q=P.length;U109){setTimeout(function(){b(".nav").addClass("scroll");b(".nav").find("i").addClass("small")},0);if(k.length){k.addClass("scroll");b(".nav").addClass("scroll-with-timeout")}return}else{b(".nav").find("i").removeClass("small")}setTimeout(function(){b(".nav").removeClass("scroll scroll-with-timeout");k.removeClass("scroll")},0)}var t=function t(){var x=b(window).width();if(x>960){setTimeout(function(){b(".nav").css("height","129px")},50)}else{b(".nav").css("height","0px");p=window.innerHeight;h.css({height:p-parseInt(w)+"px"}).perfectScrollbar("update")}};var o=function o(){b(window).on("scroll resize",function(){t()});r.on("click",function(x){x.preventDefault();j()})};var j=function j(){if(s.hasClass("active")){s.css("left","-"+m)}else{s.css("left",0)}s.toggleClass("active")};t();n();o()}}])}(angular,jQuery,app));window.onbeforeunload=function(a){var b={url:window.location.href,type:"GET",cache:false,dataType:"xml",data:"",portletForms:"",source:"",global:false};if(!window.submitted){}};function onboardingmodeon(a){if(a==="on"){$("header").css("visibility","hidden");$("header").css("display","none");$("#subMenuid").css("visibility","hidden");$("#subMenuid").css("display","none");$("body").addClass("onboarding-mode")}else{$("header").css("visibility","");$("header").css("display","");$("#subMenuid").css("visibility","");$("#subMenuid").css("display","");$("body").removeClass("onboarding-mode")}}function _defineProperty(c,a,b){if(a in c){Object.defineProperty(c,a,{value:b,enumerable:true,configurable:true,writable:true})}else{c[a]=b}return c}(function(a,b,c){c.directive("onboardingaccountstutorial",["$timeout","$compile",function(e,d){return function(g,f){var h=function(){var p,j;var n="text-box-small",s="text-box-medium";var k={name:null,tooltipPosition:"top",arrowPosition:"bottom",arrow:"1-down",alligment:"mid",tooltipPositionSmall:"bottom",arrowPositionSmall:"top",arrowSmall:"1-up",alligmentSmall:"mid",text:"Add description",versionSmall:false,textBoxSize:"",textBoxSizeSmall:"",hideForMobile:false};var m={"basic-info":{text:"Here you can find basic information
          about all of your accounts"},"main-account":{tooltipPosition:"bottom",arrow:"1-up",arrowPosition:"left",text:"Here You can find basic information about your main account.
          Mini bar shows your free to spend money (green color) and pending transactions (orange).
          Click on show details button to see all details"},"open-account":{tooltipPosition:"left",arrowPosition:"right",arrow:"2-right",text:"You can easily open new account
          Click on link."},"special-offer":{arrowPosition:"right",text:"Here You can find personalized, special offer for you.
          Click if you want to see more details"},"picture-uploading":(p={tooltipPosition:"top",arrowPosition:"bottom",arrow:"2-down",alligment:"end"},_defineProperty(p,"tooltipPosition","top"),_defineProperty(p,"arrowPosition","bottom"),_defineProperty(p,"arrow","1-left-down"),_defineProperty(p,"text","Personalize your account
          by uploading picture."),_defineProperty(p,"textBoxSize",s),p),"share-account":{tooltipPosition:"bottom",arrowPosition:"top",arrow:"1-up",text:"Share your Account number easily by copying it to your clipboard.",hideForMobile:true},"select-account":(j={arrowPosition:"bottom",text:"Easily switch between accounts to view their details.",tooltipPosition:"top"},_defineProperty(j,"arrowPosition","bottom"),_defineProperty(j,"arrow","3-down"),j),"switch-graph":{arrowPosition:"bottom",arrow:"1-right-down",alligment:"start",text:"Switch to Bar Graph
          to view your last 6 months
          account balance.",textBoxSize:n},"money-bar":{tooltipPosition:"bottom",arrowPosition:"left",arrow:"1-up",text:"Instantly know what are the scheduled transactions that are due within
          the budget period and how much you will need to set aside to fulfill them."},"free-to-spend-account":{tooltipPosition:"bottom",arrowPosition:"top",arrow:"1-up",alligment:"mid",text:"Find out how much
          you can safely spend
          in the budget period.",textBoxSize:n,versionSmall:true,tooltipPositionSmall:"top",arrowPositionSmall:"bottom",arrowSmall:"1-down",alligmentSmall:"mid"},"linked-cards":{tooltipPosition:"top",arrowPosition:"bottom",arrow:"1-down",text:"View your Debit Card linked to your account."},"additional-services-2":{tooltipPosition:"bottom",arrowPosition:"top",arrow:"1-up",text:"Quick and easy access to additional
          account related services."},"upcoming-transactions-section":{tooltipPosition:"bottom",arrowPosition:"top",arrow:"1-up",text:"View your scheduled transfers and payments on your account."},"last-transactions":{tooltipPosition:"bottom",arrowPosition:"top",arrow:"1-up",text:"View the most recent transactions performed using your account and keep track of your finances."},"change-name":{tooltipPosition:"bottom",arrowPosition:"top",arrow:"1-up",text:"Personalise and make it easy to recall
          your favorite account by giving it a
          short time."},"transfer-type":{tooltipPosition:"top",arrowPosition:"bottom",arrow:"1-down",text:"Select the transfer type you would like to use"},"account-select":{tooltipPosition:"bottom",arrowPosition:"top",arrow:"2-up",text:"Easily select your account
          or card to be used for the transaction"},"registered-beneficiaries":{tooltipPosition:"bottom",arrowPosition:"top",arrow:"2-up",text:"Quick access to
          your registered beneficiaries"},"transaction-insights":{tooltipPosition:"top",arrowPosition:"bottom",arrow:"1-down",text:"Get real time insights on the affect of the transaction on your financial situation."},"transaction-insights-details":{tooltipPosition:"left",arrowPosition:"bottom",text:""},"transfer-date":{tooltipPosition:"top",arrowPosition:"bottom",arrow:"1-down",text:"Select the date to be executed"},"set-order":{tooltipPosition:"top",arrowPosition:"bottom",arrow:"1-down",text:"Set standing order and save time by avoiding recurring transfer manually"},search:{tooltipPosition:"top",arrowPosition:"bottom",arrow:"1-right-down",alligment:"start",text:"Ask anything about your banking
          needs, including transactions,
          products, services, help content
          and more."},"transfer-pay":{tooltipPosition:"top",arrowPosition:"bottom",arrow:"1-left-down",alligment:"mid",text:"Manage your beneficiaries and make
          payments and transfers, including
          setting up future or recurring
          transactions."},"my-finances":{tooltipPosition:"top",arrowPosition:"bottom",arrow:"1-right-down",alligment:"start",text:"View details of the products you have
          with us and gain smart insights on
          your finances."},bell:{tooltipPosition:"bottom",arrowPosition:"top",arrow:"1-right-up",alligment:"start",text:"Get alerts about the status of your
          transactions, personalised offers and
          more from the Notifications Centre."},avatar:{tooltipPosition:"top",arrowPosition:"bottom",arrow:"1-right-down",alligment:"start",text:"Select here to view your dashboard.
          You can change your profile image in Settings."},settings:{tooltipPosition:"bottom",arrowPosition:"top",arrow:"3-up",alligment:"mid",text:"Personalise your Online Banking
          experience by customizing your
          profile, transaction limits and more."},"digital-store":{tooltipPosition:"bottom",arrowPosition:"top",arrow:"1-up",alligment:"mid",text:"Browse and apply for new
          products and services, and
          track their progress every
          step of the way.",textBoxSize:s},"online-advice":{tooltipPosition:"top",arrowPosition:"bottom",arrow:"1-down",alligment:"mid",text:"Need help? Get in touch with
          us via live chat, FaceBanking,
          or post a message.",textBoxSize:s},logout:{tooltipPosition:"top",arrowPosition:"bottom",arrow:"1-right-down",alligment:"start",text:"To ensure the security of
          your account, always log out
          after you are done with your
          banking needs.",textBoxSize:s},tabs:{tooltipPosition:"top",arrowPosition:"bottom",arrow:"1-down",alligment:"mid",text:"Get a quick overview of your
          spending, savings and investments.",textBoxSize:s},"spending-tab":{tooltipPosition:"top",arrowPosition:"bottom",arrow:"1-right-down",alligment:"start",text:"Get a pulse on the health
          of your favourite account
          and perform quick
          transactions."},"saving-tab":{tooltipPosition:"top",arrowPosition:"bottom",arrow:"1-down",alligment:"mid",text:"Create savings goals and
          track their progress to help
          achieve your aspirations.",textBoxSize:s},"investing-tab":{tooltipPosition:"top",arrowPosition:"bottom",arrow:"1-left-down",alligment:"end",text:"Get a quick
          overview of your
          investments.",textBoxSize:n},"your-account":{tooltipPosition:"bottom",arrowPosition:"top",arrow:"1-up",alligment:"mid",text:"Personalise your favourite account by giving it a short name.",textBoxSize:s},range:{tooltipPosition:"top",arrowPosition:"bottom",arrow:"1-left-down",alligment:"mid",text:"Set your budget period so that
          it starts on the day you receive
          income to gain smart insights
          on your finances.",textBoxSize:n},"flexi-deposit":{tooltipPosition:"top",arrowPosition:"bottom",arrow:"2-down",alligment:"mid",text:"Improve your
          finances with our
          recommended
          offers.",textBoxSize:n},"free-to-spend":{tooltipPosition:"bottom",arrowPosition:"top",arrow:"1-left-up",alligment:"end",text:"Find out how much you
          can safely spend in the
          budget period.",textBoxSize:s,versionSmall:true,tooltipPositionSmall:"bottom",arrowPositionSmall:"top",arrowSmall:"1-up",alligmentSmall:"mid",textBoxSizeSmall:n},"upcoming-transactions":{tooltipPosition:"top",arrowPosition:"bottom",arrow:"2-down",alligment:"mid",textBoxSize:s,text:"Instantly know what are
          the scheduled transactions
          due in the budget period."},"make-payment":{tooltipPosition:"bottom",arrowPosition:"top",arrow:"1-right-up",alligment:"start",text:"Quickly transfer money between your accounts and pay your credit card
          bills right from the Dashboard."},"what-i-owe":{tooltipPosition:"bottom",arrowPosition:"top",arrow:"1-left-up",alligment:"end",text:"Find out what you own and what you owe at a glance.",textBoxSize:s},"what-i-owe2":{tooltipPosition:"bottom",arrowPosition:"top",arrow:"1-up",alligment:"mid",text:"Find out what you owe at a glance.",textBoxSize:s},"current-account":{tooltipPosition:"top",arrowPosition:"bottom",arrow:"1-left-down",alligment:"end",text:"Instantly know what are the
          products in your portfolio and
          their total balances by category.",textBoxSize:s,versionSmall:true,tooltipPositionSmall:"top",arrowPositionSmall:"bottom",arrowSmall:"1-down",alligmentSmall:"mid"},"show-details":{tooltipPosition:"bottom",arrowPosition:"top",arrow:"1-right-up",alligment:"start",text:"Shows you details of the list of
          products you have in a particular
          category."},"get-loan":{tooltipPosition:"bottom",arrowPosition:"top",arrow:"1-right-up",alligment:"start",text:"Quickly apply for a product you do
          not already have in your portfolio."},"check-out":{tooltipPosition:"top",arrowPosition:"bottom",arrow:"1-down",alligment:"mid",text:"Find out about exciting offers offered to all our customers from time to time."},"your-account2":{tooltipPosition:"bottom",arrowPosition:"top",arrow:"1-up",alligment:"mid",text:"Easily switch between accounts to view recent online/mobile transactions.",versionSmall:true,tooltipPositionSmall:"top",arrowPositionSmall:"bottom",arrowSmall:"1-down"},"recent-transactions":{tooltipPosition:"top",arrowPosition:"bottom",arrow:"2-down",alligment:"mid",text:"View the most recent transactions
          performed using your accounts
          and keep track of your finances.",textBoxSize:s},arrow:{tooltipPosition:"top",arrowPosition:"bottom",arrow:"1-right-down",alligment:"start",text:"Expand a transaction
          to find out more details.",textBoxSize:n,versionSmall:true,alligmentSmall:"start",arrowSmall:"1-right-up"},"save-regularly":{tooltipPosition:"top",arrowPosition:"bottom",arrow:"2-down",alligment:"mid",text:"Watch out for offers that are
          relevant to your transactions that
          can help improve your finances.",textBoxSize:s},"all-transactions":{tooltipPosition:"left",arrowPosition:"right",arrow:"2-right",alligment:"mid",text:"View more transactions with the
          ability to filter and search for the
          ones of interest to you.",textBoxSize:s},footer:{tooltipPosition:"top",arrowPosition:"bottom",arrow:"1-right-down",alligment:"start",text:"View details of your Relationship Manager and get in touch by setting up an appointment.",textBoxSize:s,versionSmall:true,tooltipPositionSmall:"top",arrowPositionSmall:"bottom",arrowSmall:"1-down",alligmentSmall:"mid"}};var r=b("[data-onboarding]");if(!r.length){return}b("body").addClass("onboarding-mode");function q(w){var t={el:w,name:w.data("onboarding"),width:w.innerWidth()};var v=b.extend({},k,m[t.name]);var u=window.innerWidth;if(u<640){if(v.versionSmall){v.tooltipPosition=v.tooltipPositionSmall;v.arrowPosition=v.arrowPositionSmall;v.arrow=v.arrowSmall;v.alligment=v.alligmentSmall;v.textBoxSize=v.textBoxSizeSmall||v.textBoxSize}else{if(v.hideForMobile){v.hideForMobile=" hide-for-small-only "}}}var z=["position-"+v.tooltipPosition,"arrow-"+v.arrowPosition,v.hideForMobile].join(" ");var y=b('

          '+v.text+"

          "),x=b('
          ');y.append(x).addClass(z);t.el.append(y)}for(var o=0;o").text(h).appendTo(b(f));setTimeout(function(){onboardingmodeon("on")},750)})})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("resizeWindow",["$timeout","$parse",function(d,e){return function(g,f,h){b(window).trigger("resize")}}])}(angular,jQuery,app));(function(a,b,c){c.directive("hexagoninvestment",["$timeout","$parse","$window",function(d,e,f){return function(o,p,k){var n={init:function q(){this.vars();this.bindEvents()},vars:function m(){this.$sourceContainer=b("[data-container-source]");this.$output=b("[data-output]")},bindEvents:function g(){this.$sourceContainer.on("mouseover",this.textReader.bind(this));this.$sourceContainer.on("mouseout",this.textOuter.bind(this))},textReader:function h(r){this.$source=b(r.target).closest("[data-container-source]").find("[data-source]").html();this.$output.text(this.$source)},textOuter:function j(){this.$output.text("")}};n.init()}}])}(angular,jQuery,app));(function(a,b,c){c.directive("prepaidcardconfig",["$interval","$parse","$window","$timeout",function(g,e,f,d){return function(j,h,k){h.on("click",function(n){var o;function m(){var p=b(".js-accordion-prepaid-card");if(p.length){d(function(){b("html,body").animate({scrollTop:p.offset().top-50},"slow");g.cancel(o)},1000)}}o=g(m,1000)})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("debitcardconfig",["$interval","$parse","$window","$timeout",function(g,e,f,d){return function(j,h,k){h.on("click",function(n){var o;function m(){var p=b(".js-accordion-debit-card");if(p.length){d(function(){b("html,body").animate({scrollTop:p.offset().top-50},"slow");g.cancel(o)},1000)}}o=g(m,1000)})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("cashadvanceconfpage",["$interval","$parse","$window","$timeout",function(g,e,f,d){return function(j,h,k){h.on("click",function(n){var o;function m(){var p=b(".cashadvanceconfpage");if(p.length){d(function(){b("html,body").animate({scrollTop:p.offset().top-50},"slow");g.cancel(o)},1000)}}o=g(m,1000)})}}])}(angular,jQuery,app));$(document).on("click","#search-module-toggle",function(){$("#search-module-toggle").closest(".search-module").toggleClass("expanded")});$(document).keydown(function(a){if(a.keyCode==123){return false}else{if(a.ctrlKey&&a.shiftKey&&a.keyCode==73){return false}}});(function(a,b,c){c.directive("enbdCloseModal",["$timeout",function(d){return{restrict:"C",link:function(f,e,g){b(e).click(function(){d(function(){b("html").removeClass("prevent-scroll");b("body").removeClass("prevent-scroll")},1000)})}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("enbdToggleModal",["$timeout",function(d){return{restrict:"C",link:function(f,e,g){b(e).click(function(){d(function(){},1000)})}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("enbdForceRemoveScroll",["$timeout",function(d){return{restrict:"A",link:function(f,e,g){b("body").removeClass("prevent-scroll");b("html").removeClass("prevent-scroll")}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("restrict",["$timeout",function(d){return{restrict:"A",link:function(f,e,h){var g='/`|~|!|@|#|$|%|^|&|*|(|)|+|=|[|{|]|}|||\\|\'|<|,|.|>|?|/|""|;|:|s/g';if(g.test(qry)){}}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("loginslider",["$timeout","$parse","$window",function(d,e,f){return function(h,g,k){var m=b(g),j=m.find(".slides");j.slick({dots:false,mobileFirst:true,draggable:false,adaptiveHeight:false,arrows:false,centerMode:false,fade:true,autoplay:true,autoplaySpeed:5000,slidesToShow:1,slidesToScroll:1,accessibility:false})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("scrollcontainerdirectdebitrequests",["$interval","$parse","$window","$timeout",function(g,e,f,d){return function(j,h,k){h.on("click",function(n){var o;function m(){var p=b("#payments1Tble2");if(p.length){d(function(){b("html,body").animate({scrollTop:p.offset().top-50},"slow");g.cancel(o)},1000)}}o=g(m,1000)})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("enbdNumbersOnly",[function(){return{restrict:"A",link:function(e,d,g){function f(h){var j=b(".is-autonumeric");j.autoNumeric()}b(d).bind("keyup",function(){f(d)});b(d).bind("paste",function(){f(d)})}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("enbdCalcshare",[function(){return{restrict:"A",link:function(e,d,f){e.ipototamt=e.ipoamt*10;e.$watch(e.ipoamt,function(g,h){})}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("enbdFilterSpecialChars",[function(){return{restrict:"A",link:function(e,d,g){function f(h){var m=h.val();var k=/\`|\~|\!|\@|\#|\$|\%|\^|\&|\*|\(|\)|\+|\=|\[|\{|\]|\}|\||\\|\'|\<|\,|\-|\.|\>|\?|\/|\_|\"|\;|\:/g;try{var j=m.replace(k,"");b(h).val(j)}catch(n){b(h).val(m)}}b(d).bind("keyup",function(){var h=[36,37,39];if(event&&event.keyCode&&h.indexOf(event.keyCode)>-1){return true}f(d)});b(d).bind("paste",function(){f(d)})}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("enbdAuthcodeConfirm",["$timeout",function(d){return{restrict:"C",link:function(f,e,g){var h=e.find("[type=password]");h.each(function(j,k){b(k).bind("keyup",function(){var n=false;for(var m=0;m0){var u=r.find(".slick-slider"),t=u.slick("getSlick");u.slick("unslick");u.slick(t.options)}w.$slideTop.animate({marginTop:"-"+w.$slideTopHeight},{queue:false,duration:500});r.css({position:"relative",bottom:"0",display:"block"});w.$wrapper.css("height","none");w.$wrapper.css("overflow","hidden");setTimeout(function(){w.$slideTop.hide();w.$tabsWrapper.css("overflow","");w.$tabsWrapper.css("height","auto");w.$tabsWrapper.css("transform","")},1000)}else{w.$wrapper.parent().css("height",r.height()+50+"px");w.$slideTop.show().animate({marginTop:"0px"},{queue:false,duration:1000,complete:function q(){o();w.$tabsWrapper.css("overflow","");w.$tabsWrapper.css("height","auto");w.$tabsWrapper.css("transform","")}})}m()}function m(){var q=this;q.$wrapper.animate({height:"100%"},"fast")}j();function j(){b(window).resize();b("button.icon-zoom").on("click",function(){if(b('[data-vslide="bottom-3"]').is(":visible")){b(window).resize()}})}function o(){var q=this;q.$slide.not('[data-vslide="top"]').css({position:"absolute",bottom:"-400%",display:"none"})}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("enbdAddClassToScrollWrap",[function(){return{restrict:"C",link:function(e,d){var f=d.find("[customscroll]");b(f).addClass("scroll-terms-condition")}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("contactuspopup",["$timeout","$parse",function(d,e){return function(g,f,j){function h(k){b(".pop").slideFadeToggle(function(){k.removeClass("selected")})}b(function(){b("#contact").on("click",function(){if(b(this).hasClass("selected")){h(b(this))}else{b(this).addClass("selected");b(".pop").slideFadeToggle()}return false});b(".close").on("click",function(){h(b("#contact"));return false})});b.fn.slideFadeToggle=function(m,k){return this.animate({opacity:"toggle",height:"toggle"},"fast",m,k)}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("expanddetails",["$timeout","$parse",function(d,e){return function(q,r,k){var f,o,h,j,g,n=b("[data-toggler]"),m=true;b(".js-listToggle").on("click",function(){var s=b(this);s.toggleClass("is-opened");s.parent().parent().find(".js-listToggleTarget").foundation("toggle")});b(".js-statementsAdvicesListToggle").on("click",function(){var s=b(this);s.toggleClass("is-opened");s.parent().parent().parent().find(".js-statementsAdvicesListToggleTarget").foundation("toggle")});h=function h(v){var t=b(v),u=t.attr("data-toggle-text-opened"),s=t.attr("data-toggle-text-closed");if(!s||!u){return false}t.each(function(){var w=this;if(w.dataset.hasOwnProperty("toggleTextOpened")){if(b(w).hasClass("is-opened")){b(w).text(u)}else{b(w).text(s)}}})};j=function j(t){var s;if(t.hasClass("popup-container")){s=t.next(".popup-expand");if(s&&!s.hasClass("collapsed-vertical")){b(s).addClass("collapsed-vertical")}}};g=function g(s,t){var u=window.innerWidth;if(t){if(u<641&&(s.hasClass("popup-expand")||s.hasClass("expand-under-arrow"))){b("html").addClass("prevent-scroll")}}else{b("html").removeClass("prevent-scroll")}};function p(s,u){var t=s.parents().find(".slick-initialized");if(m){m=false;return}if(!t.length){return}else{t.slick(u)}}n.each(function(){var s=b(this);b(this).on("off.zf.toggler",function(t){t.stopPropagation();f='[data-toggle="'+t.target.id+'"]';o=b(f);g(b(t.target),true);p(o,"slickPause");o.toggleClass("is-opened");h(f)});b(this).on("on.zf.toggler",function(t){t.stopPropagation();f='[data-toggle="'+t.target.id+'"]';o=b(f);j(b(this));g(b(t.target),false);p(o,"slickPlay");o.toggleClass("is-opened");h(f)})})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("enbdScrollToItem",[function(){return{restrict:"C",link:function(f,e){function d(g){b("html,body").animate({scrollTop:g.offset().top-80},"slow")}if(window.outerWidth<641){d(e)}}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("enbdListToggle",[function(){return{restrict:"C",link:function(e,d){b(d).on("click",function(){var f=b(this);f.toggleClass("is-opened");f.parent().parent().find(".js-listToggleTarget").toggleClass("collapsed-vertical")})}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("enbdShowForDesktopUpDirective",[function(){return{restrict:"C",link:function(g,e){var d=b(".enbd-show-for-desktop-up"),h;if(!d.length){return}function f(){var k=window.innerWidth,j=961;d.each(function(){if(k>j&&b(this).hasClass("collapsed-vertical")){}else{if(k<=j&&!b(this).hasClass("collapsed-vertical")){}}})}b(window).on("resize",function(){clearTimeout(h);h=setTimeout(f,300)});b(document).ready(f)}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("enbdMultpilePaymentHeaderFix",[function(){return{restrict:"C",link:function(f,d){var e=b(d).find(".accordion-header").find("div");b(e[0]).attr("class","col header-name show-for-large");b(e[1]).attr("class","col show-for-large header-number");b(e[2]).attr("class","col header-type show-for-large");b(e[3]).attr("class","col header-balance show-for-large");b(e[4]).attr("class","col show-for-large header-amount text-right")}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("helpassistant",["$timeout","$compile",function(e,d){return function(g,f){b(".contact-us").on("click",function(){b(".contact-us-popup").addClass("show");return false})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("helpassistantclose",["$timeout","$compile",function(e,d){return function(g,f){b(".icon-cancel-thin").on("click",function(){b(".contact-us-popup").removeClass("show")})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("questionMark",["$timeout","$compile",function(e,d){return{restrict:"C",link:function(g,f){setTimeout(function(){b(".question-mark").on("click",function(h){h.preventDefault()})},1)}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("enbdResetParentStepHeightFix",["$timeout","$compile",function(e,d){return{restrict:"C",link:function(g,f){setTimeout(function(){b(f).parent().height(0)},0)}}}])}(angular,jQuery,app));(function(a,c,d,b){d.directive("enbdWarningNotification",["$timeout","$compile",function(f,e){return{restrict:"C",link:function(h,g){setTimeout(function(){var k=j();k._base.helpers._topNotification()},0);function j(){var k={};k.helpers={};k.helpers._topNotification=function(){var o=c(".top-notification");var m;function n(){if(o.length>0){m=o.height();setTimeout(function(){c("body").css("paddingTop",m);if(c(b).width()>=1024){o.css("marginTop",-m)}else{o.css("marginTop",0)}var p=setInterval(function(){if(c(".top-notification").length===0){c("body").css("paddingTop",0);clearInterval(p)}},1000)},500)}}c(b).on("resize",n)};return{_base:k}}}}}])}(angular,jQuery,app,window));(function(a,b,c){c.directive("reapend",["$timeout","$compile",function(e,d){return{restrict:"A",link:function(h,f){var g=g();setTimeout(function(){g._base.modules._reapendOnMq()},1000);function g(){var j={};j.modules={};j.modules._reapendOnMq=function(){var q=b("[reapend]"),m,p={},n,k;if(!q.length){return}m=["xlarge","large","medium","small"];k=m.length;for(n=0;n0){p=n.position().top}setTimeout(function(){b(".accordion").animate({scrollTop:p},600);b(".accordion").perfectScrollbar("update")},0)})},100)}}])}(angular,jQuery,app));(function(a,b,c){c.directive("smartregisterunsubscribe",["$interval","$parse","$window","$timeout",function(g,e,f,d){return function(j,h,k){setTimeout(function(){var n=b("#unsubscribe-dropdown").find("option:selected").val();var m=b("[data-unsubscribe-other]"),o=b("#unsubscribe-reason");if(n==="3"){m.slideDown();o.prop("required",true)}else{m.slideUp();o.removeAttr("required")}},100);h.on("click",function(){var n=b("#unsubscribe-dropdown").find("option:selected").val();var m=b("[data-unsubscribe-other]"),o=b("#unsubscribe-reason");if(n==="3"){m.slideDown();o.prop("required",true)}else{m.slideUp();o.removeAttr("required")}})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("hexagoninvestmentsmart",["$timeout","$compile",function(g,e,f,d){return function(j,h,k){setTimeout(function(){var u=b(".smart-investor-hex-carousel-wrapper"),r=u.find(".smart-investor-hex-carousel"),p=u.find(".arrow.prev"),t=u.find(".arrow.next");r.slick({dots:false,infinite:true,mobileFirst:true,slidesToShow:1,slidesToScroll:1,adaptiveHeight:false,arrows:true,prevArrow:p,nextArrow:t,autoplay:false,autoplaySpeed:4000,responsive:[{breakpoint:666,settings:{slidesToShow:2,slidesToScroll:2,adaptiveHeight:false}},{breakpoint:1023,settings:"unslick"}]});b(window).on("resize orientationchange",function(){console.log("poszlo");b(r).slick("resize")});var s={init:function v(){this.vars();this.bindEvents()},vars:function q(){this.$sourceContainer=b("[data-container-source]");this.$output=b("[data-output]")},bindEvents:function n(){this.$sourceContainer.on("mouseover",this.textReader.bind(this));this.$sourceContainer.on("mouseout",this.textOuter.bind(this))},textReader:function m(w){this.$source=b(w.target).closest("[data-container-source]").find("[data-source]").html();this.$output.text(this.$source)},textOuter:function o(){this.$output.text("")}};s.init()},0)}}])}(angular,jQuery,app));(function(a,b,c){c.directive("hideloanoncardbutton",["$timeout","$parse","$window",function(d,e,f){return function(h,g,j){b("#bolckcardokstatus").on("click",function(){b("#loanOnCardButtonn").hide()})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("hideinsights",["$timeout","$parse","$window",function(d,e,f){return function(h,g,j){b("#bolckcardokstatus").on("click",function(){b("#loanOnCardButtonn").hide();b("#insightbalanceconversion").hide()})}}])}(angular,jQuery,app));(function(a,b,c){c.directive("hideiconcancelthin",["$timeout","$parse","$window",function(d,e,f){return function(h,g,j){b(".icon-cancel-thin").removeClass()}}])}(angular,jQuery,app));(function(a,b,c){c.directive("smartpassnotification",["$timeout","$parse","$window",function(d,e,f){return function(j,h,m){if(b("#smartpassnotificationouter").length){PF("blockUi").show();b(".ui-blockui").show();b("#blockUi").css("top","0px");b("#blockUi").css("left","0px");b(".loader-spin").parent().css("display","none");var g=b(".sm-pass .info-bar .content");var k=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);if(k){g.addClass("mobView");g.removeClass("deskView")}else{g.addClass("deskView");g.removeClass("mobView")}}}}])}(angular,jQuery,app));(function(a,b,c){c.directive("linkedcardsslider",["$timeout","$parse","$window",function(d,e,f){return function(h,g,j){b("#linkedcardsslider .loading-cards-info").hide("slow",function(){b(".card-slider-container, .order-new-card").show()});b("#linkedcardsslider .cards-slider").slick({infinite:true,slidesToShow:4,slidesToScroll:1,autoplay:false,arrows:true,prevArrow:b("#linkedcardsslider .prev"),nextArrow:b("#linkedcardsslider .next"),responsive:[{breakpoint:1024,settings:{slidesToShow:3,slidesToScroll:1}},{breakpoint:600,settings:{slidesToShow:1,slidesToScroll:1}},{breakpoint:480,settings:{slidesToShow:1,slidesToScroll:1}}]});setTimeout(function(){b("#linkedcardsslider .slick-initialized").slick("setPosition");b(window).trigger("resize")},1500)}}])}(angular,jQuery,app));(function(a,b,c){c.directive("linkedflexusweepfdslider",["$timeout","$parse","$window",function(d,e,f){return function(h,g,j){b("#linkedflexusweepfdslider .loading-cards-info.flexisweep").hide("slow",function(){b("#linkedflexusweepfdslider .card-slider-container, .order-new-card").show()});b("#linkedflexusweepfdslider .cards-slider").slick({infinite:true,slidesToShow:4,slidesToScroll:1,autoplay:false,arrows:true,prevArrow:b("#linkedflexusweepfdslider .prev"),nextArrow:b("#linkedflexusweepfdslider .next"),responsive:[{breakpoint:1024,settings:{slidesToShow:3,slidesToScroll:1}},{breakpoint:600,settings:{slidesToShow:1,slidesToScroll:1}},{breakpoint:480,settings:{slidesToShow:1,slidesToScroll:1}}]});setTimeout(function(){b("#linkedflexusweepfdslider .slick-initialized").slick("setPosition");b(window).trigger("resize")},1500)}}])}(angular,jQuery,app));(function(a,b,c){c.directive("addbeaconscript",["$timeout",function(d){return function(f,e,g){setTimeout(function(){var j=document.getElementById("fxmScriptId");delete j;var h=a.element(document.getElementsByName("beaconURL")[0]).val();var k=document.createElement("script");k.setAttribute("src",h);k.setAttribute("id","fxmScriptId");document.head.appendChild(k)},900)}}])}(angular,jQuery,app));function invokeCommandLink(a){var b=$("[id*="+a+"]")[0];b.click()}function invokeCommandLinkUsingClass(){var a=$(".cmsClickAction")[0];a.click()}(function(a,b,c){c.directive("addmoneybarclassleft",["$timeout",function(d){return function(f,e,h){var g=document.getElementById("dashboardMoneyBar");g.children[0].classList.add("new-product__block","padding-zero","loan")}}])}(angular,jQuery,app));(function(a,b,c){c.directive("addmoneybarclassright",["$timeout",function(d){return function(f,e,h){var g=document.getElementById("dashboardMoneyBar");g.children[0].classList.add("new-product__block","no-top-padding")}}])}(angular,jQuery,app));function setCmsProductOffer(a){document.getElementById("cmsProductOffer").value=a}function cmsParametervalue(a){document.getElementById("NavigateTo").value=a}function cmsParametervalues(b,a){document.getElementById("productName").value=a;document.getElementById("productType").value=b}function invokeCommandLinkSearch(a){var b=document.getElementById("searchQuery").value.trim();var c=document.getElementById("error_message");if(b===null||b===""||b.length<3){if(b.length>1&&b.toUpperCase()==="DU"){c.style.display="none";var d=$("[id*="+a+"]")[0];d.click()}else{document.getElementById("searchQuery").value="";document.getElementById("searchQuery").focus();if(c.style.display==="none"){c.style.display=""}return false}}else{c.style.display="none";var d=$("[id*="+a+"]")[0];d.click()}}function invokeCommandLinkSearchEvent(d,a){var c=document.getElementById("error_message");if(d.keyCode!=13){c.style.display="none";return true}else{var b=document.getElementById("searchQuery").value.trim();if(b===null||b===""||b.length<3){if(b.length>1&&b.toUpperCase()==="DU"){c.style.display="none";return false}else{document.getElementById("searchQuery").value="";document.getElementById("searchQuery").focus();if(c.style.display==="none"){c.style.display=""}return false}}else{c.style.display="none";return false}}}function cmsSearch(a){document.getElementById("searchMenuIdValue").value=a}var isCMSSearchOpened=false;function toggleSearch(){if(!isCMSSearchOpened){$("#globalSearchInput").addClass("opened").attr("aria-expanded","true");$("#searchQuery").focus();$("#topheadernot").css("display","none");isCMSSearchOpened=true}else{$("#globalSearchInput").removeClass("opened").attr("aria-expanded","false");$("#topheadernot").css("display","");isCMSSearchOpened=false}}var textHideCMS="Hide details";var textShowCMS="Show details";var isShowAndhideCMS=false;function toggleConfirmation(){if(!isShowAndhideCMS){$("#summary-toggle-btn").attr("data-button-state","opened");$("#sumary-toggle").removeClass("collapsed-vertical");$("#close-tip-details").addClass("is-opened");$("#summary-toggle-btn").find(".button-text").text(textHideCMS);isShowAndhideCMS=true}else{$("#summary-toggle-btn").attr("data-button-state","closed");$("#sumary-toggle").addClass("collapsed-vertical");$("#close-tip-details").removeClass("is-opened");$("#summary-toggle-btn").find(".button-text").text(textShowCMS);isShowAndhideCMS=false}}var isShowAndhide_inv_0=false;var isShowAndhide_inv_1=false;var isShowAndhide_inv_2=false;var isShowAndhide_inv_3=false;function toggleInvest(a){if(a==="0_investment"){if(!isShowAndhide_inv_0){$("#0_invest").removeClass("collapsed-vertical");$("#1_invest").addClass("collapsed-vertical");$("#2_invest").addClass("collapsed-vertical");$("#3_invest").addClass("collapsed-vertical");isShowAndhide_inv_0=true;isShowAndhide_inv_1=false;isShowAndhide_inv_2=false;isShowAndhide_inv_3=false}else{$("#0_invest").addClass("collapsed-vertical");isShowAndhide_inv_0=false}}if(a==="1_investment"){if(!isShowAndhide_inv_1){$("#1_invest").removeClass("collapsed-vertical");$("#0_invest").addClass("collapsed-vertical");$("#2_invest").addClass("collapsed-vertical");$("#3_invest").addClass("collapsed-vertical");isShowAndhide_inv_1=true;isShowAndhide_inv_0=false;isShowAndhide_inv_2=false;isShowAndhide_inv_3=false}else{$("#1_invest").addClass("collapsed-vertical");isShowAndhide_inv_1=false}}if(a==="2_investment"){if(!isShowAndhide_inv_2){$("#2_invest").removeClass("collapsed-vertical");$("#0_invest").addClass("collapsed-vertical");$("#1_invest").addClass("collapsed-vertical");$("#3_invest").addClass("collapsed-vertical");isShowAndhide_inv_2=true;isShowAndhide_inv_0=false;isShowAndhide_inv_1=false;isShowAndhide_inv_3=false}else{$("#2_invest").addClass("collapsed-vertical");isShowAndhide_inv_2=false}}if(a==="3_investment"){if(!isShowAndhide_inv_3){$("#3_invest").removeClass("collapsed-vertical");$("#0_invest").addClass("collapsed-vertical");$("#1_invest").addClass("collapsed-vertical");$("#2_invest").addClass("collapsed-vertical");isShowAndhide_inv_3=true;isShowAndhide_inv_0=false;isShowAndhide_inv_1=false;isShowAndhide_inv_2=false}else{$("#3_invest").addClass("collapsed-vertical");isShowAndhide_inv_3=false}}}; function handleRedirectRequest(c,a,b){if(c.redirect!==null&&c.redirect===true){opendialog("internationalRedirectDialog")}c=null}function openSuccessOnReg(c,a,b){if(c.redirect!==null&&c.redirect===true){opendialog("successRegistrationDialog")}c=null}function handleRedirectRequestFxcardIssuance(c,a,b){if(c.redirect!==null&&c.redirect===true){opendialog("fxCardIssuanceDialog")}c=null}function openDisclaimerOnOtpConfirm(c,a,b){if(c.redirect!==null&&c.redirect===true){opendialog("wuDisclaimerDialog")}c=null}function openSuccessDialogOnBenfAddition(c,a,b){if(c.redirect!==null&&c.redirect===true){opendialog("benfAddedSuccessDialog")}c=null}function openSiEnbdTransfersDisclaimerOnOtpConfirm(c,a,b){if(c.redirect!==null&&c.redirect===true){opendialog("siTransfersDisclaimerDialog")}c=null}function doverticalslide(b){var a=$(b.currentTarget).data("tosslide");goToSlide(a,$("[newverticleslide='']"))}function goToSlide(i,m){var f=m;var k=m.find("[data-tovslide]");var d=m.find("[data-vslide]");var g=m.find('[data-vslide="top"]');var a=g.css("height");var l=f.closest(".tabs-responsive");var o=l.height();f.css({overflow:"hidden"});f.css("height","none");var e=this,n=i,h=$('[data-vslide="'+i+'"]');e.$tabsWrapper.css("overflow","hidden");e.$tabsWrapper.css("height",o+"px");e.$tabsWrapper.css("transform","translateX(0%)");if(n.indexOf("bottom")!==-1){if(h.find(".slick-slider").length>0){var c=h.find(".slick-slider"),j=c.slick("getSlick");c.slick("unslick");c.slick(j.options)}e.$slideTop.animate({marginTop:"-"+a},{queue:false,duration:500});h.css({position:"relative",bottom:"0",display:"block"});e.$wrapper.css("height","none");e.$wrapper.css("overflow","hidden");setTimeout(function(){e.$slideTop.hide();e.$tabsWrapper.css("overflow","");e.$tabsWrapper.css("height","auto");e.$tabsWrapper.css("transform","")},1000)}else{e.$slideTop.show().animate({marginTop:"0px"},{queue:false,duration:1000,complete:function b(){resetToDefaults();e.$tabsWrapper.css("overflow","");e.$tabsWrapper.css("height","auto");e.$tabsWrapper.css("transform","")}})}changeContainerHeight()}function changeContainerHeight(){var a=this;a.$wrapper.animate({height:"100%"},"fast")}initialCarousel();function initialCarousel(){$(window).resize();$("button.icon-zoom").on("click",function(){if($('[data-vslide="bottom-3"]').is(":visible")){$(window).resize()}})}function resetToDefaults(){var a=this;a.$slide.not('[data-vslide="top"]').css({position:"absolute",bottom:"-400%",display:"none"})}function openBalanceConfirmTermsDialog(c,a,b){if(c.redirect!==null&&c.redirect===true){opendialog("balanceConfirmTermsDialog")}c=null}function openBalanceConfirmTermsBankDialog(c,a,b){if(c.redirect!==null&&c.redirect===true){opendialog("balanceConfirmTermsBankDialog")}c=null}function handleRedirectSiDeleteDialog(c,a,b){if(c.redirect!==null&&c.redirect===true){opendialog("siDeleteDiaolg")}c=null}function openPartialTermsDialog(c,a,b){if(c.redirect!==null&&c.redirect===true){opendialog("partialTermsDialog")}c=null}function openPartialTermsBankDialog(c,a,b){if(c.redirect!==null&&c.redirect===true){opendialog("partialTermsBankDialog")}c=null}function openEarlyTermsDialog(c,a,b){if(c.redirect!==null&&c.redirect===true){opendialog("earlyTermsDialog")}c=null}function openEarlyTermsBankDialog(c,a,b){if(c.redirect!==null&&c.redirect===true){opendialog("earlyTermsBankDialog")}c=null}function openbalanceConversionDialog(c,a,b){if(c.redirect!==null&&c.redirect===true){opendialog("balanceConversionDialog")}c=null}function openCashAdvanceTermsDialog(c,a,b){if(c.redirect!==null&&c.redirect===true){opendialog("cashAdvanceDialog")}c=null}function openIppConfirmTermsDialog(c,a,b){if(c.redirect!==null&&c.redirect===true){opendialog("iPPTermsDialog")}c=null}function openGoalSuccessFailureDialogue(c,a,b){if(c.redirect!==null&&c.redirect===true){opendialog("goalSuccessFailureDialogue")}c=null}function openCreateGoalPopupForSbaDialog(c,a,b){if(c.redirect!==null&&c.redirect===true){opendialog("createGoalForSavingsAccount")}c=null}function genericTermsAndCondtionDialog(d,b,c,a){if(d.redirect!==null&&d.redirect===true){opendialog(a)}d=null}function openLocTermsDialogue(c,a,b){if(c.redirect!==null&&c.redirect===true){opendialog("locDialog")}c=null}function openGenericDialog(c,a,b){if(c.redirect!==null&&c.redirect===true){opendialog("genericInfoDialog")}c=null}function openpurposecodesdialog(c,a,b){if(c.redirect!==null&&c.redirect===true){opendialog("malaysiapurposecodesdialog")}c=null}function loadPersonalLoanExistingApplDialogue(c,a,b){closedialog("campaigndialog");if(c.redirect!==null&&c.redirect===true){setTimeout(function(){opendialog("loanapplnExistDialog")},1000)}c=null}function scrollToElement(a){if(($("#"+a).offset())!=null){setTimeout(function(){$("html,body").animate({scrollTop:$("#"+a).offset().top-200},"slow")},1100)}}function scrollToElementImmediate(a){if(($("#"+a).offset())!=null){setTimeout(function(){$("html,body").animate({scrollTop:$("#"+a).offset().top-200},"slow")},50)}}function hideConvertToInstaller(){$("#convertIntoInstallmentService").parent().addClass("hide")}function closeAddrssUpdateDialogue(c,a,b){if(c.redirect!==null&&c.redirect===true){closedialog("origAddrDialog")}c=null}function closeSmartPassNotification(){$("#topheadernot").hide();$("#dynamic").remove();$("body").css("paddingTop",0);$(".nav .bar-mobile.mobile-collapse").css({transition:"unset","margin-top":"0"});$(".loader-spin").parent().css("display","");$("#blockUi").css("display","none");$("html").removeClass("prevent-scroll")}function smartPassLogout(){$(".ui-blockui").hide();$(".loader-spin").parent().removeAttr("style")}; //! moment.js //! authors : Tim Wood, Iskren Chernev, Moment.js contributors //! license : MIT //! momentjs.com (function(a){function b(a,b,c){switch(arguments.length){case 2:return null!=a?a:b;case 3:return null!=a?a:null!=b?b:c;default:throw new Error("Implement me")}}function c(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1}}function d(a,b){function c(){mb.suppressDeprecationWarnings===!1&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+a)}var d=!0;return j(function(){return d&&(c(),d=!1),b.apply(this,arguments)},b)}function e(a,b){return function(c){return m(a.call(this,c),b)}}function f(a,b){return function(c){return this.lang().ordinal(a.call(this,c),b)}}function g(){}function h(a){z(a),j(this,a)}function i(a){var b=s(a),c=b.year||0,d=b.quarter||0,e=b.month||0,f=b.week||0,g=b.day||0,h=b.hour||0,i=b.minute||0,j=b.second||0,k=b.millisecond||0;this._milliseconds=+k+1e3*j+6e4*i+36e5*h,this._days=+g+7*f,this._months=+e+3*d+12*c,this._data={},this._bubble()}function j(a,b){for(var c in b)b.hasOwnProperty(c)&&(a[c]=b[c]);return b.hasOwnProperty("toString")&&(a.toString=b.toString),b.hasOwnProperty("valueOf")&&(a.valueOf=b.valueOf),a}function k(a){var b,c={};for(b in a)a.hasOwnProperty(b)&&Ab.hasOwnProperty(b)&&(c[b]=a[b]);return c}function l(a){return 0>a?Math.ceil(a):Math.floor(a)}function m(a,b,c){for(var d=""+Math.abs(a),e=a>=0;d.lengthd;d++)(c&&a[d]!==b[d]||!c&&u(a[d])!==u(b[d]))&&g++;return g+f}function r(a){if(a){var b=a.toLowerCase().replace(/(.)s$/,"$1");a=bc[a]||cc[b]||b}return a}function s(a){var b,c,d={};for(c in a)a.hasOwnProperty(c)&&(b=r(c),b&&(d[b]=a[c]));return d}function t(b){var c,d;if(0===b.indexOf("week"))c=7,d="day";else{if(0!==b.indexOf("month"))return;c=12,d="month"}mb[b]=function(e,f){var g,h,i=mb.fn._lang[b],j=[];if("number"==typeof e&&(f=e,e=a),h=function(a){var b=mb().utc().set(d,a);return i.call(mb.fn._lang,b,e||"")},null!=f)return h(f);for(g=0;c>g;g++)j.push(h(g));return j}}function u(a){var b=+a,c=0;return 0!==b&&isFinite(b)&&(c=b>=0?Math.floor(b):Math.ceil(b)),c}function v(a,b){return new Date(Date.UTC(a,b+1,0)).getUTCDate()}function w(a,b,c){return bb(mb([a,11,31+b-c]),b,c).week}function x(a){return y(a)?366:365}function y(a){return a%4===0&&a%100!==0||a%400===0}function z(a){var b;a._a&&-2===a._pf.overflow&&(b=a._a[tb]<0||a._a[tb]>11?tb:a._a[ub]<1||a._a[ub]>v(a._a[sb],a._a[tb])?ub:a._a[vb]<0||a._a[vb]>23?vb:a._a[wb]<0||a._a[wb]>59?wb:a._a[xb]<0||a._a[xb]>59?xb:a._a[yb]<0||a._a[yb]>999?yb:-1,a._pf._overflowDayOfYear&&(sb>b||b>ub)&&(b=ub),a._pf.overflow=b)}function A(a){return null==a._isValid&&(a._isValid=!isNaN(a._d.getTime())&&a._pf.overflow<0&&!a._pf.empty&&!a._pf.invalidMonth&&!a._pf.nullInput&&!a._pf.invalidFormat&&!a._pf.userInvalidated,a._strict&&(a._isValid=a._isValid&&0===a._pf.charsLeftOver&&0===a._pf.unusedTokens.length)),a._isValid}function B(a){return a?a.toLowerCase().replace("_","-"):a}function C(a,b){return b._isUTC?mb(a).zone(b._offset||0):mb(a).local()}function D(a,b){return b.abbr=a,zb[a]||(zb[a]=new g),zb[a].set(b),zb[a]}function E(a){delete zb[a]}function F(a){var b,c,d,e,f=0,g=function(a){if(!zb[a]&&Bb)try{require("./lang/"+a)}catch(b){}return zb[a]};if(!a)return mb.fn._lang;if(!o(a)){if(c=g(a))return c;a=[a]}for(;f0;){if(c=g(e.slice(0,b).join("-")))return c;if(d&&d.length>=b&&q(e,d,!0)>=b-1)break;b--}f++}return mb.fn._lang}function G(a){return a.match(/\[[\s\S]/)?a.replace(/^\[|\]$/g,""):a.replace(/\\/g,"")}function H(a){var b,c,d=a.match(Fb);for(b=0,c=d.length;c>b;b++)d[b]=hc[d[b]]?hc[d[b]]:G(d[b]);return function(e){var f="";for(b=0;c>b;b++)f+=d[b]instanceof Function?d[b].call(e,a):d[b];return f}}function I(a,b){return a.isValid()?(b=J(b,a.lang()),dc[b]||(dc[b]=H(b)),dc[b](a)):a.lang().invalidDate()}function J(a,b){function c(a){return b.longDateFormat(a)||a}var d=5;for(Gb.lastIndex=0;d>=0&&Gb.test(a);)a=a.replace(Gb,c),Gb.lastIndex=0,d-=1;return a}function K(a,b){var c,d=b._strict;switch(a){case"Q":return Rb;case"DDDD":return Tb;case"YYYY":case"GGGG":case"gggg":return d?Ub:Jb;case"Y":case"G":case"g":return Wb;case"YYYYYY":case"YYYYY":case"GGGGG":case"ggggg":return d?Vb:Kb;case"S":if(d)return Rb;case"SS":if(d)return Sb;case"SSS":if(d)return Tb;case"DDD":return Ib;case"MMM":case"MMMM":case"dd":case"ddd":case"dddd":return Mb;case"a":case"A":return F(b._l)._meridiemParse;case"X":return Pb;case"Z":case"ZZ":return Nb;case"T":return Ob;case"SSSS":return Lb;case"MM":case"DD":case"YY":case"GG":case"gg":case"HH":case"hh":case"mm":case"ss":case"ww":case"WW":return d?Sb:Hb;case"M":case"D":case"d":case"H":case"h":case"m":case"s":case"w":case"W":case"e":case"E":return Hb;case"Do":return Qb;default:return c=new RegExp(T(S(a.replace("\\","")),"i"))}}function L(a){a=a||"";var b=a.match(Nb)||[],c=b[b.length-1]||[],d=(c+"").match(_b)||["-",0,0],e=+(60*d[1])+u(d[2]);return"+"===d[0]?-e:e}function M(a,b,c){var d,e=c._a;switch(a){case"Q":null!=b&&(e[tb]=3*(u(b)-1));break;case"M":case"MM":null!=b&&(e[tb]=u(b)-1);break;case"MMM":case"MMMM":d=F(c._l).monthsParse(b),null!=d?e[tb]=d:c._pf.invalidMonth=b;break;case"D":case"DD":null!=b&&(e[ub]=u(b));break;case"Do":null!=b&&(e[ub]=u(parseInt(b,10)));break;case"DDD":case"DDDD":null!=b&&(c._dayOfYear=u(b));break;case"YY":e[sb]=mb.parseTwoDigitYear(b);break;case"YYYY":case"YYYYY":case"YYYYYY":e[sb]=u(b);break;case"a":case"A":c._isPm=F(c._l).isPM(b);break;case"H":case"HH":case"h":case"hh":e[vb]=u(b);break;case"m":case"mm":e[wb]=u(b);break;case"s":case"ss":e[xb]=u(b);break;case"S":case"SS":case"SSS":case"SSSS":e[yb]=u(1e3*("0."+b));break;case"X":c._d=new Date(1e3*parseFloat(b));break;case"Z":case"ZZ":c._useUTC=!0,c._tzm=L(b);break;case"dd":case"ddd":case"dddd":d=F(c._l).weekdaysParse(b),null!=d?(c._w=c._w||{},c._w.d=d):c._pf.invalidWeekday=b;break;case"w":case"ww":case"W":case"WW":case"d":case"e":case"E":a=a.substr(0,1);case"gggg":case"GGGG":case"GGGGG":a=a.substr(0,2),b&&(c._w=c._w||{},c._w[a]=u(b));break;case"gg":case"GG":c._w=c._w||{},c._w[a]=mb.parseTwoDigitYear(b)}}function N(a){var c,d,e,f,g,h,i,j;c=a._w,null!=c.GG||null!=c.W||null!=c.E?(g=1,h=4,d=b(c.GG,a._a[sb],bb(mb(),1,4).year),e=b(c.W,1),f=b(c.E,1)):(j=F(a._l),g=j._week.dow,h=j._week.doy,d=b(c.gg,a._a[sb],bb(mb(),g,h).year),e=b(c.w,1),null!=c.d?(f=c.d,g>f&&++e):f=null!=c.e?c.e+g:g),i=cb(d,e,f,h,g),a._a[sb]=i.year,a._dayOfYear=i.dayOfYear}function O(a){var c,d,e,f,g=[];if(!a._d){for(e=Q(a),a._w&&null==a._a[ub]&&null==a._a[tb]&&N(a),a._dayOfYear&&(f=b(a._a[sb],e[sb]),a._dayOfYear>x(f)&&(a._pf._overflowDayOfYear=!0),d=Z(f,0,a._dayOfYear),a._a[tb]=d.getUTCMonth(),a._a[ub]=d.getUTCDate()),c=0;3>c&&null==a._a[c];++c)a._a[c]=g[c]=e[c];for(;7>c;c++)a._a[c]=g[c]=null==a._a[c]?2===c?1:0:a._a[c];a._d=(a._useUTC?Z:Y).apply(null,g),null!=a._tzm&&a._d.setUTCMinutes(a._d.getUTCMinutes()+a._tzm)}}function P(a){var b;a._d||(b=s(a._i),a._a=[b.year,b.month,b.day,b.hour,b.minute,b.second,b.millisecond],O(a))}function Q(a){var b=new Date;return a._useUTC?[b.getUTCFullYear(),b.getUTCMonth(),b.getUTCDate()]:[b.getFullYear(),b.getMonth(),b.getDate()]}function R(a){if(a._f===mb.ISO_8601)return void V(a);a._a=[],a._pf.empty=!0;var b,c,d,e,f,g=F(a._l),h=""+a._i,i=h.length,j=0;for(d=J(a._f,g).match(Fb)||[],b=0;b0&&a._pf.unusedInput.push(f),h=h.slice(h.indexOf(c)+c.length),j+=c.length),hc[e]?(c?a._pf.empty=!1:a._pf.unusedTokens.push(e),M(e,c,a)):a._strict&&!c&&a._pf.unusedTokens.push(e);a._pf.charsLeftOver=i-j,h.length>0&&a._pf.unusedInput.push(h),a._isPm&&a._a[vb]<12&&(a._a[vb]+=12),a._isPm===!1&&12===a._a[vb]&&(a._a[vb]=0),O(a),z(a)}function S(a){return a.replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(a,b,c,d,e){return b||c||d||e})}function T(a){return a.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function U(a){var b,d,e,f,g;if(0===a._f.length)return a._pf.invalidFormat=!0,void(a._d=new Date(0/0));for(f=0;fg)&&(e=g,d=b));j(a,d||b)}function V(a){var b,c,d=a._i,e=Xb.exec(d);if(e){for(a._pf.iso=!0,b=0,c=Zb.length;c>b;b++)if(Zb[b][1].exec(d)){a._f=Zb[b][0]+(e[6]||" ");break}for(b=0,c=$b.length;c>b;b++)if($b[b][1].exec(d)){a._f+=$b[b][0];break}d.match(Nb)&&(a._f+="Z"),R(a)}else a._isValid=!1}function W(a){V(a),a._isValid===!1&&(delete a._isValid,mb.createFromInputFallback(a))}function X(b){var c=b._i,d=Cb.exec(c);c===a?b._d=new Date:d?b._d=new Date(+d[1]):"string"==typeof c?W(b):o(c)?(b._a=c.slice(0),O(b)):p(c)?b._d=new Date(+c):"object"==typeof c?P(b):"number"==typeof c?b._d=new Date(c):mb.createFromInputFallback(b)}function Y(a,b,c,d,e,f,g){var h=new Date(a,b,c,d,e,f,g);return 1970>a&&h.setFullYear(a),h}function Z(a){var b=new Date(Date.UTC.apply(null,arguments));return 1970>a&&b.setUTCFullYear(a),b}function $(a,b){if("string"==typeof a)if(isNaN(a)){if(a=b.weekdaysParse(a),"number"!=typeof a)return null}else a=parseInt(a,10);return a}function _(a,b,c,d,e){return e.relativeTime(b||1,!!c,a,d)}function ab(a,b,c){var d=rb(Math.abs(a)/1e3),e=rb(d/60),f=rb(e/60),g=rb(f/24),h=rb(g/365),i=d0,i[4]=c,_.apply({},i)}function bb(a,b,c){var d,e=c-b,f=c-a.day();return f>e&&(f-=7),e-7>f&&(f+=7),d=mb(a).add("d",f),{week:Math.ceil(d.dayOfYear()/7),year:d.year()}}function cb(a,b,c,d,e){var f,g,h=Z(a,0,1).getUTCDay();return h=0===h?7:h,c=null!=c?c:e,f=e-h+(h>d?7:0)-(e>h?7:0),g=7*(b-1)+(c-e)+f+1,{year:g>0?a:a-1,dayOfYear:g>0?g:x(a-1)+g}}function db(b){var c=b._i,d=b._f;return null===c||d===a&&""===c?mb.invalid({nullInput:!0}):("string"==typeof c&&(b._i=c=F().preparse(c)),mb.isMoment(c)?(b=k(c),b._d=new Date(+c._d)):d?o(d)?U(b):R(b):X(b),new h(b))}function eb(a,b){var c,d;if(1===b.length&&o(b[0])&&(b=b[0]),!b.length)return mb();for(c=b[0],d=1;d=0?"+":"-";return b+m(Math.abs(a),6)},gg:function(){return m(this.weekYear()%100,2)},gggg:function(){return m(this.weekYear(),4)},ggggg:function(){return m(this.weekYear(),5)},GG:function(){return m(this.isoWeekYear()%100,2)},GGGG:function(){return m(this.isoWeekYear(),4)},GGGGG:function(){return m(this.isoWeekYear(),5)},e:function(){return this.weekday()},E:function(){return this.isoWeekday()},a:function(){return this.lang().meridiem(this.hours(),this.minutes(),!0)},A:function(){return this.lang().meridiem(this.hours(),this.minutes(),!1)},H:function(){return this.hours()},h:function(){return this.hours()%12||12},m:function(){return this.minutes()},s:function(){return this.seconds()},S:function(){return u(this.milliseconds()/100)},SS:function(){return m(u(this.milliseconds()/10),2)},SSS:function(){return m(this.milliseconds(),3)},SSSS:function(){return m(this.milliseconds(),3)},Z:function(){var a=-this.zone(),b="+";return 0>a&&(a=-a,b="-"),b+m(u(a/60),2)+":"+m(u(a)%60,2)},ZZ:function(){var a=-this.zone(),b="+";return 0>a&&(a=-a,b="-"),b+m(u(a/60),2)+m(u(a)%60,2)},z:function(){return this.zoneAbbr()},zz:function(){return this.zoneName()},X:function(){return this.unix()},Q:function(){return this.quarter()}},ic=["months","monthsShort","weekdays","weekdaysShort","weekdaysMin"];fc.length;)ob=fc.pop(),hc[ob+"o"]=f(hc[ob],ob);for(;gc.length;)ob=gc.pop(),hc[ob+ob]=e(hc[ob],2);for(hc.DDDD=e(hc.DDD,3),j(g.prototype,{set:function(a){var b,c;for(c in a)b=a[c],"function"==typeof b?this[c]=b:this["_"+c]=b},_months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),months:function(a){return this._months[a.month()]},_monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),monthsShort:function(a){return this._monthsShort[a.month()]},monthsParse:function(a){var b,c,d;for(this._monthsParse||(this._monthsParse=[]),b=0;12>b;b++)if(this._monthsParse[b]||(c=mb.utc([2e3,b]),d="^"+this.months(c,"")+"|^"+this.monthsShort(c,""),this._monthsParse[b]=new RegExp(d.replace(".",""),"i")),this._monthsParse[b].test(a))return b},_weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdays:function(a){return this._weekdays[a.day()]},_weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysShort:function(a){return this._weekdaysShort[a.day()]},_weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),weekdaysMin:function(a){return this._weekdaysMin[a.day()]},weekdaysParse:function(a){var b,c,d;for(this._weekdaysParse||(this._weekdaysParse=[]),b=0;7>b;b++)if(this._weekdaysParse[b]||(c=mb([2e3,1]).day(b),d="^"+this.weekdays(c,"")+"|^"+this.weekdaysShort(c,"")+"|^"+this.weekdaysMin(c,""),this._weekdaysParse[b]=new RegExp(d.replace(".",""),"i")),this._weekdaysParse[b].test(a))return b},_longDateFormat:{LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D YYYY",LLL:"MMMM D YYYY LT",LLLL:"dddd, MMMM D YYYY LT"},longDateFormat:function(a){var b=this._longDateFormat[a];return!b&&this._longDateFormat[a.toUpperCase()]&&(b=this._longDateFormat[a.toUpperCase()].replace(/MMMM|MM|DD|dddd/g,function(a){return a.slice(1)}),this._longDateFormat[a]=b),b},isPM:function(a){return"p"===(a+"").toLowerCase().charAt(0)},_meridiemParse:/[ap]\.?m?\.?/i,meridiem:function(a,b,c){return a>11?c?"pm":"PM":c?"am":"AM"},_calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},calendar:function(a,b){var c=this._calendar[a];return"function"==typeof c?c.apply(b):c},_relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},relativeTime:function(a,b,c,d){var e=this._relativeTime[c];return"function"==typeof e?e(a,b,c,d):e.replace(/%d/i,a)},pastFuture:function(a,b){var c=this._relativeTime[a>0?"future":"past"];return"function"==typeof c?c(b):c.replace(/%s/i,b)},ordinal:function(a){return this._ordinal.replace("%d",a)},_ordinal:"%d",preparse:function(a){return a},postformat:function(a){return a},week:function(a){return bb(a,this._week.dow,this._week.doy).week},_week:{dow:0,doy:6},_invalidDate:"Invalid date",invalidDate:function(){return this._invalidDate}}),mb=function(b,d,e,f){var g;return"boolean"==typeof e&&(f=e,e=a),g={},g._isAMomentObject=!0,g._i=b,g._f=d,g._l=e,g._strict=f,g._isUTC=!1,g._pf=c(),db(g)},mb.suppressDeprecationWarnings=!1,mb.createFromInputFallback=d("moment construction falls back to js Date. This is discouraged and will be removed in upcoming major release. Please refer to https://github.com/moment/moment/issues/1407 for more info.",function(a){a._d=new Date(a._i)}),mb.min=function(){var a=[].slice.call(arguments,0);return eb("isBefore",a)},mb.max=function(){var a=[].slice.call(arguments,0);return eb("isAfter",a)},mb.utc=function(b,d,e,f){var g;return"boolean"==typeof e&&(f=e,e=a),g={},g._isAMomentObject=!0,g._useUTC=!0,g._isUTC=!0,g._l=e,g._i=b,g._f=d,g._strict=f,g._pf=c(),db(g).utc()},mb.unix=function(a){return mb(1e3*a)},mb.duration=function(a,b){var c,d,e,f=a,g=null;return mb.isDuration(a)?f={ms:a._milliseconds,d:a._days,M:a._months}:"number"==typeof a?(f={},b?f[b]=a:f.milliseconds=a):(g=Db.exec(a))?(c="-"===g[1]?-1:1,f={y:0,d:u(g[ub])*c,h:u(g[vb])*c,m:u(g[wb])*c,s:u(g[xb])*c,ms:u(g[yb])*c}):(g=Eb.exec(a))&&(c="-"===g[1]?-1:1,e=function(a){var b=a&&parseFloat(a.replace(",","."));return(isNaN(b)?0:b)*c},f={y:e(g[2]),M:e(g[3]),d:e(g[4]),h:e(g[5]),m:e(g[6]),s:e(g[7]),w:e(g[8])}),d=new i(f),mb.isDuration(a)&&a.hasOwnProperty("_lang")&&(d._lang=a._lang),d},mb.version=pb,mb.defaultFormat=Yb,mb.ISO_8601=function(){},mb.momentProperties=Ab,mb.updateOffset=function(){},mb.relativeTimeThreshold=function(b,c){return ec[b]===a?!1:(ec[b]=c,!0)},mb.lang=function(a,b){var c;return a?(b?D(B(a),b):null===b?(E(a),a="en"):zb[a]||F(a),c=mb.duration.fn._lang=mb.fn._lang=F(a),c._abbr):mb.fn._lang._abbr},mb.langData=function(a){return a&&a._lang&&a._lang._abbr&&(a=a._lang._abbr),F(a)},mb.isMoment=function(a){return a instanceof h||null!=a&&a.hasOwnProperty("_isAMomentObject")},mb.isDuration=function(a){return a instanceof i},ob=ic.length-1;ob>=0;--ob)t(ic[ob]);mb.normalizeUnits=function(a){return r(a)},mb.invalid=function(a){var b=mb.utc(0/0);return null!=a?j(b._pf,a):b._pf.userInvalidated=!0,b},mb.parseZone=function(){return mb.apply(null,arguments).parseZone()},mb.parseTwoDigitYear=function(a){return u(a)+(u(a)>68?1900:2e3)},j(mb.fn=h.prototype,{clone:function(){return mb(this)},valueOf:function(){return+this._d+6e4*(this._offset||0)},unix:function(){return Math.floor(+this/1e3)},toString:function(){return this.clone().lang("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},toDate:function(){return this._offset?new Date(+this):this._d},toISOString:function(){var a=mb(this).utc();return 00:!1},parsingFlags:function(){return j({},this._pf)},invalidAt:function(){return this._pf.overflow},utc:function(){return this.zone(0)},local:function(){return this.zone(0),this._isUTC=!1,this},format:function(a){var b=I(this,a||mb.defaultFormat);return this.lang().postformat(b)},add:function(a,b){var c;return c="string"==typeof a&&"string"==typeof b?mb.duration(isNaN(+b)?+a:+b,isNaN(+b)?b:a):"string"==typeof a?mb.duration(+b,a):mb.duration(a,b),n(this,c,1),this},subtract:function(a,b){var c;return c="string"==typeof a&&"string"==typeof b?mb.duration(isNaN(+b)?+a:+b,isNaN(+b)?b:a):"string"==typeof a?mb.duration(+b,a):mb.duration(a,b),n(this,c,-1),this},diff:function(a,b,c){var d,e,f=C(a,this),g=6e4*(this.zone()-f.zone());return b=r(b),"year"===b||"month"===b?(d=432e5*(this.daysInMonth()+f.daysInMonth()),e=12*(this.year()-f.year())+(this.month()-f.month()),e+=(this-mb(this).startOf("month")-(f-mb(f).startOf("month")))/d,e-=6e4*(this.zone()-mb(this).startOf("month").zone()-(f.zone()-mb(f).startOf("month").zone()))/d,"year"===b&&(e/=12)):(d=this-f,e="second"===b?d/1e3:"minute"===b?d/6e4:"hour"===b?d/36e5:"day"===b?(d-g)/864e5:"week"===b?(d-g)/6048e5:d),c?e:l(e)},from:function(a,b){return mb.duration(this.diff(a)).lang(this.lang()._abbr).humanize(!b)},fromNow:function(a){return this.from(mb(),a)},calendar:function(a){var b=a||mb(),c=C(b,this).startOf("day"),d=this.diff(c,"days",!0),e=-6>d?"sameElse":-1>d?"lastWeek":0>d?"lastDay":1>d?"sameDay":2>d?"nextDay":7>d?"nextWeek":"sameElse";return this.format(this.lang().calendar(e,this))},isLeapYear:function(){return y(this.year())},isDST:function(){return this.zone()+mb(a).startOf(b)},isBefore:function(a,b){return b="undefined"!=typeof b?b:"millisecond",+this.clone().startOf(b)<+mb(a).startOf(b)},isSame:function(a,b){return b=b||"ms",+this.clone().startOf(b)===+C(a,this).startOf(b)},min:d("moment().min is deprecated, use moment.min instead. https://github.com/moment/moment/issues/1548",function(a){return a=mb.apply(null,arguments),this>a?this:a}),max:d("moment().max is deprecated, use moment.max instead. https://github.com/moment/moment/issues/1548",function(a){return a=mb.apply(null,arguments),a>this?this:a}),zone:function(a,b){var c=this._offset||0;return null==a?this._isUTC?c:this._d.getTimezoneOffset():("string"==typeof a&&(a=L(a)),Math.abs(a)<16&&(a=60*a),this._offset=a,this._isUTC=!0,c!==a&&(!b||this._changeInProgress?n(this,mb.duration(c-a,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,mb.updateOffset(this,!0),this._changeInProgress=null)),this)},zoneAbbr:function(){return this._isUTC?"UTC":""},zoneName:function(){return this._isUTC?"Coordinated Universal Time":""},parseZone:function(){return this._tzm?this.zone(this._tzm):"string"==typeof this._i&&this.zone(this._i),this},hasAlignedHourOffset:function(a){return a=a?mb(a).zone():0,(this.zone()-a)%60===0},daysInMonth:function(){return v(this.year(),this.month())},dayOfYear:function(a){var b=rb((mb(this).startOf("day")-mb(this).startOf("year"))/864e5)+1;return null==a?b:this.add("d",a-b)},quarter:function(a){return null==a?Math.ceil((this.month()+1)/3):this.month(3*(a-1)+this.month()%3)},weekYear:function(a){var b=bb(this,this.lang()._week.dow,this.lang()._week.doy).year;return null==a?b:this.add("y",a-b)},isoWeekYear:function(a){var b=bb(this,1,4).year;return null==a?b:this.add("y",a-b)},week:function(a){var b=this.lang().week(this);return null==a?b:this.add("d",7*(a-b))},isoWeek:function(a){var b=bb(this,1,4).week;return null==a?b:this.add("d",7*(a-b))},weekday:function(a){var b=(this.day()+7-this.lang()._week.dow)%7;return null==a?b:this.add("d",a-b)},isoWeekday:function(a){return null==a?this.day()||7:this.day(this.day()%7?a:a-7)},isoWeeksInYear:function(){return w(this.year(),1,4)},weeksInYear:function(){var a=this._lang._week;return w(this.year(),a.dow,a.doy)},get:function(a){return a=r(a),this[a]()},set:function(a,b){return a=r(a),"function"==typeof this[a]&&this[a](b),this},lang:function(b){return b===a?this._lang:(this._lang=F(b),this)}}),mb.fn.millisecond=mb.fn.milliseconds=ib("Milliseconds",!1),mb.fn.second=mb.fn.seconds=ib("Seconds",!1),mb.fn.minute=mb.fn.minutes=ib("Minutes",!1),mb.fn.hour=mb.fn.hours=ib("Hours",!0),mb.fn.date=ib("Date",!0),mb.fn.dates=d("dates accessor is deprecated. Use date instead.",ib("Date",!0)),mb.fn.year=ib("FullYear",!0),mb.fn.years=d("years accessor is deprecated. Use year instead.",ib("FullYear",!0)),mb.fn.days=mb.fn.day,mb.fn.months=mb.fn.month,mb.fn.weeks=mb.fn.week,mb.fn.isoWeeks=mb.fn.isoWeek,mb.fn.quarters=mb.fn.quarter,mb.fn.toJSON=mb.fn.toISOString,j(mb.duration.fn=i.prototype,{_bubble:function(){var a,b,c,d,e=this._milliseconds,f=this._days,g=this._months,h=this._data;h.milliseconds=e%1e3,a=l(e/1e3),h.seconds=a%60,b=l(a/60),h.minutes=b%60,c=l(b/60),h.hours=c%24,f+=l(c/24),h.days=f%30,g+=l(f/30),h.months=g%12,d=l(g/12),h.years=d},weeks:function(){return l(this.days()/7)},valueOf:function(){return this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*u(this._months/12)},humanize:function(a){var b=+this,c=ab(b,!a,this.lang());return a&&(c=this.lang().pastFuture(b,c)),this.lang().postformat(c)},add:function(a,b){var c=mb.duration(a,b);return this._milliseconds+=c._milliseconds,this._days+=c._days,this._months+=c._months,this._bubble(),this},subtract:function(a,b){var c=mb.duration(a,b);return this._milliseconds-=c._milliseconds,this._days-=c._days,this._months-=c._months,this._bubble(),this},get:function(a){return a=r(a),this[a.toLowerCase()+"s"]()},as:function(a){return a=r(a),this["as"+a.charAt(0).toUpperCase()+a.slice(1)+"s"]()},lang:mb.fn.lang,toIsoString:function(){var a=Math.abs(this.years()),b=Math.abs(this.months()),c=Math.abs(this.days()),d=Math.abs(this.hours()),e=Math.abs(this.minutes()),f=Math.abs(this.seconds()+this.milliseconds()/1e3);return this.asSeconds()?(this.asSeconds()<0?"-":"")+"P"+(a?a+"Y":"")+(b?b+"M":"")+(c?c+"D":"")+(d||e||f?"T":"")+(d?d+"H":"")+(e?e+"M":"")+(f?f+"S":""):"P0D"}});for(ob in ac)ac.hasOwnProperty(ob)&&(kb(ob,ac[ob]),jb(ob.toLowerCase()));kb("Weeks",6048e5),mb.duration.fn.asMonths=function(){return(+this-31536e6*this.years())/2592e6+12*this.years()},mb.lang("en",{ordinal:function(a){var b=a%10,c=1===u(a%100/10)?"th":1===b?"st":2===b?"nd":3===b?"rd":"th";return a+c}}),function(a){a(mb)}(function(a){return a.lang("ar-ma",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:6,doy:12}})}),function(a){a(mb)}(function(a){var b={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},c={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"};return a.lang("ar-sa",{months:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},meridiem:function(a){return 12>a?"ص":"م"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(a){return a.replace(/[۰-۹]/g,function(a){return c[a]}).replace(/،/g,",")},postformat:function(a){return a.replace(/\d/g,function(a){return b[a]}).replace(/,/g,"،")},week:{dow:6,doy:12}})}),function(a){a(mb)}(function(a){var b={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},c={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"};return a.lang("ar",{months:"يناير/ كانون الثاني_فبراير/ شباط_مارس/ آذار_أبريل/ نيسان_مايو/ أيار_يونيو/ حزيران_يوليو/ تموز_أغسطس/ آب_سبتمبر/ أيلول_أكتوبر/ تشرين الأول_نوفمبر/ تشرين الثاني_ديسمبر/ كانون الأول".split("_"),monthsShort:"يناير/ كانون الثاني_فبراير/ شباط_مارس/ آذار_أبريل/ نيسان_مايو/ أيار_يونيو/ حزيران_يوليو/ تموز_أغسطس/ آب_سبتمبر/ أيلول_أكتوبر/ تشرين الأول_نوفمبر/ تشرين الثاني_ديسمبر/ كانون الأول".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},meridiem:function(a){return 12>a?"ص":"م"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(a){return a.replace(/[۰-۹]/g,function(a){return c[a]}).replace(/،/g,",")},postformat:function(a){return a.replace(/\d/g,function(a){return b[a]}).replace(/,/g,"،") },week:{dow:6,doy:12}})}),function(a){a(mb)}(function(a){var b={1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-üncü",4:"-üncü",100:"-üncü",6:"-ncı",9:"-uncu",10:"-uncu",30:"-uncu",60:"-ıncı",90:"-ıncı"};return a.lang("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə".split("_"),weekdaysShort:"Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən".split("_"),weekdaysMin:"Bz_BE_ÇA_Çə_CA_Cü_Şə".split("_"),longDateFormat:{LT:"HH:mm",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[gələn həftə] dddd [saat] LT",lastDay:"[dünən] LT",lastWeek:"[keçən həftə] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s əvvəl",s:"birneçə saniyyə",m:"bir dəqiqə",mm:"%d dəqiqə",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiem:function(a){return 4>a?"gecə":12>a?"səhər":17>a?"gündüz":"axşam"},ordinal:function(a){if(0===a)return a+"-ıncı";var c=a%10,d=a%100-c,e=a>=100?100:null;return a+(b[c]||b[d]||b[e])},week:{dow:1,doy:7}})}),function(a){a(mb)}(function(a){return a.lang("bg",{months:"януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),monthsShort:"янр_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек".split("_"),weekdays:"неделя_понеделник_вторник_сряда_четвъртък_петък_събота".split("_"),weekdaysShort:"нед_пон_вто_сря_чет_пет_съб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"H:mm",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[Днес в] LT",nextDay:"[Утре в] LT",nextWeek:"dddd [в] LT",lastDay:"[Вчера в] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[В изминалата] dddd [в] LT";case 1:case 2:case 4:case 5:return"[В изминалия] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"след %s",past:"преди %s",s:"няколко секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дни",M:"месец",MM:"%d месеца",y:"година",yy:"%d години"},ordinal:function(a){var b=a%10,c=a%100;return 0===a?a+"-ев":0===c?a+"-ен":c>10&&20>c?a+"-ти":1===b?a+"-ви":2===b?a+"-ри":7===b||8===b?a+"-ми":a+"-ти"},week:{dow:1,doy:7}})}),function(a){a(mb)}(function(a){var b={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},c={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};return a.lang("bn",{months:"জানুয়ারী_ফেবুয়ারী_মার্চ_এপ্রিল_মে_জুন_জুলাই_অগাস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব_মার্চ_এপর_মে_জুন_জুল_অগ_সেপ্ট_অক্টো_নভ_ডিসেম্".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পত্তিবার_শুক্রুবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পত্তি_শুক্রু_শনি".split("_"),weekdaysMin:"রব_সম_মঙ্গ_বু_ব্রিহ_শু_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, LT",LLLL:"dddd, D MMMM YYYY, LT"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কএক সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(a){return a.replace(/[১২৩৪৫৬৭৮৯০]/g,function(a){return c[a]})},postformat:function(a){return a.replace(/\d/g,function(a){return b[a]})},meridiem:function(a){return 4>a?"রাত":10>a?"শকাল":17>a?"দুপুর":20>a?"বিকেল":"রাত"},week:{dow:0,doy:6}})}),function(a){a(mb)}(function(b){function c(a,b,c){var d={mm:"munutenn",MM:"miz",dd:"devezh"};return a+" "+f(d[c],a)}function d(a){switch(e(a)){case 1:case 3:case 4:case 5:case 9:return a+" bloaz";default:return a+" vloaz"}}function e(a){return a>9?e(a%10):a}function f(a,b){return 2===b?g(a):a}function g(b){var c={m:"v",b:"v",d:"z"};return c[b.charAt(0)]===a?b:c[b.charAt(0)]+b.substring(1)}return b.lang("br",{months:"Genver_C'hwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_C'hwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Merc'her_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),longDateFormat:{LT:"h[e]mm A",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY LT",LLLL:"dddd, D [a viz] MMMM YYYY LT"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warc'hoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Dec'h da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s 'zo",s:"un nebeud segondennoù",m:"ur vunutenn",mm:c,h:"un eur",hh:"%d eur",d:"un devezh",dd:c,M:"ur miz",MM:c,y:"ur bloaz",yy:d},ordinal:function(a){var b=1===a?"añ":"vet";return a+b},week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){function b(a,b,c){var d=a+" ";switch(c){case"m":return b?"jedna minuta":"jedne minute";case"mm":return d+=1===a?"minuta":2===a||3===a||4===a?"minute":"minuta";case"h":return b?"jedan sat":"jednog sata";case"hh":return d+=1===a?"sat":2===a||3===a||4===a?"sata":"sati";case"dd":return d+=1===a?"dan":"dana";case"MM":return d+=1===a?"mjesec":2===a||3===a||4===a?"mjeseca":"mjeseci";case"yy":return d+=1===a?"godina":2===a||3===a||4===a?"godine":"godina"}}return a.lang("bs",{months:"januar_februar_mart_april_maj_juni_juli_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),longDateFormat:{LT:"H:mm",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd, D. MMMM YYYY LT"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",m:b,mm:b,h:b,hh:b,d:"dan",dd:b,M:"mjesec",MM:b,y:"godinu",yy:b},ordinal:"%d.",week:{dow:1,doy:7}})}),function(a){a(mb)}(function(a){return a.lang("ca",{months:"gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),monthsShort:"gen._febr._mar._abr._mai._jun._jul._ag._set._oct._nov._des.".split("_"),weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"Dg_Dl_Dt_Dc_Dj_Dv_Ds".split("_"),longDateFormat:{LT:"H:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"fa %s",s:"uns segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},ordinal:"%dº",week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){function b(a){return a>1&&5>a&&1!==~~(a/10)}function c(a,c,d,e){var f=a+" ";switch(d){case"s":return c||e?"pár sekund":"pár sekundami";case"m":return c?"minuta":e?"minutu":"minutou";case"mm":return c||e?f+(b(a)?"minuty":"minut"):f+"minutami";break;case"h":return c?"hodina":e?"hodinu":"hodinou";case"hh":return c||e?f+(b(a)?"hodiny":"hodin"):f+"hodinami";break;case"d":return c||e?"den":"dnem";case"dd":return c||e?f+(b(a)?"dny":"dní"):f+"dny";break;case"M":return c||e?"měsíc":"měsícem";case"MM":return c||e?f+(b(a)?"měsíce":"měsíců"):f+"měsíci";break;case"y":return c||e?"rok":"rokem";case"yy":return c||e?f+(b(a)?"roky":"let"):f+"lety"}}var d="leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_"),e="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_");return a.lang("cs",{months:d,monthsShort:e,monthsParse:function(a,b){var c,d=[];for(c=0;12>c;c++)d[c]=new RegExp("^"+a[c]+"$|^"+b[c]+"$","i");return d}(d,e),weekdays:"neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),weekdaysShort:"ne_po_út_st_čt_pá_so".split("_"),weekdaysMin:"ne_po_út_st_čt_pá_so".split("_"),longDateFormat:{LT:"H.mm",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd D. MMMM YYYY LT"},calendar:{sameDay:"[dnes v] LT",nextDay:"[zítra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v neděli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve středu v] LT";case 4:return"[ve čtvrtek v] LT";case 5:return"[v pátek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[včera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou neděli v] LT";case 1:case 2:return"[minulé] dddd [v] LT";case 3:return"[minulou středu v] LT";case 4:case 5:return"[minulý] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"před %s",s:c,m:c,mm:c,h:c,hh:c,d:c,dd:c,M:c,MM:c,y:c,yy:c},ordinal:"%d.",week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){return a.lang("cv",{months:"кăрлач_нарăс_пуш_ака_май_çĕртме_утă_çурла_авăн_юпа_чӳк_раштав".split("_"),monthsShort:"кăр_нар_пуш_ака_май_çĕр_утă_çур_ав_юпа_чӳк_раш".split("_"),weekdays:"вырсарникун_тунтикун_ытларикун_юнкун_кĕçнерникун_эрнекун_шăматкун".split("_"),weekdaysShort:"выр_тун_ытл_юн_кĕç_эрн_шăм".split("_"),weekdaysMin:"вр_тн_ыт_юн_кç_эр_шм".split("_"),longDateFormat:{LT:"HH:mm",L:"DD-MM-YYYY",LL:"YYYY [çулхи] MMMM [уйăхĕн] D[-мĕшĕ]",LLL:"YYYY [çулхи] MMMM [уйăхĕн] D[-мĕшĕ], LT",LLLL:"dddd, YYYY [çулхи] MMMM [уйăхĕн] D[-мĕшĕ], LT"},calendar:{sameDay:"[Паян] LT [сехетре]",nextDay:"[Ыран] LT [сехетре]",lastDay:"[Ĕнер] LT [сехетре]",nextWeek:"[Çитес] dddd LT [сехетре]",lastWeek:"[Иртнĕ] dddd LT [сехетре]",sameElse:"L"},relativeTime:{future:function(a){var b=/сехет$/i.exec(a)?"рен":/çул$/i.exec(a)?"тан":"ран";return a+b},past:"%s каялла",s:"пĕр-ик çеккунт",m:"пĕр минут",mm:"%d минут",h:"пĕр сехет",hh:"%d сехет",d:"пĕр кун",dd:"%d кун",M:"пĕр уйăх",MM:"%d уйăх",y:"пĕр çул",yy:"%d çул"},ordinal:"%d-мĕш",week:{dow:1,doy:7}})}),function(a){a(mb)}(function(a){return a.lang("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn ôl",s:"ychydig eiliadau",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},ordinal:function(a){var b=a,c="",d=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"];return b>20?c=40===b||50===b||60===b||80===b||100===b?"fed":"ain":b>0&&(c=d[b]),a+c},week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){return a.lang("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tir_ons_tor_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd [d.] D. MMMM YYYY LT"},calendar:{sameDay:"[I dag kl.] LT",nextDay:"[I morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[I går kl.] LT",lastWeek:"[sidste] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},ordinal:"%d.",week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){function b(a,b,c){var d={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[a+" Tage",a+" Tagen"],M:["ein Monat","einem Monat"],MM:[a+" Monate",a+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[a+" Jahre",a+" Jahren"]};return b?d[c][0]:d[c][1]}return a.lang("de-at",{months:"Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jän._Febr._Mrz._Apr._Mai_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm [Uhr]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd, D. MMMM YYYY LT"},calendar:{sameDay:"[Heute um] LT",sameElse:"L",nextDay:"[Morgen um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gestern um] LT",lastWeek:"[letzten] dddd [um] LT"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",m:b,mm:"%d Minuten",h:b,hh:"%d Stunden",d:b,dd:b,M:b,MM:b,y:b,yy:b},ordinal:"%d.",week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){function b(a,b,c){var d={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[a+" Tage",a+" Tagen"],M:["ein Monat","einem Monat"],MM:[a+" Monate",a+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[a+" Jahre",a+" Jahren"]};return b?d[c][0]:d[c][1]}return a.lang("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Apr._Mai_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm [Uhr]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd, D. MMMM YYYY LT"},calendar:{sameDay:"[Heute um] LT",sameElse:"L",nextDay:"[Morgen um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gestern um] LT",lastWeek:"[letzten] dddd [um] LT"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",m:b,mm:"%d Minuten",h:b,hh:"%d Stunden",d:b,dd:b,M:b,MM:b,y:b,yy:b},ordinal:"%d.",week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){return a.lang("el",{monthsNominativeEl:"Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος".split("_"),monthsGenitiveEl:"Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου".split("_"),months:function(a,b){return/D/.test(b.substring(0,b.indexOf("MMMM")))?this._monthsGenitiveEl[a.month()]:this._monthsNominativeEl[a.month()]},monthsShort:"Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ".split("_"),weekdays:"Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο".split("_"),weekdaysShort:"Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ".split("_"),weekdaysMin:"Κυ_Δε_Τρ_Τε_Πε_Πα_Σα".split("_"),meridiem:function(a,b,c){return a>11?c?"μμ":"ΜΜ":c?"πμ":"ΠΜ"},longDateFormat:{LT:"h:mm A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendarEl:{sameDay:"[Σήμερα {}] LT",nextDay:"[Αύριο {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[Χθες {}] LT",lastWeek:function(){switch(this.day()){case 6:return"[το προηγούμενο] dddd [{}] LT";default:return"[την προηγούμενη] dddd [{}] LT"}},sameElse:"L"},calendar:function(a,b){var c=this._calendarEl[a],d=b&&b.hours();return"function"==typeof c&&(c=c.apply(b)),c.replace("{}",d%12===1?"στη":"στις")},relativeTime:{future:"σε %s",past:"%s πριν",s:"δευτερόλεπτα",m:"ένα λεπτό",mm:"%d λεπτά",h:"μία ώρα",hh:"%d ώρες",d:"μία μέρα",dd:"%d μέρες",M:"ένας μήνας",MM:"%d μήνες",y:"ένας χρόνος",yy:"%d χρόνια"},ordinal:function(a){return a+"η"},week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){return a.lang("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},ordinal:function(a){var b=a%10,c=1===~~(a%100/10)?"th":1===b?"st":2===b?"nd":3===b?"rd":"th";return a+c},week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){return a.lang("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",L:"YYYY-MM-DD",LL:"D MMMM, YYYY",LLL:"D MMMM, YYYY LT",LLLL:"dddd, D MMMM, YYYY LT"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},ordinal:function(a){var b=a%10,c=1===~~(a%100/10)?"th":1===b?"st":2===b?"nd":3===b?"rd":"th";return a+c}})}),function(a){a(mb)}(function(a){return a.lang("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},ordinal:function(a){var b=a%10,c=1===~~(a%100/10)?"th":1===b?"st":2===b?"nd":3===b?"rd":"th";return a+c},week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){return a.lang("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aŭg_sep_okt_nov_dec".split("_"),weekdays:"Dimanĉo_Lundo_Mardo_Merkredo_Ĵaŭdo_Vendredo_Sabato".split("_"),weekdaysShort:"Dim_Lun_Mard_Merk_Ĵaŭ_Ven_Sab".split("_"),weekdaysMin:"Di_Lu_Ma_Me_Ĵa_Ve_Sa".split("_"),longDateFormat:{LT:"HH:mm",L:"YYYY-MM-DD",LL:"D[-an de] MMMM, YYYY",LLL:"D[-an de] MMMM, YYYY LT",LLLL:"dddd, [la] D[-an de] MMMM, YYYY LT"},meridiem:function(a,b,c){return a>11?c?"p.t.m.":"P.T.M.":c?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodiaŭ je] LT",nextDay:"[Morgaŭ je] LT",nextWeek:"dddd [je] LT",lastDay:"[Hieraŭ je] LT",lastWeek:"[pasinta] dddd [je] LT",sameElse:"L"},relativeTime:{future:"je %s",past:"antaŭ %s",s:"sekundoj",m:"minuto",mm:"%d minutoj",h:"horo",hh:"%d horoj",d:"tago",dd:"%d tagoj",M:"monato",MM:"%d monatoj",y:"jaro",yy:"%d jaroj"},ordinal:"%da",week:{dow:1,doy:7}})}),function(a){a(mb)}(function(a){var b="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),c="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_");return a.lang("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(a,d){return/-MMM-/.test(d)?c[a.month()]:b[a.month()]},weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"Do_Lu_Ma_Mi_Ju_Vi_Sá".split("_"),longDateFormat:{LT:"H:mm",L:"DD/MM/YYYY",LL:"D [de] MMMM [del] YYYY",LLL:"D [de] MMMM [del] YYYY LT",LLLL:"dddd, D [de] MMMM [del] YYYY LT"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},ordinal:"%dº",week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){function b(a,b,c,d){var e={s:["mõne sekundi","mõni sekund","paar sekundit"],m:["ühe minuti","üks minut"],mm:[a+" minuti",a+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[a+" tunni",a+" tundi"],d:["ühe päeva","üks päev"],M:["kuu aja","kuu aega","üks kuu"],MM:[a+" kuu",a+" kuud"],y:["ühe aasta","aasta","üks aasta"],yy:[a+" aasta",a+" aastat"]};return b?e[c][2]?e[c][2]:e[c][1]:d?e[c][0]:e[c][1]}return a.lang("et",{months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd, D. MMMM YYYY LT"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:b,m:b,mm:b,h:b,hh:b,d:b,dd:"%d päeva",M:b,MM:b,y:b,yy:b},ordinal:"%d.",week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){return a.lang("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),longDateFormat:{LT:"HH:mm",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] LT",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] LT",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] LT",llll:"ddd, YYYY[ko] MMM D[a] LT"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},ordinal:"%d.",week:{dow:1,doy:7}})}),function(a){a(mb)}(function(a){var b={1:"۱",2:"۲",3:"۳",4:"۴",5:"۵",6:"۶",7:"۷",8:"۸",9:"۹",0:"۰"},c={"۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","۰":"0"};return a.lang("fa",{months:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),weekdays:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysShort:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},meridiem:function(a){return 12>a?"قبل از ظهر":"بعد از ظهر"},calendar:{sameDay:"[امروز ساعت] LT",nextDay:"[فردا ساعت] LT",nextWeek:"dddd [ساعت] LT",lastDay:"[دیروز ساعت] LT",lastWeek:"dddd [پیش] [ساعت] LT",sameElse:"L"},relativeTime:{future:"در %s",past:"%s پیش",s:"چندین ثانیه",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"},preparse:function(a){return a.replace(/[۰-۹]/g,function(a){return c[a]}).replace(/،/g,",")},postformat:function(a){return a.replace(/\d/g,function(a){return b[a]}).replace(/,/g,"،")},ordinal:"%dم",week:{dow:6,doy:12}})}),function(a){a(mb)}(function(a){function b(a,b,d,e){var f="";switch(d){case"s":return e?"muutaman sekunnin":"muutama sekunti";case"m":return e?"minuutin":"minuutti";case"mm":f=e?"minuutin":"minuuttia";break;case"h":return e?"tunnin":"tunti";case"hh":f=e?"tunnin":"tuntia";break;case"d":return e?"päivän":"päivä";case"dd":f=e?"päivän":"päivää";break;case"M":return e?"kuukauden":"kuukausi";case"MM":f=e?"kuukauden":"kuukautta";break;case"y":return e?"vuoden":"vuosi";case"yy":f=e?"vuoden":"vuotta"}return f=c(a,e)+" "+f}function c(a,b){return 10>a?b?e[a]:d[a]:a}var d="nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" "),e=["nolla","yhden","kahden","kolmen","neljän","viiden","kuuden",d[7],d[8],d[9]];return a.lang("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] LT",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] LT",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] LT",llll:"ddd, Do MMM YYYY, [klo] LT"},calendar:{sameDay:"[tänään] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s päästä",past:"%s sitten",s:b,m:b,mm:b,h:b,hh:b,d:b,dd:b,M:b,MM:b,y:b,yy:b},ordinal:"%d.",week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){return a.lang("fo",{months:"januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur".split("_"),weekdaysShort:"sun_mán_týs_mik_hós_frí_ley".split("_"),weekdaysMin:"su_má_tý_mi_hó_fr_le".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D. MMMM, YYYY LT"},calendar:{sameDay:"[Í dag kl.] LT",nextDay:"[Í morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[Í gjár kl.] LT",lastWeek:"[síðstu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s síðani",s:"fá sekund",m:"ein minutt",mm:"%d minuttir",h:"ein tími",hh:"%d tímar",d:"ein dagur",dd:"%d dagar",M:"ein mánaði",MM:"%d mánaðir",y:"eitt ár",yy:"%d ár"},ordinal:"%d.",week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){return a.lang("fr-ca",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"Di_Lu_Ma_Me_Je_Ve_Sa".split("_"),longDateFormat:{LT:"HH:mm",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[Aujourd'hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},ordinal:function(a){return a+(1===a?"er":"")}})}),function(a){a(mb)}(function(a){return a.lang("fr",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"Di_Lu_Ma_Me_Je_Ve_Sa".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[Aujourd'hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},ordinal:function(a){return a+(1===a?"er":"")},week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){return a.lang("gl",{months:"Xaneiro_Febreiro_Marzo_Abril_Maio_Xuño_Xullo_Agosto_Setembro_Outubro_Novembro_Decembro".split("_"),monthsShort:"Xan._Feb._Mar._Abr._Mai._Xuñ._Xul._Ago._Set._Out._Nov._Dec.".split("_"),weekdays:"Domingo_Luns_Martes_Mércores_Xoves_Venres_Sábado".split("_"),weekdaysShort:"Dom._Lun._Mar._Mér._Xov._Ven._Sáb.".split("_"),weekdaysMin:"Do_Lu_Ma_Mé_Xo_Ve_Sá".split("_"),longDateFormat:{LT:"H:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+(1!==this.hours()?"ás":"á")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"ás":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"á":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"ás":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(a){return"uns segundos"===a?"nuns segundos":"en "+a},past:"hai %s",s:"uns segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},ordinal:"%dº",week:{dow:1,doy:7}})}),function(a){a(mb)}(function(a){return a.lang("he",{months:"ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),monthsShort:"ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳".split("_"),weekdays:"ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת".split("_"),weekdaysShort:"א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳".split("_"),weekdaysMin:"א_ב_ג_ד_ה_ו_ש".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D [ב]MMMM YYYY",LLL:"D [ב]MMMM YYYY LT",LLLL:"dddd, D [ב]MMMM YYYY LT",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY LT",llll:"ddd, D MMM YYYY LT"},calendar:{sameDay:"[היום ב־]LT",nextDay:"[מחר ב־]LT",nextWeek:"dddd [בשעה] LT",lastDay:"[אתמול ב־]LT",lastWeek:"[ביום] dddd [האחרון בשעה] LT",sameElse:"L"},relativeTime:{future:"בעוד %s",past:"לפני %s",s:"מספר שניות",m:"דקה",mm:"%d דקות",h:"שעה",hh:function(a){return 2===a?"שעתיים":a+" שעות" },d:"יום",dd:function(a){return 2===a?"יומיים":a+" ימים"},M:"חודש",MM:function(a){return 2===a?"חודשיים":a+" חודשים"},y:"שנה",yy:function(a){return 2===a?"שנתיים":a+" שנים"}}})}),function(a){a(mb)}(function(a){var b={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},c={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};return a.lang("hi",{months:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, LT",LLLL:"dddd, D MMMM YYYY, LT"},calendar:{sameDay:"[आज] LT",nextDay:"[कल] LT",nextWeek:"dddd, LT",lastDay:"[कल] LT",lastWeek:"[पिछले] dddd, LT",sameElse:"L"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"},preparse:function(a){return a.replace(/[१२३४५६७८९०]/g,function(a){return c[a]})},postformat:function(a){return a.replace(/\d/g,function(a){return b[a]})},meridiem:function(a){return 4>a?"रात":10>a?"सुबह":17>a?"दोपहर":20>a?"शाम":"रात"},week:{dow:0,doy:6}})}),function(a){a(mb)}(function(a){function b(a,b,c){var d=a+" ";switch(c){case"m":return b?"jedna minuta":"jedne minute";case"mm":return d+=1===a?"minuta":2===a||3===a||4===a?"minute":"minuta";case"h":return b?"jedan sat":"jednog sata";case"hh":return d+=1===a?"sat":2===a||3===a||4===a?"sata":"sati";case"dd":return d+=1===a?"dan":"dana";case"MM":return d+=1===a?"mjesec":2===a||3===a||4===a?"mjeseca":"mjeseci";case"yy":return d+=1===a?"godina":2===a||3===a||4===a?"godine":"godina"}}return a.lang("hr",{months:"sječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_"),monthsShort:"sje._vel._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),longDateFormat:{LT:"H:mm",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd, D. MMMM YYYY LT"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",m:b,mm:b,h:b,hh:b,d:"dan",dd:b,M:"mjesec",MM:b,y:"godinu",yy:b},ordinal:"%d.",week:{dow:1,doy:7}})}),function(a){a(mb)}(function(a){function b(a,b,c,d){var e=a;switch(c){case"s":return d||b?"néhány másodperc":"néhány másodperce";case"m":return"egy"+(d||b?" perc":" perce");case"mm":return e+(d||b?" perc":" perce");case"h":return"egy"+(d||b?" óra":" órája");case"hh":return e+(d||b?" óra":" órája");case"d":return"egy"+(d||b?" nap":" napja");case"dd":return e+(d||b?" nap":" napja");case"M":return"egy"+(d||b?" hónap":" hónapja");case"MM":return e+(d||b?" hónap":" hónapja");case"y":return"egy"+(d||b?" év":" éve");case"yy":return e+(d||b?" év":" éve")}return""}function c(a){return(a?"":"[múlt] ")+"["+d[this.day()]+"] LT[-kor]"}var d="vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" ");return a.lang("hu",{months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan_feb_márc_ápr_máj_jún_júl_aug_szept_okt_nov_dec".split("_"),weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D., LT",LLLL:"YYYY. MMMM D., dddd LT"},meridiem:function(a,b,c){return 12>a?c===!0?"de":"DE":c===!0?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return c.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return c.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s múlva",past:"%s",s:b,m:b,mm:b,h:b,hh:b,d:b,dd:b,M:b,MM:b,y:b,yy:b},ordinal:"%d.",week:{dow:1,doy:7}})}),function(a){a(mb)}(function(a){function b(a,b){var c={nominative:"հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր".split("_"),accusative:"հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի".split("_")},d=/D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/.test(b)?"accusative":"nominative";return c[d][a.month()]}function c(a){var b="հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_");return b[a.month()]}function d(a){var b="կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_");return b[a.day()]}return a.lang("hy-am",{months:b,monthsShort:c,weekdays:d,weekdaysShort:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),weekdaysMin:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),longDateFormat:{LT:"HH:mm",L:"DD.MM.YYYY",LL:"D MMMM YYYY թ.",LLL:"D MMMM YYYY թ., LT",LLLL:"dddd, D MMMM YYYY թ., LT"},calendar:{sameDay:"[այսօր] LT",nextDay:"[վաղը] LT",lastDay:"[երեկ] LT",nextWeek:function(){return"dddd [օրը ժամը] LT"},lastWeek:function(){return"[անցած] dddd [օրը ժամը] LT"},sameElse:"L"},relativeTime:{future:"%s հետո",past:"%s առաջ",s:"մի քանի վայրկյան",m:"րոպե",mm:"%d րոպե",h:"ժամ",hh:"%d ժամ",d:"օր",dd:"%d օր",M:"ամիս",MM:"%d ամիս",y:"տարի",yy:"%d տարի"},meridiem:function(a){return 4>a?"գիշերվա":12>a?"առավոտվա":17>a?"ցերեկվա":"երեկոյան"},ordinal:function(a,b){switch(b){case"DDD":case"w":case"W":case"DDDo":return 1===a?a+"-ին":a+"-րդ";default:return a}},week:{dow:1,doy:7}})}),function(a){a(mb)}(function(a){return a.lang("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] LT",LLLL:"dddd, D MMMM YYYY [pukul] LT"},meridiem:function(a){return 11>a?"pagi":15>a?"siang":19>a?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}),function(a){a(mb)}(function(a){function b(a){return a%100===11?!0:a%10===1?!1:!0}function c(a,c,d,e){var f=a+" ";switch(d){case"s":return c||e?"nokkrar sekúndur":"nokkrum sekúndum";case"m":return c?"mínúta":"mínútu";case"mm":return b(a)?f+(c||e?"mínútur":"mínútum"):c?f+"mínúta":f+"mínútu";case"hh":return b(a)?f+(c||e?"klukkustundir":"klukkustundum"):f+"klukkustund";case"d":return c?"dagur":e?"dag":"degi";case"dd":return b(a)?c?f+"dagar":f+(e?"daga":"dögum"):c?f+"dagur":f+(e?"dag":"degi");case"M":return c?"mánuður":e?"mánuð":"mánuði";case"MM":return b(a)?c?f+"mánuðir":f+(e?"mánuði":"mánuðum"):c?f+"mánuður":f+(e?"mánuð":"mánuði");case"y":return c||e?"ár":"ári";case"yy":return b(a)?f+(c||e?"ár":"árum"):f+(c||e?"ár":"ári")}}return a.lang("is",{months:"janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),monthsShort:"jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),weekdays:"sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),weekdaysShort:"sun_mán_þri_mið_fim_fös_lau".split("_"),weekdaysMin:"Su_Má_Þr_Mi_Fi_Fö_La".split("_"),longDateFormat:{LT:"H:mm",L:"DD/MM/YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] LT",LLLL:"dddd, D. MMMM YYYY [kl.] LT"},calendar:{sameDay:"[í dag kl.] LT",nextDay:"[á morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[í gær kl.] LT",lastWeek:"[síðasta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s síðan",s:c,m:c,mm:c,h:"klukkustund",hh:c,d:c,dd:c,M:c,MM:c,y:c,yy:c},ordinal:"%d.",week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){return a.lang("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"Domenica_Lunedì_Martedì_Mercoledì_Giovedì_Venerdì_Sabato".split("_"),weekdaysShort:"Dom_Lun_Mar_Mer_Gio_Ven_Sab".split("_"),weekdaysMin:"D_L_Ma_Me_G_V_S".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:"[lo scorso] dddd [alle] LT",sameElse:"L"},relativeTime:{future:function(a){return(/^[0-9].+$/.test(a)?"tra":"in")+" "+a},past:"%s fa",s:"alcuni secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},ordinal:"%dº",week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){return a.lang("ja",{months:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"Ah時m分",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日LT",LLLL:"YYYY年M月D日LT dddd"},meridiem:function(a){return 12>a?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:"[来週]dddd LT",lastDay:"[昨日] LT",lastWeek:"[前週]dddd LT",sameElse:"L"},relativeTime:{future:"%s後",past:"%s前",s:"数秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}})}),function(a){a(mb)}(function(a){function b(a,b){var c={nominative:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),accusative:"იანვარს_თებერვალს_მარტს_აპრილის_მაისს_ივნისს_ივლისს_აგვისტს_სექტემბერს_ოქტომბერს_ნოემბერს_დეკემბერს".split("_")},d=/D[oD] *MMMM?/.test(b)?"accusative":"nominative";return c[d][a.month()]}function c(a,b){var c={nominative:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),accusative:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_")},d=/(წინა|შემდეგ)/.test(b)?"accusative":"nominative";return c[d][a.day()]}return a.lang("ka",{months:b,monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:c,weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),longDateFormat:{LT:"h:mm A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[დღეს] LT[-ზე]",nextDay:"[ხვალ] LT[-ზე]",lastDay:"[გუშინ] LT[-ზე]",nextWeek:"[შემდეგ] dddd LT[-ზე]",lastWeek:"[წინა] dddd LT-ზე",sameElse:"L"},relativeTime:{future:function(a){return/(წამი|წუთი|საათი|წელი)/.test(a)?a.replace(/ი$/,"ში"):a+"ში"},past:function(a){return/(წამი|წუთი|საათი|დღე|თვე)/.test(a)?a.replace(/(ი|ე)$/,"ის წინ"):/წელი/.test(a)?a.replace(/წელი$/,"წლის წინ"):void 0},s:"რამდენიმე წამი",m:"წუთი",mm:"%d წუთი",h:"საათი",hh:"%d საათი",d:"დღე",dd:"%d დღე",M:"თვე",MM:"%d თვე",y:"წელი",yy:"%d წელი"},ordinal:function(a){return 0===a?a:1===a?a+"-ლი":20>a||100>=a&&a%20===0||a%100===0?"მე-"+a:a+"-ე"},week:{dow:1,doy:7}})}),function(a){a(mb)}(function(a){return a.lang("km",{months:"មករា_កុម្ភៈ_មិនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),monthsShort:"មករា_កុម្ភៈ_មិនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekdays:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysShort:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysMin:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[ថ្ងៃនៈ ម៉ោង] LT",nextDay:"[ស្អែក ម៉ោង] LT",nextWeek:"dddd [ម៉ោង] LT",lastDay:"[ម្សិលមិញ ម៉ោង] LT",lastWeek:"dddd [សប្តាហ៍មុន] [ម៉ោង] LT",sameElse:"L"},relativeTime:{future:"%sទៀត",past:"%sមុន",s:"ប៉ុន្មានវិនាទី",m:"មួយនាទី",mm:"%d នាទី",h:"មួយម៉ោង",hh:"%d ម៉ោង",d:"មួយថ្ងៃ",dd:"%d ថ្ងៃ",M:"មួយខែ",MM:"%d ខែ",y:"មួយឆ្នាំ",yy:"%d ឆ្នាំ"},week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){return a.lang("ko",{months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h시 mm분",L:"YYYY.MM.DD",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 LT",LLLL:"YYYY년 MMMM D일 dddd LT"},meridiem:function(a){return 12>a?"오전":"오후"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇초",ss:"%d초",m:"일분",mm:"%d분",h:"한시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한달",MM:"%d달",y:"일년",yy:"%d년"},ordinal:"%d일",meridiemParse:/(오전|오후)/,isPM:function(a){return"오후"===a}})}),function(a){a(mb)}(function(a){function b(a,b,c){var d={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],dd:[a+" Deeg",a+" Deeg"],M:["ee Mount","engem Mount"],MM:[a+" Méint",a+" Méint"],y:["ee Joer","engem Joer"],yy:[a+" Joer",a+" Joer"]};return b?d[c][0]:d[c][1]}function c(a){var b=a.substr(0,a.indexOf(" "));return g(b)?"a "+a:"an "+a}function d(a){var b=a.substr(0,a.indexOf(" "));return g(b)?"viru "+a:"virun "+a}function e(){var a=this.format("d");return f(a)?"[Leschte] dddd [um] LT":"[Leschten] dddd [um] LT"}function f(a){switch(a=parseInt(a,10)){case 0:case 1:case 3:case 5:case 6:return!0;default:return!1}}function g(a){if(a=parseInt(a,10),isNaN(a))return!1;if(0>a)return!0;if(10>a)return a>=4&&7>=a?!0:!1;if(100>a){var b=a%10,c=a/10;return g(0===b?c:b)}if(1e4>a){for(;a>=10;)a/=10;return g(a)}return a/=1e3,g(a)}return a.lang("lb",{months:"Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),weekdays:"Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._Mé._Dë._Më._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mé_Dë_Më_Do_Fr_Sa".split("_"),longDateFormat:{LT:"H:mm [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd, D. MMMM YYYY LT"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gëschter um] LT",lastWeek:e},relativeTime:{future:c,past:d,s:"e puer Sekonnen",m:b,mm:"%d Minutten",h:b,hh:"%d Stonnen",d:b,dd:b,M:b,MM:b,y:b,yy:b},ordinal:"%d.",week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){function b(a,b,c,d){return b?"kelios sekundės":d?"kelių sekundžių":"kelias sekundes"}function c(a,b,c,d){return b?e(c)[0]:d?e(c)[1]:e(c)[2]}function d(a){return a%10===0||a>10&&20>a}function e(a){return h[a].split("_")}function f(a,b,f,g){var h=a+" ";return 1===a?h+c(a,b,f[0],g):b?h+(d(a)?e(f)[1]:e(f)[0]):g?h+e(f)[1]:h+(d(a)?e(f)[1]:e(f)[2])}function g(a,b){var c=-1===b.indexOf("dddd HH:mm"),d=i[a.day()];return c?d:d.substring(0,d.length-2)+"į"}var h={m:"minutė_minutės_minutę",mm:"minutės_minučių_minutes",h:"valanda_valandos_valandą",hh:"valandos_valandų_valandas",d:"diena_dienos_dieną",dd:"dienos_dienų_dienas",M:"mėnuo_mėnesio_mėnesį",MM:"mėnesiai_mėnesių_mėnesius",y:"metai_metų_metus",yy:"metai_metų_metus"},i="sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis".split("_");return a.lang("lt",{months:"sausio_vasario_kovo_balandžio_gegužės_biržėlio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio".split("_"),monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:g,weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_Šeš".split("_"),weekdaysMin:"S_P_A_T_K_Pn_Š".split("_"),longDateFormat:{LT:"HH:mm",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], LT [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, LT [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], LT [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, LT [val.]"},calendar:{sameDay:"[Šiandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Praėjusį] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prieš %s",s:b,m:c,mm:f,h:c,hh:f,d:c,dd:f,M:c,MM:f,y:c,yy:f},ordinal:function(a){return a+"-oji"},week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){function b(a,b,c){var d=a.split("_");return c?b%10===1&&11!==b?d[2]:d[3]:b%10===1&&11!==b?d[0]:d[1]}function c(a,c,e){return a+" "+b(d[e],a,c)}var d={mm:"minūti_minūtes_minūte_minūtes",hh:"stundu_stundas_stunda_stundas",dd:"dienu_dienas_diena_dienas",MM:"mēnesi_mēnešus_mēnesis_mēneši",yy:"gadu_gadus_gads_gadi"};return a.lang("lv",{months:"janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),weekdays:"svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),longDateFormat:{LT:"HH:mm",L:"DD.MM.YYYY",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, LT",LLLL:"YYYY. [gada] D. MMMM, dddd, LT"},calendar:{sameDay:"[Šodien pulksten] LT",nextDay:"[Rīt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pagājušā] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"%s vēlāk",past:"%s agrāk",s:"dažas sekundes",m:"minūti",mm:c,h:"stundu",hh:c,d:"dienu",dd:c,M:"mēnesi",MM:c,y:"gadu",yy:c},ordinal:"%d.",week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){return a.lang("mk",{months:"јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември".split("_"),monthsShort:"јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек".split("_"),weekdays:"недела_понеделник_вторник_среда_четврток_петок_сабота".split("_"),weekdaysShort:"нед_пон_вто_сре_чет_пет_саб".split("_"),weekdaysMin:"нe_пo_вт_ср_че_пе_сa".split("_"),longDateFormat:{LT:"H:mm",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[Денес во] LT",nextDay:"[Утре во] LT",nextWeek:"dddd [во] LT",lastDay:"[Вчера во] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Во изминатата] dddd [во] LT";case 1:case 2:case 4:case 5:return"[Во изминатиот] dddd [во] LT"}},sameElse:"L"},relativeTime:{future:"после %s",past:"пред %s",s:"неколку секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дена",M:"месец",MM:"%d месеци",y:"година",yy:"%d години"},ordinal:function(a){var b=a%10,c=a%100;return 0===a?a+"-ев":0===c?a+"-ен":c>10&&20>c?a+"-ти":1===b?a+"-ви":2===b?a+"-ри":7===b||8===b?a+"-ми":a+"-ти"},week:{dow:1,doy:7}})}),function(a){a(mb)}(function(a){return a.lang("ml",{months:"ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ".split("_"),monthsShort:"ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.".split("_"),weekdays:"ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച".split("_"),weekdaysShort:"ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി".split("_"),weekdaysMin:"ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ".split("_"),longDateFormat:{LT:"A h:mm -നു",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, LT",LLLL:"dddd, D MMMM YYYY, LT"},calendar:{sameDay:"[ഇന്ന്] LT",nextDay:"[നാളെ] LT",nextWeek:"dddd, LT",lastDay:"[ഇന്നലെ] LT",lastWeek:"[കഴിഞ്ഞ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s കഴിഞ്ഞ്",past:"%s മുൻപ്",s:"അൽപ നിമിഷങ്ങൾ",m:"ഒരു മിനിറ്റ്",mm:"%d മിനിറ്റ്",h:"ഒരു മണിക്കൂർ",hh:"%d മണിക്കൂർ",d:"ഒരു ദിവസം",dd:"%d ദിവസം",M:"ഒരു മാസം",MM:"%d മാസം",y:"ഒരു വർഷം",yy:"%d വർഷം"},meridiem:function(a){return 4>a?"രാത്രി":12>a?"രാവിലെ":17>a?"ഉച്ച കഴിഞ്ഞ്":20>a?"വൈകുന്നേരം":"രാത്രി"}})}),function(a){a(mb)}(function(a){var b={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},c={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};return a.lang("mr",{months:"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),monthsShort:"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),weekdays:"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm वाजता",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, LT",LLLL:"dddd, D MMMM YYYY, LT"},calendar:{sameDay:"[आज] LT",nextDay:"[उद्या] LT",nextWeek:"dddd, LT",lastDay:"[काल] LT",lastWeek:"[मागील] dddd, LT",sameElse:"L"},relativeTime:{future:"%s नंतर",past:"%s पूर्वी",s:"सेकंद",m:"एक मिनिट",mm:"%d मिनिटे",h:"एक तास",hh:"%d तास",d:"एक दिवस",dd:"%d दिवस",M:"एक महिना",MM:"%d महिने",y:"एक वर्ष",yy:"%d वर्षे"},preparse:function(a){return a.replace(/[१२३४५६७८९०]/g,function(a){return c[a]})},postformat:function(a){return a.replace(/\d/g,function(a){return b[a]})},meridiem:function(a){return 4>a?"रात्री":10>a?"सकाळी":17>a?"दुपारी":20>a?"सायंकाळी":"रात्री"},week:{dow:0,doy:6}})}),function(a){a(mb)}(function(a){return a.lang("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] LT",LLLL:"dddd, D MMMM YYYY [pukul] LT"},meridiem:function(a){return 11>a?"pagi":15>a?"tengahari":19>a?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}),function(a){a(mb)}(function(a){return a.lang("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_april_mai_juni_juli_aug._sep._okt._nov._des.".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"sø._ma._ti._on._to._fr._lø.".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"H.mm",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] LT",LLLL:"dddd D. MMMM YYYY [kl.] LT"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"for %s siden",s:"noen sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",M:"en måned",MM:"%d måneder",y:"ett år",yy:"%d år"},ordinal:"%d.",week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){var b={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},c={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};return a.lang("ne",{months:"जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),monthsShort:"जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),weekdays:"आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),weekdaysShort:"आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),weekdaysMin:"आइ._सो._मङ्_बु._बि._शु._श.".split("_"),longDateFormat:{LT:"Aको h:mm बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, LT",LLLL:"dddd, D MMMM YYYY, LT"},preparse:function(a){return a.replace(/[१२३४५६७८९०]/g,function(a){return c[a]})},postformat:function(a){return a.replace(/\d/g,function(a){return b[a]})},meridiem:function(a){return 3>a?"राती":10>a?"बिहान":15>a?"दिउँसो":18>a?"बेलुका":20>a?"साँझ":"राती"},calendar:{sameDay:"[आज] LT",nextDay:"[भोली] LT",nextWeek:"[आउँदो] dddd[,] LT",lastDay:"[हिजो] LT",lastWeek:"[गएको] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%sमा",past:"%s अगाडी",s:"केही समय",m:"एक मिनेट",mm:"%d मिनेट",h:"एक घण्टा",hh:"%d घण्टा",d:"एक दिन",dd:"%d दिन",M:"एक महिना",MM:"%d महिना",y:"एक बर्ष",yy:"%d बर्ष"},week:{dow:1,doy:7}})}),function(a){a(mb)}(function(a){var b="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),c="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_");return a.lang("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(a,d){return/-MMM-/.test(d)?c[a.month()]:b[a.month()]},weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"Zo_Ma_Di_Wo_Do_Vr_Za".split("_"),longDateFormat:{LT:"HH:mm",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},ordinal:function(a){return a+(1===a||8===a||a>=20?"ste":"de")},week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){return a.lang("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"sun_mån_tys_ons_tor_fre_lau".split("_"),weekdaysMin:"su_må_ty_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I går klokka] LT",lastWeek:"[Føregåande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"for %s sidan",s:"nokre sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",M:"ein månad",MM:"%d månader",y:"eit år",yy:"%d år"},ordinal:"%d.",week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){function b(a){return 5>a%10&&a%10>1&&~~(a/10)%10!==1}function c(a,c,d){var e=a+" ";switch(d){case"m":return c?"minuta":"minutę";case"mm":return e+(b(a)?"minuty":"minut");case"h":return c?"godzina":"godzinę";case"hh":return e+(b(a)?"godziny":"godzin");case"MM":return e+(b(a)?"miesiące":"miesięcy");case"yy":return e+(b(a)?"lata":"lat")}}var d="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),e="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_");return a.lang("pl",{months:function(a,b){return/D MMMM/.test(b)?e[a.month()]:d[a.month()]},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"nie_pon_wt_śr_czw_pt_sb".split("_"),weekdaysMin:"N_Pn_Wt_Śr_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek:"[W] dddd [o] LT",lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",m:c,mm:c,h:c,hh:c,d:"1 dzień",dd:"%d dni",M:"miesiąc",MM:c,y:"rok",yy:c},ordinal:"%d.",week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){return a.lang("pt-br",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"),weekdaysShort:"dom_seg_ter_qua_qui_sex_sáb".split("_"),weekdaysMin:"dom_2ª_3ª_4ª_5ª_6ª_sáb".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] LT",LLLL:"dddd, D [de] MMMM [de] YYYY [às] LT"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"%s atrás",s:"segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},ordinal:"%dº"})}),function(a){a(mb)}(function(a){return a.lang("pt",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"),weekdaysShort:"dom_seg_ter_qua_qui_sex_sáb".split("_"),weekdaysMin:"dom_2ª_3ª_4ª_5ª_6ª_sáb".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY LT",LLLL:"dddd, D [de] MMMM [de] YYYY LT"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},ordinal:"%dº",week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){function b(a,b,c){var d={mm:"minute",hh:"ore",dd:"zile",MM:"luni",yy:"ani"},e=" ";return(a%100>=20||a>=100&&a%100===0)&&(e=" de "),a+e+d[c]}return a.lang("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._febr._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),weekdays:"duminică_luni_marți_miercuri_joi_vineri_sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),longDateFormat:{LT:"H:mm",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[mâine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s în urmă",s:"câteva secunde",m:"un minut",mm:b,h:"o oră",hh:b,d:"o zi",dd:b,M:"o lună",MM:b,y:"un an",yy:b},week:{dow:1,doy:7}})}),function(a){a(mb)}(function(a){function b(a,b){var c=a.split("_");return b%10===1&&b%100!==11?c[0]:b%10>=2&&4>=b%10&&(10>b%100||b%100>=20)?c[1]:c[2]}function c(a,c,d){var e={mm:c?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",MM:"месяц_месяца_месяцев",yy:"год_года_лет"}; return"m"===d?c?"минута":"минуту":a+" "+b(e[d],+a)}function d(a,b){var c={nominative:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),accusative:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_")},d=/D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/.test(b)?"accusative":"nominative";return c[d][a.month()]}function e(a,b){var c={nominative:"янв_фев_мар_апр_май_июнь_июль_авг_сен_окт_ноя_дек".split("_"),accusative:"янв_фев_мар_апр_мая_июня_июля_авг_сен_окт_ноя_дек".split("_")},d=/D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/.test(b)?"accusative":"nominative";return c[d][a.month()]}function f(a,b){var c={nominative:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),accusative:"воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу".split("_")},d=/\[ ?[Вв] ?(?:прошлую|следующую)? ?\] ?dddd/.test(b)?"accusative":"nominative";return c[d][a.day()]}return a.lang("ru",{months:d,monthsShort:e,weekdays:f,weekdaysShort:"вс_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[й|я]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i],longDateFormat:{LT:"HH:mm",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., LT",LLLL:"dddd, D MMMM YYYY г., LT"},calendar:{sameDay:"[Сегодня в] LT",nextDay:"[Завтра в] LT",lastDay:"[Вчера в] LT",nextWeek:function(){return 2===this.day()?"[Во] dddd [в] LT":"[В] dddd [в] LT"},lastWeek:function(){switch(this.day()){case 0:return"[В прошлое] dddd [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",m:c,mm:c,h:"час",hh:c,d:"день",dd:c,M:"месяц",MM:c,y:"год",yy:c},meridiemParse:/ночи|утра|дня|вечера/i,isPM:function(a){return/^(дня|вечера)$/.test(a)},meridiem:function(a){return 4>a?"ночи":12>a?"утра":17>a?"дня":"вечера"},ordinal:function(a,b){switch(b){case"M":case"d":case"DDD":return a+"-й";case"D":return a+"-го";case"w":case"W":return a+"-я";default:return a}},week:{dow:1,doy:7}})}),function(a){a(mb)}(function(a){function b(a){return a>1&&5>a}function c(a,c,d,e){var f=a+" ";switch(d){case"s":return c||e?"pár sekúnd":"pár sekundami";case"m":return c?"minúta":e?"minútu":"minútou";case"mm":return c||e?f+(b(a)?"minúty":"minút"):f+"minútami";break;case"h":return c?"hodina":e?"hodinu":"hodinou";case"hh":return c||e?f+(b(a)?"hodiny":"hodín"):f+"hodinami";break;case"d":return c||e?"deň":"dňom";case"dd":return c||e?f+(b(a)?"dni":"dní"):f+"dňami";break;case"M":return c||e?"mesiac":"mesiacom";case"MM":return c||e?f+(b(a)?"mesiace":"mesiacov"):f+"mesiacmi";break;case"y":return c||e?"rok":"rokom";case"yy":return c||e?f+(b(a)?"roky":"rokov"):f+"rokmi"}}var d="január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_"),e="jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_");return a.lang("sk",{months:d,monthsShort:e,monthsParse:function(a,b){var c,d=[];for(c=0;12>c;c++)d[c]=new RegExp("^"+a[c]+"$|^"+b[c]+"$","i");return d}(d,e),weekdays:"nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_št_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_št_pi_so".split("_"),longDateFormat:{LT:"H:mm",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd D. MMMM YYYY LT"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nedeľu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo štvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[včera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulú nedeľu o] LT";case 1:case 2:return"[minulý] dddd [o] LT";case 3:return"[minulú stredu o] LT";case 4:case 5:return"[minulý] dddd [o] LT";case 6:return"[minulú sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:c,m:c,mm:c,h:c,hh:c,d:c,dd:c,M:c,MM:c,y:c,yy:c},ordinal:"%d.",week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){function b(a,b,c){var d=a+" ";switch(c){case"m":return b?"ena minuta":"eno minuto";case"mm":return d+=1===a?"minuta":2===a?"minuti":3===a||4===a?"minute":"minut";case"h":return b?"ena ura":"eno uro";case"hh":return d+=1===a?"ura":2===a?"uri":3===a||4===a?"ure":"ur";case"dd":return d+=1===a?"dan":"dni";case"MM":return d+=1===a?"mesec":2===a?"meseca":3===a||4===a?"mesece":"mesecev";case"yy":return d+=1===a?"leto":2===a?"leti":3===a||4===a?"leta":"let"}}return a.lang("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),longDateFormat:{LT:"H:mm",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd, D. MMMM YYYY LT"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[včeraj ob] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[prejšnja] dddd [ob] LT";case 1:case 2:case 4:case 5:return"[prejšnji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"čez %s",past:"%s nazaj",s:"nekaj sekund",m:b,mm:b,h:b,hh:b,d:"en dan",dd:b,M:"en mesec",MM:b,y:"eno leto",yy:b},ordinal:"%d.",week:{dow:1,doy:7}})}),function(a){a(mb)}(function(a){return a.lang("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),weekdays:"E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),weekdaysShort:"Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_Më_E_P_Sh".split("_"),meridiem:function(a){return 12>a?"PD":"MD"},longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[Sot në] LT",nextDay:"[Nesër në] LT",nextWeek:"dddd [në] LT",lastDay:"[Dje në] LT",lastWeek:"dddd [e kaluar në] LT",sameElse:"L"},relativeTime:{future:"në %s",past:"%s më parë",s:"disa sekonda",m:"një minutë",mm:"%d minuta",h:"një orë",hh:"%d orë",d:"një ditë",dd:"%d ditë",M:"një muaj",MM:"%d muaj",y:"një vit",yy:"%d vite"},ordinal:"%d.",week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){var b={words:{m:["један минут","једне минуте"],mm:["минут","минуте","минута"],h:["један сат","једног сата"],hh:["сат","сата","сати"],dd:["дан","дана","дана"],MM:["месец","месеца","месеци"],yy:["година","године","година"]},correctGrammaticalCase:function(a,b){return 1===a?b[0]:a>=2&&4>=a?b[1]:b[2]},translate:function(a,c,d){var e=b.words[d];return 1===d.length?c?e[0]:e[1]:a+" "+b.correctGrammaticalCase(a,e)}};return a.lang("sr-cyrl",{months:["јануар","фебруар","март","април","мај","јун","јул","август","септембар","октобар","новембар","децембар"],monthsShort:["јан.","феб.","мар.","апр.","мај","јун","јул","авг.","сеп.","окт.","нов.","дец."],weekdays:["недеља","понедељак","уторак","среда","четвртак","петак","субота"],weekdaysShort:["нед.","пон.","уто.","сре.","чет.","пет.","суб."],weekdaysMin:["не","по","ут","ср","че","пе","су"],longDateFormat:{LT:"H:mm",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd, D. MMMM YYYY LT"},calendar:{sameDay:"[данас у] LT",nextDay:"[сутра у] LT",nextWeek:function(){switch(this.day()){case 0:return"[у] [недељу] [у] LT";case 3:return"[у] [среду] [у] LT";case 6:return"[у] [суботу] [у] LT";case 1:case 2:case 4:case 5:return"[у] dddd [у] LT"}},lastDay:"[јуче у] LT",lastWeek:function(){var a=["[прошле] [недеље] [у] LT","[прошлог] [понедељка] [у] LT","[прошлог] [уторка] [у] LT","[прошле] [среде] [у] LT","[прошлог] [четвртка] [у] LT","[прошлог] [петка] [у] LT","[прошле] [суботе] [у] LT"];return a[this.day()]},sameElse:"L"},relativeTime:{future:"за %s",past:"пре %s",s:"неколико секунди",m:b.translate,mm:b.translate,h:b.translate,hh:b.translate,d:"дан",dd:b.translate,M:"месец",MM:b.translate,y:"годину",yy:b.translate},ordinal:"%d.",week:{dow:1,doy:7}})}),function(a){a(mb)}(function(a){var b={words:{m:["jedan minut","jedne minute"],mm:["minut","minute","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mesec","meseca","meseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(a,b){return 1===a?b[0]:a>=2&&4>=a?b[1]:b[2]},translate:function(a,c,d){var e=b.words[d];return 1===d.length?c?e[0]:e[1]:a+" "+b.correctGrammaticalCase(a,e)}};return a.lang("sr",{months:["januar","februar","mart","april","maj","jun","jul","avgust","septembar","oktobar","novembar","decembar"],monthsShort:["jan.","feb.","mar.","apr.","maj","jun","jul","avg.","sep.","okt.","nov.","dec."],weekdays:["nedelja","ponedeljak","utorak","sreda","četvrtak","petak","subota"],weekdaysShort:["ned.","pon.","uto.","sre.","čet.","pet.","sub."],weekdaysMin:["ne","po","ut","sr","če","pe","su"],longDateFormat:{LT:"H:mm",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd, D. MMMM YYYY LT"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){var a=["[prošle] [nedelje] [u] LT","[prošlog] [ponedeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"];return a[this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",m:b.translate,mm:b.translate,h:b.translate,hh:b.translate,d:"dan",dd:b.translate,M:"mesec",MM:b.translate,y:"godinu",yy:b.translate},ordinal:"%d.",week:{dow:1,doy:7}})}),function(a){a(mb)}(function(a){return a.lang("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),weekdaysShort:"sön_mån_tis_ons_tor_fre_lör".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Igår] LT",nextWeek:"dddd LT",lastWeek:"[Förra] dddd[en] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"för %s sedan",s:"några sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},ordinal:function(a){var b=a%10,c=1===~~(a%100/10)?"e":1===b?"a":2===b?"a":3===b?"e":"e";return a+c},week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){return a.lang("ta",{months:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),monthsShort:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),weekdays:"ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை".split("_"),weekdaysShort:"ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி".split("_"),weekdaysMin:"ஞா_தி_செ_பு_வி_வெ_ச".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, LT",LLLL:"dddd, D MMMM YYYY, LT"},calendar:{sameDay:"[இன்று] LT",nextDay:"[நாளை] LT",nextWeek:"dddd, LT",lastDay:"[நேற்று] LT",lastWeek:"[கடந்த வாரம்] dddd, LT",sameElse:"L"},relativeTime:{future:"%s இல்",past:"%s முன்",s:"ஒரு சில விநாடிகள்",m:"ஒரு நிமிடம்",mm:"%d நிமிடங்கள்",h:"ஒரு மணி நேரம்",hh:"%d மணி நேரம்",d:"ஒரு நாள்",dd:"%d நாட்கள்",M:"ஒரு மாதம்",MM:"%d மாதங்கள்",y:"ஒரு வருடம்",yy:"%d ஆண்டுகள்"},ordinal:function(a){return a+"வது"},meridiem:function(a){return a>=6&&10>=a?" காலை":a>=10&&14>=a?" நண்பகல்":a>=14&&18>=a?" எற்பாடு":a>=18&&20>=a?" மாலை":a>=20&&24>=a?" இரவு":a>=0&&6>=a?" வைகறை":void 0},week:{dow:0,doy:6}})}),function(a){a(mb)}(function(a){return a.lang("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"มกรา_กุมภา_มีนา_เมษา_พฤษภา_มิถุนา_กรกฎา_สิงหา_กันยา_ตุลา_พฤศจิกา_ธันวา".split("_"),weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),longDateFormat:{LT:"H นาฬิกา m นาที",L:"YYYY/MM/DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา LT",LLLL:"วันddddที่ D MMMM YYYY เวลา LT"},meridiem:function(a){return 12>a?"ก่อนเที่ยง":"หลังเที่ยง"},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}})}),function(a){a(mb)}(function(a){return a.lang("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY LT",LLLL:"dddd, MMMM DD, YYYY LT"},calendar:{sameDay:"[Ngayon sa] LT",nextDay:"[Bukas sa] LT",nextWeek:"dddd [sa] LT",lastDay:"[Kahapon sa] LT",lastWeek:"dddd [huling linggo] LT",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},ordinal:function(a){return a},week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){var b={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"};return a.lang("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_Çar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),longDateFormat:{LT:"HH:mm",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[haftaya] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen hafta] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinal:function(a){if(0===a)return a+"'ıncı";var c=a%10,d=a%100-c,e=a>=100?100:null;return a+(b[c]||b[d]||b[e])},week:{dow:1,doy:7}})}),function(a){a(mb)}(function(a){return a.lang("tzm-latn",{months:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",m:"minuḍ",mm:"%d minuḍ",h:"saɛa",hh:"%d tassaɛin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}})}),function(a){a(mb)}(function(a){return a.lang("tzm",{months:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),monthsShort:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),weekdays:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysShort:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysMin:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[ⴰⵙⴷⵅ ⴴ] LT",nextDay:"[ⴰⵙⴽⴰ ⴴ] LT",nextWeek:"dddd [ⴴ] LT",lastDay:"[ⴰⵚⴰⵏⵜ ⴴ] LT",lastWeek:"dddd [ⴴ] LT",sameElse:"L"},relativeTime:{future:"ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s",past:"ⵢⴰⵏ %s",s:"ⵉⵎⵉⴽ",m:"ⵎⵉⵏⵓⴺ",mm:"%d ⵎⵉⵏⵓⴺ",h:"ⵙⴰⵄⴰ",hh:"%d ⵜⴰⵙⵙⴰⵄⵉⵏ",d:"ⴰⵙⵙ",dd:"%d oⵙⵙⴰⵏ",M:"ⴰⵢoⵓⵔ",MM:"%d ⵉⵢⵢⵉⵔⵏ",y:"ⴰⵙⴳⴰⵙ",yy:"%d ⵉⵙⴳⴰⵙⵏ"},week:{dow:6,doy:12}})}),function(a){a(mb)}(function(a){function b(a,b){var c=a.split("_");return b%10===1&&b%100!==11?c[0]:b%10>=2&&4>=b%10&&(10>b%100||b%100>=20)?c[1]:c[2]}function c(a,c,d){var e={mm:"хвилина_хвилини_хвилин",hh:"година_години_годин",dd:"день_дні_днів",MM:"місяць_місяці_місяців",yy:"рік_роки_років"};return"m"===d?c?"хвилина":"хвилину":"h"===d?c?"година":"годину":a+" "+b(e[d],+a)}function d(a,b){var c={nominative:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_"),accusative:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_")},d=/D[oD]? *MMMM?/.test(b)?"accusative":"nominative";return c[d][a.month()]}function e(a,b){var c={nominative:"неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота".split("_"),accusative:"неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу".split("_"),genitive:"неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи".split("_")},d=/(\[[ВвУу]\]) ?dddd/.test(b)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(b)?"genitive":"nominative";return c[d][a.day()]}function f(a){return function(){return a+"о"+(11===this.hours()?"б":"")+"] LT"}}return a.lang("uk",{months:d,monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд".split("_"),weekdays:e,weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",L:"DD.MM.YYYY",LL:"D MMMM YYYY р.",LLL:"D MMMM YYYY р., LT",LLLL:"dddd, D MMMM YYYY р., LT"},calendar:{sameDay:f("[Сьогодні "),nextDay:f("[Завтра "),lastDay:f("[Вчора "),nextWeek:f("[У] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return f("[Минулої] dddd [").call(this);case 1:case 2:case 4:return f("[Минулого] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",m:c,mm:c,h:"годину",hh:c,d:"день",dd:c,M:"місяць",MM:c,y:"рік",yy:c},meridiem:function(a){return 4>a?"ночі":12>a?"ранку":17>a?"дня":"вечора"},ordinal:function(a,b){switch(b){case"M":case"d":case"DDD":case"w":case"W":return a+"-й";case"D":return a+"-го";default:return a}},week:{dow:1,doy:7}})}),function(a){a(mb)}(function(a){return a.lang("uz",{months:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба".split("_"),weekdaysShort:"Якш_Душ_Сеш_Чор_Пай_Жум_Шан".split("_"),weekdaysMin:"Як_Ду_Се_Чо_Па_Жу_Ша".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"D MMMM YYYY, dddd LT"},calendar:{sameDay:"[Бугун соат] LT [да]",nextDay:"[Эртага] LT [да]",nextWeek:"dddd [куни соат] LT [да]",lastDay:"[Кеча соат] LT [да]",lastWeek:"[Утган] dddd [куни соат] LT [да]",sameElse:"L"},relativeTime:{future:"Якин %s ичида",past:"Бир неча %s олдин",s:"фурсат",m:"бир дакика",mm:"%d дакика",h:"бир соат",hh:"%d соат",d:"бир кун",dd:"%d кун",M:"бир ой",MM:"%d ой",y:"бир йил",yy:"%d йил"},week:{dow:1,doy:7}})}),function(a){a(mb)}(function(a){return a.lang("vi",{months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12".split("_"),weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY LT",LLLL:"dddd, D MMMM [năm] YYYY LT",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY LT",llll:"ddd, D MMM YYYY LT"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần rồi lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},ordinal:function(a){return a},week:{dow:1,doy:4}})}),function(a){a(mb)}(function(a){return a.lang("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"Ah点mm",L:"YYYY-MM-DD",LL:"YYYY年MMMD日",LLL:"YYYY年MMMD日LT",LLLL:"YYYY年MMMD日ddddLT",l:"YYYY-MM-DD",ll:"YYYY年MMMD日",lll:"YYYY年MMMD日LT",llll:"YYYY年MMMD日ddddLT"},meridiem:function(a,b){var c=100*a+b;return 600>c?"凌晨":900>c?"早上":1130>c?"上午":1230>c?"中午":1800>c?"下午":"晚上"},calendar:{sameDay:function(){return 0===this.minutes()?"[今天]Ah[点整]":"[今天]LT"},nextDay:function(){return 0===this.minutes()?"[明天]Ah[点整]":"[明天]LT"},lastDay:function(){return 0===this.minutes()?"[昨天]Ah[点整]":"[昨天]LT"},nextWeek:function(){var b,c;return b=a().startOf("week"),c=this.unix()-b.unix()>=604800?"[下]":"[本]",0===this.minutes()?c+"dddAh点整":c+"dddAh点mm"},lastWeek:function(){var b,c;return b=a().startOf("week"),c=this.unix()c?"早上":1130>c?"上午":1230>c?"中午":1800>c?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},ordinal:function(a,b){switch(b){case"d":case"D":case"DDD":return a+"日";case"M":return a+"月";case"w":case"W":return a+"週";default:return a}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",m:"一分鐘",mm:"%d分鐘",h:"一小時",hh:"%d小時",d:"一天",dd:"%d天",M:"一個月",MM:"%d個月",y:"一年",yy:"%d年"}})}),mb.lang("en"),Bb?module.exports=mb:"function"==typeof define&&define.amd?(define("moment",function(a,b,c){return c.config&&c.config()&&c.config().noGlobal===!0&&(qb.moment=nb),mb}),lb(!0)):lb()}).call(this); (function(H){var V,aL="2.9.0",bc=(typeof global!=="undefined"&&(typeof window==="undefined"||window===global.window))?global:this,aw,ad=Math.round,aR=Object.prototype.hasOwnProperty,al,B=0,j=1,a4=2,A=3,aI=4,y=5,Z=6,au={},aX=[],av=(typeof module!=="undefined"&&module&&module.exports),e=/^\/?Date\((\-?\d+)/i,bg=/(\-)?(?:(\d*)\.)?(\d+)\:(\d+)(?:\:(\d+)\.?(\d{3})?)?/,aN=/^(-)?P(?:(?:([0-9,.]*)Y)?(?:([0-9,.]*)M)?(?:([0-9,.]*)D)?(?:T(?:([0-9,.]*)H)?(?:([0-9,.]*)M)?(?:([0-9,.]*)S)?)?|([0-9,.]*)W)$/,az=/(\[[^\[]*\])|(\\)?(Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Q|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|mm?|ss?|S{1,4}|x|X|zz?|ZZ?|.)/g,ak=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,k=/\d\d?/,am=/\d{1,3}/,I=/\d{1,4}/,bm=/[+\-]?\d{1,6}/,ba=/\d+/,N=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i,s=/Z|[\+\-]\d\d:?\d\d/gi,o=/T/i,w=/[\+\-]?\d+/,aZ=/[\+\-]?\d+(\.\d{1,3})?/,aj=/\d/,v=/\d\d/,be=/\d{3}/,aY=/\d{4}/,aq=/[+-]?\d{6}/,ag=/[+-]?\d+/,aV=/^\s*(?:[+-]\d{6}|\d{4})-(?:(\d\d-\d\d)|(W\d\d$)|(W\d\d-\d)|(\d\d\d))((T| )(\d\d(:\d\d(:\d\d(\.\d+)?)?)?)?([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,aa="YYYY-MM-DDTHH:mm:ssZ",bd=[["YYYYYY-MM-DD",/[+-]\d{6}-\d{2}-\d{2}/],["YYYY-MM-DD",/\d{4}-\d{2}-\d{2}/],["GGGG-[W]WW-E",/\d{4}-W\d{2}-\d/],["GGGG-[W]WW",/\d{4}-W\d{2}/],["YYYY-DDD",/\d{4}-\d{3}/]],L=[["HH:mm:ss.SSSS",/(T| )\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss",/(T| )\d\d:\d\d:\d\d/],["HH:mm",/(T| )\d\d:\d\d/],["HH",/(T| )\d\d/]],ai=/([\+\-]|\d\d)/gi,aP="Date|Hours|Minutes|Seconds|Milliseconds".split("|"),G={Milliseconds:1,Seconds:1000,Minutes:60000,Hours:3600000,Days:86400000,Months:2592000000,Years:31536000000},f={ms:"millisecond",s:"second",m:"minute",h:"hour",d:"day",D:"date",w:"week",W:"isoWeek",M:"month",Q:"quarter",y:"year",DDD:"dayOfYear",e:"weekday",E:"isoWeekday",gg:"weekYear",GG:"isoWeekYear"},a9={dayofyear:"dayOfYear",isoweekday:"isoWeekday",isoweek:"isoWeek",weekyear:"weekYear",isoweekyear:"isoWeekYear"},at={},C={s:45,m:45,h:22,d:26,M:11},a3="DDD w W M D d".split(" "),ax="M D H h m s w W".split(" "),a5={M:function(){return this.month()+1},MMM:function(i){return this.localeData().monthsShort(this,i)},MMMM:function(i){return this.localeData().months(this,i)},D:function(){return this.date()},DDD:function(){return this.dayOfYear()},d:function(){return this.day()},dd:function(i){return this.localeData().weekdaysMin(this,i)},ddd:function(i){return this.localeData().weekdaysShort(this,i)},dddd:function(i){return this.localeData().weekdays(this,i)},w:function(){return this.week()},W:function(){return this.isoWeek()},YY:function(){return O(this.year()%100,2)},YYYY:function(){return O(this.year(),4)},YYYYY:function(){return O(this.year(),5)},YYYYYY:function(){var bs=this.year(),i=bs>=0?"+":"-";return i+O(Math.abs(bs),6)},gg:function(){return O(this.weekYear()%100,2)},gggg:function(){return O(this.weekYear(),4)},ggggg:function(){return O(this.weekYear(),5)},GG:function(){return O(this.isoWeekYear()%100,2)},GGGG:function(){return O(this.isoWeekYear(),4)},GGGGG:function(){return O(this.isoWeekYear(),5)},e:function(){return this.weekday()},E:function(){return this.isoWeekday()},a:function(){return this.localeData().meridiem(this.hours(),this.minutes(),true)},A:function(){return this.localeData().meridiem(this.hours(),this.minutes(),false)},H:function(){return this.hours()},h:function(){return this.hours()%12||12},m:function(){return this.minutes()},s:function(){return this.seconds()},S:function(){return Q(this.milliseconds()/100)},SS:function(){return O(Q(this.milliseconds()/10),2)},SSS:function(){return O(this.milliseconds(),3)},SSSS:function(){return O(this.milliseconds(),3)},Z:function(){var bs=this.utcOffset(),i="+";if(bs<0){bs=-bs;i="-"}return i+O(Q(bs/60),2)+":"+O(Q(bs)%60,2)},ZZ:function(){var bs=this.utcOffset(),i="+";if(bs<0){bs=-bs;i="-"}return i+O(Q(bs/60),2)+O(Q(bs)%60,2)},z:function(){return this.zoneAbbr()},zz:function(){return this.zoneName()},x:function(){return this.valueOf()},X:function(){return this.unix()},Q:function(){return this.quarter()}},a={},ab=["months","monthsShort","weekdays","weekdaysShort","weekdaysMin"],ah=false;function a0(bs,i,bt){switch(arguments.length){case 2:return bs!=null?bs:i;case 3:return bs!=null?bs:i!=null?i:bt;default:throw new Error("Implement me")}}function a6(bs,i){return aR.call(bs,i)}function ao(){return{empty:false,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:false,invalidMonth:null,invalidFormat:false,userInvalidated:false,iso:false}}function br(i){if(V.suppressDeprecationWarnings===false&&typeof console!=="undefined"&&console.warn){console.warn("Deprecation warning: "+i)}}function bp(bs,i){var bt=true;return aJ(function(){if(bt){br(bs);bt=false}return i.apply(this,arguments)},i)}function g(i,bs){if(!a[i]){br(bs);a[i]=true}}function S(bs,i){return function(bt){return O(bs.call(this,bt),i)}}function l(i,bs){return function(bt){return this.localeData().ordinal(i.call(this,bt),bs)}}function m(bs,i){var bw=((i.year()-bs.year())*12)+(i.month()-bs.month()),bt=bs.clone().add(bw,"months"),bu,bv;if(i-bt<0){bu=bs.clone().add(bw-1,"months");bv=(i-bt)/(bt-bu)}else{bu=bs.clone().add(bw+1,"months");bv=(i-bt)/(bu-bt)}return -(bw+bv)}while(a3.length){al=a3.pop();a5[al+"o"]=l(a5[al],al)}while(ax.length){al=ax.pop();a5[al+al]=S(a5[al],2)}a5.DDDD=S(a5.DDD,3);function bf(i,bt,bu){var bs;if(bu==null){return bt}if(i.meridiemHour!=null){return i.meridiemHour(bt,bu)}else{if(i.isPM!=null){bs=i.isPM(bu);if(bs&&bt<12){bt+=12}if(!bs&&bt===12){bt=0}return bt}else{return bt}}}function af(){}function P(bs,i){if(i!==false){bj(bs)}aT(this,bs);this._d=new Date(+bs._d);if(ah===false){ah=true;V.updateOffset(this);ah=false}}function an(bw){var by=p(bw),bx=by.year||0,bs=by.quarter||0,bt=by.month||0,i=by.week||0,bB=by.day||0,bz=by.hour||0,bv=by.minute||0,bA=by.second||0,bu=by.millisecond||0;this._milliseconds=+bu+bA*1000+bv*60000+bz*3600000;this._days=+bB+i*7;this._months=+bt+bs*3+bx*12;this._data={};this._locale=V.localeData();this._bubble()}function aJ(bt,bs){for(var bu in bs){if(a6(bs,bu)){bt[bu]=bs[bu]}}if(a6(bs,"toString")){bt.toString=bs.toString}if(a6(bs,"valueOf")){bt.valueOf=bs.valueOf}return bt}function aT(bw,bv){var bs,bu,bt;if(typeof bv._isAMomentObject!=="undefined"){bw._isAMomentObject=bv._isAMomentObject}if(typeof bv._i!=="undefined"){bw._i=bv._i}if(typeof bv._f!=="undefined"){bw._f=bv._f}if(typeof bv._l!=="undefined"){bw._l=bv._l}if(typeof bv._strict!=="undefined"){bw._strict=bv._strict}if(typeof bv._tzm!=="undefined"){bw._tzm=bv._tzm}if(typeof bv._isUTC!=="undefined"){bw._isUTC=bv._isUTC}if(typeof bv._offset!=="undefined"){bw._offset=bv._offset}if(typeof bv._pf!=="undefined"){bw._pf=bv._pf}if(typeof bv._locale!=="undefined"){bw._locale=bv._locale}if(aX.length>0){for(bs in aX){bu=aX[bs];bt=bv[bu];if(typeof bt!=="undefined"){bw[bu]=bt}}}return bw}function q(i){if(i<0){return Math.ceil(i)}else{return Math.floor(i)}}function O(bv,bu,bt){var bs=""+Math.abs(bv),i=bv>=0;while(bs.length=0){bs=Math.floor(bt)}else{bs=Math.ceil(bt)}}return bs}function bh(i,bs){return new Date(Date.UTC(i,bs+1,0)).getUTCDate()}function aO(i,bt,bs){return F(V([i,11,31+bt-bs]),bt,bs).week}function bb(i){return aU(i)?366:365}function aU(i){return(i%4===0&&i%100!==0)||i%400===0}function bj(i){var bs;if(i._a&&i._pf.overflow===-2){bs=i._a[j]<0||i._a[j]>11?j:i._a[a4]<1||i._a[a4]>bh(i._a[B],i._a[j])?a4:i._a[A]<0||i._a[A]>24||(i._a[A]===24&&(i._a[aI]!==0||i._a[y]!==0||i._a[Z]!==0))?A:i._a[aI]<0||i._a[aI]>59?aI:i._a[y]<0||i._a[y]>59?y:i._a[Z]<0||i._a[Z]>999?Z:-1;if(i._pf._overflowDayOfYear&&(bsa4)){bs=a4}i._pf.overflow=bs}}function aK(i){if(i._isValid==null){i._isValid=!isNaN(i._d.getTime())&&i._pf.overflow<0&&!i._pf.empty&&!i._pf.invalidMonth&&!i._pf.nullInput&&!i._pf.invalidFormat&&!i._pf.userInvalidated;if(i._strict){i._isValid=i._isValid&&i._pf.charsLeftOver===0&&i._pf.unusedTokens.length===0&&i._pf.bigHour===H}}return i._isValid}function aW(i){return i?i.toLowerCase().replace("_","-"):i}function aC(bx){var bv=0,bt,bw,bs,bu;while(bv0){bs=c(bu.slice(0,bt).join("-"));if(bs){return bs}if(bw&&bw.length>=bt&&a2(bu,bw,true)>=bt-1){break}bt--}bv++}return null}function c(i){var bt=null;if(!au[i]&&av){try{bt=V.locale();require("./locale/"+i);V.locale(bt)}catch(bs){}}return au[i]}function D(i,bs){var bt,bu;if(bs._isUTC){bt=bs.clone();bu=(V.isMoment(i)||h(i)?+i:+V(i))-(+bt);bt._d.setTime(+bt._d+bu);V.updateOffset(bt,false);return bt}else{return V(i).local()}}aJ(af.prototype,{set:function(bs){var bu,bt;for(bt in bs){bu=bs[bt];if(typeof bu==="function"){this[bt]=bu}else{this["_"+bt]=bu}}this._ordinalParseLenient=new RegExp(this._ordinalParse.source+"|"+/\d{1,2}/.source)},_months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),months:function(i){return this._months[i.month()]},_monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),monthsShort:function(i){return this._monthsShort[i.month()]},monthsParse:function(bt,bx,bs){var bu,bw,bv;if(!this._monthsParse){this._monthsParse=[];this._longMonthsParse=[];this._shortMonthsParse=[]}for(bu=0;bu<12;bu++){bw=V.utc([2000,bu]);if(bs&&!this._longMonthsParse[bu]){this._longMonthsParse[bu]=new RegExp("^"+this.months(bw,"").replace(".","")+"$","i");this._shortMonthsParse[bu]=new RegExp("^"+this.monthsShort(bw,"").replace(".","")+"$","i")}if(!bs&&!this._monthsParse[bu]){bv="^"+this.months(bw,"")+"|^"+this.monthsShort(bw,"");this._monthsParse[bu]=new RegExp(bv.replace(".",""),"i")}if(bs&&bx==="MMMM"&&this._longMonthsParse[bu].test(bt)){return bu}else{if(bs&&bx==="MMM"&&this._shortMonthsParse[bu].test(bt)){return bu}else{if(!bs&&this._monthsParse[bu].test(bt)){return bu}}}}},_weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdays:function(i){return this._weekdays[i.day()]},_weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysShort:function(i){return this._weekdaysShort[i.day()]},_weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),weekdaysMin:function(i){return this._weekdaysMin[i.day()]},weekdaysParse:function(bv){var bs,bu,bt;if(!this._weekdaysParse){this._weekdaysParse=[]}for(bs=0;bs<7;bs++){if(!this._weekdaysParse[bs]){bu=V([2000,1]).day(bs);bt="^"+this.weekdays(bu,"")+"|^"+this.weekdaysShort(bu,"")+"|^"+this.weekdaysMin(bu,"");this._weekdaysParse[bs]=new RegExp(bt.replace(".",""),"i")}if(this._weekdaysParse[bs].test(bv)){return bs}}},_longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY LT",LLLL:"dddd, MMMM D, YYYY LT"},longDateFormat:function(bs){var i=this._longDateFormat[bs];if(!i&&this._longDateFormat[bs.toUpperCase()]){i=this._longDateFormat[bs.toUpperCase()].replace(/MMMM|MM|DD|dddd/g,function(bt){return bt.slice(1)});this._longDateFormat[bs]=i}return i},isPM:function(i){return((i+"").toLowerCase().charAt(0)==="p")},_meridiemParse:/[ap]\.?m?\.?/i,meridiem:function(i,bs,bt){if(i>11){return bt?"pm":"PM"}else{return bt?"am":"AM"}},_calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},calendar:function(bt,bu,bs){var i=this._calendar[bt];return typeof i==="function"?i.apply(bu,[bs]):i},_relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},relativeTime:function(bu,bt,bs,bv){var i=this._relativeTime[bs];return(typeof i==="function")?i(bu,bt,bs,bv):i.replace(/%d/i,bu)},pastFuture:function(bt,i){var bs=this._relativeTime[bt>0?"future":"past"];return typeof bs==="function"?bs(i):bs.replace(/%s/i,i)},ordinal:function(i){return this._ordinal.replace("%d",i)},_ordinal:"%d",_ordinalParse:/\d{1,2}/,preparse:function(i){return i},postformat:function(i){return i},week:function(i){return F(i,this._week.dow,this._week.doy).week},_week:{dow:0,doy:6},firstDayOfWeek:function(){return this._week.dow},firstDayOfYear:function(){return this._week.doy},_invalidDate:"Invalid date",invalidDate:function(){return this._invalidDate}});function ar(i){if(i.match(/\[[\s\S]/)){return i.replace(/^\[|\]$/g,"")}return i.replace(/\\/g,"")}function x(bu){var bv=bu.match(az),bs,bt;for(bs=0,bt=bv.length;bs=0&&ak.test(bv)){bv=bv.replace(ak,bu);ak.lastIndex=0;bt-=1}return bv}function aD(bu,bt){var bs,i=bt._strict;switch(bu){case"Q":return aj;case"DDDD":return be;case"YYYY":case"GGGG":case"gggg":return i?aY:I;case"Y":case"G":case"g":return ag;case"YYYYYY":case"YYYYY":case"GGGGG":case"ggggg":return i?aq:bm;case"S":if(i){return aj}case"SS":if(i){return v}case"SSS":if(i){return be}case"DDD":return am;case"MMM":case"MMMM":case"dd":case"ddd":case"dddd":return N;case"a":case"A":return bt._locale._meridiemParse;case"x":return w;case"X":return aZ;case"Z":case"ZZ":return s;case"T":return o;case"SSSS":return ba;case"MM":case"DD":case"YY":case"GG":case"gg":case"HH":case"hh":case"mm":case"ss":case"ww":case"WW":return i?v:k;case"M":case"D":case"d":case"H":case"h":case"m":case"s":case"w":case"W":case"e":case"E":return k;case"Do":return i?bt._locale._ordinalParse:bt._locale._ordinalParseLenient;default:bs=new RegExp(bk(aH(bu.replace("\\","")),"i"));return bs}}function aQ(bs){bs=bs||"";var i=(bs.match(s)||[]),bv=i[i.length-1]||[],bu=(bv+"").match(ai)||["-",0,0],bt=+(bu[1]*60)+Q(bu[2]);return bu[0]==="+"?bt:-bt}function aG(bv,bt,bu){var bs,i=bu._a;switch(bv){case"Q":if(bt!=null){i[j]=(Q(bt)-1)*3}break;case"M":case"MM":if(bt!=null){i[j]=Q(bt)-1}break;case"MMM":case"MMMM":bs=bu._locale.monthsParse(bt,bv,bu._strict);if(bs!=null){i[j]=bs}else{bu._pf.invalidMonth=bt}break;case"D":case"DD":if(bt!=null){i[a4]=Q(bt)}break;case"Do":if(bt!=null){i[a4]=Q(parseInt(bt.match(/\d{1,2}/)[0],10))}break;case"DDD":case"DDDD":if(bt!=null){bu._dayOfYear=Q(bt)}break;case"YY":i[B]=V.parseTwoDigitYear(bt);break;case"YYYY":case"YYYYY":case"YYYYYY":i[B]=Q(bt);break;case"a":case"A":bu._meridiem=bt;break;case"h":case"hh":bu._pf.bigHour=true;case"H":case"HH":i[A]=Q(bt);break;case"m":case"mm":i[aI]=Q(bt);break;case"s":case"ss":i[y]=Q(bt);break;case"S":case"SS":case"SSS":case"SSSS":i[Z]=Q(("0."+bt)*1000);break;case"x":bu._d=new Date(Q(bt));break;case"X":bu._d=new Date(parseFloat(bt)*1000);break;case"Z":case"ZZ":bu._useUTC=true;bu._tzm=aQ(bt);break;case"dd":case"ddd":case"dddd":bs=bu._locale.weekdaysParse(bt);if(bs!=null){bu._w=bu._w||{};bu._w.d=bs}else{bu._pf.invalidWeekday=bt}break;case"w":case"ww":case"W":case"WW":case"d":case"e":case"E":bv=bv.substr(0,1);case"gggg":case"GGGG":case"GGGGG":bv=bv.substr(0,2);if(bt){bu._w=bu._w||{};bu._w[bv]=Q(bt)}break;case"gg":case"GG":bu._w=bu._w||{};bu._w[bv]=V.parseTwoDigitYear(bt)}}function X(bt){var i,bv,bu,bw,by,bx,bs;i=bt._w;if(i.GG!=null||i.W!=null||i.E!=null){by=1;bx=4;bv=a0(i.GG,bt._a[B],F(V(),1,4).year);bu=a0(i.W,1);bw=a0(i.E,1)}else{by=bt._locale._week.dow;bx=bt._locale._week.doy;bv=a0(i.gg,bt._a[B],F(V(),by,bx).year);bu=a0(i.w,1);if(i.d!=null){bw=i.d;if(bwbb(bs)){bw._pf._overflowDayOfYear=true}bv=M(bs,0,bw._dayOfYear);bw._a[j]=bv.getUTCMonth();bw._a[a4]=bv.getUTCDate()}for(bx=0;bx<3&&bw._a[bx]==null;++bx){bw._a[bx]=bu[bx]=bt[bx]}for(;bx<7;bx++){bw._a[bx]=bu[bx]=(bw._a[bx]==null)?(bx===2?1:0):bw._a[bx]}if(bw._a[A]===24&&bw._a[aI]===0&&bw._a[y]===0&&bw._a[Z]===0){bw._nextDay=true;bw._a[A]=0}bw._d=(bw._useUTC?M:aA).apply(null,bu);if(bw._tzm!=null){bw._d.setUTCMinutes(bw._d.getUTCMinutes()-bw._tzm)}if(bw._nextDay){bw._a[A]=24}}function aM(bs){var i;if(bs._d){return}i=p(bs._i);bs._a=[i.year,i.month,i.day||i.date,i.hour,i.minute,i.second,i.millisecond];ap(bs)}function r(bs){var i=new Date();if(bs._useUTC){return[i.getUTCFullYear(),i.getUTCMonth(),i.getUTCDate()]}else{return[i.getFullYear(),i.getMonth(),i.getDate()]}}function U(bu){if(bu._f===V.ISO_8601){aB(bu);return}bu._a=[];bu._pf.empty=true;var bx=""+bu._i,bw,bt,bA,bv,bz,bs=bx.length,by=0;bA=bn(bu._f,bu._locale).match(az)||[];for(bw=0;bw0){bu._pf.unusedInput.push(bz)}bx=bx.slice(bx.indexOf(bt)+bt.length);by+=bt.length}if(a5[bv]){if(bt){bu._pf.empty=false}else{bu._pf.unusedTokens.push(bv)}aG(bv,bt,bu)}else{if(bu._strict&&!bt){bu._pf.unusedTokens.push(bv)}}}bu._pf.charsLeftOver=bs-by;if(bx.length>0){bu._pf.unusedInput.push(bx)}if(bu._pf.bigHour===true&&bu._a[A]<=12){bu._pf.bigHour=H}bu._a[A]=bf(bu._locale,bu._a[A],bu._meridiem);ap(bu);bj(bu)}function aH(i){return i.replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(bs,bw,bv,bu,bt){return bw||bv||bu||bt})}function bk(i){return i.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function a7(bs){var bw,bu,bv,bt,bx;if(bs._f.length===0){bs._pf.invalidFormat=true;bs._d=new Date(NaN);return}for(bt=0;bt0;bx[4]=bz;return aS.apply({},bx)}function F(bv,bt,bw){var bs=bw-bt,i=bw-bv.day(),bu;if(i>bs){i-=7}if(iby?7:0)-(bx0?bv:bv-1,dayOfYear:bs>0?bs:bb(bv-1)+bs}}function R(bs){var i=bs._i,bu=bs._f,bt;bs._locale=bs._locale||V.localeData(bs._l);if(i===null||(bu===H&&i==="")){return V.invalid({nullInput:true})}if(typeof i==="string"){bs._i=i=bs._locale.preparse(i)}if(V.isMoment(i)){return new P(i,true)}else{if(bu){if(b(bu)){a7(bs)}else{U(bs)}}else{T(bs)}}bt=new P(bs);if(bt._nextDay){bt.add(1,"d");bt._nextDay=H}return bt}V=function(bt,bu,i,bs){var bv;if(typeof(i)==="boolean"){bs=i;i=H}bv={};bv._isAMomentObject=true;bv._i=bt;bv._f=bu;bv._l=i;bv._strict=bs;bv._isUTC=false;bv._pf=ao();return R(bv)};V.suppressDeprecationWarnings=false;V.createFromInputFallback=bp("moment construction falls back to js Date. This is discouraged and will be removed in upcoming major release. Please refer to https://github.com/moment/moment/issues/1407 for more info.",function(i){i._d=new Date(i._i+(i._useUTC?" UTC":""))});function aE(bu,bv){var bt,bs;if(bv.length===1&&b(bv[0])){bv=bv[0]}if(!bv.length){return V()}bt=bv[0];for(bs=1;bs=0;--al){aF(ab[al])}V.normalizeUnits=function(i){return a8(i)};V.invalid=function(bs){var i=V.utc(NaN);if(bs!=null){aJ(i._pf,bs)}else{i._pf.userInvalidated=true}return i};V.parseZone=function(){return V.apply(null,arguments).parseZone()};V.parseTwoDigitYear=function(i){return Q(i)+(Q(i)>68?1900:2000)};V.isDate=h;aJ(V.fn=P.prototype,{clone:function(){return V(this)},valueOf:function(){return +this._d-((this._offset||0)*60000)},unix:function(){return Math.floor(+this/1000)},toString:function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},toDate:function(){return this._offset?new Date(+this):this._d},toISOString:function(){var i=V(this).utc();if(00}return false},parsingFlags:function(){return aJ({},this._pf)},invalidAt:function(){return this._pf.overflow},utc:function(i){return this.utcOffset(0,i)},local:function(i){if(this._isUTC){this.utcOffset(0,i);this._isUTC=false;if(i){this.subtract(this._dateUtcOffset(),"m")}}return this},format:function(bs){var i=ay(this,bs||V.defaultFormat);return this.localeData().postformat(i)},add:W(1,"add"),subtract:W(-1,"subtract"),diff:function(bx,bw,bz){var bv=D(bx,this),bt=(bv.utcOffset()-this.utcOffset())*60000,bs,by,i,bu;bw=a8(bw);if(bw==="year"||bw==="month"||bw==="quarter"){i=m(this,bv);if(bw==="quarter"){i=i/3}else{if(bw==="year"){i=i/12}}}else{by=this-bv;i=bw==="second"?by/1000:bw==="minute"?by/60000:bw==="hour"?by/3600000:bw==="day"?(by-bt)/86400000:bw==="week"?(by-bt)/604800000:by}return bz?i:q(i)},from:function(bs,i){return V.duration({to:this,from:bs}).locale(this.locale()).humanize(!i)},fromNow:function(i){return this.from(V(),i)},calendar:function(bv){var bs=bv||V(),i=D(bs,this).startOf("day"),bu=this.diff(i,"days",true),bt=bu<-6?"sameElse":bu<-1?"lastWeek":bu<0?"lastDay":bu<1?"sameDay":bu<2?"nextDay":bu<7?"nextWeek":"sameElse";return this.format(this.localeData().calendar(bt,this,V(bs)))},isLeapYear:function(){return aU(this.year())},isDST:function(){return(this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset())},day:function(bs){var i=this._isUTC?this._d.getUTCDay():this._d.getDay();if(bs!=null){bs=bi(bs,this.localeData());return this.add(bs-i,"d")}else{return i}},month:u("Month",true),startOf:function(i){i=a8(i);switch(i){case"year":this.month(0);case"quarter":case"month":this.date(1);case"week":case"isoWeek":case"day":this.hours(0);case"hour":this.minutes(0);case"minute":this.seconds(0);case"second":this.milliseconds(0)}if(i==="week"){this.weekday(0)}else{if(i==="isoWeek"){this.isoWeekday(1)}}if(i==="quarter"){this.month(Math.floor(this.month()/3)*3)}return this},endOf:function(i){i=a8(i);if(i===H||i==="millisecond"){return this}return this.startOf(i).add(1,(i==="isoWeek"?"week":i)).subtract(1,"ms")},isAfter:function(bs,i){var bt;i=a8(typeof i!=="undefined"?i:"millisecond");if(i==="millisecond"){bs=V.isMoment(bs)?bs:V(bs);return +this>+bs}else{bt=V.isMoment(bs)?+bs:+V(bs);return bt<+this.clone().startOf(i)}},isBefore:function(bs,i){var bt;i=a8(typeof i!=="undefined"?i:"millisecond");if(i==="millisecond"){bs=V.isMoment(bs)?bs:V(bs);return +this<+bs}else{bt=V.isMoment(bs)?+bs:+V(bs);return +this.clone().endOf(i)this?this:i}),zone:bp("moment().zone is deprecated, use moment().utcOffset instead. https://github.com/moment/moment/issues/1779",function(i,bs){if(i!=null){if(typeof i!=="string"){i=-i}this.utcOffset(i,bs);return this}else{return -this.utcOffset()}}),utcOffset:function(i,bu){var bt=this._offset||0,bs;if(i!=null){if(typeof i==="string"){i=aQ(i)}if(Math.abs(i)<16){i=i*60}if(!this._isUTC&&bu){bs=this._dateUtcOffset()}this._offset=i;this._isUTC=true;if(bs!=null){this.add(bs,"m")}if(bt!==i){if(!bu||this._changeInProgress){K(this,V.duration(i-bt,"m"),1,false)}else{if(!this._changeInProgress){this._changeInProgress=true;V.updateOffset(this,true);this._changeInProgress=null}}}return this}else{return this._isUTC?bt:this._dateUtcOffset()}},isLocal:function(){return !this._isUTC},isUtcOffset:function(){return this._isUTC},isUtc:function(){return this._isUTC&&this._offset===0},zoneAbbr:function(){return this._isUTC?"UTC":""},zoneName:function(){return this._isUTC?"Coordinated Universal Time":""},parseZone:function(){if(this._tzm){this.utcOffset(this._tzm)}else{if(typeof this._i==="string"){this.utcOffset(aQ(this._i))}}return this},hasAlignedHourOffset:function(i){if(!i){i=0}else{i=V(i).utcOffset()}return(this.utcOffset()-i)%60===0},daysInMonth:function(){return bh(this.year(),this.month())},dayOfYear:function(i){var bs=ad((V(this).startOf("day")-V(this).startOf("year"))/86400000)+1;return i==null?bs:this.add((i-bs),"d")},quarter:function(i){return i==null?Math.ceil((this.month()+1)/3):this.month((i-1)*3+this.month()%3)},weekYear:function(i){var bs=F(this,this.localeData()._week.dow,this.localeData()._week.doy).year;return i==null?bs:this.add((i-bs),"y")},isoWeekYear:function(i){var bs=F(this,1,4).year;return i==null?bs:this.add((i-bs),"y")},week:function(i){var bs=this.localeData().week(this);return i==null?bs:this.add((i-bs)*7,"d")},isoWeek:function(i){var bs=F(this,1,4).week;return i==null?bs:this.add((i-bs)*7,"d")},weekday:function(i){var bs=(this.day()+7-this.localeData()._week.dow)%7;return i==null?bs:this.add(i-bs,"d")},isoWeekday:function(i){return i==null?this.day()||7:this.day(this.day()%7?i:i-7)},isoWeeksInYear:function(){return aO(this.year(),1,4)},weeksInYear:function(){var i=this.localeData()._week;return aO(this.year(),i.dow,i.doy)},get:function(i){i=a8(i);return this[i]()},set:function(i,bt){var bs;if(typeof i==="object"){for(bs in i){this.set(bs,i[bs])}}else{i=a8(i);if(typeof this[i]==="function"){this[i](bt)}}return this},locale:function(bs){var i;if(bs===H){return this._locale._abbr}else{i=V.localeData(bs);if(i!=null){this._locale=i}return this}},lang:bp("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(i){if(i===H){return this.localeData()}else{return this.locale(i)}}),localeData:function(){return this._locale},_dateUtcOffset:function(){return -Math.round(this._d.getTimezoneOffset()/15)*15}});function bl(i,bs){var bt;if(typeof bs==="string"){bs=i.localeData().monthsParse(bs);if(typeof bs!=="number"){return i}}bt=Math.min(i.date(),bh(i.year(),bs));i._d["set"+(i._isUTC?"UTC":"")+"Month"](bs,bt);return i}function bq(bs,i){return bs._d["get"+(bs._isUTC?"UTC":"")+i]()}function a1(bs,i,bt){if(i==="Month"){return bl(bs,bt)}else{return bs._d["set"+(bs._isUTC?"UTC":"")+i](bt)}}function u(i,bs){return function(bt){if(bt!=null){a1(this,i,bt);V.updateOffset(this,bs);return this}else{return bq(this,i)}}}V.fn.millisecond=V.fn.milliseconds=u("Milliseconds",false);V.fn.second=V.fn.seconds=u("Seconds",false);V.fn.minute=V.fn.minutes=u("Minutes",false);V.fn.hour=V.fn.hours=u("Hours",true);V.fn.date=u("Date",true);V.fn.dates=bp("dates accessor is deprecated. Use date instead.",u("Date",true));V.fn.year=u("FullYear",true);V.fn.years=bp("years accessor is deprecated. Use year instead.",u("FullYear",true));V.fn.days=V.fn.day;V.fn.months=V.fn.month;V.fn.weeks=V.fn.week;V.fn.isoWeeks=V.fn.isoWeek;V.fn.quarters=V.fn.quarter;V.fn.toJSON=V.fn.toISOString;V.fn.isUTC=V.fn.isUtc;function t(i){return i*400/146097}function bo(i){return i*146097/400}aJ(V.duration.fn=an.prototype,{_bubble:function(){var bt=this._milliseconds,by=this._days,i=this._months,bw=this._data,bx,bv,bs,bu=0;bw.milliseconds=bt%1000;bx=q(bt/1000);bw.seconds=bx%60;bv=q(bx/60);bw.minutes=bv%60;bs=q(bv/60);bw.hours=bs%24;by+=q(bs/24);bu=q(t(by));by-=q(bo(bu));i+=q(by/30);by%=30;bu+=q(i/12);i%=12;bw.days=by;bw.months=i;bw.years=bu},abs:function(){this._milliseconds=Math.abs(this._milliseconds);this._days=Math.abs(this._days);this._months=Math.abs(this._months);this._data.milliseconds=Math.abs(this._data.milliseconds);this._data.seconds=Math.abs(this._data.seconds);this._data.minutes=Math.abs(this._data.minutes);this._data.hours=Math.abs(this._data.hours);this._data.months=Math.abs(this._data.months);this._data.years=Math.abs(this._data.years);return this},weeks:function(){return q(this.days()/7)},valueOf:function(){return this._milliseconds+this._days*86400000+(this._months%12)*2592000000+Q(this._months/12)*31536000000},humanize:function(bs){var i=E(this,!bs,this.localeData());if(bs){i=this.localeData().pastFuture(+this,i)}return this.localeData().postformat(i)},add:function(i,bt){var bs=V.duration(i,bt);this._milliseconds+=bs._milliseconds;this._days+=bs._days;this._months+=bs._months;this._bubble();return this},subtract:function(i,bt){var bs=V.duration(i,bt);this._milliseconds-=bs._milliseconds;this._days-=bs._days;this._months-=bs._months;this._bubble();return this},get:function(i){i=a8(i);return this[i.toLowerCase()+"s"]()},as:function(bs){var bt,i;bs=a8(bs);if(bs==="month"||bs==="year"){bt=this._days+this._milliseconds/86400000;i=this._months+t(bt)*12;return bs==="month"?i:i/12}else{bt=this._days+Math.round(bo(this._months/12));switch(bs){case"week":return bt/7+this._milliseconds/604800000;case"day":return bt+this._milliseconds/86400000;case"hour":return bt*24+this._milliseconds/3600000;case"minute":return bt*24*60+this._milliseconds/60000;case"second":return bt*24*60*60+this._milliseconds/1000;case"millisecond":return Math.floor(bt*24*60*60*1000)+this._milliseconds;default:throw new Error("Unknown unit "+bs)}}},lang:V.fn.lang,locale:V.fn.locale,toIsoString:bp("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",function(){return this.toISOString()}),toISOString:function(){var bu=Math.abs(this.years()),i=Math.abs(this.months()),bw=Math.abs(this.days()),bs=Math.abs(this.hours()),bt=Math.abs(this.minutes()),bv=Math.abs(this.seconds()+this.milliseconds()/1000);if(!this.asSeconds()){return"P0D"}return(this.asSeconds()<0?"-":"")+"P"+(bu?bu+"Y":"")+(i?i+"M":"")+(bw?bw+"D":"")+((bs||bt||bv)?"T":"")+(bs?bs+"H":"")+(bt?bt+"M":"")+(bv?bv+"S":"")},localeData:function(){return this._locale},toJSON:function(){return this.toISOString()}});V.duration.fn.toString=V.duration.fn.toISOString;function ae(i){V.duration.fn[i]=function(){return this._data[i]}}for(al in G){if(a6(G,al)){ae(al.toLowerCase())}}V.duration.fn.asMilliseconds=function(){return this.as("ms")};V.duration.fn.asSeconds=function(){return this.as("s")};V.duration.fn.asMinutes=function(){return this.as("m")};V.duration.fn.asHours=function(){return this.as("h")};V.duration.fn.asDays=function(){return this.as("d")};V.duration.fn.asWeeks=function(){return this.as("weeks")};V.duration.fn.asMonths=function(){return this.as("M")};V.duration.fn.asYears=function(){return this.as("y")};V.locale("en",{ordinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(bt){var i=bt%10,bs=(Q(bt%100/10)===1)?"th":(i===1)?"st":(i===2)?"nd":(i===3)?"rd":"th";return bt+bs}});(function(i){i(V)}(function(i){return i.defineLocale("af",{months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),meridiemParse:/vm|nm/i,isPM:function(bs){return/^nm$/i.test(bs)},meridiem:function(bs,bt,bu){if(bs<12){return bu?"vm":"VM"}else{return bu?"nm":"NM"}},longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[Vandag om] LT",nextDay:"[Môre om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gister om] LT",lastWeek:"[Laas] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"},ordinalParse:/\d{1,2}(ste|de)/,ordinal:function(bs){return bs+((bs===1||bs===8||bs>=20)?"ste":"de")},week:{dow:1,doy:4}})}));(function(i){i(V)}(function(i){return i.defineLocale("ar-ma",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:6,doy:12}})}));(function(i){i(V)}(function(bt){var i={"1":"١","2":"٢","3":"٣","4":"٤","5":"٥","6":"٦","7":"٧","8":"٨","9":"٩","0":"٠"},bs={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"};return bt.defineLocale("ar-sa",{months:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},meridiemParse:/ص|م/,isPM:function(bu){return"م"===bu},meridiem:function(bu,bw,bv){if(bu<12){return"ص"}else{return"م"}},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(bu){return bu.replace(/[١٢٣٤٥٦٧٨٩٠]/g,function(bv){return bs[bv]}).replace(/،/g,",")},postformat:function(bu){return bu.replace(/\d/g,function(bv){return i[bv]}).replace(/,/g,"،")},week:{dow:6,doy:12}})}));(function(i){i(V)}(function(i){return i.defineLocale("ar-tn",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})}));(function(i){i(V)}(function(bx){var bs={"1":"١","2":"٢","3":"٣","4":"٤","5":"٥","6":"٦","7":"٧","8":"٨","9":"٩","0":"٠"},bw={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},bu=function(by){return by===0?0:by===1?1:by===2?2:by%100>=3&&by%100<=10?3:by%100>=11?4:5},bv={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},bt=function(by){return function(bB,bA,bz,bD){var bC=bu(bB),bE=bv[by][bu(bB)];if(bC===2){bE=bE[bA?0:1]}return bE.replace(/%d/i,bB)}},i=["كانون الثاني يناير","شباط فبراير","آذار مارس","نيسان أبريل","أيار مايو","حزيران يونيو","تموز يوليو","آب أغسطس","أيلول سبتمبر","تشرين الأول أكتوبر","تشرين الثاني نوفمبر","كانون الأول ديسمبر"];return bx.defineLocale("ar",{months:i,monthsShort:i,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},meridiemParse:/ص|م/,isPM:function(by){return"م"===by},meridiem:function(by,bA,bz){if(by<12){return"ص"}else{return"م"}},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:bt("s"),m:bt("m"),mm:bt("m"),h:bt("h"),hh:bt("h"),d:bt("d"),dd:bt("d"),M:bt("M"),MM:bt("M"),y:bt("y"),yy:bt("y")},preparse:function(by){return by.replace(/[١٢٣٤٥٦٧٨٩٠]/g,function(bz){return bw[bz]}).replace(/،/g,",")},postformat:function(by){return by.replace(/\d/g,function(bz){return bs[bz]}).replace(/,/g,"،")},week:{dow:6,doy:12}})}));(function(i){i(V)}(function(bs){var i={1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-üncü",4:"-üncü",100:"-üncü",6:"-ncı",9:"-uncu",10:"-uncu",30:"-uncu",60:"-ıncı",90:"-ıncı"};return bs.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə".split("_"),weekdaysShort:"Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən".split("_"),weekdaysMin:"Bz_BE_ÇA_Çə_CA_Cü_Şə".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[gələn həftə] dddd [saat] LT",lastDay:"[dünən] LT",lastWeek:"[keçən həftə] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s əvvəl",s:"birneçə saniyyə",m:"bir dəqiqə",mm:"%d dəqiqə",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gecə|səhər|gündüz|axşam/,isPM:function(bt){return/^(gündüz|axşam)$/.test(bt)},meridiem:function(bt,bv,bu){if(bt<4){return"gecə"}else{if(bt<12){return"səhər"}else{if(bt<17){return"gündüz"}else{return"axşam"}}}},ordinalParse:/\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,ordinal:function(bv){if(bv===0){return bv+"-ıncı"}var bu=bv%10,bt=bv%100-bu,bw=bv>=100?100:null;return bv+(i[bu]||i[bt]||i[bw])},week:{dow:1,doy:7}})}));(function(i){i(V)}(function(bu){function bs(by,bx){var bw=by.split("_");return bx%10===1&&bx%100!==11?bw[0]:(bx%10>=2&&bx%10<=4&&(bx%100<10||bx%100>=20)?bw[1]:bw[2])}function bv(by,bx,bw){var bz={mm:bx?"хвіліна_хвіліны_хвілін":"хвіліну_хвіліны_хвілін",hh:bx?"гадзіна_гадзіны_гадзін":"гадзіну_гадзіны_гадзін",dd:"дзень_дні_дзён",MM:"месяц_месяцы_месяцаў",yy:"год_гады_гадоў"};if(bw==="m"){return bx?"хвіліна":"хвіліну"}else{if(bw==="h"){return bx?"гадзіна":"гадзіну"}else{return by+" "+bs(bz[bw],+by)}}}function bt(bx,bz){var bw={nominative:"студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань".split("_"),accusative:"студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня".split("_")},by=(/D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/).test(bz)?"accusative":"nominative";return bw[by][bx.month()]}function i(bw,bz){var bx={nominative:"нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота".split("_"),accusative:"нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу".split("_")},by=(/\[ ?[Вв] ?(?:мінулую|наступную)? ?\] ?dddd/).test(bz)?"accusative":"nominative";return bx[by][bw.day()]}return bu.defineLocale("be",{months:bt,monthsShort:"студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж".split("_"),weekdays:i,weekdaysShort:"нд_пн_ат_ср_чц_пт_сб".split("_"),weekdaysMin:"нд_пн_ат_ср_чц_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., LT",LLLL:"dddd, D MMMM YYYY г., LT"},calendar:{sameDay:"[Сёння ў] LT",nextDay:"[Заўтра ў] LT",lastDay:"[Учора ў] LT",nextWeek:function(){return"[У] dddd [ў] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[У мінулую] dddd [ў] LT";case 1:case 2:case 4:return"[У мінулы] dddd [ў] LT"}},sameElse:"L"},relativeTime:{future:"праз %s",past:"%s таму",s:"некалькі секунд",m:bv,mm:bv,h:bv,hh:bv,d:"дзень",dd:bv,M:"месяц",MM:bv,y:"год",yy:bv},meridiemParse:/ночы|раніцы|дня|вечара/,isPM:function(bw){return/^(дня|вечара)$/.test(bw)},meridiem:function(bw,by,bx){if(bw<4){return"ночы"}else{if(bw<12){return"раніцы"}else{if(bw<17){return"дня"}else{return"вечара"}}}},ordinalParse:/\d{1,2}-(і|ы|га)/,ordinal:function(bw,bx){switch(bx){case"M":case"d":case"DDD":case"w":case"W":return(bw%10===2||bw%10===3)&&(bw%100!==12&&bw%100!==13)?bw+"-і":bw+"-ы";case"D":return bw+"-га";default:return bw}},week:{dow:1,doy:7}})}));(function(i){i(V)}(function(i){return i.defineLocale("bg",{months:"януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),monthsShort:"янр_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек".split("_"),weekdays:"неделя_понеделник_вторник_сряда_четвъртък_петък_събота".split("_"),weekdaysShort:"нед_пон_вто_сря_чет_пет_съб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"H:mm",LTS:"LT:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[Днес в] LT",nextDay:"[Утре в] LT",nextWeek:"dddd [в] LT",lastDay:"[Вчера в] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[В изминалата] dddd [в] LT";case 1:case 2:case 4:case 5:return"[В изминалия] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"след %s",past:"преди %s",s:"няколко секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дни",M:"месец",MM:"%d месеца",y:"година",yy:"%d години"},ordinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(bu){var bt=bu%10,bs=bu%100;if(bu===0){return bu+"-ев"}else{if(bs===0){return bu+"-ен"}else{if(bs>10&&bs<20){return bu+"-ти"}else{if(bt===1){return bu+"-ви"}else{if(bt===2){return bu+"-ри"}else{if(bt===7||bt===8){return bu+"-ми"}else{return bu+"-ти"}}}}}}},week:{dow:1,doy:7}})}));(function(i){i(V)}(function(bt){var i={"1":"১","2":"২","3":"৩","4":"৪","5":"৫","6":"৬","7":"৭","8":"৮","9":"৯","0":"০"},bs={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};return bt.defineLocale("bn",{months:"জানুয়ারী_ফেবুয়ারী_মার্চ_এপ্রিল_মে_জুন_জুলাই_অগাস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব_মার্চ_এপর_মে_জুন_জুল_অগ_সেপ্ট_অক্টো_নভ_ডিসেম্".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পত্তিবার_শুক্রুবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পত্তি_শুক্রু_শনি".split("_"),weekdaysMin:"রব_সম_মঙ্গ_বু_ব্রিহ_শু_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, LT",LLLL:"dddd, D MMMM YYYY, LT"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কএক সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(bu){return bu.replace(/[১২৩৪৫৬৭৮৯০]/g,function(bv){return bs[bv]})},postformat:function(bu){return bu.replace(/\d/g,function(bv){return i[bv]})},meridiemParse:/রাত|শকাল|দুপুর|বিকেল|রাত/,isPM:function(bu){return/^(দুপুর|বিকেল|রাত)$/.test(bu)},meridiem:function(bu,bw,bv){if(bu<4){return"রাত"}else{if(bu<10){return"শকাল"}else{if(bu<17){return"দুপুর"}else{if(bu<20){return"বিকেল"}else{return"রাত"}}}}},week:{dow:0,doy:6}})}));(function(i){i(V)}(function(bt){var i={"1":"༡","2":"༢","3":"༣","4":"༤","5":"༥","6":"༦","7":"༧","8":"༨","9":"༩","0":"༠"},bs={"༡":"1","༢":"2","༣":"3","༤":"4","༥":"5","༦":"6","༧":"7","༨":"8","༩":"9","༠":"0"};return bt.defineLocale("bo",{months:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),monthsShort:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),weekdays:"གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་".split("_"),weekdaysShort:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),weekdaysMin:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),longDateFormat:{LT:"A h:mm",LTS:"LT:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, LT",LLLL:"dddd, D MMMM YYYY, LT"},calendar:{sameDay:"[དི་རིང] LT",nextDay:"[སང་ཉིན] LT",nextWeek:"[བདུན་ཕྲག་རྗེས་མ], LT",lastDay:"[ཁ་སང] LT",lastWeek:"[བདུན་ཕྲག་མཐའ་མ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ལ་",past:"%s སྔན་ལ",s:"ལམ་སང",m:"སྐར་མ་གཅིག",mm:"%d སྐར་མ",h:"ཆུ་ཚོད་གཅིག",hh:"%d ཆུ་ཚོད",d:"ཉིན་གཅིག",dd:"%d ཉིན་",M:"ཟླ་བ་གཅིག",MM:"%d ཟླ་བ",y:"ལོ་གཅིག",yy:"%d ལོ"},preparse:function(bu){return bu.replace(/[༡༢༣༤༥༦༧༨༩༠]/g,function(bv){return bs[bv]})},postformat:function(bu){return bu.replace(/\d/g,function(bv){return i[bv]})},meridiemParse:/མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,isPM:function(bu){return/^(ཉིན་གུང|དགོང་དག|མཚན་མོ)$/.test(bu)},meridiem:function(bu,bw,bv){if(bu<4){return"མཚན་མོ"}else{if(bu<10){return"ཞོགས་ཀས"}else{if(bu<17){return"ཉིན་གུང"}else{if(bu<20){return"དགོང་དག"}else{return"མཚན་མོ"}}}}},week:{dow:0,doy:6}})}));(function(i){i(V)}(function(bv){function bw(bz,by,bx){var bA={mm:"munutenn",MM:"miz",dd:"devezh"};return bz+" "+i(bA[bx],bz)}function bu(bx){switch(bs(bx)){case 1:case 3:case 4:case 5:case 9:return bx+" bloaz";default:return bx+" vloaz"}}function bs(bx){if(bx>9){return bs(bx%10)}return bx}function i(by,bx){if(bx===2){return bt(by)}return by}function bt(by){var bx={m:"v",b:"v",d:"z"};if(bx[by.charAt(0)]===H){return by}return bx[by.charAt(0)]+by.substring(1)}return bv.defineLocale("br",{months:"Genver_C'hwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_C'hwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Merc'her_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),longDateFormat:{LT:"h[e]mm A",LTS:"h[e]mm:ss A",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY LT",LLLL:"dddd, D [a viz] MMMM YYYY LT"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warc'hoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Dec'h da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s 'zo",s:"un nebeud segondennoù",m:"ur vunutenn",mm:bw,h:"un eur",hh:"%d eur",d:"un devezh",dd:bw,M:"ur miz",MM:bw,y:"ur bloaz",yy:bu},ordinalParse:/\d{1,2}(añ|vet)/,ordinal:function(by){var bx=(by===1)?"añ":"vet";return by+bx},week:{dow:1,doy:4}})}));(function(i){i(V)}(function(i){function bs(bw,bv,bu){var bt=bw+" ";switch(bu){case"m":return bv?"jedna minuta":"jedne minute";case"mm":if(bw===1){bt+="minuta"}else{if(bw===2||bw===3||bw===4){bt+="minute"}else{bt+="minuta"}}return bt;case"h":return bv?"jedan sat":"jednog sata";case"hh":if(bw===1){bt+="sat"}else{if(bw===2||bw===3||bw===4){bt+="sata"}else{bt+="sati"}}return bt;case"dd":if(bw===1){bt+="dan"}else{bt+="dana"}return bt;case"MM":if(bw===1){bt+="mjesec"}else{if(bw===2||bw===3||bw===4){bt+="mjeseca"}else{bt+="mjeseci"}}return bt;case"yy":if(bw===1){bt+="godina"}else{if(bw===2||bw===3||bw===4){bt+="godine"}else{bt+="godina"}}return bt}}return i.defineLocale("bs",{months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),longDateFormat:{LT:"H:mm",LTS:"LT:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd, D. MMMM YYYY LT"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",m:bs,mm:bs,h:bs,hh:bs,d:"dan",dd:bs,M:"mjesec",MM:bs,y:"godinu",yy:bs},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}));(function(i){i(V)}(function(i){return i.defineLocale("ca",{months:"gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),monthsShort:"gen._febr._mar._abr._mai._jun._jul._ag._set._oct._nov._des.".split("_"),weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"Dg_Dl_Dt_Dc_Dj_Dv_Ds".split("_"),longDateFormat:{LT:"H:mm",LTS:"LT:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:function(){return"[avui a "+((this.hours()!==1)?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+((this.hours()!==1)?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+((this.hours()!==1)?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+((this.hours()!==1)?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+((this.hours()!==1)?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"fa %s",s:"uns segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},ordinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(bt,bu){var bs=(bt===1)?"r":(bt===2)?"n":(bt===3)?"r":(bt===4)?"t":"è";if(bu==="w"||bu==="W"){bs="a"}return bt+bs},week:{dow:1,doy:4}})}));(function(i){i(V)}(function(bu){var i="leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_"),bt="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_");function bs(bw){return(bw>1)&&(bw<5)&&(~~(bw/10)!==1)}function bv(bz,by,bx,bA){var bw=bz+" ";switch(bx){case"s":return(by||bA)?"pár sekund":"pár sekundami";case"m":return by?"minuta":(bA?"minutu":"minutou");case"mm":if(by||bA){return bw+(bs(bz)?"minuty":"minut")}else{return bw+"minutami"}break;case"h":return by?"hodina":(bA?"hodinu":"hodinou");case"hh":if(by||bA){return bw+(bs(bz)?"hodiny":"hodin")}else{return bw+"hodinami"}break;case"d":return(by||bA)?"den":"dnem";case"dd":if(by||bA){return bw+(bs(bz)?"dny":"dní")}else{return bw+"dny"}break;case"M":return(by||bA)?"měsíc":"měsícem";case"MM":if(by||bA){return bw+(bs(bz)?"měsíce":"měsíců")}else{return bw+"měsíci"}break;case"y":return(by||bA)?"rok":"rokem";case"yy":if(by||bA){return bw+(bs(bz)?"roky":"let")}else{return bw+"lety"}break}}return bu.defineLocale("cs",{months:i,monthsShort:bt,monthsParse:(function(bw,by){var bx,bz=[];for(bx=0;bx<12;bx++){bz[bx]=new RegExp("^"+bw[bx]+"$|^"+by[bx]+"$","i")}return bz}(i,bt)),weekdays:"neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),weekdaysShort:"ne_po_út_st_čt_pá_so".split("_"),weekdaysMin:"ne_po_út_st_čt_pá_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"LT:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd D. MMMM YYYY LT"},calendar:{sameDay:"[dnes v] LT",nextDay:"[zítra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v neděli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve středu v] LT";case 4:return"[ve čtvrtek v] LT";case 5:return"[v pátek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[včera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou neděli v] LT";case 1:case 2:return"[minulé] dddd [v] LT";case 3:return"[minulou středu v] LT";case 4:case 5:return"[minulý] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"před %s",s:bv,m:bv,mm:bv,h:bv,hh:bv,d:bv,dd:bv,M:bv,MM:bv,y:bv,yy:bv},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}));(function(i){i(V)}(function(i){return i.defineLocale("cv",{months:"кăрлач_нарăс_пуш_ака_май_çĕртме_утă_çурла_авăн_юпа_чӳк_раштав".split("_"),monthsShort:"кăр_нар_пуш_ака_май_çĕр_утă_çур_ав_юпа_чӳк_раш".split("_"),weekdays:"вырсарникун_тунтикун_ытларикун_юнкун_кĕçнерникун_эрнекун_шăматкун".split("_"),weekdaysShort:"выр_тун_ытл_юн_кĕç_эрн_шăм".split("_"),weekdaysMin:"вр_тн_ыт_юн_кç_эр_шм".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD-MM-YYYY",LL:"YYYY [çулхи] MMMM [уйăхĕн] D[-мĕшĕ]",LLL:"YYYY [çулхи] MMMM [уйăхĕн] D[-мĕшĕ], LT",LLLL:"dddd, YYYY [çулхи] MMMM [уйăхĕн] D[-мĕшĕ], LT"},calendar:{sameDay:"[Паян] LT [сехетре]",nextDay:"[Ыран] LT [сехетре]",lastDay:"[Ĕнер] LT [сехетре]",nextWeek:"[Çитес] dddd LT [сехетре]",lastWeek:"[Иртнĕ] dddd LT [сехетре]",sameElse:"L"},relativeTime:{future:function(bt){var bs=/сехет$/i.exec(bt)?"рен":/çул$/i.exec(bt)?"тан":"ран";return bt+bs},past:"%s каялла",s:"пĕр-ик çеккунт",m:"пĕр минут",mm:"%d минут",h:"пĕр сехет",hh:"%d сехет",d:"пĕр кун",dd:"%d кун",M:"пĕр уйăх",MM:"%d уйăх",y:"пĕр çул",yy:"%d çул"},ordinalParse:/\d{1,2}-мĕш/,ordinal:"%d-мĕш",week:{dow:1,doy:7}})}));(function(i){i(V)}(function(i){return i.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn ôl",s:"ychydig eiliadau",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},ordinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(bu){var bs=bu,bt="",bv=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"];if(bs>20){if(bs===40||bs===50||bs===60||bs===80||bs===100){bt="fed"}else{bt="ain"}}else{if(bs>0){bt=bv[bs]}}return bu+bt},week:{dow:1,doy:4}})}));(function(i){i(V)}(function(i){return i.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tir_ons_tor_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD/MM/YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd [d.] D. MMMM YYYY LT"},calendar:{sameDay:"[I dag kl.] LT",nextDay:"[I morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[I går kl.] LT",lastWeek:"[sidste] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}));(function(i){i(V)}(function(bs){function i(bv,bu,bt,bx){var bw={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[bv+" Tage",bv+" Tagen"],M:["ein Monat","einem Monat"],MM:[bv+" Monate",bv+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[bv+" Jahre",bv+" Jahren"]};return bu?bw[bt][0]:bw[bt][1]}return bs.defineLocale("de-at",{months:"Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jän._Febr._Mrz._Apr._Mai_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd, D. MMMM YYYY LT"},calendar:{sameDay:"[Heute um] LT [Uhr]",sameElse:"L",nextDay:"[Morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[Gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",m:i,mm:"%d Minuten",h:i,hh:"%d Stunden",d:i,dd:i,M:i,MM:i,y:i,yy:i},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}));(function(i){i(V)}(function(bs){function i(bv,bu,bt,bx){var bw={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[bv+" Tage",bv+" Tagen"],M:["ein Monat","einem Monat"],MM:[bv+" Monate",bv+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[bv+" Jahre",bv+" Jahren"]};return bu?bw[bt][0]:bw[bt][1]}return bs.defineLocale("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Apr._Mai_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd, D. MMMM YYYY LT"},calendar:{sameDay:"[Heute um] LT [Uhr]",sameElse:"L",nextDay:"[Morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[Gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",m:i,mm:"%d Minuten",h:i,hh:"%d Stunden",d:i,dd:i,M:i,MM:i,y:i,yy:i},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}));(function(i){i(V)}(function(i){return i.defineLocale("el",{monthsNominativeEl:"Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος".split("_"),monthsGenitiveEl:"Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου".split("_"),months:function(bt,bs){if(/D/.test(bs.substring(0,bs.indexOf("MMMM")))){return this._monthsGenitiveEl[bt.month()]}else{return this._monthsNominativeEl[bt.month()]}},monthsShort:"Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ".split("_"),weekdays:"Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο".split("_"),weekdaysShort:"Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ".split("_"),weekdaysMin:"Κυ_Δε_Τρ_Τε_Πε_Πα_Σα".split("_"),meridiem:function(bs,bt,bu){if(bs>11){return bu?"μμ":"ΜΜ"}else{return bu?"πμ":"ΠΜ"}},isPM:function(bs){return((bs+"").toLowerCase()[0]==="μ")},meridiemParse:/[ΠΜ]\.?Μ?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendarEl:{sameDay:"[Σήμερα {}] LT",nextDay:"[Αύριο {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[Χθες {}] LT",lastWeek:function(){switch(this.day()){case 6:return"[το προηγούμενο] dddd [{}] LT";default:return"[την προηγούμενη] dddd [{}] LT"}},sameElse:"L"},calendar:function(bu,bv){var bt=this._calendarEl[bu],bs=bv&&bv.hours();if(typeof bt==="function"){bt=bt.apply(bv)}return bt.replace("{}",(bs%12===1?"στη":"στις"))},relativeTime:{future:"σε %s",past:"%s πριν",s:"λίγα δευτερόλεπτα",m:"ένα λεπτό",mm:"%d λεπτά",h:"μία ώρα",hh:"%d ώρες",d:"μία μέρα",dd:"%d μέρες",M:"ένας μήνας",MM:"%d μήνες",y:"ένας χρόνος",yy:"%d χρόνια"},ordinalParse:/\d{1,2}η/,ordinal:"%dη",week:{dow:1,doy:4}})}));(function(i){i(V)}(function(i){return i.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},ordinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(bu){var bs=bu%10,bt=(~~(bu%100/10)===1)?"th":(bs===1)?"st":(bs===2)?"nd":(bs===3)?"rd":"th";return bu+bt},week:{dow:1,doy:4}})}));(function(i){i(V)}(function(i){return i.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"D MMMM, YYYY",LLL:"D MMMM, YYYY LT",LLLL:"dddd, D MMMM, YYYY LT"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},ordinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(bu){var bs=bu%10,bt=(~~(bu%100/10)===1)?"th":(bs===1)?"st":(bs===2)?"nd":(bs===3)?"rd":"th";return bu+bt}})}));(function(i){i(V)}(function(i){return i.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},ordinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(bu){var bs=bu%10,bt=(~~(bu%100/10)===1)?"th":(bs===1)?"st":(bs===2)?"nd":(bs===3)?"rd":"th";return bu+bt},week:{dow:1,doy:4}})}));(function(i){i(V)}(function(i){return i.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aŭg_sep_okt_nov_dec".split("_"),weekdays:"Dimanĉo_Lundo_Mardo_Merkredo_Ĵaŭdo_Vendredo_Sabato".split("_"),weekdaysShort:"Dim_Lun_Mard_Merk_Ĵaŭ_Ven_Sab".split("_"),weekdaysMin:"Di_Lu_Ma_Me_Ĵa_Ve_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"YYYY-MM-DD",LL:"D[-an de] MMMM, YYYY",LLL:"D[-an de] MMMM, YYYY LT",LLLL:"dddd, [la] D[-an de] MMMM, YYYY LT"},meridiemParse:/[ap]\.t\.m/i,isPM:function(bs){return bs.charAt(0).toLowerCase()==="p"},meridiem:function(bs,bt,bu){if(bs>11){return bu?"p.t.m.":"P.T.M."}else{return bu?"a.t.m.":"A.T.M."}},calendar:{sameDay:"[Hodiaŭ je] LT",nextDay:"[Morgaŭ je] LT",nextWeek:"dddd [je] LT",lastDay:"[Hieraŭ je] LT",lastWeek:"[pasinta] dddd [je] LT",sameElse:"L"},relativeTime:{future:"je %s",past:"antaŭ %s",s:"sekundoj",m:"minuto",mm:"%d minutoj",h:"horo",hh:"%d horoj",d:"tago",dd:"%d tagoj",M:"monato",MM:"%d monatoj",y:"jaro",yy:"%d jaroj"},ordinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}})}));(function(i){i(V)}(function(bt){var bs="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),i="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_");return bt.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(bu,bv){if(/-MMM-/.test(bv)){return i[bu.month()]}else{return bs[bu.month()]}},weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"Do_Lu_Ma_Mi_Ju_Vi_Sá".split("_"),longDateFormat:{LT:"H:mm",LTS:"LT:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY LT",LLLL:"dddd, D [de] MMMM [de] YYYY LT"},calendar:{sameDay:function(){return"[hoy a la"+((this.hours()!==1)?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+((this.hours()!==1)?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+((this.hours()!==1)?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+((this.hours()!==1)?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+((this.hours()!==1)?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},ordinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}));(function(i){i(V)}(function(bs){function i(bv,bu,bt,bx){var bw={s:["mõne sekundi","mõni sekund","paar sekundit"],m:["ühe minuti","üks minut"],mm:[bv+" minuti",bv+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[bv+" tunni",bv+" tundi"],d:["ühe päeva","üks päev"],M:["kuu aja","kuu aega","üks kuu"],MM:[bv+" kuu",bv+" kuud"],y:["ühe aasta","aasta","üks aasta"],yy:[bv+" aasta",bv+" aastat"]};if(bu){return bw[bt][2]?bw[bt][2]:bw[bt][1]}return bx?bw[bt][0]:bw[bt][1]}return bs.defineLocale("et",{months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"LT:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd, D. MMMM YYYY LT"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:i,m:i,mm:i,h:i,hh:i,d:i,dd:"%d päeva",M:i,MM:i,y:i,yy:i},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}));(function(i){i(V)}(function(i){return i.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] LT",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] LT",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] LT",llll:"ddd, YYYY[ko] MMM D[a] LT"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}));(function(i){i(V)}(function(bt){var i={"1":"۱","2":"۲","3":"۳","4":"۴","5":"۵","6":"۶","7":"۷","8":"۸","9":"۹","0":"۰"},bs={"۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","۰":"0"};return bt.defineLocale("fa",{months:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),weekdays:"یک\u200cشنبه_دوشنبه_سه\u200cشنبه_چهارشنبه_پنج\u200cشنبه_جمعه_شنبه".split("_"),weekdaysShort:"یک\u200cشنبه_دوشنبه_سه\u200cشنبه_چهارشنبه_پنج\u200cشنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},meridiemParse:/قبل از ظهر|بعد از ظهر/,isPM:function(bu){return/بعد از ظهر/.test(bu)},meridiem:function(bu,bw,bv){if(bu<12){return"قبل از ظهر"}else{return"بعد از ظهر"}},calendar:{sameDay:"[امروز ساعت] LT",nextDay:"[فردا ساعت] LT",nextWeek:"dddd [ساعت] LT",lastDay:"[دیروز ساعت] LT",lastWeek:"dddd [پیش] [ساعت] LT",sameElse:"L"},relativeTime:{future:"در %s",past:"%s پیش",s:"چندین ثانیه",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"},preparse:function(bu){return bu.replace(/[۰-۹]/g,function(bv){return bs[bv]}).replace(/،/g,",")},postformat:function(bu){return bu.replace(/\d/g,function(bv){return i[bv]}).replace(/,/g,"،")},ordinalParse:/\d{1,2}م/,ordinal:"%dم",week:{dow:6,doy:12}})}));(function(i){i(V)}(function(bu){var bt="nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" "),bs=["nolla","yhden","kahden","kolmen","neljän","viiden","kuuden",bt[7],bt[8],bt[9]];function bv(bz,by,bx,bA){var bw="";switch(bx){case"s":return bA?"muutaman sekunnin":"muutama sekunti";case"m":return bA?"minuutin":"minuutti";case"mm":bw=bA?"minuutin":"minuuttia";break;case"h":return bA?"tunnin":"tunti";case"hh":bw=bA?"tunnin":"tuntia";break;case"d":return bA?"päivän":"päivä";case"dd":bw=bA?"päivän":"päivää";break;case"M":return bA?"kuukauden":"kuukausi";case"MM":bw=bA?"kuukauden":"kuukautta";break;case"y":return bA?"vuoden":"vuosi";case"yy":bw=bA?"vuoden":"vuotta";break}bw=i(bz,bA)+" "+bw;return bw}function i(bw,bx){return bw<10?(bx?bs[bw]:bt[bw]):bw}return bu.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] LT",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] LT",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] LT",llll:"ddd, Do MMM YYYY, [klo] LT"},calendar:{sameDay:"[tänään] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s päästä",past:"%s sitten",s:bv,m:bv,mm:bv,h:bv,hh:bv,d:bv,dd:bv,M:bv,MM:bv,y:bv,yy:bv},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}));(function(i){i(V)}(function(i){return i.defineLocale("fo",{months:"januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur".split("_"),weekdaysShort:"sun_mán_týs_mik_hós_frí_ley".split("_"),weekdaysMin:"su_má_tý_mi_hó_fr_le".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D. MMMM, YYYY LT"},calendar:{sameDay:"[Í dag kl.] LT",nextDay:"[Í morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[Í gjár kl.] LT",lastWeek:"[síðstu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s síðani",s:"fá sekund",m:"ein minutt",mm:"%d minuttir",h:"ein tími",hh:"%d tímar",d:"ein dagur",dd:"%d dagar",M:"ein mánaði",MM:"%d mánaðir",y:"eitt ár",yy:"%d ár"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}));(function(i){i(V)}(function(i){return i.defineLocale("fr-ca",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"Di_Lu_Ma_Me_Je_Ve_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[Aujourd'hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},ordinalParse:/\d{1,2}(er|)/,ordinal:function(bs){return bs+(bs===1?"er":"")}})}));(function(i){i(V)}(function(i){return i.defineLocale("fr",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"Di_Lu_Ma_Me_Je_Ve_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[Aujourd'hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},ordinalParse:/\d{1,2}(er|)/,ordinal:function(bs){return bs+(bs===1?"er":"")},week:{dow:1,doy:4}})}));(function(i){i(V)}(function(bt){var bs="jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_"),i="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_");return bt.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(bu,bv){if(/-MMM-/.test(bv)){return i[bu.month()]}else{return bs[bu.month()]}},weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[ôfrûne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",m:"ien minút",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},ordinalParse:/\d{1,2}(ste|de)/,ordinal:function(bu){return bu+((bu===1||bu===8||bu>=20)?"ste":"de")},week:{dow:1,doy:4}})}));(function(i){i(V)}(function(i){return i.defineLocale("gl",{months:"Xaneiro_Febreiro_Marzo_Abril_Maio_Xuño_Xullo_Agosto_Setembro_Outubro_Novembro_Decembro".split("_"),monthsShort:"Xan._Feb._Mar._Abr._Mai._Xuñ._Xul._Ago._Set._Out._Nov._Dec.".split("_"),weekdays:"Domingo_Luns_Martes_Mércores_Xoves_Venres_Sábado".split("_"),weekdaysShort:"Dom._Lun._Mar._Mér._Xov._Ven._Sáb.".split("_"),weekdaysMin:"Do_Lu_Ma_Mé_Xo_Ve_Sá".split("_"),longDateFormat:{LT:"H:mm",LTS:"LT:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:function(){return"[hoxe "+((this.hours()!==1)?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+((this.hours()!==1)?"ás":"á")+"] LT"},nextWeek:function(){return"dddd ["+((this.hours()!==1)?"ás":"a")+"] LT"},lastDay:function(){return"[onte "+((this.hours()!==1)?"á":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+((this.hours()!==1)?"ás":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(bs){if(bs==="uns segundos"){return"nuns segundos"}return"en "+bs},past:"hai %s",s:"uns segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},ordinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:7}})}));(function(i){i(V)}(function(i){return i.defineLocale("he",{months:"ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),monthsShort:"ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳".split("_"),weekdays:"ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת".split("_"),weekdaysShort:"א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳".split("_"),weekdaysMin:"א_ב_ג_ד_ה_ו_ש".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD/MM/YYYY",LL:"D [ב]MMMM YYYY",LLL:"D [ב]MMMM YYYY LT",LLLL:"dddd, D [ב]MMMM YYYY LT",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY LT",llll:"ddd, D MMM YYYY LT"},calendar:{sameDay:"[היום ב־]LT",nextDay:"[מחר ב־]LT",nextWeek:"dddd [בשעה] LT",lastDay:"[אתמול ב־]LT",lastWeek:"[ביום] dddd [האחרון בשעה] LT",sameElse:"L"},relativeTime:{future:"בעוד %s",past:"לפני %s",s:"מספר שניות",m:"דקה",mm:"%d דקות",h:"שעה",hh:function(bs){if(bs===2){return"שעתיים"}return bs+" שעות"},d:"יום",dd:function(bs){if(bs===2){return"יומיים"}return bs+" ימים"},M:"חודש",MM:function(bs){if(bs===2){return"חודשיים"}return bs+" חודשים"},y:"שנה",yy:function(bs){if(bs===2){return"שנתיים"}else{if(bs%10===0&&bs!==10){return bs+" שנה"}}return bs+" שנים"}}})}));(function(i){i(V)}(function(bt){var i={"1":"१","2":"२","3":"३","4":"४","5":"५","6":"६","7":"७","8":"८","9":"९","0":"०"},bs={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};return bt.defineLocale("hi",{months:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm बजे",LTS:"A h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, LT",LLLL:"dddd, D MMMM YYYY, LT"},calendar:{sameDay:"[आज] LT",nextDay:"[कल] LT",nextWeek:"dddd, LT",lastDay:"[कल] LT",lastWeek:"[पिछले] dddd, LT",sameElse:"L"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"},preparse:function(bu){return bu.replace(/[१२३४५६७८९०]/g,function(bv){return bs[bv]})},postformat:function(bu){return bu.replace(/\d/g,function(bv){return i[bv]})},meridiemParse:/रात|सुबह|दोपहर|शाम/,meridiemHour:function(bu,bv){if(bu===12){bu=0}if(bv==="रात"){return bu<4?bu:bu+12}else{if(bv==="सुबह"){return bu}else{if(bv==="दोपहर"){return bu>=10?bu:bu+12}else{if(bv==="शाम"){return bu+12}}}}},meridiem:function(bu,bw,bv){if(bu<4){return"रात"}else{if(bu<10){return"सुबह"}else{if(bu<17){return"दोपहर"}else{if(bu<20){return"शाम"}else{return"रात"}}}}},week:{dow:0,doy:6}})}));(function(i){i(V)}(function(i){function bs(bw,bv,bu){var bt=bw+" ";switch(bu){case"m":return bv?"jedna minuta":"jedne minute";case"mm":if(bw===1){bt+="minuta"}else{if(bw===2||bw===3||bw===4){bt+="minute"}else{bt+="minuta"}}return bt;case"h":return bv?"jedan sat":"jednog sata";case"hh":if(bw===1){bt+="sat"}else{if(bw===2||bw===3||bw===4){bt+="sata"}else{bt+="sati"}}return bt;case"dd":if(bw===1){bt+="dan"}else{bt+="dana"}return bt;case"MM":if(bw===1){bt+="mjesec"}else{if(bw===2||bw===3||bw===4){bt+="mjeseca"}else{bt+="mjeseci"}}return bt;case"yy":if(bw===1){bt+="godina"}else{if(bw===2||bw===3||bw===4){bt+="godine"}else{bt+="godina"}}return bt}}return i.defineLocale("hr",{months:"sječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_"),monthsShort:"sje._vel._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),longDateFormat:{LT:"H:mm",LTS:"LT:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd, D. MMMM YYYY LT"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",m:bs,mm:bs,h:bs,hh:bs,d:"dan",dd:bs,M:"mjesec",MM:bs,y:"godinu",yy:bs},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}));(function(i){i(V)}(function(bt){var bs="vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" ");function bu(by,bx,bw,bA){var bv=by,bz;switch(bw){case"s":return(bA||bx)?"néhány másodperc":"néhány másodperce";case"m":return"egy"+(bA||bx?" perc":" perce");case"mm":return bv+(bA||bx?" perc":" perce");case"h":return"egy"+(bA||bx?" óra":" órája");case"hh":return bv+(bA||bx?" óra":" órája");case"d":return"egy"+(bA||bx?" nap":" napja");case"dd":return bv+(bA||bx?" nap":" napja");case"M":return"egy"+(bA||bx?" hónap":" hónapja");case"MM":return bv+(bA||bx?" hónap":" hónapja");case"y":return"egy"+(bA||bx?" év":" éve");case"yy":return bv+(bA||bx?" év":" éve")}return""}function i(bv){return(bv?"":"[múlt] ")+"["+bs[this.day()]+"] LT[-kor]"}return bt.defineLocale("hu",{months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan_feb_márc_ápr_máj_jún_júl_aug_szept_okt_nov_dec".split("_"),weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"LT:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D., LT",LLLL:"YYYY. MMMM D., dddd LT"},meridiemParse:/de|du/i,isPM:function(bv){return bv.charAt(1).toLowerCase()==="u"},meridiem:function(bv,bw,bx){if(bv<12){return bx===true?"de":"DE"}else{return bx===true?"du":"DU"}},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return i.call(this,true)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return i.call(this,false)},sameElse:"L"},relativeTime:{future:"%s múlva",past:"%s",s:bu,m:bu,mm:bu,h:bu,hh:bu,d:bu,dd:bu,M:bu,MM:bu,y:bu,yy:bu},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}));(function(i){i(V)}(function(bu){function bt(bw,by){var bv={nominative:"հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր".split("_"),accusative:"հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի".split("_")},bx=(/D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/).test(by)?"accusative":"nominative";return bv[bx][bw.month()]}function bs(bv,bx){var bw="հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_");return bw[bv.month()]}function i(bv,bx){var bw="կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_");return bw[bv.day()]}return bu.defineLocale("hy-am",{months:bt,monthsShort:bs,weekdays:i,weekdaysShort:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),weekdaysMin:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY թ.",LLL:"D MMMM YYYY թ., LT",LLLL:"dddd, D MMMM YYYY թ., LT"},calendar:{sameDay:"[այսօր] LT",nextDay:"[վաղը] LT",lastDay:"[երեկ] LT",nextWeek:function(){return"dddd [օրը ժամը] LT"},lastWeek:function(){return"[անցած] dddd [օրը ժամը] LT"},sameElse:"L"},relativeTime:{future:"%s հետո",past:"%s առաջ",s:"մի քանի վայրկյան",m:"րոպե",mm:"%d րոպե",h:"ժամ",hh:"%d ժամ",d:"օր",dd:"%d օր",M:"ամիս",MM:"%d ամիս",y:"տարի",yy:"%d տարի"},meridiemParse:/գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,isPM:function(bv){return/^(ցերեկվա|երեկոյան)$/.test(bv)},meridiem:function(bv){if(bv<4){return"գիշերվա"}else{if(bv<12){return"առավոտվա"}else{if(bv<17){return"ցերեկվա"}else{return"երեկոյան"}}}},ordinalParse:/\d{1,2}|\d{1,2}-(ին|րդ)/,ordinal:function(bv,bw){switch(bw){case"DDD":case"w":case"W":case"DDDo":if(bv===1){return bv+"-ին"}return bv+"-րդ";default:return bv}},week:{dow:1,doy:7}})}));(function(i){i(V)}(function(i){return i.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"LT.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] LT",LLLL:"dddd, D MMMM YYYY [pukul] LT"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(bs,bt){if(bs===12){bs=0}if(bt==="pagi"){return bs}else{if(bt==="siang"){return bs>=11?bs:bs+12}else{if(bt==="sore"||bt==="malam"){return bs+12}}}},meridiem:function(bs,bt,bu){if(bs<11){return"pagi"}else{if(bs<15){return"siang"}else{if(bs<19){return"sore"}else{return"malam"}}}},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}));(function(i){i(V)}(function(bs){function i(bu){if(bu%100===11){return true}else{if(bu%10===1){return false}}return true}function bt(bx,bw,bv,by){var bu=bx+" ";switch(bv){case"s":return bw||by?"nokkrar sekúndur":"nokkrum sekúndum";case"m":return bw?"mínúta":"mínútu";case"mm":if(i(bx)){return bu+(bw||by?"mínútur":"mínútum")}else{if(bw){return bu+"mínúta"}}return bu+"mínútu";case"hh":if(i(bx)){return bu+(bw||by?"klukkustundir":"klukkustundum")}return bu+"klukkustund";case"d":if(bw){return"dagur"}return by?"dag":"degi";case"dd":if(i(bx)){if(bw){return bu+"dagar"}return bu+(by?"daga":"dögum")}else{if(bw){return bu+"dagur"}}return bu+(by?"dag":"degi");case"M":if(bw){return"mánuður"}return by?"mánuð":"mánuði";case"MM":if(i(bx)){if(bw){return bu+"mánuðir"}return bu+(by?"mánuði":"mánuðum")}else{if(bw){return bu+"mánuður"}}return bu+(by?"mánuð":"mánuði");case"y":return bw||by?"ár":"ári";case"yy":if(i(bx)){return bu+(bw||by?"ár":"árum")}return bu+(bw||by?"ár":"ári")}}return bs.defineLocale("is",{months:"janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),monthsShort:"jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),weekdays:"sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),weekdaysShort:"sun_mán_þri_mið_fim_fös_lau".split("_"),weekdaysMin:"Su_Má_Þr_Mi_Fi_Fö_La".split("_"),longDateFormat:{LT:"H:mm",LTS:"LT:ss",L:"DD/MM/YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] LT",LLLL:"dddd, D. MMMM YYYY [kl.] LT"},calendar:{sameDay:"[í dag kl.] LT",nextDay:"[á morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[í gær kl.] LT",lastWeek:"[síðasta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s síðan",s:bt,m:bt,mm:bt,h:"klukkustund",hh:bt,d:bt,dd:bt,M:bt,MM:bt,y:bt,yy:bt},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}));(function(i){i(V)}(function(i){return i.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"Domenica_Lunedì_Martedì_Mercoledì_Giovedì_Venerdì_Sabato".split("_"),weekdaysShort:"Dom_Lun_Mar_Mer_Gio_Ven_Sab".split("_"),weekdaysMin:"D_L_Ma_Me_G_V_S".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(bs){return((/^[0-9].+$/).test(bs)?"tra":"in")+" "+bs},past:"%s fa",s:"alcuni secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},ordinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}));(function(i){i(V)}(function(i){return i.defineLocale("ja",{months:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"Ah時m分",LTS:"LTs秒",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日LT",LLLL:"YYYY年M月D日LT dddd"},meridiemParse:/午前|午後/i,isPM:function(bs){return bs==="午後"},meridiem:function(bs,bu,bt){if(bs<12){return"午前"}else{return"午後"}},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:"[来週]dddd LT",lastDay:"[昨日] LT",lastWeek:"[前週]dddd LT",sameElse:"L"},relativeTime:{future:"%s後",past:"%s前",s:"数秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}})}));(function(i){i(V)}(function(bt){function bs(bv,bx){var bu={nominative:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),accusative:"იანვარს_თებერვალს_მარტს_აპრილის_მაისს_ივნისს_ივლისს_აგვისტს_სექტემბერს_ოქტომბერს_ნოემბერს_დეკემბერს".split("_")},bw=(/D[oD] *MMMM?/).test(bx)?"accusative":"nominative";return bu[bw][bv.month()]}function i(bu,bx){var bv={nominative:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),accusative:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_")},bw=(/(წინა|შემდეგ)/).test(bx)?"accusative":"nominative";return bv[bw][bu.day()]}return bt.defineLocale("ka",{months:bs,monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:i,weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[დღეს] LT[-ზე]",nextDay:"[ხვალ] LT[-ზე]",lastDay:"[გუშინ] LT[-ზე]",nextWeek:"[შემდეგ] dddd LT[-ზე]",lastWeek:"[წინა] dddd LT-ზე",sameElse:"L"},relativeTime:{future:function(bu){return(/(წამი|წუთი|საათი|წელი)/).test(bu)?bu.replace(/ი$/,"ში"):bu+"ში"},past:function(bu){if((/(წამი|წუთი|საათი|დღე|თვე)/).test(bu)){return bu.replace(/(ი|ე)$/,"ის წინ")}if((/წელი/).test(bu)){return bu.replace(/წელი$/,"წლის წინ")}},s:"რამდენიმე წამი",m:"წუთი",mm:"%d წუთი",h:"საათი",hh:"%d საათი",d:"დღე",dd:"%d დღე",M:"თვე",MM:"%d თვე",y:"წელი",yy:"%d წელი"},ordinalParse:/0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,ordinal:function(bu){if(bu===0){return bu}if(bu===1){return bu+"-ლი"}if((bu<20)||(bu<=100&&(bu%20===0))||(bu%100===0)){return"მე-"+bu}return bu+"-ე"},week:{dow:1,doy:7}})}));(function(i){i(V)}(function(i){return i.defineLocale("km",{months:"មករា_កុម្ភៈ_មិនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),monthsShort:"មករា_កុម្ភៈ_មិនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekdays:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysShort:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysMin:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[ថ្ងៃនៈ ម៉ោង] LT",nextDay:"[ស្អែក ម៉ោង] LT",nextWeek:"dddd [ម៉ោង] LT",lastDay:"[ម្សិលមិញ ម៉ោង] LT",lastWeek:"dddd [សប្តាហ៍មុន] [ម៉ោង] LT",sameElse:"L"},relativeTime:{future:"%sទៀត",past:"%sមុន",s:"ប៉ុន្មានវិនាទី",m:"មួយនាទី",mm:"%d នាទី",h:"មួយម៉ោង",hh:"%d ម៉ោង",d:"មួយថ្ងៃ",dd:"%d ថ្ងៃ",M:"មួយខែ",MM:"%d ខែ",y:"មួយឆ្នាំ",yy:"%d ឆ្នាំ"},week:{dow:1,doy:4}})}));(function(i){i(V)}(function(i){return i.defineLocale("ko",{months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h시 m분",LTS:"A h시 m분 s초",L:"YYYY.MM.DD",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 LT",LLLL:"YYYY년 MMMM D일 dddd LT"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇초",ss:"%d초",m:"일분",mm:"%d분",h:"한시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한달",MM:"%d달",y:"일년",yy:"%d년"},ordinalParse:/\d{1,2}일/,ordinal:"%d일",meridiemParse:/오전|오후/,isPM:function(bs){return bs==="오후"},meridiem:function(bs,bu,bt){return bs<12?"오전":"오후"}})}));(function(i){i(V)}(function(bv){function bs(by,bx,bw,bA){var bz={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return bx?bz[bw][0]:bz[bw][1]}function bu(bw){var bx=bw.substr(0,bw.indexOf(" "));if(bt(bx)){return"a "+bw}return"an "+bw}function i(bw){var bx=bw.substr(0,bw.indexOf(" "));if(bt(bx)){return"viru "+bw}return"virun "+bw}function bt(bx){bx=parseInt(bx,10);if(isNaN(bx)){return false}if(bx<0){return true}else{if(bx<10){if(4<=bx&&bx<=7){return true}return false}else{if(bx<100){var bw=bx%10,by=bx/10;if(bw===0){return bt(by)}return bt(bw)}else{if(bx<10000){while(bx>=10){bx=bx/10}return bt(bx)}else{bx=bx/1000;return bt(bx)}}}}}return bv.defineLocale("lb",{months:"Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),weekdays:"Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._Mé._Dë._Më._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mé_Dë_Më_Do_Fr_Sa".split("_"),longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd, D. MMMM YYYY LT"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gëschter um] LT",lastWeek:function(){switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:bu,past:i,s:"e puer Sekonnen",m:bs,mm:"%d Minutten",h:bs,hh:"%d Stonnen",d:bs,dd:"%d Deeg",M:bs,MM:"%d Méint",y:bs,yy:"%d Joer"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}));(function(i){i(V)}(function(bz){var bx={m:"minutė_minutės_minutę",mm:"minutės_minučių_minutes",h:"valanda_valandos_valandą",hh:"valandos_valandų_valandas",d:"diena_dienos_dieną",dd:"dienos_dienų_dienas",M:"mėnuo_mėnesio_mėnesį",MM:"mėnesiai_mėnesių_mėnesius",y:"metai_metų_metus",yy:"metai_metų_metus"},bu="sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis".split("_");function bv(bC,bB,bA,bD){if(bB){return"kelios sekundės"}else{return bD?"kelių sekundžių":"kelias sekundes"}}function bw(bC,bB,bA,bD){return bB?i(bA)[0]:(bD?i(bA)[1]:i(bA)[2])}function by(bA){return bA%10===0||(bA>10&&bA<20)}function i(bA){return bx[bA].split("_")}function bt(bD,bC,bB,bE){var bA=bD+" ";if(bD===1){return bA+bw(bD,bC,bB[0],bE)}else{if(bC){return bA+(by(bD)?i(bB)[1]:i(bB)[0])}else{if(bE){return bA+i(bB)[1]}else{return bA+(by(bD)?i(bB)[1]:i(bB)[2])}}}}function bs(bC,bB){var bD=bB.indexOf("dddd HH:mm")===-1,bA=bu[bC.day()];return bD?bA:bA.substring(0,bA.length-2)+"į"}return bz.defineLocale("lt",{months:"sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio".split("_"),monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:bs,weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_Šeš".split("_"),weekdaysMin:"S_P_A_T_K_Pn_Š".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], LT [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, LT [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], LT [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, LT [val.]"},calendar:{sameDay:"[Šiandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Praėjusį] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prieš %s",s:bv,m:bw,mm:bt,h:bw,hh:bt,d:bw,dd:bt,M:bw,MM:bt,y:bw,yy:bt},ordinalParse:/\d{1,2}-oji/,ordinal:function(bA){return bA+"-oji"},week:{dow:1,doy:4}})}));(function(i){i(V)}(function(bt){var i={mm:"minūti_minūtes_minūte_minūtes",hh:"stundu_stundas_stunda_stundas",dd:"dienu_dienas_diena_dienas",MM:"mēnesi_mēnešus_mēnesis_mēneši",yy:"gadu_gadus_gads_gadi"};function bs(by,bx,bw){var bv=by.split("_");if(bw){return bx%10===1&&bx!==11?bv[2]:bv[3]}else{return bx%10===1&&bx!==11?bv[0]:bv[1]}}function bu(bx,bw,bv){return bx+" "+bs(i[bv],bx,bw)}return bt.defineLocale("lv",{months:"janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),weekdays:"svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD.MM.YYYY",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, LT",LLLL:"YYYY. [gada] D. MMMM, dddd, LT"},calendar:{sameDay:"[Šodien pulksten] LT",nextDay:"[Rīt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pagājušā] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"%s vēlāk",past:"%s agrāk",s:"dažas sekundes",m:"minūti",mm:bu,h:"stundu",hh:bu,d:"dienu",dd:bu,M:"mēnesi",MM:bu,y:"gadu",yy:bu},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}));(function(i){i(V)}(function(i){return i.defineLocale("mk",{months:"јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември".split("_"),monthsShort:"јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек".split("_"),weekdays:"недела_понеделник_вторник_среда_четврток_петок_сабота".split("_"),weekdaysShort:"нед_пон_вто_сре_чет_пет_саб".split("_"),weekdaysMin:"нe_пo_вт_ср_че_пе_сa".split("_"),longDateFormat:{LT:"H:mm",LTS:"LT:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[Денес во] LT",nextDay:"[Утре во] LT",nextWeek:"dddd [во] LT",lastDay:"[Вчера во] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Во изминатата] dddd [во] LT";case 1:case 2:case 4:case 5:return"[Во изминатиот] dddd [во] LT"}},sameElse:"L"},relativeTime:{future:"после %s",past:"пред %s",s:"неколку секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дена",M:"месец",MM:"%d месеци",y:"година",yy:"%d години"},ordinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(bu){var bt=bu%10,bs=bu%100;if(bu===0){return bu+"-ев"}else{if(bs===0){return bu+"-ен"}else{if(bs>10&&bs<20){return bu+"-ти"}else{if(bt===1){return bu+"-ви"}else{if(bt===2){return bu+"-ри"}else{if(bt===7||bt===8){return bu+"-ми"}else{return bu+"-ти"}}}}}}},week:{dow:1,doy:7}})}));(function(i){i(V)}(function(i){return i.defineLocale("ml",{months:"ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ".split("_"),monthsShort:"ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.".split("_"),weekdays:"ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച".split("_"),weekdaysShort:"ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി".split("_"),weekdaysMin:"ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ".split("_"),longDateFormat:{LT:"A h:mm -നു",LTS:"A h:mm:ss -നു",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, LT",LLLL:"dddd, D MMMM YYYY, LT"},calendar:{sameDay:"[ഇന്ന്] LT",nextDay:"[നാളെ] LT",nextWeek:"dddd, LT",lastDay:"[ഇന്നലെ] LT",lastWeek:"[കഴിഞ്ഞ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s കഴിഞ്ഞ്",past:"%s മുൻപ്",s:"അൽപ നിമിഷങ്ങൾ",m:"ഒരു മിനിറ്റ്",mm:"%d മിനിറ്റ്",h:"ഒരു മണിക്കൂർ",hh:"%d മണിക്കൂർ",d:"ഒരു ദിവസം",dd:"%d ദിവസം",M:"ഒരു മാസം",MM:"%d മാസം",y:"ഒരു വർഷം",yy:"%d വർഷം"},meridiemParse:/രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,isPM:function(bs){return/^(ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി)$/.test(bs)},meridiem:function(bs,bu,bt){if(bs<4){return"രാത്രി"}else{if(bs<12){return"രാവിലെ"}else{if(bs<17){return"ഉച്ച കഴിഞ്ഞ്"}else{if(bs<20){return"വൈകുന്നേരം"}else{return"രാത്രി"}}}}}})}));(function(i){i(V)}(function(bt){var i={"1":"१","2":"२","3":"३","4":"४","5":"५","6":"६","7":"७","8":"८","9":"९","0":"०"},bs={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};return bt.defineLocale("mr",{months:"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),monthsShort:"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),weekdays:"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm वाजता",LTS:"A h:mm:ss वाजता",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, LT",LLLL:"dddd, D MMMM YYYY, LT"},calendar:{sameDay:"[आज] LT",nextDay:"[उद्या] LT",nextWeek:"dddd, LT",lastDay:"[काल] LT",lastWeek:"[मागील] dddd, LT",sameElse:"L"},relativeTime:{future:"%s नंतर",past:"%s पूर्वी",s:"सेकंद",m:"एक मिनिट",mm:"%d मिनिटे",h:"एक तास",hh:"%d तास",d:"एक दिवस",dd:"%d दिवस",M:"एक महिना",MM:"%d महिने",y:"एक वर्ष",yy:"%d वर्षे"},preparse:function(bu){return bu.replace(/[१२३४५६७८९०]/g,function(bv){return bs[bv]})},postformat:function(bu){return bu.replace(/\d/g,function(bv){return i[bv]})},meridiemParse:/रात्री|सकाळी|दुपारी|सायंकाळी/,meridiemHour:function(bu,bv){if(bu===12){bu=0}if(bv==="रात्री"){return bu<4?bu:bu+12}else{if(bv==="सकाळी"){return bu}else{if(bv==="दुपारी"){return bu>=10?bu:bu+12}else{if(bv==="सायंकाळी"){return bu+12}}}}},meridiem:function(bu,bw,bv){if(bu<4){return"रात्री"}else{if(bu<10){return"सकाळी"}else{if(bu<17){return"दुपारी"}else{if(bu<20){return"सायंकाळी"}else{return"रात्री"}}}}},week:{dow:0,doy:6}})}));(function(i){i(V)}(function(i){return i.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"LT.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] LT",LLLL:"dddd, D MMMM YYYY [pukul] LT"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(bs,bt){if(bs===12){bs=0}if(bt==="pagi"){return bs}else{if(bt==="tengahari"){return bs>=11?bs:bs+12}else{if(bt==="petang"||bt==="malam"){return bs+12}}}},meridiem:function(bs,bt,bu){if(bs<11){return"pagi"}else{if(bs<15){return"tengahari"}else{if(bs<19){return"petang"}else{return"malam"}}}},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}));(function(i){i(V)}(function(bt){var i={"1":"၁","2":"၂","3":"၃","4":"၄","5":"၅","6":"၆","7":"၇","8":"၈","9":"၉","0":"၀"},bs={"၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","၀":"0"};return bt.defineLocale("my",{months:"ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ".split("_"),monthsShort:"ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ".split("_"),weekdays:"တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ".split("_"),weekdaysShort:"နွေ_လာ_င်္ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),weekdaysMin:"နွေ_လာ_င်္ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[ယနေ.] LT [မှာ]",nextDay:"[မနက်ဖြန်] LT [မှာ]",nextWeek:"dddd LT [မှာ]",lastDay:"[မနေ.က] LT [မှာ]",lastWeek:"[ပြီးခဲ့သော] dddd LT [မှာ]",sameElse:"L"},relativeTime:{future:"လာမည့် %s မှာ",past:"လွန်ခဲ့သော %s က",s:"စက္ကန်.အနည်းငယ်",m:"တစ်မိနစ်",mm:"%d မိနစ်",h:"တစ်နာရီ",hh:"%d နာရီ",d:"တစ်ရက်",dd:"%d ရက်",M:"တစ်လ",MM:"%d လ",y:"တစ်နှစ်",yy:"%d နှစ်"},preparse:function(bu){return bu.replace(/[၁၂၃၄၅၆၇၈၉၀]/g,function(bv){return bs[bv]})},postformat:function(bu){return bu.replace(/\d/g,function(bv){return i[bv]})},week:{dow:1,doy:4}})}));(function(i){i(V)}(function(i){return i.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tirs_ons_tors_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"H.mm",LTS:"LT.ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] LT",LLLL:"dddd D. MMMM YYYY [kl.] LT"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"for %s siden",s:"noen sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",M:"en måned",MM:"%d måneder",y:"ett år",yy:"%d år"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}));(function(i){i(V)}(function(bt){var i={"1":"१","2":"२","3":"३","4":"४","5":"५","6":"६","7":"७","8":"८","9":"९","0":"०"},bs={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};return bt.defineLocale("ne",{months:"जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),monthsShort:"जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),weekdays:"आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),weekdaysShort:"आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),weekdaysMin:"आइ._सो._मङ्_बु._बि._शु._श.".split("_"),longDateFormat:{LT:"Aको h:mm बजे",LTS:"Aको h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, LT",LLLL:"dddd, D MMMM YYYY, LT"},preparse:function(bu){return bu.replace(/[१२३४५६७८९०]/g,function(bv){return bs[bv]})},postformat:function(bu){return bu.replace(/\d/g,function(bv){return i[bv]})},meridiemParse:/राती|बिहान|दिउँसो|बेलुका|साँझ|राती/,meridiemHour:function(bu,bv){if(bu===12){bu=0}if(bv==="राती"){return bu<3?bu:bu+12}else{if(bv==="बिहान"){return bu}else{if(bv==="दिउँसो"){return bu>=10?bu:bu+12}else{if(bv==="बेलुका"||bv==="साँझ"){return bu+12}}}}},meridiem:function(bu,bw,bv){if(bu<3){return"राती"}else{if(bu<10){return"बिहान"}else{if(bu<15){return"दिउँसो"}else{if(bu<18){return"बेलुका"}else{if(bu<20){return"साँझ"}else{return"राती"}}}}}},calendar:{sameDay:"[आज] LT",nextDay:"[भोली] LT",nextWeek:"[आउँदो] dddd[,] LT",lastDay:"[हिजो] LT",lastWeek:"[गएको] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%sमा",past:"%s अगाडी",s:"केही समय",m:"एक मिनेट",mm:"%d मिनेट",h:"एक घण्टा",hh:"%d घण्टा",d:"एक दिन",dd:"%d दिन",M:"एक महिना",MM:"%d महिना",y:"एक बर्ष",yy:"%d बर्ष"},week:{dow:1,doy:7}})}));(function(i){i(V)}(function(bt){var bs="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),i="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_");return bt.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(bu,bv){if(/-MMM-/.test(bv)){return i[bu.month()]}else{return bs[bu.month()]}},weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"Zo_Ma_Di_Wo_Do_Vr_Za".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},ordinalParse:/\d{1,2}(ste|de)/,ordinal:function(bu){return bu+((bu===1||bu===8||bu>=20)?"ste":"de")},week:{dow:1,doy:4}})}));(function(i){i(V)}(function(i){return i.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"sun_mån_tys_ons_tor_fre_lau".split("_"),weekdaysMin:"su_må_ty_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I går klokka] LT",lastWeek:"[Føregåande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"for %s sidan",s:"nokre sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",M:"ein månad",MM:"%d månader",y:"eit år",yy:"%d år"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}));(function(i){i(V)}(function(bu){var bt="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),i="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_");function bs(bw){return(bw%10<5)&&(bw%10>1)&&((~~(bw/10)%10)!==1)}function bv(bz,by,bx){var bw=bz+" ";switch(bx){case"m":return by?"minuta":"minutę";case"mm":return bw+(bs(bz)?"minuty":"minut");case"h":return by?"godzina":"godzinę";case"hh":return bw+(bs(bz)?"godziny":"godzin");case"MM":return bw+(bs(bz)?"miesiące":"miesięcy");case"yy":return bw+(bs(bz)?"lata":"lat")}}return bu.defineLocale("pl",{months:function(bx,bw){if(/D MMMM/.test(bw)){return i[bx.month()]}else{return bt[bx.month()]}},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"nie_pon_wt_śr_czw_pt_sb".split("_"),weekdaysMin:"N_Pn_Wt_Śr_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek:"[W] dddd [o] LT",lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",m:bv,mm:bv,h:bv,hh:bv,d:"1 dzień",dd:"%d dni",M:"miesiąc",MM:bv,y:"rok",yy:bv},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}));(function(i){i(V)}(function(i){return i.defineLocale("pt-br",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"),weekdaysShort:"dom_seg_ter_qua_qui_sex_sáb".split("_"),weekdaysMin:"dom_2ª_3ª_4ª_5ª_6ª_sáb".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] LT",LLLL:"dddd, D [de] MMMM [de] YYYY [às] LT"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return(this.day()===0||this.day()===6)?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"%s atrás",s:"segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},ordinalParse:/\d{1,2}º/,ordinal:"%dº"})}));(function(i){i(V)}(function(i){return i.defineLocale("pt",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"),weekdaysShort:"dom_seg_ter_qua_qui_sex_sáb".split("_"),weekdaysMin:"dom_2ª_3ª_4ª_5ª_6ª_sáb".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY LT",LLLL:"dddd, D [de] MMMM [de] YYYY LT"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return(this.day()===0||this.day()===6)?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},ordinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}));(function(i){i(V)}(function(i){function bs(bv,bu,bt){var bx={mm:"minute",hh:"ore",dd:"zile",MM:"luni",yy:"ani"},bw=" ";if(bv%100>=20||(bv>=100&&bv%100===0)){bw=" de "}return bv+bw+bx[bt]}return i.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._febr._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),weekdays:"duminică_luni_marți_miercuri_joi_vineri_sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),longDateFormat:{LT:"H:mm",LTS:"LT:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[mâine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s în urmă",s:"câteva secunde",m:"un minut",mm:bs,h:"o oră",hh:bs,d:"o zi",dd:bs,M:"o lună",MM:bs,y:"un an",yy:bs},week:{dow:1,doy:7}})}));(function(i){i(V)}(function(bv){function bt(bz,by){var bx=bz.split("_");return by%10===1&&by%100!==11?bx[0]:(by%10>=2&&by%10<=4&&(by%100<10||by%100>=20)?bx[1]:bx[2])}function bw(bz,by,bx){var bA={mm:by?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",MM:"месяц_месяца_месяцев",yy:"год_года_лет"};if(bx==="m"){return by?"минута":"минуту"}else{return bz+" "+bt(bA[bx],+bz)}}function bu(by,bA){var bx={nominative:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),accusative:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_")},bz=(/D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/).test(bA)?"accusative":"nominative";return bx[bz][by.month()]}function bs(bx,bA){var bz={nominative:"янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек".split("_"),accusative:"янв_фев_мар_апр_мая_июня_июля_авг_сен_окт_ноя_дек".split("_")},by=(/D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/).test(bA)?"accusative":"nominative";return bz[by][bx.month()]}function i(bx,bA){var by={nominative:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),accusative:"воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу".split("_")},bz=(/\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?\] ?dddd/).test(bA)?"accusative":"nominative";return by[bz][bx.day()]}return bv.defineLocale("ru",{months:bu,monthsShort:bs,weekdays:i,weekdaysShort:"вс_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[й|я]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i],longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., LT",LLLL:"dddd, D MMMM YYYY г., LT"},calendar:{sameDay:"[Сегодня в] LT",nextDay:"[Завтра в] LT",lastDay:"[Вчера в] LT",nextWeek:function(){return this.day()===2?"[Во] dddd [в] LT":"[В] dddd [в] LT"},lastWeek:function(bx){if(bx.week()!==this.week()){switch(this.day()){case 0:return"[В прошлое] dddd [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd [в] LT"}}else{if(this.day()===2){return"[Во] dddd [в] LT"}else{return"[В] dddd [в] LT"}}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",m:bw,mm:bw,h:"час",hh:bw,d:"день",dd:bw,M:"месяц",MM:bw,y:"год",yy:bw},meridiemParse:/ночи|утра|дня|вечера/i,isPM:function(bx){return/^(дня|вечера)$/.test(bx)},meridiem:function(bx,bz,by){if(bx<4){return"ночи"}else{if(bx<12){return"утра"}else{if(bx<17){return"дня"}else{return"вечера"}}}},ordinalParse:/\d{1,2}-(й|го|я)/,ordinal:function(bx,by){switch(by){case"M":case"d":case"DDD":return bx+"-й";case"D":return bx+"-го";case"w":case"W":return bx+"-я";default:return bx}},week:{dow:1,doy:7}})}));(function(i){i(V)}(function(bu){var i="január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_"),bt="jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_");function bs(bw){return(bw>1)&&(bw<5)}function bv(bz,by,bx,bA){var bw=bz+" ";switch(bx){case"s":return(by||bA)?"pár sekúnd":"pár sekundami";case"m":return by?"minúta":(bA?"minútu":"minútou");case"mm":if(by||bA){return bw+(bs(bz)?"minúty":"minút")}else{return bw+"minútami"}break;case"h":return by?"hodina":(bA?"hodinu":"hodinou");case"hh":if(by||bA){return bw+(bs(bz)?"hodiny":"hodín")}else{return bw+"hodinami"}break;case"d":return(by||bA)?"deň":"dňom";case"dd":if(by||bA){return bw+(bs(bz)?"dni":"dní")}else{return bw+"dňami"}break;case"M":return(by||bA)?"mesiac":"mesiacom";case"MM":if(by||bA){return bw+(bs(bz)?"mesiace":"mesiacov")}else{return bw+"mesiacmi"}break;case"y":return(by||bA)?"rok":"rokom";case"yy":if(by||bA){return bw+(bs(bz)?"roky":"rokov")}else{return bw+"rokmi"}break}}return bu.defineLocale("sk",{months:i,monthsShort:bt,monthsParse:(function(bw,by){var bx,bz=[];for(bx=0;bx<12;bx++){bz[bx]=new RegExp("^"+bw[bx]+"$|^"+by[bx]+"$","i")}return bz}(i,bt)),weekdays:"nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_št_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_št_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"LT:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd D. MMMM YYYY LT"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nedeľu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo štvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[včera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulú nedeľu o] LT";case 1:case 2:return"[minulý] dddd [o] LT";case 3:return"[minulú stredu o] LT";case 4:case 5:return"[minulý] dddd [o] LT";case 6:return"[minulú sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:bv,m:bv,mm:bv,h:bv,hh:bv,d:bv,dd:bv,M:bv,MM:bv,y:bv,yy:bv},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}));(function(i){i(V)}(function(i){function bs(bw,bv,bu){var bt=bw+" ";switch(bu){case"m":return bv?"ena minuta":"eno minuto";case"mm":if(bw===1){bt+="minuta"}else{if(bw===2){bt+="minuti"}else{if(bw===3||bw===4){bt+="minute"}else{bt+="minut"}}}return bt;case"h":return bv?"ena ura":"eno uro";case"hh":if(bw===1){bt+="ura"}else{if(bw===2){bt+="uri"}else{if(bw===3||bw===4){bt+="ure"}else{bt+="ur"}}}return bt;case"dd":if(bw===1){bt+="dan"}else{bt+="dni"}return bt;case"MM":if(bw===1){bt+="mesec"}else{if(bw===2){bt+="meseca"}else{if(bw===3||bw===4){bt+="mesece"}else{bt+="mesecev"}}}return bt;case"yy":if(bw===1){bt+="leto"}else{if(bw===2){bt+="leti"}else{if(bw===3||bw===4){bt+="leta"}else{bt+="let"}}}return bt}}return i.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"LT:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd, D. MMMM YYYY LT"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[včeraj ob] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[prejšnja] dddd [ob] LT";case 1:case 2:case 4:case 5:return"[prejšnji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"čez %s",past:"%s nazaj",s:"nekaj sekund",m:bs,mm:bs,h:bs,hh:bs,d:"en dan",dd:bs,M:"en mesec",MM:bs,y:"eno leto",yy:bs},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}));(function(i){i(V)}(function(i){return i.defineLocale("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),weekdays:"E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),weekdaysShort:"Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_Më_E_P_Sh".split("_"),meridiemParse:/PD|MD/,isPM:function(bs){return bs.charAt(0)==="M"},meridiem:function(bs,bt,bu){return bs<12?"PD":"MD"},longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[Sot në] LT",nextDay:"[Nesër në] LT",nextWeek:"dddd [në] LT",lastDay:"[Dje në] LT",lastWeek:"dddd [e kaluar në] LT",sameElse:"L"},relativeTime:{future:"në %s",past:"%s më parë",s:"disa sekonda",m:"një minutë",mm:"%d minuta",h:"një orë",hh:"%d orë",d:"një ditë",dd:"%d ditë",M:"një muaj",MM:"%d muaj",y:"një vit",yy:"%d vite"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}));(function(i){i(V)}(function(bs){var i={words:{m:["један минут","једне минуте"],mm:["минут","минуте","минута"],h:["један сат","једног сата"],hh:["сат","сата","сати"],dd:["дан","дана","дана"],MM:["месец","месеца","месеци"],yy:["година","године","година"]},correctGrammaticalCase:function(bu,bt){return bu===1?bt[0]:(bu>=2&&bu<=4?bt[1]:bt[2])},translate:function(bw,bu,bt){var bv=i.words[bt];if(bt.length===1){return bu?bv[0]:bv[1]}else{return bw+" "+i.correctGrammaticalCase(bw,bv)}}};return bs.defineLocale("sr-cyrl",{months:["јануар","фебруар","март","април","мај","јун","јул","август","септембар","октобар","новембар","децембар"],monthsShort:["јан.","феб.","мар.","апр.","мај","јун","јул","авг.","сеп.","окт.","нов.","дец."],weekdays:["недеља","понедељак","уторак","среда","четвртак","петак","субота"],weekdaysShort:["нед.","пон.","уто.","сре.","чет.","пет.","суб."],weekdaysMin:["не","по","ут","ср","че","пе","су"],longDateFormat:{LT:"H:mm",LTS:"LT:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd, D. MMMM YYYY LT"},calendar:{sameDay:"[данас у] LT",nextDay:"[сутра у] LT",nextWeek:function(){switch(this.day()){case 0:return"[у] [недељу] [у] LT";case 3:return"[у] [среду] [у] LT";case 6:return"[у] [суботу] [у] LT";case 1:case 2:case 4:case 5:return"[у] dddd [у] LT"}},lastDay:"[јуче у] LT",lastWeek:function(){var bt=["[прошле] [недеље] [у] LT","[прошлог] [понедељка] [у] LT","[прошлог] [уторка] [у] LT","[прошле] [среде] [у] LT","[прошлог] [четвртка] [у] LT","[прошлог] [петка] [у] LT","[прошле] [суботе] [у] LT"];return bt[this.day()]},sameElse:"L"},relativeTime:{future:"за %s",past:"пре %s",s:"неколико секунди",m:i.translate,mm:i.translate,h:i.translate,hh:i.translate,d:"дан",dd:i.translate,M:"месец",MM:i.translate,y:"годину",yy:i.translate},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}));(function(i){i(V)}(function(bs){var i={words:{m:["jedan minut","jedne minute"],mm:["minut","minute","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mesec","meseca","meseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(bu,bt){return bu===1?bt[0]:(bu>=2&&bu<=4?bt[1]:bt[2])},translate:function(bw,bu,bt){var bv=i.words[bt];if(bt.length===1){return bu?bv[0]:bv[1]}else{return bw+" "+i.correctGrammaticalCase(bw,bv)}}};return bs.defineLocale("sr",{months:["januar","februar","mart","april","maj","jun","jul","avgust","septembar","oktobar","novembar","decembar"],monthsShort:["jan.","feb.","mar.","apr.","maj","jun","jul","avg.","sep.","okt.","nov.","dec."],weekdays:["nedelja","ponedeljak","utorak","sreda","četvrtak","petak","subota"],weekdaysShort:["ned.","pon.","uto.","sre.","čet.","pet.","sub."],weekdaysMin:["ne","po","ut","sr","če","pe","su"],longDateFormat:{LT:"H:mm",LTS:"LT:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd, D. MMMM YYYY LT"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){var bt=["[prošle] [nedelje] [u] LT","[prošlog] [ponedeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"];return bt[this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",m:i.translate,mm:i.translate,h:i.translate,hh:i.translate,d:"dan",dd:i.translate,M:"mesec",MM:i.translate,y:"godinu",yy:i.translate},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}));(function(i){i(V)}(function(i){return i.defineLocale("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),weekdaysShort:"sön_mån_tis_ons_tor_fre_lör".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Igår] LT",nextWeek:"dddd LT",lastWeek:"[Förra] dddd[en] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"för %s sedan",s:"några sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},ordinalParse:/\d{1,2}(e|a)/,ordinal:function(bu){var bs=bu%10,bt=(~~(bu%100/10)===1)?"e":(bs===1)?"a":(bs===2)?"a":(bs===3)?"e":"e";return bu+bt},week:{dow:1,doy:4}})}));(function(i){i(V)}(function(i){return i.defineLocale("ta",{months:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),monthsShort:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),weekdays:"ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை".split("_"),weekdaysShort:"ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி".split("_"),weekdaysMin:"ஞா_தி_செ_பு_வி_வெ_ச".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, LT",LLLL:"dddd, D MMMM YYYY, LT"},calendar:{sameDay:"[இன்று] LT",nextDay:"[நாளை] LT",nextWeek:"dddd, LT",lastDay:"[நேற்று] LT",lastWeek:"[கடந்த வாரம்] dddd, LT",sameElse:"L"},relativeTime:{future:"%s இல்",past:"%s முன்",s:"ஒரு சில விநாடிகள்",m:"ஒரு நிமிடம்",mm:"%d நிமிடங்கள்",h:"ஒரு மணி நேரம்",hh:"%d மணி நேரம்",d:"ஒரு நாள்",dd:"%d நாட்கள்",M:"ஒரு மாதம்",MM:"%d மாதங்கள்",y:"ஒரு வருடம்",yy:"%d ஆண்டுகள்"},ordinalParse:/\d{1,2}வது/,ordinal:function(bs){return bs+"வது"},meridiemParse:/யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,meridiem:function(bs,bu,bt){if(bs<2){return" யாமம்"}else{if(bs<6){return" வைகறை"}else{if(bs<10){return" காலை"}else{if(bs<14){return" நண்பகல்"}else{if(bs<18){return" எற்பாடு"}else{if(bs<22){return" மாலை"}else{return" யாமம்"}}}}}}},meridiemHour:function(bs,bt){if(bs===12){bs=0}if(bt==="யாமம்"){return bs<2?bs:bs+12}else{if(bt==="வைகறை"||bt==="காலை"){return bs}else{if(bt==="நண்பகல்"){return bs>=10?bs:bs+12}else{return bs+12}}}},week:{dow:0,doy:6}})}));(function(i){i(V)}(function(i){return i.defineLocale("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"มกรา_กุมภา_มีนา_เมษา_พฤษภา_มิถุนา_กรกฎา_สิงหา_กันยา_ตุลา_พฤศจิกา_ธันวา".split("_"),weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),longDateFormat:{LT:"H นาฬิกา m นาที",LTS:"LT s วินาที",L:"YYYY/MM/DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา LT",LLLL:"วันddddที่ D MMMM YYYY เวลา LT"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM:function(bs){return bs==="หลังเที่ยง"},meridiem:function(bs,bu,bt){if(bs<12){return"ก่อนเที่ยง"}else{return"หลังเที่ยง"}},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}})}));(function(i){i(V)}(function(i){return i.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY LT",LLLL:"dddd, MMMM DD, YYYY LT"},calendar:{sameDay:"[Ngayon sa] LT",nextDay:"[Bukas sa] LT",nextWeek:"dddd [sa] LT",lastDay:"[Kahapon sa] LT",lastWeek:"dddd [huling linggo] LT",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},ordinalParse:/\d{1,2}/,ordinal:function(bs){return bs},week:{dow:1,doy:4}})}));(function(i){i(V)}(function(bs){var i={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"};return bs.defineLocale("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_Çar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[haftaya] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen hafta] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinalParse:/\d{1,2}'(inci|nci|üncü|ncı|uncu|ıncı)/,ordinal:function(bv){if(bv===0){return bv+"'ıncı"}var bu=bv%10,bt=bv%100-bu,bw=bv>=100?100:null;return bv+(i[bu]||i[bt]||i[bw])},week:{dow:1,doy:7}})}));(function(i){i(V)}(function(i){return i.defineLocale("tzm-latn",{months:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",m:"minuḍ",mm:"%d minuḍ",h:"saɛa",hh:"%d tassaɛin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}})}));(function(i){i(V)}(function(i){return i.defineLocale("tzm",{months:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),monthsShort:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),weekdays:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysShort:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysMin:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[ⴰⵙⴷⵅ ⴴ] LT",nextDay:"[ⴰⵙⴽⴰ ⴴ] LT",nextWeek:"dddd [ⴴ] LT",lastDay:"[ⴰⵚⴰⵏⵜ ⴴ] LT",lastWeek:"dddd [ⴴ] LT",sameElse:"L"},relativeTime:{future:"ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s",past:"ⵢⴰⵏ %s",s:"ⵉⵎⵉⴽ",m:"ⵎⵉⵏⵓⴺ",mm:"%d ⵎⵉⵏⵓⴺ",h:"ⵙⴰⵄⴰ",hh:"%d ⵜⴰⵙⵙⴰⵄⵉⵏ",d:"ⴰⵙⵙ",dd:"%d oⵙⵙⴰⵏ",M:"ⴰⵢoⵓⵔ",MM:"%d ⵉⵢⵢⵉⵔⵏ",y:"ⴰⵙⴳⴰⵙ",yy:"%d ⵉⵙⴳⴰⵙⵏ"},week:{dow:6,doy:12}})}));(function(i){i(V)}(function(bv){function bt(bz,by){var bx=bz.split("_");return by%10===1&&by%100!==11?bx[0]:(by%10>=2&&by%10<=4&&(by%100<10||by%100>=20)?bx[1]:bx[2])}function bw(bz,by,bx){var bA={mm:"хвилина_хвилини_хвилин",hh:"година_години_годин",dd:"день_дні_днів",MM:"місяць_місяці_місяців",yy:"рік_роки_років"};if(bx==="m"){return by?"хвилина":"хвилину"}else{if(bx==="h"){return by?"година":"годину"}else{return bz+" "+bt(bA[bx],+bz)}}}function bu(by,bA){var bx={nominative:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_"),accusative:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_")},bz=(/D[oD]? *MMMM?/).test(bA)?"accusative":"nominative";return bx[bz][by.month()]}function i(bx,bA){var by={nominative:"неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота".split("_"),accusative:"неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу".split("_"),genitive:"неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи".split("_")},bz=(/(\[[ВвУу]\]) ?dddd/).test(bA)?"accusative":((/\[?(?:минулої|наступної)? ?\] ?dddd/).test(bA)?"genitive":"nominative");return by[bz][bx.day()]}function bs(bx){return function(){return bx+"о"+(this.hours()===11?"б":"")+"] LT"}}return bv.defineLocale("uk",{months:bu,monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд".split("_"),weekdays:i,weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY р.",LLL:"D MMMM YYYY р., LT",LLLL:"dddd, D MMMM YYYY р., LT"},calendar:{sameDay:bs("[Сьогодні "),nextDay:bs("[Завтра "),lastDay:bs("[Вчора "),nextWeek:bs("[У] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return bs("[Минулої] dddd [").call(this);case 1:case 2:case 4:return bs("[Минулого] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",m:bw,mm:bw,h:"годину",hh:bw,d:"день",dd:bw,M:"місяць",MM:bw,y:"рік",yy:bw},meridiemParse:/ночі|ранку|дня|вечора/,isPM:function(bx){return/^(дня|вечора)$/.test(bx)},meridiem:function(bx,bz,by){if(bx<4){return"ночі"}else{if(bx<12){return"ранку"}else{if(bx<17){return"дня"}else{return"вечора"}}}},ordinalParse:/\d{1,2}-(й|го)/,ordinal:function(bx,by){switch(by){case"M":case"d":case"DDD":case"w":case"W":return bx+"-й";case"D":return bx+"-го";default:return bx}},week:{dow:1,doy:7}})}));(function(i){i(V)}(function(i){return i.defineLocale("uz",{months:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба".split("_"),weekdaysShort:"Якш_Душ_Сеш_Чор_Пай_Жум_Шан".split("_"),weekdaysMin:"Як_Ду_Се_Чо_Па_Жу_Ша".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"D MMMM YYYY, dddd LT"},calendar:{sameDay:"[Бугун соат] LT [да]",nextDay:"[Эртага] LT [да]",nextWeek:"dddd [куни соат] LT [да]",lastDay:"[Кеча соат] LT [да]",lastWeek:"[Утган] dddd [куни соат] LT [да]",sameElse:"L"},relativeTime:{future:"Якин %s ичида",past:"Бир неча %s олдин",s:"фурсат",m:"бир дакика",mm:"%d дакика",h:"бир соат",hh:"%d соат",d:"бир кун",dd:"%d кун",M:"бир ой",MM:"%d ой",y:"бир йил",yy:"%d йил"},week:{dow:1,doy:7}})}));(function(i){i(V)}(function(i){return i.defineLocale("vi",{months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12".split("_"),weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),longDateFormat:{LT:"HH:mm",LTS:"LT:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY LT",LLLL:"dddd, D MMMM [năm] YYYY LT",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY LT",llll:"ddd, D MMM YYYY LT"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần rồi lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},ordinalParse:/\d{1,2}/,ordinal:function(bs){return bs},week:{dow:1,doy:4}})}));(function(i){i(V)}(function(i){return i.defineLocale("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"Ah点mm",LTS:"Ah点m分s秒",L:"YYYY-MM-DD",LL:"YYYY年MMMD日",LLL:"YYYY年MMMD日LT",LLLL:"YYYY年MMMD日ddddLT",l:"YYYY-MM-DD",ll:"YYYY年MMMD日",lll:"YYYY年MMMD日LT",llll:"YYYY年MMMD日ddddLT"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(bs,bt){if(bs===12){bs=0}if(bt==="凌晨"||bt==="早上"||bt==="上午"){return bs}else{if(bt==="下午"||bt==="晚上"){return bs+12}else{return bs>=11?bs:bs+12}}},meridiem:function(bs,bu,bt){var bv=bs*100+bu;if(bv<600){return"凌晨"}else{if(bv<900){return"早上"}else{if(bv<1130){return"上午"}else{if(bv<1230){return"中午"}else{if(bv<1800){return"下午"}else{return"晚上"}}}}}},calendar:{sameDay:function(){return this.minutes()===0?"[今天]Ah[点整]":"[今天]LT"},nextDay:function(){return this.minutes()===0?"[明天]Ah[点整]":"[明天]LT"},lastDay:function(){return this.minutes()===0?"[昨天]Ah[点整]":"[昨天]LT"},nextWeek:function(){var bs,bt;bs=i().startOf("week");bt=this.unix()-bs.unix()>=7*24*3600?"[下]":"[本]";return this.minutes()===0?bt+"dddAh点整":bt+"dddAh点mm"},lastWeek:function(){var bs,bt;bs=i().startOf("week");bt=this.unix()=11?bs:bs+12}else{if(bt==="下午"||bt==="晚上"){return bs+12}}}},meridiem:function(bs,bu,bt){var bv=bs*100+bu;if(bv<900){return"早上"}else{if(bv<1130){return"上午"}else{if(bv<1230){return"中午"}else{if(bv<1800){return"下午"}else{return"晚上"}}}}},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},ordinalParse:/\d{1,2}(日|月|週)/,ordinal:function(bs,bt){switch(bt){case"d":case"D":case"DDD":return bs+"日";case"M":return bs+"月";case"w":case"W":return bs+"週";default:return bs}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",m:"一分鐘",mm:"%d分鐘",h:"一小時",hh:"%d小時",d:"一天",dd:"%d天",M:"一個月",MM:"%d個月",y:"一年",yy:"%d年"}})}));V.locale("en");function Y(i){if(typeof ender!=="undefined"){return}aw=bc.moment;if(i){bc.moment=bp("Accessing Moment through the global scope is deprecated, and will be removed in an upcoming release.",V)}else{bc.moment=V}}if(av){module.exports=V}else{if(typeof define==="function"&&define.amd){define(function(bs,i,bt){if(bt.config&&bt.config()&&bt.config().noGlobal===true){bc.moment=aw}return V});Y(true)}else{Y()}}}).call(this); (function(a,b){if(typeof define==="function"&&define.amd){define(["moment","jquery","exports"],function(h,g,f){a.daterangepicker=b(a,f,h,g)})}else{if(typeof exports!=="undefined"){var d=require("moment");var e=(typeof window!="undefined")?window.jQuery:undefined;if(!e){try{e=require("jquery");if(!e.fn){e.fn={}}}catch(c){if(!e){throw new Error("jQuery dependency not found")}}}b(a,exports,d,e)}else{a.daterangepicker=b(a,{},a.moment||moment,(a.jQuery||a.Zepto||a.ender||a.$))}}}(this||{},function(b,c,e,d){var a=function(n,t,l){this.parentEl="body";this.element=d(n);this.startDate=e().startOf("day");this.endDate=e();this.rangeEndDate=e();this.rangeStartDate=false;this.minDate=false;this.maxDate=false;this.dateLimit=false;this.autoApply=false;this.singleDatePicker=false;this.showDropdowns=false;this.showWeekNumbers=false;this.showISOWeekNumbers=false;this.timePicker=false;this.timePicker24Hour=false;this.timePickerIncrement=1;this.timePickerSeconds=false;this.linkedCalendars=true;this.autoUpdateInput=true;this.archivedRequired=false;this.customRequired=true;this.alwaysShowCalendars=false;this.quarterlyStartDate=null;this.quarterlyEndDate=null;this.ranges={};this.opens="right";if(this.element.hasClass("pull-right")){this.opens="left"}this.drops="down";if(this.element.hasClass("dropup")){this.drops="up"}this.buttonClasses="btn btn-sm";this.applyClass="btn-success";this.cancelClass="btn-default";this.locale={format:"MM/DD/YYYY",separator:" - ",applyLabel:"Apply",cancelLabel:"Cancel",weekLabel:"W",customRangeLabel:"Custom Range",archivedRangeLabel:"Archived Range",daysOfWeek:e.weekdaysMin(),monthNames:e.monthsShort(),firstDay:e.localeData().firstDayOfWeek()};this.callback=function(){};this.isShowing=false;this.leftCalendar={};this.rightCalendar={};if(typeof t!=="object"||t===null){t={}}t=d.extend(this.element.data(),t);if(typeof t.template!=="string"&&!(t.template instanceof jQuery)){t.lefttemplate='
          '}t.righttemplate='
          ';t.template='';this.calendarlefttemplate=t.righttemplate;this.calendarrighttemplate=t.lefttemplate;this.parentEl=(t.parentEl&&d(t.parentEl).length)?d(t.parentEl):d(this.parentEl);this.container=d(t.template).appendTo(this.parentEl);if(typeof t.locale==="object"){if(typeof t.locale.format==="string"){this.locale.format=t.locale.format}if(typeof t.locale.separator==="string"){this.locale.separator=t.locale.separator}if(typeof t.locale.daysOfWeek==="object"){this.locale.daysOfWeek=t.locale.daysOfWeek.slice()}if(typeof t.locale.monthNames==="object"){this.locale.monthNames=t.locale.monthNames.slice()}if(typeof t.locale.firstDay==="number"){this.locale.firstDay=t.locale.firstDay}if(typeof t.locale.applyLabel==="string"){this.locale.applyLabel=t.locale.applyLabel}if(typeof t.locale.cancelLabel==="string"){this.locale.cancelLabel=t.locale.cancelLabel}if(typeof t.locale.weekLabel==="string"){this.locale.weekLabel=t.locale.weekLabel}if(typeof t.locale.customRangeLabel==="string"){this.locale.customRangeLabel=t.locale.customRangeLabel}}if(typeof t.startDate==="string"){this.startDate=e(t.startDate,this.locale.format)}if(typeof t.endDate==="string"){this.endDate=e(t.endDate,this.locale.format)}if(typeof t.minDate==="string"){this.minDate=e(t.minDate,this.locale.format)}if(typeof t.maxDate==="string"){this.maxDate=e(t.maxDate,this.locale.format)}if(typeof t.startDate==="object"){this.startDate=e(t.startDate)}this.archivedRequired=t.archivedRequired;if(typeof t.customRequired==="boolean"){this.customRequired=t.customRequired}if(typeof t.endDate==="object"){this.endDate=e(t.endDate)}if(typeof t.minDate==="object"){this.minDate=e(t.minDate)}if(typeof t.maxDate==="object"){this.maxDate=e(t.maxDate)}if(this.minDate&&this.startDate.isBefore(this.minDate)){this.startDate=this.minDate.clone()}if(this.maxDate&&this.endDate.isAfter(this.maxDate)){this.endDate=this.maxDate.clone()}if(typeof t.applyClass==="string"){this.applyClass=t.applyClass}if(typeof t.cancelClass==="string"){this.cancelClass=t.cancelClass}if(typeof t.dateLimit==="object"){this.dateLimit=t.dateLimit}if(typeof t.opens==="string"){this.opens=t.opens}if(typeof t.drops==="string"){this.drops=t.drops}if(typeof t.showWeekNumbers==="boolean"){this.showWeekNumbers=t.showWeekNumbers}if(typeof t.showISOWeekNumbers==="boolean"){this.showISOWeekNumbers=t.showISOWeekNumbers}if(typeof t.buttonClasses==="string"){this.buttonClasses=t.buttonClasses}if(typeof t.buttonClasses==="object"){this.buttonClasses=t.buttonClasses.join(" ")}if(typeof t.showDropdowns==="boolean"){this.showDropdowns=t.showDropdowns}if(typeof t.singleDatePicker==="boolean"){this.singleDatePicker=t.singleDatePicker;if(this.singleDatePicker){this.endDate=this.startDate.clone()}}if(typeof t.timePicker==="boolean"){this.timePicker=t.timePicker}if(typeof t.timePickerSeconds==="boolean"){this.timePickerSeconds=t.timePickerSeconds}if(typeof t.timePickerIncrement==="number"){this.timePickerIncrement=t.timePickerIncrement}if(typeof t.timePicker24Hour==="boolean"){this.timePicker24Hour=t.timePicker24Hour}if(typeof t.autoApply==="boolean"){this.autoApply=t.autoApply}if(typeof t.autoUpdateInput==="boolean"){this.autoUpdateInput=t.autoUpdateInput}if(typeof t.linkedCalendars==="boolean"){this.linkedCalendars=t.linkedCalendars}if(typeof t.isInvalidDate==="function"){this.isInvalidDate=t.isInvalidDate}if(typeof t.alwaysShowCalendars==="boolean"){this.alwaysShowCalendars=t.alwaysShowCalendars}if(typeof t.quarterlyStartDate==="object"){this.quarterlyStartDate=t.quarterlyStartDate}if(typeof t.quarterlyEndDate==="object"){this.quarterlyEndDate=t.quarterlyEndDate}if(typeof t.rangeStartDate==="object"){this.rangeStartDate=t.rangeStartDate}if(typeof t.rangeEndDate==="object"){this.rangeEndDate=t.rangeEndDate}if(this.locale.firstDay!=0){var p=this.locale.firstDay;while(p>0){this.locale.daysOfWeek.push(this.locale.daysOfWeek.shift());p--}}var h,m,q;if(typeof t.startDate==="undefined"&&typeof t.endDate==="undefined"){if(d(this.element).is("input[type=text]")){var j=d(this.element).val(),s=j.split(this.locale.separator);h=m=null;if(s.length==2){h=e(s[0],this.locale.format);m=e(s[1],this.locale.format)}else{if(this.singleDatePicker&&j!==""){h=e(j,this.locale.format);m=e(j,this.locale.format)}}if(h!==null&&m!==null){this.setStartDate(h);this.setEndDate(m)}}}if(typeof t.ranges==="object"){for(q in t.ranges){if(typeof t.ranges[q][0]==="string"){h=e(t.ranges[q][0],this.locale.format)}else{h=e(t.ranges[q][0])}if(typeof t.ranges[q][1]==="string"){m=e(t.ranges[q][1],this.locale.format)}else{m=e(t.ranges[q][1])}if(this.minDate&&h.isBefore(this.minDate)){h=this.minDate.clone()}var g=this.maxDate;if(this.dateLimit&&h.clone().add(this.dateLimit).isAfter(g)){g=h.clone().add(this.dateLimit)}if(g&&m.isAfter(g)){m=g.clone()}if((this.minDate&&m.isBefore(this.minDate))||(g&&h.isAfter(g))){continue}var k=document.createElement("textarea");k.innerHTML=q;var i=k.value;this.ranges[i]=[h,m]}var r="
            ";for(q in this.ranges){r+="
          • "+q+"
          • "}if(this.customRequired){r+='
          • '+this.locale.customRangeLabel+"
          • "}if(this.archivedRequired){r+='
          • '+this.locale.archivedRangeLabel+"
          • "}r+="
          ";this.container.find(".ranges").prepend(r)}if(typeof l==="function"){this.callback=l}if(!this.timePicker){this.startDate=this.startDate.startOf("day");this.endDate=this.endDate.endOf("day");this.container.find(".calendar-time").hide()}if(this.timePicker&&this.autoApply){this.autoApply=false}if(this.autoApply&&typeof t.ranges!=="object"){this.container.find(".ranges").hide()}else{if(this.autoApply){this.container.find(".applyBtn, .cancelBtn").addClass("hide")}}if(this.singleDatePicker){this.container.addClass("single");this.container.find(".calendar.left").addClass("single");this.container.find(".calendar.left").show();this.container.find(".calendar.right").hide();this.container.find(".daterangepicker_input input, .daterangepicker_input i").hide();if(!this.timePicker){this.container.find(".ranges").hide()}}if((typeof t.ranges==="undefined"&&!this.singleDatePicker)||this.alwaysShowCalendars){this.container.addClass("show-calendar")}this.container.addClass("opens"+this.opens);if(typeof t.ranges!=="undefined"&&this.opens=="right"){var f=this.container.find(".ranges");var o=f.clone();f.remove();this.container.find(".calendar.left").parent().prepend(o)}this.container.find(".applyBtn, .cancelBtn").addClass(this.buttonClasses);if(this.applyClass.length){this.container.find(".applyBtn").addClass(this.applyClass)}if(this.cancelClass.length){this.container.find(".cancelBtn").addClass(this.cancelClass)}this.container.find(".applyBtn").html(this.locale.applyLabel);this.container.find(".cancelBtn").html(this.locale.cancelLabel);this.container.find(".calendar").on("click.daterangepicker",".prev",d.proxy(this.clickPrev,this)).on("click.daterangepicker",".next",d.proxy(this.clickNext,this)).on("click.daterangepicker","td.available",d.proxy(this.clickDate,this)).on("mouseenter.daterangepicker","td.available",d.proxy(this.hoverDate,this)).on("mouseleave.daterangepicker","td.available",d.proxy(this.updateFormInputs,this)).on("change.daterangepicker","select.yearselect",d.proxy(this.monthOrYearChanged,this)).on("change.daterangepicker","select.monthselect",d.proxy(this.monthOrYearChanged,this)).on("change.daterangepicker","select.hourselect,select.minuteselect,select.secondselect,select.ampmselect",d.proxy(this.timeChanged,this)).on("click.daterangepicker",".daterangepicker_input input",d.proxy(this.showCalendars,this)).on("change.daterangepicker",".daterangepicker_input input",d.proxy(this.formInputsChanged,this));this.container.find(".ranges").on("click.daterangepicker","button.applyBtn",d.proxy(this.clickApply,this)).on("click.daterangepicker","button.cancelBtn",d.proxy(this.clickCancel,this)).on("click.daterangepicker","li",d.proxy(this.clickRange,this)).on("click.daterangepicker","li.clickrange",d.proxy(this.hoverRange,this));if(this.element.is("input")){this.element.on({"click.daterangepicker":d.proxy(this.show,this),"focus.daterangepicker":d.proxy(this.show,this),"keyup.daterangepicker":d.proxy(this.elementChanged,this),"keydown.daterangepicker":d.proxy(this.keydown,this)})}else{this.element.on("click.daterangepicker",d.proxy(this.toggle,this))}if(this.element.is("input")&&!this.singleDatePicker&&this.autoUpdateInput){this.element.val(this.startDate.format(this.locale.format)+this.locale.separator+this.endDate.format(this.locale.format));this.element.trigger("change")}else{if(this.element.is("input")&&this.autoUpdateInput){this.element.val(this.startDate.format(this.locale.format));this.element.trigger("change")}}if(!this.customRequired){this.container.find(".calendar.left").hide();this.container.find(".calendar.right").hide()}};a.prototype={constructor:a,setStartDate:function(f){if(typeof f==="string"){this.startDate=e(f,this.locale.format)}if(typeof f==="object"){this.startDate=e(f)}if(!this.timePicker){this.startDate=this.startDate.startOf("day")}if(this.timePicker&&this.timePickerIncrement){this.startDate.minute(Math.round(this.startDate.minute()/this.timePickerIncrement)*this.timePickerIncrement)}if(!this.quaterlyCalendar&&this.minDate&&this.startDate.isBefore(this.minDate)){this.startDate=this.minDate}if(this.maxDate&&this.startDate.isAfter(this.maxDate)){this.startDate=this.maxDate}if(!this.isShowing){this.updateElement()}this.updateMonthsInView()},setEndDate:function(f){if(typeof f==="string"){this.endDate=e(f,this.locale.format)}if(typeof f==="object"){this.endDate=e(f)}if(!this.timePicker){this.endDate=this.endDate.endOf("day")}if(this.timePicker&&this.timePickerIncrement){this.endDate.minute(Math.round(this.endDate.minute()/this.timePickerIncrement)*this.timePickerIncrement)}if(this.endDate.isBefore(this.startDate)){this.endDate=this.startDate.clone()}if(this.maxDate&&this.endDate.isAfter(this.maxDate)){this.endDate=this.maxDate}if(this.dateLimit&&this.startDate.clone().add(this.dateLimit).isBefore(this.endDate)){this.endDate=this.startDate.clone().add(this.dateLimit)}this.previousRightTime=this.endDate.clone();if(!this.isShowing){this.updateElement()}this.updateMonthsInView()},isInvalidDate:function(){return false},updateView:function(){if(this.timePicker){this.renderTimePicker("left");this.renderTimePicker("right");if(!this.endDate){this.container.find(".right .calendar-time select").attr("disabled","disabled").addClass("disabled")}else{this.container.find(".right .calendar-time select").removeAttr("disabled").removeClass("disabled")}}if(this.endDate){this.container.find('input[name="daterangepicker_end"]').removeClass("active");this.container.find('input[name="daterangepicker_start"]').addClass("active")}else{this.container.find('input[name="daterangepicker_end"]').addClass("active");this.container.find('input[name="daterangepicker_start"]').removeClass("active")}this.updateMonthsInView();this.updateCalendars();this.updateFormInputs()},updateMonthsInView:function(){if(this.endDate){if(!this.singleDatePicker&&this.leftCalendar.month&&this.rightCalendar.month&&(this.startDate.format("YYYY-MM")==this.leftCalendar.month.format("YYYY-MM")||this.startDate.format("YYYY-MM")==this.rightCalendar.month.format("YYYY-MM"))&&(this.endDate.format("YYYY-MM")==this.leftCalendar.month.format("YYYY-MM")||this.endDate.format("YYYY-MM")==this.rightCalendar.month.format("YYYY-MM"))){return}this.leftCalendar.month=this.startDate.clone().date(2);if(!this.linkedCalendars&&(this.endDate.month()!=this.startDate.month()||this.endDate.year()!=this.startDate.year())){this.rightCalendar.month=this.endDate.clone().date(2)}else{this.rightCalendar.month=this.startDate.clone().date(2)}}else{if(this.leftCalendar.month.format("YYYY-MM")!=this.startDate.format("YYYY-MM")&&this.rightCalendar.month.format("YYYY-MM")!=this.startDate.format("YYYY-MM")){this.leftCalendar.month=this.startDate.clone().date(2);this.rightCalendar.month=this.startDate.clone().date(2).add(1,"month")}}},updateCalendars:function(){if(this.quaterlyCalendar){var i=this.buildQuaterly(this.leftCalendar.month);this.leftCalendar.calendar=i;this.container.find(".calendar.left").empty().html(this.renderQuaterly(i,this.startDate,this.endDate));this.container.find(".calendar.right").empty()}else{if(this.timePicker){var f,j,h;if(this.endDate){f=parseInt(this.container.find(".left .hourselect").val(),10);j=parseInt(this.container.find(".left .minuteselect").val(),10);h=this.timePickerSeconds?parseInt(this.container.find(".left .secondselect").val(),10):0;if(!this.timePicker24Hour){var g=this.container.find(".left .ampmselect").val();if(g==="PM"&&f<12){f+=12}if(g==="AM"&&f===12){f=0}}}else{f=parseInt(this.container.find(".right .hourselect").val(),10);j=parseInt(this.container.find(".right .minuteselect").val(),10);h=this.timePickerSeconds?parseInt(this.container.find(".right .secondselect").val(),10):0;if(!this.timePicker24Hour){var g=this.container.find(".right .ampmselect").val();if(g==="PM"&&f<12){f+=12}if(g==="AM"&&f===12){f=0}}}this.leftCalendar.month.hour(f).minute(j).second(h);this.rightCalendar.month.hour(f).minute(j).second(h)}this.renderCalendar("left");this.renderCalendar("right");this.container.find(".ranges li").removeClass("active");if(this.endDate==null){return}}this.calculateChosenLabel()},renderQuaterly:function(k,f,j){var i='
          ';i+='';i+="";i+="";if((e(this.quarterlyStartDate).startOf("year")).isBefore(k[0][0].start)){i+=''}else{i+=""}var g=k[0][0].start.format(" YYYY");i+='";if((e(this.quarterlyEndDate).endOf("quarter")).isAfter(k[k.length-1][0].end)){i+=''}else{i+=""}i+="";i+="";i+="";for(var m=0;m";var l="r"+m+"c0";var h="";if(k[m][0].start.get("year")==f.get("year")&&k[m][0].start.get("month")==f.get("month")){h=" active "}i+='";i+=""}i+="";i+="
          '+g+"
          '+this.locale.monthNames[k[m][0].start.month()]+" "+k[m][0].start.year()+" - "+this.locale.monthNames[k[m][0].end.month()]+" "+k[m][0].end.year()+"
          ";i+="
          ";return i},buildQuaterly:function(f){var j=4;var g=1;var m=null;if(e().year()==e(f).year()){var l=e().quarter();j=l;m=e()}else{m=e(f);m=m.set("month",0)}m=e(m.startOf("year"));var k=[];var h=0;while(g<=j){k[h]=[];k[h][0]={start:e(m.startOf("quarter")),end:e(m.endOf("quarter"))};h++;m=e(m.add("months",3));g++}return k},renderCalendar:function(A){var P=A=="left"?this.leftCalendar:this.rightCalendar;var g=P.month.month();var h=P.month.year();var C=P.month.hour();var q=P.month.minute();var F=P.month.second();var k=e([h,g]).daysInMonth();var B=e([h,g,1]);var L=e([h,g,k]);var I=e(B).subtract(1,"month").month();var v=e(B).subtract(1,"month").year();var z=e([v,I]).daysInMonth();var t=B.day();var P=[];P.firstDay=B;P.lastDay=L;for(var R=0;R<6;R++){P[R]=[]}var T=z-t+this.locale.firstDay+1;if(T>z){T-=7}if(t==this.locale.firstDay){T=z-6}var p=e([v,I,T,12,q,F]);var n,w;for(var R=0,n=0,w=0;R<42;R++,n++,p=e(p).add(24,"hour")){if(R>0&&n%7===0){n=0;w++}P[w][n]=p.clone().hour(C).minute(q).second(F);p.hour(12);if(this.minDate&&P[w][n].format("YYYY-MM-DD")==this.minDate.format("YYYY-MM-DD")&&P[w][n].isBefore(this.minDate)&&A=="left"){P[w][n]=this.minDate.clone()}if(this.maxDate&&P[w][n].format("YYYY-MM-DD")==this.maxDate.format("YYYY-MM-DD")&&P[w][n].isAfter(this.maxDate)&&A=="right"){P[w][n]=this.maxDate.clone()}}if(A=="left"){this.leftCalendar.calendar=P}else{this.rightCalendar.calendar=P}var j=this.minDate;var s=this.maxDate;var G=A=="left"?this.startDate:this.endDate;var H='';H+="";H+="";if(this.showWeekNumbers||this.showISOWeekNumbers){H+=""}if((!j||j.isBefore(P.firstDay))&&(!this.linkedCalendars||A=="left")){H+=''}else{H+=""}var M=this.locale.monthNames[P[1][1].month()]+P[1][1].format(" YYYY");if(this.showDropdowns){var E=P[1][1].month();var u=P[1][1].year();var D=(s&&s.year())||(u+5);var x=(j&&j.year())||(u-50);var K=u==x;var O=u==D;var r='";var f='";M=r+f}H+='";if((!s||s.isAfter(P.lastDay))&&(!this.linkedCalendars||A=="right"||this.singleDatePicker)){H+=''}else{H+=""}H+="";H+="";if(this.showWeekNumbers||this.showISOWeekNumbers){H+='"}d.each(this.locale.daysOfWeek,function(m,i){H+=""});H+="";H+="";H+="";if(this.endDate==null&&this.dateLimit){var S=this.startDate.clone().add(this.dateLimit).endOf("day");if(!s||S.isBefore(s)){s=S}}for(var w=0;w<6;w++){H+="";if(this.showWeekNumbers){H+='"}else{if(this.showISOWeekNumbers){H+='"}}for(var n=0;n<7;n++){var l=[];if(P[w][n].isSame(new Date(),"day")){l.push("today")}if(P[w][n].isoWeekday()>5){l.push("weekend")}if(P[w][n].month()!=P[1][1].month()){l.push("off")}if(this.minDate&&P[w][n].isBefore(this.minDate,"day")){l.push("off","disabled")}if(s&&P[w][n].isAfter(s,"day")){l.push("off","disabled")}if(this.isInvalidDate(P[w][n])){l.push("off","disabled")}if(P[w][n].format("YYYY-MM-DD")==this.startDate.format("YYYY-MM-DD")){l.push("active","start-date")}if(this.endDate!=null&&P[w][n].format("YYYY-MM-DD")==this.endDate.format("YYYY-MM-DD")){l.push("active","end-date")}if(this.endDate!=null&&P[w][n]>this.startDate&&P[w][n]'+P[w][n].date()+""}H+=""}H+="";H+="
          '+M+"
          '+this.locale.weekLabel+""+i+"
          '+P[w][0].week()+"'+P[w][0].isoWeek()+"
          ";if(this.container.find(".calendar."+A+" .calendar-table").length==0){this.container.find(".calendar.left").html(d(this.calendarlefttemplate));this.container.find(".calendar.right").html(d(this.calendarrighttemplate))}this.container.find(".calendar."+A+" .calendar-table").html(H)},renderTimePicker:function(t){var s,q,p,g=this.maxDate;if(this.dateLimit&&(!this.maxDate||this.startDate.clone().add(this.dateLimit).isAfter(this.maxDate))){g=this.startDate.clone().add(this.dateLimit)}if(t=="left"){q=this.startDate.clone();p=this.minDate}else{if(t=="right"){q=this.endDate?this.endDate.clone():this.previousRightTime.clone();p=this.startDate;var v=this.container.find(".calendar.right .calendar-time div");if(v.html()!=""){q.hour(v.find(".hourselect option:selected").val()||q.hour());q.minute(v.find(".minuteselect option:selected").val()||q.minute());q.second(v.find(".secondselect option:selected").val()||q.second());if(!this.timePicker24Hour){var u=v.find(".ampmselect option:selected").val();if(u==="PM"&&q.hour()<12){q.hour(q.hour()+12)}if(u==="AM"&&q.hour()===12){q.hour(0)}}if(q.isBefore(this.startDate)){q=this.startDate.clone()}if(q.isAfter(g)){q=g.clone()}}}}s=' ";s+=': ";if(this.timePickerSeconds){s+=': "}if(!this.timePicker24Hour){s+='"}this.container.find(".calendar."+t+" .calendar-time div").html(s)},updateFormInputs:function(){if(this.container.find("input[name=daterangepicker_start]").is(":focus")||this.container.find("input[name=daterangepicker_end]").is(":focus")){return}this.container.find("input[name=daterangepicker_start]").val(this.startDate.format(this.locale.format));if(this.endDate){this.container.find("input[name=daterangepicker_end]").val(this.endDate.format(this.locale.format))}if(this.singleDatePicker||(this.endDate&&(this.startDate.isBefore(this.endDate)||this.startDate.isSame(this.endDate)))){this.container.find("button.applyBtn").removeAttr("disabled")}else{this.container.find("button.applyBtn").attr("disabled","disabled")}},move:function(){var f={top:0,left:0},h;var g=d(window).width();if(!this.parentEl.is("body")){f={top:this.parentEl.offset().top-this.parentEl.scrollTop(),left:this.parentEl.offset().left-this.parentEl.scrollLeft()};g=this.parentEl[0].clientWidth+this.parentEl.offset().left}if(this.drops=="up"){h=this.element.offset().top-this.container.outerHeight()-f.top}else{h=this.element.offset().top+this.element.outerHeight()-f.top}this.container[this.drops=="up"?"addClass":"removeClass"]("dropup");if(this.opens=="left"){this.container.css({top:h,right:g-this.element.offset().left-this.element.outerWidth(),left:"auto"});if(this.container.offset().left<0){this.container.css({right:"auto",left:9})}}else{if(this.opens=="center"){this.container.css({top:h,left:this.element.offset().left-f.left+this.element.outerWidth()/2-this.container.outerWidth()/2,right:"auto"});if(this.container.offset().left<0){this.container.css({right:"auto",left:9})}}else{this.container.css({top:h,left:this.element.offset().left-f.left,right:"auto"});if(this.container.offset().left+this.container.outerWidth()>d(window).width()){this.container.css({left:"auto",right:0})}}}},show:function(f){if(this.isShowing){return}this._outsideClickProxy=d.proxy(function(g){this.outsideClick(g)},this);d(document).on("mousedown.daterangepicker",this._outsideClickProxy).on("touchend.daterangepicker",this._outsideClickProxy).on("click.daterangepicker","[data-toggle=dropdown]",this._outsideClickProxy).on("focusin.daterangepicker",this._outsideClickProxy);d(window).on("resize.daterangepicker",d.proxy(function(g){this.move(g)},this));this.oldStartDate=this.startDate.clone();this.oldEndDate=this.endDate.clone();this.previousRightTime=this.endDate.clone();this.updateView();this.container.show();this.move();this.element.trigger("show.daterangepicker",this);this.isShowing=true},hide:function(f){if(!this.isShowing){return}if(!this.endDate){this.startDate=this.oldStartDate.clone();this.endDate=this.oldEndDate.clone()}if(!this.startDate.isSame(this.oldStartDate)||!this.endDate.isSame(this.oldEndDate)){this.callback(this.startDate,this.endDate,this.chosenLabel)}this.updateElement();d(document).off(".daterangepicker");d(window).off(".daterangepicker");this.container.hide();this.element.trigger("hide.daterangepicker",this);this.isShowing=false},toggle:function(f){if(this.isShowing){this.hide()}else{this.show()}},outsideClick:function(g){var f=d(g.target);if(g.type=="focusin"||f.closest(this.element).length||f.closest(this.container).length||f.closest(".calendar-table").length){return}this.hide()},showCalendars:function(){this.container.addClass("show-calendar");this.move();this.element.trigger("showCalendar.daterangepicker",this)},hideCalendars:function(){this.container.removeClass("show-calendar");this.element.trigger("hideCalendar.daterangepicker",this)},hoverRange:function(i){if(this.container.find("input[name=daterangepicker_start]").is(":focus")||this.container.find("input[name=daterangepicker_end]").is(":focus")){return}var g=i.target.innerHTML;if(g==this.locale.customRangeLabel){var f=this.endDate;this.leftCalendar.month.month(this.rangeStartDate.month()).year(this.rangeStartDate.year()).hour(this.rangeStartDate.hour()).minute(this.rangeStartDate.minute());this.rightCalendar.month.month(this.rangeEndDate.month()).year(this.rangeEndDate.year()).hour(this.rangeEndDate.hour()).minute(this.rangeEndDate.minute());this.quaterlyCalendar=false;this.updateView();this.showCalendars()}else{if(g==this.locale.archivedRangeLabel){this.leftCalendar.month.month(this.quarterlyEndDate.month()).year(this.quarterlyEndDate.year()).hour(this.quarterlyEndDate.hour()).minute(this.quarterlyEndDate.minute());this.quaterlyCalendar=true;this.updateView();this.showCalendars()}else{var h=this.ranges[g];this.container.find("input[name=daterangepicker_start]").val(h[0].format(this.locale.format));this.container.find("input[name=daterangepicker_end]").val(h[1].format(this.locale.format));this.hideCalendars()}}},clickRange:function(h){var f=h.target.innerHTML;this.chosenLabel=f;if(f==this.locale.customRangeLabel){this.leftCalendar.month.month(this.endDate.subtract(1,"month")).year(this.endDate.year()).hour(this.endDate.hour()).minute(this.endDate.minute());this.rightCalendar.month.month(this.endDate).year(this.endDate.year()).hour(this.endDate.hour()).minute(this.endDate.minute());this.showCalendars()}else{if(f==this.locale.archivedRangeLabel){this.leftCalendar.month.month(this.quarterlyEndDate.month()).year(this.quarterlyEndDate.year()).hour(this.quarterlyEndDate.hour()).minute(this.quarterlyEndDate.minute());this.rightCalendar.month.month(this.endDate.month()).year(this.endDate.year()).hour(this.endDate.hour()).minute(this.endDate.minute());this.updateCalendars();this.quaterlyCalendar=true;this.showCalendars()}else{this.hideCalendars();var g=this.ranges[f];this.startDate=g[0];this.endDate=g[1];if(!this.timePicker){this.startDate.startOf("day");this.endDate.endOf("day")}if(!this.alwaysShowCalendars){this.hideCalendars()}this.clickApply()}}},clickPrev:function(g){var f=d(g.target).parents(".calendar");if(f.hasClass("left")){if(this.quaterlyCalendar){this.leftCalendar.month.subtract(1,"year")}else{this.leftCalendar.month.subtract(1,"month");if(this.leftCalendar.month.diff(this.rightCalendar.month,"month")<-2){this.rightCalendar.month.subtract(1,"month")}}if(this.linkedCalendars){this.rightCalendar.month.subtract(1,"month")}}else{this.rightCalendar.month.subtract(1,"month");if(this.leftCalendar.month.diff(this.rightCalendar.month,"month")==0){this.leftCalendar.month.subtract(1,"month")}}this.updateCalendars()},clickNext:function(g){var f=d(g.target).parents(".calendar");if(f.hasClass("left")){if(this.quaterlyCalendar){this.leftCalendar.month.add(1,"year")}else{this.leftCalendar.month.add(1,"month");if(this.leftCalendar.month.diff(this.rightCalendar.month,"month")==0){this.rightCalendar.month.add(1,"month")}}}else{this.rightCalendar.month.add(1,"month");if(this.leftCalendar.month.diff(this.rightCalendar.month,"month")<-2){this.leftCalendar.month.add(1,"month")}if(this.linkedCalendars){this.leftCalendar.month.add(1,"month")}}this.updateCalendars()},hoverDate:function(k){if(this.container.find("input[name=daterangepicker_start]").is(":focus")||this.container.find("input[name=daterangepicker_end]").is(":focus")){return}if(!d(k.target).hasClass("available")){return}var m=d(k.target).attr("data-title");var n=m.substr(1,1);var h=m.substr(3,1);var f=d(k.target).parents(".calendar");var i=f.hasClass("left")?this.leftCalendar.calendar[n][h]:this.rightCalendar.calendar[n][h];if(this.endDate&&!this.quaterlyCalendar){this.container.find("input[name=daterangepicker_start]").val(i.format(this.locale.format))}else{if(!this.quaterlyCalendar){this.container.find("input[name=daterangepicker_end]").val(i.format(this.locale.format))}}var j=this.leftCalendar;var l=this.rightCalendar;var g=this.startDate;if(!this.endDate){this.container.find(".calendar td").each(function(p,q){if(d(q).hasClass("week")){return}var u=d(q).attr("data-title");var t=u.substr(1,1);var o=u.substr(3,1);var s=d(q).parents(".calendar");var r=s.hasClass("left")?j.calendar[t][o]:l.calendar[t][o];if(r.isAfter(g)&&r.isBefore(i)){d(q).addClass("in-range")}else{d(q).removeClass("in-range")}})}},clickDate:function(l){if(!d(l.target).hasClass("available")){return}var n=d(l.target).attr("data-title");var o=n.substr(1,1);var h=n.substr(3,1);var f=d(l.target).parents(".calendar");var i=f.hasClass("left")?this.leftCalendar.calendar[o][h]:this.rightCalendar.calendar[o][h];if(!this.quaterlyCalendar){if(this.endDate||i.isBefore(this.startDate,"day")){if(this.timePicker){var k=parseInt(this.container.find(".left .hourselect").val(),10);if(!this.timePicker24Hour){var m=this.container.find(".left .ampmselect").val();if(m==="PM"&&k<12){k+=12}if(m==="AM"&&k===12){k=0}}var j=parseInt(this.container.find(".left .minuteselect").val(),10);var g=this.timePickerSeconds?parseInt(this.container.find(".left .secondselect").val(),10):0;i=i.clone().hour(k).minute(j).second(g)}this.endDate=null;this.setStartDate(i.clone())}else{if(!this.endDate&&i.isBefore(this.startDate)){this.setEndDate(this.startDate.clone())}else{if(this.timePicker){var k=parseInt(this.container.find(".right .hourselect").val(),10);if(!this.timePicker24Hour){var m=this.container.find(".right .ampmselect").val();if(m==="PM"&&k<12){k+=12}if(m==="AM"&&k===12){k=0}}var j=parseInt(this.container.find(".right .minuteselect").val(),10);var g=this.timePickerSeconds?parseInt(this.container.find(".right .secondselect").val(),10):0;i=i.clone().hour(k).minute(j).second(g)}this.setEndDate(i.clone());if(this.autoApply){this.calculateChosenLabel();this.clickApply()}}}if(this.singleDatePicker){this.setEndDate(this.startDate);if(!this.timePicker){this.clickApply()}}}else{this.setStartDate(i.start.clone());this.setEndDate(i.end.clone());d(l.target).addClass("active")}this.updateView()},calculateChosenLabel:function(){var f=true;var h=0;this.container.find(".ranges li").removeClass("active");for(var g in this.ranges){if(this.timePicker){if(this.startDate.isSame(this.ranges[g][0])&&this.endDate.isSame(this.ranges[g][1])){f=false;this.chosenLabel=this.container.find(".ranges li:eq("+h+")").addClass("active").html();break}}else{if(this.startDate.format("YYYY-MM-DD")==this.ranges[g][0].format("YYYY-MM-DD")&&this.endDate.format("YYYY-MM-DD")==this.ranges[g][1].format("YYYY-MM-DD")){f=false;this.chosenLabel=this.container.find(".ranges li:eq("+h+")").addClass("active").html();break}}h++}if(this.quaterlyCalendar){this.chosenLabel=this.container.find(".ranges li.archive").addClass("active").html()}else{if(f){this.chosenLabel=this.container.find(".ranges li.customrange").addClass("active").html();this.showCalendars()}}},clickApply:function(f){this.hide();this.element.trigger("apply.daterangepicker",this)},clickCancel:function(f){this.startDate=this.oldStartDate;this.endDate=this.oldEndDate;this.hide();this.element.trigger("cancel.daterangepicker",this)},monthOrYearChanged:function(i){var k=d(i.target).closest(".calendar").hasClass("left"),j=k?"left":"right",h=this.container.find(".calendar."+j);var g=parseInt(h.find(".monthselect").val(),10);var f=h.find(".yearselect").val();if(!k){if(fthis.maxDate.year()||(f==this.maxDate.year()&&g>this.maxDate.month())){g=this.maxDate.month();f=this.maxDate.year()}}if(k){this.leftCalendar.month.month(g).year(f);if(this.linkedCalendars){this.rightCalendar.month=this.leftCalendar.month.clone().add(1,"month")}}else{this.rightCalendar.month.month(g).year(f);if(this.linkedCalendars){this.leftCalendar.month=this.rightCalendar.month.clone().subtract(1,"month")}}this.updateCalendars()},timeChanged:function(l){var f=d(l.target).closest(".calendar"),n=f.hasClass("left");var k=parseInt(f.find(".hourselect").val(),10);var i=parseInt(f.find(".minuteselect").val(),10);var h=this.timePickerSeconds?parseInt(f.find(".secondselect").val(),10):0;if(!this.timePicker24Hour){var m=f.find(".ampmselect").val();if(m==="PM"&&k<12){k+=12}if(m==="AM"&&k===12){k=0}}if(n){var g=this.startDate.clone();g.hour(k);g.minute(i);g.second(h);this.setStartDate(g);if(this.singleDatePicker){this.endDate=this.startDate.clone()}else{if(this.endDate&&this.endDate.format("YYYY-MM-DD")==g.format("YYYY-MM-DD")&&this.endDate.isBefore(g)){this.setEndDate(g.clone())}}}else{if(this.endDate){var j=this.endDate.clone();j.hour(k);j.minute(i);j.second(h);this.setEndDate(j)}}this.updateCalendars();this.updateFormInputs();this.renderTimePicker("left");this.renderTimePicker("right")},formInputsChanged:function(h){var g=d(h.target).closest(".calendar").hasClass("right");var i=e(this.container.find('input[name="daterangepicker_start"]').val(),this.locale.format);var f=e(this.container.find('input[name="daterangepicker_end"]').val(),this.locale.format);if(i.isValid()&&f.isValid()){if(g&&f.isBefore(i)){i=f.clone()}this.setStartDate(i);this.setEndDate(f);if(g){this.container.find('input[name="daterangepicker_start"]').val(this.startDate.format(this.locale.format))}else{this.container.find('input[name="daterangepicker_end"]').val(this.endDate.format(this.locale.format))}}this.updateCalendars();if(this.timePicker){this.renderTimePicker("left");this.renderTimePicker("right")}},elementChanged:function(){if(!this.element.is("input")){return}if(!this.element.val().length){return}if(this.element.val().length=p;if(C){l.text(F.format(B))}else{l.text(F.from(w(),o))}if(v&&!l.attr("title")){l.attr("title",F.local().format(v))}if(!C){var D=Math.abs(w().diff(F,"minute"));var G=3600;if(D<1){G=1}else{if(D<60){G=30}else{if(D<180){G=300}}}y=h.setTimeout(function(){t(F)},G*1000)}}function i(C){if(A){l.attr("datetime",C)}}function q(){u();if(s){var C=d.preprocessDate(s,m,r);t(C);i(C.toISOString())}}j.$watch(x,function(C){if((typeof C==="undefined")||(C===null)||(C==="")){u();if(s){l.text("");i("");s=null}return}s=C;q()});if(b.isDefined(z.amFrom)){j.$watch(z.amFrom,function(C){if((typeof C==="undefined")||(C===null)||(C==="")){n=null}else{n=f(C)}q()})}if(b.isDefined(z.amWithoutSuffix)){j.$watch(z.amWithoutSuffix,function(C){if(typeof C==="boolean"){o=C;q()}else{o=g.withoutSuffix}})}z.$observe("amFormat",function(C){if(typeof C!=="undefined"){r=C;q()}});z.$observe("amPreprocess",function(C){m=C;q()});z.$observe("amFullDateThreshold",function(C){p=C;q()});z.$observe("amFullDateFormat",function(C){B=C;q()});j.$on("$destroy",function(){u()});j.$on("amMoment:localeChanged",function(){q()})}}]).service("amMoment",["moment","$rootScope","$log","angularMomentConfig",function(g,d,f,e){this.preprocessors={utc:g.utc,unix:g.unix};this.changeLocale=function(i,j){var h=g.locale(i,j);if(b.isDefined(i)){d.$broadcast("amMoment:localeChanged")}return h};this.changeTimezone=function(h){e.timezone=h;d.$broadcast("amMoment:timezoneChanged")};this.preprocessDate=function(i,h,j){if(b.isUndefined(h)){h=e.preprocess}if(this.preprocessors[h]){return this.preprocessors[h](i,j)}if(h){f.warn("angular-moment: Ignoring unsupported value for preprocess: "+h)}if(!isNaN(parseFloat(i))&&isFinite(i)){return g(parseInt(i,10))}return g(i,j)};this.applyTimezone=function(i,h){h=h||e.timezone;if(!h){return i}if(h.match(/^Z|[+-]\d\d:?\d\d$/i)){i=i.utcOffset(h)}else{if(i.tz){i=i.tz(h)}else{f.warn("angular-moment: named timezone specified but moment.tz() is undefined. Did you forget to include moment-timezone.js?")}}return i}}]).filter("amCalendar",["moment","amMoment","angularMomentConfig",function(f,d,e){function g(k,j,i){if(typeof k==="undefined"||k===null){return""}k=d.preprocessDate(k,j);var h=f(k);if(!h.isValid()){return""}return d.applyTimezone(h,i).calendar()}g.$stateful=e.statefulFilters;return g}]).filter("amDifference",["moment","amMoment","angularMomentConfig",function(g,d,e){function f(n,j,l,h,o,k){if(typeof n==="undefined"||n===null){return""}n=d.preprocessDate(n,o);var i=g(n);if(!i.isValid()){return""}var m;if(typeof j==="undefined"||j===null){m=g()}else{j=d.preprocessDate(j,k);m=g(j);if(!m.isValid()){return""}}return d.applyTimezone(i).diff(d.applyTimezone(m),l,h)}f.$stateful=e.statefulFilters;return f}]).filter("amDateFormat",["moment","amMoment","angularMomentConfig",function(g,d,e){function f(m,n,l,k,i){var j=i||e.format;if(typeof m==="undefined"||m===null){return""}m=d.preprocessDate(m,l,j);var h=g(m);if(!h.isValid()){return""}return d.applyTimezone(h,k).format(n)}f.$stateful=e.statefulFilters;return f}]).filter("amDurationFormat",["moment","angularMomentConfig",function(f,d){function e(g,i,h){if(typeof g==="undefined"||g===null){return""}return f.duration(g,i).humanize(h)}e.$stateful=d.statefulFilters;return e}]).filter("amTimeAgo",["moment","amMoment","angularMomentConfig",function(g,e,f){function d(j,i,k,m){var h,l;if(typeof j==="undefined"||j===null){return""}j=e.preprocessDate(j,i);h=g(j);if(!h.isValid()){return""}l=g(m);if(typeof m!=="undefined"&&l.isValid()){return e.applyTimezone(h).from(l,k)}return e.applyTimezone(h).fromNow(k)}d.$stateful=f.statefulFilters;return d}]).filter("amSubtract",["moment","angularMomentConfig",function(f,e){function d(i,g,h){if(typeof i==="undefined"||i===null){return""}return f(i).subtract(parseInt(g,10),h)}d.$stateful=e.statefulFilters;return d}]).filter("amAdd",["moment","angularMomentConfig",function(e,d){function f(i,g,h){if(typeof i==="undefined"||i===null){return""}return e(i).add(parseInt(g,10),h)}f.$stateful=d.statefulFilters;return f}])}if(typeof define==="function"&&define.amd){define(["angular","moment"],a)}else{if(typeof module!=="undefined"&&module&&module.exports){a(angular,require("moment"));module.exports="angularMoment"}else{a(angular,(typeof global!=="undefined"?global:window).moment)}}})(); /*! * clipboard.js v1.5.7 * https://zenorocha.github.io/clipboard.js * * Licensed MIT © Zeno Rocha */ !function(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var e;e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,e.Clipboard=t()}}(function(){var t,e,n;return function t(e,n,r){function o(a,s){if(!n[a]){if(!e[a]){var c="function"==typeof require&&require;if(!s&&c)return c(a,!0);if(i)return i(a,!0);var u=new Error("Cannot find module '"+a+"'");throw u.code="MODULE_NOT_FOUND",u}var l=n[a]={exports:{}};e[a][0].call(l.exports,function(t){var n=e[a][1][t];return o(n?n:t)},l,l.exports,t,e,n,r)}return n[a].exports}for(var i="function"==typeof require&&require,a=0;ar;r++)n[r].fn.apply(n[r].ctx,e);return this},off:function(t,e){var n=this.e||(this.e={}),r=n[t],o=[];if(r&&e)for(var i=0,a=r.length;a>i;i++)r[i].fn!==e&&r[i].fn._!==e&&o.push(r[i]);return o.length?n[t]=o:delete n[t],this}},e.exports=r},{}],8:[function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{"default":t}}function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}n.__esModule=!0;var i=function(){function t(t,e){for(var n=0;n=0&&q<8){m[n]=q}else{throw new Error(n)}}else{if(n==="encoder"||n==="decoder"||n==="edit"||n==="undo"){if(typeof q==="function"){m[n]=q}else{throw new Error(n)}}else{if(typeof q==="string"){m[n]=q}else{throw new Error(n)}}}}}h(m,"mark","thousand");h(m,"prefix","negative");h(m,"prefix","negativeBefore");return m}function e(o,q,m){var p,n=[];for(p=0;p=0&&n.splice(r,1),t.className=n.join(" ")}n.add=function(t,e){t.classList?t.classList.add(e):r(t,e)},n.remove=function(t,e){t.classList?t.classList.remove(e):o(t,e)},n.list=function(t){return t.classList?Array.prototype.slice.apply(t.classList):t.className.split(" ")}},{}],3:[function(t,e,n){"use strict";function r(t,e){return window.getComputedStyle(t)[e]}function o(t,e,n){return"number"==typeof n&&(n=n.toString()+"px"),t.style[e]=n,t}function i(t,e){for(var n in e){var r=e[n];"number"==typeof r&&(r=r.toString()+"px"),t.style[n]=r}return t}var l={};l.e=function(t,e){var n=document.createElement(t);return n.className=e,n},l.appendTo=function(t,e){return e.appendChild(t),t},l.css=function(t,e,n){return"object"==typeof e?i(t,e):"undefined"==typeof n?r(t,e):o(t,e,n)},l.matches=function(t,e){return"undefined"!=typeof t.matches?t.matches(e):"undefined"!=typeof t.matchesSelector?t.matchesSelector(e):"undefined"!=typeof t.webkitMatchesSelector?t.webkitMatchesSelector(e):"undefined"!=typeof t.mozMatchesSelector?t.mozMatchesSelector(e):"undefined"!=typeof t.msMatchesSelector?t.msMatchesSelector(e):void 0},l.remove=function(t){"undefined"!=typeof t.remove?t.remove():t.parentNode&&t.parentNode.removeChild(t)},l.queryChildren=function(t,e){return Array.prototype.filter.call(t.childNodes,function(t){return l.matches(t,e)})},e.exports=l},{}],4:[function(t,e,n){"use strict";var r=function(t){this.element=t,this.events={}};r.prototype.bind=function(t,e){"undefined"==typeof this.events[t]&&(this.events[t]=[]),this.events[t].push(e),this.element.addEventListener(t,e,!1)},r.prototype.unbind=function(t,e){var n="undefined"!=typeof e;this.events[t]=this.events[t].filter(function(r){return n&&r!==e?!0:(this.element.removeEventListener(t,r,!1),!1)},this)},r.prototype.unbindAll=function(){for(var t in this.events)this.unbind(t)};var o=function(){this.eventElements=[]};o.prototype.eventElement=function(t){var e=this.eventElements.filter(function(e){return e.element===t})[0];return"undefined"==typeof e&&(e=new r(t),this.eventElements.push(e)),e},o.prototype.bind=function(t,e,n){this.eventElement(t).bind(e,n)},o.prototype.unbind=function(t,e,n){this.eventElement(t).unbind(e,n)},o.prototype.unbindAll=function(){for(var t=0;tu?u=0:u>1&&(u=1),a(t,"top",(e.contentHeight-e.containerHeight)*u),l(t),r.stopPropagation()}),e.settings.stopPropagationOnClick&&e.event.bind(e.scrollbarX,"click",r),e.event.bind(e.scrollbarXRail,"click",function(r){var i=o.toInt(e.scrollbarXWidth/2),s=e.railXRatio*(r.pageX-window.pageXOffset-n(e.scrollbarXRail).left-i),c=e.railXRatio*(e.railXWidth-e.scrollbarXWidth),u=s/c;0>u?u=0:u>1&&(u=1),a(t,"left",(e.contentWidth-e.containerWidth)*u-e.negativeScrollAdjustment),l(t),r.stopPropagation()})}var o=t("../../lib/helper"),i=t("../instances"),l=t("../update-geometry"),a=t("../update-scroll");e.exports=function(t){var e=i.get(t);r(t,e)}},{"../../lib/helper":6,"../instances":18,"../update-geometry":19,"../update-scroll":20}],11:[function(t,e,n){"use strict";function r(t,e){function n(n){var o=r+n*e.railXRatio,l=Math.max(0,e.scrollbarXRail.getBoundingClientRect().left)+e.railXRatio*(e.railXWidth-e.scrollbarXWidth);0>o?e.scrollbarXLeft=0:o>l?e.scrollbarXLeft=l:e.scrollbarXLeft=o;var a=i.toInt(e.scrollbarXLeft*(e.contentWidth-e.containerWidth)/(e.containerWidth-e.railXRatio*e.scrollbarXWidth))-e.negativeScrollAdjustment;c(t,"left",a)}var r=null,o=null,a=function(e){n(e.pageX-o),s(t),e.stopPropagation(),e.preventDefault()},u=function(){i.stopScrolling(t,"x"),e.event.unbind(e.ownerDocument,"mousemove",a)};e.event.bind(e.scrollbarX,"mousedown",function(n){o=n.pageX,r=i.toInt(l.css(e.scrollbarX,"left"))*e.railXRatio,i.startScrolling(t,"x"),e.event.bind(e.ownerDocument,"mousemove",a),e.event.once(e.ownerDocument,"mouseup",u),n.stopPropagation(),n.preventDefault()})}function o(t,e){function n(n){var o=r+n*e.railYRatio,l=Math.max(0,e.scrollbarYRail.getBoundingClientRect().top)+e.railYRatio*(e.railYHeight-e.scrollbarYHeight);0>o?e.scrollbarYTop=0:o>l?e.scrollbarYTop=l:e.scrollbarYTop=o;var a=i.toInt(e.scrollbarYTop*(e.contentHeight-e.containerHeight)/(e.containerHeight-e.railYRatio*e.scrollbarYHeight));c(t,"top",a)}var r=null,o=null,a=function(e){n(e.pageY-o),s(t),e.stopPropagation(),e.preventDefault()},u=function(){i.stopScrolling(t,"y"),e.event.unbind(e.ownerDocument,"mousemove",a)};e.event.bind(e.scrollbarY,"mousedown",function(n){o=n.pageY,r=i.toInt(l.css(e.scrollbarY,"top"))*e.railYRatio,i.startScrolling(t,"y"),e.event.bind(e.ownerDocument,"mousemove",a),e.event.once(e.ownerDocument,"mouseup",u),n.stopPropagation(),n.preventDefault()})}var i=t("../../lib/helper"),l=t("../../lib/dom"),a=t("../instances"),s=t("../update-geometry"),c=t("../update-scroll");e.exports=function(t){var e=a.get(t);r(t,e),o(t,e)}},{"../../lib/dom":3,"../../lib/helper":6,"../instances":18,"../update-geometry":19,"../update-scroll":20}],12:[function(t,e,n){"use strict";function r(t,e){function n(n,r){var o=t.scrollTop;if(0===n){if(!e.scrollbarYActive)return!1;if(0===o&&r>0||o>=e.contentHeight-e.containerHeight&&0>r)return!e.settings.wheelPropagation}var i=t.scrollLeft;if(0===r){if(!e.scrollbarXActive)return!1;if(0===i&&0>n||i>=e.contentWidth-e.containerWidth&&n>0)return!e.settings.wheelPropagation}return!0}var r=!1;e.event.bind(t,"mouseenter",function(){r=!0}),e.event.bind(t,"mouseleave",function(){r=!1});var l=!1;e.event.bind(e.ownerDocument,"keydown",function(c){if(!c.isDefaultPrevented||!c.isDefaultPrevented()){var u=i.matches(e.scrollbarX,":focus")||i.matches(e.scrollbarY,":focus");if(r||u){var d=document.activeElement?document.activeElement:e.ownerDocument.activeElement;if(d){if("IFRAME"===d.tagName)d=d.contentDocument.activeElement;else for(;d.shadowRoot;)d=d.shadowRoot.activeElement;if(o.isEditable(d))return}var p=0,f=0;switch(c.which){case 37:p=-30;break;case 38:f=30;break;case 39:p=30;break;case 40:f=-30;break;case 33:f=90;break;case 32:f=c.shiftKey?90:-90;break;case 34:f=-90;break;case 35:f=c.ctrlKey?-e.contentHeight:-e.containerHeight;break;case 36:f=c.ctrlKey?t.scrollTop:e.containerHeight;break;default:return}s(t,"top",t.scrollTop-f),s(t,"left",t.scrollLeft+p),a(t),l=n(p,f),l&&c.preventDefault()}}})}var o=t("../../lib/helper"),i=t("../../lib/dom"),l=t("../instances"),a=t("../update-geometry"),s=t("../update-scroll");e.exports=function(t){var e=l.get(t);r(t,e)}},{"../../lib/dom":3,"../../lib/helper":6,"../instances":18,"../update-geometry":19,"../update-scroll":20}],13:[function(t,e,n){"use strict";function r(t,e){function n(n,r){var o=t.scrollTop;if(0===n){if(!e.scrollbarYActive)return!1;if(0===o&&r>0||o>=e.contentHeight-e.containerHeight&&0>r)return!e.settings.wheelPropagation}var i=t.scrollLeft;if(0===r){if(!e.scrollbarXActive)return!1;if(0===i&&0>n||i>=e.contentWidth-e.containerWidth&&n>0)return!e.settings.wheelPropagation}return!0}function r(t){var e=t.deltaX,n=-1*t.deltaY;return("undefined"==typeof e||"undefined"==typeof n)&&(e=-1*t.wheelDeltaX/6,n=t.wheelDeltaY/6),t.deltaMode&&1===t.deltaMode&&(e*=10,n*=10),e!==e&&n!==n&&(e=0,n=t.wheelDelta),[e,n]}function o(e,n){var r=t.querySelector("textarea:hover, .ps-child:hover");if(r){if("TEXTAREA"!==r.tagName&&!window.getComputedStyle(r).overflow.match(/(scroll|auto)/))return!1;var o=r.scrollHeight-r.clientHeight;if(o>0&&!(0===r.scrollTop&&n>0||r.scrollTop===o&&0>n))return!0;var i=r.scrollLeft-r.clientWidth;if(i>0&&!(0===r.scrollLeft&&0>e||r.scrollLeft===i&&e>0))return!0}return!1}function a(a){var c=r(a),u=c[0],d=c[1];o(u,d)||(s=!1,e.settings.useBothWheelAxes?e.scrollbarYActive&&!e.scrollbarXActive?(d?l(t,"top",t.scrollTop-d*e.settings.wheelSpeed):l(t,"top",t.scrollTop+u*e.settings.wheelSpeed),s=!0):e.scrollbarXActive&&!e.scrollbarYActive&&(u?l(t,"left",t.scrollLeft+u*e.settings.wheelSpeed):l(t,"left",t.scrollLeft-d*e.settings.wheelSpeed),s=!0):(l(t,"top",t.scrollTop-d*e.settings.wheelSpeed),l(t,"left",t.scrollLeft+u*e.settings.wheelSpeed)),i(t),s=s||n(u,d),s&&(a.stopPropagation(),a.preventDefault()))}var s=!1;"undefined"!=typeof window.onwheel?e.event.bind(t,"wheel",a):"undefined"!=typeof window.onmousewheel&&e.event.bind(t,"mousewheel",a)}var o=t("../instances"),i=t("../update-geometry"),l=t("../update-scroll");e.exports=function(t){var e=o.get(t);r(t,e)}},{"../instances":18,"../update-geometry":19,"../update-scroll":20}],14:[function(t,e,n){"use strict";function r(t,e){e.event.bind(t,"scroll",function(){i(t)})}var o=t("../instances"),i=t("../update-geometry");e.exports=function(t){var e=o.get(t);r(t,e)}},{"../instances":18,"../update-geometry":19}],15:[function(t,e,n){"use strict";function r(t,e){function n(){var t=window.getSelection?window.getSelection():document.getSelection?document.getSelection():"";return 0===t.toString().length?null:t.getRangeAt(0).commonAncestorContainer}function r(){c||(c=setInterval(function(){return i.get(t)?(a(t,"top",t.scrollTop+u.top),a(t,"left",t.scrollLeft+u.left),void l(t)):void clearInterval(c)},50))}function s(){c&&(clearInterval(c),c=null),o.stopScrolling(t)}var c=null,u={top:0,left:0},d=!1;e.event.bind(e.ownerDocument,"selectionchange",function(){t.contains(n())?d=!0:(d=!1,s())}),e.event.bind(window,"mouseup",function(){d&&(d=!1,s())}),e.event.bind(window,"mousemove",function(e){if(d){var n={x:e.pageX,y:e.pageY},i={left:t.offsetLeft,right:t.offsetLeft+t.offsetWidth,top:t.offsetTop,bottom:t.offsetTop+t.offsetHeight};n.xi.right-3?(u.left=5,o.startScrolling(t,"x")):u.left=0,n.yi.bottom-3?(n.y-i.bottom+3<5?u.top=5:u.top=20,o.startScrolling(t,"y")):u.top=0,0===u.top&&0===u.left?s():r()}})}var o=t("../../lib/helper"),i=t("../instances"),l=t("../update-geometry"),a=t("../update-scroll");e.exports=function(t){var e=i.get(t);r(t,e)}},{"../../lib/helper":6,"../instances":18,"../update-geometry":19,"../update-scroll":20}],16:[function(t,e,n){"use strict";function r(t,e,n,r){function o(n,r){var o=t.scrollTop,i=t.scrollLeft,l=Math.abs(n),a=Math.abs(r);if(a>l){if(0>r&&o===e.contentHeight-e.containerHeight||r>0&&0===o)return!e.settings.swipePropagation}else if(l>a&&(0>n&&i===e.contentWidth-e.containerWidth||n>0&&0===i))return!e.settings.swipePropagation;return!0}function s(e,n){a(t,"top",t.scrollTop-n),a(t,"left",t.scrollLeft-e),l(t)}function c(){Y=!0}function u(){Y=!1}function d(t){return t.targetTouches?t.targetTouches[0]:t}function p(t){return t.targetTouches&&1===t.targetTouches.length?!0:t.pointerType&&"mouse"!==t.pointerType&&t.pointerType!==t.MSPOINTER_TYPE_MOUSE?!0:!1}function f(t){if(p(t)){w=!0;var e=d(t);v.pageX=e.pageX,v.pageY=e.pageY,g=(new Date).getTime(),null!==y&&clearInterval(y),t.stopPropagation()}}function h(t){if(!w&&e.settings.swipePropagation&&f(t),!Y&&w&&p(t)){var n=d(t),r={pageX:n.pageX,pageY:n.pageY},i=r.pageX-v.pageX,l=r.pageY-v.pageY;s(i,l),v=r;var a=(new Date).getTime(),c=a-g;c>0&&(m.x=i/c,m.y=l/c,g=a),o(i,l)&&(t.stopPropagation(),t.preventDefault())}}function b(){!Y&&w&&(w=!1,clearInterval(y),y=setInterval(function(){return i.get(t)?Math.abs(m.x)<.01&&Math.abs(m.y)<.01?void clearInterval(y):(s(30*m.x,30*m.y),m.x*=.8,void(m.y*=.8)):void clearInterval(y)},10))}var v={},g=0,m={},y=null,Y=!1,w=!1;n&&(e.event.bind(window,"touchstart",c),e.event.bind(window,"touchend",u),e.event.bind(t,"touchstart",f),e.event.bind(t,"touchmove",h),e.event.bind(t,"touchend",b)),r&&(window.PointerEvent?(e.event.bind(window,"pointerdown",c),e.event.bind(window,"pointerup",u),e.event.bind(t,"pointerdown",f),e.event.bind(t,"pointermove",h),e.event.bind(t,"pointerup",b)):window.MSPointerEvent&&(e.event.bind(window,"MSPointerDown",c),e.event.bind(window,"MSPointerUp",u),e.event.bind(t,"MSPointerDown",f),e.event.bind(t,"MSPointerMove",h),e.event.bind(t,"MSPointerUp",b)))}var o=t("../../lib/helper"),i=t("../instances"),l=t("../update-geometry"),a=t("../update-scroll");e.exports=function(t){if(o.env.supportsTouch||o.env.supportsIePointer){var e=i.get(t);r(t,e,o.env.supportsTouch,o.env.supportsIePointer)}}},{"../../lib/helper":6,"../instances":18,"../update-geometry":19,"../update-scroll":20}],17:[function(t,e,n){"use strict";var r=t("../lib/helper"),o=t("../lib/class"),i=t("./instances"),l=t("./update-geometry"),a={"click-rail":t("./handler/click-rail"),"drag-scrollbar":t("./handler/drag-scrollbar"),keyboard:t("./handler/keyboard"),wheel:t("./handler/mouse-wheel"),touch:t("./handler/touch"),selection:t("./handler/selection")},s=t("./handler/native-scroll");e.exports=function(t,e){e="object"==typeof e?e:{},o.add(t,"ps-container");var n=i.add(t);n.settings=r.extend(n.settings,e),o.add(t,"ps-theme-"+n.settings.theme),n.settings.handlers.forEach(function(e){a[e](t)}),s(t),l(t)}},{"../lib/class":2,"../lib/helper":6,"./handler/click-rail":10,"./handler/drag-scrollbar":11,"./handler/keyboard":12,"./handler/mouse-wheel":13,"./handler/native-scroll":14,"./handler/selection":15,"./handler/touch":16,"./instances":18,"./update-geometry":19}],18:[function(t,e,n){"use strict";function r(t){function e(){s.add(t,"ps-focus")}function n(){s.remove(t,"ps-focus")}var r=this;r.settings=a.clone(c),r.containerWidth=null,r.containerHeight=null,r.contentWidth=null,r.contentHeight=null,r.isRtl="rtl"===u.css(t,"direction"),r.isNegativeScroll=function(){var e=t.scrollLeft,n=null;return t.scrollLeft=-1,n=t.scrollLeft<0,t.scrollLeft=e,n}(),r.negativeScrollAdjustment=r.isNegativeScroll?t.scrollWidth-t.clientWidth:0,r.event=new d,r.ownerDocument=t.ownerDocument||document,r.scrollbarXRail=u.appendTo(u.e("div","ps-scrollbar-x-rail"),t),r.scrollbarX=u.appendTo(u.e("div","ps-scrollbar-x"),r.scrollbarXRail),r.scrollbarX.setAttribute("tabindex",0),r.event.bind(r.scrollbarX,"focus",e),r.event.bind(r.scrollbarX,"blur",n),r.scrollbarXActive=null,r.scrollbarXWidth=null,r.scrollbarXLeft=null,r.scrollbarXBottom=a.toInt(u.css(r.scrollbarXRail,"bottom")),r.isScrollbarXUsingBottom=r.scrollbarXBottom===r.scrollbarXBottom,r.scrollbarXTop=r.isScrollbarXUsingBottom?null:a.toInt(u.css(r.scrollbarXRail,"top")),r.railBorderXWidth=a.toInt(u.css(r.scrollbarXRail,"borderLeftWidth"))+a.toInt(u.css(r.scrollbarXRail,"borderRightWidth")),u.css(r.scrollbarXRail,"display","block"),r.railXMarginWidth=a.toInt(u.css(r.scrollbarXRail,"marginLeft"))+a.toInt(u.css(r.scrollbarXRail,"marginRight")),u.css(r.scrollbarXRail,"display",""),r.railXWidth=null,r.railXRatio=null,r.scrollbarYRail=u.appendTo(u.e("div","ps-scrollbar-y-rail"),t),r.scrollbarY=u.appendTo(u.e("div","ps-scrollbar-y"),r.scrollbarYRail),r.scrollbarY.setAttribute("tabindex",0),r.event.bind(r.scrollbarY,"focus",e),r.event.bind(r.scrollbarY,"blur",n),r.scrollbarYActive=null,r.scrollbarYHeight=null,r.scrollbarYTop=null,r.scrollbarYRight=a.toInt(u.css(r.scrollbarYRail,"right")),r.isScrollbarYUsingRight=r.scrollbarYRight===r.scrollbarYRight,r.scrollbarYLeft=r.isScrollbarYUsingRight?null:a.toInt(u.css(r.scrollbarYRail,"left")),r.scrollbarYOuterWidth=r.isRtl?a.outerWidth(r.scrollbarY):null,r.railBorderYWidth=a.toInt(u.css(r.scrollbarYRail,"borderTopWidth"))+a.toInt(u.css(r.scrollbarYRail,"borderBottomWidth")),u.css(r.scrollbarYRail,"display","block"),r.railYMarginHeight=a.toInt(u.css(r.scrollbarYRail,"marginTop"))+a.toInt(u.css(r.scrollbarYRail,"marginBottom")),u.css(r.scrollbarYRail,"display",""),r.railYHeight=null,r.railYRatio=null}function o(t){return t.getAttribute("data-ps-id")}function i(t,e){t.setAttribute("data-ps-id",e)}function l(t){t.removeAttribute("data-ps-id")}var a=t("../lib/helper"),s=t("../lib/class"),c=t("./default-setting"),u=t("../lib/dom"),d=t("../lib/event-manager"),p=t("../lib/guid"),f={};n.add=function(t){var e=p();return i(t,e),f[e]=new r(t),f[e]},n.remove=function(t){delete f[o(t)],l(t)},n.get=function(t){return f[o(t)]}},{"../lib/class":2,"../lib/dom":3,"../lib/event-manager":4,"../lib/guid":5,"../lib/helper":6,"./default-setting":8}],19:[function(t,e,n){"use strict";function r(t,e){return t.settings.minScrollbarLength&&(e=Math.max(e,t.settings.minScrollbarLength)),t.settings.maxScrollbarLength&&(e=Math.min(e,t.settings.maxScrollbarLength)),e}function o(t,e){var n={width:e.railXWidth};e.isRtl?n.left=e.negativeScrollAdjustment+t.scrollLeft+e.containerWidth-e.contentWidth:n.left=t.scrollLeft,e.isScrollbarXUsingBottom?n.bottom=e.scrollbarXBottom-t.scrollTop:n.top=e.scrollbarXTop+t.scrollTop,a.css(e.scrollbarXRail,n);var r={top:t.scrollTop,height:e.railYHeight};e.isScrollbarYUsingRight?e.isRtl?r.right=e.contentWidth-(e.negativeScrollAdjustment+t.scrollLeft)-e.scrollbarYRight-e.scrollbarYOuterWidth:r.right=e.scrollbarYRight-t.scrollLeft:e.isRtl?r.left=e.negativeScrollAdjustment+t.scrollLeft+2*e.containerWidth-e.contentWidth-e.scrollbarYLeft-e.scrollbarYOuterWidth:r.left=e.scrollbarYLeft+t.scrollLeft,a.css(e.scrollbarYRail,r),a.css(e.scrollbarX,{left:e.scrollbarXLeft,width:e.scrollbarXWidth-e.railBorderXWidth}),a.css(e.scrollbarY,{top:e.scrollbarYTop,height:e.scrollbarYHeight-e.railBorderYWidth})}var i=t("../lib/helper"),l=t("../lib/class"),a=t("../lib/dom"),s=t("./instances"),c=t("./update-scroll");e.exports=function(t){var e=s.get(t);e.containerWidth=t.clientWidth,e.containerHeight=t.clientHeight,e.contentWidth=t.scrollWidth,e.contentHeight=t.scrollHeight;var n;t.contains(e.scrollbarXRail)||(n=a.queryChildren(t,".ps-scrollbar-x-rail"),n.length>0&&n.forEach(function(t){a.remove(t)}),a.appendTo(e.scrollbarXRail,t)),t.contains(e.scrollbarYRail)||(n=a.queryChildren(t,".ps-scrollbar-y-rail"),n.length>0&&n.forEach(function(t){a.remove(t)}),a.appendTo(e.scrollbarYRail,t)),!e.settings.suppressScrollX&&e.containerWidth+e.settings.scrollXMarginOffset=e.railXWidth-e.scrollbarXWidth&&(e.scrollbarXLeft=e.railXWidth-e.scrollbarXWidth),e.scrollbarYTop>=e.railYHeight-e.scrollbarYHeight&&(e.scrollbarYTop=e.railYHeight-e.scrollbarYHeight),o(t,e),e.scrollbarXActive?l.add(t,"ps-active-x"):(l.remove(t,"ps-active-x"),e.scrollbarXWidth=0,e.scrollbarXLeft=0,c(t,"left",0)),e.scrollbarYActive?l.add(t,"ps-active-y"):(l.remove(t,"ps-active-y"),e.scrollbarYHeight=0,e.scrollbarYTop=0,c(t,"top",0))}},{"../lib/class":2,"../lib/dom":3,"../lib/helper":6,"./instances":18,"./update-scroll":20}],20:[function(t,e,n){"use strict";var r,o,i=t("./instances"),l=document.createEvent("Event"),a=document.createEvent("Event"),s=document.createEvent("Event"),c=document.createEvent("Event"),u=document.createEvent("Event"),d=document.createEvent("Event"),p=document.createEvent("Event"),f=document.createEvent("Event"),h=document.createEvent("Event"),b=document.createEvent("Event");l.initEvent("ps-scroll-up",!0,!0),a.initEvent("ps-scroll-down",!0,!0),s.initEvent("ps-scroll-left",!0,!0),c.initEvent("ps-scroll-right",!0,!0),u.initEvent("ps-scroll-y",!0,!0),d.initEvent("ps-scroll-x",!0,!0),p.initEvent("ps-x-reach-start",!0,!0),f.initEvent("ps-x-reach-end",!0,!0),h.initEvent("ps-y-reach-start",!0,!0),b.initEvent("ps-y-reach-end",!0,!0),e.exports=function(t,e,n){if("undefined"==typeof t)throw"You must provide an element to the update-scroll function";if("undefined"==typeof e)throw"You must provide an axis to the update-scroll function";if("undefined"==typeof n)throw"You must provide a value to the update-scroll function";"top"===e&&0>=n&&(t.scrollTop=n=0,t.dispatchEvent(h)),"left"===e&&0>=n&&(t.scrollLeft=n=0,t.dispatchEvent(p));var v=i.get(t);"top"===e&&n>=v.contentHeight-v.containerHeight&&(n=v.contentHeight-v.containerHeight,n-t.scrollTop<=1?n=t.scrollTop:t.scrollTop=n,t.dispatchEvent(b)),"left"===e&&n>=v.contentWidth-v.containerWidth&&(n=v.contentWidth-v.containerWidth,n-t.scrollLeft<=1?n=t.scrollLeft:t.scrollLeft=n,t.dispatchEvent(f)),r||(r=t.scrollTop),o||(o=t.scrollLeft),"top"===e&&r>n&&t.dispatchEvent(l),"top"===e&&n>r&&t.dispatchEvent(a),"left"===e&&o>n&&t.dispatchEvent(s),"left"===e&&n>o&&t.dispatchEvent(c),"top"===e&&(t.scrollTop=r=n,t.dispatchEvent(u)),"left"===e&&(t.scrollLeft=o=n,t.dispatchEvent(d))}},{"./instances":18}],21:[function(t,e,n){"use strict";var r=t("../lib/helper"),o=t("../lib/dom"),i=t("./instances"),l=t("./update-geometry"),a=t("./update-scroll");e.exports=function(t){var e=i.get(t);e&&(e.negativeScrollAdjustment=e.isNegativeScroll?t.scrollWidth-t.clientWidth:0,o.css(e.scrollbarXRail,"display","block"),o.css(e.scrollbarYRail,"display","block"),e.railXMarginWidth=r.toInt(o.css(e.scrollbarXRail,"marginLeft"))+r.toInt(o.css(e.scrollbarXRail,"marginRight")),e.railYMarginHeight=r.toInt(o.css(e.scrollbarYRail,"marginTop"))+r.toInt(o.css(e.scrollbarYRail,"marginBottom")),o.css(e.scrollbarXRail,"display","none"),o.css(e.scrollbarYRail,"display","none"),l(t),a(t,"top",t.scrollTop),a(t,"left",t.scrollLeft),o.css(e.scrollbarXRail,"display",""),o.css(e.scrollbarYRail,"display",""))}},{"../lib/dom":3,"../lib/helper":6,"./instances":18,"./update-geometry":19,"./update-scroll":20}]},{},[1]); function validateAndOpenDialogue(c,a,b){if(c.redirect!=null&&c.redirect==true){opendialog("termsDialog")}c=null}function validateAndOpenDialogueSell(c,a,b){if(c.redirect!=null&&c.redirect==true){opendialog("termsDialogSell")}c=null}function validateAndOpenDialoguePrepaid(c,a,b){if(c.redirect!=null&&c.redirect==true){opendialog("termsDialogprepaid")}c=null}function validateAndOpenDialogueForSavingAcct(c,a,b){if(c.redirect!=null&&c.redirect==true){opendialog("savingAcctTermsDialog")}c=null}function validateAndOpenDialogueForDeposit(c,a,b){if(c.redirect!=null&&c.redirect==true){opendialog("depositTermsDialog")}c=null}function validateAndOpenDialogueForGoal(c,a,b){if(c.redirect!=null&&c.redirect==true){opendialog("goalTermsDialog")}c=null}function validateAndOpenDialogueBalanceConfm(c,a,b){if(c.redirect!=null&&c.redirect==true){opendialog("balanceConfirmTermsDialog")}c=null}function validateAndOpenDialogueForHdfc(c,a,b){if(c.redirect!=null&&c.redirect==true){opendialog("nriHdfcTermsDialog")}c=null}function validateAndOpenDialogueForIcici(c,a,b){if(c.redirect!=null&&c.redirect==true){opendialog("nriIciciTermsDialog")}c=null}function validateCardComparison(g,a,b){if(g.redirect!=null&&g.redirect==true){var d=$(".cards-compare-bottom-modal");var c=d.find(".compare");var f=d.find(".compare, .close-modal");var e=d.find(".card-img-wrap");d.removeClass("slide-out").addClass("slide-in");f.on("click",function(){d.removeClass("slide-in").addClass("slide-out")})}g=null}function changeCard(d,b,c){if(d.redirect!=null&&d.redirect==true){var a=$(this).parents(".card-change-wrapper");if(a.hasClass("active")){a.removeClass("active")}else{a.addClass("active")}imitateClick()}d=null;d=null}function imitateClick(){var c=$(".cards-compare-inner-accordion-wrap").find(".icon-chevron-thin-right");var a=$(".cards-compare-inner-accordion-wrap").find(".icon-chevron-thin-left");var b=[];b.push(c,a);b.forEach(function(d){d.click()})}function initializesleek(){var d=$(".inner-modal-slider"),b=d.find(".slides"),c=d.find(".arrow.prev"),a=d.find(".arrow.next");b.slick({dots:false,mobileFirst:true,adaptiveHeight:true,arrows:true,prevArrow:c,nextArrow:a,centerMode:false,autoplay:false,slidesToShow:1,slidesToScroll:1,responsive:[{breakpoint:640,settings:{arrows:true,slidesToShow:3}},{breakpoint:960,settings:{arrows:true,slidesToShow:4}}]});$(window).trigger("resize");c.on("click",function(){var e=b.find(".slick-current").attr("id");$output.val(e)});a.on("click",function(){var e=b.find(".slick-current").attr("id");$output.val(e)})}function validateAndOpenDialogueDDS(c,a,b){if(c.redirect!==null&&c.redirect===true){opendialog("termsDialogDDS")}c=null}; /*! * Datepicker for Bootstrap v1.7.0-dev (https://github.com/eternicode/bootstrap-datepicker) * * Copyright 2012 Stefan Petre * Improvements by Andrew Rowls * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0) */ !function(a){"function"==typeof define&&define.amd?define(["jquery"],a):a("object"==typeof exports?require("jquery"):jQuery)}(function(a,b){function c(){return new Date(Date.UTC.apply(Date,arguments))}function d(){var a=new Date;return c(a.getFullYear(),a.getMonth(),a.getDate())}function e(a,b){return a.getUTCFullYear()===b.getUTCFullYear()&&a.getUTCMonth()===b.getUTCMonth()&&a.getUTCDate()===b.getUTCDate()}function f(a){return function(){return this[a].apply(this,arguments)}}function g(a){return a&&!isNaN(a.getTime())}function h(b,c){function d(a,b){return b.toLowerCase()}var e,f=a(b).data(),g={},h=new RegExp("^"+c.toLowerCase()+"([A-Z])");c=new RegExp("^"+c.toLowerCase());for(var i in f)c.test(i)&&(e=i.replace(h,d),g[e]=f[i]);return g}function i(b){var c={};if(q[b]||(b=b.split("-")[0],q[b])){var d=q[b];return a.each(p,function(a,b){b in d&&(c[b]=d[b])}),c}}var j=function(){var b={get:function(a){return this.slice(a)[0]},contains:function(a){for(var b=a&&a.valueOf(),c=0,d=this.length;d>c;c++)if(this[c].valueOf()===b)return c;return-1},remove:function(a){this.splice(a,1)},replace:function(b){b&&(a.isArray(b)||(b=[b]),this.clear(),this.push.apply(this,b))},clear:function(){this.length=0},copy:function(){var a=new j;return a.replace(this),a}};return function(){var c=[];return c.push.apply(c,arguments),a.extend(c,b),c}}(),k=function(b,c){a(b).data("datepicker",this),this._process_options(c),this.dates=new j,this.viewDate=this.o.defaultViewDate,this.focusDate=null,this.element=a(b),this.isInput=this.element.is("input"),this.inputField=this.isInput?this.element:this.element.find("input"),this.component=this.element.hasClass("date")?this.element.find(".add-on, .input-group-addon, .btn"):!1,this.hasInput=this.component&&this.inputField.length,this.component&&0===this.component.length&&(this.component=!1),this.isInline=!this.component&&this.element.is("div"),this.picker=a(r.template),this._check_template(this.o.templates.leftArrow)&&this.picker.find(".prev").html(this.o.templates.leftArrow),this._check_template(this.o.templates.rightArrow)&&this.picker.find(".next").html(this.o.templates.rightArrow),this._buildEvents(),this._attachEvents(),this.isInline?this.picker.addClass("datepicker-inline").appendTo(this.element):this.picker.addClass("datepicker-dropdown dropdown-menu"),this.o.rtl&&this.picker.addClass("datepicker-rtl"),this.viewMode=this.o.startView,this.o.calendarWeeks&&this.picker.find("thead .datepicker-title, tfoot .today, tfoot .clear").attr("colspan",function(a,b){return parseInt(b)+1}),this._allow_update=!1,this.setStartDate(this._o.startDate),this.setEndDate(this._o.endDate),this.setDaysOfWeekDisabled(this.o.daysOfWeekDisabled),this.setDaysOfWeekHighlighted(this.o.daysOfWeekHighlighted),this.setDatesDisabled(this.o.datesDisabled),this.fillDow(),this.fillMonths(),this._allow_update=!0,this.update(),this.showMode(),this.isInline&&this.show()};k.prototype={constructor:k,_resolveViewName:function(a,c){return 0===a||"days"===a||"month"===a?0:1===a||"months"===a||"year"===a?1:2===a||"years"===a||"decade"===a?2:3===a||"decades"===a||"century"===a?3:4===a||"centuries"===a||"millennium"===a?4:c===b?!1:c},_check_template:function(c){try{if(c===b||""===c)return!1;if((c.match(/[<>]/g)||[]).length<=0)return!0;var d=a(c);return d.length>0}catch(e){return!1}},_process_options:function(b){this._o=a.extend({},this._o,b);var e=this.o=a.extend({},this._o),f=e.language;q[f]||(f=f.split("-")[0],q[f]||(f=o.language)),e.language=f,e.startView=this._resolveViewName(e.startView,0),e.minViewMode=this._resolveViewName(e.minViewMode,0),e.maxViewMode=this._resolveViewName(e.maxViewMode,4),e.startView=Math.min(e.startView,e.maxViewMode),e.startView=Math.max(e.startView,e.minViewMode),e.multidate!==!0&&(e.multidate=Number(e.multidate)||!1,e.multidate!==!1&&(e.multidate=Math.max(0,e.multidate))),e.multidateSeparator=String(e.multidateSeparator),e.weekStart%=7,e.weekEnd=(e.weekStart+6)%7;var g=r.parseFormat(e.format);e.startDate!==-(1/0)&&(e.startDate?e.startDate instanceof Date?e.startDate=this._local_to_utc(this._zero_time(e.startDate)):e.startDate=r.parseDate(e.startDate,g,e.language,e.assumeNearbyYear):e.startDate=-(1/0)),e.endDate!==1/0&&(e.endDate?e.endDate instanceof Date?e.endDate=this._local_to_utc(this._zero_time(e.endDate)):e.endDate=r.parseDate(e.endDate,g,e.language,e.assumeNearbyYear):e.endDate=1/0),e.daysOfWeekDisabled=e.daysOfWeekDisabled||[],a.isArray(e.daysOfWeekDisabled)||(e.daysOfWeekDisabled=e.daysOfWeekDisabled.split(/[,\s]*/)),e.daysOfWeekDisabled=a.map(e.daysOfWeekDisabled,function(a){return parseInt(a,10)}),e.daysOfWeekHighlighted=e.daysOfWeekHighlighted||[],a.isArray(e.daysOfWeekHighlighted)||(e.daysOfWeekHighlighted=e.daysOfWeekHighlighted.split(/[,\s]*/)),e.daysOfWeekHighlighted=a.map(e.daysOfWeekHighlighted,function(a){return parseInt(a,10)}),e.datesDisabled=e.datesDisabled||[],a.isArray(e.datesDisabled)||(e.datesDisabled=[e.datesDisabled]),e.datesDisabled=a.map(e.datesDisabled,function(a){return r.parseDate(a,g,e.language,e.assumeNearbyYear)});var h=String(e.orientation).toLowerCase().split(/\s+/g),i=e.orientation.toLowerCase();if(h=a.grep(h,function(a){return/^auto|left|right|top|bottom$/.test(a)}),e.orientation={x:"auto",y:"auto"},i&&"auto"!==i)if(1===h.length)switch(h[0]){case"top":case"bottom":e.orientation.y=h[0];break;case"left":case"right":e.orientation.x=h[0]}else i=a.grep(h,function(a){return/^left|right$/.test(a)}),e.orientation.x=i[0]||"auto",i=a.grep(h,function(a){return/^top|bottom$/.test(a)}),e.orientation.y=i[0]||"auto";else;if(e.defaultViewDate){var j=e.defaultViewDate.year||(new Date).getFullYear(),k=e.defaultViewDate.month||0,l=e.defaultViewDate.day||1;e.defaultViewDate=c(j,k,l)}else e.defaultViewDate=d()},_events:[],_secondaryEvents:[],_applyEvents:function(a){for(var c,d,e,f=0;ff?(this.picker.addClass("datepicker-orient-right"),n+=m-b):this.picker.addClass("datepicker-orient-left");var p,q=this.o.orientation.y;if("auto"===q&&(p=-g+o-c,q=0>p?"bottom":"top"),this.picker.addClass("datepicker-orient-"+q),"top"===q?o-=c+parseInt(this.picker.css("padding-top")):o+=l,this.o.rtl){var r=f-(n+m);this.picker.css({top:o,right:r,zIndex:j})}else this.picker.css({top:o,left:n,zIndex:j});return this},_allow_update:!0,update:function(){if(!this._allow_update)return this;var b=this.dates.copy(),c=[],d=!1;return arguments.length?(a.each(arguments,a.proxy(function(a,b){b instanceof Date&&(b=this._local_to_utc(b)),c.push(b)},this)),d=!0):(c=this.isInput?this.element.val():this.element.data("date")||this.inputField.val(),c=c&&this.o.multidate?c.split(this.o.multidateSeparator):[c],delete this.element.data().date),c=a.map(c,a.proxy(function(a){return r.parseDate(a,this.o.format,this.o.language,this.o.assumeNearbyYear)},this)),c=a.grep(c,a.proxy(function(a){return!this.dateWithinRange(a)||!a},this),!0),this.dates.replace(c),this.dates.length?this.viewDate=new Date(this.dates.get(-1)):this.viewDatethis.o.endDate?this.viewDate=new Date(this.o.endDate):this.viewDate=this.o.defaultViewDate,d?this.setValue():c.length&&String(b)!==String(this.dates)&&this._trigger("changeDate"),!this.dates.length&&b.length&&this._trigger("clearDate"),this.fill(),this.element.change(),this},fillDow:function(){var b=this.o.weekStart,c="";for(this.o.calendarWeeks&&(this.picker.find(".datepicker-days .datepicker-switch").attr("colspan",function(a,b){return parseInt(b)+1}),c+=' ');b";c+="",this.picker.find(".datepicker-days thead").append(c)},fillMonths:function(){for(var a=this._utc_to_local(this.viewDate),b="",c=0;12>c;){var d=a&&a.getMonth()===c?" focused":"";b+=''+q[this.o.language].monthsShort[c++]+""}this.picker.find(".datepicker-months td").html(b)},setRange:function(b){b&&b.length?this.range=a.map(b,function(a){return a.valueOf()}):delete this.range,this.fill()},getClassNames:function(b){var c=[],d=this.viewDate.getUTCFullYear(),e=this.viewDate.getUTCMonth(),f=new Date;return b.getUTCFullYear()d||b.getUTCFullYear()===d&&b.getUTCMonth()>e)&&c.push("new"),this.focusDate&&b.valueOf()===this.focusDate.valueOf()&&c.push("focused"),this.o.todayHighlight&&b.getUTCFullYear()===f.getFullYear()&&b.getUTCMonth()===f.getMonth()&&b.getUTCDate()===f.getDate()&&c.push("today"),-1!==this.dates.contains(b)&&c.push("active"),this.dateWithinRange(b)||c.push("disabled"),this.dateIsDisabled(b)&&c.push("disabled","disabled-date"),-1!==a.inArray(b.getUTCDay(),this.o.daysOfWeekHighlighted)&&c.push("highlighted"),this.range&&(b>this.range[0]&&br;r+=1)s=[d],t=null,-1===r?s.push("old"):10===r&&s.push("new"),-1!==a.inArray(q,n)&&s.push("active"),(o>q||q>p)&&s.push("disabled"),q===this.viewDate.getFullYear()&&s.push("focused"),j!==a.noop&&(u=j(new Date(q,0,1)),u===b?u={}:"boolean"==typeof u?u={enabled:u}:"string"==typeof u&&(u={classes:u}),u.enabled===!1&&s.push("disabled"),u.classes&&(s=s.concat(u.classes.split(/\s+/))),u.tooltip&&(t=u.tooltip)),k+='"+q+"",q+=f;l.find("td").html(k)},fill:function(){var d,e,f=new Date(this.viewDate),g=f.getUTCFullYear(),h=f.getUTCMonth(),i=this.o.startDate!==-(1/0)?this.o.startDate.getUTCFullYear():-(1/0),j=this.o.startDate!==-(1/0)?this.o.startDate.getUTCMonth():-(1/0),k=this.o.endDate!==1/0?this.o.endDate.getUTCFullYear():1/0,l=this.o.endDate!==1/0?this.o.endDate.getUTCMonth():1/0,m=q[this.o.language].today||q.en.today||"",n=q[this.o.language].clear||q.en.clear||"",o=q[this.o.language].titleFormat||q.en.titleFormat;if(!isNaN(g)&&!isNaN(h)){this.picker.find(".datepicker-days .datepicker-switch").text(r.formatDate(f,o,this.o.language)),this.picker.find("tfoot .today").text(m).toggle(this.o.todayBtn!==!1),this.picker.find("tfoot .clear").text(n).toggle(this.o.clearBtn!==!1),this.picker.find("thead .datepicker-title").text(this.o.title).toggle(""!==this.o.title),this.updateNavArrows(),this.fillMonths();var p=c(g,h-1,28),s=r.getDaysInMonth(p.getUTCFullYear(),p.getUTCMonth());p.setUTCDate(s),p.setUTCDate(s-(p.getUTCDay()-this.o.weekStart+7)%7);var t=new Date(p);p.getUTCFullYear()<100&&t.setUTCFullYear(p.getUTCFullYear()),t.setUTCDate(t.getUTCDate()+42),t=t.valueOf();for(var u,v=[];p.valueOf()"),this.o.calendarWeeks)){var w=new Date(+p+(this.o.weekStart-p.getUTCDay()-7)%7*864e5),x=new Date(Number(w)+(11-w.getUTCDay())%7*864e5),y=new Date(Number(y=c(x.getUTCFullYear(),0,1))+(11-y.getUTCDay())%7*864e5),z=(x-y)/864e5/7+1;v.push(''+z+"")}u=this.getClassNames(p),u.push("day"),this.o.beforeShowDay!==a.noop&&(e=this.o.beforeShowDay(this._utc_to_local(p)),e===b?e={}:"boolean"==typeof e?e={enabled:e}:"string"==typeof e&&(e={classes:e}),e.enabled===!1&&u.push("disabled"),e.classes&&(u=u.concat(e.classes.split(/\s+/))),e.tooltip&&(d=e.tooltip)),u=a.unique(u),v.push('"+p.getUTCDate()+""),d=null,p.getUTCDay()===this.o.weekEnd&&v.push(""),p.setUTCDate(p.getUTCDate()+1)}this.picker.find(".datepicker-days tbody").empty().append(v.join(""));var A=q[this.o.language].monthsTitle||q.en.monthsTitle||"Months",B=this.picker.find(".datepicker-months").find(".datepicker-switch").text(this.o.maxViewMode<2?A:g).end().find("span").removeClass("active");if(a.each(this.dates,function(a,b){b.getUTCFullYear()===g&&B.eq(b.getUTCMonth()).addClass("active")}),(i>g||g>k)&&B.addClass("disabled"),g===i&&B.slice(0,j).addClass("disabled"),g===k&&B.slice(l+1).addClass("disabled"),this.o.beforeShowMonth!==a.noop){var C=this;a.each(B,function(c,d){var e=new Date(g,c,1),f=C.o.beforeShowMonth(e);f===b?f={}:"boolean"==typeof f?f={enabled:f}:"string"==typeof f&&(f={classes:f}),f.enabled!==!1||a(d).hasClass("disabled")||a(d).addClass("disabled"),f.classes&&a(d).addClass(f.classes),f.tooltip&&a(d).prop("title",f.tooltip)})}this._fill_yearsView(".datepicker-years","year",10,1,g,i,k,this.o.beforeShowYear),this._fill_yearsView(".datepicker-decades","decade",100,10,g,i,k,this.o.beforeShowDecade),this._fill_yearsView(".datepicker-centuries","century",1e3,100,g,i,k,this.o.beforeShowCentury)}},updateNavArrows:function(){if(this._allow_update){var a=new Date(this.viewDate),b=a.getUTCFullYear(),c=a.getUTCMonth();switch(this.viewMode){case 0:this.o.startDate!==-(1/0)&&b<=this.o.startDate.getUTCFullYear()&&c<=this.o.startDate.getUTCMonth()?this.picker.find(".prev").addClass("disabled"):this.picker.find(".prev").removeClass("disabled"),this.o.endDate!==1/0&&b>=this.o.endDate.getUTCFullYear()&&c>=this.o.endDate.getUTCMonth()?this.picker.find(".next").addClass("disabled"):this.picker.find(".next").removeClass("disabled");break;case 1:case 2:case 3:case 4:this.o.startDate!==-(1/0)&&b<=this.o.startDate.getUTCFullYear()||this.o.maxViewMode<2?this.picker.find(".prev").addClass("disabled"):this.picker.find(".prev").removeClass("disabled"),this.o.endDate!==1/0&&b>=this.o.endDate.getUTCFullYear()||this.o.maxViewMode<2?this.picker.find(".next").addClass("disabled"):this.picker.find(".next").removeClass("disabled")}}},click:function(b){b.preventDefault(),b.stopPropagation();var e,f,g,h,i,j,k;e=a(b.target),e.hasClass("datepicker-switch")&&this.showMode(1);var l=e.closest(".prev, .next");l.length>0&&(f=r.modes[this.viewMode].navStep*(l.hasClass("prev")?-1:1),0===this.viewMode?(this.viewDate=this.moveMonth(this.viewDate,f),this._trigger("changeMonth",this.viewDate)):(this.viewDate=this.moveYear(this.viewDate,f),1===this.viewMode&&this._trigger("changeYear",this.viewDate)),this.fill()),e.hasClass("today")&&!e.hasClass("day")&&(this.showMode(-2),this._setDate(d(),"linked"===this.o.todayBtn?null:"view")),e.hasClass("clear")&&this.clearDates(),e.hasClass("disabled")||(e.hasClass("day")&&(g=parseInt(e.text(),10)||1,h=this.viewDate.getUTCFullYear(),i=this.viewDate.getUTCMonth(),e.hasClass("old")&&(0===i?(i=11,h-=1,j=!0,k=!0):(i-=1,j=!0)),e.hasClass("new")&&(11===i?(i=0,h+=1,j=!0,k=!0):(i+=1,j=!0)),this._setDate(c(h,i,g)),k&&this._trigger("changeYear",this.viewDate),j&&this._trigger("changeMonth",this.viewDate)),e.hasClass("month")&&(this.viewDate.setUTCDate(1),g=1,i=e.parent().find("span").index(e),h=this.viewDate.getUTCFullYear(),this.viewDate.setUTCMonth(i),this._trigger("changeMonth",this.viewDate),1===this.o.minViewMode?(this._setDate(c(h,i,g)),this.showMode()):this.showMode(-1),this.fill()),(e.hasClass("year")||e.hasClass("decade")||e.hasClass("century"))&&(this.viewDate.setUTCDate(1),g=1,i=0,h=parseInt(e.text(),10)||0,this.viewDate.setUTCFullYear(h),e.hasClass("year")&&(this._trigger("changeYear",this.viewDate),2===this.o.minViewMode&&this._setDate(c(h,i,g))),e.hasClass("decade")&&(this._trigger("changeDecade",this.viewDate),3===this.o.minViewMode&&this._setDate(c(h,i,g))),e.hasClass("century")&&(this._trigger("changeCentury",this.viewDate),4===this.o.minViewMode&&this._setDate(c(h,i,g))),this.showMode(-1),this.fill())),this.picker.is(":visible")&&this._focused_from&&a(this._focused_from).focus(),delete this._focused_from},_toggle_multidate:function(a){var b=this.dates.contains(a);if(a||this.dates.clear(),-1!==b?(this.o.multidate===!0||this.o.multidate>1||this.o.toggleActive)&&this.dates.remove(b):this.o.multidate===!1?(this.dates.clear(),this.dates.push(a)):this.dates.push(a),"number"==typeof this.o.multidate)for(;this.dates.length>this.o.multidate;)this.dates.remove(0)},_setDate:function(a,b){b&&"date"!==b||this._toggle_multidate(a&&new Date(a)),b&&"view"!==b||(this.viewDate=a&&new Date(a)),this.fill(),this.setValue(),b&&"view"===b||this._trigger("changeDate"),this.inputField&&this.inputField.change(),!this.o.autoclose||b&&"date"!==b||this.hide()},moveDay:function(a,b){var c=new Date(a);return c.setUTCDate(a.getUTCDate()+b),c},moveWeek:function(a,b){return this.moveDay(a,7*b)},moveMonth:function(a,b){if(!g(a))return this.o.defaultViewDate;if(!b)return a;var c,d,e=new Date(a.valueOf()),f=e.getUTCDate(),h=e.getUTCMonth(),i=Math.abs(b);if(b=b>0?1:-1,1===i)d=-1===b?function(){return e.getUTCMonth()===h}:function(){return e.getUTCMonth()!==c},c=h+b,e.setUTCMonth(c),(0>c||c>11)&&(c=(c+12)%12);else{for(var j=0;i>j;j++)e=this.moveMonth(e,b);c=e.getUTCMonth(),e.setUTCDate(f),d=function(){return c!==e.getUTCMonth()}}for(;d();)e.setUTCDate(--f),e.setUTCMonth(c);return e},moveYear:function(a,b){return this.moveMonth(a,12*b)},moveAvailableDate:function(a,b,c){do{if(a=this[c](a,b),!this.dateWithinRange(a))return!1;c="moveDay"}while(this.dateIsDisabled(a));return a},weekOfDateIsDisabled:function(b){return-1!==a.inArray(b.getUTCDay(),this.o.daysOfWeekDisabled)},dateIsDisabled:function(b){return this.weekOfDateIsDisabled(b)||a.grep(this.o.datesDisabled,function(a){return e(b,a)}).length>0},dateWithinRange:function(a){return a>=this.o.startDate&&a<=this.o.endDate},keydown:function(a){if(!this.picker.is(":visible"))return void((40===a.keyCode||27===a.keyCode)&&(this.show(),a.stopPropagation()));var b,c,d=!1,e=this.focusDate||this.viewDate;switch(a.keyCode){case 27:this.focusDate?(this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.fill()):this.hide(),a.preventDefault(),a.stopPropagation();break;case 37:case 38:case 39:case 40:if(!this.o.keyboardNavigation||7===this.o.daysOfWeekDisabled.length)break;b=37===a.keyCode||38===a.keyCode?-1:1,0===this.viewMode?a.ctrlKey?(c=this.moveAvailableDate(e,b,"moveYear"),c&&this._trigger("changeYear",this.viewDate)):a.shiftKey?(c=this.moveAvailableDate(e,b,"moveMonth"),c&&this._trigger("changeMonth",this.viewDate)):37===a.keyCode||39===a.keyCode?c=this.moveAvailableDate(e,b,"moveDay"):this.weekOfDateIsDisabled(e)||(c=this.moveAvailableDate(e,b,"moveWeek")):1===this.viewMode?((38===a.keyCode||40===a.keyCode)&&(b=4*b),c=this.moveAvailableDate(e,b,"moveMonth")):2===this.viewMode&&((38===a.keyCode||40===a.keyCode)&&(b=4*b),c=this.moveAvailableDate(e,b,"moveYear")),c&&(this.focusDate=this.viewDate=c,this.setValue(),this.fill(),a.preventDefault());break;case 13:if(!this.o.forceParse)break;e=this.focusDate||this.dates.get(-1)||this.viewDate,this.o.keyboardNavigation&&(this._toggle_multidate(e),d=!0),this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.setValue(),this.fill(),this.picker.is(":visible")&&(a.preventDefault(),a.stopPropagation(),this.o.autoclose&&this.hide());break;case 9:this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.fill(),this.hide()}d&&(this.dates.length?this._trigger("changeDate"):this._trigger("clearDate"),this.inputField&&this.inputField.change())},showMode:function(a){a&&(this.viewMode=Math.max(this.o.minViewMode,Math.min(this.o.maxViewMode,this.viewMode+a))),this.picker.children("div").hide().filter(".datepicker-"+r.modes[this.viewMode].clsName).show(),this.updateNavArrows()}};var l=function(b,c){a(b).data("datepicker",this),this.element=a(b),this.inputs=a.map(c.inputs,function(a){return a.jquery?a[0]:a}),delete c.inputs,n.call(a(this.inputs),c).on("changeDate",a.proxy(this.dateUpdated,this)),this.pickers=a.map(this.inputs,function(b){return a(b).data("datepicker")}),this.updateDates()};l.prototype={updateDates:function(){this.dates=a.map(this.pickers,function(a){return a.getUTCDate()}),this.updateRanges()},updateRanges:function(){var b=a.map(this.dates,function(a){return a.valueOf()});a.each(this.pickers,function(a,c){c.setRange(b)})},dateUpdated:function(b){if(!this.updating){this.updating=!0;var c=a(b.target).data("datepicker");if("undefined"!=typeof c){var d=c.getUTCDate(),e=a.inArray(b.target,this.inputs),f=e-1,g=e+1,h=this.inputs.length;if(-1!==e){if(a.each(this.pickers,function(a,b){b.getUTCDate()||b.setUTCDate(d)}),d=0&&dthis.dates[g])for(;h>g&&d>this.dates[g];)this.pickers[g++].setUTCDate(d);this.updateDates(),delete this.updating}}}},remove:function(){a.map(this.pickers,function(a){a.remove()}),delete this.element.data().datepicker}};var m=a.fn.datepicker,n=function(c){var d=Array.apply(null,arguments);d.shift();var e;if(this.each(function(){var b=a(this),f=b.data("datepicker"),g="object"==typeof c&&c;if(!f){var j=h(this,"date"),m=a.extend({},o,j,g),n=i(m.language),p=a.extend({},o,n,j,g);b.hasClass("input-daterange")||p.inputs?(a.extend(p,{inputs:p.inputs||b.find("input").toArray()}),f=new l(this,p)):f=new k(this,p),b.data("datepicker",f)}"string"==typeof c&&"function"==typeof f[c]&&(e=f[c].apply(f,d))}),e===b||e instanceof k||e instanceof l)return this;if(this.length>1)throw new Error("Using only allowed for the collection of a single element ("+c+" function)");return e};a.fn.datepicker=n;var o=a.fn.datepicker.defaults={assumeNearbyYear:!1,autoclose:!1,beforeShowDay:a.noop,beforeShowMonth:a.noop,beforeShowYear:a.noop,beforeShowDecade:a.noop,beforeShowCentury:a.noop,calendarWeeks:!1,clearBtn:!1,toggleActive:!1,daysOfWeekDisabled:[],daysOfWeekHighlighted:[],datesDisabled:[],endDate:1/0,forceParse:!0,format:"mm/dd/yyyy",keyboardNavigation:!0,language:"en",minViewMode:0,maxViewMode:4,multidate:!1,multidateSeparator:",",orientation:"auto",rtl:!1,startDate:-(1/0),startView:0,todayBtn:!1,todayHighlight:!1,weekStart:0,disableTouchKeyboard:!1,enableOnReadonly:!0,showOnFocus:!0,zIndexOffset:10,container:"body",immediateUpdates:!1,dateCells:!1,title:"",templates:{leftArrow:"«",rightArrow:"»"}},p=a.fn.datepicker.locale_opts=["format","rtl","weekStart"];a.fn.datepicker.Constructor=k;var q=a.fn.datepicker.dates={en:{days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],daysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],daysMin:["Su","Mo","Tu","We","Th","Fr","Sa"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],today:"Today",clear:"Clear",titleFormat:"MM yyyy"}},r={modes:[{clsName:"days",navFnc:"Month",navStep:1},{clsName:"months",navFnc:"FullYear",navStep:1},{clsName:"years",navFnc:"FullYear",navStep:10},{clsName:"decades",navFnc:"FullDecade",navStep:100},{clsName:"centuries",navFnc:"FullCentury",navStep:1e3}],isLeapYear:function(a){return a%4===0&&a%100!==0||a%400===0},getDaysInMonth:function(a,b){return[31,r.isLeapYear(a)?29:28,31,30,31,30,31,31,30,31,30,31][b]},validParts:/dd?|DD?|mm?|MM?|yy(?:yy)?/g,nonpunctuation:/[^ -\/:-@\u5e74\u6708\u65e5\[-`{-~\t\n\r]+/g,parseFormat:function(a){if("function"==typeof a.toValue&&"function"==typeof a.toDisplay)return a;var b=a.replace(this.validParts,"\x00").split("\x00"),c=a.match(this.validParts);if(!b||!b.length||!c||0===c.length)throw new Error("Invalid date format.");return{separators:b,parts:c}},parseDate:function(e,f,g,h){function i(a,b){return b===!0&&(b=10),100>a&&(a+=2e3,a>(new Date).getFullYear()+b&&(a-=100)),a}function j(){var a=this.slice(0,s[n].length),b=s[n].slice(0,a.length);return a.toLowerCase()===b.toLowerCase()}if(!e)return b;if(e instanceof Date)return e;if("string"==typeof f&&(f=r.parseFormat(f)),f.toValue)return f.toValue(e,f,g);var l,m,n,o,p=/([\-+]\d+)([dmwy])/,s=e.match(/([\-+]\d+)([dmwy])/g),t={d:"moveDay",m:"moveMonth",w:"moveWeek",y:"moveYear"},u={yesterday:"-1d",today:"+0d",tomorrow:"+1d"};if(/^[\-+]\d+[dmwy]([\s,]+[\-+]\d+[dmwy])*$/.test(e)){for(e=new Date,n=0;nb;)b+=12;for(b%=12,a.setUTCMonth(b);a.getUTCMonth()!==b;)a.setUTCDate(a.getUTCDate()-1);return a},d:function(a,b){return a.setUTCDate(b)}};z.M=z.MM=z.mm=z.m,z.dd=z.d,e=d();var A=f.parts.slice();if(s.length!==A.length&&(A=a(A).filter(function(b,c){return-1!==a.inArray(c,y)}).toArray()),s.length===A.length){var B;for(n=0,B=A.length;B>n;n++){if(v=parseInt(s[n],10),l=A[n],isNaN(v))switch(l){case"MM":w=a(q[g].months).filter(j),v=a.inArray(w[0],q[g].months)+1;break;case"M":w=a(q[g].monthsShort).filter(j),v=a.inArray(w[0],q[g].monthsShort)+1}x[l]=v}var C,D;for(n=0;n=g;g++)f.length&&b.push(f.shift()),b.push(e[c.parts[g]]);return b.join("")},headTemplate:'«»',contTemplate:'',footTemplate:''};r.template='
          '+r.headTemplate+""+r.footTemplate+'
          '+r.headTemplate+r.contTemplate+r.footTemplate+'
          '+r.headTemplate+r.contTemplate+r.footTemplate+'
          '+r.headTemplate+r.contTemplate+r.footTemplate+'
          '+r.headTemplate+r.contTemplate+r.footTemplate+"
          ",a.fn.datepicker.DPGlobal=r,a.fn.datepicker.noConflict=function(){return a.fn.datepicker=m,this},a.fn.datepicker.version="1.7.0-dev",a(document).on("focus.datepicker.data-api click.datepicker.data-api",'[data-provide="datepicker"]',function(b){var c=a(this);c.data("datepicker")||(b.preventDefault(),n.call(c,"show"))}),a(function(){n.call(a('[data-provide="datepicker-inline"]'))})}); /*! * * Copyright (c) 2016 Joris de Wit and bootstrap-timepicker contributors * MIT License */!function(a,b,c){"use strict";var d=function(b,c){this.widget="",this.$element=a(b),this.defaultTime=c.defaultTime,this.disableFocus=c.disableFocus,this.disableMousewheel=c.disableMousewheel,this.isOpen=c.isOpen,this.minuteStep=c.minuteStep,this.modalBackdrop=c.modalBackdrop,this.orientation=c.orientation,this.secondStep=c.secondStep,this.snapToStep=c.snapToStep,this.showInputs=c.showInputs,this.showMeridian=c.showMeridian,this.showSeconds=c.showSeconds,this.template=c.template,this.appendWidgetTo=c.appendWidgetTo,this.showWidgetOnAddonClick=c.showWidgetOnAddonClick,this.icons=c.icons,this.maxHours=c.maxHours,this.explicitMode=c.explicitMode,this.handleDocumentClick=function(a){var b=a.data.scope;b.$element.parent().find(a.target).length||b.$widget.is(a.target)||b.$widget.find(a.target).length||b.hideWidget()},this._init()};d.prototype={constructor:d,_init:function(){var b=this;this.showWidgetOnAddonClick&&this.$element.parent().hasClass("input-group")&&this.$element.parent().hasClass("bootstrap-timepicker")?(this.$element.parent(".input-group.bootstrap-timepicker").find(".input-group-addon").on({"click.timepicker":a.proxy(this.showWidget,this)}),this.$element.on({"focus.timepicker":a.proxy(this.highlightUnit,this),"click.timepicker":a.proxy(this.highlightUnit,this),"keydown.timepicker":a.proxy(this.elementKeydown,this),"blur.timepicker":a.proxy(this.blurElement,this),"mousewheel.timepicker DOMMouseScroll.timepicker":a.proxy(this.mousewheel,this)})):this.template?this.$element.on({"focus.timepicker":a.proxy(this.showWidget,this),"click.timepicker":a.proxy(this.showWidget,this),"blur.timepicker":a.proxy(this.blurElement,this),"mousewheel.timepicker DOMMouseScroll.timepicker":a.proxy(this.mousewheel,this)}):this.$element.on({"focus.timepicker":a.proxy(this.highlightUnit,this),"click.timepicker":a.proxy(this.highlightUnit,this),"keydown.timepicker":a.proxy(this.elementKeydown,this),"blur.timepicker":a.proxy(this.blurElement,this),"mousewheel.timepicker DOMMouseScroll.timepicker":a.proxy(this.mousewheel,this)}),this.template!==!1?this.$widget=a(this.getTemplate()).on("click",a.proxy(this.widgetClick,this)):this.$widget=!1,this.showInputs&&this.$widget!==!1&&this.$widget.find("input").each(function(){a(this).on({"click.timepicker":function(){a(this).select()},"keydown.timepicker":a.proxy(b.widgetKeydown,b),"keyup.timepicker":a.proxy(b.widgetKeyup,b)})}),this.setDefaultTime(this.defaultTime)},blurElement:function(){this.highlightedUnit=null,this.updateFromElementVal()},clear:function(){this.hour="",this.minute="",this.second="",this.meridian="",this.$element.val("")},decrementHour:function(){if(this.showMeridian)if(1===this.hour)this.hour=12;else{if(12===this.hour)return this.hour--,this.toggleMeridian();if(0===this.hour)return this.hour=11,this.toggleMeridian();this.hour--}else this.hour<=0?this.hour=this.maxHours-1:this.hour--},decrementMinute:function(a){var b;b=a?this.minute-a:this.minute-this.minuteStep,0>b?(this.decrementHour(),this.minute=b+60):this.minute=b},decrementSecond:function(){var a=this.second-this.secondStep;0>a?(this.decrementMinute(!0),this.second=a+60):this.second=a},elementKeydown:function(a){switch(a.which){case 9:if(a.shiftKey){if("hour"===this.highlightedUnit){this.hideWidget();break}this.highlightPrevUnit()}else{if(this.showMeridian&&"meridian"===this.highlightedUnit||this.showSeconds&&"second"===this.highlightedUnit||!this.showMeridian&&!this.showSeconds&&"minute"===this.highlightedUnit){this.hideWidget();break}this.highlightNextUnit()}a.preventDefault(),this.updateFromElementVal();break;case 27:this.updateFromElementVal();break;case 37:a.preventDefault(),this.highlightPrevUnit(),this.updateFromElementVal();break;case 38:switch(a.preventDefault(),this.highlightedUnit){case"hour":this.incrementHour(),this.highlightHour();break;case"minute":this.incrementMinute(),this.highlightMinute();break;case"second":this.incrementSecond(),this.highlightSecond();break;case"meridian":this.toggleMeridian(),this.highlightMeridian()}this.update();break;case 39:a.preventDefault(),this.highlightNextUnit(),this.updateFromElementVal();break;case 40:switch(a.preventDefault(),this.highlightedUnit){case"hour":this.decrementHour(),this.highlightHour();break;case"minute":this.decrementMinute(),this.highlightMinute();break;case"second":this.decrementSecond(),this.highlightSecond();break;case"meridian":this.toggleMeridian(),this.highlightMeridian()}this.update()}},getCursorPosition:function(){var a=this.$element.get(0);if("selectionStart"in a)return a.selectionStart;if(c.selection){a.focus();var b=c.selection.createRange(),d=c.selection.createRange().text.length;return b.moveStart("character",-a.value.length),b.text.length-d}},getTemplate:function(){var a,b,c,d,e,f;switch(this.showInputs?(b='',c='',d='',e=''):(b='',c='',d='',e=''),f=''+(this.showSeconds?'':"")+(this.showMeridian?'':"")+" "+(this.showSeconds?'":"")+(this.showMeridian?'":"")+''+(this.showSeconds?'':"")+(this.showMeridian?'':"")+"
             
          "+b+' :'+c+":'+d+" '+e+"
            
          ",this.template){case"modal":a='';break;case"dropdown":a='"}return a},getTime:function(){return""===this.hour?"":this.hour+":"+(1===this.minute.toString().length?"0"+this.minute:this.minute)+(this.showSeconds?":"+(1===this.second.toString().length?"0"+this.second:this.second):"")+(this.showMeridian?" "+this.meridian:"")},hideWidget:function(){this.isOpen!==!1&&(this.$element.trigger({type:"hide.timepicker",time:{value:this.getTime(),hours:this.hour,minutes:this.minute,seconds:this.second,meridian:this.meridian}}),"modal"===this.template&&this.$widget.modal?this.$widget.modal("hide"):this.$widget.removeClass("open"),a(c).off("mousedown.timepicker, touchend.timepicker",this.handleDocumentClick),this.isOpen=!1,this.$widget.detach())},highlightUnit:function(){this.position=this.getCursorPosition(),this.position>=0&&this.position<=2?this.highlightHour():this.position>=3&&this.position<=5?this.highlightMinute():this.position>=6&&this.position<=8?this.showSeconds?this.highlightSecond():this.highlightMeridian():this.position>=9&&this.position<=11&&this.highlightMeridian()},highlightNextUnit:function(){switch(this.highlightedUnit){case"hour":this.highlightMinute();break;case"minute":this.showSeconds?this.highlightSecond():this.showMeridian?this.highlightMeridian():this.highlightHour();break;case"second":this.showMeridian?this.highlightMeridian():this.highlightHour();break;case"meridian":this.highlightHour()}},highlightPrevUnit:function(){switch(this.highlightedUnit){case"hour":this.showMeridian?this.highlightMeridian():this.showSeconds?this.highlightSecond():this.highlightMinute();break;case"minute":this.highlightHour();break;case"second":this.highlightMinute();break;case"meridian":this.showSeconds?this.highlightSecond():this.highlightMinute()}},highlightHour:function(){var a=this.$element.get(0),b=this;this.highlightedUnit="hour",a.setSelectionRange&&setTimeout(function(){b.hour<10?a.setSelectionRange(0,1):a.setSelectionRange(0,2)},0)},highlightMinute:function(){var a=this.$element.get(0),b=this;this.highlightedUnit="minute",a.setSelectionRange&&setTimeout(function(){b.hour<10?a.setSelectionRange(2,4):a.setSelectionRange(3,5)},0)},highlightSecond:function(){var a=this.$element.get(0),b=this;this.highlightedUnit="second",a.setSelectionRange&&setTimeout(function(){b.hour<10?a.setSelectionRange(5,7):a.setSelectionRange(6,8)},0)},highlightMeridian:function(){var a=this.$element.get(0),b=this;this.highlightedUnit="meridian",a.setSelectionRange&&(this.showSeconds?setTimeout(function(){b.hour<10?a.setSelectionRange(8,10):a.setSelectionRange(9,11)},0):setTimeout(function(){b.hour<10?a.setSelectionRange(5,7):a.setSelectionRange(6,8)},0))},incrementHour:function(){if(this.showMeridian){if(11===this.hour)return this.hour++,this.toggleMeridian();12===this.hour&&(this.hour=0)}return this.hour===this.maxHours-1?void(this.hour=0):void this.hour++},incrementMinute:function(a){var b;b=a?this.minute+a:this.minute+this.minuteStep-this.minute%this.minuteStep,b>59?(this.incrementHour(),this.minute=b-60):this.minute=b},incrementSecond:function(){var a=this.second+this.secondStep-this.second%this.secondStep;a>59?(this.incrementMinute(!0),this.second=a-60):this.second=a},mousewheel:function(b){if(!this.disableMousewheel){b.preventDefault(),b.stopPropagation();var c=b.originalEvent.wheelDelta||-b.originalEvent.detail,d=null;switch("mousewheel"===b.type?d=-1*b.originalEvent.wheelDelta:"DOMMouseScroll"===b.type&&(d=40*b.originalEvent.detail),d&&(b.preventDefault(),a(this).scrollTop(d+a(this).scrollTop())),this.highlightedUnit){case"minute":c>0?this.incrementMinute():this.decrementMinute(),this.highlightMinute();break;case"second":c>0?this.incrementSecond():this.decrementSecond(),this.highlightSecond();break;case"meridian":this.toggleMeridian(),this.highlightMeridian();break;default:c>0?this.incrementHour():this.decrementHour(),this.highlightHour()}return!1}},changeToNearestStep:function(a,b){return a%b===0?a:Math.round(a%b/b)?(a+(b-a%b))%60:a-a%b},place:function(){if(!this.isInline){var c=this.$widget.outerWidth(),d=this.$widget.outerHeight(),e=10,f=a(b).width(),g=a(b).height(),h=a(b).scrollTop(),i=parseInt(this.$element.parents().filter(function(){return"auto"!==a(this).css("z-index")}).first().css("z-index"),10)+10,j=this.component?this.component.parent().offset():this.$element.offset(),k=this.component?this.component.outerHeight(!0):this.$element.outerHeight(!1),l=this.component?this.component.outerWidth(!0):this.$element.outerWidth(!1),m=j.left,n=j.top;this.$widget.removeClass("timepicker-orient-top timepicker-orient-bottom timepicker-orient-right timepicker-orient-left"),"auto"!==this.orientation.x?(this.$widget.addClass("timepicker-orient-"+this.orientation.x),"right"===this.orientation.x&&(m-=c-l)):(this.$widget.addClass("timepicker-orient-left"),j.left<0?m-=j.left-e:j.left+c>f&&(m=f-c-e));var o,p,q=this.orientation.y;"auto"===q&&(o=-h+j.top-d,p=h+g-(j.top+k+d),q=Math.max(o,p)===p?"top":"bottom"),this.$widget.addClass("timepicker-orient-"+q),"top"===q?n+=k:n-=d+parseInt(this.$widget.css("padding-top"),10),this.$widget.css({top:n,left:m,zIndex:i})}},remove:function(){a("document").off(".timepicker"),this.$widget&&this.$widget.remove(),delete this.$element.data().timepicker},setDefaultTime:function(a){if(this.$element.val())this.updateFromElementVal();else if("current"===a){var b=new Date,c=b.getHours(),d=b.getMinutes(),e=b.getSeconds(),f="AM";0!==e&&(e=Math.ceil(b.getSeconds()/this.secondStep)*this.secondStep,60===e&&(d+=1,e=0)),0!==d&&(d=Math.ceil(b.getMinutes()/this.minuteStep)*this.minuteStep,60===d&&(c+=1,d=0)),this.showMeridian&&(0===c?c=12:c>=12?(c>12&&(c-=12),f="PM"):f="AM"),this.hour=c,this.minute=d,this.second=e,this.meridian=f,this.update()}else a===!1?(this.hour=0,this.minute=0,this.second=0,this.meridian="AM"):this.setTime(a)},setTime:function(a,b){if(!a)return void this.clear();var c,d,e,f,g,h;if("object"==typeof a&&a.getMonth)e=a.getHours(),f=a.getMinutes(),g=a.getSeconds(),this.showMeridian&&(h="AM",e>12&&(h="PM",e%=12),12===e&&(h="PM"));else{if(c=(/a/i.test(a)?1:0)+(/p/i.test(a)?2:0),c>2)return void this.clear();if(d=a.replace(/[^0-9\:]/g,"").split(":"),e=d[0]?d[0].toString():d.toString(),this.explicitMode&&e.length>2&&e.length%2!==0)return void this.clear();f=d[1]?d[1].toString():"",g=d[2]?d[2].toString():"",e.length>4&&(g=e.slice(-2),e=e.slice(0,-2)),e.length>2&&(f=e.slice(-2),e=e.slice(0,-2)),f.length>2&&(g=f.slice(-2),f=f.slice(0,-2)),e=parseInt(e,10),f=parseInt(f,10),g=parseInt(g,10),isNaN(e)&&(e=0),isNaN(f)&&(f=0),isNaN(g)&&(g=0),g>59&&(g=59),f>59&&(f=59),e>=this.maxHours&&(e=this.maxHours-1),this.showMeridian?(e>12&&(c=2,e-=12),c||(c=1),0===e&&(e=12),h=1===c?"AM":"PM"):12>e&&2===c?e+=12:e>=this.maxHours?e=this.maxHours-1:(0>e||12===e&&1===c)&&(e=0)}this.hour=e,this.snapToStep?(this.minute=this.changeToNearestStep(f,this.minuteStep),this.second=this.changeToNearestStep(g,this.secondStep)):(this.minute=f,this.second=g),this.meridian=h,this.update(b)},showWidget:function(){this.isOpen||this.$element.is(":disabled")||(this.$widget.appendTo(this.appendWidgetTo),a(c).on("mousedown.timepicker, touchend.timepicker",{scope:this},this.handleDocumentClick),this.$element.trigger({type:"show.timepicker",time:{value:this.getTime(),hours:this.hour,minutes:this.minute,seconds:this.second,meridian:this.meridian}}),this.place(),this.disableFocus&&this.$element.blur(),""===this.hour&&(this.defaultTime?this.setDefaultTime(this.defaultTime):this.setTime("0:0:0")),"modal"===this.template&&this.$widget.modal?this.$widget.modal("show").on("hidden",a.proxy(this.hideWidget,this)):this.isOpen===!1&&this.$widget.addClass("open"),this.isOpen=!0)},toggleMeridian:function(){this.meridian="AM"===this.meridian?"PM":"AM"},update:function(a){this.updateElement(),a||this.updateWidget(),this.$element.trigger({type:"changeTime.timepicker",time:{value:this.getTime(),hours:this.hour,minutes:this.minute,seconds:this.second,meridian:this.meridian}})},updateElement:function(){this.$element.val(this.getTime()).change()},updateFromElementVal:function(){this.setTime(this.$element.val())},updateWidget:function(){if(this.$widget!==!1){var a=this.hour,b=1===this.minute.toString().length?"0"+this.minute:this.minute,c=1===this.second.toString().length?"0"+this.second:this.second;this.showInputs?(this.$widget.find("input.bootstrap-timepicker-hour").val(a),this.$widget.find("input.bootstrap-timepicker-minute").val(b),this.showSeconds&&this.$widget.find("input.bootstrap-timepicker-second").val(c),this.showMeridian&&this.$widget.find("input.bootstrap-timepicker-meridian").val(this.meridian)):(this.$widget.find("span.bootstrap-timepicker-hour").text(a),this.$widget.find("span.bootstrap-timepicker-minute").text(b),this.showSeconds&&this.$widget.find("span.bootstrap-timepicker-second").text(c),this.showMeridian&&this.$widget.find("span.bootstrap-timepicker-meridian").text(this.meridian))}},updateFromWidgetInputs:function(){if(this.$widget!==!1){var a=this.$widget.find("input.bootstrap-timepicker-hour").val()+":"+this.$widget.find("input.bootstrap-timepicker-minute").val()+(this.showSeconds?":"+this.$widget.find("input.bootstrap-timepicker-second").val():"")+(this.showMeridian?this.$widget.find("input.bootstrap-timepicker-meridian").val():"");this.setTime(a,!0)}},widgetClick:function(b){b.stopPropagation(),b.preventDefault();var c=a(b.target),d=c.closest("a").data("action");d&&this[d](),this.update(),c.is("input")&&c.get(0).setSelectionRange(0,2)},widgetKeydown:function(b){var c=a(b.target),d=c.attr("class").replace("bootstrap-timepicker-","");switch(b.which){case 9:if(b.shiftKey){if("hour"===d)return this.hideWidget()}else if(this.showMeridian&&"meridian"===d||this.showSeconds&&"second"===d||!this.showMeridian&&!this.showSeconds&&"minute"===d)return this.hideWidget();break;case 27:this.hideWidget();break;case 38:switch(b.preventDefault(),d){case"hour":this.incrementHour();break;case"minute":this.incrementMinute();break;case"second":this.incrementSecond();break;case"meridian":this.toggleMeridian()}this.setTime(this.getTime()),c.get(0).setSelectionRange(0,2);break;case 40:switch(b.preventDefault(),d){case"hour":this.decrementHour();break;case"minute":this.decrementMinute();break;case"second":this.decrementSecond();break;case"meridian":this.toggleMeridian()}this.setTime(this.getTime()),c.get(0).setSelectionRange(0,2)}},widgetKeyup:function(a){(65===a.which||77===a.which||80===a.which||46===a.which||8===a.which||a.which>=48&&a.which<=57||a.which>=96&&a.which<=105)&&this.updateFromWidgetInputs()}},a.fn.timepicker=function(b){var c=Array.apply(null,arguments);return c.shift(),this.each(function(){var e=a(this),f=e.data("timepicker"),g="object"==typeof b&&b;f||e.data("timepicker",f=new d(this,a.extend({},a.fn.timepicker.defaults,g,a(this).data()))),"string"==typeof b&&f[b].apply(f,c)})},a.fn.timepicker.defaults={defaultTime:"current",disableFocus:!1,disableMousewheel:!1,isOpen:!1,minuteStep:15,modalBackdrop:!1,orientation:{x:"auto",y:"auto"},secondStep:15,snapToStep:!1,showSeconds:!1,showInputs:!0,showMeridian:!0,template:"dropdown",appendWidgetTo:"body",showWidgetOnAddonClick:!0,icons:{up:"glyphicon glyphicon-chevron-up",down:"glyphicon glyphicon-chevron-down"},maxHours:24,explicitMode:!1},a.fn.timepicker.Constructor=d,a(c).on("focus.timepicker.data-api click.timepicker.data-api",'[data-provide="timepicker"]',function(b){var c=a(this);c.data("timepicker")||(b.preventDefault(),c.timepicker())})}(jQuery,window,document); $.fn.datepicker.dates.en={days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],daysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],daysMin:["SUN","MON","TUE","WED","THU","FRI","SAT"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],format:"dd M yyyy",titleFormat:"MM yyyy",weekStart:1};(function(a){if(typeof define==="function"&&define.amd){define(["jquery"],a)}else{if(typeof exports==="object"){a(require("jquery"))}else{a(window.jQuery)}}}(function(b){var a=0;b.ajaxTransport("iframe",function(d){if(d.async){var c=d.initialIframeSrc||"javascript:false;",f,e,g;return{send:function(h,i){f=b('
          ');f.attr("accept-charset",d.formAcceptCharset);g=/\?/.test(d.url)?"&":"?";if(d.type==="DELETE"){d.url=d.url+g+"_method=DELETE";d.type="POST"}else{if(d.type==="PUT"){d.url=d.url+g+"_method=PUT";d.type="POST"}else{if(d.type==="PATCH"){d.url=d.url+g+"_method=PATCH";d.type="POST"}}}a+=1;e=b('').bind("load",function(){var j,k=b.isArray(d.paramName)?d.paramName:[d.paramName];e.unbind("load").bind("load",function(){var l;try{l=e.contents();if(!l.length||!l[0].firstChild){throw new Error()}}catch(m){l=undefined}i(200,"success",{iframe:l});b('').appendTo(f);window.setTimeout(function(){f.remove()},0)});f.prop("target",e.prop("name")).prop("action",d.url).prop("method",d.type);if(d.formData){b.each(d.formData,function(l,m){b('').prop("name",m.name).val(m.value).appendTo(f)})}if(d.fileInput&&d.fileInput.length&&d.type==="POST"){j=d.fileInput.clone();d.fileInput.after(function(l){return j[l]});if(d.paramName){d.fileInput.each(function(l){b(this).prop("name",k[l]||d.paramName)})}f.append(d.fileInput).prop("enctype","multipart/form-data").prop("encoding","multipart/form-data");d.fileInput.removeAttr("form")}f.submit();if(j&&j.length){d.fileInput.each(function(m,l){var n=b(j[m]);b(l).prop("name",n.prop("name")).attr("form",n.attr("form"));n.replaceWith(l)})}});f.append(e).appendTo(document.body)},abort:function(){if(e){e.unbind("load").prop("src",c)}if(f){f.remove()}}}}});b.ajaxSetup({converters:{"iframe text":function(c){return c&&b(c[0].body).text()},"iframe json":function(c){return c&&b.parseJSON(b(c[0].body).text())},"iframe html":function(c){return c&&b(c[0].body).html()},"iframe xml":function(c){var d=c&&c[0];return d&&b.isXMLDoc(d)?d:b.parseXML((d.XMLDocument&&d.XMLDocument.xml)||b(d.body).html())},"iframe script":function(c){return c&&b.globalEval(b(c[0].body).text())}}})}));(function(a){if(typeof define==="function"&&define.amd){define(["jquery","jquery.ui.widget"],a)}else{if(typeof exports==="object"){a(require("jquery"),require("./vendor/jquery.ui.widget"))}else{a(window.jQuery)}}}(function(b){b.support.fileInput=!(new RegExp("(Android (1\\.[0156]|2\\.[01]))|(Windows Phone (OS 7|8\\.0))|(XBLWP)|(ZuneWP)|(WPDesktop)|(w(eb)?OSBrowser)|(webOS)|(Kindle/(1\\.0|2\\.[05]|3\\.0))").test(window.navigator.userAgent)||b('').prop("disabled"));b.support.xhrFileUpload=!!(window.ProgressEvent&&window.FileReader);b.support.xhrFormDataFileUpload=!!window.FormData;b.support.blobSlice=window.Blob&&(Blob.prototype.slice||Blob.prototype.webkitSlice||Blob.prototype.mozSlice);function a(c){var d=c==="dragover";return function(g){g.dataTransfer=g.originalEvent&&g.originalEvent.dataTransfer;var f=g.dataTransfer;if(f&&b.inArray("Files",f.types)!==-1&&this._trigger(c,b.Event(c,{delegatedEvent:g}))!==false){g.preventDefault();if(d){f.dropEffect="copy"}}}}b.widget("blueimp.fileupload",{options:{dropZone:b(document),pasteZone:undefined,fileInput:undefined,replaceFileInput:true,paramName:undefined,singleFileUploads:true,limitMultiFileUploads:undefined,limitMultiFileUploadSize:undefined,limitMultiFileUploadSizeOverhead:512,sequentialUploads:false,limitConcurrentUploads:undefined,forceIframeTransport:false,redirect:undefined,redirectParamName:undefined,postMessage:undefined,multipart:true,maxChunkSize:undefined,uploadedBytes:undefined,recalculateProgress:true,progressInterval:100,bitrateInterval:500,autoUpload:true,messages:{uploadedBytes:"Uploaded bytes exceed file size"},i18n:function(d,c){d=this.messages[d]||d.toString();if(c){b.each(c,function(e,f){d=d.replace("{"+e+"}",f)})}return d},formData:function(c){return c.serializeArray()},add:function(d,c){if(d.isDefaultPrevented()){return false}if(c.autoUpload||(c.autoUpload!==false&&b(this).fileupload("option","autoUpload"))){c.process().done(function(){c.submit()})}},processData:false,contentType:false,cache:false},_specialOptions:["fileInput","dropZone","pasteZone","multipart","forceIframeTransport"],_blobSlice:b.support.blobSlice&&function(){var c=this.slice||this.webkitSlice||this.mozSlice;return c.apply(this,arguments)},_BitrateTimer:function(){this.timestamp=((Date.now)?Date.now():(new Date()).getTime());this.loaded=0;this.bitrate=0;this.getBitrate=function(e,d,c){var f=e-this.timestamp;if(!this.bitrate||!c||f>c){this.bitrate=(d-this.loaded)*(1000/f)*8;this.loaded=d;this.timestamp=e}return this.bitrate}},_isXHRUpload:function(c){return !c.forceIframeTransport&&((!c.multipart&&b.support.xhrFileUpload)||b.support.xhrFormDataFileUpload)},_getFormData:function(c){var d;if(b.type(c.formData)==="function"){return c.formData(c.form)}if(b.isArray(c.formData)){return c.formData}if(b.type(c.formData)==="object"){d=[];b.each(c.formData,function(e,f){d.push({name:e,value:f})});return d}return[]},_getTotal:function(d){var c=0;b.each(d,function(e,f){c+=f.size||1});return c},_initProgressObject:function(d){var c={loaded:0,total:0,bitrate:0};if(d._progress){b.extend(d._progress,c)}else{d._progress=c}},_initResponseObject:function(c){var d;if(c._response){for(d in c._response){if(c._response.hasOwnProperty(d)){delete c._response[d]}}}else{c._response={}}},_onProgress:function(g,f){if(g.lengthComputable){var d=((Date.now)?Date.now():(new Date()).getTime()),c;if(f._time&&f.progressInterval&&(d-f._time").prop("href",c.url).prop("host");c.dataType="iframe "+(c.dataType||"");c.formData=this._getFormData(c);if(c.redirect&&d&&d!==location.host){c.formData.push({name:c.redirectParamName||"redirect",value:c.redirect})}},_initDataSettings:function(c){if(this._isXHRUpload(c)){if(!this._chunkedUpload(c,true)){if(!c.data){this._initXHRData(c)}this._initProgressListener(c)}if(c.postMessage){c.dataType="postmessage "+(c.dataType||"")}}else{this._initIframeSettings(c)}},_getParamName:function(c){var d=b(c.fileInput),e=c.paramName;if(!e){e=[];d.each(function(){var f=b(this),g=f.prop("name")||"files[]",h=(f.prop("files")||[1]).length;while(h){e.push(g);h-=1}});if(!e.length){e=[d.prop("name")||"files[]"]}}else{if(!b.isArray(e)){e=[e]}}return e},_initFormSettings:function(c){if(!c.form||!c.form.length){c.form=b(c.fileInput.prop("form"));if(!c.form.length){c.form=b(this.options.fileInput.prop("form"))}}c.paramName=this._getParamName(c);if(!c.url){c.url=c.form.prop("action")||location.href}c.type=(c.type||(b.type(c.form.prop("method"))==="string"&&c.form.prop("method"))||"").toUpperCase();if(c.type!=="POST"&&c.type!=="PUT"&&c.type!=="PATCH"){c.type="POST"}if(!c.formAcceptCharset){c.formAcceptCharset=c.form.attr("accept-charset")}},_getAJAXSettings:function(d){var c=b.extend({},this.options,d);this._initFormSettings(c);this._initDataSettings(c);return c},_getDeferredState:function(c){if(c.state){return c.state()}if(c.isResolved()){return"resolved"}if(c.isRejected()){return"rejected"}return"pending"},_enhancePromise:function(c){c.success=c.done;c.error=c.fail;c.complete=c.always;return c},_getXHRPromise:function(f,e,d){var c=b.Deferred(),g=c.promise();e=e||this.options.context||g;if(f===true){c.resolveWith(e,d)}else{if(f===false){c.rejectWith(e,d)}}g.abort=c.promise;return this._enhancePromise(g)},_addConvenienceMethods:function(g,f){var d=this,c=function(e){return b.Deferred().resolveWith(d,e).promise()};f.process=function(h,e){if(h||e){f._processQueue=this._processQueue=(this._processQueue||c([this])).pipe(function(){if(f.errorThrown){return b.Deferred().rejectWith(d,[f]).promise()}return c(arguments)}).pipe(h,e)}return this._processQueue||c([this])};f.submit=function(){if(this.state()!=="pending"){f.jqXHR=this.jqXHR=(d._trigger("submit",b.Event("submit",{delegatedEvent:g}),this)!==false)&&d._onSend(g,this)}return this.jqXHR||d._getXHRPromise()};f.abort=function(){if(this.jqXHR){return this.jqXHR.abort()}this.errorThrown="abort";d._trigger("fail",null,this);return d._getXHRPromise(false)};f.state=function(){if(this.jqXHR){return d._getDeferredState(this.jqXHR)}if(this._processQueue){return d._getDeferredState(this._processQueue)}};f.processing=function(){return !this.jqXHR&&this._processQueue&&d._getDeferredState(this._processQueue)==="pending"};f.progress=function(){return this._progress};f.response=function(){return this._response}},_getUploadedBytes:function(e){var c=e.getResponseHeader("Range"),f=c&&c.split("-"),d=f&&f.length>1&&parseInt(f[1],10);return d&&d+1},_chunkedUpload:function(n,h){n.uploadedBytes=n.uploadedBytes||0;var g=this,e=n.files[0],f=e.size,c=n.uploadedBytes,d=n.maxChunkSize||f,j=this._blobSlice,k=b.Deferred(),m=k.promise(),i,l;if(!(this._isXHRUpload(n)&&j&&(c||d=f){e.error=n.i18n("uploadedBytes");return this._getXHRPromise(false,n.context,[null,"error",e.error])}l=function(){var q=b.extend({},n),p=q._progress.loaded;q.blob=j.call(e,c,c+d,e.type);q.chunkSize=q.blob.size;q.contentRange="bytes "+c+"-"+(c+q.chunkSize-1)+"/"+f;g._initXHRData(q);g._initProgressListener(q);i=((g._trigger("chunksend",null,q)!==false&&b.ajax(q))||g._getXHRPromise(false,q.context)).done(function(o,s,r){c=g._getUploadedBytes(r)||(c+q.chunkSize);if(p+q.chunkSize-q._progress.loaded){g._onProgress(b.Event("progress",{lengthComputable:true,loaded:c-q.uploadedBytes,total:c-q.uploadedBytes}),q)}n.uploadedBytes=q.uploadedBytes=c;q.result=o;q.textStatus=s;q.jqXHR=r;g._trigger("chunkdone",null,q);g._trigger("chunkalways",null,q);if(ch._sending){var e=h._slots.shift();while(e){if(h._getDeferredState(e)==="pending"){e.resolve();break}e=h._slots.shift()}}if(h._active===0){h._trigger("stop")}});return k};this._beforeSend(i,l);if(this.options.sequentialUploads||(this.options.limitConcurrentUploads&&this.options.limitConcurrentUploads<=this._sending)){if(this.options.limitConcurrentUploads>1){j=b.Deferred();this._slots.push(j);d=j.pipe(f)}else{this._sequence=this._sequence.pipe(f,f);d=this._sequence}d.abort=function(){c=[undefined,"abort","abort"];if(!k){if(j){j.rejectWith(l.context,c)}return f()}return k.abort()};return this._enhancePromise(d)}return f()},_onAdd:function(q,m){var p=this,v=true,u=b.extend({},this.options,m),f=m.files,s=f.length,g=u.limitMultiFileUploads,k=u.limitMultiFileUploadSize,t=u.limitMultiFileUploadSizeOverhead,o=0,n=this._getParamName(u),d,c,r,l,h=0;if(k&&(!s||f[0].size===undefined)){k=undefined}if(!(u.singleFileUploads||g||k)||!this._isXHRUpload(u)){r=[f];d=[n]}else{if(!(u.singleFileUploads||k)&&g){r=[];d=[];for(l=0;lk)||(g&&l+1-h>=g)){r.push(f.slice(h,l+1));c=n.slice(h,l+1);if(!c.length){c=n}d.push(c);h=l+1;o=0}}}else{d=n}}}m.originalFiles=f;b.each(r||f,function(e,i){var j=b.extend({},m);j.files=r?i:[i];j.paramName=d[e];p._initResponseObject(j);p._initProgressObject(j);p._addConvenienceMethods(q,j);v=p._trigger("add",b.Event("add",{delegatedEvent:q}),j);return v});return v},_replaceFileInput:function(e){var c=e.fileInput,d=c.clone(true);e.fileInputClone=d;b("
          ").append(d)[0].reset();c.after(d).detach();b.cleanData(c.unbind("remove"));this.options.fileInput=this.options.fileInput.map(function(f,g){if(g===c[0]){return d[0]}return g});if(c[0]===this.element[0]){this.element=d}},_handleFileTreeEntry:function(h,j){var e=this,i=b.Deferred(),d=function(l){if(l&&!l.entry){l.entry=h}i.resolve([l])},f=function(l){e._handleFileTreeEntries(l,j+h.name+"/").done(function(m){i.resolve(m)}).fail(d)},g=function(){k.readEntries(function(l){if(!l.length){f(c)}else{c=c.concat(l);g()}},d)},k,c=[];j=j||"";if(h.isFile){if(h._file){h._file.relativePath=j;i.resolve(h._file)}else{h.file(function(l){l.relativePath=j;i.resolve(l)},d)}}else{if(h.isDirectory){k=h.createReader();g()}else{i.resolve([])}}return i.promise()},_handleFileTreeEntries:function(c,e){var d=this;return b.when.apply(b,b.map(c,function(f){return d._handleFileTreeEntry(f,e)})).pipe(function(){return Array.prototype.concat.apply([],arguments)})},_getDroppedFiles:function(d){d=d||{};var c=d.items;if(c&&c.length&&(c[0].webkitGetAsEntry||c[0].getAsEntry)){return this._handleFileTreeEntries(b.map(c,function(f){var e;if(f.webkitGetAsEntry){e=f.webkitGetAsEntry();if(e){e._file=f.getAsFile()}return e}return f.getAsEntry()}))}return b.Deferred().resolve(b.makeArray(d.files)).promise()},_getSingleFileInputFiles:function(e){e=b(e);var c=e.prop("webkitEntries")||e.prop("entries"),d,f;if(c&&c.length){return this._handleFileTreeEntries(c)}d=b.makeArray(e.prop("files"));if(!d.length){f=e.prop("value");if(!f){return b.Deferred().resolve([]).promise()}d=[{name:f.replace(/^.*\\/,"")}]}else{if(d[0].name===undefined&&d[0].fileName){b.each(d,function(g,h){h.name=h.fileName;h.size=h.fileSize})}}return b.Deferred().resolve(d).promise()},_getFileInputFiles:function(c){if(!(c instanceof b)||c.length===1){return this._getSingleFileInputFiles(c)}return b.when.apply(b,b.map(c,this._getSingleFileInputFiles)).pipe(function(){return Array.prototype.concat.apply([],arguments)})},_onChange:function(f){var c=this,d={fileInput:b(f.target),form:b(f.target.form)};this._getFileInputFiles(d.fileInput).always(function(e){d.files=e;if(c.options.replaceFileInput){c._replaceFileInput(d)}if(c._trigger("change",b.Event("change",{delegatedEvent:f}),d)!==false){c._onAdd(f,d)}})},_onPaste:function(f){var c=f.originalEvent&&f.originalEvent.clipboardData&&f.originalEvent.clipboardData.items,d={files:[]};if(c&&c.length){b.each(c,function(e,h){var g=h.getAsFile&&h.getAsFile();if(g){d.files.push(g)}});if(this._trigger("paste",b.Event("paste",{delegatedEvent:f}),d)!==false){this._onAdd(f,d)}}},_onDrop:function(g){g.dataTransfer=g.originalEvent&&g.originalEvent.dataTransfer;var c=this,f=g.dataTransfer,d={};if(f&&f.files&&f.files.length){g.preventDefault();this._getDroppedFiles(f).always(function(e){d.files=e;if(c._trigger("drop",b.Event("drop",{delegatedEvent:g}),d)!==false){c._onAdd(g,d)}})}},_onDragOver:a("dragover"),_onDragEnter:a("dragenter"),_onDragLeave:a("dragleave"),_initEventHandlers:function(){if(this._isXHRUpload(this.options)){this._on(this.options.dropZone,{dragover:this._onDragOver,drop:this._onDrop,dragenter:this._onDragEnter,dragleave:this._onDragLeave});this._on(this.options.pasteZone,{paste:this._onPaste})}if(b.support.fileInput){this._on(this.options.fileInput,{change:this._onChange})}},_destroyEventHandlers:function(){this._off(this.options.dropZone,"dragenter dragleave dragover drop");this._off(this.options.pasteZone,"paste");this._off(this.options.fileInput,"change")},_setOption:function(c,d){var e=b.inArray(c,this._specialOptions)!==-1;if(e){this._destroyEventHandlers()}this._super(c,d);if(e){this._initSpecialOptions();this._initEventHandlers()}},_initSpecialOptions:function(){var c=this.options;if(c.fileInput===undefined){c.fileInput=this.element.is('input[type="file"]')?this.element:this.element.find('input[type="file"]')}else{if(!(c.fileInput instanceof b)){c.fileInput=b(c.fileInput)}}if(!(c.dropZone instanceof b)){c.dropZone=b(c.dropZone)}if(!(c.pasteZone instanceof b)){c.pasteZone=b(c.pasteZone)}},_getRegExp:function(e){var d=e.split("../../../index.html"),c=d.pop();d.shift();return new RegExp(d.join("../../../index.html"),c)},_isRegExpOption:function(c,d){return c!=="url"&&b.type(d)==="string"&&/^\/.*\/[igm]{0,3}$/.test(d)},_initDataAttributes:function(){var d=this,c=this.options,e=this.element.data();b.each(this.element[0].attributes,function(g,f){var h=f.name.toLowerCase(),i;if(/^data-/.test(h)){h=h.slice(5).replace(/-[a-z]/g,function(j){return j.charAt(1).toUpperCase()});i=e[h];if(d._isRegExpOption(h,i)){i=d._getRegExp(i)}c[h]=i}})},_create:function(){this._initDataAttributes();this._initSpecialOptions();this._slots=[];this._sequence=this._getXHRPromise(true);this._sending=this._active=0;this._initProgressObject(this);this._initEventHandlers()},active:function(){return this._active},progress:function(){return this._progress},add:function(d){var c=this;if(!d||this.options.disabled){return}if(d.fileInput&&!d.files){this._getFileInputFiles(d.fileInput).always(function(e){d.files=e;c._onAdd(null,d)})}else{d.files=b.makeArray(d.files);this._onAdd(null,d)}},send:function(g){if(g&&!this.options.disabled){if(g.fileInput&&!g.files){var e=this,c=b.Deferred(),h=c.promise(),d,f;h.abort=function(){f=true;if(d){return d.abort()}c.reject(null,"abort","abort");return h};this._getFileInputFiles(g.fileInput).always(function(i){if(f){return}if(!i.length){c.reject();return}g.files=i;d=e._onSend(null,g);d.then(function(j,l,k){c.resolve(j,l,k)},function(j,l,k){c.reject(j,l,k)})});return this._enhancePromise(h)}g.files=b.makeArray(g.files);if(g.files.length){return this._onSend(null,g)}}return this._getXHRPromise(false,g&&g.context)}})}));PrimeFaces.widget.FileUploadEnbd=PrimeFaces.widget.BaseWidget.extend({IMAGE_TYPES:/(\.|\/)(gif|jpe?g|png|pdf|docx|doc)$/i,init:function(a,b){this.cfg=a;this.id=a.id;this.jq=$(b.escapeClientId(a.id));if(this.cfg.disabled){return}this.ucfg={};this.form=this.jq.closest("form");this.mainBar=this.jq.closest(".ui-fileupload");this.buttonBar=this.jq.closest(".ui-fileupload-buttonbar");this.chooseButton=this.buttonBar.children(".ui-fileupload-choose");this.uploadButton=this.buttonBar.children(".ui-fileupload-upload");this.cancelButton=this.buttonBar.children(".ui-fileupload-cancel");this.content=this.mainBar.children(".ui-fileupload-content");this.filesTbody=this.content.find("> table.ui-fileupload-files > tbody");this.sizes=["Bytes","KB","MB","GB","TB"];this.files=[];this.fileAddIndex=0;this.cfg.fileLimitMessage=this.cfg.fileLimitMessage||"Maximum number of files exceeded";this.cfg.messageTemplate=this.cfg.messageTemplate||"{name} {size}";this.cfg.previewWidth=this.cfg.previewWidth||80;this.uploadedFileCount=0;this.renderMessages();this.bindEvents();var d=this,f=this.form.attr("action"),e=this.form.children("input[name*='javax.faces.encodedURL']");var c=null;if(e.length>0){c='form[action="'+f+'"]';f=e.val()}this.ucfg={url:f,portletForms:c,paramName:this.id,dataType:"xml",dropZone:(this.cfg.dnd===false)?null:this.jq,forceIframeTransport:PrimeFaces.isIE(10),formData:function(){return d.createPostData()},beforeSend:function(h,g){h.setRequestHeader("Faces-Request","partial/ajax");h.pfSettings=g;h.pfArgs={}},start:function(g){PF("blockUi").show();if(d.cfg.onstart){d.cfg.onstart.call(d)}},add:function(n,m){d.chooseButton.removeClass("ui-state-hover ui-state-focus");if(d.fileAddIndex===0){d.clearMessages()}if(d.cfg.fileLimit&&(d.uploadedFileCount+d.files.length+1)>d.cfg.fileLimit){d.clearMessages();d.showMessage({summary:d.cfg.fileLimitMessage});return}var j=m.files?m.files[0]:null;if(j){var o=d.validate(j);if(o){d.showMessage({summary:o,filename:j.name,filesize:j.size})}else{$("#"+d.cfg.clientErrorMessageId).children("div").remove();var g=this.id+"filename";$("#"+g).text(j.name);var q=$("").append('').append(""+j.name+"").append(""+d.formatSize(j.size)+"").append('').append('').appendTo(d.filesTbody);if(false){if(d.isCanvasSupported()&&window.File&&window.FileReader&&d.IMAGE_TYPES.test(j.name)){var p=$("").appendTo(q.children("td.ui-fileupload-preview")),i=p.get(0).getContext("2d"),k=window.URL||window.webkitURL,h=k.createObjectURL(j),l=new Image();l.onload=function(){var s=null,r=null,t=1;if(d.cfg.previewWidth>this.width){s=this.width}else{s=d.cfg.previewWidth;t=d.cfg.previewWidth/this.width}var r=parseInt(this.height*t);p.attr({width:s,height:r});i.drawImage(l,0,0,s,r)};l.src=h}}q.children("td.ui-fileupload-progress").append('
          ');j.row=q;j.row.data("filedata",m);d.files.push(j);if(d.cfg.auto){m.submit()}}if(d.files.length>0){d.enableButton(d.uploadButton);d.enableButton(d.cancelButton)}d.fileAddIndex++;if(d.fileAddIndex===(m.originalFiles.length)){d.fileAddIndex=0}}},send:function(k,j){if(!window.FormData){for(var h=0;h .ui-progressbar > .ui-progressbar-value").addClass("ui-progressbar-value-legacy").css({width:"100%",display:"block"})}}},fail:function(h,g){if(d.cfg.onerror){d.cfg.onerror.call(d)}},progress:function(l,k){if(window.FormData){var g=parseInt(k.loaded/k.total*100,10);for(var j=0;j .ui-progressbar > .ui-progressbar-value").css({width:g+"%",display:"block"})}}},done:function(h,g){PF("blockUi").hide();d.uploadedFileCount+=g.files.length;d.removeFiles(g.files);b.process(g.jqXHR.responseText,g.textStatus,g.jqXHR,null)},always:function(h,g){if(d.cfg.oncomplete){d.cfg.oncomplete.call(d,g.jqXHR.pfArgs)}}};this.jq.fileupload(this.ucfg)},bindEvents:function(){var a=this;this.uploadButton.on("click.fileupload",function(b){a.disableButton(a.uploadButton);a.disableButton(a.cancelButton);a.disableButton(a.filesTbody.find("> tr > td:last-child").children(".ui-fileupload-cancel"));a.upload();b.preventDefault()});this.cancelButton.on("click.fileupload",function(b){a.clear();a.disableButton(a.uploadButton);a.disableButton(a.cancelButton);b.preventDefault()});this.clearMessageLink.on("click.fileupload",function(b){a.messageContainer.fadeOut(function(){a.messageList.children().remove()});b.preventDefault()});this.rowActionSelector=this.jqId+" .ui-fileupload-files button";this.rowCancelActionSelector=this.jqId+" .ui-fileupload-files .ui-fileupload-cancel";this.clearMessagesSelector=this.jqId+" .ui-messages .ui-messages-close"},upload:function(){for(var a=0;athis.cfg.maxFileSize){if(this.cfg.invalidFileMessage===undefined){return"Invalid file size."}return this.cfg.invalidSizeMessage}return null},renderMessages:function(){var a='
            ';this.messageContainer=$(a).prependTo(this.content);this.messageList=this.messageContainer.find("> .ui-messages-error > ul");this.clearMessageLink=this.messageContainer.find("> .ui-messages-error > a.ui-messages-close")},clearMessages:function(){this.messageContainer.hide();this.messageList.children().remove()},showMessage:function(c){var a=c.summary,b="";if(c.filename&&c.filesize){b=this.cfg.messageTemplate.replace("{name}",c.filename).replace("{size}",this.formatSize(c.filesize))}this.messageList.append('");$(".bnetMsg").children(".popup-login-error").remove();$("#"+this.cfg.clientErrorMessageId).children("div").remove();$("#"+this.cfg.clientErrorMessageId).append('");$("[messagepopupclose]").click("click",function(f){var d=$(".popup-login-error");if($(d).hasClass("visible")){$(d).removeClass("visible")}});this.messageContainer.show()},disableButton:function(a){a.prop("disabled",true).addClass("ui-state-disabled").removeClass("ui-state-hover ui-state-active ui-state-focus")},enableButton:function(a){a.prop("disabled",false).removeClass("ui-state-disabled")},isCanvasSupported:function(){var a=document.createElement("canvas");return !!(a.getContext&&a.getContext("2d"))}}); $(document).ready(function(){$(window).scroll(function(b){$(".uniqueVCClass").children().find("button").unbind("click");$(".uniqueVCClass").children().find("a").unbind("click");$(".uniqueVCClass").children().find("button").on("click",function(g){if(!$(this).hasClass("NoAnalytics")){var h=$(this).closest(".uniqueVCClass").attr("data-goal-click");var d=$("#data").val();var c=$("#page_name").val();var f="click";triggerGoal(h,d,c,f)}});$(".uniqueVCClass").children().find("a").on("click",function(g){if(!$(this).hasClass("NoAnalytics")){var h=$(this).closest(".uniqueVCClass").attr("data-goal-click");var d=$("#data").val();var c=$("#page_name").val();var f="click";triggerGoal(h,d,c,f)}});$(".uniqueVCClass").each(function(d){if(a($(this))){if(!$(this).hasClass("alreadyViewed")){var g=$(this).attr("data-goal-impression");var e=$("#data").val();var c=$("#page_name").val();var f="view";triggerGoal(g,e,c,f);$(this).addClass("alreadyViewed")}else{$(this).unbind("click")}}})});function a(g){if(g.length==0){return}var e=jQuery(window);var j=e.scrollTop();var c=e.height();var f=j+c;var d=jQuery(g);var h=d.offset().top;var i=d.height();var b=h+i;return(h>=j&&hj&&b<=f)||(i>c&&h<=j&&b>=f)}});function triggerGoal(e,c,a,d){var b=$("#cmsAnalyticsURL").val();if(e!=null){$.ajax({url:b,data:{id:e,encData:c,pageName:a,action:d},type:"POST",beforeSend:function(f){f.setRequestHeader("Access-Control-Allow-Origin:*")},success:function(f){}}).done(function(){}).fail(function(f){})}};