!function(e,t,n,i){"use strict";function a(t,n,i){var o=this,s="cbp";if(e.data(t,"cubeportfolio"))throw new Error("cubeportfolio is already initialized. Destroy it before initialize again!");e.data(t,"cubeportfolio",o),o.options=e.extend({},e.fn.cubeportfolio.options,n),o.isAnimating=!0,o.defaultFilter=o.options.defaultFilter,o.registeredEvents=[],o.skipEvents=[],o.addedWrapp=!1,e.isFunction(i)&&o._registerEvent("initFinish",i,!0),o.obj=t,o.$obj=e(t),t=o.$obj.children(),o.options.caption&&(a.Private.modernBrowser||(o.options.caption="minimal"),s+=" cbp-caption-active cbp-caption-"+o.options.caption),o.$obj.addClass(s),0!==t.length&&!t.first().hasClass("cbp-item")||(o.wrapInner(o.obj,"cbp-wrapper"),o.addedWrapp=!0),o.$ul=o.$obj.children().addClass("cbp-wrapper"),o.wrapInner(o.obj,"cbp-wrapper-outer"),o.wrapper=o.$obj.children(".cbp-wrapper-outer"),o.blocks=o.$ul.children(".cbp-item"),o.wrapInner(o.blocks,"cbp-item-wrapper"),o.width=o.$obj.outerWidth(),o._load(o.$obj,o._display)}e.extend(a.prototype,{storeData:function(t){t.each(function(t,n){(n=e(n)).data("cbp",{wrapper:n.children(".cbp-item-wrapper"),widthInitial:n.outerWidth(),heightInitial:n.outerHeight(),width:null,height:null,left:null,leftNew:null,top:null,topNew:null})})},wrapInner:function(e,t){var a,o,s;if(t=t||"",!(e.length&&e.length<1))for(e.length===i&&(e=[e]),o=e.length-1;0<=o;o--){for(a=e[o],(s=n.createElement("div")).setAttribute("class",t);a.childNodes.length;)s.appendChild(a.childNodes[0]);a.appendChild(s)}},_captionDestroy:function(){this.$obj.removeClass("cbp-caption-active cbp-caption-"+this.options.caption)},resizeEvent:function(){var n,i,a=this;e(t).on("resize.cbp",function(){clearTimeout(n),n=setTimeout(function(){t.innerHeight!=screen.height&&("alignCenter"===a.options.gridAdjustment&&(a.obj.style.maxWidth=""),i=a.$obj.outerWidth(),a.width!==i&&(a.width=i,a._gridAdjust(),a._layout(),a.positionateItems(),a._resizeMainContainer(),"slider"===a.options.layoutMode&&a._updateSlider(),a._triggerEvent("resizeGrid")),a._triggerEvent("resizeWindow"))},80)})},_load:function(t,n,i){var a,o=this,s=0;i=i||[],t=t.find("img:uncached").map(function(){return this.src}),0===(a=t.length)&&n.apply(o,i),e.each(t,function(t,r){var d=new Image;e(d).one("load.cbp error.cbp",function(){if(e(this).off("load.cbp error.cbp"),++s===a)return n.apply(o,i),!1}),d.src=r})},_filterFromUrl:function(){var e=/#cbpf=(.*?)([#|?&]|$)/gi.exec(location.href);null!==e&&(this.defaultFilter=e[1])},_display:function(){var t=this;t.storeData(t.blocks),"grid"===t.options.layoutMode&&t._filterFromUrl(),"*"!==t.defaultFilter?(t.blocksOn=t.blocks.filter(t.defaultFilter),t.blocks.not(t.defaultFilter).addClass("cbp-item-off")):t.blocksOn=t.blocks,t._plugins=e.map(a.Plugins,function(e){return e(t)}),t._triggerEvent("initStartRead"),t._triggerEvent("initStartWrite"),t.localColumnWidth=t.options.gapVertical,t.blocks.length&&(t.localColumnWidth+=t.blocks.first().data("cbp").widthInitial),t.getColumnsType=e.isArray(t.options.mediaQueries)?"_getColumnsBreakpoints":"_getColumnsAuto",t._gridAdjust(),t["_"+t.options.layoutMode+"Markup"](),t._layout(),t.positionateItems(),t._resizeMainContainer(),t._triggerEvent("initEndRead"),t._triggerEvent("initEndWrite"),t.$obj.addClass("cbp-ready"),t._registerEvent("delayFrame",t.delayFrame),t._triggerEvent("delayFrame")},positionateItems:function(){var t;this.blocksOn.each(function(n,i){(t=e(i).data("cbp")).left=t.leftNew,t.top=t.topNew,i.style.left=t.left+"px",i.style.top=t.top+"px"})},delayFrame:function(){var e=this;requestAnimationFrame(function(){e.resizeEvent(),e._triggerEvent("initFinish"),e.isAnimating=!1,e.$obj.trigger("initComplete.cbp")})},_gridAdjust:function(){var t=this;"responsive"===t.options.gridAdjustment?t._responsiveLayout():t.blocks.each(function(t,n){(n=e(n).data("cbp")).width=n.widthInitial,n.height=n.heightInitial})},_layout:function(){var e=this;e["_"+e.options.layoutMode+"LayoutReset"](),e["_"+e.options.layoutMode+"Layout"](),e.$obj.removeClass(function(e,t){return(t.match(/\bcbp-cols-\d+/gi)||[]).join(" ")}),e.$obj.addClass("cbp-cols-"+e.cols)},_sliderMarkup:function(){var t=this;t.sliderStopEvents=!1,t.sliderActive=0,t._registerEvent("updateSliderPosition",function(){t.$obj.addClass("cbp-mode-slider")},!0),t.nav=e("<div/>",{class:"cbp-nav"}),t.nav.on("click.cbp","[data-slider-action]",function(n){var i;n.preventDefault(),n.stopImmediatePropagation(),n.stopPropagation(),t.sliderStopEvents||(n=(i=e(this)).attr("data-slider-action"),t["_"+n+"Slider"]&&t["_"+n+"Slider"](i))}),t.options.showNavigation&&(t.controls=e("<div/>",{class:"cbp-nav-controls"}),t.navPrev=e("<div/>",{class:"cbp-nav-prev","data-slider-action":"prev"}).appendTo(t.controls),t.navNext=e("<div/>",{class:"cbp-nav-next","data-slider-action":"next"}).appendTo(t.controls),t.controls.appendTo(t.nav)),t.options.showPagination&&(t.navPagination=e("<div/>",{class:"cbp-nav-pagination"}).appendTo(t.nav)),(t.controls||t.navPagination)&&t.nav.appendTo(t.$obj),t._updateSliderPagination(),t.options.auto&&(t.options.autoPauseOnHover&&(t.mouseIsEntered=!1,t.$obj.on("mouseenter.cbp",function(e){t.mouseIsEntered=!0,t._stopSliderAuto()}).on("mouseleave.cbp",function(e){t.mouseIsEntered=!1,t._startSliderAuto()})),t._startSliderAuto()),t.options.drag&&a.Private.modernBrowser&&t._dragSlider()},_updateSlider:function(){this._updateSliderPosition(),this._updateSliderPagination()},_updateSliderPagination:function(){var t,n,i=this;if(i.options.showPagination){for(t=Math.ceil(i.blocksOn.length/i.cols),i.navPagination.empty(),n=t-1;0<=n;n--)e("<div/>",{class:"cbp-nav-pagination-item","data-slider-action":"jumpTo"}).appendTo(i.navPagination);i.navPaginationItems=i.navPagination.children()}i._enableDisableNavSlider()},_destroySlider:function(){var e=this;"slider"===e.options.layoutMode&&(e.$obj.off("click.cbp"),e.$obj.removeClass("cbp-mode-slider"),e.options.showNavigation&&e.nav.remove(),e.navPagination&&e.navPagination.remove())},_nextSlider:function(e){var t=this;if(t._isEndSlider()){if(!t.isRewindNav())return;t.sliderActive=0}else t.options.scrollByPage?t.sliderActive=Math.min(t.sliderActive+t.cols,t.blocksOn.length-t.cols):t.sliderActive+=1;t._goToSlider()},_prevSlider:function(e){var t=this;if(t._isStartSlider()){if(!t.isRewindNav())return;t.sliderActive=t.blocksOn.length-t.cols}else t.options.scrollByPage?t.sliderActive=Math.max(0,t.sliderActive-t.cols):--t.sliderActive;t._goToSlider()},_jumpToSlider:function(e){var t=this;(e=Math.min(e.index()*t.cols,t.blocksOn.length-t.cols))!==t.sliderActive&&(t.sliderActive=e,t._goToSlider())},_jumpDragToSlider:function(e){var t,n,i=this,a=0<e,o=i.options.scrollByPage?(t=i.cols*i.localColumnWidth,i.cols):(t=i.localColumnWidth,1);e=Math.abs(e),n=Math.floor(e/t)*o,20<e%t&&(n+=o),i.sliderActive=a?Math.min(i.sliderActive+n,i.blocksOn.length-i.cols):Math.max(0,i.sliderActive-n),i._goToSlider()},_isStartSlider:function(){return 0===this.sliderActive},_isEndSlider:function(){return this.sliderActive+this.cols>this.blocksOn.length-1},_goToSlider:function(){this._enableDisableNavSlider(),this._updateSliderPosition()},_startSliderAuto:function(){var e=this;return e.isDrag?void e._stopSliderAuto():void(e.timeout=setTimeout(function(){e._nextSlider(),e._startSliderAuto()},e.options.autoTimeout))},_stopSliderAuto:function(){clearTimeout(this.timeout)},_enableDisableNavSlider:function(){var e,t=this;t.isRewindNav()||(e=t._isStartSlider()?"addClass":"removeClass",t.navPrev[e]("cbp-nav-stop"),e=t._isEndSlider()?"addClass":"removeClass",t.navNext[e]("cbp-nav-stop")),t.options.showPagination&&(e=t.options.scrollByPage?Math.ceil(t.sliderActive/t.cols):t._isEndSlider()?t.navPaginationItems.length-1:Math.floor(t.sliderActive/t.cols),t.navPaginationItems.removeClass("cbp-nav-pagination-active").eq(e).addClass("cbp-nav-pagination-active"))},isRewindNav:function(){return!this.options.showNavigation||!(this.blocksOn.length<=this.cols)&&!!this.options.rewindNav},sliderItemsLength:function(){return this.blocksOn.length<=this.cols},_sliderLayout:function(){var t=this;t.blocksOn.each(function(n,i){(i=e(i).data("cbp")).leftNew=Math.round(t.localColumnWidth*n),i.topNew=0,t.colVert.push(i.height+t.options.gapHorizontal)}),t.sliderColVert=t.colVert.slice(t.sliderActive,t.sliderActive+t.cols),t.ulWidth=t.localColumnWidth*t.blocksOn.length-t.options.gapVertical,t.$ul.width(t.ulWidth)},_updateSliderPosition:function(){var e=this,t=-e.sliderActive*e.localColumnWidth;e._triggerEvent("updateSliderPosition"),a.Private.modernBrowser?e.$ul[0].style[a.Private.transform]="translate3d("+t+"px, 0px, 0)":e.$ul[0].style.left=t+"px",e.sliderColVert=e.colVert.slice(e.sliderActive,e.sliderActive+e.cols),e._resizeMainContainer()},_dragSlider:function(){function o(e){m.$obj.removeClass("cbp-mode-slider-dragStart"),f=!0,0!==c?(u.one("click.cbp",function(){return!1}),m._jumpDragToSlider(c),m.$ul.one(a.Private.transitionend,r)):r.call(m),_.off(g.move),_.off(g.end)}function s(e){(8<(c=l-d(e).x)||c<-8)&&e.preventDefault(),m.isDrag=!0,e=p-c,c<0&&c<p?e=(p-c)/5:0<c&&p-c<-h&&(e=(h+p-c)/5-h),a.Private.modernBrowser?m.$ul[0].style[a.Private.transform]="translate3d("+e+"px, 0px, 0)":m.$ul[0].style.left=e+"px"}function r(){f=!1,m.isDrag=!1,m.options.auto&&(m.mouseIsEntered||m._startSliderAuto())}function d(e){return e.originalEvent!==i&&e.originalEvent.touches!==i&&(e=e.originalEvent.touches[0]),{x:e.pageX,y:e.pageY}}var l,c,u,p,h,m=this,_=e(n),f=!1,g={},y=!1;m.isDrag=!1,"ontouchstart"in t||0<navigator.maxTouchPoints||0<navigator.msMaxTouchPoints?(g={start:"touchstart.cbp",move:"touchmove.cbp",end:"touchend.cbp"},y=!0):g={start:"mousedown.cbp",move:"mousemove.cbp",end:"mouseup.cbp"},m.$ul.on(g.start,function(t){m.sliderItemsLength()||(y||t.preventDefault(),m.options.auto&&m._stopSliderAuto(),f?e(u).one("click.cbp",function(){return!1}):(u=e(t.target),l=d(t).x,c=0,p=-m.sliderActive*m.localColumnWidth,h=m.localColumnWidth*(m.blocksOn.length-m.cols),_.on(g.move,s),_.on(g.end,o),m.$obj.addClass("cbp-mode-slider-dragStart")))})},_sliderLayoutReset:function(){this.colVert=[]},_gridMarkup:function(){},_gridLayout:function(){var t=this;t.blocksOn.each(function(n,i){for(var a,o,s=Math.min.apply(Math,t.colVert),r=0,d=(i=e(i).data("cbp"),0),l=t.colVert.length;d<l;d++)if(t.colVert[d]===s){r=d;break}for(i.leftNew=Math.round(t.localColumnWidth*r),i.topNew=Math.round(s),a=s+i.height+t.options.gapHorizontal,o=t.cols+1-l,d=0;d<o;d++)t.colVert[r+d]=a})},_gridLayoutReset:function(){var e,t=this;for("alignCenter"===t.options.gridAdjustment?(t.cols=Math.max(Math.floor((t.width+t.options.gapVertical)/t.localColumnWidth),1),t.width=t.cols*t.localColumnWidth-t.options.gapVertical,t.$obj.css("max-width",t.width)):t.cols=Math.max(Math.floor((t.width+t.options.gapVertical)/t.localColumnWidth),1),t.colVert=[],e=t.cols;e--;)t.colVert.push(0)},_responsiveLayout:function(){var t,n,i=this;i.columnWidthCache?i.localColumnWidth=i.columnWidthCache:i.columnWidthCache=i.localColumnWidth,i.cols=i[i.getColumnsType](),t=i.width-i.options.gapVertical*(i.cols-1),i.localColumnWidth=parseInt(t/i.cols,10)+i.options.gapVertical,n=i.localColumnWidth-i.options.gapVertical,i.blocks.each(function(t,i){i.style.width=n+"px",e(i).data("cbp").width=n}),i.blocks.each(function(t,n){(n=e(n)).data("cbp").height=n.outerHeight()})},_getColumnsAuto:function(){return Math.max(Math.round(this.width/this.localColumnWidth),1)},_getColumnsBreakpoints:function(){var t,n=this,a=n.width-n.options.gapVertical;return e.each(n.options.mediaQueries,function(e,n){if(a>=n.width)return t=n.cols,!1}),t===i&&(t=n.options.mediaQueries[n.options.mediaQueries.length-1].cols),t},_resizeMainContainer:function(){var e=this,t=e.sliderColVert||e.colVert;(t=Math.max(Math.max.apply(Math,t)-e.options.gapHorizontal,0))!==e.height&&(e.obj.style.height=t+"px",e.height!==i&&(a.Private.modernBrowser?e.$obj.one(a.Private.transitionend,function(){e.$obj.trigger("pluginResize.cbp")}):e.$obj.trigger("pluginResize.cbp")),e.height=t)},_filter:function(e){var t=this;t.blocksOnInitial=t.blocksOn,t.blocksOn=t.blocks.filter(e),t.blocksOff=t.blocks.not(e),t._layout(),t.filterLayout(e)},filterLayout:function(t){this.blocksOff.addClass("cbp-item-off"),this.blocksOn.removeClass("cbp-item-off").each(function(t,n){var i=e(n).data("cbp");i.left=i.leftNew,i.top=i.topNew,n.style.left=i.left+"px",n.style.top=i.top+"px"}),this._resizeMainContainer(),this.filterFinish()},filterFinish:function(){this.isAnimating=!1,this.$obj.trigger("filterComplete.cbp"),this._triggerEvent("filterFinish")},_registerEvent:function(e,t,n){this.registeredEvents[e]||(this.registeredEvents[e]=[]),this.registeredEvents[e].push({func:t,oneTime:n||!1})},_triggerEvent:function(e,t){var n,i,a=this;if(a.skipEvents[e])delete a.skipEvents[e];else if(a.registeredEvents[e])for(n=0,i=a.registeredEvents[e].length;n<i;n++)a.registeredEvents[e][n].func.call(a,t),a.registeredEvents[e][n].oneTime&&(a.registeredEvents[e].splice(n,1),n--,i--)},_skipNextEvent:function(e){this.skipEvents[e]=!0},_addItems:function(t,n){var i=this,o=e(t).filter(".cbp-item").addClass("cbp-loading-fadeIn").css("top","1000%").wrapInner('<div class="cbp-item-wrapper"></div>');return o.length?void i._load(o,function(){i.$obj.addClass("cbp-addItems"),o.appendTo(i.$ul),e.merge(i.blocks,o),i.storeData(o),"*"!==i.defaultFilter?(i.blocksOn=i.blocks.filter(i.defaultFilter),i.blocks.not(i.defaultFilter).addClass("cbp-item-off")):i.blocksOn=i.blocks,o.on(a.Private.animationend,function(){i.$obj.find(".cbp-loading-fadeIn").removeClass("cbp-loading-fadeIn"),i.$obj.removeClass("cbp-addItems")}),i._triggerEvent("addItemsToDOM",o),i._gridAdjust(),i._layout(),i.positionateItems(),i._resizeMainContainer(),"slider"===i.options.layoutMode&&i._updateSlider(),i.elems&&a.Public.showCounter.call(i.obj,i.elems),a.Private.modernBrowser?o.last().one(a.Private.animationend,function(){i.isAnimating=!1,e.isFunction(n)&&n.call(i)}):(i.isAnimating=!1,e.isFunction(n)&&n.call(i))}):(i.isAnimating=!1,void(e.isFunction(n)&&n.call(i)))}}),e.fn.cubeportfolio=function(e,t,n){return this.each(function(){if("object"==typeof e||!e)return a.Public.init.call(this,e,n);if(a.Public[e])return a.Public[e].call(this,t,n);throw new Error("Method "+e+" does not exist on jquery.cubeportfolio.js")})},e.fn.cubeportfolio.options={filters:"",loadMore:"",loadMoreAction:"click",layoutMode:"grid",drag:!0,auto:!1,autoTimeout:5e3,autoPauseOnHover:!0,showNavigation:!0,showPagination:!0,rewindNav:!0,scrollByPage:!1,defaultFilter:"*",filterDeeplinking:!1,animationType:"fadeOut",gridAdjustment:"responsive",mediaQueries:!1,gapHorizontal:10,gapVertical:10,caption:"pushTop",displayType:"lazyLoading",displayTypeSpeed:400,lightboxDelegate:".cbp-lightbox",lightboxGallery:!0,lightboxTitleSrc:"data-title",lightboxCounter:'<div class="cbp-popup-lightbox-counter">{{current}} of {{total}}</div>',singlePageDelegate:".cbp-singlePage",singlePageDeeplinking:!0,singlePageStickyNavigation:!0,singlePageCounter:'<div class="cbp-popup-singlePage-counter">{{current}} of {{total}}</div>',singlePageAnimation:"left",singlePageCallback:function(e,t){},singlePageInlineDelegate:".cbp-singlePageInline",singlePageInlinePosition:"top",singlePageInlineInFocus:!0,singlePageInlineCallback:function(e,t){}},a.Plugins={},e.fn.cubeportfolio.Constructor=a}(jQuery,window,document),function(e){"use strict";function t(t){this.parent=t,this.filters=e(t.options.filters),this.wrap=e(),this.registerFilter()}var n=e.fn.cubeportfolio.Constructor;t.prototype.registerFilter=function(){var t,n=this,i=n.parent;n.filters.each(function(a,o){var s,r=e(o);r.hasClass("cbp-l-filters-dropdown")?((s=r.find(".cbp-l-filters-dropdownWrap")).on({"mouseover.cbp":function(){s.addClass("cbp-l-filters-dropdownWrap-open")},"mouseleave.cbp":function(){s.removeClass("cbp-l-filters-dropdownWrap-open")}}),t=function(e){s.find(".cbp-filter-item").removeClass("cbp-filter-item-active"),s.find(".cbp-l-filters-dropdownHeader").text(e.text()),e.addClass("cbp-filter-item-active"),s.trigger("mouseleave.cbp")},n.wrap.add(s)):t=function(e){e.addClass("cbp-filter-item-active").siblings().removeClass("cbp-filter-item-active")},t(r.find(".cbp-filter-item").filter('[data-filter="'+i.defaultFilter+'"]')),r.on("click.cbp",".cbp-filter-item",function(){var n=e(this);n.hasClass("cbp-filter-item-active")||(i.isAnimating||t.call(null,n),i.$obj.cubeportfolio("filter",n.data("filter")))}),i.$obj.cubeportfolio("showCounter",r.find(".cbp-filter-item"),function(){var e=/#cbpf=(.*?)([#|?&]|$)/gi.exec(location.href);null===e||(e=r.find(".cbp-filter-item").filter('[data-filter="'+e[1]+'"]')).length&&t.call(null,e)})})},t.prototype.destroy=function(){this.filters.off(".cbp"),this.wrap&&this.wrap.off(".cbp")},n.Plugins.Filters=function(e){return""===e.options.filters?null:new t(e)}}(jQuery,(window,document)),function(e,t){"use strict";function n(t){this.parent=t,this.loadMore=e(t.options.loadMore).find(".cbp-l-loadMore-link"),t.options.loadMoreAction.length&&this[t.options.loadMoreAction]()}var i=e.fn.cubeportfolio.Constructor;n.prototype.click=function(){var t=this,n=0;t.loadMore.on("click.cbp",function(i){var a=e(this);i.preventDefault(),a.hasClass("cbp-l-loadMore-stop")||(a.addClass("cbp-l-loadMore-loading"),n++,e.ajax({url:t.loadMore.attr("href"),type:"GET",dataType:"HTML"}).done(function(i){var o=e(i).filter(function(){return e(this).is("div.cbp-loadMore-block"+n)});t.parent.$obj.cubeportfolio("appendItems",o.html(),function(){a.removeClass("cbp-l-loadMore-loading"),0===e(i).filter(function(){return e(this).is("div.cbp-loadMore-block"+(n+1))}).length&&a.addClass("cbp-l-loadMore-stop")})}).fail(function(){}))})},n.prototype.auto=function(){var n=this;n.parent.$obj.on("initComplete.cbp",function(){Object.create({init:function(){var i=this;i.isActive=!1,i.numberOfClicks=0,n.loadMore.addClass("cbp-l-loadMore-loading"),i.window=e(t),i.addEvents(),i.getNewItems()},addEvents:function(){var e,t=this;n.loadMore.on("click.cbp",function(e){e.preventDefault()}),t.window.on("scroll.loadMoreObject",function(){clearTimeout(e),e=setTimeout(function(){n.parent.isAnimating||t.getNewItems()},80)}),n.parent.$obj.on("filterComplete.cbp",function(){t.getNewItems()})},getNewItems:function(){var t,i=this;i.isActive||n.loadMore.hasClass("cbp-l-loadMore-stop")||(t=n.loadMore.offset().top,i.window.scrollTop()+i.window.height()<t||(i.isActive=!0,i.numberOfClicks++,e.ajax({url:n.loadMore.attr("href"),type:"GET",dataType:"HTML",cache:!0}).done(function(t){var a=e(t).filter(function(){return e(this).is("div.cbp-loadMore-block"+i.numberOfClicks)});n.parent.$obj.cubeportfolio("appendItems",a.html(),function(){0===e(t).filter(function(){return e(this).is("div.cbp-loadMore-block"+(i.numberOfClicks+1))}).length?(n.loadMore.addClass("cbp-l-loadMore-stop"),i.window.off("scroll.loadMoreObject"),n.parent.$obj.off("filterComplete.cbp")):(i.isActive=!1,i.window.trigger("scroll.loadMoreObject"))})}).fail(function(){i.isActive=!1})))}}).init()})},n.prototype.destroy=function(){this.loadMore.off(".cbp"),e(t).off("scroll.loadMoreObject")},i.Plugins.LoadMore=function(e){return""===e.options.loadMore?null:new n(e)}}(jQuery,window,document),function(e,t,n){"use strict";function i(e){!1===(this.parent=e).options.lightboxShowCounter&&(e.options.lightboxCounter=""),!1===e.options.singlePageShowCounter&&(e.options.singlePageCounter=""),this.run()}var a=e.fn.cubeportfolio.Constructor,o={init:function(t,i){var a,o,s,r=this;if(r.cubeportfolio=t,r.type=i,r.isOpen=!1,r.options=r.cubeportfolio.options,"lightbox"===i&&r.cubeportfolio._registerEvent("resizeWindow",function(){r.resizeImage()}),"singlePageInline"===i)return r.startInline=-1,r.height=0,r._createMarkupSinglePageInline(),void r.cubeportfolio._registerEvent("resizeGrid",function(){r.isOpen&&r.close()});r._createMarkup(),"singlePage"===i&&(r.cubeportfolio._registerEvent("resizeWindow",function(){var e;!r.options.singlePageStickyNavigation||0<(e=r.wrap[0].clientWidth)&&(r.navigationWrap.width(e),r.navigation.width(e))}),r.options.singlePageDeeplinking)&&(r.url=location.href,"#"===r.url.slice(-1)&&(r.url=r.url.slice(0,-1)),i=(t=r.url.split("#cbp=")).shift(),e.each(t,function(t,n){if(r.cubeportfolio.blocksOn.each(function(t,i){if((i=e(i).find(r.options.singlePageDelegate+'[href="'+n+'"]')).length)return a=i,!1}),a)return!1}),a?(r.url=i,s=(i=a).attr("data-cbp-singlePage"),o=[],s?o=i.closest(e(".cbp-item")).find('[data-cbp-singlePage="'+s+'"]'):r.cubeportfolio.blocksOn.each(function(t,n){(n=e(n)).not(".cbp-item-off")&&n.find(r.options.singlePageDelegate).each(function(t,n){e(n).attr("data-cbp-singlePage")||o.push(n)})}),r.openSinglePage(o,a[0])):t.length&&((s=n.createElement("a")).setAttribute("href",t[0]),r.openSinglePage([s],s)))},_createMarkup:function(){var t=this,i="";"singlePage"===t.type&&"left"!==t.options.singlePageAnimation&&(i=" cbp-popup-singlePage-"+t.options.singlePageAnimation),t.wrap=e("<div/>",{class:"cbp-popup-wrap cbp-popup-"+t.type+i,"data-action":"lightbox"===t.type?"close":""}).on("click.cbp",function(n){var i;t.stopEvents||(i=e(n.target).attr("data-action"),t[i]&&(t[i](),n.preventDefault()))}),t.content=e("<div/>",{class:"cbp-popup-content"}).appendTo(t.wrap),e("<div/>",{class:"cbp-popup-loadingBox"}).appendTo(t.wrap),"ie8"===a.Private.browser&&(t.bg=e("<div/>",{class:"cbp-popup-ie8bg","data-action":"lightbox"===t.type?"close":""}).appendTo(t.wrap)),t.navigationWrap=e("<div/>",{class:"cbp-popup-navigation-wrap"}).appendTo(t.wrap),t.navigation=e("<div/>",{class:"cbp-popup-navigation"}).appendTo(t.navigationWrap),t.closeButton=e("<div/>",{class:"cbp-popup-close",title:"Close (Esc arrow key)","data-action":"close"}).appendTo(t.navigation),t.nextButton=e("<div/>",{class:"cbp-popup-next",title:"Next (Right arrow key)","data-action":"next"}).appendTo(t.navigation),t.prevButton=e("<div/>",{class:"cbp-popup-prev",title:"Previous (Left arrow key)","data-action":"prev"}).appendTo(t.navigation),"singlePage"===t.type&&(t.options.singlePageCounter&&(t.counter=e(t.options.singlePageCounter).appendTo(t.navigation),t.counter.text("")),t.content.on("click.cbp",t.options.singlePageDelegate,function(e){e.preventDefault();for(var n=t.dataArray.length,i=this.getAttribute("href"),a=0;a<n&&t.dataArray[a].url!==i;a++);t.singlePageJumpTo(a-t.current)}),t.wrap.on("mousewheel.cbp DOMMouseScroll.cbp",function(e){e.stopImmediatePropagation()})),e(n).on("keydown.cbp",function(e){t.isOpen&&(t.stopEvents||(37===e.keyCode?t.prev():39===e.keyCode?t.next():27===e.keyCode&&t.close()))})},_createMarkupSinglePageInline:function(){var t=this;t.wrap=e("<div/>",{class:"cbp-popup-singlePageInline"}).on("click.cbp",function(n){var i;t.stopEvents||(i=e(n.target).attr("data-action"))&&t[i]&&(t[i](),n.preventDefault())}),t.content=e("<div/>",{class:"cbp-popup-content"}).appendTo(t.wrap),t.navigation=e("<div/>",{class:"cbp-popup-navigation"}).appendTo(t.wrap),t.closeButton=e("<div/>",{class:"cbp-popup-close",title:"Close (Esc arrow key)","data-action":"close"}).appendTo(t.navigation)},destroy:function(){var t=this,i=e("body");e(n).off("keydown.cbp"),i.off("click.cbp",t.options.lightboxDelegate),i.off("click.cbp",t.options.singlePageDelegate),t.content.off("click.cbp",t.options.singlePageDelegate),t.cubeportfolio.$obj.off("click.cbp",t.options.singlePageInlineDelegate),t.cubeportfolio.$obj.off("click.cbp",t.options.lightboxDelegate),t.cubeportfolio.$obj.off("click.cbp",t.options.singlePageDelegate),t.cubeportfolio.$obj.removeClass("cbp-popup-isOpening"),t.cubeportfolio.$obj.find(".cbp-item").removeClass("cbp-singlePageInline-active"),t.wrap.remove()},openLightbox:function(i,a){var o,s=this,r=0,d=[];if(!s.isOpen){if(s.isOpen=!0,s.stopEvents=!1,s.dataArray=[],(s.current=null)===(o=a.getAttribute("href")))throw new Error("HEI! Your clicked element doesn't have a href attribute.");e.each(i,function(t,n){var i,a=n.getAttribute("href"),l=a,c="isImage";if(-1===e.inArray(a,d)){if(o===a)s.current=r;else if(!s.options.lightboxGallery)return;/youtube/i.test(a)?(i=a.substring(a.lastIndexOf("v=")+2),/autoplay=/i.test(i)||(i+="&autoplay=1"),l="//www.youtube.com/embed/"+(i=i.replace(/\?|&/,"?")),c="isYoutube"):/vimeo/i.test(a)?(i=a.substring(a.lastIndexOf("/")+1),/autoplay=/i.test(i)||(i+="&autoplay=1"),l="//player.vimeo.com/video/"+(i=i.replace(/\?|&/,"?")),c="isVimeo"):/ted\.com/i.test(a)?(l="http://embed.ted.com/talks/"+a.substring(a.lastIndexOf("/")+1)+".html",c="isTed"):/soundcloud\.com/i.test(a)?(l=a,c="isSoundCloud"):/(\.mp4)|(\.ogg)|(\.ogv)|(\.webm)/i.test(a)?(l=-1!==a.indexOf("|")?a.split("|"):a.split("%7C"),c="isSelfHostedVideo"):/\.mp3$/i.test(a)&&(l=a,c="isSelfHostedAudio"),s.dataArray.push({src:l,title:n.getAttribute(s.options.lightboxTitleSrc),type:c}),r++}d.push(a)}),s.counterTotal=s.dataArray.length,1===s.counterTotal?(s.nextButton.hide(),s.prevButton.hide(),s.dataActionImg=""):(s.nextButton.show(),s.prevButton.show(),s.dataActionImg='data-action="next"'),s.wrap.appendTo(n.body),s.scrollTop=e(t).scrollTop(),s.originalStyle=e("html").attr("style"),e("html").css({overflow:"hidden",paddingRight:t.innerWidth-e(n).width()}),s.wrap.show(),i=s.dataArray[s.current],s[i.type](i)}},openSinglePage:function(i,o){var s,r=this,d=0,l=[];if(!r.isOpen){if(r.cubeportfolio.singlePageInline&&r.cubeportfolio.singlePageInline.isOpen&&r.cubeportfolio.singlePageInline.close(),r.isOpen=!0,r.stopEvents=!1,r.dataArray=[],(r.current=null)===(s=o.getAttribute("href")))throw new Error("HEI! Your clicked element doesn't have a href attribute.");e.each(i,function(t,n){var i=n.getAttribute("href");-1===e.inArray(i,l)&&(s===i&&(r.current=d),r.dataArray.push({url:i,element:n}),d++),l.push(i)}),r.counterTotal=r.dataArray.length,1===r.counterTotal?(r.nextButton.hide(),r.prevButton.hide()):(r.nextButton.show(),r.prevButton.show()),r.wrap.appendTo(n.body),r.scrollTop=e(t).scrollTop(),e("html").css({overflow:"hidden",paddingRight:t.innerWidth-e(n).width()}),r.wrap.scrollTop(0),r.wrap.show(),r.finishOpen=2,r.navigationMobile=e(),r.wrap.one(a.Private.transitionend,function(){var t;r.options.singlePageStickyNavigation&&(r.wrap.addClass("cbp-popup-singlePage-sticky"),t=r.wrap[0].clientWidth,r.navigationWrap.width(t),"android"!==a.Private.browser&&"ios"!==a.Private.browser||(r.navigationMobile=e("<div/>",{class:"cbp-popup-singlePage cbp-popup-singlePage-sticky",id:r.wrap.attr("id")}).on("click.cbp",function(t){var n;r.stopEvents||(n=e(t.target).attr("data-action"),r[n]&&(r[n](),t.preventDefault()))}),r.navigationMobile.appendTo(n.body).append(r.navigationWrap))),r.finishOpen--,r.finishOpen<=0&&r.updateSinglePageIsOpen.call(r)}),"ie8"!==a.Private.browser&&"ie9"!==a.Private.browser||(r.options.singlePageStickyNavigation&&(i=r.wrap[0].clientWidth,r.navigationWrap.width(i),setTimeout(function(){r.wrap.addClass("cbp-popup-singlePage-sticky")},1e3)),r.finishOpen--),r.wrap.addClass("cbp-popup-loading"),r.wrap.offset(),r.wrap.addClass("cbp-popup-singlePage-open"),r.options.singlePageDeeplinking&&(r.url=r.url.split("#cbp=")[0],location.href=r.url+"#cbp="+r.dataArray[r.current].url),e.isFunction(r.options.singlePageCallback)&&r.options.singlePageCallback.call(r,r.dataArray[r.current].url,r.dataArray[r.current].element)}},openSinglePageInline:function(n,i,a){var o,s,r=this;if(a=a||!1,r.fromOpen=a,r.storeBlocks=n,r.storeCurrentBlock=i,r.isOpen)return o=e(i).closest(".cbp-item").index(),void(r.dataArray[r.current].url!==i.getAttribute("href")||r.current!==o?r.cubeportfolio.singlePageInline.close("open",{blocks:n,currentBlock:i,fromOpen:!0}):r.close());if(r.isOpen=!0,r.stopEvents=!1,r.dataArray=[],(r.current=null)===(o=i.getAttribute("href")))throw new Error("HEI! Your clicked element doesn't have a href attribute.");s=e(i).closest(".cbp-item")[0],n.each(function(e,t){s===t&&(r.current=e)}),r.dataArray[r.current]={url:o,element:i},e(r.dataArray[r.current].element).parents(".cbp-item").addClass("cbp-singlePageInline-active"),r.counterTotal=n.length,r.wrap.insertBefore(r.cubeportfolio.wrapper),"top"===r.options.singlePageInlinePosition?(r.startInline=0,r.top=0,r.firstRow=!0,r.lastRow=!1):"bottom"===r.options.singlePageInlinePosition?(r.startInline=r.counterTotal,r.top=r.cubeportfolio.height,r.firstRow=!1,r.lastRow=!0):"above"===r.options.singlePageInlinePosition?(r.startInline=r.cubeportfolio.cols*Math.floor(r.current/r.cubeportfolio.cols),r.top=e(n[r.current]).data("cbp").top,0===r.startInline?r.firstRow=!0:(r.top-=r.options.gapHorizontal,r.firstRow=!1),r.lastRow=!1):(r.top=e(n[r.current]).data("cbp").top+e(n[r.current]).data("cbp").height,r.startInline=Math.min(r.cubeportfolio.cols*(Math.floor(r.current/r.cubeportfolio.cols)+1),r.counterTotal),r.firstRow=!1,r.lastRow=r.startInline===r.counterTotal),r.wrap[0].style.height=r.wrap.outerHeight(!0)+"px",r.deferredInline=e.Deferred(),r.options.singlePageInlineInFocus?(r.scrollTop=e(t).scrollTop(),n=r.cubeportfolio.$obj.offset().top+r.top-100,r.scrollTop!==n?e("html,body").animate({scrollTop:n},350).promise().then(function(){r._resizeSinglePageInline(),r.deferredInline.resolve()}):(r._resizeSinglePageInline(),r.deferredInline.resolve())):(r._resizeSinglePageInline(),r.deferredInline.resolve()),r.cubeportfolio.$obj.addClass("cbp-popup-singlePageInline-open"),r.wrap.css({top:r.top}),e.isFunction(r.options.singlePageInlineCallback)&&r.options.singlePageInlineCallback.call(r,r.dataArray[r.current].url,r.dataArray[r.current].element)},_resizeSinglePageInline:function(){var e=this;e.height=e.firstRow||e.lastRow?e.wrap.outerHeight(!0):e.wrap.outerHeight(!0)-e.options.gapHorizontal,e.storeBlocks.each(function(t,n){t<e.startInline?a.Private.modernBrowser?n.style[a.Private.transform]="":n.style.marginTop="":a.Private.modernBrowser?n.style[a.Private.transform]="translate3d(0px, "+e.height+"px, 0)":n.style.marginTop=e.height+"px"}),e.cubeportfolio.obj.style.height=e.cubeportfolio.height+e.height+"px"},_revertResizeSinglePageInline:function(){this.deferredInline=e.Deferred(),this.storeBlocks.each(function(e,t){a.Private.modernBrowser?t.style[a.Private.transform]="":t.style.marginTop=""}),this.cubeportfolio.obj.style.height=this.cubeportfolio.height+"px"},appendScriptsToWrap:function(e){var t=this,i=0,a=function(o){var s=n.createElement("script"),r=o.src;s.type="text/javascript",s.readyState?s.onreadystatechange=function(){"loaded"!=s.readyState&&"complete"!=s.readyState||(s.onreadystatechange=null,e[++i]&&a(e[i]))}:s.onload=function(){e[++i]&&a(e[i])},r?s.src=r:s.text=o.text,t.content[0].appendChild(s)};a(e[0])},updateSinglePage:function(t,n,i){var a=this;a.content.addClass("cbp-popup-content").removeClass("cbp-popup-content-basic"),!1===i&&a.content.removeClass("cbp-popup-content").addClass("cbp-popup-content-basic"),a.counter&&(i=e(a._getCounterMarkup(a.options.singlePageCounter,a.current+1,a.counterTotal)),a.counter.text(i.text())),a.content.html(t),n&&a.appendScriptsToWrap(n),a.cubeportfolio.$obj.trigger("updateSinglePageStart.cbp"),a.finishOpen--,a.finishOpen<=0&&a.updateSinglePageIsOpen.call(a)},updateSinglePageIsOpen:function(){var t,n=this;n.wrap.addClass("cbp-popup-ready"),n.wrap.removeClass("cbp-popup-loading"),(t=n.content.find(".cbp-slider"))?(t.find(".cbp-slider-item").addClass("cbp-item"),n.slider=t.cubeportfolio({layoutMode:"slider",mediaQueries:[{width:1,cols:1}],gapHorizontal:0,gapVertical:0,caption:"",coverRatio:""})):n.slider=null,"android"!==a.Private.browser&&"ios"!==a.Private.browser||e("html").css({position:"fixed"}),n.cubeportfolio.$obj.trigger("updateSinglePageComplete.cbp")},updateSinglePageInline:function(e,t){var n=this;n.content.html(e),t&&n.appendScriptsToWrap(t),n.cubeportfolio.$obj.trigger("updateSinglePageInlineStart.cbp"),n.singlePageInlineIsOpen.call(n)},singlePageInlineIsOpen:function(){function e(){t.wrap.addClass("cbp-popup-singlePageInline-ready"),t.wrap[0].style.height="",t._resizeSinglePageInline(),t.cubeportfolio.$obj.trigger("updateSinglePageInlineComplete.cbp")}var t=this;t.cubeportfolio._load(t.wrap,function(){var n=t.content.find(".cbp-slider");n.length?(n.find(".cbp-slider-item").addClass("cbp-item"),n.one("initComplete.cbp",function(){t.deferredInline.done(e)}),n.on("pluginResize.cbp",function(){t.deferredInline.done(e)}),t.slider=n.cubeportfolio({layoutMode:"slider",displayType:"default",mediaQueries:[{width:1,cols:1}],gapHorizontal:0,gapVertical:0,caption:"",coverRatio:""})):(t.slider=null,t.deferredInline.done(e))})},isImage:function(t){var n=this,i=new Image;n.tooggleLoading(!0),e('<img src="'+t.src+'">').is("img:uncached")?(e(i).on("load.cbp error.cbp",function(){n.updateImagesMarkup(t.src,t.title,n._getCounterMarkup(n.options.lightboxCounter,n.current+1,n.counterTotal)),n.tooggleLoading(!1)}),i.src=t.src):(n.updateImagesMarkup(t.src,t.title,n._getCounterMarkup(n.options.lightboxCounter,n.current+1,n.counterTotal)),n.tooggleLoading(!1))},isVimeo:function(e){var t=this;t.updateVideoMarkup(e.src,e.title,t._getCounterMarkup(t.options.lightboxCounter,t.current+1,t.counterTotal))},isYoutube:function(e){var t=this;t.updateVideoMarkup(e.src,e.title,t._getCounterMarkup(t.options.lightboxCounter,t.current+1,t.counterTotal))},isTed:function(e){var t=this;t.updateVideoMarkup(e.src,e.title,t._getCounterMarkup(t.options.lightboxCounter,t.current+1,t.counterTotal))},isSoundCloud:function(e){var t=this;t.updateVideoMarkup(e.src,e.title,t._getCounterMarkup(t.options.lightboxCounter,t.current+1,t.counterTotal))},isSelfHostedVideo:function(e){var t=this;t.updateSelfHostedVideo(e.src,e.title,t._getCounterMarkup(t.options.lightboxCounter,t.current+1,t.counterTotal))},isSelfHostedAudio:function(e){var t=this;t.updateSelfHostedAudio(e.src,e.title,t._getCounterMarkup(t.options.lightboxCounter,t.current+1,t.counterTotal))},_getCounterMarkup:function(e,t,n){if(!e.length)return"";var i={current:t,total:n};return e.replace(/\{\{current}}|\{\{total}}/gi,function(e){return i[e.slice(2,-2)]})},updateSelfHostedVideo:function(e,t,n){this.wrap.addClass("cbp-popup-lightbox-isIframe");for(var i='<div class="cbp-popup-lightbox-iframe"><video controls="controls" height="auto" style="width: 100%">',a=0;a<e.length;a++)/(\.mp4)/i.test(e[a])?i+='<source src="'+e[a]+'" type="video/mp4">':/(\.ogg)|(\.ogv)/i.test(e[a])?i+='<source src="'+e[a]+'" type="video/ogg">':/(\.webm)/i.test(e[a])&&(i+='<source src="'+e[a]+'" type="video/webm">');i+='Your browser does not support the video tag.</video><div class="cbp-popup-lightbox-bottom">'+(t?'<div class="cbp-popup-lightbox-title">'+t+"</div>":"")+n+"</div></div>",this.content.html(i),this.wrap.addClass("cbp-popup-ready"),this.preloadNearbyImages()},updateSelfHostedAudio:function(e,t,n){this.wrap.addClass("cbp-popup-lightbox-isIframe"),n='<div class="cbp-popup-lightbox-iframe"><audio controls="controls" height="auto" style="width: 100%"><source src="'+e+'" type="audio/mpeg">Your browser does not support the audio tag.</audio><div class="cbp-popup-lightbox-bottom">'+(t?'<div class="cbp-popup-lightbox-title">'+t+"</div>":"")+n+"</div></div>",this.content.html(n),this.wrap.addClass("cbp-popup-ready"),this.preloadNearbyImages()},updateVideoMarkup:function(e,t,n){this.wrap.addClass("cbp-popup-lightbox-isIframe"),n='<div class="cbp-popup-lightbox-iframe"><iframe src="'+e+'" frameborder="0" allowfullscreen scrolling="no"></iframe><div class="cbp-popup-lightbox-bottom">'+(t?'<div class="cbp-popup-lightbox-title">'+t+"</div>":"")+n+"</div></div>",this.content.html(n),this.wrap.addClass("cbp-popup-ready"),this.preloadNearbyImages()},updateImagesMarkup:function(e,t,n){var i=this;i.wrap.removeClass("cbp-popup-lightbox-isIframe"),n='<div class="cbp-popup-lightbox-figure"><img src="'+e+'" class="cbp-popup-lightbox-img" '+i.dataActionImg+' /><div class="cbp-popup-lightbox-bottom">'+(t?'<div class="cbp-popup-lightbox-title">'+t+"</div>":"")+n+"</div></div>",i.content.html(n),i.wrap.addClass("cbp-popup-ready"),i.resizeImage(),i.preloadNearbyImages()},next:function(){this[this.type+"JumpTo"](1)},prev:function(){this[this.type+"JumpTo"](-1)},lightboxJumpTo:function(e){var t=this;t.current=t.getIndex(t.current+e),t[(t=t.dataArray[t.current]).type](t)},singlePageJumpTo:function(t){var n=this;n.current=n.getIndex(n.current+t),e.isFunction(n.options.singlePageCallback)&&(n.resetWrap(),n.wrap.scrollTop(0),n.wrap.addClass("cbp-popup-loading"),n.options.singlePageCallback.call(n,n.dataArray[n.current].url,n.dataArray[n.current].element),n.options.singlePageDeeplinking&&(location.href=n.url+"#cbp="+n.dataArray[n.current].url))},resetWrap:function(){"singlePage"===this.type&&this.options.singlePageDeeplinking&&(location.href=this.url+"#")},getIndex:function(e){return(e%=this.counterTotal)<0&&(e=this.counterTotal+e),e},close:function(n,i){function o(){r.content.html(""),r.wrap.detach(),r.cubeportfolio.$obj.removeClass("cbp-popup-singlePageInline-open cbp-popup-singlePageInline-close"),"promise"===n&&e.isFunction(i.callback)&&i.callback.call(r.cubeportfolio)}function s(){r.options.singlePageInlineInFocus&&"promise"!==n?e("html,body").animate({scrollTop:r.scrollTop},350).promise().then(function(){o()}):o()}var r=this;r.isOpen=!1,"singlePageInline"===r.type?"open"===n?(r.wrap.removeClass("cbp-popup-singlePageInline-ready"),e(r.dataArray[r.current].element).closest(".cbp-item").removeClass("cbp-singlePageInline-active"),r.openSinglePageInline(i.blocks,i.currentBlock,i.fromOpen)):(r.height=0,r._revertResizeSinglePageInline(),r.wrap.removeClass("cbp-popup-singlePageInline-ready"),r.cubeportfolio.$obj.addClass("cbp-popup-singlePageInline-close"),r.startInline=-1,r.cubeportfolio.$obj.find(".cbp-item").removeClass("cbp-singlePageInline-active"),a.Private.modernBrowser?r.wrap.one(a.Private.transitionend,function(){s()}):s()):"singlePage"===r.type?(r.resetWrap(),r.wrap.removeClass("cbp-popup-ready"),"android"!==a.Private.browser&&"ios"!==a.Private.browser||(e("html").css({position:""}),r.navigationWrap.appendTo(r.wrap),r.navigationMobile.remove()),e(t).scrollTop(r.scrollTop),setTimeout(function(){r.stopScroll=!0,r.navigationWrap.css({top:r.wrap.scrollTop()}),r.wrap.removeClass("cbp-popup-singlePage-open cbp-popup-singlePage-sticky"),"ie8"!==a.Private.browser&&"ie9"!==a.Private.browser||(r.content.html(""),r.wrap.detach(),e("html").css({overflow:"",paddingRight:"",position:""}),r.navigationWrap.removeAttr("style"))},0),r.wrap.one(a.Private.transitionend,function(){r.content.html(""),r.wrap.detach(),e("html").css({overflow:"",paddingRight:"",position:""}),r.navigationWrap.removeAttr("style")})):(r.originalStyle?e("html").attr("style",r.originalStyle):e("html").css({overflow:"",paddingRight:""}),e(t).scrollTop(r.scrollTop),r.content.html(""),r.wrap.detach())},tooggleLoading:function(e){this.stopEvents=e,this.wrap[e?"addClass":"removeClass"]("cbp-popup-loading")},resizeImage:function(){var n,i,a;this.isOpen&&(n=e(t).height(),i=this.content.find("img"),a=parseInt(i.css("margin-top"),10)+parseInt(i.css("margin-bottom"),10),i.css("max-height",n-a+"px"))},preloadNearbyImages:function(){var t,n,i=[],a=this;i.push(a.getIndex(a.current+1)),i.push(a.getIndex(a.current+2)),i.push(a.getIndex(a.current+3)),i.push(a.getIndex(a.current-1)),i.push(a.getIndex(a.current-2)),i.push(a.getIndex(a.current-3));for(var o=i.length-1;0<=o;o--)"isImage"===a.dataArray[i[o]].type&&(n=a.dataArray[i[o]].src,t=new Image,e('<img src="'+n+'">').is("img:uncached")&&(t.src=n))}},s=!1,r=!1;i.prototype.run=function(){var t=this,i=t.parent,a=e(n.body);i.lightbox=null,i.options.lightboxDelegate&&!s&&(s=!0,i.lightbox=Object.create(o),i.lightbox.init(i,"lightbox"),a.on("click.cbp",i.options.lightboxDelegate,function(n){n.preventDefault();var a=e(this),o=a.attr("data-cbp-lightbox"),s=t.detectScope(a),r=(n=s.data("cubeportfolio"),[]);n?n.blocksOn.each(function(t,n){(n=e(n)).not(".cbp-item-off")&&n.find(i.options.lightboxDelegate).each(function(t,n){o&&e(n).attr("data-cbp-lightbox")!==o||r.push(n)})}):r=o?s.find(i.options.lightboxDelegate+"[data-cbp-lightbox="+o+"]"):s.find(i.options.lightboxDelegate),i.lightbox.openLightbox(r,a[0])})),i.singlePage=null,i.options.singlePageDelegate&&!r&&(r=!0,i.singlePage=Object.create(o),i.singlePage.init(i,"singlePage"),a.on("click.cbp",i.options.singlePageDelegate,function(n){n.preventDefault();var a=e(this),o=a.attr("data-cbp-singlePage"),s=t.detectScope(a),r=(n=s.data("cubeportfolio"),[]);n?n.blocksOn.each(function(t,n){(n=e(n)).not(".cbp-item-off")&&n.find(i.options.singlePageDelegate).each(function(t,n){o&&e(n).attr("data-cbp-singlePage")!==o||r.push(n)})}):r=o?s.find(i.options.singlePageDelegate+"[data-cbp-singlePage="+o+"]"):s.find(i.options.singlePageDelegate),i.singlePage.openSinglePage(r,a[0])})),i.singlePageInline=null,i.options.singlePageDelegate&&(i.singlePageInline=Object.create(o),i.singlePageInline.init(i,"singlePageInline"),i.$obj.on("click.cbp",i.options.singlePageInlineDelegate,function(e){e.preventDefault(),i.singlePageInline.openSinglePageInline(i.blocksOn,this)}))},i.prototype.detectScope=function(t){var i,a=t.closest(".cbp-popup-singlePageInline");return a.length?(i=t.closest(".cbp",a[0])).length?i:a:(a=t.closest(".cbp-popup-singlePage")).length?(i=t.closest(".cbp",a[0])).length?i:a:(i=t.closest(".cbp")).length?i:e(n.body)},i.prototype.destroy=function(){var t=this.parent;e(n.body).off("click.cbp"),r=s=!1,t.lightbox&&t.lightbox.destroy(),t.singlePage&&t.singlePage.destroy(),t.singlePageInline&&t.singlePageInline.destroy()},a.Plugins.PopUp=function(e){return new i(e)}}(jQuery,window,document),function(e,t,n){"use strict";var i=e.fn.cubeportfolio.Constructor;i.Private={checkInstance:function(t){var n=e.data(this,"cubeportfolio");if(!n)throw new Error("cubeportfolio is not initialized. Initialize it before calling "+t+" method!");return n},browserInfo:function(){var e,n=i.Private,a=navigator.appVersion;-1!==a.indexOf("MSIE 8.")?n.browser="ie8":-1!==a.indexOf("MSIE 9.")?n.browser="ie9":-1!==a.indexOf("MSIE 10.")?n.browser="ie10":t.ActiveXObject||"ActiveXObject"in t?n.browser="ie11":/android/gi.test(a)?n.browser="android":/iphone|ipad|ipod/gi.test(a)?n.browser="ios":/chrome/gi.test(a)?n.browser="chrome":n.browser="",n.styleSupport("perspective"),e=n.styleSupport("transition"),n.transitionend={WebkitTransition:"webkitTransitionEnd",transition:"transitionend"}[e],a=n.styleSupport("animation"),n.animationend={WebkitAnimation:"webkitAnimationEnd",animation:"animationend"}[a],n.animationDuration={WebkitAnimation:"webkitAnimationDuration",animation:"animationDuration"}[a],n.animationDelay={WebkitAnimation:"webkitAnimationDelay",animation:"animationDelay"}[a],n.transform=n.styleSupport("transform"),e&&a&&n.transform&&(n.modernBrowser=!0)},styleSupport:function(e){var t,i="Webkit"+e.charAt(0).toUpperCase()+e.slice(1),a=n.createElement("div");return e in a.style?t=e:i in a.style&&(t=i),a=null,t}},i.Private.browserInfo()}(jQuery,window,document),function(e,t,n){"use strict";var i=e.fn.cubeportfolio.Constructor;i.Public={init:function(e,t){new i(this,e,t)},destroy:function(a){var o=i.Private.checkInstance.call(this,"destroy");o._triggerEvent("beforeDestroy"),e.removeData(this,"cubeportfolio"),o.blocks.each(function(){e.removeData(this,"cbp-wxh")}),o.$obj.removeClass("cbp-ready cbp-addItemscbp-cols-"+o.cols).removeAttr("style"),o.$ul.removeClass("cbp-wrapper"),e(t).off("resize.cbp"),o.$obj.off(".cbp"),e(n).off(".cbp"),o.blocks.removeClass("cbp-item-off").removeAttr("style"),o.blocks.find(".cbp-item-wrapper").children().unwrap(),o.options.caption&&o._captionDestroy(),o._destroySlider(),o.$ul.unwrap(),o.addedWrapp&&o.blocks.unwrap(),e.each(o._plugins,function(e,t){"function"==typeof t.destroy&&t.destroy()}),e.isFunction(a)&&a.call(o),o._triggerEvent("afterDestroy")},filter:function(t,n){var a=i.Private.checkInstance.call(this,"filter");e.isFunction(n)&&a._registerEvent("filterFinish",n,!0),a.isAnimating||a.defaultFilter===t||(a.isAnimating=!0,a.defaultFilter=t,a.singlePageInline&&a.singlePageInline.isOpen?a.singlePageInline.close("promise",{callback:function(){a._filter(t)}}):a._filter(t),a.options.filterDeeplinking&&(n=location.href.replace(/#cbpf=(.*?)([#|?&]|$)/gi,""),location.href=n+"#cbpf="+t,a.singlePage&&a.singlePage.url&&(a.singlePage.url=location.href)))},showCounter:function(t,n){var a=i.Private.checkInstance.call(this,"showCounter");a.elems=t,e.each(t,function(){var t=e(this),n=t.data("filter");n=a.blocks.filter(n).length,t.find(".cbp-filter-counter").text(n)}),e.isFunction(n)&&n.call(a)},appendItems:function(e,t){var n=i.Private.checkInstance.call(this,"appendItems");n.isAnimating||(n.isAnimating=!0,n.singlePageInline&&n.singlePageInline.isOpen?n.singlePageInline.close("promise",{callback:function(){n._addItems(e,t)}}):n._addItems(e,t))}}}(jQuery,window,document),"function"!=typeof Object.create&&(Object.create=function(e){function t(){}return t.prototype=e,new t}),jQuery.expr[":"].uncached=function(e){if(!jQuery(e).is('img[src][src!=""]'))return!1;var t=new Image;return t.src=e.src,!t.complete||void 0!==t.naturalWidth&&0===t.naturalWidth},function(){for(var e=0,t=["moz","webkit"],n=0;n<t.length&&!window.requestAnimationFrame;++n)window.requestAnimationFrame=window[t[n]+"RequestAnimationFrame"],window.cancelAnimationFrame=window[t[n]+"CancelAnimationFrame"]||window[t[n]+"CancelRequestAnimationFrame"];window.requestAnimationFrame||(window.requestAnimationFrame=function(t,n){var i=(new Date).getTime(),a=Math.max(0,16-(i-e)),o=window.setTimeout(function(){t(i+a)},a);return e=i+a,o}),window.cancelAnimationFrame||(window.cancelAnimationFrame=function(e){clearTimeout(e)})}(),function(e){"use strict";function t(e){(this.parent=e).filterLayout=this.filterLayout}var n=e.fn.cubeportfolio.Constructor;t.prototype.filterLayout=function(t){function i(){a.blocks.removeClass("cbp-item-on2off cbp-item-off2on cbp-item-on2on").each(function(t,i){var a=e(i).data("cbp");a.left=a.leftNew,a.top=a.topNew,i.style.left=a.left+"px",i.style.top=a.top+"px",i.style[n.Private.transform]=""}),a.blocksOff.addClass("cbp-item-off"),a.$obj.removeClass("cbp-animation-"+a.options.animationType),a.filterFinish()}var a=this;a.$obj.addClass("cbp-animation-"+a.options.animationType),a.blocksOnInitial.filter(t).addClass("cbp-item-on2on").each(function(t,i){var a=e(i).data("cbp");i.style[n.Private.transform]="translate3d("+(a.leftNew-a.left)+"px, "+(a.topNew-a.top)+"px, 0)"}),a.blocksOn2Off=a.blocksOnInitial.not(t).addClass("cbp-item-on2off"),a.blocksOff2On=a.blocksOn.filter(".cbp-item-off").removeClass("cbp-item-off").addClass("cbp-item-off2on").each(function(t,n){var i=e(n).data("cbp");i.left=i.leftNew,i.top=i.topNew,n.style.left=i.left+"px",n.style.top=i.top+"px"}),a.blocksOn2Off.length?a.blocksOn2Off.last().data("cbp").wrapper.one(n.Private.animationend,i):a.blocksOff2On.length?a.blocksOff2On.last().data("cbp").wrapper.one(n.Private.animationend,i):i(),a._resizeMainContainer()},t.prototype.destroy=function(){var e=this.parent;e.$obj.removeClass("cbp-animation-"+e.options.animationType)},n.Plugins.AnimationClassic=function(i){return!n.Private.modernBrowser||e.inArray(i.options.animationType,["boxShadow","fadeOut","flipBottom","flipOut","quicksand","scaleSides","skew"])<0?null:new t(i)}}(jQuery,(window,document)),function(e){"use strict";function t(e){(this.parent=e).filterLayout=this.filterLayout}var n=e.fn.cubeportfolio.Constructor;t.prototype.filterLayout=function(t){function i(){a.wrapper[0].removeChild(o),"sequentially"===a.options.animationType&&a.blocksOn.each(function(t,i){e(i).data("cbp").wrapper[0].style[n.Private.animationDelay]=""}),a.$obj.removeClass("cbp-animation-"+a.options.animationType),a.filterFinish()}var a=this,o=a.$ul[0].cloneNode(!0);o.setAttribute("class","cbp-wrapper-helper"),a.wrapper[0].insertBefore(o,a.$ul[0]),requestAnimationFrame(function(){a.$obj.addClass("cbp-animation-"+a.options.animationType),a.blocksOff.addClass("cbp-item-off"),a.blocksOn.removeClass("cbp-item-off").each(function(t,i){var o=e(i).data("cbp");o.left=o.leftNew,o.top=o.topNew,i.style.left=o.left+"px",i.style.top=o.top+"px","sequentially"===a.options.animationType&&(o.wrapper[0].style[n.Private.animationDelay]=60*t+"ms")}),a.blocksOn.length?a.blocksOn.last().data("cbp").wrapper.one(n.Private.animationend,i):a.blocksOnInitial.length?a.blocksOnInitial.last().data("cbp").wrapper.one(n.Private.animationend,i):i(),a._resizeMainContainer()})},t.prototype.destroy=function(){var e=this.parent;e.$obj.removeClass("cbp-animation-"+e.options.animationType)},n.Plugins.AnimationClone=function(i){return!n.Private.modernBrowser||e.inArray(i.options.animationType,["fadeOutTop","slideLeft","sequentially"])<0?null:new t(i)}}(jQuery,(window,document)),function(e){"use strict";function t(e){(this.parent=e).filterLayout=this.filterLayout}var n=e.fn.cubeportfolio.Constructor;t.prototype.filterLayout=function(t){function i(){a.wrapper[0].removeChild(o),a.$obj.removeClass("cbp-animation-"+a.options.animationType),a.blocks.each(function(t,i){e(i).data("cbp").wrapper[0].style[n.Private.animationDelay]=""}),a.filterFinish()}var a=this,o=a.$ul[0].cloneNode(!0);o.setAttribute("class","cbp-wrapper-helper"),a.wrapper[0].insertBefore(o,a.$ul[0]),e(o).find(".cbp-item").not(".cbp-item-off").children(".cbp-item-wrapper").each(function(e,t){t.style[n.Private.animationDelay]=50*e+"ms"}),requestAnimationFrame(function(){a.$obj.addClass("cbp-animation-"+a.options.animationType),a.blocksOff.addClass("cbp-item-off"),a.blocksOn.removeClass("cbp-item-off").each(function(t,i){var a=e(i).data("cbp");a.left=a.leftNew,a.top=a.topNew,i.style.left=a.left+"px",i.style.top=a.top+"px",a.wrapper[0].style[n.Private.animationDelay]=50*t+"ms"}),a.blocksOn.length?a.blocksOn.last().data("cbp").wrapper.one(n.Private.animationend,i):a.blocksOnInitial.length?a.blocksOnInitial.last().data("cbp").wrapper.one(n.Private.animationend,i):i(),a._resizeMainContainer()})},t.prototype.destroy=function(){var e=this.parent;e.$obj.removeClass("cbp-animation-"+e.options.animationType)},n.Plugins.AnimationCloneDelay=function(i){return!n.Private.modernBrowser||e.inArray(i.options.animationType,["3dflip","flipOutDelay","foldLeft","frontRow","rotateRoom","rotateSides","scaleDown","slideDelay","unfold"])<0?null:new t(i)}}(jQuery,(window,document)),function(e){"use strict";function t(e){(this.parent=e).filterLayout=this.filterLayout}var n=e.fn.cubeportfolio.Constructor;t.prototype.filterLayout=function(t){function i(){a.wrapper[0].removeChild(o),a.$obj.removeClass("cbp-animation-"+a.options.animationType),a.filterFinish()}var a=this,o=a.$ul[0].cloneNode(!0);o.setAttribute("class","cbp-wrapper-helper"),a.wrapper[0].insertBefore(o,a.$ul[0]),requestAnimationFrame(function(){a.$obj.addClass("cbp-animation-"+a.options.animationType),a.blocksOff.addClass("cbp-item-off"),a.blocksOn.removeClass("cbp-item-off").each(function(t,n){var i=e(n).data("cbp");i.left=i.leftNew,i.top=i.topNew,n.style.left=i.left+"px",n.style.top=i.top+"px"}),a.blocksOn.length?a.$ul.one(n.Private.animationend,i):a.blocksOnInitial.length?e(o).one(n.Private.animationend,i):i(),a._resizeMainContainer()})},t.prototype.destroy=function(){var e=this.parent;e.$obj.removeClass("cbp-animation-"+e.options.animationType)},n.Plugins.AnimationWrapper=function(i){return!n.Private.modernBrowser||e.inArray(i.options.animationType,["bounceBottom","bounceLeft","bounceTop","moveLeft"])<0?null:new t(i)}}(jQuery,(window,document)),function(e){"use strict";function t(t){(this.parent=t)._registerEvent("initFinish",function(){t.$obj.on("click.cbp",".cbp-caption-defaultWrap",function(i){var a,o,s,r;i.preventDefault(),t.isAnimating||(t.isAnimating=!0,s=e(this),a=s.next(),o=s.parent(),r={position:"relative",height:a.outerHeight(!0)},i={position:"relative",height:0},t.$obj.addClass("cbp-caption-expand-active"),o.hasClass("cbp-caption-expand-open")&&(s=i,i=r,r=s,o.removeClass("cbp-caption-expand-open")),a.css(r),t._gridAdjust(),t._layout(),t.positionateItems(),t._resizeMainContainer(),a.css(i),requestAnimationFrame(function(){o.addClass("cbp-caption-expand-open"),a.one(n.Private.transitionend,function(){t.isAnimating=!1,t.$obj.removeClass("cbp-caption-expand-active"),0===r.height&&(o.removeClass("cbp-caption-expand-open"),a.attr("style",""))}),a.css(r),"slider"===t.options.layoutMode&&t._updateSlider(),t._triggerEvent("resizeGrid")}))})},!0)}var n=e.fn.cubeportfolio.Constructor;t.prototype.destroy=function(){this.parent.$obj.find(".cbp-caption-defaultWrap").off("click.cbp").parent().removeClass("cbp-caption-expand-active")},n.Plugins.CaptionExpand=function(e){return"expand"!==e.options.caption?null:new t(e)}}(jQuery,(window,document)),function(e){"use strict";function t(e){e._skipNextEvent("delayFrame"),e._registerEvent("initEndWrite",function(){e.blocksOn.each(function(t,i){i.style[n.Private.animationDelay]=t*e.options.displayTypeSpeed+"ms"}),e.$obj.addClass("cbp-displayType-bottomToTop"),e.blocksOn.last().one(n.Private.animationend,function(){e.$obj.removeClass("cbp-displayType-bottomToTop"),e.blocksOn.each(function(e,t){t.style[n.Private.animationDelay]=""}),e._triggerEvent("delayFrame")})},!0)}var n=e.fn.cubeportfolio.Constructor;n.Plugins.BottomToTop=function(e){return n.Private.modernBrowser&&"bottomToTop"===e.options.displayType&&0!==e.blocks.length?new t(e):null}}(jQuery,(window,document)),function(e){"use strict";function t(e){e._skipNextEvent("delayFrame"),e._registerEvent("initEndWrite",function(){e.obj.style[n.Private.animationDuration]=e.options.displayTypeSpeed+"ms",e.$obj.addClass("cbp-displayType-fadeInToTop"),e.$obj.one(n.Private.animationend,function(){e.$obj.removeClass("cbp-displayType-fadeInToTop"),e.obj.style[n.Private.animationDuration]="",e._triggerEvent("delayFrame")})},!0)}var n=e.fn.cubeportfolio.Constructor;n.Plugins.FadeInToTop=function(e){return n.Private.modernBrowser&&"fadeInToTop"===e.options.displayType&&0!==e.blocks.length?new t(e):null}}(jQuery,(window,document)),function(e){"use strict";function t(e){e._skipNextEvent("delayFrame"),e._registerEvent("initEndWrite",function(){e.obj.style[n.Private.animationDuration]=e.options.displayTypeSpeed+"ms",e.$obj.addClass("cbp-displayType-lazyLoading"),e.$obj.one(n.Private.animationend,function(){e.$obj.removeClass("cbp-displayType-lazyLoading"),e.obj.style[n.Private.animationDuration]="",e._triggerEvent("delayFrame")})},!0)}var n=e.fn.cubeportfolio.Constructor;n.Plugins.LazyLoading=function(e){return!n.Private.modernBrowser||"lazyLoading"!==e.options.displayType&&"fadeIn"!==e.options.displayType||0===e.blocks.length?null:new t(e)}}(jQuery,(window,document)),function(e){"use strict";function t(e){e._skipNextEvent("delayFrame"),e._registerEvent("initEndWrite",function(){e.blocksOn.each(function(t,i){i.style[n.Private.animationDelay]=t*e.options.displayTypeSpeed+"ms"}),e.$obj.addClass("cbp-displayType-sequentially"),e.blocksOn.last().one(n.Private.animationend,function(){e.$obj.removeClass("cbp-displayType-sequentially"),e.blocksOn.each(function(e,t){t.style[n.Private.animationDelay]=""}),e._triggerEvent("delayFrame")})},!0)}var n=e.fn.cubeportfolio.Constructor;n.Plugins.DisplaySequentially=function(e){return n.Private.modernBrowser&&"sequentially"===e.options.displayType&&0!==e.blocks.length?new t(e):null}}(jQuery,(window,document)),function(e){"use strict";e.fn.emulateTransitionEnd=function(t){var n=!1,i=this;return e(this).one("bsTransitionEnd",function(){n=!0}),setTimeout(function(){n||e(i).trigger(e.support.transition.end)},t),this},e(function(){e.support.transition=function(){var e,t=document.createElement("bootstrap"),n={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(e in n)if(void 0!==t.style[e])return{end:n[e]};return!1}(),e.support.transition&&(e.event.special.bsTransitionEnd={bindType:e.support.transition.end,delegateType:e.support.transition.end,handle:function(t){if(e(t.target).is(this))return t.handleObj.handler.apply(this,arguments)}})})}(jQuery),function(e){"use strict";function t(t){var n=t.attr("data-target")||(n=t.attr("href"))&&n.replace(/.*(?=#[^\s]+$)/,"");return e(n)}function n(t){return this.each(function(){var n=e(this),a=n.data("bs.collapse"),o=e.extend({},i.DEFAULTS,n.data(),"object"==typeof t&&t);!a&&o.toggle&&/show|hide/.test(t)&&(o.toggle=!1),a||n.data("bs.collapse",a=new i(this,o)),"string"==typeof t&&a[t]()})}var i=function(t,n){this.$element=e(t),this.options=e.extend({},i.DEFAULTS,n),this.$trigger=e('[data-toggle="collapse"][href="#'+t.id+'"],[data-toggle="collapse"][data-target="#'+t.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};i.VERSION="3.3.7",i.TRANSITION_DURATION=350,i.DEFAULTS={toggle:!0},i.prototype.dimension=function(){return this.$element.hasClass("width")?"width":"height"},i.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var t=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(t&&t.length&&(s=t.data("bs.collapse"))&&s.transitioning)){var a=e.Event("show.bs.collapse");if(this.$element.trigger(a),!a.isDefaultPrevented()){t&&t.length&&(n.call(t,"hide"),s||t.data("bs.collapse",null));var o=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[o](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var s=function(){this.$element.removeClass("collapsing").addClass("collapse in")[o](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!e.support.transition)return s.call(this);t=e.camelCase(["scroll",o].join("-")),this.$element.one("bsTransitionEnd",e.proxy(s,this)).emulateTransitionEnd(i.TRANSITION_DURATION)[o](this.$element[0][t])}}}},i.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var t=e.Event("hide.bs.collapse");if(this.$element.trigger(t),!t.isDefaultPrevented()){var n=this.dimension();return this.$element[n](this.$element[n]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1,t=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")},e.support.transition?void this.$element[n](0).one("bsTransitionEnd",e.proxy(t,this)).emulateTransitionEnd(i.TRANSITION_DURATION):t.call(this)}}},i.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},i.prototype.getParent=function(){return e(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(e.proxy(function(n,i){i=e(i),this.addAriaAndCollapsedClass(t(i),i)},this)).end()},i.prototype.addAriaAndCollapsedClass=function(e,t){var n=e.hasClass("in");e.attr("aria-expanded",n),t.toggleClass("collapsed",!n).attr("aria-expanded",n)};var a=e.fn.collapse;e.fn.collapse=n,e.fn.collapse.Constructor=i,e.fn.collapse.noConflict=function(){return e.fn.collapse=a,this},e(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(i){var a=e(this);a.attr("data-target")||i.preventDefault(),a=(i=t(a)).data("bs.collapse")?"toggle":a.data(),n.call(i,a)})}(jQuery),function(e){"use strict";function t(t){var n=t.attr("data-target");return n||(n=(n=t.attr("href"))&&/#[A-Za-z]/.test(n)&&n.replace(/.*(?=#[^\s]*$)/,"")),(n=n&&e(n))&&n.length?n:t.parent()}function n(n){n&&3===n.which||(e(".dropdown-backdrop").remove(),e(a).each(function(){var i=e(this),a=t(i),o={relatedTarget:this};a.hasClass("open")&&(n&&"click"==n.type&&/input|textarea/i.test(n.target.tagName)&&e.contains(a[0],n.target)||(a.trigger(n=e.Event("hide.bs.dropdown",o)),n.isDefaultPrevented()||(i.attr("aria-expanded","false"),a.removeClass("open").trigger(e.Event("hidden.bs.dropdown",o)))))}))}function i(t){e(t).on("click.bs.dropdown",this.toggle)}var a='[data-toggle="dropdown"]';i.VERSION="3.3.7",i.prototype.toggle=function(i){var a=e(this);if(!a.is(".disabled, :disabled")){var o=t(a),s=o.hasClass("open");if(n(),!s){if("ontouchstart"in document.documentElement&&!o.closest(".navbar-nav").length&&e(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(e(this)).on("click",n),s={relatedTarget:this},o.trigger(i=e.Event("show.bs.dropdown",s)),i.isDefaultPrevented())return;a.trigger("focus").attr("aria-expanded","true"),o.toggleClass("open").trigger(e.Event("shown.bs.dropdown",s))}return!1}},i.prototype.keydown=function(n){if(/(38|40|27|32)/.test(n.which)&&!/input|textarea/i.test(n.target.tagName)){var i=e(this);if(n.preventDefault(),n.stopPropagation(),!i.is(".disabled, :disabled")){var o=t(i),s=o.hasClass("open");if(!s&&27!=n.which||s&&27==n.which)return 27==n.which&&o.find(a).trigger("focus"),i.trigger("click");(i=o.find(".dropdown-menu li:not(.disabled):visible a")).length&&(o=i.index(n.target),38==n.which&&0<o&&o--,40==n.which&&o<i.length-1&&o++,~o||(o=0),i.eq(o).trigger("focus"))}}};var o=e.fn.dropdown;e.fn.dropdown=function(t){return this.each(function(){var n=e(this),a=n.data("bs.dropdown");a||n.data("bs.dropdown",a=new i(this)),"string"==typeof t&&a[t].call(n)})},e.fn.dropdown.Constructor=i,e.fn.dropdown.noConflict=function(){return e.fn.dropdown=o,this},e(document).on("click.bs.dropdown.data-api",n).on("click.bs.dropdown.data-api",".dropdown form",function(e){e.stopPropagation()}).on("click.bs.dropdown.data-api",a,i.prototype.toggle).on("keydown.bs.dropdown.data-api",a,i.prototype.keydown).on("keydown.bs.dropdown.data-api",".dropdown-menu",i.prototype.keydown)}(jQuery),function(e){"use strict";function t(t,i){return this.each(function(){var a=e(this),o=a.data("bs.modal"),s=e.extend({},n.DEFAULTS,a.data(),"object"==typeof t&&t);o||a.data("bs.modal",o=new n(this,s)),"string"==typeof t?o[t](i):s.show&&o.show(i)})}function n(t,n){this.options=n,this.$body=e(document.body),this.$element=e(t),this.$dialog=this.$element.find(".modal-dialog"),this.$backdrop=null,this.isShown=null,this.originalBodyPad=null,this.scrollbarWidth=0,this.ignoreBackdropClick=!1,this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,e.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))}n.VERSION="3.3.7",n.TRANSITION_DURATION=300,n.BACKDROP_TRANSITION_DURATION=150,n.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},n.prototype.toggle=function(e){return this.isShown?this.hide():this.show(e)},n.prototype.show=function(t){var i=this,a=e.Event("show.bs.modal",{relatedTarget:t});this.$element.trigger(a),this.isShown||a.isDefaultPrevented()||(this.isShown=!0,this.checkScrollbar(),this.setScrollbar(),this.$body.addClass("modal-open"),this.escape(),this.resize(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',e.proxy(this.hide,this)),this.$dialog.on("mousedown.dismiss.bs.modal",function(){i.$element.one("mouseup.dismiss.bs.modal",function(t){e(t.target).is(i.$element)&&(i.ignoreBackdropClick=!0)})}),this.backdrop(function(){var a=e.support.transition&&i.$element.hasClass("fade");i.$element.parent().length||i.$element.appendTo(i.$body),i.$element.show().scrollTop(0),i.adjustDialog(),a&&i.$element[0].offsetWidth,i.$element.addClass("in"),i.enforceFocus();var o=e.Event("shown.bs.modal",{relatedTarget:t});a?i.$dialog.one("bsTransitionEnd",function(){i.$element.trigger("focus").trigger(o)}).emulateTransitionEnd(n.TRANSITION_DURATION):i.$element.trigger("focus").trigger(o)}))},n.prototype.hide=function(t){t&&t.preventDefault(),t=e.Event("hide.bs.modal"),this.$element.trigger(t),this.isShown&&!t.isDefaultPrevented()&&(this.isShown=!1,this.escape(),this.resize(),e(document).off("focusin.bs.modal"),this.$element.removeClass("in").off("click.dismiss.bs.modal").off("mouseup.dismiss.bs.modal"),this.$dialog.off("mousedown.dismiss.bs.modal"),e.support.transition&&this.$element.hasClass("fade")?this.$element.one("bsTransitionEnd",e.proxy(this.hideModal,this)).emulateTransitionEnd(n.TRANSITION_DURATION):this.hideModal())},n.prototype.enforceFocus=function(){e(document).off("focusin.bs.modal").on("focusin.bs.modal",e.proxy(function(e){document===e.target||this.$element[0]===e.target||this.$element.has(e.target).length||this.$element.trigger("focus")},this))},n.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keydown.dismiss.bs.modal",e.proxy(function(e){27==e.which&&this.hide()},this)):this.isShown||this.$element.off("keydown.dismiss.bs.modal")},n.prototype.resize=function(){this.isShown?e(window).on("resize.bs.modal",e.proxy(this.handleUpdate,this)):e(window).off("resize.bs.modal")},n.prototype.hideModal=function(){var e=this;this.$element.hide(),this.backdrop(function(){e.$body.removeClass("modal-open"),e.resetAdjustments(),e.resetScrollbar(),e.$element.trigger("hidden.bs.modal")})},n.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},n.prototype.backdrop=function(t){var i,a=this,o=this.$element.hasClass("fade")?"fade":"";this.isShown&&this.options.backdrop?(i=e.support.transition&&o,this.$backdrop=e(document.createElement("div")).addClass("modal-backdrop "+o).appendTo(this.$body),this.$element.on("click.dismiss.bs.modal",e.proxy(function(e){return this.ignoreBackdropClick?void(this.ignoreBackdropClick=!1):void(e.target===e.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus():this.hide()))},this)),i&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),t&&(i?this.$backdrop.one("bsTransitionEnd",t).emulateTransitionEnd(n.BACKDROP_TRANSITION_DURATION):t())):!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("in"),i=function(){a.removeBackdrop(),t&&t()},e.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one("bsTransitionEnd",i).emulateTransitionEnd(n.BACKDROP_TRANSITION_DURATION):i()):t&&t()},n.prototype.handleUpdate=function(){this.adjustDialog()},n.prototype.adjustDialog=function(){var e=this.$element[0].scrollHeight>document.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&e?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!e?this.scrollbarWidth:""})},n.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},n.prototype.checkScrollbar=function(){var e,t=window.innerWidth;t||(t=(e=document.documentElement.getBoundingClientRect()).right-Math.abs(e.left)),this.bodyIsOverflowing=document.body.clientWidth<t,this.scrollbarWidth=this.measureScrollbar()},n.prototype.setScrollbar=function(){var e=parseInt(this.$body.css("padding-right")||0,10);this.originalBodyPad=document.body.style.paddingRight||"",this.bodyIsOverflowing&&this.$body.css("padding-right",e+this.scrollbarWidth)},n.prototype.resetScrollbar=function(){this.$body.css("padding-right",this.originalBodyPad)},n.prototype.measureScrollbar=function(){var e=document.createElement("div");e.className="modal-scrollbar-measure",this.$body.append(e);var t=e.offsetWidth-e.clientWidth;return this.$body[0].removeChild(e),t};var i=e.fn.modal;e.fn.modal=t,e.fn.modal.Constructor=n,e.fn.modal.noConflict=function(){return e.fn.modal=i,this},e(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(n){var i=e(this),a=i.attr("href").replace(/^.*(\#.+)/, '$1'),o=e(i.attr("data-target")||a&&a.replace(/.*(?=#[^\s]+$)/,""));a=o.data("bs.modal")?"toggle":e.extend({remote:!/#/.test(a)&&a},o.data(),i.data()),i.is("a")&&n.preventDefault(),o.one("show.bs.modal",function(e){e.isDefaultPrevented()||o.one("hidden.bs.modal",function(){i.is(":visible")&&i.trigger("focus")})}),t.call(o,a,this)})}(jQuery),function(e){"use strict";function t(t){return this.each(function(){var i=e(this),a=i.data("bs.affix"),o="object"==typeof t&&t;a||i.data("bs.affix",a=new n(this,o)),"string"==typeof t&&a[t]()})}var n=function(t,i){this.options=e.extend({},n.DEFAULTS,i),this.$target=e(this.options.target).on("scroll.bs.affix.data-api",e.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",e.proxy(this.checkPositionWithEventLoop,this)),this.$element=e(t),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};n.VERSION="3.3.7",n.RESET="affix affix-top affix-bottom",n.DEFAULTS={offset:0,target:window},n.prototype.getState=function(e,t,n,i){var a=this.$target.scrollTop(),o=this.$element.offset(),s=this.$target.height();if(null!=n&&"top"==this.affixed)return a<n&&"top";if("bottom"==this.affixed)return null!=n?!(a+this.unpin<=o.top)&&"bottom":!(a+s<=e-i)&&"bottom";var r=null==this.affixed;return o=r?a:o.top,null!=n&&a<=n?"top":null!=i&&e-i<=o+(r?s:t)&&"bottom"},n.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(n.RESET).addClass("affix");var e=this.$target.scrollTop(),t=this.$element.offset();return this.pinnedOffset=t.top-e},n.prototype.checkPositionWithEventLoop=function(){setTimeout(e.proxy(this.checkPosition,this),1)},n.prototype.checkPosition=function(){if(this.$element.is(":visible")){var t=this.$element.height(),i=this.options.offset,a=i.top,o=i.bottom,s=Math.max(e(document).height(),e(document.body).height());"object"!=typeof i&&(o=a=i),"function"==typeof a&&(a=i.top(this.$element)),"function"==typeof o&&(o=i.bottom(this.$element));var r=this.getState(s,t,a,o);if(this.affixed!=r){if(null!=this.unpin&&this.$element.css("top",""),i="affix"+(r?"-"+r:""),a=e.Event(i+".bs.affix"),this.$element.trigger(a),a.isDefaultPrevented())return;this.affixed=r,this.unpin="bottom"==r?this.getPinnedOffset():null,this.$element.removeClass(n.RESET).addClass(i).trigger(i.replace("affix","affixed")+".bs.affix")}"bottom"==r&&this.$element.offset({top:s-t-o})}};var i=e.fn.affix;e.fn.affix=t,e.fn.affix.Constructor=n,e.fn.affix.noConflict=function(){return e.fn.affix=i,this},e(window).on("load",function(){e('[data-spy="affix"]').each(function(){var n=e(this),i=n.data();i.offset=i.offset||{},null!=i.offsetBottom&&(i.offset.bottom=i.offsetBottom),null!=i.offsetTop&&(i.offset.top=i.offsetTop),t.call(n,i)})})}(jQuery),function(e){"use strict";function t(t){return this.each(function(){var i=e(this),a=i.data("bs.tab");a||i.data("bs.tab",a=new n(this)),"string"==typeof t&&a[t]()})}function n(t){this.element=e(t)}n.VERSION="3.3.7",n.TRANSITION_DURATION=150,n.prototype.show=function(){var t,n,i,a=this.element,o=a.closest("ul:not(.dropdown-menu)"),s=a.data("target");s||(s=(s=a.attr("href"))&&s.replace(/.*(?=#[^\s]*$)/,"")),a.parent("li").hasClass("active")||(t=o.find(".active:last a"),n=e.Event("hide.bs.tab",{relatedTarget:a[0]}),i=e.Event("show.bs.tab",{relatedTarget:t[0]}),t.trigger(n),a.trigger(i),i.isDefaultPrevented()||n.isDefaultPrevented()||(s=e(s),this.activate(a.closest("li"),o),this.activate(s,s.parent(),function(){t.trigger({type:"hidden.bs.tab",relatedTarget:a[0]}),a.trigger({type:"shown.bs.tab",relatedTarget:t[0]})})))},n.prototype.activate=function(t,i,a){function o(){s.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),t.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),r?(t[0].offsetWidth,t.addClass("in")):t.removeClass("fade"),t.parent(".dropdown-menu").length&&t.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),a&&a()}var s=i.find("> .active"),r=a&&e.support.transition&&(s.length&&s.hasClass("fade")||!!i.find("> .fade").length);s.length&&r?s.one("bsTransitionEnd",o).emulateTransitionEnd(n.TRANSITION_DURATION):o(),s.removeClass("in")};var i=e.fn.tab;function a(n){n.preventDefault(),t.call(e(this),"show")}e.fn.tab=t,e.fn.tab.Constructor=n,e.fn.tab.noConflict=function(){return e.fn.tab=i,this},e(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',a).on("click.bs.tab.data-api",'[data-toggle="pill"]',a)}(jQuery),function(e){"use strict";function t(e,t){this.type=null,this.options=null,this.enabled=null,this.timeout=null,this.hoverState=null,this.$element=null,this.inState=null,this.init("tooltip",e,t)}t.VERSION="3.3.7",t.TRANSITION_DURATION=150,t.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},t.prototype.init=function(t,n,i){if(this.enabled=!0,this.type=t,this.$element=e(n),this.options=this.getOptions(i),this.$viewport=this.options.viewport&&e(e.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var a=this.options.trigger.split(" "),o=a.length;o--;){var s,r=a[o];"click"==r?this.$element.on("click."+this.type,this.options.selector,e.proxy(this.toggle,this)):"manual"!=r&&(s="hover"==r?"mouseenter":"focusin",r="hover"==r?"mouseleave":"focusout",this.$element.on(s+"."+this.type,this.options.selector,e.proxy(this.enter,this)),this.$element.on(r+"."+this.type,this.options.selector,e.proxy(this.leave,this)))}this.options.selector?this._options=e.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},t.prototype.getDefaults=function(){return t.DEFAULTS},t.prototype.getOptions=function(t){return(t=e.extend({},this.getDefaults(),this.$element.data(),t)).delay&&"number"==typeof t.delay&&(t.delay={show:t.delay,hide:t.delay}),t},t.prototype.getDelegateOptions=function(){var t={},n=this.getDefaults();return this._options&&e.each(this._options,function(e,i){n[e]!=i&&(t[e]=i)}),t},t.prototype.enter=function(t){var n=t instanceof this.constructor?t:e(t.currentTarget).data("bs."+this.type);return n||(n=new this.constructor(t.currentTarget,this.getDelegateOptions()),e(t.currentTarget).data("bs."+this.type,n)),t instanceof e.Event&&(n.inState["focusin"==t.type?"focus":"hover"]=!0),n.tip().hasClass("in")||"in"==n.hoverState?void(n.hoverState="in"):(clearTimeout(n.timeout),n.hoverState="in",n.options.delay&&n.options.delay.show?void(n.timeout=setTimeout(function(){"in"==n.hoverState&&n.show()},n.options.delay.show)):n.show())},t.prototype.isInStateTrue=function(){for(var e in this.inState)if(this.inState[e])return!0;return!1},t.prototype.leave=function(t){var n=t instanceof this.constructor?t:e(t.currentTarget).data("bs."+this.type);if(n||(n=new this.constructor(t.currentTarget,this.getDelegateOptions()),e(t.currentTarget).data("bs."+this.type,n)),t instanceof e.Event&&(n.inState["focusout"==t.type?"focus":"hover"]=!1),!n.isInStateTrue())return clearTimeout(n.timeout),n.hoverState="out",n.options.delay&&n.options.delay.hide?void(n.timeout=setTimeout(function(){"out"==n.hoverState&&n.hide()},n.options.delay.hide)):n.hide()},t.prototype.show=function(){var n,i,a,o,s,r,d,l=e.Event("show.bs."+this.type);this.hasContent()&&this.enabled&&(this.$element.trigger(l),a=e.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]),!l.isDefaultPrevented()&&a&&(i=(n=this).tip(),r=this.getUID(this.type),this.setContent(),i.attr("id",r),this.$element.attr("aria-describedby",r),this.options.animation&&i.addClass("fade"),d="function"==typeof this.options.placement?this.options.placement.call(this,i[0],this.$element[0]):this.options.placement,(s=(o=/\s?auto?\s?/i).test(d))&&(d=d.replace(o,"")||"top"),i.detach().css({top:0,left:0,display:"block"}).addClass(d).data("bs."+this.type,this),this.options.container?i.appendTo(this.options.container):i.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type),l=this.getPosition(),a=i[0].offsetWidth,r=i[0].offsetHeight,s&&(o=d,s=this.getPosition(this.$viewport),d="bottom"==d&&l.bottom+r>s.bottom?"top":"top"==d&&l.top-r<s.top?"bottom":"right"==d&&l.right+a>s.width?"left":"left"==d&&l.left-a<s.left?"right":d,i.removeClass(o).addClass(d)),r=this.getCalculatedOffset(d,l,a,r),this.applyPlacement(r,d),d=function(){var e=n.hoverState;n.$element.trigger("shown.bs."+n.type),n.hoverState=null,"out"==e&&n.leave(n)},e.support.transition&&this.$tip.hasClass("fade")?i.one("bsTransitionEnd",d).emulateTransitionEnd(t.TRANSITION_DURATION):d()))},t.prototype.applyPlacement=function(t,n){var i=this.tip(),a=i[0].offsetWidth,o=i[0].offsetHeight,s=parseInt(i.css("margin-top"),10),r=parseInt(i.css("margin-left"),10);isNaN(s)&&(s=0),isNaN(r)&&(r=0),t.top+=s,t.left+=r,e.offset.setOffset(i[0],e.extend({using:function(e){i.css({top:Math.round(e.top),left:Math.round(e.left)})}},t),0),i.addClass("in");var d=i[0].offsetWidth;s=i[0].offsetHeight,"top"==n&&s!=o&&(t.top=t.top+o-s),(r=this.getViewportAdjustedDelta(n,t,d,s)).left?t.left+=r.left:t.top+=r.top,o=(n=/top|bottom/.test(n))?2*r.left-a+d:2*r.top-o+s,s=n?"offsetWidth":"offsetHeight",i.offset(t),this.replaceArrow(o,i[0][s],n)},t.prototype.replaceArrow=function(e,t,n){this.arrow().css(n?"left":"top",50*(1-e/t)+"%").css(n?"top":"left","")},t.prototype.setContent=function(){var e=this.tip(),t=this.getTitle();e.find(".tooltip-inner")[this.options.html?"html":"text"](t),e.removeClass("fade in top bottom left right")},t.prototype.hide=function(n){function i(){"in"!=a.hoverState&&o.detach(),a.$element&&a.$element.removeAttr("aria-describedby").trigger("hidden.bs."+a.type),n&&n()}var a=this,o=e(this.$tip),s=e.Event("hide.bs."+this.type);if(this.$element.trigger(s),!s.isDefaultPrevented())return o.removeClass("in"),e.support.transition&&o.hasClass("fade")?o.one("bsTransitionEnd",i).emulateTransitionEnd(t.TRANSITION_DURATION):i(),this.hoverState=null,this},t.prototype.fixTitle=function(){var e=this.$element;!e.attr("title")&&"string"==typeof e.attr("data-original-title")||e.attr("data-original-title",e.attr("title")||"").attr("title","")},t.prototype.hasContent=function(){return this.getTitle()},t.prototype.getPosition=function(t){var n=(t=t||this.$element)[0],i="BODY"==n.tagName,a=n.getBoundingClientRect();return null==a.width&&(a=e.extend({},a,{width:a.right-a.left,height:a.bottom-a.top})),n=window.SVGElement&&n instanceof window.SVGElement,n=i?{top:0,left:0}:n?null:t.offset(),t={scroll:i?document.documentElement.scrollTop||document.body.scrollTop:t.scrollTop()},i=i?{width:e(window).width(),height:e(window).height()}:null,e.extend({},a,t,i,n)},t.prototype.getCalculatedOffset=function(e,t,n,i){return"bottom"==e?{top:t.top+t.height,left:t.left+t.width/2-n/2}:"top"==e?{top:t.top-i,left:t.left+t.width/2-n/2}:"left"==e?{top:t.top+t.height/2-i/2,left:t.left-n}:{top:t.top+t.height/2-i/2,left:t.left+t.width}},t.prototype.getViewportAdjustedDelta=function(e,t,n,i){var a={top:0,left:0};if(!this.$viewport)return a;var o,s=this.options.viewport&&this.options.viewport.padding||0,r=this.getPosition(this.$viewport);return/right|left/.test(e)?(e=t.top-s-r.scroll,o=t.top+s-r.scroll+i,e<r.top?a.top=r.top-e:o>r.top+r.height&&(a.top=r.top+r.height-o)):(o=t.left-s,n=t.left+s+n,o<r.left?a.left=r.left-o:n>r.right&&(a.left=r.left+r.width-n)),a},t.prototype.getTitle=function(){var e=this.$element,t=this.options;return e.attr("data-original-title")||("function"==typeof t.title?t.title.call(e[0]):t.title)},t.prototype.getUID=function(e){for(;e+=~~(1e6*Math.random()),document.getElementById(e););return e},t.prototype.tip=function(){if(!this.$tip&&(this.$tip=e(this.options.template),1!=this.$tip.length))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},t.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},t.prototype.enable=function(){this.enabled=!0},t.prototype.disable=function(){this.enabled=!1},t.prototype.toggleEnabled=function(){this.enabled=!this.enabled},t.prototype.toggle=function(t){var n=this;t&&((n=e(t.currentTarget).data("bs."+this.type))||(n=new this.constructor(t.currentTarget,this.getDelegateOptions()),e(t.currentTarget).data("bs."+this.type,n))),t?(n.inState.click=!n.inState.click,n.isInStateTrue()?n.enter(n):n.leave(n)):n.tip().hasClass("in")?n.leave(n):n.enter(n)},t.prototype.destroy=function(){var e=this;clearTimeout(this.timeout),this.hide(function(){e.$element.off("."+e.type).removeData("bs."+e.type),e.$tip&&e.$tip.detach(),e.$tip=null,e.$arrow=null,e.$viewport=null,e.$element=null})};var n=e.fn.tooltip;e.fn.tooltip=function(n){return this.each(function(){var i=e(this),a=i.data("bs.tooltip"),o="object"==typeof n&&n;!a&&/destroy|hide/.test(n)||(a||i.data("bs.tooltip",a=new t(this,o)),"string"==typeof n&&a[n]())})},e.fn.tooltip.Constructor=t,e.fn.tooltip.noConflict=function(){return e.fn.tooltip=n,this}}(jQuery),function(e){"use strict";function t(e,t){this.init("popover",e,t)}if(!e.fn.tooltip)throw new Error("Popover requires tooltip.js");t.VERSION="3.3.7",t.DEFAULTS=e.extend({},e.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),((t.prototype=e.extend({},e.fn.tooltip.Constructor.prototype)).constructor=t).prototype.getDefaults=function(){return t.DEFAULTS},t.prototype.setContent=function(){var e=this.tip(),t=this.getTitle(),n=this.getContent();e.find(".popover-title")[this.options.html?"html":"text"](t),e.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof n?"html":"append":"text"](n),e.removeClass("fade top bottom left right in"),e.find(".popover-title").html()||e.find(".popover-title").hide()},t.prototype.hasContent=function(){return this.getTitle()||this.getContent()},t.prototype.getContent=function(){var e=this.$element,t=this.options;return e.attr("data-content")||("function"==typeof t.content?t.content.call(e[0]):t.content)},t.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var n=e.fn.popover;e.fn.popover=function(n){return this.each(function(){var i=e(this),a=i.data("bs.popover"),o="object"==typeof n&&n;!a&&/destroy|hide/.test(n)||(a||i.data("bs.popover",a=new t(this,o)),"string"==typeof n&&a[n]())})},e.fn.popover.Constructor=t,e.fn.popover.noConflict=function(){return e.fn.popover=n,this}}(jQuery),function(e,t){var n=e();e.fn.dropdownHover=function(i){return"ontouchstart"in document?this:(n=n.add(this.parent()),this.each(function(){var a,o=e(this),s=o.parent(),r={delay:e(this).data("delay"),hoverDelay:e(this).data("hover-delay"),instantlyCloseOthers:e(this).data("close-others")},d=e.extend(!0,{},{delay:500,hoverDelay:0,instantlyCloseOthers:!0},i,r);o.hover(function(e){return!s.hasClass("open")&&!s.is(e.target)||void(o.parents(".navbar").find(".navbar-toggle").is(":visible")||(t.clearTimeout(void 0),t.clearTimeout(a),a=t.setTimeout(function(){n.find(":focus").blur(),!0===d.instantlyCloseOthers&&n.removeClass("open"),t.clearTimeout(a),o.attr("aria-expanded","true"),s.addClass("open"),o.trigger("show.bs.dropdown")},d.hoverDelay)))}),s.find(".dropdown-submenu").each(function(){var n,i=e(this);i.hover(function(){t.clearTimeout(n),i.children(".dropdown-menu").show(),i.siblings().children(".dropdown-menu").hide()},function(){var e=i.children(".dropdown-menu");n=t.setTimeout(function(){e.hide()},d.delay)})})}))},e(document).ready(function(){e('[data-hover="dropdown"]').dropdownHover()})}(jQuery,window),function(e){"function"==typeof define&&define.amd?define(["jquery"],e):"object"==typeof exports?module.exports=e(require("jquery")):e(jQuery)}(function(e){!function(e){"use strict";function t(t){return e.each([{re:/[\xC0-\xC6]/g,ch:"A"},{re:/[\xE0-\xE6]/g,ch:"a"},{re:/[\xC8-\xCB]/g,ch:"E"},{re:/[\xE8-\xEB]/g,ch:"e"},{re:/[\xCC-\xCF]/g,ch:"I"},{re:/[\xEC-\xEF]/g,ch:"i"},{re:/[\xD2-\xD6]/g,ch:"O"},{re:/[\xF2-\xF6]/g,ch:"o"},{re:/[\xD9-\xDC]/g,ch:"U"},{re:/[\xF9-\xFC]/g,ch:"u"},{re:/[\xC7-\xE7]/g,ch:"c"},{re:/[\xD1]/g,ch:"N"},{re:/[\xF1]/g,ch:"n"}],function(){t=t.replace(this.re,this.ch)}),t}function n(e){var t={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"},n="(?:"+Object.keys(t).join("|")+")",i=new RegExp(n);return n=new RegExp(n,"g"),e=null==e?"":""+e,i.test(e)?e.replace(n,function(e){return t[e]}):e}function i(t,n){var i,a=arguments,o=t,s=n;return[].shift.apply(a),n=this.each(function(){var t=e(this);if(t.is("select")){var n=t.data("selectpicker"),r="object"==typeof o&&o;if(n){if(r)for(var d in r)r.hasOwnProperty(d)&&(n.options[d]=r[d])}else{var l=e.extend({},c.DEFAULTS,e.fn.selectpicker.defaults||{},t.data(),r);l.template=e.extend({},c.DEFAULTS.template,e.fn.selectpicker.defaults?e.fn.selectpicker.defaults.template:{},t.data().template,r.template),t.data("selectpicker",n=new c(this,l,s))}"string"==typeof o&&(i=n[o]instanceof Function?n[o].apply(n,a):n.options[o])}}),void 0!==i?i:n}function a(e){if(null==this)throw new TypeError;var t=String(this);if(e&&"[object RegExp]"==o.call(e))throw new TypeError;var n=t.length,i=String(e),a=i.length;(e=(e=1<arguments.length?arguments[1]:void 0)?Number(e):0)!=e&&(e=0);var s=Math.min(Math.max(e,0),n);if(n<a+s)return!1;for(var r=-1;++r<a;)if(t.charCodeAt(s+r)!=i.charCodeAt(r))return!1;return!0}var o,s,r,d;function l(e){if(null==this)throw new TypeError;var t=String(this);if(e&&"[object RegExp]"==s.call(e))throw new TypeError;var n=t.length,i=String(e),a=i.length;return(e=(e=1<arguments.length?arguments[1]:void 0)?Number(e):0)!=e&&(e=0),!(n<a+Math.min(Math.max(e,0),n))&&-1!=d.call(t,i,e)}String.prototype.includes||(s={}.toString,r=function(){try{var e={},t=Object.defineProperty,n=t(e,e,e)&&t}catch(e){}return n}(),d="".indexOf,r?r(String.prototype,"includes",{value:l,configurable:!0,writable:!0}):String.prototype.includes=l),String.prototype.startsWith||(r=function(){try{var e={},t=Object.defineProperty,n=t(e,e,e)&&t}catch(e){}return n}(),o={}.toString,r?r(String.prototype,"startsWith",{value:a,configurable:!0,writable:!0}):String.prototype.startsWith=a),Object.keys||(Object.keys=function(e,t,n){for(t in n=[],e)n.hasOwnProperty.call(e,t)&&n.push(t);return n}),e.fn.triggerNative=function(e){var t,n=this[0];n.dispatchEvent?("function"==typeof Event?t=new Event(e,{bubbles:!0}):(t=document.createEvent("Event")).initEvent(e,!0,!1),n.dispatchEvent(t)):(n.fireEvent&&((t=document.createEventObject()).eventType=e,n.fireEvent("on"+e,t)),this.trigger(e))},e.expr[":"].icontains=function(t,n,i){return((t=e(t)).data("tokens")||t.text()).toUpperCase().includes(i[3].toUpperCase())},e.expr[":"].ibegins=function(t,n,i){return((t=e(t)).data("tokens")||t.text()).toUpperCase().startsWith(i[3].toUpperCase())},e.expr[":"].aicontains=function(t,n,i){return((t=e(t)).data("tokens")||t.data("normalizedText")||t.text()).toUpperCase().includes(i[3].toUpperCase())},e.expr[":"].aibegins=function(t,n,i){return((t=e(t)).data("tokens")||t.data("normalizedText")||t.text()).toUpperCase().startsWith(i[3].toUpperCase())};var c=function(t,n,i){i&&(i.stopPropagation(),i.preventDefault()),this.$element=e(t),this.$newElement=null,this.$button=null,this.$menu=null,this.$lis=null,this.options=n,null===this.options.title&&(this.options.title=this.$element.attr("title")),this.val=c.prototype.val,this.render=c.prototype.render,this.refresh=c.prototype.refresh,this.setStyle=c.prototype.setStyle,this.selectAll=c.prototype.selectAll,this.deselectAll=c.prototype.deselectAll,this.destroy=c.prototype.destroy,this.remove=c.prototype.remove,this.show=c.prototype.show,this.hide=c.prototype.hide,this.init()};c.VERSION="1.10.0",c.DEFAULTS={noneSelectedText:"Nothing selected",noneResultsText:"No results matched {0}",countSelectedText:function(e,t){return 1==e?"{0} item selected":"{0} items selected"},maxOptionsText:function(e,t){return[1==e?"Limit reached ({n} item max)":"Limit reached ({n} items max)",1==t?"Group limit reached ({n} item max)":"Group limit reached ({n} items max)"]},selectAllText:"Select All",deselectAllText:"Deselect All",doneButton:!1,doneButtonText:"Close",multipleSeparator:", ",styleBase:"btn",style:"btn-default",size:"auto",title:null,selectedTextFormat:"values",width:!1,container:!1,hideDisabled:!1,showSubtext:!1,showIcon:!0,showContent:!0,dropupAuto:!0,header:!1,liveSearch:!1,liveSearchPlaceholder:null,liveSearchNormalize:!1,liveSearchStyle:"contains",actionsBox:!1,iconBase:"glyphicon",tickIcon:"glyphicon-ok",showTick:!1,template:{caret:'<span class="caret"></span>'},maxOptions:!1,mobile:!1,selectOnTab:!1,dropdownAlignRight:!1},c.prototype={constructor:c,init:function(){var t=this,n=this.$element.attr("id");this.$element.addClass("bs-select-hidden"),this.liObj={},this.multiple=this.$element.prop("multiple"),this.autofocus=this.$element.prop("autofocus"),this.$newElement=this.createView(),this.$element.after(this.$newElement).appendTo(this.$newElement),this.$button=this.$newElement.children("button"),this.$menu=this.$newElement.children(".dropdown-menu"),this.$menuInner=this.$menu.children(".inner"),this.$searchbox=this.$menu.find("input"),this.$element.removeClass("bs-select-hidden"),this.options.dropdownAlignRight&&this.$menu.addClass("dropdown-menu-right"),void 0!==n&&(this.$button.attr("data-id",n),e('label[for="'+n+'"]').click(function(e){e.preventDefault(),t.$button.focus()})),this.checkDisabled(),this.clickListener(),this.options.liveSearch&&this.liveSearchListener(),this.render(),this.setStyle(),this.setWidth(),this.options.container&&this.selectPosition(),this.$menu.data("this",this),this.$newElement.data("this",this),this.options.mobile&&this.mobile(),this.$newElement.on({"hide.bs.dropdown":function(e){t.$element.trigger("hide.bs.select",e)},"hidden.bs.dropdown":function(e){t.$element.trigger("hidden.bs.select",e)},"show.bs.dropdown":function(e){t.$element.trigger("show.bs.select",e)},"shown.bs.dropdown":function(e){t.$element.trigger("shown.bs.select",e)}}),t.$element[0].hasAttribute("required")&&this.$element.on("invalid",function(){t.$button.addClass("bs-invalid").focus(),t.$element.on({"focus.bs.select":function(){t.$button.focus(),t.$element.off("focus.bs.select")},"shown.bs.select":function(){t.$element.val(t.$element.val()).off("shown.bs.select")},"rendered.bs.select":function(){this.validity.valid&&t.$button.removeClass("bs-invalid"),t.$element.off("rendered.bs.select")}})}),setTimeout(function(){t.$element.trigger("loaded.bs.select")})},createDropdown:function(){var t=this.multiple||this.options.showTick?" show-tick":"",i=this.$element.parent().hasClass("input-group")?" input-group-btn":"",a=this.autofocus?" autofocus":"",o=this.options.header?'<div class="popover-title"><button type="button" class="close" aria-hidden="true">&times;</button>'+this.options.header+"</div>":"",s=this.options.liveSearch?'<div class="bs-searchbox"><input type="text" class="form-control" autocomplete="off"'+(null===this.options.liveSearchPlaceholder?"":' placeholder="'+n(this.options.liveSearchPlaceholder)+'"')+"></div>":"",r=this.multiple&&this.options.actionsBox?'<div class="bs-actionsbox"><div class="btn-group btn-group-sm btn-block"><button type="button" class="actions-btn bs-select-all btn btn-default">'+this.options.selectAllText+'</button><button type="button" class="actions-btn bs-deselect-all btn btn-default">'+this.options.deselectAllText+"</button></div></div>":"",d=this.multiple&&this.options.doneButton?'<div class="bs-donebutton"><div class="btn-group btn-block"><button type="button" class="btn btn-sm btn-default">'+this.options.doneButtonText+"</button></div></div>":"";return d='<div class="btn-group bootstrap-select'+t+i+'"><button type="button" class="'+this.options.styleBase+' dropdown-toggle" data-toggle="dropdown"'+a+'><span class="filter-option pull-left"></span>&nbsp;<span class="bs-caret">'+this.options.template.caret+'</span></button><div class="dropdown-menu open">'+o+s+r+'<ul class="dropdown-menu inner" role="menu"></ul>'+d+"</div></div>",e(d)},createView:function(){var e=this.createDropdown(),t=this.createLi();return e.find("ul")[0].innerHTML=t,e},reloadLi:function(){this.destroyLi();var e=this.createLi();this.$menuInner[0].innerHTML=e},destroyLi:function(){this.$menu.find("li").remove()},createLi:function(){function i(e,t,n,i){return"<li"+(void 0!==n&""!==n?' class="'+n+'"':"")+(void 0!==t&null!==t?' data-original-index="'+t+'"':"")+(void 0!==i&null!==i?'data-optgroup="'+i+'"':"")+">"+e+"</li>"}function a(e,i,a,o){return'<a tabindex="0"'+(void 0!==i?' class="'+i+'"':"")+(void 0!==a?' style="'+a+'"':"")+(s.options.liveSearchNormalize?' data-normalized-text="'+t(n(e))+'"':"")+(void 0!==o||null!==o?' data-tokens="'+o+'"':"")+">"+e+'<span class="'+s.options.iconBase+" "+s.options.tickIcon+' check-mark"></span></a>'}var o,s=this,r=[],d=0,l=document.createElement("option"),c=-1;return!this.options.title||this.multiple||(c--,this.$element.find(".bs-title-option").length)||(o=this.$element[0],l.className="bs-title-option",l.appendChild(document.createTextNode(this.options.title)),l.value="",o.insertBefore(l,o.firstChild),void 0===e(o.options[o.selectedIndex]).attr("selected")&&(l.selected=!0)),this.$element.find("option").each(function(t){var n=e(this);if(c++,!n.hasClass("bs-title-option")){var o=this.className||"",l=this.style.cssText,u=n.data("content")?n.data("content"):n.html(),p=n.data("tokens")?n.data("tokens"):null,h=void 0!==n.data("subtext")?'<small class="text-muted">'+n.data("subtext")+"</small>":"",m=void 0!==n.data("icon")?'<span class="'+s.options.iconBase+" "+n.data("icon")+'"></span> ':"",_="OPTGROUP"===this.parentNode.tagName,f=this.disabled||_&&this.parentNode.disabled;if(""!==m&&f&&(m="<span>"+m+"</span>"),s.options.hideDisabled&&f&&!_)c--;else{if(n.data("content")||(u=m+'<span class="text">'+u+h+"</span>"),_&&!0!==n.data("divider")){if(m=" "+this.parentNode.className||"",0===n.index()&&(d+=1,h=this.parentNode.label,_=void 0!==n.parent().data("subtext")?'<small class="text-muted">'+n.parent().data("subtext")+"</small>":"",h=(n.parent().data("icon")?'<span class="'+s.options.iconBase+" "+n.parent().data("icon")+'"></span> ':"")+'<span class="text">'+h+_+"</span>",0!==t&&0<r.length&&(c++,r.push(i("",null,"divider",d+"div"))),c++,r.push(i(h,null,"dropdown-header"+m,d))),s.options.hideDisabled&&f)return void c--;r.push(i(a(u,"opt "+o+m,l,p),t,"",d))}else!0===n.data("divider")?r.push(i("",t,"divider")):!0===n.data("hidden")?r.push(i(a(u,o,l,p),t,"hidden is-hidden")):(this.previousElementSibling&&"OPTGROUP"===this.previousElementSibling.tagName&&(c++,r.push(i("",null,"divider",d+"div"))),r.push(i(a(u,o,l,p),t)));s.liObj[t]=c}}}),this.multiple||0!==this.$element.find("option:selected").length||this.options.title||this.$element.find("option").eq(0).prop("selected",!0).attr("selected","selected"),r.join("")},findLis:function(){return null==this.$lis&&(this.$lis=this.$menu.find("li")),this.$lis},render:function(t){var n=this;!1!==t&&this.$element.find("option").each(function(e){var t=n.findLis().eq(n.liObj[e]);n.setDisabled(e,this.disabled||"OPTGROUP"===this.parentNode.tagName&&this.parentNode.disabled,t),n.setSelected(e,this.selected,t)}),this.tabIndex();var i=this.$element.find("option").map(function(){if(this.selected&&(!n.options.hideDisabled||!(this.disabled||"OPTGROUP"===this.parentNode.tagName&&this.parentNode.disabled))){var t=e(this),i=t.data("icon")&&n.options.showIcon?'<i class="'+n.options.iconBase+" "+t.data("icon")+'"></i> ':"",a=n.options.showSubtext&&t.data("subtext")&&!n.multiple?' <small class="text-muted">'+t.data("subtext")+"</small>":"";return void 0!==t.attr("title")?t.attr("title"):t.data("content")&&n.options.showContent?t.data("content"):i+t.html()+a}}).toArray(),a=this.multiple?i.join(this.options.multipleSeparator):i[0];this.multiple&&-1<this.options.selectedTextFormat.indexOf("count")&&(1<(t=this.options.selectedTextFormat.split(">")).length&&i.length>t[1]||1==t.length&&2<=i.length)&&(t=this.options.hideDisabled?", [disabled]":"",t=this.$element.find("option").not('[data-divider="true"], [data-hidden="true"]'+t).length,a=("function"==typeof this.options.countSelectedText?this.options.countSelectedText(i.length,t):this.options.countSelectedText).replace("{0}",i.length.toString()).replace("{1}",t.toString())),null==this.options.title&&(this.options.title=this.$element.attr("title")),"static"==this.options.selectedTextFormat&&(a=this.options.title),a=a||(void 0!==this.options.title?this.options.title:this.options.noneSelectedText),this.$button.attr("title",e.trim(a.replace(/<[^>]*>?/g,""))),this.$button.children(".filter-option").html(a),this.$element.trigger("rendered.bs.select")},setStyle:function(e,t){this.$element.attr("class")&&this.$newElement.addClass(this.$element.attr("class").replace(/selectpicker|mobile-device|bs-select-hidden|validate\[.*\]/gi,"")),e=e||this.options.style,"add"==t?this.$button.addClass(e):"remove"==t?this.$button.removeClass(e):(this.$button.removeClass(this.options.style),this.$button.addClass(e))},liHeight:function(t){var n,i,a,o,s,r,d,l,c,u,p;(t||!1!==this.options.size&&!this.sizeInfo)&&(n=document.createElement("div"),u=document.createElement("div"),s=document.createElement("ul"),p=document.createElement("li"),i=document.createElement("li"),r=document.createElement("a"),a=document.createElement("span"),d=this.options.header&&0<this.$menu.find(".popover-title").length?this.$menu.find(".popover-title")[0].cloneNode(!0):null,l=this.options.liveSearch?document.createElement("div"):null,c=this.options.actionsBox&&this.multiple&&0<this.$menu.find(".bs-actionsbox").length?this.$menu.find(".bs-actionsbox")[0].cloneNode(!0):null,t=this.options.doneButton&&this.multiple&&0<this.$menu.find(".bs-donebutton").length?this.$menu.find(".bs-donebutton")[0].cloneNode(!0):null,a.className="text",n.className=this.$menu[0].parentNode.className+" open",u.className="dropdown-menu open",s.className="dropdown-menu inner",p.className="divider",a.appendChild(document.createTextNode("Inner text")),r.appendChild(a),i.appendChild(r),s.appendChild(i),s.appendChild(p),d&&u.appendChild(d),l&&(o=document.createElement("span"),l.className="bs-searchbox",o.className="form-control",l.appendChild(o),u.appendChild(l)),c&&u.appendChild(c),u.appendChild(s),t&&u.appendChild(t),n.appendChild(u),document.body.appendChild(n),o=r.offsetHeight,s=d?d.offsetHeight:0,r=l?l.offsetHeight:0,d=c?c.offsetHeight:0,l=t?t.offsetHeight:0,c=e(p).outerHeight(!0),p=(t="function"==typeof getComputedStyle&&getComputedStyle(u))?null:e(u),p=(u=parseInt(t?t.paddingTop:p.css("paddingTop"))+parseInt(t?t.paddingBottom:p.css("paddingBottom"))+parseInt(t?t.borderTopWidth:p.css("borderTopWidth"))+parseInt(t?t.borderBottomWidth:p.css("borderBottomWidth")))+parseInt(t?t.marginTop:p.css("marginTop"))+parseInt(t?t.marginBottom:p.css("marginBottom"))+2,document.body.removeChild(n),this.sizeInfo={liHeight:o,headerHeight:s,searchHeight:r,actionsHeight:d,doneButtonHeight:l,dividerHeight:c,menuPadding:u,menuExtras:p})},setSize:function(){var t,n,i,a,o,s,r,d,l,c,u,p,h,m,_,f,g,y,v,b;this.findLis(),this.liHeight(),this.options.header&&this.$menu.css("padding-top",0),!1!==this.options.size&&(a=(i=this).$menu,o=this.$menuInner,s=e(window),r=this.$newElement[0].offsetHeight,d=this.sizeInfo.liHeight,l=this.sizeInfo.headerHeight,c=this.sizeInfo.searchHeight,u=this.sizeInfo.actionsHeight,p=this.sizeInfo.doneButtonHeight,h=this.sizeInfo.dividerHeight,m=this.sizeInfo.menuPadding,_=this.sizeInfo.menuExtras,y=this.options.hideDisabled?".disabled":"",(f=function(){t=i.$newElement.offset().top-s.scrollTop(),n=s.height()-t-r})(),"auto"===this.options.size?((g=function(){var s=function(t,n){return function(i){return n?i.classList?i.classList.contains(t):e(i).hasClass(t):!(i.classList?i.classList.contains(t):e(i).hasClass(t))}},r=i.$menuInner[0].getElementsByTagName("li");r=Array.prototype.filter?Array.prototype.filter.call(r,s("hidden",!1)):i.$lis.not(".hidden"),s=Array.prototype.filter?Array.prototype.filter.call(r,s("dropdown-header",!0)):r.filter(".dropdown-header"),f(),v=n-_,b=i.options.container?(a.data("height")||a.data("height",a.height()),a.data("height")):a.height(),i.options.dropupAuto&&i.$newElement.toggleClass("dropup",n<t&&v-_<b),i.$newElement.hasClass("dropup")&&(v=t-_),s=3<r.length+s.length?3*d+_-2:0,a.css({"max-height":v+"px",overflow:"hidden","min-height":s+l+c+u+p+"px"}),o.css({"max-height":v-l-c-u-p-m+"px","overflow-y":"auto","min-height":Math.max(s-m,0)+"px"})})(),this.$searchbox.off("input.getSize propertychange.getSize").on("input.getSize propertychange.getSize",g),s.off("resize.getSize scroll.getSize").on("resize.getSize scroll.getSize",g)):this.options.size&&"auto"!=this.options.size&&this.$lis.not(y).length>this.options.size&&(y=this.$lis.not(".divider").not(y).children().slice(0,this.options.size).last().parent().index(),y=this.$lis.slice(0,y+1).filter(".divider").length,v=d*this.options.size+y*h+m,b=i.options.container?(a.data("height")||a.data("height",a.height()),a.data("height")):a.height(),i.options.dropupAuto&&this.$newElement.toggleClass("dropup",n<t&&v-_<b),a.css({"max-height":v+l+c+u+p+"px",overflow:"hidden","min-height":""}),o.css({"max-height":v-m+"px","overflow-y":"auto","min-height":""})))},setWidth:function(){var e,t,n,i;"auto"===this.options.width?(this.$menu.css("min-width","0"),e=this.$menu.parent().clone().appendTo("body"),t=this.options.container?this.$newElement.clone().appendTo("body"):e,n=e.children(".dropdown-menu").outerWidth(),i=t.css("width","auto").children("button").outerWidth(),e.remove(),t.remove(),this.$newElement.css("width",Math.max(n,i)+"px")):"fit"===this.options.width?(this.$menu.css("min-width",""),this.$newElement.css("width","").addClass("fit-width")):this.options.width?(this.$menu.css("min-width",""),this.$newElement.css("width",this.options.width)):(this.$menu.css("min-width",""),this.$newElement.css("width","")),this.$newElement.hasClass("fit-width")&&"fit"!==this.options.width&&this.$newElement.removeClass("fit-width")},selectPosition:function(){function t(e){a.$bsContainer.addClass(e.attr("class").replace(/form-control|fit-width/gi,"")).toggleClass("dropup",e.hasClass("dropup")),n=e.offset(),i=e.hasClass("dropup")?0:e[0].offsetHeight,a.$bsContainer.css({top:n.top+i,left:n.left,width:e[0].offsetWidth})}this.$bsContainer=e('<div class="bs-container" />');var n,i,a=this;this.$button.on("click",function(){var n=e(this);a.isDisabled()||(t(a.$newElement),a.$bsContainer.appendTo(a.options.container).toggleClass("open",!n.hasClass("open")).append(a.$menu))}),e(window).on("resize scroll",function(){t(a.$newElement)}),this.$element.on("hide.bs.select",function(){a.$menu.data("height",a.$menu.height()),a.$bsContainer.detach()})},setSelected:function(e,t,n){(n=n||this.findLis().eq(this.liObj[e])).toggleClass("selected",t)},setDisabled:function(e,t,n){n=n||this.findLis().eq(this.liObj[e]),t?n.addClass("disabled").children("a").attr("href","#").attr("tabindex",-1):n.removeClass("disabled").children("a").removeAttr("href").attr("tabindex",0)},isDisabled:function(){return this.$element[0].disabled},checkDisabled:function(){var e=this;this.isDisabled()?(this.$newElement.addClass("disabled"),this.$button.addClass("disabled").attr("tabindex",-1)):(this.$button.hasClass("disabled")&&(this.$newElement.removeClass("disabled"),this.$button.removeClass("disabled")),-1!=this.$button.attr("tabindex")||this.$element.data("tabindex")||this.$button.removeAttr("tabindex")),this.$button.click(function(){return!e.isDisabled()})},tabIndex:function(){this.$element.data("tabindex")!==this.$element.attr("tabindex")&&-98!==this.$element.attr("tabindex")&&"-98"!==this.$element.attr("tabindex")&&(this.$element.data("tabindex",this.$element.attr("tabindex")),this.$button.attr("tabindex",this.$element.data("tabindex"))),this.$element.attr("tabindex",-98)},clickListener:function(){var t=this,n=e(document);this.$newElement.on("touchstart.dropdown",".dropdown-menu",function(e){e.stopPropagation()}),n.data("spaceSelect",!1),this.$button.on("keyup",function(e){/(32)/.test(e.keyCode.toString(10))&&n.data("spaceSelect")&&(e.preventDefault(),n.data("spaceSelect",!1))}),this.$button.on("click",function(){t.setSize()}),this.$element.on("shown.bs.select",function(){var e;t.options.liveSearch||t.multiple?t.multiple||"number"==typeof(e=t.liObj[t.$element[0].selectedIndex])&&!1!==t.options.size&&(e=(e=t.$lis.eq(e)[0].offsetTop-t.$menuInner[0].offsetTop)-t.$menuInner[0].offsetHeight/2+t.sizeInfo.liHeight/2,t.$menuInner[0].scrollTop=e):t.$menuInner.find(".selected a").focus()}),this.$menuInner.on("click","li a",function(n){var i,a,o,s,r,d,l,c,u,p=e(this),h=p.parent().data("originalIndex"),m=t.$element.val(),_=t.$element.prop("selectedIndex");t.multiple&&n.stopPropagation(),n.preventDefault(),t.isDisabled()||p.parent().hasClass("disabled")||(o=(a=(i=t.$element.find("option")).eq(h)).prop("selected"),c=a.parent("optgroup"),s=t.options.maxOptions,r=c.data("maxOptions")||!1,t.multiple?(a.prop("selected",!o),t.setSelected(h,!o),p.blur(),!1===s&&!1===r||(d=s<i.filter(":selected").length,l=r<c.find("option:selected").length,(s&&d||r&&l)&&(s&&1==s?(i.prop("selected",!1),a.prop("selected",!0),t.$menuInner.find(".selected").removeClass("selected"),t.setSelected(h,!0)):r&&1==r?(c.find("option:selected").prop("selected",!1),a.prop("selected",!0),u=p.parent().data("optgroup"),t.$menuInner.find('[data-optgroup="'+u+'"]').removeClass("selected"),t.setSelected(h,!0)):(c=(n="function"==typeof t.options.maxOptionsText?t.options.maxOptionsText(s,r):t.options.maxOptionsText)[0].replace("{n}",s),p=n[1].replace("{n}",r),u=e('<div class="notify"></div>'),n[2]&&(c=c.replace("{var}",n[2][1<s?0:1]),p=p.replace("{var}",n[2][1<r?0:1])),a.prop("selected",!1),t.$menu.append(u),s&&d&&(u.append(e("<div>"+c+"</div>")),t.$element.trigger("maxReached.bs.select")),r&&l&&(u.append(e("<div>"+p+"</div>")),t.$element.trigger("maxReachedGrp.bs.select")),setTimeout(function(){t.setSelected(h,!1)},10),u.delay(750).fadeOut(300,function(){e(this).remove()}))))):(i.prop("selected",!1),a.prop("selected",!0),t.$menuInner.find(".selected").removeClass("selected"),t.setSelected(h,!0)),t.multiple?t.options.liveSearch&&t.$searchbox.focus():t.$button.focus(),(m!=t.$element.val()&&t.multiple||_!=t.$element.prop("selectedIndex")&&!t.multiple)&&t.$element.trigger("changed.bs.select",[h,a.prop("selected"),o]).triggerNative("change"))}),this.$menu.on("click","li.disabled a, .popover-title, .popover-title :not(.close)",function(n){n.currentTarget==this&&(n.preventDefault(),n.stopPropagation(),(t.options.liveSearch&&!e(n.target).hasClass("close")?t.$searchbox:t.$button).focus())}),this.$menuInner.on("click",".divider, .dropdown-header",function(e){e.preventDefault(),e.stopPropagation(),(t.options.liveSearch?t.$searchbox:t.$button).focus()}),this.$menu.on("click",".popover-title .close",function(){t.$button.click()}),this.$searchbox.on("click",function(e){e.stopPropagation()}),this.$menu.on("click",".actions-btn",function(n){(t.options.liveSearch?t.$searchbox:t.$button).focus(),n.preventDefault(),n.stopPropagation(),e(this).hasClass("bs-select-all")?t.selectAll():t.deselectAll()}),this.$element.change(function(){t.render(!1)})},liveSearchListener:function(){var i=this,a=e('<li class="no-results"></li>');this.$button.on("click.dropdown.data-api touchstart.dropdown.data-api",function(){i.$menuInner.find(".active").removeClass("active"),i.$searchbox.val()&&(i.$searchbox.val(""),i.$lis.not(".is-hidden").removeClass("hidden"),a.parent().length&&a.remove()),i.multiple||i.$menuInner.find(".selected").addClass("active"),setTimeout(function(){i.$searchbox.focus()},10)}),this.$searchbox.on("click.dropdown.data-api focus.dropdown.data-api touchend.dropdown.data-api",function(e){e.stopPropagation()}),this.$searchbox.on("input propertychange",function(){var o,s;i.$searchbox.val()?(o=i.$lis.not(".is-hidden").removeClass("hidden").children("a"),(o=i.options.liveSearchNormalize?o.not(":a"+i._searchStyle()+'("'+t(i.$searchbox.val())+'")'):o.not(":"+i._searchStyle()+'("'+i.$searchbox.val()+'")')).parent().addClass("hidden"),i.$lis.filter(".dropdown-header").each(function(){var t=e(this),n=t.data("optgroup");0===i.$lis.filter("[data-optgroup="+n+"]").not(t).not(".hidden").length&&(t.addClass("hidden"),i.$lis.filter("[data-optgroup="+n+"div]").addClass("hidden"))}),(s=i.$lis.not(".hidden")).each(function(t){var n=e(this);n.hasClass("divider")&&(n.index()===s.first().index()||n.index()===s.last().index()||s.eq(t+1).hasClass("divider"))&&n.addClass("hidden")}),i.$lis.not(".hidden, .no-results").length?a.parent().length&&a.remove():(a.parent().length&&a.remove(),a.html(i.options.noneResultsText.replace("{0}",'"'+n(i.$searchbox.val())+'"')).show(),i.$menuInner.append(a))):(i.$lis.not(".is-hidden").removeClass("hidden"),a.parent().length&&a.remove()),i.$lis.filter(".active").removeClass("active"),i.$searchbox.val()&&i.$lis.not(".hidden, .divider, .dropdown-header").eq(0).addClass("active").children("a").focus(),e(this).focus()})},_searchStyle:function(){return{begins:"ibegins",startsWith:"ibegins"}[this.options.liveSearchStyle]||"icontains"},val:function(e){return void 0!==e?(this.$element.val(e),this.render(),this.$element):this.$element.val()},changeAll:function(t){void 0===t&&(t=!0),this.findLis();for(var n=this.$element.find("option"),i=this.$lis.not(".divider, .dropdown-header, .disabled, .hidden").toggleClass("selected",t),a=i.length,o=[],s=0;s<a;s++){var r=i[s].getAttribute("data-original-index");o[o.length]=n.eq(r)[0]}e(o).prop("selected",t),this.render(!1),this.$element.trigger("changed.bs.select").triggerNative("change")},selectAll:function(){return this.changeAll(!0)},deselectAll:function(){return this.changeAll(!1)},toggle:function(e){(e=e||window.event)&&e.stopPropagation(),this.$button.trigger("click")},keydown:function(n){var i,a,o,s,r,d,l,c,u=e(this),p=(u.is("input")?u.parent():u).parent(),h=p.data("this"),m=":not(.disabled, .hidden, .dropdown-header, .divider)",_={32:" ",48:"0",49:"1",50:"2",51:"3",52:"4",53:"5",54:"6",55:"7",56:"8",57:"9",59:";",65:"a",66:"b",67:"c",68:"d",69:"e",70:"f",71:"g",72:"h",73:"i",74:"j",75:"k",76:"l",77:"m",78:"n",79:"o",80:"p",81:"q",82:"r",83:"s",84:"t",85:"u",86:"v",87:"w",88:"x",89:"y",90:"z",96:"0",97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9"};h.options.liveSearch&&(p=u.parent().parent()),h.options.container&&(p=h.$menu),i=e("[role=menu] li",p),!(d=h.$newElement.hasClass("open"))&&(48<=n.keyCode&&n.keyCode<=57||96<=n.keyCode&&n.keyCode<=105||65<=n.keyCode&&n.keyCode<=90)&&(h.options.container?h.$button.trigger("click"):(h.setSize(),h.$menu.parent().addClass("open"),d=!0),h.$searchbox.focus()),h.options.liveSearch&&(/(^9$|27)/.test(n.keyCode.toString(10))&&d&&0===h.$menu.find(".active").length&&(n.preventDefault(),h.$menu.parent().removeClass("open"),h.options.container&&h.$newElement.removeClass("open"),h.$button.focus()),i=e("[role=menu] li"+m,p),u.val()||/(38|40)/.test(n.keyCode.toString(10))||0===i.filter(".active").length&&(i=h.$menuInner.find("li"),i=h.options.liveSearchNormalize?i.filter(":a"+h._searchStyle()+"("+t(_[n.keyCode])+")"):i.filter(":"+h._searchStyle()+"("+_[n.keyCode]+")"))),i.length&&(/(38|40)/.test(n.keyCode.toString(10))?(l=i.index(i.find("a").filter(":focus").parent()),o=i.filter(m).first().index(),s=i.filter(m).last().index(),a=i.eq(l).nextAll(m).eq(0).index(),r=i.eq(l).prevAll(m).eq(0).index(),p=i.eq(a).prevAll(m).eq(0).index(),h.options.liveSearch&&(i.each(function(t){e(this).hasClass("disabled")||e(this).data("index",t)}),l=i.index(i.filter(".active")),o=i.first().data("index"),s=i.last().data("index"),a=i.eq(l).nextAll().eq(0).data("index"),r=i.eq(l).prevAll().eq(0).data("index"),p=i.eq(a).prevAll().eq(0).data("index")),m=u.data("prevIndex"),38==n.keyCode?(h.options.liveSearch&&l--,l!=p&&r<l&&(l=r),l<o&&(l=o),l==m&&(l=s)):40==n.keyCode&&(h.options.liveSearch&&l++,-1==l&&(l=0),l!=p&&l<a&&(l=a),s<l&&(l=s),l==m&&(l=o)),u.data("prevIndex",l),h.options.liveSearch?(n.preventDefault(),u.hasClass("dropdown-toggle")||(i.removeClass("active").eq(l).addClass("active").children("a").focus(),u.focus())):i.eq(l).children("a").focus()):u.is("input")||(c=[],i.each(function(){e(this).hasClass("disabled")||e.trim(e(this).children("a").text().toLowerCase()).substring(0,1)==_[n.keyCode]&&c.push(e(this).index())}),l=e(document).data("keycount"),l++,e(document).data("keycount",l),e.trim(e(":focus").text().toLowerCase()).substring(0,1)!=_[n.keyCode]?(l=1,e(document).data("keycount",l)):l>=c.length&&(e(document).data("keycount",0),l>c.length&&(l=1)),i.eq(c[l-1]).children("a").focus()),(/(13|32)/.test(n.keyCode.toString(10))||/(^9$)/.test(n.keyCode.toString(10))&&h.options.selectOnTab)&&d&&(/(32)/.test(n.keyCode.toString(10))||n.preventDefault(),h.options.liveSearch?/(32)/.test(n.keyCode.toString(10))||(h.$menuInner.find(".active a").click(),u.focus()):((u=e(":focus")).click(),u.focus(),n.preventDefault(),e(document).data("spaceSelect",!0)),e(document).data("keycount",0)),(/(^9$|27)/.test(n.keyCode.toString(10))&&d&&(h.multiple||h.options.liveSearch)||/(27)/.test(n.keyCode.toString(10))&&!d)&&(h.$menu.parent().removeClass("open"),h.options.container&&h.$newElement.removeClass("open"),h.$button.focus()))},mobile:function(){this.$element.addClass("mobile-device")},refresh:function(){this.$lis=null,this.liObj={},this.reloadLi(),this.render(),this.checkDisabled(),this.liHeight(!0),this.setStyle(),this.setWidth(),this.$lis&&this.$searchbox.trigger("propertychange"),this.$element.trigger("refreshed.bs.select")},hide:function(){this.$newElement.hide()},show:function(){this.$newElement.show()},remove:function(){this.$newElement.remove(),this.$element.remove()},destroy:function(){this.$newElement.before(this.$element).remove(),(this.$bsContainer||this.$menu).remove(),this.$element.off(".bs.select").removeData("selectpicker").removeClass("bs-select-hidden selectpicker")}};var u=e.fn.selectpicker;e.fn.selectpicker=i,e.fn.selectpicker.Constructor=c,e.fn.selectpicker.noConflict=function(){return e.fn.selectpicker=u,this},e(document).data("keycount",0).on("keydown.bs.select",'.bootstrap-select [data-toggle=dropdown], .bootstrap-select [role="menu"], .bs-searchbox input',c.prototype.keydown).on("focusin.modal",'.bootstrap-select [data-toggle=dropdown], .bootstrap-select [role="menu"], .bs-searchbox input',function(e){e.stopPropagation()}),e(window).on("load.bs.select.data-api",function(){e(".selectpicker").each(function(){var t=e(this);i.call(t,t.data())})})}(e)}),function(e){"function"==typeof define&&define.amd?define(["jquery"],e):"object"==typeof exports?module.exports=e(require("jquery")):e(jQuery||Zepto)}(function(e){function t(t,n,i){var a={invalid:[],getCaret:function(){try{var e,n=0,i=t.get(0),o=document.selection;return i=i.selectionStart,o&&-1===navigator.appVersion.indexOf("MSIE 10")?((e=o.createRange()).moveStart("character",-a.val().length),n=e.text.length):!i&&"0"!==i||(n=i),n}catch(e){}},setCaret:function(e){try{var n;t.is(":focus")&&((n=t.get(0)).setSelectionRange?(n.focus(),n.setSelectionRange(e,e)):((n=n.createTextRange()).collapse(!0),n.moveEnd("character",e),n.moveStart("character",e),n.select()))}catch(e){}},events:function(){t.on("keydown.mask",function(e){t.data("mask-keycode",e.keyCode||e.which)}).on(e.jMaskGlobals.useInput?"input.mask":"keyup.mask",a.behaviour).on("paste.mask drop.mask",function(){setTimeout(function(){t.keydown().keyup()},100)}).on("change.mask",function(){t.data("changed",!0)}).on("blur.mask",function(){r===a.val()||t.data("changed")||t.trigger("change"),t.data("changed",!1)}).on("blur.mask",function(){r=a.val()}).on("focus.mask",function(t){!0===i.selectOnFocus&&e(t.target).select()}).on("focusout.mask",function(){i.clearIfNotMatch&&!o.test(a.val())&&a.val("")})},getRegexMask:function(){for(var e,t,i,a,o,r=[],d=0;d<n.length;d++)(i=s.translation[n.charAt(d)])?(e=i.pattern.toString().replace(/.{1}$|^.{1}/g,""),t=i.optional,(i=i.recursive)?(r.push(n.charAt(d)),a={digit:n.charAt(d),pattern:e}):r.push(t||i?e+"?":e)):r.push(n.charAt(d).replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"));return o=r.join(""),a&&(o=o.replace(new RegExp("("+a.digit+"(.*"+a.digit+")?)"),"($1)?").replace(new RegExp(a.digit,"g"),a.pattern)),new RegExp(o)},destroyEvents:function(){t.off(["input","keydown","keyup","paste","drop","blur","focusout",""].join(".mask "))},val:function(e){var n=t.is("input")?"val":"text";return 0<arguments.length?(t[n]()!==e&&t[n](e),t):t[n]()},getMCharsBeforeCount:function(e,t){for(var i=0,a=0,o=n.length;a<o&&a<e;a++)s.translation[n.charAt(a)]||(e=t?e+1:e,i++);return i},caretPos:function(e,t,i,o){return s.translation[n.charAt(Math.min(e-1,n.length-1))]?Math.min(e+i-t-o,i):a.caretPos(e+1,t,i,o)},behaviour:function(n){n=n||window.event,a.invalid=[];var i=t.data("mask-keycode");if(-1===e.inArray(i,s.byPassKeys)){var o=a.getCaret(),r=a.val().length,d=a.getMasked(),l=d.length,c=a.getMCharsBeforeCount(l-1)-a.getMCharsBeforeCount(r-1),u=o<r;return a.val(d),u&&(8!==i&&46!==i&&(o=a.caretPos(o,r,l,c)),a.setCaret(o)),a.callbacks(n)}},getMasked:function(e,t){for(var o,r=[],d=void 0===t?a.val():t+"",l=0,c=n.length,u=0,p=d.length,h=1,m="push",_=-1,f=i.reverse?(m="unshift",h=-1,o=0,l=c-1,u=p-1,function(){return-1<l&&-1<u}):(o=c-1,function(){return l<c&&u<p});f();){var g=n.charAt(l),y=d.charAt(u),v=s.translation[g];v?(y.match(v.pattern)?(r[m](y),v.recursive&&(-1===_?_=l:l===o&&(l=_-h),o===_&&(l-=h)),l+=h):v.optional?(l+=h,u-=h):v.fallback?(r[m](v.fallback),l+=h,u-=h):a.invalid.push({p:u,v:y,e:v.pattern}),u+=h):(e||r[m](g),y===g&&(u+=h),l+=h)}return t=n.charAt(o),c!==p+1||s.translation[t]||r.push(t),r.join("")},callbacks:function(e){function o(e,t,n){"function"==typeof i[e]&&t&&i[e].apply(this,n)}var s=a.val(),d=s!==r,l=[s,e,t,i];o("onChange",1==d,l),o("onKeyPress",1==d,l),o("onComplete",s.length===n.length,l),o("onInvalid",0<a.invalid.length,[s,e,t,a.invalid,i])}};t=e(t);var o,s=this,r=a.val();n="function"==typeof n?n(a.val(),void 0,t,i):n,s.mask=n,s.options=i,s.remove=function(){var e=a.getCaret();return a.destroyEvents(),a.val(s.getCleanVal()),a.setCaret(e-a.getMCharsBeforeCount(e)),t},s.getCleanVal=function(){return a.getMasked(!0)},s.getMaskedVal=function(e){return a.getMasked(!1,e)},s.init=function(n){n=n||!1,i=i||{},s.clearIfNotMatch=e.jMaskGlobals.clearIfNotMatch,s.byPassKeys=e.jMaskGlobals.byPassKeys,s.translation=e.extend({},e.jMaskGlobals.translation,i.translation),s=e.extend(!0,{},s,i),o=a.getRegexMask(),!1===n?(i.placeholder&&t.attr("placeholder",i.placeholder),t.data("mask")&&t.attr("autocomplete","off"),a.destroyEvents(),a.events(),n=a.getCaret(),a.val(a.getMasked()),a.setCaret(n+a.getMCharsBeforeCount(n,!0))):(a.events(),a.val(a.getMasked()))},s.init(!t.is("input"))}function n(){var n=e(this),a={},o="data-mask-",s=n.attr("data-mask");if(n.attr(o+"reverse")&&(a.reverse=!0),n.attr(o+"clearifnotmatch")&&(a.clearIfNotMatch=!0),"true"===n.attr(o+"selectonfocus")&&(a.selectOnFocus=!0),i(n,s,a))return n.data("mask",new t(this,s,a))}e.maskWatchers={};var i=function(t,n,i){i=i||{};var a=e(t).data("mask"),o=JSON.stringify,s=e(t).val()||e(t).text();try{return"function"==typeof n&&(n=n(s)),"object"!=typeof a||o(a.options)!==o(i)||a.mask!==n}catch(t){}};e.fn.mask=function(n,a){function o(){if(i(this,n,a))return e(this).data("mask",new t(this,n,a))}a=a||{};var s=this.selector,r=(d=e.jMaskGlobals).watchInterval,d=a.watchInputs||d.watchInputs;return e(this).each(o),s&&""!==s&&d&&(clearInterval(e.maskWatchers[s]),e.maskWatchers[s]=setInterval(function(){e(document).find(s).each(o)},r)),this},e.fn.masked=function(e){return this.data("mask").getMaskedVal(e)},e.fn.unmask=function(){return clearInterval(e.maskWatchers[this.selector]),delete e.maskWatchers[this.selector],this.each(function(){var t=e(this).data("mask");t&&t.remove().removeData("mask")})},e.fn.cleanVal=function(){return this.data("mask").getCleanVal()},e.applyDataMask=function(t){((t=t||e.jMaskGlobals.maskElements)instanceof e?t:e(t)).filter(e.jMaskGlobals.dataMaskAttr).each(n)};var a,o,s,r={maskElements:"input,td,span,div",dataMaskAttr:"*[data-mask]",dataMask:!0,watchInterval:300,watchInputs:!0,useInput:(a="input",s=document.createElement("div"),(o=(a="on"+a)in s)||(s.setAttribute(a,"return;"),o="function"==typeof s[a]),o),watchDataMask:!1,byPassKeys:[9,16,17,18,36,37,38,39,40,91],translation:{0:{pattern:/\d/},9:{pattern:/\d/,optional:!(s=null)},"#":{pattern:/\d/,recursive:!0},A:{pattern:/[a-zA-Z0-9]/},S:{pattern:/[a-zA-Z]/}}};e.jMaskGlobals=e.jMaskGlobals||{},(r=e.jMaskGlobals=e.extend(!0,{},r,e.jMaskGlobals)).dataMask&&e.applyDataMask(),setInterval(function(){e.jMaskGlobals.watchDataMask&&e.applyDataMask()},r.watchInterval)}),function(e){function t(e,t,n){switch(arguments.length){case 2:return null!=e?e:t;case 3:return null!=e?e:null!=t?t:n;default:throw new Error("Implement me")}}function n(e,t){return He.call(e,t)}function i(e){!1===V.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function a(e,t){var n=!0;return l(function(){return n&&(i(e),n=!1),t.apply(this,arguments)},t)}function o(e,t){return function(n){return p(e.call(this,n),t)}}function s(){}function r(e,t){!1!==t&&Y(e),c(this,e),this._d=new Date(+e._d)}function d(e){var t=(d=b(e)).year||0,n=d.quarter||0,i=d.month||0,a=d.week||0,o=d.day||0,s=d.hour||0,r=d.minute||0,d=(e=d.second||0,d.millisecond||0);this._milliseconds=+d+1e3*e+6e4*r+36e5*s,this._days=+o+7*a,this._months=+i+3*n+12*t,this._data={},this._locale=V.localeData(),this._bubble()}function l(e,t){for(var i in t)n(t,i)&&(e[i]=t[i]);return n(t,"toString")&&(e.toString=t.toString),n(t,"valueOf")&&(e.valueOf=t.valueOf),e}function c(e,t){var n,i,a;if(void 0!==t._isAMomentObject&&(e._isAMomentObject=t._isAMomentObject),void 0!==t._i&&(e._i=t._i),void 0!==t._f&&(e._f=t._f),void 0!==t._l&&(e._l=t._l),void 0!==t._strict&&(e._strict=t._strict),void 0!==t._tzm&&(e._tzm=t._tzm),void 0!==t._isUTC&&(e._isUTC=t._isUTC),void 0!==t._offset&&(e._offset=t._offset),void 0!==t._pf&&(e._pf=t._pf),void 0!==t._locale&&(e._locale=t._locale),0<Ve.length)for(n in Ve)void 0!==(a=t[i=Ve[n]])&&(e[i]=a);return e}function u(e){return e<0?Math.ceil(e):Math.floor(e)}function p(e,t,n){var i=""+Math.abs(e);for(e=0<=e;i.length<t;)i="0"+i;return(e?n?"+":"":"-")+i}function h(e,t){var n={milliseconds:0,months:0};return n.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(n.months,"M").isAfter(t)&&--n.months,n.milliseconds=+t-+e.clone().add(n.months,"M"),n}function m(e,t){return function(n,a){var o,s;return null===a||isNaN(+a)||(s="moment()."+(o=t)+"(period, number) is deprecated. Please use moment()."+t+"(number, period).",xt[o]||(i(s),xt[o]=!0),o=n,n=a,a=o),n="string"==typeof n?+n:n,_(this,V.duration(n,a),e),this}}function _(e,t,n,i){var a=t._milliseconds,o=t._days;t=t._months,i=null==i||i,a&&e._d.setTime(+e._d+a*n),o&&B(e,"Date",N(e,"Date")+o*n),t&&F(e,N(e,"Month")+t*n),i&&V.updateOffset(e,o||t)}function f(e){return"[object Array]"===Object.prototype.toString.call(e)}function g(e){return"[object Date]"===Object.prototype.toString.call(e)||e instanceof Date}function y(e,t,n){for(var i=Math.min(e.length,t.length),a=Math.abs(e.length-t.length),o=0,s=0;s<i;s++)(n&&e[s]!==t[s]||!n&&M(e[s])!==M(t[s]))&&o++;return o+a}function v(e){var t;return e&&(t=e.toLowerCase().replace(/(.)s$/,"$1"),e=Lt[e]||wt[t]||t),e}function b(e){var t,i,a={};for(i in e)n(e,i)&&(t=v(i))&&(a[t]=e[i]);return a}function M(e){var t=+e;return e=0,0!=t&&isFinite(t)&&(e=0<=t?Math.floor(t):Math.ceil(t)),e}function L(e,t){return new Date(Date.UTC(e,t+1,0)).getUTCDate()}function w(e,t,n){return W(V([e,11,31+t-n]),t,n).week}function k(e){return T(e)?366:365}function T(e){return e%4==0&&e%100!=0||e%400==0}function Y(e){var t;e._a&&-2===e._pf.overflow&&(t=e._a[Fe]<0||11<e._a[Fe]?Fe:e._a[Ne]<1||e._a[Ne]>L(e._a[ze],e._a[Fe])?Ne:e._a[Be]<0||24<e._a[Be]||24===e._a[Be]&&(0!==e._a[qe]||0!==e._a[Re]||0!==e._a[Ue])?Be:e._a[qe]<0||59<e._a[qe]?qe:e._a[Re]<0||59<e._a[Re]?Re:e._a[Ue]<0||999<e._a[Ue]?Ue:-1,e._pf._overflowDayOfYear&&(t<ze||Ne<t)&&(t=Ne),e._pf.overflow=t)}function D(t){return null==t._isValid&&(t._isValid=!isNaN(t._d.getTime())&&t._pf.overflow<0&&!t._pf.empty&&!t._pf.invalidMonth&&!t._pf.nullInput&&!t._pf.invalidFormat&&!t._pf.userInvalidated,t._strict&&(t._isValid=t._isValid&&0===t._pf.charsLeftOver&&0===t._pf.unusedTokens.length&&t._pf.bigHour===e)),t._isValid}function S(e){return e&&e.toLowerCase().replace("_","-")}function x(e){var t;if(!Ge[e]&&Je)try{t=V.locale(),require("./locale/"+e),V.locale(t)}catch(e){}return Ge[e]}function C(e,t){var n;return t._isUTC?(n=t.clone(),t=(V.isMoment(e)||g(e)?+e:+V(e))-+n,n._d.setTime(+n._d+t),V.updateOffset(n,!1),n):V(e).local()}function $(e,t){return e.isValid()?(t=P(t,e.localeData()),kt[t]||(kt[t]=function(e){for(var t,n=e.match(Ke),i=0,a=n.length;i<a;i++)n[i]=St[n[i]]||((t=n[i]).match(/\[[\s\S]/)?t.replace(/^\[|\]$/g,""):t.replace(/\\/g,""));return function(t){var o="";for(i=0;i<a;i++)o+=n[i]instanceof Function?n[i].call(t,e):n[i];return o}}(t)),kt[t](e)):e.localeData().invalidDate()}function P(e,t){function n(e){return t.longDateFormat(e)||e}var i=5;for(et.lastIndex=0;0<=i&&et.test(e);)e=e.replace(et,n),et.lastIndex=0,--i;return e}function j(e){var t=(e=e||"").match(rt)||[];return t=60*(e=((t[t.length-1]||[])+"").match(bt)||["-",0,0])[1]+M(e[2]),"+"===e[0]?-t:t}function A(e){var n,i,a,o,s=[];if(!e._d){for(a=e,o=new Date,i=a._useUTC?[o.getUTCFullYear(),o.getUTCMonth(),o.getUTCDate()]:[o.getFullYear(),o.getMonth(),o.getDate()],e._w&&null==e._a[Ne]&&null==e._a[Fe]&&function(e){var n,i,a,o,s,r=e._w;null!=r.GG||null!=r.W||null!=r.E?(n=1,o=4,s=t(r.GG,e._a[ze],W(V(),1,4).year),i=t(r.W,1),a=t(r.E,1)):(n=e._locale._week.dow,o=e._locale._week.doy,s=t(r.gg,e._a[ze],W(V(),n,o).year),i=t(r.w,1),null!=r.d?(a=r.d)<n&&++i:a=null!=r.e?r.e+n:n),r=i,i=a,a=o,o=n,o={year:0<(o=7*(r-1)+((i=null!=i?i:o)-o)+(o-(s=0===(s=I(n=s,0,1).getUTCDay())?7:s)+(a<s?7:0)-(s<o?7:0))+1)?n:n-1,dayOfYear:0<o?o:k(n-1)+o},e._a[ze]=o.year,e._dayOfYear=o.dayOfYear}(e),e._dayOfYear&&(o=t(e._a[ze],i[ze]),e._dayOfYear>k(o)&&(e._pf._overflowDayOfYear=!0),o=I(o,0,e._dayOfYear),e._a[Fe]=o.getUTCMonth(),e._a[Ne]=o.getUTCDate()),n=0;n<3&&null==e._a[n];++n)e._a[n]=s[n]=i[n];for(;n<7;n++)e._a[n]=s[n]=null==e._a[n]?2===n?1:0:e._a[n];24===e._a[Be]&&0===e._a[qe]&&0===e._a[Re]&&0===e._a[Ue]&&(e._nextDay=!0,e._a[Be]=0),e._d=(e._useUTC?I:function(e,t,n,i,a,o,s){return s=new Date(e,t,n,i,a,o,s),e<1970&&s.setFullYear(e),s}).apply(null,s),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()+e._tzm),e._nextDay&&(e._a[Be]=24)}}function E(t){if(t._f===V.ISO_8601)return O(t),0;t._a=[],t._pf.empty=!0;for(var n,i,a,o=""+t._i,s=o.length,r=0,d=P(t._f,t._locale).match(Ke)||[],l=0;l<d.length;l++)i=d[l],(n=(o.match(function(e,t){var n=t._strict;switch(e){case"Q":return ut;case"DDDD":return ht;case"YYYY":case"GGGG":case"gggg":return n?mt:it;case"Y":case"G":case"g":return ft;case"YYYYYY":case"YYYYY":case"GGGGG":case"ggggg":return n?_t:at;case"S":if(n)return ut;case"SS":if(n)return pt;case"SSS":if(n)return ht;case"DDD":return nt;case"MMM":case"MMMM":case"dd":case"ddd":case"dddd":return st;case"a":case"A":return t._locale._meridiemParse;case"x":return lt;case"X":return ct;case"Z":case"ZZ":return rt;case"T":return dt;case"SSSS":return ot;case"MM":case"DD":case"YY":case"GG":case"gg":case"HH":case"hh":case"mm":case"ss":case"ww":case"WW":return n?pt:tt;case"M":case"D":case"d":case"H":case"h":case"m":case"s":case"w":case"W":case"e":case"E":return tt;case"Do":return n?t._locale._ordinalParse:t._locale._ordinalParseLenient;default:return new RegExp(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(e,t,n,i,a){return t||n||i||a}).replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"))}}(i,t))||[])[0])&&(0<(a=o.substr(0,o.indexOf(n))).length&&t._pf.unusedInput.push(a),o=o.slice(o.indexOf(n)+n.length),r+=n.length),St[i]?(n?t._pf.empty=!1:t._pf.unusedTokens.push(i),function(e,t,n){var i,a=n._a;switch(e){case"Q":null!=t&&(a[Fe]=3*(M(t)-1));break;case"M":case"MM":null!=t&&(a[Fe]=M(t)-1);break;case"MMM":case"MMMM":null!=(i=n._locale.monthsParse(t,e,n._strict))?a[Fe]=i:n._pf.invalidMonth=t;break;case"D":case"DD":null!=t&&(a[Ne]=M(t));break;case"Do":null!=t&&(a[Ne]=M(parseInt(t.match(/\d{1,2}/)[0],10)));break;case"DDD":case"DDDD":null!=t&&(n._dayOfYear=M(t));break;case"YY":a[ze]=V.parseTwoDigitYear(t);break;case"YYYY":case"YYYYY":case"YYYYYY":a[ze]=M(t);break;case"a":case"A":n._isPm=n._locale.isPM(t);break;case"h":case"hh":n._pf.bigHour=!0;case"H":case"HH":a[Be]=M(t);break;case"m":case"mm":a[qe]=M(t);break;case"s":case"ss":a[Re]=M(t);break;case"S":case"SS":case"SSS":case"SSSS":a[Ue]=M(1e3*("0."+t));break;case"x":n._d=new Date(M(t));break;case"X":n._d=new Date(1e3*parseFloat(t));break;case"Z":case"ZZ":n._useUTC=!0,n._tzm=j(t);break;case"dd":case"ddd":case"dddd":null!=(i=n._locale.weekdaysParse(t))?(n._w=n._w||{},n._w.d=i):n._pf.invalidWeekday=t;break;case"w":case"ww":case"W":case"WW":case"d":case"e":case"E":e=e.substr(0,1);case"gggg":case"GGGG":case"GGGGG":e=e.substr(0,2),t&&(n._w=n._w||{},n._w[e]=M(t));break;case"gg":case"GG":n._w=n._w||{},n._w[e]=V.parseTwoDigitYear(t)}}(i,n,t)):t._strict&&!n&&t._pf.unusedTokens.push(i);t._pf.charsLeftOver=s-r,0<o.length&&t._pf.unusedInput.push(o),!0===t._pf.bigHour&&t._a[Be]<=12&&(t._pf.bigHour=e),t._isPm&&t._a[Be]<12&&(t._a[Be]+=12),!1===t._isPm&&12===t._a[Be]&&(t._a[Be]=0),A(t),Y(t)}function O(e){var t,n,i=e._i,a=gt.exec(i);if(a){for(e._pf.iso=!0,t=0,n=yt.length;t<n;t++)if(yt[t][1].exec(i)){e._f=yt[t][0]+(a[6]||" ");break}for(t=0,n=vt.length;t<n;t++)if(vt[t][1].exec(i)){e._f+=vt[t][0];break}i.match(rt)&&(e._f+="Z"),E(e)}else e._isValid=!1}function I(e){var t=new Date(Date.UTC.apply(null,arguments));return e<1970&&t.setUTCFullYear(e),t}function W(e,t,n){return(t=n-t)<(n-=e.day())&&(n-=7),n<t-7&&(n+=7),n=V(e).add(n,"d"),{week:Math.ceil(n.dayOfYear()/7),year:n.year()}}function H(t){var n=t._i,i=t._f;return t._locale=t._locale||V.localeData(t._l),null===n||i===e&&""===n?V.invalid({nullInput:!0}):("string"==typeof n&&(t._i=n=t._locale.preparse(n)),V.isMoment(n)?new r(n,!0):((i?f(i)?function(e){var t,n,i,a,o;if(0===e._f.length)return e._pf.invalidFormat=!0,e._d=new Date(NaN),0;for(a=0;a<e._f.length;a++)o=0,t=c({},e),null!=e._useUTC&&(t._useUTC=e._useUTC),t._pf={empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1},t._f=e._f[a],E(t),D(t)&&(o+=t._pf.charsLeftOver,o+=10*t._pf.unusedTokens.length,t._pf.score=o,(null==i||o<i)&&(i=o,n=t));l(e,n||t)}:E:function(t){var n,i,a=t._i;a===e?t._d=new Date:g(a)?t._d=new Date(+a):null!==(n=Qe.exec(a))?t._d=new Date(+n[1]):"string"==typeof a?(O(i=t),!1===i._isValid&&(delete i._isValid,V.createFromInputFallback(i))):f(a)?(t._a=function(e,t){for(var n=[],i=0;i<e.length;++i)n.push(t(e[i]));return n}(a.slice(0),function(e){return parseInt(e,10)}),A(t)):"object"==typeof a?(n=t)._d||(i=b(n._i),n._a=[i.year,i.month,i.day||i.date,i.hour,i.minute,i.second,i.millisecond],A(n)):"number"==typeof a?t._d=new Date(a):V.createFromInputFallback(t)})(t),(t=new r(t))._nextDay&&(t.add(1,"d"),t._nextDay=e),t))}function z(e,t){var n,i;if(1===t.length&&f(t[0])&&(t=t[0]),!t.length)return V();for(n=t[0],i=1;i<t.length;++i)t[i][e](n)&&(n=t[i]);return n}function F(e,t){var n;return"string"==typeof t&&"number"!=typeof(t=e.localeData().monthsParse(t))||(n=Math.min(e.date(),L(e.year(),t)),e._d["set"+(e._isUTC?"UTC":"")+"Month"](t,n)),e}function N(e,t){return e._d["get"+(e._isUTC?"UTC":"")+t]()}function B(e,t,n){return"Month"===t?F(e,n):e._d["set"+(e._isUTC?"UTC":"")+t](n)}function q(e,t){return function(n){return null!=n?(B(this,e,n),V.updateOffset(this,t),this):N(this,e)}}function R(e){return 400*e/146097}function U(e){return 146097*e/400}function G(e){"undefined"==typeof ender&&(J=Ie.moment,Ie.moment=e?a("Accessing Moment through the global scope is deprecated, and will be removed in an upcoming release.",V):V)}for(var V,J,Q,Z,X,K,ee,te,ne,ie,ae,oe,se,re,de,le,ce,ue,pe,he,me,_e,fe,ge,ye,ve,be,Me,Le,we,ke,Te,Ye,De,Se,xe,Ce,$e,Pe,je,Ae,Ee,Oe,Ie="undefined"!=typeof global?global:this,We=Math.round,He=Object.prototype.hasOwnProperty,ze=0,Fe=1,Ne=2,Be=3,qe=4,Re=5,Ue=6,Ge={},Ve=[],Je="undefined"!=typeof module&&module&&module.exports,Qe=/^\/?Date\((\-?\d+)/i,Ze=/(\-)?(?:(\d*)\.)?(\d+)\:(\d+)(?:\:(\d+)\.?(\d{3})?)?/,Xe=/^(-)?P(?:(?:([0-9,.]*)Y)?(?:([0-9,.]*)M)?(?:([0-9,.]*)D)?(?:T(?:([0-9,.]*)H)?(?:([0-9,.]*)M)?(?:([0-9,.]*)S)?)?|([0-9,.]*)W)$/,Ke=/(\[[^\[]*\])|(\\)?(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,et=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,tt=/\d\d?/,nt=/\d{1,3}/,it=/\d{1,4}/,at=/[+\-]?\d{1,6}/,ot=/\d+/,st=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i,rt=/Z|[\+\-]\d\d:?\d\d/gi,dt=/T/i,lt=/[\+\-]?\d+/,ct=/[\+\-]?\d+(\.\d{1,3})?/,ut=/\d/,pt=/\d\d/,ht=/\d{3}/,mt=/\d{4}/,_t=/[+-]?\d{6}/,ft=/[+-]?\d+/,gt=/^\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)?)?$/,yt=[["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}/]],vt=[["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/]],bt=/([\+\-]|\d\d)/gi,Mt=("Date|Hours|Minutes|Seconds|Milliseconds".split("|"),{Milliseconds:1,Seconds:1e3,Minutes:6e4,Hours:36e5,Days:864e5,Months:2592e6,Years:31536e6}),Lt={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"},wt={dayofyear:"dayOfYear",isoweekday:"isoWeekday",isoweek:"isoWeek",weekyear:"weekYear",isoweekyear:"isoWeekYear"},kt={},Tt={s:45,m:45,h:22,d:26,M:11},Yt="DDD w W M D d".split(" "),Dt="M D H h m s w W".split(" "),St={M:function(){return this.month()+1},MMM:function(e){return this.localeData().monthsShort(this,e)},MMMM:function(e){return this.localeData().months(this,e)},D:function(){return this.date()},DDD:function(){return this.dayOfYear()},d:function(){return this.day()},dd:function(e){return this.localeData().weekdaysMin(this,e)},ddd:function(e){return this.localeData().weekdaysShort(this,e)},dddd:function(e){return this.localeData().weekdays(this,e)},w:function(){return this.week()},W:function(){return this.isoWeek()},YY:function(){return p(this.year()%100,2)},YYYY:function(){return p(this.year(),4)},YYYYY:function(){return p(this.year(),5)},YYYYYY:function(){var e=this.year();return(0<=e?"+":"-")+p(Math.abs(e),6)},gg:function(){return p(this.weekYear()%100,2)},gggg:function(){return p(this.weekYear(),4)},ggggg:function(){return p(this.weekYear(),5)},GG:function(){return p(this.isoWeekYear()%100,2)},GGGG:function(){return p(this.isoWeekYear(),4)},GGGGG:function(){return p(this.isoWeekYear(),5)},e:function(){return this.weekday()},E:function(){return this.isoWeekday()},a:function(){return this.localeData().meridiem(this.hours(),this.minutes(),!0)},A:function(){return this.localeData().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 M(this.milliseconds()/100)},SS:function(){return p(M(this.milliseconds()/10),2)},SSS:function(){return p(this.milliseconds(),3)},SSSS:function(){return p(this.milliseconds(),3)},Z:function(){var e=-this.zone(),t="+";return e<0&&(e=-e,t="-"),t+p(M(e/60),2)+":"+p(M(e)%60,2)},ZZ:function(){var e=-this.zone(),t="+";return e<0&&(e=-e,t="-"),t+p(M(e/60),2)+p(M(e)%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()}},xt={},Ct=["months","monthsShort","weekdays","weekdaysShort","weekdaysMin"];Yt.length;)Q=Yt.pop(),St[Q+"o"]=function(e,t){return function(n){return this.localeData().ordinal(e.call(this,n),t)}}(St[Q],Q);for(;Dt.length;)Q=Dt.pop(),St[Q+Q]=o(St[Q],2);for(St.DDDD=o(St.DDD,3),l(s.prototype,{set:function(e){var t,n;for(n in e)"function"==typeof(t=e[n])?this[n]=t:this["_"+n]=t;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(e){return this._months[e.month()]},_monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),monthsShort:function(e){return this._monthsShort[e.month()]},monthsParse:function(e,t,n){var i,a;for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),i=0;i<12;i++){if(a=V.utc([2e3,i]),n&&!this._longMonthsParse[i]&&(this._longMonthsParse[i]=new RegExp("^"+this.months(a,"").replace(".","")+"$","i"),this._shortMonthsParse[i]=new RegExp("^"+this.monthsShort(a,"").replace(".","")+"$","i")),n||this._monthsParse[i]||(a="^"+this.months(a,"")+"|^"+this.monthsShort(a,""),this._monthsParse[i]=new RegExp(a.replace(".",""),"i")),n&&"MMMM"===t&&this._longMonthsParse[i].test(e))return i;if(n&&"MMM"===t&&this._shortMonthsParse[i].test(e))return i;if(!n&&this._monthsParse[i].test(e))return i}},_weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdays:function(e){return this._weekdays[e.day()]},_weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysShort:function(e){return this._weekdaysShort[e.day()]},_weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),weekdaysMin:function(e){return this._weekdaysMin[e.day()]},weekdaysParse:function(e){var t,n;for(this._weekdaysParse||(this._weekdaysParse=[]),t=0;t<7;t++)if(this._weekdaysParse[t]||(n=V([2e3,1]).day(t),n="^"+this.weekdays(n,"")+"|^"+this.weekdaysShort(n,"")+"|^"+this.weekdaysMin(n,""),this._weekdaysParse[t]=new RegExp(n.replace(".",""),"i")),this._weekdaysParse[t].test(e))return t},_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(e){var t=this._longDateFormat[e];return!t&&this._longDateFormat[e.toUpperCase()]&&(t=this._longDateFormat[e.toUpperCase()].replace(/MMMM|MM|DD|dddd/g,function(e){return e.slice(1)}),this._longDateFormat[e]=t),t},isPM:function(e){return"p"===(e+"").toLowerCase().charAt(0)},_meridiemParse:/[ap]\.?m?\.?/i,meridiem:function(e,t,n){return 11<e?n?"pm":"PM":n?"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(e,t,n){return"function"==typeof(e=this._calendar[e])?e.apply(t,[n]):e},_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(e,t,n,i){var a=this._relativeTime[n];return"function"==typeof a?a(e,t,n,i):a.replace(/%d/i,e)},pastFuture:function(e,t){return"function"==typeof(e=this._relativeTime[0<e?"future":"past"])?e(t):e.replace(/%s/i,t)},ordinal:function(e){return this._ordinal.replace("%d",e)},_ordinal:"%d",_ordinalParse:/\d{1,2}/,preparse:function(e){return e},postformat:function(e){return e},week:function(e){return W(e,this._week.dow,this._week.doy).week},_week:{dow:0,doy:6},_invalidDate:"Invalid date",invalidDate:function(){return this._invalidDate}}),(V=function(t,n,i,a){var o;return"boolean"==typeof i&&(a=i,i=e),(o={_isAMomentObject:!0})._i=t,o._f=n,o._l=i,o._strict=a,o._isUTC=!1,o._pf={empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1},H(o)}).suppressDeprecationWarnings=!1,V.createFromInputFallback=a("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(e){e._d=new Date(e._i+(e._useUTC?" UTC":""))}),V.min=function(){return z("isBefore",[].slice.call(arguments,0))},V.max=function(){return z("isAfter",[].slice.call(arguments,0))},V.utc=function(t,n,i,a){var o;return"boolean"==typeof i&&(a=i,i=e),(o={_isAMomentObject:!0,_useUTC:!0,_isUTC:!0})._l=i,o._i=t,o._f=n,o._strict=a,o._pf={empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1},H(o).utc()},V.unix=function(e){return V(1e3*e)},V.duration=function(e,t){var i,a,o,s=e,r=null;return V.isDuration(e)?s={ms:e._milliseconds,d:e._days,M:e._months}:"number"==typeof e?(s={},t?s[t]=e:s.milliseconds=e):(r=Ze.exec(e))?(i="-"===r[1]?-1:1,s={y:0,d:M(r[Ne])*i,h:M(r[Be])*i,m:M(r[qe])*i,s:M(r[Re])*i,ms:M(r[Ue])*i}):(r=Xe.exec(e))?(i="-"===r[1]?-1:1,s={y:(a=function(e){return e=e&&parseFloat(e.replace(",",".")),(isNaN(e)?0:e)*i})(r[2]),M:a(r[3]),d:a(r[4]),h:a(r[5]),m:a(r[6]),s:a(r[7]),w:a(r[8])}):"object"==typeof s&&("from"in s||"to"in s)&&(a=V(s.from),r=C(r=V(s.to),a),a.isBefore(r)?o=h(a,r):((o=h(r,a)).milliseconds=-o.milliseconds,o.months=-o.months),(s={}).ms=(o=o).milliseconds,s.M=o.months),s=new d(s),V.isDuration(e)&&n(e,"_locale")&&(s._locale=e._locale),s},V.version="2.8.4",V.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",V.ISO_8601=function(){},V.momentProperties=Ve,V.updateOffset=function(){},V.relativeTimeThreshold=function(t,n){return Tt[t]!==e&&(n===e?Tt[t]:(Tt[t]=n,!0))},V.lang=a("moment.lang is deprecated. Use moment.locale instead.",function(e,t){return V.locale(e,t)}),V.locale=function(e,t){return e&&(e=void 0!==t?V.defineLocale(e,t):V.localeData(e))&&(V.duration._locale=V._locale=e),V._locale._abbr},V.defineLocale=function(e,t){return null!==t?(t.abbr=e,Ge[e]||(Ge[e]=new s),Ge[e].set(t),V.locale(e),Ge[e]):(delete Ge[e],null)},V.langData=a("moment.langData is deprecated. Use moment.localeData instead.",function(e){return V.localeData(e)}),V.localeData=function(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return V._locale;if(!f(e)){if(t=x(e))return t;e=[e]}return function(e){for(var t,n,i,a,o=0;o<e.length;){for(t=(a=S(e[o]).split("-")).length,n=(n=S(e[o+1]))?n.split("-"):null;0<t;){if(i=x(a.slice(0,t).join("-")))return i;if(n&&n.length>=t&&y(a,n,!0)>=t-1)break;t--}o++}return null}(e)},V.isMoment=function(e){return e instanceof r||null!=e&&n(e,"_isAMomentObject")},V.isDuration=function(e){return e instanceof d},Q=Ct.length-1;0<=Q;--Q)!function(t){var n,i;if(0===t.indexOf("week"))n=7,i="day";else{if(0!==t.indexOf("month"))return;n=12,i="month"}V[t]=function(a,o){var s,r,d=V._locale[t],l=[];if("number"==typeof a&&(o=a,a=e),r=function(e){return e=V().utc().set(i,e),d.call(V._locale,e,a||"")},null!=o)return r(o);for(s=0;s<n;s++)l.push(r(s));return l}}(Ct[Q]);for(Q in V.normalizeUnits=v,V.invalid=function(e){var t=V.utc(NaN);return null!=e?l(t._pf,e):t._pf.userInvalidated=!0,t},V.parseZone=function(){return V.apply(null,arguments).parseZone()},V.parseTwoDigitYear=function(e){return M(e)+(68<M(e)?1900:2e3)},l(V.fn=r.prototype,{clone:function(){return V(this)},valueOf:function(){return+this._d+6e4*(this._offset||0)},unix:function(){return Math.floor(+this/1e3)},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 e=V(this).utc();return 0<e.year()&&e.year()<=9999?"function"==typeof Date.prototype.toISOString?this.toDate().toISOString():$(e,"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]"):$(e,"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]")},toArray:function(){var e=this;return[e.year(),e.month(),e.date(),e.hours(),e.minutes(),e.seconds(),e.milliseconds()]},isValid:function(){return D(this)},isDSTShifted:function(){return!!this._a&&this.isValid()&&0<y(this._a,(this._isUTC?V.utc(this._a):V(this._a)).toArray())},parsingFlags:function(){return l({},this._pf)},invalidAt:function(){return this._pf.overflow},utc:function(e){return this.zone(0,e)},local:function(e){return this._isUTC&&(this.zone(0,e),this._isUTC=!1,e&&this.add(this._dateTzOffset(),"m")),this},format:function(e){return e=$(this,e||V.defaultFormat),this.localeData().postformat(e)},add:m(1,"add"),subtract:m(-1,"subtract"),diff:function(e,t,n){var i,a,o=C(e,this),s=6e4*(this.zone()-o.zone());return"year"===(t=v(t))||"month"===t?(i=432e5*(this.daysInMonth()+o.daysInMonth()),a=12*(this.year()-o.year())+(this.month()-o.month()),e=this-V(this).startOf("month")-(o-V(o).startOf("month")),a+=(e-=6e4*(this.zone()-V(this).startOf("month").zone()-(o.zone()-V(o).startOf("month").zone())))/i,"year"===t&&(a/=12)):(i=this-o,a="second"===t?i/1e3:"minute"===t?i/6e4:"hour"===t?i/36e5:"day"===t?(i-s)/864e5:"week"===t?(i-s)/6048e5:i),n?a:u(a)},from:function(e,t){return V.duration({to:this,from:e}).locale(this.locale()).humanize(!t)},fromNow:function(e){return this.from(V(),e)},calendar:function(e){var t=e||V();return e=C(t,this).startOf("day"),e=(e=this.diff(e,"days",!0))<-6?"sameElse":e<-1?"lastWeek":e<0?"lastDay":e<1?"sameDay":e<2?"nextDay":e<7?"nextWeek":"sameElse",this.format(this.localeData().calendar(e,this,V(t)))},isLeapYear:function(){return T(this.year())},isDST:function(){return this.zone()<this.clone().month(0).zone()||this.zone()<this.clone().month(5).zone()},day:function(e){var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=function(e,t){if("string"==typeof e)if(isNaN(e)){if("number"!=typeof(e=t.weekdaysParse(e)))return null}else e=parseInt(e,10);return e}(e,this.localeData()),this.add(e-t,"d")):t},month:q("Month",!0),startOf:function(e){switch(e=v(e)){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)}return"week"===e?this.weekday(0):"isoWeek"===e&&this.isoWeekday(1),"quarter"===e&&this.month(3*Math.floor(this.month()/3)),this},endOf:function(t){return(t=v(t))===e||"millisecond"===t?this:this.startOf(t).add(1,"isoWeek"===t?"week":t).subtract(1,"ms")},isAfter:function(e,t){return"millisecond"===(t=v(void 0!==t?t:"millisecond"))?+(e=V.isMoment(e)?e:V(e))<+this:(V.isMoment(e)?+e:+V(e))<+this.clone().startOf(t)},isBefore:function(e,t){return"millisecond"===(t=v(void 0!==t?t:"millisecond"))?+this<+(e=V.isMoment(e)?e:V(e)):(e=V.isMoment(e)?+e:+V(e),+this.clone().endOf(t)<e)},isSame:function(e,t){return"millisecond"===(t=v(t||"millisecond"))?+this==+(e=V.isMoment(e)?e:V(e)):(e=+V(e),+this.clone().startOf(t)<=e&&e<=+this.clone().endOf(t))},min:a("moment().min is deprecated, use moment.min instead. https://github.com/moment/moment/issues/1548",function(e){return(e=V.apply(null,arguments))<this?this:e}),max:a("moment().max is deprecated, use moment.max instead. https://github.com/moment/moment/issues/1548",function(e){return this<(e=V.apply(null,arguments))?this:e}),zone:function(e,t){var n,i=this._offset||0;return null==e?this._isUTC?i:this._dateTzOffset():("string"==typeof e&&(e=j(e)),Math.abs(e)<16&&(e*=60),!this._isUTC&&t&&(n=this._dateTzOffset()),this._offset=e,this._isUTC=!0,null!=n&&this.subtract(n,"m"),i!==e&&(!t||this._changeInProgress?_(this,V.duration(i-e,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,V.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(e){return e=e?V(e).zone():0,(this.zone()-e)%60==0},daysInMonth:function(){return L(this.year(),this.month())},dayOfYear:function(e){var t=We((V(this).startOf("day")-V(this).startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")},quarter:function(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)},weekYear:function(e){var t=W(this,this.localeData()._week.dow,this.localeData()._week.doy).year;return null==e?t:this.add(e-t,"y")},isoWeekYear:function(e){var t=W(this,1,4).year;return null==e?t:this.add(e-t,"y")},week:function(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")},isoWeek:function(e){var t=W(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")},weekday:function(e){var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")},isoWeekday:function(e){return null==e?this.day()||7:this.day(this.day()%7?e:e-7)},isoWeeksInYear:function(){return w(this.year(),1,4)},weeksInYear:function(){var e=this.localeData()._week;return w(this.year(),e.dow,e.doy)},get:function(e){return this[e=v(e)]()},set:function(e,t){return"function"==typeof this[e=v(e)]&&this[e](t),this},locale:function(t){return t===e?this._locale._abbr:(null!=(t=V.localeData(t))&&(this._locale=t),this)},lang:a("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(t){return t===e?this.localeData():this.locale(t)}),localeData:function(){return this._locale},_dateTzOffset:function(){return 15*Math.round(this._d.getTimezoneOffset()/15)}}),V.fn.millisecond=V.fn.milliseconds=q("Milliseconds",!1),V.fn.second=V.fn.seconds=q("Seconds",!1),V.fn.minute=V.fn.minutes=q("Minutes",!1),V.fn.hour=V.fn.hours=q("Hours",!0),V.fn.date=q("Date",!0),V.fn.dates=a("dates accessor is deprecated. Use date instead.",q("Date",!0)),V.fn.year=q("FullYear",!0),V.fn.years=a("years accessor is deprecated. Use year instead.",q("FullYear",!0)),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,l(V.duration.fn=d.prototype,{_bubble:function(){var e,t=this._milliseconds,n=this._days,i=this._months,a=this._data;a.milliseconds=t%1e3,t=u(t/1e3),a.seconds=t%60,t=u(t/60),a.minutes=t%60,t=u(t/60),a.hours=t%24,n+=u(t/24),e=u(R(n)),n-=u(U(e)),i+=u(n/30),n%=30,e+=u(i/12),i%=12,a.days=n,a.months=i,a.years=e},abs:function(){return 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),this},weeks:function(){return u(this.days()/7)},valueOf:function(){return this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*M(this._months/12)},humanize:function(e){var t=function(e,t,n){var i=V.duration(e).abs(),a=We(i.as("s")),o=We(i.as("m")),s=We(i.as("h")),r=We(i.as("d")),d=We(i.as("M"));return i=We(i.as("y")),(i=(a<Tt.s?["s",a]:1===o&&["m"])||o<Tt.m&&["mm",o]||1===s&&["h"]||s<Tt.h&&["hh",s]||1===r&&["d"]||r<Tt.d&&["dd",r]||1===d&&["M"]||d<Tt.M&&["MM",d]||1===i&&["y"]||["yy",i])[2]=t,i[3]=0<+e,i[4]=n,function(e,t,n,i,a){return a.relativeTime(t||1,!!n,e,i)}.apply({},i)}(this,!e,this.localeData());return e&&(t=this.localeData().pastFuture(+this,t)),this.localeData().postformat(t)},add:function(e,t){return t=V.duration(e,t),this._milliseconds+=t._milliseconds,this._days+=t._days,this._months+=t._months,this._bubble(),this},subtract:function(e,t){return t=V.duration(e,t),this._milliseconds-=t._milliseconds,this._days-=t._days,this._months-=t._months,this._bubble(),this},get:function(e){return this[(e=v(e)).toLowerCase()+"s"]()},as:function(e){var t,n;if("month"===(e=v(e))||"year"===e)return t=this._days+this._milliseconds/864e5,n=this._months+12*R(t),"month"===e?n:n/12;switch(t=this._days+Math.round(U(this._months/12)),e){case"week":return t/7+this._milliseconds/6048e5;case"day":return t+this._milliseconds/864e5;case"hour":return 24*t+this._milliseconds/36e5;case"minute":return 24*t*60+this._milliseconds/6e4;case"second":return 24*t*60*60+this._milliseconds/1e3;case"millisecond":return Math.floor(24*t*60*60*1e3)+this._milliseconds;default:throw new Error("Unknown unit "+e)}},lang:V.fn.lang,locale:V.fn.locale,toIsoString:a("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",function(){return this.toISOString()}),toISOString:function(){var e=Math.abs(this.years()),t=Math.abs(this.months()),n=Math.abs(this.days()),i=Math.abs(this.hours()),a=Math.abs(this.minutes()),o=Math.abs(this.seconds()+this.milliseconds()/1e3);return this.asSeconds()?(this.asSeconds()<0?"-":"")+"P"+(e?e+"Y":"")+(t?t+"M":"")+(n?n+"D":"")+(i||a||o?"T":"")+(i?i+"H":"")+(a?a+"M":"")+(o?o+"S":""):"P0D"},localeData:function(){return this._locale}}),V.duration.fn.toString=V.duration.fn.toISOString,Mt)n(Mt,Q)&&function(e){V.duration.fn[e]=function(){return this._data[e]}}(Q.toLowerCase());function $t(e,t,n){return"m"===n?t?"С…РІРёР»РёРЅР°":"С…РІРёР»РёРЅСѓ":"h"===n?t?"РіРѕРґРёРЅР°":"РіРѕРґРёРЅСѓ":e+" "+(e=+e,n=(n={mm:"С…РІРёР»РёРЅР°_С…РІРёР»РёРЅРё_С…РІРёР»РёРЅ",hh:"РіРѕРґРёРЅР°_РіРѕРґРёРЅРё_РіРѕРґРёРЅ",dd:"РґРµРЅСЊ_РґРЅС–_РґРЅС–РІ",MM:"РјС–СЃСЏС†СЊ_РјС–СЃСЏС†С–_РјС–СЃСЏС†С–РІ",yy:"СЂС–Рє_СЂРѕРєРё_СЂРѕРєС–РІ"}[n]).split("_"),e%10==1&&e%100!=11?n[0]:2<=e%10&&e%10<=4&&(e%100<10||20<=e%100)?n[1]:n[2])}function Pt(e){return function(){return e+"Рѕ"+(11===this.hours()?"Р±":"")+"] LT"}}function jt(e,t,n){var i=e+" ";switch(n){case"m":return t?"ena minuta":"eno minuto";case"mm":return i+(1===e?"minuta":2===e?"minuti":3===e||4===e?"minute":"minut");case"h":return t?"ena ura":"eno uro";case"hh":return i+(1===e?"ura":2===e?"uri":3===e||4===e?"ure":"ur");case"dd":return i+(1===e?"dan":"dni");case"MM":return i+(1===e?"mesec":2===e?"meseca":3===e||4===e?"mesece":"mesecev");case"yy":return i+(1===e?"leto":2===e?"leti":3===e||4===e?"leta":"let")}}function At(e){return 1<e&&e<5}function Et(e,t,n,i){var a=e+" ";switch(n){case"s":return t||i?"pГЎr sekГєnd":"pГЎr sekundami";case"m":return t?"minГєta":i?"minГєtu":"minГєtou";case"mm":return t||i?a+(At(e)?"minГєty":"minГєt"):a+"minГєtami";case"h":return t?"hodina":i?"hodinu":"hodinou";case"hh":return t||i?a+(At(e)?"hodiny":"hodГ­n"):a+"hodinami";case"d":return t||i?"deЕ€":"dЕ€om";case"dd":return t||i?a+(At(e)?"dni":"dnГ­"):a+"dЕ€ami";case"M":return t||i?"mesiac":"mesiacom";case"MM":return t||i?a+(At(e)?"mesiace":"mesiacov"):a+"mesiacmi";case"y":return t||i?"rok":"rokom";case"yy":return t||i?a+(At(e)?"roky":"rokov"):a+"rokmi"}}function Ot(e,t,n){return"m"===n?t?"РјРёРЅСѓС‚Р°":"РјРёРЅСѓС‚Сѓ":e+" "+(e=+e,n=(n={mm:t?"РјРёРЅСѓС‚Р°_РјРёРЅСѓС‚С‹_РјРёРЅСѓС‚":"РјРёРЅСѓС‚Сѓ_РјРёРЅСѓС‚С‹_РјРёРЅСѓС‚",hh:"С‡Р°СЃ_С‡Р°СЃР°_С‡Р°СЃРѕРІ",dd:"РґРµРЅСЊ_РґРЅСЏ_РґРЅРµР№",MM:"РјРµСЃСЏС†_РјРµСЃСЏС†Р°_РјРµСЃСЏС†РµРІ",yy:"РіРѕРґ_РіРѕРґР°_Р»РµС‚"}[n]).split("_"),e%10==1&&e%100!=11?n[0]:2<=e%10&&e%10<=4&&(e%100<10||20<=e%100)?n[1]:n[2])}function It(e,t,n){return e+(20<=e%100||100<=e&&e%100==0?" de ":" ")+{mm:"minute",hh:"ore",dd:"zile",MM:"luni",yy:"ani"}[n]}function Wt(e){return e%10<5&&1<e%10&&~~(e/10)%10!=1}function Ht(e,t,n){var i=e+" ";switch(n){case"m":return t?"minuta":"minutД™";case"mm":return i+(Wt(e)?"minuty":"minut");case"h":return t?"godzina":"godzinД™";case"hh":return i+(Wt(e)?"godziny":"godzin");case"MM":return i+(Wt(e)?"miesiД…ce":"miesiД™cy");case"yy":return i+(Wt(e)?"lata":"lat")}}function zt(e,t,n){return e+" "+(e=e,t=t,n=(n=ue[n]).split("_"),t?e%10==1&&11!==e?n[2]:n[3]:e%10==1&&11!==e?n[0]:n[1])}function Ft(e,t,n,i){return t?Bt(n)[0]:i?Bt(n)[1]:Bt(n)[2]}function Nt(e){return e%10==0||10<e&&e<20}function Bt(e){return pe[e].split("_")}function qt(e,t,n,i){var a=e+" ";return 1===e?a+Ft(0,t,n[0],i):t?a+(Nt(e)?Bt(n)[1]:Bt(n)[0]):i?a+Bt(n)[1]:a+(Nt(e)?Bt(n)[1]:Bt(n)[2])}function Rt(e,t,n){var i={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 t?i[n][0]:i[n][1]}function Ut(e){if(e=parseInt(e,10),isNaN(e))return!1;if(e<0)return!0;if(e<10)return 4<=e&&e<=7;if(e<100){var t=e%10;return Ut(0==t?e/10:t)}if(e<1e4){for(;10<=e;)e/=10;return Ut(e)}return Ut(e/=1e3)}function Gt(e){return e%100==11||e%10!=1}function Vt(e,t,n,i){var a=e+" ";switch(n){case"s":return t||i?"nokkrar sekГєndur":"nokkrum sekГєndum";case"m":return t?"mГ­nГєta":"mГ­nГєtu";case"mm":return Gt(e)?a+(t||i?"mГ­nГєtur":"mГ­nГєtum"):t?a+"mГ­nГєta":a+"mГ­nГєtu";case"hh":return Gt(e)?a+(t||i?"klukkustundir":"klukkustundum"):a+"klukkustund";case"d":return t?"dagur":i?"dag":"degi";case"dd":return Gt(e)?t?a+"dagar":a+(i?"daga":"dГ¶gum"):t?a+"dagur":a+(i?"dag":"degi");case"M":return t?"mГЎnuГ°ur":i?"mГЎnuГ°":"mГЎnuГ°i";case"MM":return Gt(e)?t?a+"mГЎnuГ°ir":a+(i?"mГЎnuГ°i":"mГЎnuГ°um"):t?a+"mГЎnuГ°ur":a+(i?"mГЎnuГ°":"mГЎnuГ°i");case"y":return t||i?"ГЎr":"ГЎri";case"yy":return Gt(e)?a+(t||i?"ГЎr":"ГЎrum"):a+(t||i?"ГЎr":"ГЎri")}}function Jt(e,t,n,i){var a=e;switch(n){case"s":return i||t?"nГ©hГЎny mГЎsodperc":"nГ©hГЎny mГЎsodperce";case"m":return"egy"+(i||t?" perc":" perce");case"mm":return a+(i||t?" perc":" perce");case"h":return"egy"+(i||t?" Гіra":" ГіrГЎja");case"hh":return a+(i||t?" Гіra":" ГіrГЎja");case"d":return"egy"+(i||t?" nap":" napja");case"dd":return a+(i||t?" nap":" napja");case"M":return"egy"+(i||t?" hГіnap":" hГіnapja");case"MM":return a+(i||t?" hГіnap":" hГіnapja");case"y":return"egy"+(i||t?" Г©v":" Г©ve");case"yy":return a+(i||t?" Г©v":" Г©ve")}return""}function Qt(e){return(e?"":"[mГєlt] ")+"["+me[this.day()]+"] LT[-kor]"}function Zt(e,t,n){var i=e+" ";switch(n){case"m":return t?"jedna minuta":"jedne minute";case"mm":return i+(1===e||2!==e&&3!==e&&4!==e?"minuta":"minute");case"h":return t?"jedan sat":"jednog sata";case"hh":return i+(1===e?"sat":2===e||3===e||4===e?"sata":"sati");case"dd":return i+(1===e?"dan":"dana");case"MM":return i+(1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci");case"yy":return i+(1===e||2!==e&&3!==e&&4!==e?"godina":"godine")}}function Xt(e,t,n,i){var a="";switch(n){case"s":return i?"muutaman sekunnin":"muutama sekunti";case"m":return i?"minuutin":"minuutti";case"mm":a=i?"minuutin":"minuuttia";break;case"h":return i?"tunnin":"tunti";case"hh":a=i?"tunnin":"tuntia";break;case"d":return i?"pГ¤ivГ¤n":"pГ¤ivГ¤";case"dd":a=i?"pГ¤ivГ¤n":"pГ¤ivГ¤Г¤";break;case"M":return i?"kuukauden":"kuukausi";case"MM":a=i?"kuukauden":"kuukautta";break;case"y":return i?"vuoden":"vuosi";case"yy":a=i?"vuoden":"vuotta"}return n=i,((e=e)<10?(n?ye:ge)[e]:e)+" "+a}function Kt(e,t,n,i){return e={s:["mГµne sekundi","mГµni sekund","paar sekundit"],m:["Гјhe minuti","Гјks minut"],mm:[e+" minuti",e+" minutit"],h:["Гјhe tunni","tund aega","Гјks tund"],hh:[e+" tunni",e+" tundi"],d:["Гјhe pГ¤eva","Гјks pГ¤ev"],M:["kuu aja","kuu aega","Гјks kuu"],MM:[e+" kuu",e+" kuud"],y:["Гјhe aasta","aasta","Гјks aasta"],yy:[e+" aasta",e+" aastat"]},t?e[n][2]||e[n][1]:i?e[n][0]:e[n][1]}function en(e,t,n){return e={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]},t?e[n][0]:e[n][1]}function tn(e,t,n){return e={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]},t?e[n][0]:e[n][1]}function nn(e){return 1<e&&e<5&&1!=~~(e/10)}function an(e,t,n,i){var a=e+" ";switch(n){case"s":return t||i?"pГЎr sekund":"pГЎr sekundami";case"m":return t?"minuta":i?"minutu":"minutou";case"mm":return t||i?a+(nn(e)?"minuty":"minut"):a+"minutami";case"h":return t?"hodina":i?"hodinu":"hodinou";case"hh":return t||i?a+(nn(e)?"hodiny":"hodin"):a+"hodinami";case"d":return t||i?"den":"dnem";case"dd":return t||i?a+(nn(e)?"dny":"dnГ­"):a+"dny";case"M":return t||i?"mД›sГ­c":"mД›sГ­cem";case"MM":return t||i?a+(nn(e)?"mД›sГ­ce":"mД›sГ­cЕЇ"):a+"mД›sГ­ci";case"y":return t||i?"rok":"rokem";case"yy":return t||i?a+(nn(e)?"roky":"let"):a+"lety"}}function on(e,t,n){var i=e+" ";switch(n){case"m":return t?"jedna minuta":"jedne minute";case"mm":return i+(1===e||2!==e&&3!==e&&4!==e?"minuta":"minute");case"h":return t?"jedan sat":"jednog sata";case"hh":return i+(1===e?"sat":2===e||3===e||4===e?"sata":"sati");case"dd":return i+(1===e?"dan":"dana");case"MM":return i+(1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci");case"yy":return i+(1===e||2!==e&&3!==e&&4!==e?"godina":"godine")}}function sn(t,n,i){return t+" "+(i={mm:"munutenn",MM:"miz",dd:"devezh"}[i],2===t?function(t){var n={m:"v",b:"v",d:"z"};return n[t.charAt(0)]===e?t:n[t.charAt(0)]+t.substring(1)}(i):i)}function rn(e,t,n){return"m"===n?t?"С…РІС–Р»С–РЅР°":"С…РІС–Р»С–РЅСѓ":"h"===n?t?"РіР°РґР·С–РЅР°":"РіР°РґР·С–РЅСѓ":e+" "+(e=+e,n=(n={mm:t?"С…РІС–Р»С–РЅР°_С…РІС–Р»С–РЅС‹_С…РІС–Р»С–РЅ":"С…РІС–Р»С–РЅСѓ_С…РІС–Р»С–РЅС‹_С…РІС–Р»С–РЅ",hh:t?"РіР°РґР·С–РЅР°_РіР°РґР·С–РЅС‹_РіР°РґР·С–РЅ":"РіР°РґР·С–РЅСѓ_РіР°РґР·С–РЅС‹_РіР°РґР·С–РЅ",dd:"РґР·РµРЅСЊ_РґРЅС–_РґР·С‘РЅ",MM:"РјРµСЃСЏС†_РјРµСЃСЏС†С‹_РјРµСЃСЏС†Р°Сћ",yy:"РіРѕРґ_РіР°РґС‹_РіР°РґРѕСћ"}[n]).split("_"),e%10==1&&e%100!=11?n[0]:2<=e%10&&e%10<=4&&(e%100<10||20<=e%100)?n[1]:n[2])}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(e){var t=e%10;return e+(1===M(e%100/10)?"th":1==t?"st":2==t?"nd":3==t?"rd":"th")}}),V.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("_"),meridiem:function(e,t,n){return e<12?n?"vm":"VM":n?"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(e){return e+(1===e||8===e||20<=e?"ste":"de")},week:{dow:1,doy:4}}),V.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}}),Ee={1:"ЩЎ",2:"Щў",3:"ЩЈ",4:"Щ¤",5:"ЩҐ",6:"Щ¦",7:"Щ§",8:"ЩЁ",9:"Щ©",0:"Щ "},Oe={"ЩЎ":"1","Щў":"2","ЩЈ":"3","Щ¤":"4","ЩҐ":"5","Щ¦":"6","Щ§":"7","ЩЁ":"8","Щ©":"9","Щ ":"0"},V.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"},meridiem:function(e){return e<12?"Шµ":"Щ…"},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(e){return e.replace(/[ЩЎЩўЩЈЩ¤ЩҐЩ¦Щ§ЩЁЩ©Щ ]/g,function(e){return Oe[e]}).replace(/ШЊ/g,",")},postformat:function(e){return e.replace(/\d/g,function(e){return Ee[e]}).replace(/,/g,"ШЊ")},week:{dow:6,doy:12}}),xe={1:"ЩЎ",2:"Щў",3:"ЩЈ",4:"Щ¤",5:"ЩҐ",6:"Щ¦",7:"Щ§",8:"ЩЁ",9:"Щ©",0:"Щ "},Ce={"ЩЎ":"1","Щў":"2","ЩЈ":"3","Щ¤":"4","ЩҐ":"5","Щ¦":"6","Щ§":"7","ЩЁ":"8","Щ©":"9","Щ ":"0"},$e=function(e){return 0===e?0:1===e?1:2===e?2:3<=e%100&&e%100<=10?3:11<=e%100?4:5},Pe={s:["ШЈЩ‚Щ„ Щ…Щ† Ш«Ш§Щ†ЩЉШ©","Ш«Ш§Щ†ЩЉШ© Щ€Ш§Ш­ШЇШ©",["Ш«Ш§Щ†ЩЉШЄШ§Щ†","Ш«Ш§Щ†ЩЉШЄЩЉЩ†"],"%d Ш«Щ€Ш§Щ†","%d Ш«Ш§Щ†ЩЉШ©","%d Ш«Ш§Щ†ЩЉШ©"],m:["ШЈЩ‚Щ„ Щ…Щ† ШЇЩ‚ЩЉЩ‚Ш©","ШЇЩ‚ЩЉЩ‚Ш© Щ€Ш§Ш­ШЇШ©",["ШЇЩ‚ЩЉЩ‚ШЄШ§Щ†","ШЇЩ‚ЩЉЩ‚ШЄЩЉЩ†"],"%d ШЇЩ‚Ш§Ш¦Щ‚","%d ШЇЩ‚ЩЉЩ‚Ш©","%d ШЇЩ‚ЩЉЩ‚Ш©"],h:["ШЈЩ‚Щ„ Щ…Щ† ШіШ§Ш№Ш©","ШіШ§Ш№Ш© Щ€Ш§Ш­ШЇШ©",["ШіШ§Ш№ШЄШ§Щ†","ШіШ§Ш№ШЄЩЉЩ†"],"%d ШіШ§Ш№Ш§ШЄ","%d ШіШ§Ш№Ш©","%d ШіШ§Ш№Ш©"],d:["ШЈЩ‚Щ„ Щ…Щ† ЩЉЩ€Щ…","ЩЉЩ€Щ… Щ€Ш§Ш­ШЇ",["ЩЉЩ€Щ…Ш§Щ†","ЩЉЩ€Щ…ЩЉЩ†"],"%d ШЈЩЉШ§Щ…","%d ЩЉЩ€Щ…Щ‹Ш§","%d ЩЉЩ€Щ…"],M:["ШЈЩ‚Щ„ Щ…Щ† ШґЩ‡Ш±","ШґЩ‡Ш± Щ€Ш§Ш­ШЇ",["ШґЩ‡Ш±Ш§Щ†","ШґЩ‡Ш±ЩЉЩ†"],"%d ШЈШґЩ‡Ш±","%d ШґЩ‡Ш±Ш§","%d ШґЩ‡Ш±"],y:["ШЈЩ‚Щ„ Щ…Щ† Ш№Ш§Щ…","Ш№Ш§Щ… Щ€Ш§Ш­ШЇ",["Ш№Ш§Щ…Ш§Щ†","Ш№Ш§Щ…ЩЉЩ†"],"%d ШЈШ№Щ€Ш§Щ…","%d Ш№Ш§Щ…Щ‹Ш§","%d Ш№Ш§Щ…"]},je=function(e){return function(t,n){var i=$e(t),a=Pe[e][$e(t)];return 2===i&&(a=a[n?0:1]),a.replace(/%d/i,t)}},Ae=["ЩѓШ§Щ†Щ€Щ† Ш§Щ„Ш«Ш§Щ†ЩЉ ЩЉЩ†Ш§ЩЉШ±","ШґШЁШ§Ш· ЩЃШЁШ±Ш§ЩЉШ±","ШўШ°Ш§Ш± Щ…Ш§Ш±Ші","Щ†ЩЉШіШ§Щ† ШЈШЁШ±ЩЉЩ„","ШЈЩЉШ§Ш± Щ…Ш§ЩЉЩ€","Ш­ШІЩЉШ±Ш§Щ† ЩЉЩ€Щ†ЩЉЩ€","ШЄЩ…Щ€ШІ ЩЉЩ€Щ„ЩЉЩ€","ШўШЁ ШЈШєШіШ·Ші","ШЈЩЉЩ„Щ€Щ„ ШіШЁШЄЩ…ШЁШ±","ШЄШґШ±ЩЉЩ† Ш§Щ„ШЈЩ€Щ„ ШЈЩѓШЄЩ€ШЁШ±","ШЄШґШ±ЩЉЩ† Ш§Щ„Ш«Ш§Щ†ЩЉ Щ†Щ€ЩЃЩ…ШЁШ±","ЩѓШ§Щ†Щ€Щ† Ш§Щ„ШЈЩ€Щ„ ШЇЩЉШіЩ…ШЁШ±"],V.defineLocale("ar",{months:Ae,monthsShort:Ae,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"},meridiem:function(e){return e<12?"Шµ":"Щ…"},calendar:{sameDay:"[Ш§Щ„ЩЉЩ€Щ… Ш№Щ†ШЇ Ш§Щ„ШіШ§Ш№Ш©] LT",nextDay:"[ШєШЇЩ‹Ш§ Ш№Щ†ШЇ Ш§Щ„ШіШ§Ш№Ш©] LT",nextWeek:"dddd [Ш№Щ†ШЇ Ш§Щ„ШіШ§Ш№Ш©] LT",lastDay:"[ШЈЩ…Ші Ш№Щ†ШЇ Ш§Щ„ШіШ§Ш№Ш©] LT",lastWeek:"dddd [Ш№Щ†ШЇ Ш§Щ„ШіШ§Ш№Ш©] LT",sameElse:"L"},relativeTime:{future:"ШЁШ№ШЇ %s",past:"Щ…Щ†Ш° %s",s:je("s"),m:je("m"),mm:je("m"),h:je("h"),hh:je("h"),d:je("d"),dd:je("d"),M:je("M"),MM:je("M"),y:je("y"),yy:je("y")},preparse:function(e){return e.replace(/[ЩЎЩўЩЈЩ¤ЩҐЩ¦Щ§ЩЁЩ©Щ ]/g,function(e){return Ce[e]}).replace(/ШЊ/g,",")},postformat:function(e){return e.replace(/\d/g,function(e){return xe[e]}).replace(/,/g,"ШЊ")},week:{dow:6,doy:12}}),Se={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Д±"},V.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"},meridiem:function(e){return e<4?"gecЙ™":e<12?"sЙ™hЙ™r":e<17?"gГјndГјz":"axЕџam"},ordinalParse:/\d{1,2}-(Д±ncД±|inci|nci|ГјncГј|ncД±|uncu)/,ordinal:function(e){if(0===e)return e+"-Д±ncД±";var t=e%10;return e+(Se[t]||Se[e%100-t]||Se[100<=e?100:null])},week:{dow:1,doy:7}}),V.defineLocale("be",{months:function(e,t){return{nominative:"СЃС‚СѓРґР·РµРЅСЊ_Р»СЋС‚С‹_СЃР°РєР°РІС–Рє_РєСЂР°СЃР°РІС–Рє_С‚СЂР°РІРµРЅСЊ_С‡СЌСЂРІРµРЅСЊ_Р»С–РїРµРЅСЊ_Р¶РЅС–РІРµРЅСЊ_РІРµСЂР°СЃРµРЅСЊ_РєР°СЃС‚СЂС‹С‡РЅС–Рє_Р»С–СЃС‚Р°РїР°Рґ_СЃРЅРµР¶Р°РЅСЊ".split("_"),accusative:"СЃС‚СѓРґР·РµРЅСЏ_Р»СЋС‚Р°РіР°_СЃР°РєР°РІС–РєР°_РєСЂР°СЃР°РІС–РєР°_С‚СЂР°СћРЅСЏ_С‡СЌСЂРІРµРЅСЏ_Р»С–РїРµРЅСЏ_Р¶РЅС–СћРЅСЏ_РІРµСЂР°СЃРЅСЏ_РєР°СЃС‚СЂС‹С‡РЅС–РєР°_Р»С–СЃС‚Р°РїР°РґР°_СЃРЅРµР¶РЅСЏ".split("_")}[t=/D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/.test(t)?"accusative":"nominative"][e.month()]},monthsShort:"СЃС‚СѓРґ_Р»СЋС‚_СЃР°Рє_РєСЂР°СЃ_С‚СЂР°РІ_С‡СЌСЂРІ_Р»С–Рї_Р¶РЅС–РІ_РІРµСЂ_РєР°СЃС‚_Р»С–СЃС‚_СЃРЅРµР¶".split("_"),weekdays:function(e,t){return{nominative:"РЅСЏРґР·РµР»СЏ_РїР°РЅСЏРґР·РµР»Р°Рє_Р°СћС‚РѕСЂР°Рє_СЃРµСЂР°РґР°_С‡Р°С†РІРµСЂ_РїСЏС‚РЅС–С†Р°_СЃСѓР±РѕС‚Р°".split("_"),accusative:"РЅСЏРґР·РµР»СЋ_РїР°РЅСЏРґР·РµР»Р°Рє_Р°СћС‚РѕСЂР°Рє_СЃРµСЂР°РґСѓ_С‡Р°С†РІРµСЂ_РїСЏС‚РЅС–С†Сѓ_СЃСѓР±РѕС‚Сѓ".split("_")}[t=/\[ ?[Р’РІ] ?(?:РјС–РЅСѓР»СѓСЋ|РЅР°СЃС‚СѓРїРЅСѓСЋ)? ?\] ?dddd/.test(t)?"accusative":"nominative"][e.day()]},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:rn,mm:rn,h:rn,hh:rn,d:"РґР·РµРЅСЊ",dd:rn,M:"РјРµСЃСЏС†",MM:rn,y:"РіРѕРґ",yy:rn},meridiem:function(e){return e<4?"РЅРѕС‡С‹":e<12?"СЂР°РЅС–С†С‹":e<17?"РґРЅСЏ":"РІРµС‡Р°СЂР°"},ordinalParse:/\d{1,2}-(С–|С‹|РіР°)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e%10!=2&&e%10!=3||e%100==12||e%100==13?e+"-С‹":e+"-С–";case"D":return e+"-РіР°";default:return e}},week:{dow:1,doy:7}}),V.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(e){var t=e%10,n=e%100;return 0===e?e+"-РµРІ":0==n?e+"-РµРЅ":10<n&&n<20?e+"-С‚Рё":1==t?e+"-РІРё":2==t?e+"-СЂРё":7==t||8==t?e+"-РјРё":e+"-С‚Рё"},week:{dow:1,doy:7}}),Ye={1:"а§§",2:"а§Ё",3:"а§©",4:"а§Є",5:"а§«",6:"а§¬",7:"а§­",8:"а§®",9:"а§Ї",0:"а§¦"},De={"а§§":"1","а§Ё":"2","а§©":"3","а§Є":"4","а§«":"5","а§¬":"6","а§­":"7","а§®":"8","а§Ї":"9","а§¦":"0"},V.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(e){return e.replace(/[а§§а§Ёа§©а§Єа§«а§¬а§­а§®а§Їа§¦]/g,function(e){return De[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return Ye[e]})},meridiem:function(e){return e<4?"а¦°а¦ѕа¦¤":e<10?"а¦¶а¦•а¦ѕа¦І":e<17?"а¦¦а§Ѓа¦Єа§Ѓа¦°":e<20?"а¦¬а¦їа¦•а§‡а¦І":"а¦°а¦ѕа¦¤"},week:{dow:0,doy:6}}),ke={1:"ајЎ",2:"ајў",3:"ајЈ",4:"ај¤",5:"ајҐ",6:"ај¦",7:"ај§",8:"ајЁ",9:"ај©",0:"ај "},Te={"ајЎ":"1","ајў":"2","ајЈ":"3","ај¤":"4","ајҐ":"5","ај¦":"6","ај§":"7","ајЁ":"8","ај©":"9","ај ":"0"},V.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(e){return e.replace(/[ајЎајўајЈај¤ајҐај¦ај§ајЁај©ај ]/g,function(e){return Te[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return ke[e]})},meridiem:function(e){return e<4?"аЅ�аЅљаЅ“ај‹аЅ�аЅј":e<10?"аЅћаЅјаЅ‚аЅ¦ај‹аЅЂаЅ¦":e<17?"аЅ‰аЅІаЅ“ај‹аЅ‚аЅґаЅ„":e<20?"аЅ‘аЅ‚аЅјаЅ„ај‹аЅ‘аЅ‚":"аЅ�аЅљаЅ“ај‹аЅ�аЅј"},week:{dow:0,doy:6}}),V.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:sn,h:"un eur",hh:"%d eur",d:"un devezh",dd:sn,M:"ur miz",MM:sn,y:"ur bloaz",yy:function(e){switch(function e(t){return 9<t?e(t%10):t}(e)){case 1:case 3:case 4:case 5:case 9:return e+" bloaz";default:return e+" vloaz"}}},ordinalParse:/\d{1,2}(aГ±|vet)/,ordinal:function(e){return e+(1===e?"aГ±":"vet")},week:{dow:1,doy:4}}),V.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:on,mm:on,h:on,hh:on,d:"dan",dd:on,M:"mjesec",MM:on,y:"godinu",yy:on},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}}),V.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 "+(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"},ordinalParse:/\d{1,2}(r|n|t|ГЁ|a)/,ordinal:function(e,t){return e+("w"!==t&&"W"!==t?1===e?"r":2===e?"n":3===e?"r":4===e?"t":"ГЁ":"a")},week:{dow:1,doy:4}}),we=V,Ae="leden_Гєnor_bЕ™ezen_duben_kvД›ten_ДЌerven_ДЌervenec_srpen_zГЎЕ™Г­_Е™Г­jen_listopad_prosinec".split("_"),je="led_Гєno_bЕ™e_dub_kvД›_ДЌvn_ДЌvc_srp_zГЎЕ™_Е™Г­j_lis_pro".split("_"),we.defineLocale("cs",{months:Ae,monthsShort:je,monthsParse:function(e,t){for(var n=[],i=0;i<12;i++)n[i]=new RegExp("^"+e[i]+"$|^"+t[i]+"$","i");return n}(Ae,je),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:an,m:an,mm:an,h:an,hh:an,d:an,dd:an,M:an,MM:an,y:an,yy:an},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),V.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(e){return e+(/СЃРµС…РµС‚$/i.exec(e)?"СЂРµРЅ":/Г§СѓР»$/i.exec(e)?"С‚Р°РЅ":"СЂР°РЅ")},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}}),V.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(e){var t="";return 20<e?t=40===e||50===e||60===e||80===e||100===e?"fed":"ain":0<e&&(t=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"][e]),e+t},week:{dow:1,doy:4}}),V.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}}),V.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:tn,mm:"%d Minuten",h:tn,hh:"%d Stunden",d:tn,dd:tn,M:tn,MM:tn,y:tn,yy:tn},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),V.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:en,mm:"%d Minuten",h:en,hh:"%d Stunden",d:en,dd:en,M:en,MM:en,y:en,yy:en},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),V.defineLocale("el",{monthsNominativeEl:"О™О±ОЅОїП…О¬ПЃО№ОїП‚_О¦ОµОІПЃОїП…О¬ПЃО№ОїП‚_ОњО¬ПЃП„О№ОїП‚_О‘ПЂПЃОЇО»О№ОїП‚_ОњО¬О№ОїП‚_О™ОїПЌОЅО№ОїП‚_О™ОїПЌО»О№ОїП‚_О‘ПЌОіОїП…ПѓП„ОїП‚_ОЈОµПЂП„О­ОјОІПЃО№ОїП‚_ОџОєП„ПЋОІПЃО№ОїП‚_ОќОїО­ОјОІПЃО№ОїП‚_О”ОµОєО­ОјОІПЃО№ОїП‚".split("_"),monthsGenitiveEl:"О™О±ОЅОїП…О±ПЃОЇОїП…_О¦ОµОІПЃОїП…О±ПЃОЇОїП…_ОњО±ПЃП„ОЇОїП…_О‘ПЂПЃО№О»ОЇОїП…_ОњО±ОђОїП…_О™ОїП…ОЅОЇОїП…_О™ОїП…О»ОЇОїП…_О‘П…ОіОїПЌПѓП„ОїП…_ОЈОµПЂП„ОµОјОІПЃОЇОїП…_ОџОєП„П‰ОІПЃОЇОїП…_ОќОїОµОјОІПЃОЇОїП…_О”ОµОєОµОјОІПЃОЇОїП…".split("_"),months:function(e,t){return(/D/.test(t.substring(0,t.indexOf("MMMM")))?this._monthsGenitiveEl:this._monthsNominativeEl)[e.month()]},monthsShort:"О™О±ОЅ_О¦ОµОІ_ОњО±ПЃ_О‘ПЂПЃ_ОњО±ПЉ_О™ОїП…ОЅ_О™ОїП…О»_О‘П…Оі_ОЈОµПЂ_ОџОєП„_ОќОїОµ_О”ОµОє".split("_"),weekdays:"ОљП…ПЃО№О±ОєО®_О”ОµП…П„О­ПЃО±_О¤ПЃОЇП„О·_О¤ОµП„О¬ПЃП„О·_О О­ОјПЂП„О·_О О±ПЃО±ПѓОєОµП…О®_ОЈО¬ОІОІО±П„Ої".split("_"),weekdaysShort:"ОљП…ПЃ_О”ОµП…_О¤ПЃО№_О¤ОµП„_О ОµОј_О О±ПЃ_ОЈО±ОІ".split("_"),weekdaysMin:"ОљП…_О”Оµ_О¤ПЃ_О¤Оµ_О Оµ_О О±_ОЈО±".split("_"),meridiem:function(e,t,n){return 11<e?n?"ОјОј":"ОњОњ":n?"ПЂОј":"О Оњ"},isPM:function(e){return"Ој"===(e+"").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(){return 6!==this.day()?"[П„О·ОЅ ПЂПЃОїО·ОіОїПЌОјОµОЅО·] dddd [{}] LT":"[П„Ої ПЂПЃОїО·ОіОїПЌОјОµОЅОї] dddd [{}] LT"},sameElse:"L"},calendar:function(e,t){var n=this._calendarEl[e];return e=t&&t.hours(),"function"==typeof n&&(n=n.apply(t)),n.replace("{}",e%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}}),V.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(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1==t?"st":2==t?"nd":3==t?"rd":"th")},week:{dow:1,doy:4}}),V.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(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1==t?"st":2==t?"nd":3==t?"rd":"th")}}),V.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(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1==t?"st":2==t?"nd":3==t?"rd":"th")},week:{dow:1,doy:4}}),V.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"},meridiem:function(e,t,n){return 11<e?n?"p.t.m.":"P.T.M.":n?"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}}),we=V,Me="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),Le="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),we.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,t){return(/-MMM-/.test(t)?Le:Me)[e.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"+(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"},ordinalParse:/\d{1,2}Вє/,ordinal:"%dВє",week:{dow:1,doy:4}}),V.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:Kt,m:Kt,mm:Kt,h:Kt,hh:Kt,d:Kt,dd:"%d pГ¤eva",M:Kt,MM:Kt,y:Kt,yy:Kt},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),V.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}}),ve={1:"Ы±",2:"ЫІ",3:"Ыі",4:"Ыґ",5:"Ыµ",6:"Ы¶",7:"Ы·",8:"Ыё",9:"Ы№",0:"Ы°"},be={"Ы±":"1","ЫІ":"2","Ыі":"3","Ыґ":"4","Ыµ":"5","Ы¶":"6","Ы·":"7","Ыё":"8","Ы№":"9","Ы°":"0"},V.defineLocale("fa",{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"},meridiem:function(e){return e<12?"Щ‚ШЁЩ„ Ш§ШІ ШёЩ‡Ш±":"ШЁШ№ШЇ Ш§ШІ ШёЩ‡Ш±"},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(e){return e.replace(/[Ы°-Ы№]/g,function(e){return be[e]}).replace(/ШЊ/g,",")},postformat:function(e){return e.replace(/\d/g,function(e){return ve[e]}).replace(/,/g,"ШЊ")},ordinalParse:/\d{1,2}Щ…/,ordinal:"%dЩ…",week:{dow:6,doy:12}}),Ae=V,ge="nolla yksi kaksi kolme neljГ¤ viisi kuusi seitsemГ¤n kahdeksan yhdeksГ¤n".split(" "),ye=["nolla","yhden","kahden","kolmen","neljГ¤n","viiden","kuuden",ge[7],ge[8],ge[9]],Ae.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:Xt,m:Xt,mm:Xt,h:Xt,hh:Xt,d:Xt,dd:Xt,M:Xt,MM:Xt,y:Xt,yy:Xt},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),V.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}}),V.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(e){return e+(1===e?"er":"")}}),V.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(e){return e+(1===e?"er":"")},week:{dow:1,doy:4}}),V.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 "+(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(e){return"uns segundos"===e?"nuns segundos":"en "+e},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}}),V.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(e){return 2===e?"Ч©ЧўЧЄЧ™Ч™Чќ":e+" Ч©ЧўЧ•ЧЄ"},d:"Ч™Ч•Чќ",dd:function(e){return 2===e?"Ч™Ч•ЧћЧ™Ч™Чќ":e+" Ч™ЧћЧ™Чќ"},M:"Ч—Ч•Ч“Ч©",MM:function(e){return 2===e?"Ч—Ч•Ч“Ч©Ч™Ч™Чќ":e+" Ч—Ч•Ч“Ч©Ч™Чќ"},y:"Ч©Ч Ч”",yy:function(e){return 2===e?"Ч©Ч ЧЄЧ™Ч™Чќ":e+" Ч©Ч Ч™Чќ"}}}),_e={1:"аҐ§",2:"аҐЁ",3:"аҐ©",4:"аҐЄ",5:"аҐ«",6:"аҐ¬",7:"аҐ­",8:"аҐ®",9:"аҐЇ",0:"аҐ¦"},fe={"аҐ§":"1","аҐЁ":"2","аҐ©":"3","аҐЄ":"4","аҐ«":"5","аҐ¬":"6","аҐ­":"7","аҐ®":"8","аҐЇ":"9","аҐ¦":"0"},V.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(e){return e.replace(/[аҐ§аҐЁаҐ©аҐЄаҐ«аҐ¬аҐ­аҐ®аҐЇаҐ¦]/g,function(e){return fe[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return _e[e]})},meridiem:function(e){return e<4?"а¤°а¤ѕа¤¤":e<10?"а¤ёаҐЃа¤¬а¤№":e<17?"а¤¦аҐ‹а¤Єа¤№а¤°":e<20?"а¤¶а¤ѕа¤®":"а¤°а¤ѕа¤¤"},week:{dow:0,doy:6}}),V.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:Zt,mm:Zt,h:Zt,hh:Zt,d:"dan",dd:Zt,M:"mjesec",MM:Zt,y:"godinu",yy:Zt},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}}),je=V,me="vasГЎrnap hГ©tfЕ‘n kedden szerdГЎn csГјtГ¶rtГ¶kГ¶n pГ©nteken szombaton".split(" "),je.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"},meridiem:function(e,t,n){return e<12?!0===n?"de":"DE":!0===n?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return Qt.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return Qt.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s mГєlva",past:"%s",s:Jt,m:Jt,mm:Jt,h:Jt,hh:Jt,d:Jt,dd:Jt,M:Jt,MM:Jt,y:Jt,yy:Jt},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}}),V.defineLocale("hy-am",{months:function(e,t){return{nominative:"Х°ХёЦ‚Х¶ХѕХЎЦЂ_ЦѓХҐХїЦЂХѕХЎЦЂ_ХґХЎЦЂХї_ХЎХєЦЂХ«Х¬_ХґХЎХµХ«ХЅ_Х°ХёЦ‚Х¶Х«ХЅ_Х°ХёЦ‚Х¬Х«ХЅ_Ц…ХЈХёХЅХїХёХЅ_ХЅХҐХєХїХҐХґХўХҐЦЂ_Х°ХёХЇХїХҐХґХўХҐЦЂ_Х¶ХёХµХҐХґХўХҐЦЂ_Х¤ХҐХЇХїХҐХґХўХҐЦЂ".split("_"),accusative:"Х°ХёЦ‚Х¶ХѕХЎЦЂХ«_ЦѓХҐХїЦЂХѕХЎЦЂХ«_ХґХЎЦЂХїХ«_ХЎХєЦЂХ«Х¬Х«_ХґХЎХµХ«ХЅХ«_Х°ХёЦ‚Х¶Х«ХЅХ«_Х°ХёЦ‚Х¬Х«ХЅХ«_Ц…ХЈХёХЅХїХёХЅХ«_ХЅХҐХєХїХҐХґХўХҐЦЂХ«_Х°ХёХЇХїХҐХґХўХҐЦЂХ«_Х¶ХёХµХҐХґХўХҐЦЂХ«_Х¤ХҐХЇХїХҐХґХўХҐЦЂХ«".split("_")}[t=/D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/.test(t)?"accusative":"nominative"][e.month()]},monthsShort:function(e){return"Х°Х¶Хѕ_ЦѓХїЦЂ_ХґЦЂХї_ХЎХєЦЂ_ХґХµХЅ_Х°Х¶ХЅ_Х°Х¬ХЅ_Ц…ХЈХЅ_ХЅХєХї_Х°ХЇХї_Х¶ХґХў_Х¤ХЇХї".split("_")[e.month()]},weekdays:function(e){return"ХЇХ«ЦЂХЎХЇХ«_ХҐЦЂХЇХёЦ‚Х·ХЎХўХ©Х«_ХҐЦЂХҐЦ„Х·ХЎХўХ©Х«_Х№ХёЦЂХҐЦ„Х·ХЎХўХ©Х«_Х°Х«Х¶ХЈХ·ХЎХўХ©Х«_ХёЦ‚ЦЂХўХЎХ©_Х·ХЎХўХЎХ©".split("_")[e.day()]},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 ХїХЎЦЂХ«"},meridiem:function(e){return e<4?"ХЈХ«Х·ХҐЦЂХѕХЎ":e<12?"ХЎХјХЎХѕХёХїХѕХЎ":e<17?"ЦЃХҐЦЂХҐХЇХѕХЎ":"ХҐЦЂХҐХЇХёХµХЎХ¶"},ordinalParse:/\d{1,2}|\d{1,2}-(Х«Х¶|ЦЂХ¤)/,ordinal:function(e,t){switch(t){case"DDD":case"w":case"W":case"DDDo":return 1===e?e+"-Х«Х¶":e+"-ЦЂХ¤";default:return e}},week:{dow:1,doy:7}}),V.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"},meridiem:function(e){return e<11?"pagi":e<15?"siang":e<19?"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}}),V.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:Vt,m:Vt,mm:Vt,h:"klukkustund",hh:Vt,d:Vt,dd:Vt,M:Vt,MM:Vt,y:Vt,yy:Vt},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),V.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(){return 0!==this.day()?"[lo scorso] dddd [alle] LT":"[la scorsa] dddd [alle] LT"},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},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}}),V.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"},meridiem:function(e){return e<12?"еЌ€е‰Ќ":"еЌ€еѕЊ"},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е№ґ"}}),V.defineLocale("ka",{months:function(e,t){return{nominative:"бѓ�бѓђбѓњбѓ•бѓђбѓ бѓ�_бѓ—бѓ”бѓ‘бѓ”бѓ бѓ•бѓђбѓљбѓ�_бѓ›бѓђбѓ бѓўбѓ�_бѓђбѓћбѓ бѓ�бѓљбѓ�_бѓ›бѓђбѓ�бѓЎбѓ�_бѓ�бѓ•бѓњбѓ�бѓЎбѓ�_бѓ�бѓ•бѓљбѓ�бѓЎбѓ�_бѓђбѓ’бѓ•бѓ�бѓЎбѓўбѓќ_бѓЎбѓ”бѓҐбѓўбѓ”бѓ›бѓ‘бѓ”бѓ бѓ�_бѓќбѓҐбѓўбѓќбѓ›бѓ‘бѓ”бѓ бѓ�_бѓњбѓќбѓ”бѓ›бѓ‘бѓ”бѓ бѓ�_бѓ“бѓ”бѓ™бѓ”бѓ›бѓ‘бѓ”бѓ бѓ�".split("_"),accusative:"бѓ�бѓђбѓњбѓ•бѓђбѓ бѓЎ_бѓ—бѓ”бѓ‘бѓ”бѓ бѓ•бѓђбѓљбѓЎ_бѓ›бѓђбѓ бѓўбѓЎ_бѓђбѓћбѓ бѓ�бѓљбѓ�бѓЎ_бѓ›бѓђбѓ�бѓЎбѓЎ_бѓ�бѓ•бѓњбѓ�бѓЎбѓЎ_бѓ�бѓ•бѓљбѓ�бѓЎбѓЎ_бѓђбѓ’бѓ•бѓ�бѓЎбѓўбѓЎ_бѓЎбѓ”бѓҐбѓўбѓ”бѓ›бѓ‘бѓ”бѓ бѓЎ_бѓќбѓҐбѓўбѓќбѓ›бѓ‘бѓ”бѓ бѓЎ_бѓњбѓќбѓ”бѓ›бѓ‘бѓ”бѓ бѓЎ_бѓ“бѓ”бѓ™бѓ”бѓ›бѓ‘бѓ”бѓ бѓЎ".split("_")}[t=/D[oD] *MMMM?/.test(t)?"accusative":"nominative"][e.month()]},monthsShort:"бѓ�бѓђбѓњ_бѓ—бѓ”бѓ‘_бѓ›бѓђбѓ _бѓђбѓћбѓ _бѓ›бѓђбѓ�_бѓ�бѓ•бѓњ_бѓ�бѓ•бѓљ_бѓђбѓ’бѓ•_бѓЎбѓ”бѓҐ_бѓќбѓҐбѓў_бѓњбѓќбѓ”_бѓ“бѓ”бѓ™".split("_"),weekdays:function(e,t){return{nominative:"бѓ™бѓ•бѓ�бѓ бѓђ_бѓќбѓ бѓЁбѓђбѓ‘бѓђбѓ—бѓ�_бѓЎбѓђбѓ›бѓЁбѓђбѓ‘бѓђбѓ—бѓ�_бѓќбѓ—бѓ®бѓЁбѓђбѓ‘бѓђбѓ—бѓ�_бѓ®бѓЈбѓ—бѓЁбѓђбѓ‘бѓђбѓ—бѓ�_бѓћбѓђбѓ бѓђбѓЎбѓ™бѓ”бѓ•бѓ�_бѓЁбѓђбѓ‘бѓђбѓ—бѓ�".split("_"),accusative:"бѓ™бѓ•бѓ�бѓ бѓђбѓЎ_бѓќбѓ бѓЁбѓђбѓ‘бѓђбѓ—бѓЎ_бѓЎбѓђбѓ›бѓЁбѓђбѓ‘бѓђбѓ—бѓЎ_бѓќбѓ—бѓ®бѓЁбѓђбѓ‘бѓђбѓ—бѓЎ_бѓ®бѓЈбѓ—бѓЁбѓђбѓ‘бѓђбѓ—бѓЎ_бѓћбѓђбѓ бѓђбѓЎбѓ™бѓ”бѓ•бѓЎ_бѓЁбѓђбѓ‘бѓђбѓ—бѓЎ".split("_")}[t=/(бѓ¬бѓ�бѓњбѓђ|бѓЁбѓ”бѓ›бѓ“бѓ”бѓ’)/.test(t)?"accusative":"nominative"][e.day()]},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(e){return/(бѓ¬бѓђбѓ›бѓ�|бѓ¬бѓЈбѓ—бѓ�|бѓЎбѓђбѓђбѓ—бѓ�|бѓ¬бѓ”бѓљбѓ�)/.test(e)?e.replace(/бѓ�$/,"бѓЁбѓ�"):e+"бѓЁбѓ�"},past:function(e){return/(бѓ¬бѓђбѓ›бѓ�|бѓ¬бѓЈбѓ—бѓ�|бѓЎбѓђбѓђбѓ—бѓ�|бѓ“бѓ¦бѓ”|бѓ—бѓ•бѓ”)/.test(e)?e.replace(/(бѓ�|бѓ”)$/,"бѓ�бѓЎ бѓ¬бѓ�бѓњ"):/бѓ¬бѓ”бѓљбѓ�/.test(e)?e.replace(/бѓ¬бѓ”бѓљбѓ�$/,"бѓ¬бѓљбѓ�бѓЎ бѓ¬бѓ�бѓњ"):void 0},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(e){return 0===e?e:1===e?e+"-бѓљбѓ�":e<20||e<=100&&e%20==0||e%100==0?"бѓ›бѓ”-"+e:e+"-бѓ”"},week:{dow:1,doy:7}}),V.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}}),V.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"},meridiem:function(e){return e<12?"м�¤м „":"м�¤н›„"},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(e){return"м�¤н›„"===e}}),V.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:function(e){return Ut(e.substr(0,e.indexOf(" ")))?"a "+e:"an "+e},past:function(e){return Ut(e.substr(0,e.indexOf(" ")))?"viru "+e:"virun "+e},s:"e puer Sekonnen",m:Rt,mm:"%d Minutten",h:Rt,hh:"%d Stonnen",d:Rt,dd:"%d Deeg",M:Rt,MM:"%d MГ©int",y:Rt,yy:"%d Joer"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),we=V,pe={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"},he="sekmadienis_pirmadienis_antradienis_treДЌiadienis_ketvirtadienis_penktadienis_ЕЎeЕЎtadienis".split("_"),we.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:function(e,t){return t=-1===t.indexOf("dddd HH:mm"),e=he[e.day()],t?e:e.substring(0,e.length-2)+"ДЇ"},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:function(e,t,n,i){return t?"kelios sekundД—s":i?"keliЕі sekundЕѕiЕі":"kelias sekundes"},m:Ft,mm:qt,h:Ft,hh:qt,d:Ft,dd:qt,M:Ft,MM:qt,y:Ft,yy:qt},ordinalParse:/\d{1,2}-oji/,ordinal:function(e){return e+"-oji"},week:{dow:1,doy:4}}),ue={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"},V.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:zt,h:"stundu",hh:zt,d:"dienu",dd:zt,M:"mД“nesi",MM:zt,y:"gadu",yy:zt},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),V.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(e){var t=e%10,n=e%100;return 0===e?e+"-РµРІ":0==n?e+"-РµРЅ":10<n&&n<20?e+"-С‚Рё":1==t?e+"-РІРё":2==t?e+"-СЂРё":7==t||8==t?e+"-РјРё":e+"-С‚Рё"},week:{dow:1,doy:7}}),V.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 аґµаµјаґ·аґ‚"},meridiem:function(e){return e<4?"аґ°аґѕаґ¤аµЌаґ°аґї":e<12?"аґ°аґѕаґµаґїаґІаµ†":e<17?"аґ‰аґљаµЌаґљ аґ•аґґаґїаґћаµЌаґћаµЌ":e<20?"аґµаµ€аґ•аµЃаґЁаµЌаґЁаµ‡аґ°аґ‚":"аґ°аґѕаґ¤аµЌаґ°аґї"}}),le={1:"аҐ§",2:"аҐЁ",3:"аҐ©",4:"аҐЄ",5:"аҐ«",6:"аҐ¬",7:"аҐ­",8:"аҐ®",9:"аҐЇ",0:"аҐ¦"},ce={"аҐ§":"1","аҐЁ":"2","аҐ©":"3","аҐЄ":"4","аҐ«":"5","аҐ¬":"6","аҐ­":"7","аҐ®":"8","аҐЇ":"9","аҐ¦":"0"},V.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(e){return e.replace(/[аҐ§аҐЁаҐ©аҐЄаҐ«аҐ¬аҐ­аҐ®аҐЇаҐ¦]/g,function(e){return ce[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return le[e]})},meridiem:function(e){return e<4?"а¤°а¤ѕа¤¤аҐЌа¤°аҐЂ":e<10?"а¤ёа¤•а¤ѕа¤іаҐЂ":e<17?"а¤¦аҐЃа¤Єа¤ѕа¤°аҐЂ":e<20?"а¤ёа¤ѕа¤Їа¤‚а¤•а¤ѕа¤іаҐЂ":"а¤°а¤ѕа¤¤аҐЌа¤°аҐЂ"},week:{dow:0,doy:6}}),V.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"},meridiem:function(e){return e<11?"pagi":e<15?"tengahari":e<19?"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}}),re={1:"бЃЃ",2:"бЃ‚",3:"бЃѓ",4:"бЃ„",5:"бЃ…",6:"бЃ†",7:"бЃ‡",8:"бЃ€",9:"бЃ‰",0:"бЃЂ"},de={"бЃЃ":"1","бЃ‚":"2","бЃѓ":"3","бЃ„":"4","бЃ…":"5","бЃ†":"6","бЃ‡":"7","бЃ€":"8","бЃ‰":"9","бЃЂ":"0"},V.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(e){return e.replace(/[бЃЃбЃ‚бЃѓбЃ„бЃ…бЃ†бЃ‡бЃ€бЃ‰бЃЂ]/g,function(e){return de[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return re[e]})},week:{dow:1,doy:4}}),V.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}}),oe={1:"аҐ§",2:"аҐЁ",3:"аҐ©",4:"аҐЄ",5:"аҐ«",6:"аҐ¬",7:"аҐ­",8:"аҐ®",9:"аҐЇ",0:"аҐ¦"},se={"аҐ§":"1","аҐЁ":"2","аҐ©":"3","аҐЄ":"4","аҐ«":"5","аҐ¬":"6","аҐ­":"7","аҐ®":"8","аҐЇ":"9","аҐ¦":"0"},V.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(e){return e.replace(/[аҐ§аҐЁаҐ©аҐЄаҐ«аҐ¬аҐ­аҐ®аҐЇаҐ¦]/g,function(e){return se[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return oe[e]})},meridiem:function(e){return e<3?"а¤°а¤ѕа¤¤аҐЂ":e<10?"а¤¬а¤їа¤№а¤ѕа¤Ё":e<15?"а¤¦а¤їа¤‰а¤Ѓа¤ёаҐ‹":e<18?"а¤¬аҐ‡а¤ІаҐЃа¤•а¤ѕ":e<20?"а¤ёа¤ѕа¤Ѓа¤ќ":"а¤°а¤ѕа¤¤аҐЂ"},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}}),Ae=V,ie="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),ae="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),Ae.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,t){return(/-MMM-/.test(t)?ae:ie)[e.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(e){return e+(1===e||8===e||20<=e?"ste":"de")},week:{dow:1,doy:4}}),V.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}}),je=V,te="styczeЕ„_luty_marzec_kwiecieЕ„_maj_czerwiec_lipiec_sierpieЕ„_wrzesieЕ„_paЕєdziernik_listopad_grudzieЕ„".split("_"),ne="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_wrzeЕ›nia_paЕєdziernika_listopada_grudnia".split("_"),je.defineLocale("pl",{months:function(e,t){return(/D MMMM/.test(t)?ne:te)[e.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:Ht,mm:Ht,h:Ht,hh:Ht,d:"1 dzieЕ„",dd:"%d dni",M:"miesiД…c",MM:Ht,y:"rok",yy:Ht},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),V.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 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"},ordinalParse:/\d{1,2}Вє/,ordinal:"%dВє"}),V.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 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"},ordinalParse:/\d{1,2}Вє/,ordinal:"%dВє",week:{dow:1,doy:4}}),V.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:It,h:"o orДѓ",hh:It,d:"o zi",dd:It,M:"o lunДѓ",MM:It,y:"un an",yy:It},week:{dow:1,doy:7}}),V.defineLocale("ru",{months:function(e,t){return{nominative:"СЏРЅРІР°СЂСЊ_С„РµРІСЂР°Р»СЊ_РјР°СЂС‚_Р°РїСЂРµР»СЊ_РјР°Р№_РёСЋРЅСЊ_РёСЋР»СЊ_Р°РІРіСѓСЃС‚_СЃРµРЅС‚СЏР±СЂСЊ_РѕРєС‚СЏР±СЂСЊ_РЅРѕСЏР±СЂСЊ_РґРµРєР°Р±СЂСЊ".split("_"),accusative:"СЏРЅРІР°СЂСЏ_С„РµРІСЂР°Р»СЏ_РјР°СЂС‚Р°_Р°РїСЂРµР»СЏ_РјР°СЏ_РёСЋРЅСЏ_РёСЋР»СЏ_Р°РІРіСѓСЃС‚Р°_СЃРµРЅС‚СЏР±СЂСЏ_РѕРєС‚СЏР±СЂСЏ_РЅРѕСЏР±СЂСЏ_РґРµРєР°Р±СЂСЏ".split("_")}[t=/D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/.test(t)?"accusative":"nominative"][e.month()]},monthsShort:function(e,t){return{nominative:"СЏРЅРІ_С„РµРІ_РјР°СЂС‚_Р°РїСЂ_РјР°Р№_РёСЋРЅСЊ_РёСЋР»СЊ_Р°РІРі_СЃРµРЅ_РѕРєС‚_РЅРѕСЏ_РґРµРє".split("_"),accusative:"СЏРЅРІ_С„РµРІ_РјР°СЂ_Р°РїСЂ_РјР°СЏ_РёСЋРЅСЏ_РёСЋР»СЏ_Р°РІРі_СЃРµРЅ_РѕРєС‚_РЅРѕСЏ_РґРµРє".split("_")}[t=/D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/.test(t)?"accusative":"nominative"][e.month()]},weekdays:function(e,t){return{nominative:"РІРѕСЃРєСЂРµСЃРµРЅСЊРµ_РїРѕРЅРµРґРµР»СЊРЅРёРє_РІС‚РѕСЂРЅРёРє_СЃСЂРµРґР°_С‡РµС‚РІРµСЂРі_РїСЏС‚РЅРёС†Р°_СЃСѓР±Р±РѕС‚Р°".split("_"),accusative:"РІРѕСЃРєСЂРµСЃРµРЅСЊРµ_РїРѕРЅРµРґРµР»СЊРЅРёРє_РІС‚РѕСЂРЅРёРє_СЃСЂРµРґСѓ_С‡РµС‚РІРµСЂРі_РїСЏС‚РЅРёС†Сѓ_СЃСѓР±Р±РѕС‚Сѓ".split("_")}[t=/\[ ?[Р’РІ] ?(?:РїСЂРѕС€Р»СѓСЋ|СЃР»РµРґСѓСЋС‰СѓСЋ|СЌС‚Сѓ)? ?\] ?dddd/.test(t)?"accusative":"nominative"][e.day()]},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 2===this.day()?"[Р’Рѕ] dddd [РІ] LT":"[Р’] dddd [РІ] LT"},lastWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Р’Рѕ] dddd [РІ] LT":"[Р’] dddd [РІ] LT";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:Ot,mm:Ot,h:"С‡Р°СЃ",hh:Ot,d:"РґРµРЅСЊ",dd:Ot,M:"РјРµСЃСЏС†",MM:Ot,y:"РіРѕРґ",yy:Ot},meridiemParse:/РЅРѕС‡Рё|СѓС‚СЂР°|РґРЅСЏ|РІРµС‡РµСЂР°/i,isPM:function(e){return/^(РґРЅСЏ|РІРµС‡РµСЂР°)$/.test(e)},meridiem:function(e){return e<4?"РЅРѕС‡Рё":e<12?"СѓС‚СЂР°":e<17?"РґРЅСЏ":"РІРµС‡РµСЂР°"},ordinalParse:/\d{1,2}-(Р№|РіРѕ|СЏ)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":return e+"-Р№";case"D":return e+"-РіРѕ";case"w":case"W":return e+"-СЏ";default:return e}},week:{dow:1,doy:7}}),we=V,Ae="januГЎr_februГЎr_marec_aprГ­l_mГЎj_jГєn_jГєl_august_september_oktГіber_november_december".split("_"),je="jan_feb_mar_apr_mГЎj_jГєn_jГєl_aug_sep_okt_nov_dec".split("_"),we.defineLocale("sk",{months:Ae,monthsShort:je,monthsParse:function(e,t){for(var n=[],i=0;i<12;i++)n[i]=new RegExp("^"+e[i]+"$|^"+t[i]+"$","i");return n}(Ae,je),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:Et,m:Et,mm:Et,h:Et,hh:Et,d:Et,dd:Et,M:Et,MM:Et,y:Et,yy:Et},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),V.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:jt,mm:jt,h:jt,hh:jt,d:"en dan",dd:jt,M:"en mesec",MM:jt,y:"eno leto",yy:jt},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}}),V.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("_"),meridiem:function(e){return e<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}}),ee={words:{m:["С�РµРґР°РЅ РјРёРЅСѓС‚","С�РµРґРЅРµ РјРёРЅСѓС‚Рµ"],mm:["РјРёРЅСѓС‚","РјРёРЅСѓС‚Рµ","РјРёРЅСѓС‚Р°"],h:["С�РµРґР°РЅ СЃР°С‚","С�РµРґРЅРѕРі СЃР°С‚Р°"],hh:["СЃР°С‚","СЃР°С‚Р°","СЃР°С‚Рё"],dd:["РґР°РЅ","РґР°РЅР°","РґР°РЅР°"],MM:["РјРµСЃРµС†","РјРµСЃРµС†Р°","РјРµСЃРµС†Рё"],yy:["РіРѕРґРёРЅР°","РіРѕРґРёРЅРµ","РіРѕРґРёРЅР°"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:2<=e&&e<=4?t[1]:t[2]},translate:function(e,t,n){var i=ee.words[n];return 1===n.length?t?i[0]:i[1]:e+" "+ee.correctGrammaticalCase(e,i)}},V.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(){return["[РїСЂРѕС€Р»Рµ] [РЅРµРґРµС™Рµ] [Сѓ] LT","[РїСЂРѕС€Р»РѕРі] [РїРѕРЅРµРґРµС™РєР°] [Сѓ] LT","[РїСЂРѕС€Р»РѕРі] [СѓС‚РѕСЂРєР°] [Сѓ] LT","[РїСЂРѕС€Р»Рµ] [СЃСЂРµРґРµ] [Сѓ] LT","[РїСЂРѕС€Р»РѕРі] [С‡РµС‚РІСЂС‚РєР°] [Сѓ] LT","[РїСЂРѕС€Р»РѕРі] [РїРµС‚РєР°] [Сѓ] LT","[РїСЂРѕС€Р»Рµ] [СЃСѓР±РѕС‚Рµ] [Сѓ] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"Р·Р° %s",past:"РїСЂРµ %s",s:"РЅРµРєРѕР»РёРєРѕ СЃРµРєСѓРЅРґРё",m:ee.translate,mm:ee.translate,h:ee.translate,hh:ee.translate,d:"РґР°РЅ",dd:ee.translate,M:"РјРµСЃРµС†",MM:ee.translate,y:"РіРѕРґРёРЅСѓ",yy:ee.translate},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}}),K={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(e,t){return 1===e?t[0]:2<=e&&e<=4?t[1]:t[2]},translate:function(e,t,n){var i=K.words[n];return 1===n.length?t?i[0]:i[1]:e+" "+K.correctGrammaticalCase(e,i)}},V.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(){return["[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"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",m:K.translate,mm:K.translate,h:K.translate,hh:K.translate,d:"dan",dd:K.translate,M:"mesec",MM:K.translate,y:"godinu",yy:K.translate},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}}),V.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(e){var t=e%10;return e+(1==~~(e%100/10)||1!=t&&2!=t?"e":"a")},week:{dow:1,doy:4}}),V.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(e){return e+"а®µа®¤аЇЃ"},meridiem:function(e){return 6<=e&&e<=10?" а®•а®ѕа®ІаЇ€":10<=e&&e<=14?" а®Ёа®ЈаЇЌа®Єа®•а®ІаЇЌ":14<=e&&e<=18?" а®Ћа®±аЇЌа®Єа®ѕа®џаЇЃ":18<=e&&e<=20?" а®®а®ѕа®ІаЇ€":20<=e&&e<=24?" а®‡а®°а®µаЇЃ":0<=e&&e<=6?" а®µаЇ€а®•а®±аЇ€":void 0},week:{dow:0,doy:6}}),V.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"},meridiem:function(e){return e<12?"аёЃа№€аё­аё™а№Ђаё—аёµа№€аёўаё‡":"аё«аёҐаё±аё‡а№Ђаё—аёµа№€аёўаё‡"},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 аё›аёµ"}}),V.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(e){return e},week:{dow:1,doy:4}}),X={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Д±"},V.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(e){if(0===e)return e+"'Д±ncД±";var t=e%10;return e+(X[t]||X[e%100-t]||X[100<=e?100:null])},week:{dow:1,doy:7}}),V.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}}),V.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}}),V.defineLocale("uk",{months:function(e,t){return{nominative:"СЃС–С‡РµРЅСЊ_Р»СЋС‚РёР№_Р±РµСЂРµР·РµРЅСЊ_РєРІС–С‚РµРЅСЊ_С‚СЂР°РІРµРЅСЊ_С‡РµСЂРІРµРЅСЊ_Р»РёРїРµРЅСЊ_СЃРµСЂРїРµРЅСЊ_РІРµСЂРµСЃРµРЅСЊ_Р¶РѕРІС‚РµРЅСЊ_Р»РёСЃС‚РѕРїР°Рґ_РіСЂСѓРґРµРЅСЊ".split("_"),accusative:"СЃС–С‡РЅСЏ_Р»СЋС‚РѕРіРѕ_Р±РµСЂРµР·РЅСЏ_РєРІС–С‚РЅСЏ_С‚СЂР°РІРЅСЏ_С‡РµСЂРІРЅСЏ_Р»РёРїРЅСЏ_СЃРµСЂРїРЅСЏ_РІРµСЂРµСЃРЅСЏ_Р¶РѕРІС‚РЅСЏ_Р»РёСЃС‚РѕРїР°РґР°_РіСЂСѓРґРЅСЏ".split("_")}[t=/D[oD]? *MMMM?/.test(t)?"accusative":"nominative"][e.month()]},monthsShort:"СЃС–С‡_Р»СЋС‚_Р±РµСЂ_РєРІС–С‚_С‚СЂР°РІ_С‡РµСЂРІ_Р»РёРї_СЃРµСЂРї_РІРµСЂ_Р¶РѕРІС‚_Р»РёСЃС‚_РіСЂСѓРґ".split("_"),weekdays:function(e,t){return{nominative:"РЅРµРґС–Р»СЏ_РїРѕРЅРµРґС–Р»РѕРє_РІС–РІС‚РѕСЂРѕРє_СЃРµСЂРµРґР°_С‡РµС‚РІРµСЂ_РївЂ™СЏС‚РЅРёС†СЏ_СЃСѓР±РѕС‚Р°".split("_"),accusative:"РЅРµРґС–Р»СЋ_РїРѕРЅРµРґС–Р»РѕРє_РІС–РІС‚РѕСЂРѕРє_СЃРµСЂРµРґСѓ_С‡РµС‚РІРµСЂ_РївЂ™СЏС‚РЅРёС†СЋ_СЃСѓР±РѕС‚Сѓ".split("_"),genitive:"РЅРµРґС–Р»С–_РїРѕРЅРµРґС–Р»РєР°_РІС–РІС‚РѕСЂРєР°_СЃРµСЂРµРґРё_С‡РµС‚РІРµСЂРіР°_РївЂ™СЏС‚РЅРёС†С–_СЃСѓР±РѕС‚Рё".split("_")}[t=/(\[[Р’РІРЈСѓ]\]) ?dddd/.test(t)?"accusative":/\[?(?:РјРёРЅСѓР»РѕС—|РЅР°СЃС‚СѓРїРЅРѕС—)? ?\] ?dddd/.test(t)?"genitive":"nominative"][e.day()]},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:Pt("[РЎСЊРѕРіРѕРґРЅС– "),nextDay:Pt("[Р—Р°РІС‚СЂР° "),lastDay:Pt("[Р’С‡РѕСЂР° "),nextWeek:Pt("[РЈ] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return Pt("[РњРёРЅСѓР»РѕС—] dddd [").call(this);case 1:case 2:case 4:return Pt("[РњРёРЅСѓР»РѕРіРѕ] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"Р·Р° %s",past:"%s С‚РѕРјСѓ",s:"РґРµРєС–Р»СЊРєР° СЃРµРєСѓРЅРґ",m:$t,mm:$t,h:"РіРѕРґРёРЅСѓ",hh:$t,d:"РґРµРЅСЊ",dd:$t,M:"РјС–СЃСЏС†СЊ",MM:$t,y:"СЂС–Рє",yy:$t},meridiem:function(e){return e<4?"РЅРѕС‡С–":e<12?"СЂР°РЅРєСѓ":e<17?"РґРЅСЏ":"РІРµС‡РѕСЂР°"},ordinalParse:/\d{1,2}-(Р№|РіРѕ)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e+"-Р№";case"D":return e+"-РіРѕ";default:return e}},week:{dow:1,doy:7}}),V.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}}),V.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(e){return e},week:{dow:1,doy:4}}),(Z=V).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"},meridiem:function(e,t){return(t=100*e+t)<600?"е‡Њж™Ё":t<900?"ж—©дёЉ":t<1130?"дёЉеЌ€":t<1230?"дё­еЌ€":t<1800?"дё‹еЌ€":"ж™љдёЉ"},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 e=Z().startOf("week");return e=604800<=this.unix()-e.unix()?"[дё‹]":"[жњ¬]",0===this.minutes()?e+"dddAhз‚№ж•ґ":e+"dddAhз‚№mm"},lastWeek:function(){var e=Z().startOf("week");return e=this.unix()<e.unix()?"[дёЉ]":"[жњ¬]",0===this.minutes()?e+"dddAhз‚№ж•ґ":e+"dddAhз‚№mm"},sameElse:"LL"},ordinalParse:/\d{1,2}(ж—Ґ|жњ€|е‘Ё)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"ж—Ґ";case"M":return e+"жњ€";case"w":case"W":return e+"е‘Ё";default:return e}},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е№ґ"},week:{dow:1,doy:4}}),V.defineLocale("zh-tw",{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е№ґMMMDж—Ґ",LL:"YYYYе№ґMMMDж—Ґ",LLL:"YYYYе№ґMMMDж—ҐLT",LLLL:"YYYYе№ґMMMDж—ҐddddLT",l:"YYYYе№ґMMMDж—Ґ",ll:"YYYYе№ґMMMDж—Ґ",lll:"YYYYе№ґMMMDж—ҐLT",llll:"YYYYе№ґMMMDж—ҐddddLT"},meridiem:function(e,t){return(t=100*e+t)<900?"ж—©дёЉ":t<1130?"дёЉеЌ€":t<1230?"дё­еЌ€":t<1800?"дё‹еЌ€":"ж™љдёЉ"},calendar:{sameDay:"[д»Ље¤©]LT",nextDay:"[ж�Ће¤©]LT",nextWeek:"[дё‹]ddddLT",lastDay:"[ж�Ёе¤©]LT",lastWeek:"[дёЉ]ddddLT",sameElse:"L"},ordinalParse:/\d{1,2}(ж—Ґ|жњ€|йЂ±)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"ж—Ґ";case"M":return e+"жњ€";case"w":case"W":return e+"йЂ±";default:return e}},relativeTime:{future:"%sе…§",past:"%sе‰Ќ",s:"е№ѕз§’",m:"дёЂе€†йђ�",mm:"%dе€†йђ�",h:"дёЂе°Џж™‚",hh:"%dе°Џж™‚",d:"дёЂе¤©",dd:"%dе¤©",M:"дёЂеЂ‹жњ€",MM:"%dеЂ‹жњ€",y:"дёЂе№ґ",yy:"%dе№ґ"}}),V.locale("en"),Je?module.exports=V:"function"==typeof define&&define.amd?(define("moment",function(e,t,n){return n.config&&n.config()&&!0===n.config().noGlobal&&(Ie.moment=J),V}),G(!0)):G()}.call(this),function(e){"use strict";if("function"==typeof define&&define.amd)define(["jquery","moment"],e);else if("object"==typeof exports)e(require("jquery"),require("moment"));else{if("undefined"==typeof jQuery)throw"bootstrap-datetimepicker requires jQuery to be loaded first";if("undefined"==typeof moment)throw"bootstrap-datetimepicker requires Moment.js to be loaded first";e(jQuery,moment)}}(function(e,t){"use strict";if(!t)throw new Error("bootstrap-datetimepicker requires Moment.js to be loaded first");function n(n,i){function a(e){var n=!1;return void 0!==t.tz&&void 0!==i.timeZone&&null!==i.timeZone&&""!==i.timeZone&&(n=!0),null==e?(n?t().tz(i.timeZone):t()).startOf("d"):n?(n=t().tz(i.timeZone).utcOffset(),t(e,P,i.useStrict).utcOffset()!==n?(n=t().tz(i.timeZone).format("Z"),n=t(e,P,i.useStrict).format("YYYY-MM-DD[T]HH:mm:ss")+n,t(n,P,i.useStrict).tz(i.timeZone)):t(e,P,i.useStrict).tz(i.timeZone)):t(e,P,i.useStrict)}function o(e){if("string"!=typeof e||1<e.length)throw new TypeError("isEnabled expects a single character string parameter");switch(e){case"y":return-1!==$.indexOf("Y");case"M":return-1!==$.indexOf("M");case"d":return-1!==$.toLowerCase().indexOf("d");case"h":case"H":return-1!==$.toLowerCase().indexOf("h");case"m":return-1!==$.indexOf("m");case"s":return-1!==$.indexOf("s");default:return!1}}function s(){return o("h")||o("m")||o("s")}function r(){return o("y")||o("M")||o("d")}function d(){var t,a=(W||n).position(),o=(W||n).offset(),s=i.widgetPositioning.vertical,r=i.widgetPositioning.horizontal;if(i.widgetParent)t=i.widgetParent.append(H);else if(n.is("input"))t=n.after(H).parent();else{if(i.inline)return void n.append(H);(t=n).children().first().after(H)}if("auto"===s&&(s=o.top+1.5*H.height()>=e(window).height()+e(window).scrollTop()&&H.height()+n.outerHeight()<o.top?"top":"bottom"),"auto"===r&&(r=t.width()<o.left+H.outerWidth()/2&&o.left+H.outerWidth()>e(window).width()?"right":"left"),"top"===s?H.addClass("top").removeClass("bottom"):H.addClass("bottom").removeClass("top"),"right"===r?H.addClass("pull-right"):H.removeClass("pull-right"),"relative"!==t.css("position")&&(t=t.parents().filter(function(){return"relative"===e(this).css("position")}).first()),0===t.length)throw new Error("datetimepicker component should be placed within a relative positioned container");H.css({top:"top"===s?"auto":a.top+n.outerHeight(),bottom:"top"===s?a.top+n.outerHeight():"auto",left:"left"===r?t===n?0:a.left:"auto",right:"left"===r?"auto":t.outerWidth()-n.outerWidth()-(t===n?0:a.left)})}function l(e){"dp.change"===e.type&&(e.date&&e.date.isSame(e.oldDate)||!e.date&&!e.oldDate)||n.trigger(e)}function c(e){"y"===e&&(e="YYYY"),l({type:"dp.update",change:e,viewDate:S.clone()})}function u(e){H&&(e&&(j=Math.max(z,Math.min(3,j+e))),H.find(".datepicker > div").hide().filter(".datepicker-"+F[j].clsName).show())}function p(t,n){var a,o;if(t.isValid()&&!(i.disabledDates&&"d"===n&&(a=t,!0===i.disabledDates[a.format("YYYY-MM-DD")])||i.enabledDates&&"d"===n&&(a=t,!0!==i.enabledDates[a.format("YYYY-MM-DD")])||i.minDate&&t.isBefore(i.minDate,n)||i.maxDate&&t.isAfter(i.maxDate,n)||i.daysOfWeekDisabled&&"d"===n&&-1!==i.daysOfWeekDisabled.indexOf(t.day())||i.disabledHours&&("h"===n||"m"===n||"s"===n)&&(o=t,!0===i.disabledHours[o.format("H")])||i.enabledHours&&("h"===n||"m"===n||"s"===n)&&(o=t,!0!==i.enabledHours[o.format("H")]))){if(i.disabledTimeIntervals&&("h"===n||"m"===n||"s"===n)){var s=!1;if(e.each(i.disabledTimeIntervals,function(){if(t.isBetween(this[0],this[1]))return!(s=!0)}),s)return}return 1}}function h(){var n,o,s,d,l,c=H.find(".datepicker-days"),u=c.find("th"),h=[];if(r()){for(u.eq(0).find("span").attr("title",i.tooltips.prevMonth),u.eq(1).attr("title",i.tooltips.selectMonth),u.eq(2).find("span").attr("title",i.tooltips.nextMonth),c.find(".disabled").removeClass("disabled"),u.eq(1).text(S.format(i.dayViewHeaderFormat)),p(S.clone().subtract(1,"M"),"M")||u.eq(0).addClass("disabled"),p(S.clone().add(1,"M"),"M")||u.eq(2).addClass("disabled"),n=S.clone().startOf("M").startOf("w").startOf("d"),d=0;d<42;d++)0===n.weekday()&&(o=e("<tr>"),i.calendarWeeks&&o.append('<td class="cw">'+n.week()+"</td>"),h.push(o)),s="",n.isBefore(S,"M")&&(s+=" old"),n.isAfter(S,"M")&&(s+=" new"),n.isSame(D,"d")&&!I&&(s+=" active"),p(n,"d")||(s+=" disabled"),n.isSame(a(),"d")&&(s+=" today"),0!==n.day()&&6!==n.day()||(s+=" weekend"),o.append('<td data-action="selectDay" data-day="'+n.format("L")+'" class="day'+s+'">'+n.date()+"</td>"),n.add(1,"d");c.find("tbody").empty().append(h),u=(l=H.find(".datepicker-months")).find("th"),c=l.find("tbody").find("span"),u.eq(0).find("span").attr("title",i.tooltips.prevYear),u.eq(1).attr("title",i.tooltips.selectYear),u.eq(2).find("span").attr("title",i.tooltips.nextYear),l.find(".disabled").removeClass("disabled"),p(S.clone().subtract(1,"y"),"y")||u.eq(0).addClass("disabled"),u.eq(1).text(S.year()),p(S.clone().add(1,"y"),"y")||u.eq(2).addClass("disabled"),c.removeClass("active"),D.isSame(S,"y")&&!I&&c.eq(D.month()).addClass("active"),c.each(function(t){p(S.clone().month(t),"M")||e(this).addClass("disabled")}),function(){var e=H.find(".datepicker-years"),t=e.find("th"),n=S.clone().subtract(5,"y"),a=S.clone().add(6,"y"),o="";for(t.eq(0).find("span").attr("title",i.tooltips.prevDecade),t.eq(1).attr("title",i.tooltips.selectDecade),t.eq(2).find("span").attr("title",i.tooltips.nextDecade),e.find(".disabled").removeClass("disabled"),i.minDate&&i.minDate.isAfter(n,"y")&&t.eq(0).addClass("disabled"),t.eq(1).text(n.year()+"-"+a.year()),i.maxDate&&i.maxDate.isBefore(a,"y")&&t.eq(2).addClass("disabled");!n.isAfter(a,"y");)o+='<span data-action="selectYear" class="year'+(n.isSame(D,"y")&&!I?" active":"")+(p(n,"y")?"":" disabled")+'">'+n.year()+"</span>",n.add(1,"y");e.find("td").html(o)}(),function(){var e=H.find(".datepicker-decades"),n=e.find("th"),a=t({y:S.year()-S.year()%100-1}),o=a.clone().add(100,"y"),s=a.clone(),r="";for(n.eq(0).find("span").attr("title",i.tooltips.prevCentury),n.eq(2).find("span").attr("title",i.tooltips.nextCentury),e.find(".disabled").removeClass("disabled"),(a.isSame(t({y:1900}))||i.minDate&&i.minDate.isAfter(a,"y"))&&n.eq(0).addClass("disabled"),n.eq(1).text(a.year()+"-"+o.year()),(a.isSame(t({y:2e3}))||i.maxDate&&i.maxDate.isBefore(o,"y"))&&n.eq(2).addClass("disabled");!a.isAfter(o,"y");)r+='<span data-action="selectDecade" class="decade'+(a.isSame(D,"y")?" active":"")+(p(a,"y")?"":" disabled")+'" data-selection="'+(a.year()+6)+'">'+(a.year()+1)+" - "+(a.year()+12)+"</span>",a.add(12,"y");r+="<span></span><span></span><span></span>",e.find("td").html(r),n.eq(1).text(s.year()+1+"-"+a.year())}()}}function m(){var t,n,a;H&&(h(),a=H.find(".timepicker span[data-time-component]"),C||(t=H.find(".timepicker [data-action=togglePeriod]"),n=D.clone().add(12<=D.hours()?-12:12,"h"),t.text(D.format("A")),p(n,"h")?t.removeClass("disabled"):t.addClass("disabled")),a.filter("[data-time-component=hours]").text(D.format(C?"HH":"hh")),a.filter("[data-time-component=minutes]").text(D.format("mm")),a.filter("[data-time-component=seconds]").text(D.format("ss")),function(){var t=H.find(".timepicker-hours table"),n=S.clone().startOf("d"),i=[],a=e("<tr>");for(11<S.hour()&&!C&&n.hour(12);n.isSame(S,"d")&&(C||S.hour()<12&&n.hour()<12||11<S.hour());)n.hour()%4==0&&(a=e("<tr>"),i.push(a)),a.append('<td data-action="selectHour" class="hour'+(p(n,"h")?"":" disabled")+'">'+n.format(C?"HH":"hh")+"</td>"),n.add(1,"h");t.empty().append(i)}(),function(){for(var t=H.find(".timepicker-minutes table"),n=S.clone().startOf("h"),a=[],o=e("<tr>"),s=1===i.stepping?5:i.stepping;S.isSame(n,"h");)n.minute()%(4*s)==0&&(o=e("<tr>"),a.push(o)),o.append('<td data-action="selectMinute" class="minute'+(p(n,"m")?"":" disabled")+'">'+n.format("mm")+"</td>"),n.add(s,"m");t.empty().append(a)}(),function(){for(var t=H.find(".timepicker-seconds table"),n=S.clone().startOf("m"),i=[],a=e("<tr>");S.isSame(n,"m");)n.second()%20==0&&(a=e("<tr>"),i.push(a)),a.append('<td data-action="selectSecond" class="second'+(p(n,"s")?"":" disabled")+'">'+n.format("ss")+"</td>"),n.add(5,"s");t.empty().append(i)}())}function _(e){var t=I?null:D;return e?(e=e.clone().locale(i.locale),1!==i.stepping&&e.minutes(Math.round(e.minutes()/i.stepping)*i.stepping%60).seconds(0),void(p(e)?(S=(D=e).clone(),x.val(D.format($)),n.data("date",D.format($)),I=!1,m(),l({type:"dp.change",date:D.clone(),oldDate:t})):(i.keepInvalid||x.val(I?"":D.format($)),l({type:"dp.error",date:e})))):(I=!0,x.val(""),n.data("date",""),l({type:"dp.change",date:!1,oldDate:t}),void m())}function f(){var t=!1;return H&&(H.find(".collapse").each(function(){var n=e(this).data("collapse");return!n||!n.transitioning||!(t=!0)}),t||(W&&W.hasClass("btn")&&W.toggleClass("active"),H.hide(),e(window).off("resize",d),H.off("click","[data-action]"),H.off("mousedown",!1),H.remove(),H=!1,l({type:"dp.hide",date:D.clone()}),x.blur())),O}function g(){_(null)}function y(t){return!e(t.currentTarget).is(".disabled")&&(V[e(t.currentTarget).data("action")].apply(O,arguments),!1)}function v(){var t;return x.prop("disabled")||!i.ignoreReadonly&&x.prop("readonly")||H||(void 0!==x.val()&&0!==x.val().trim().length?_(J(x.val().trim())):i.useCurrent&&I&&(x.is("input")&&0===x.val().trim().length||i.inline)&&(t=a(),"string"==typeof i.useCurrent&&(t={year:function(e){return e.month(0).date(1).hours(0).seconds(0).minutes(0)},month:function(e){return e.date(1).hours(0).seconds(0).minutes(0)},day:function(e){return e.hours(0).seconds(0).minutes(0)},hour:function(e){return e.seconds(0).minutes(0)},minute:function(e){return e.seconds(0)}}[i.useCurrent](t)),_(t)),H=function(){var t=e("<div>").addClass("bootstrap-datetimepicker-widget dropdown-menu"),n=e("<div>").addClass("datepicker").append((d=e("<thead>").append(e("<tr>").append(e("<th>").addClass("prev").attr("data-action","previous").append(e("<span>").addClass(i.icons.previous))).append(e("<th>").addClass("picker-switch").attr("data-action","pickerSwitch").attr("colspan",i.calendarWeeks?"6":"5")).append(e("<th>").addClass("next").attr("data-action","next").append(e("<span>").addClass(i.icons.next)))),l=e("<tbody>").append(e("<tr>").append(e("<td>").attr("colspan",i.calendarWeeks?"8":"7"))),[e("<div>").addClass("datepicker-days").append(e("<table>").addClass("table-condensed").append(d).append(e("<tbody>"))),e("<div>").addClass("datepicker-months").append(e("<table>").addClass("table-condensed").append(d.clone()).append(l.clone())),e("<div>").addClass("datepicker-years").append(e("<table>").addClass("table-condensed").append(d.clone()).append(l.clone())),e("<div>").addClass("datepicker-decades").append(e("<table>").addClass("table-condensed").append(d.clone()).append(l.clone()))])),a=e("<div>").addClass("timepicker").append(function(){var t,n,a=e("<div>").addClass("timepicker-hours").append(e("<table>").addClass("table-condensed")),s=e("<div>").addClass("timepicker-minutes").append(e("<table>").addClass("table-condensed")),r=e("<div>").addClass("timepicker-seconds").append(e("<table>").addClass("table-condensed")),d=[(t=e("<tr>"),n=e("<tr>"),d=e("<tr>"),o("h")&&(t.append(e("<td>").append(e("<a>").attr({href:"#",tabindex:"-1",title:i.tooltips.incrementHour}).addClass("btn").attr("data-action","incrementHours").append(e("<span>").addClass(i.icons.up)))),n.append(e("<td>").append(e("<span>").addClass("timepicker-hour").attr({"data-time-component":"hours",title:i.tooltips.pickHour}).attr("data-action","showHours"))),d.append(e("<td>").append(e("<a>").attr({href:"#",tabindex:"-1",title:i.tooltips.decrementHour}).addClass("btn").attr("data-action","decrementHours").append(e("<span>").addClass(i.icons.down))))),o("m")&&(o("h")&&(t.append(e("<td>").addClass("separator")),n.append(e("<td>").addClass("separator").html(":")),d.append(e("<td>").addClass("separator"))),t.append(e("<td>").append(e("<a>").attr({href:"#",tabindex:"-1",title:i.tooltips.incrementMinute}).addClass("btn").attr("data-action","incrementMinutes").append(e("<span>").addClass(i.icons.up)))),n.append(e("<td>").append(e("<span>").addClass("timepicker-minute").attr({"data-time-component":"minutes",title:i.tooltips.pickMinute}).attr("data-action","showMinutes"))),d.append(e("<td>").append(e("<a>").attr({href:"#",tabindex:"-1",title:i.tooltips.decrementMinute}).addClass("btn").attr("data-action","decrementMinutes").append(e("<span>").addClass(i.icons.down))))),o("s")&&(o("m")&&(t.append(e("<td>").addClass("separator")),n.append(e("<td>").addClass("separator").html(":")),d.append(e("<td>").addClass("separator"))),t.append(e("<td>").append(e("<a>").attr({href:"#",tabindex:"-1",title:i.tooltips.incrementSecond}).addClass("btn").attr("data-action","incrementSeconds").append(e("<span>").addClass(i.icons.up)))),n.append(e("<td>").append(e("<span>").addClass("timepicker-second").attr({"data-time-component":"seconds",title:i.tooltips.pickSecond}).attr("data-action","showSeconds"))),d.append(e("<td>").append(e("<a>").attr({href:"#",tabindex:"-1",title:i.tooltips.decrementSecond}).addClass("btn").attr("data-action","decrementSeconds").append(e("<span>").addClass(i.icons.down))))),C||(t.append(e("<td>").addClass("separator")),n.append(e("<td>").append(e("<button>").addClass("btn btn-primary").attr({"data-action":"togglePeriod",tabindex:"-1",title:i.tooltips.togglePeriod}))),d.append(e("<td>").addClass("separator"))),e("<div>").addClass("timepicker-picker").append(e("<table>").addClass("table-condensed").append([t,n,d])))];return o("h")&&d.push(a),o("m")&&d.push(s),o("s")&&d.push(r),d}()),d=e("<ul>").addClass("list-unstyled"),l=e("<li>").addClass("picker-switch"+(i.collapse?" accordion-toggle":"")).append((l=[],i.showTodayButton&&l.push(e("<td>").append(e("<a>").attr({"data-action":"today",title:i.tooltips.today}).append(e("<span>").addClass(i.icons.today)))),!i.sideBySide&&r()&&s()&&l.push(e("<td>").append(e("<a>").attr({"data-action":"togglePicker",title:i.tooltips.selectTime}).append(e("<span>").addClass(i.icons.time)))),i.showClear&&l.push(e("<td>").append(e("<a>").attr({"data-action":"clear",title:i.tooltips.clear}).append(e("<span>").addClass(i.icons.clear)))),i.showClose&&l.push(e("<td>").append(e("<a>").attr({"data-action":"close",title:i.tooltips.close}).append(e("<span>").addClass(i.icons.close)))),e("<table>").addClass("table-condensed").append(e("<tbody>").append(e("<tr>").append(l)))));return i.inline&&t.removeClass("dropdown-menu"),C&&t.addClass("usetwentyfour"),o("s")&&!C&&t.addClass("wider"),i.sideBySide&&r()&&s()?(t.addClass("timepicker-sbs"),"top"===i.toolbarPlacement&&t.append(l),t.append(e("<div>").addClass("row").append(n.addClass("col-md-6")).append(a.addClass("col-md-6"))),"bottom"===i.toolbarPlacement&&t.append(l),t):("top"===i.toolbarPlacement&&d.append(l),r()&&d.append(e("<li>").addClass(i.collapse&&s()?"collapse in":"").append(n)),"default"===i.toolbarPlacement&&d.append(l),s()&&d.append(e("<li>").addClass(i.collapse&&r()?"collapse":"").append(a)),"bottom"===i.toolbarPlacement&&d.append(l),t.append(d))}(),function(){var t=e("<tr>"),n=S.clone().startOf("w").startOf("d");for(!0===i.calendarWeeks&&t.append(e("<th>").addClass("cw").text("#"));n.isBefore(S.clone().endOf("w"));)t.append(e("<th>").addClass("dow").text(n.format("dd"))),n.add(1,"d");H.find(".datepicker-days thead").append(t)}(),function(){for(var t=[],n=S.clone().startOf("y").startOf("d");n.isSame(S,"y");)t.push(e("<span>").attr("data-action","selectMonth").addClass("month").text(n.format("MMM"))),n.add(1,"M");H.find(".datepicker-months td").empty().append(t)}(),H.find(".timepicker-hours").hide(),H.find(".timepicker-minutes").hide(),H.find(".timepicker-seconds").hide(),m(),u(),e(window).on("resize",d),H.on("click","[data-action]",y),H.on("mousedown",!1),W&&W.hasClass("btn")&&W.toggleClass("active"),H.show(),d(),i.focusOnShow&&!x.is(":focus")&&x.focus(),l({type:"dp.show"})),O}function b(){return(H?f:v)()}function M(e){var t,n,a,o,s=null,r=[],d={},l=e.which;for(t in G[l]="p",G)G.hasOwnProperty(t)&&"p"===G[t]&&(r.push(t),parseInt(t,10)!==l&&(d[t]=!0));for(t in i.keyBinds)if(i.keyBinds.hasOwnProperty(t)&&"function"==typeof i.keyBinds[t]&&(a=t.split(" ")).length===r.length&&U[l]===a[a.length-1]){for(o=!0,n=a.length-2;0<=n;n--)if(!(U[a[n]]in d)){o=!1;break}if(o){s=i.keyBinds[t];break}}s&&(s.call(O,H),e.stopPropagation(),e.preventDefault())}function L(e){G[e.which]="r",e.stopPropagation(),e.preventDefault()}function w(t){var n=(n=e(t.target).val().trim())?J(n):null;return _(n),t.stopImmediatePropagation(),!1}function k(t){var n={};return e.each(t,function(){var e=J(this);e.isValid()&&(n[e.format("YYYY-MM-DD")]=!0)}),!!Object.keys(n).length&&n}function T(t){var n={};return e.each(t,function(){n[this]=!0}),!!Object.keys(n).length&&n}function Y(){var e=i.format||"L LT";$=e.replace(/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,function(e){return(D.localeData().longDateFormat(e)||e).replace(/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,function(e){return D.localeData().longDateFormat(e)||e})}),(P=i.extraFormats?i.extraFormats.slice():[]).indexOf(e)<0&&P.indexOf($)<0&&P.push($),C=$.toLowerCase().indexOf("a")<1&&$.replace(/\[.*?\]/g,"").indexOf("h")<1,o("y")&&(z=2),o("M")&&(z=1),o("d")&&(z=0),j=Math.max(z,j),I||_(D)}var D,S,x,C,$,P,j,A,E,O={},I=!0,W=!1,H=!1,z=0,F=[{clsName:"days",navFnc:"M",navStep:1},{clsName:"months",navFnc:"y",navStep:1},{clsName:"years",navFnc:"y",navStep:10},{clsName:"decades",navFnc:"y",navStep:100}],N=["days","months","years","decades"],B=["top","bottom","auto"],q=["left","right","auto"],R=["default","top","bottom"],U={up:38,38:"up",down:40,40:"down",left:37,37:"left",right:39,39:"right",tab:9,9:"tab",escape:27,27:"escape",enter:13,13:"enter",pageUp:33,33:"pageUp",pageDown:34,34:"pageDown",shift:16,16:"shift",control:17,17:"control",space:32,32:"space",t:84,84:"t",delete:46,46:"delete"},G={},V={next:function(){var e=F[j].navFnc;S.add(F[j].navStep,e),h(),c(e)},previous:function(){var e=F[j].navFnc;S.subtract(F[j].navStep,e),h(),c(e)},pickerSwitch:function(){u(1)},selectMonth:function(t){t=e(t.target).closest("tbody").find("span").index(e(t.target)),S.month(t),j===z?(_(D.clone().year(S.year()).month(S.month())),i.inline||f()):(u(-1),h()),c("M")},selectYear:function(t){t=parseInt(e(t.target).text(),10)||0,S.year(t),j===z?(_(D.clone().year(S.year())),i.inline||f()):(u(-1),h()),c("YYYY")},selectDecade:function(t){t=parseInt(e(t.target).data("selection"),10)||0,S.year(t),j===z?(_(D.clone().year(S.year())),i.inline||f()):(u(-1),h()),c("YYYY")},selectDay:function(t){var n=S.clone();e(t.target).is(".old")&&n.subtract(1,"M"),e(t.target).is(".new")&&n.add(1,"M"),_(n.date(parseInt(e(t.target).text(),10))),s()||i.keepOpen||i.inline||f()},incrementHours:function(){var e=D.clone().add(1,"h");p(e,"h")&&_(e)},incrementMinutes:function(){var e=D.clone().add(i.stepping,"m");p(e,"m")&&_(e)},incrementSeconds:function(){var e=D.clone().add(1,"s");p(e,"s")&&_(e)},decrementHours:function(){var e=D.clone().subtract(1,"h");p(e,"h")&&_(e)},decrementMinutes:function(){var e=D.clone().subtract(i.stepping,"m");p(e,"m")&&_(e)},decrementSeconds:function(){var e=D.clone().subtract(1,"s");p(e,"s")&&_(e)},togglePeriod:function(){_(D.clone().add(12<=D.hours()?-12:12,"h"))},togglePicker:function(t){var n=e(t.target),a=n.closest("ul"),o=a.find(".in");t=a.find(".collapse:not(.in)"),o&&o.length&&((a=o.data("collapse"))&&a.transitioning||(o.collapse?(o.collapse("hide"),t.collapse("show")):(o.removeClass("in"),t.addClass("in")),(n.is("span")?n:n.find("span")).toggleClass(i.icons.time+" "+i.icons.date)))},showPicker:function(){H.find(".timepicker > div:not(.timepicker-picker)").hide(),H.find(".timepicker .timepicker-picker").show()},showHours:function(){H.find(".timepicker .timepicker-picker").hide(),H.find(".timepicker .timepicker-hours").show()},showMinutes:function(){H.find(".timepicker .timepicker-picker").hide(),H.find(".timepicker .timepicker-minutes").show()},showSeconds:function(){H.find(".timepicker .timepicker-picker").hide(),H.find(".timepicker .timepicker-seconds").show()},selectHour:function(t){t=parseInt(e(t.target).text(),10),C||(12<=D.hours()?12!==t&&(t+=12):12===t&&(t=0)),_(D.clone().hours(t)),V.showPicker.call(O)},selectMinute:function(t){_(D.clone().minutes(parseInt(e(t.target).text(),10))),V.showPicker.call(O)},selectSecond:function(t){_(D.clone().seconds(parseInt(e(t.target).text(),10))),V.showPicker.call(O)},clear:g,today:function(){var e=a();p(e,"d")&&_(e)},close:f},J=function(e){return(e=void 0===i.parseInputDate?(t.isMoment(e)||e instanceof Date?t:a)(e):i.parseInputDate(e)).locale(i.locale),e};if(O.destroy=function(){f(),x.off({change:w,blur:blur,keydown:M,keyup:L,focus:i.allowInputToggle?f:""}),n.is("input")?x.off({focus:v}):W&&(W.off("click",b),W.off("mousedown",!1)),n.removeData("DateTimePicker"),n.removeData("date")},O.toggle=b,O.show=v,O.hide=f,O.disable=function(){return f(),W&&W.hasClass("btn")&&W.addClass("disabled"),x.prop("disabled",!0),O},O.enable=function(){return W&&W.hasClass("btn")&&W.removeClass("disabled"),x.prop("disabled",!1),O},O.ignoreReadonly=function(e){if(0===arguments.length)return i.ignoreReadonly;if("boolean"!=typeof e)throw new TypeError("ignoreReadonly () expects a boolean parameter");return i.ignoreReadonly=e,O},O.options=function(t){if(0===arguments.length)return e.extend(!0,{},i);if(!(t instanceof Object))throw new TypeError("options() options parameter should be an object");return e.extend(!0,i,t),e.each(i,function(e,t){if(void 0===O[e])throw new TypeError("option "+e+" is not recognized!");O[e](t)}),O},O.date=function(e){if(0===arguments.length)return I?null:D.clone();if(!(null===e||"string"==typeof e||t.isMoment(e)||e instanceof Date))throw new TypeError("date() parameter must be one of [null, string, moment or Date]");return _(null===e?null:J(e)),O},O.format=function(e){if(0===arguments.length)return i.format;if("string"!=typeof e&&("boolean"!=typeof e||!1!==e))throw new TypeError("format() expects a sting or boolean:false parameter "+e);return i.format=e,$&&Y(),O},O.timeZone=function(e){return 0===arguments.length?i.timeZone:(i.timeZone=e,O)},O.dayViewHeaderFormat=function(e){if(0===arguments.length)return i.dayViewHeaderFormat;if("string"!=typeof e)throw new TypeError("dayViewHeaderFormat() expects a string parameter");return i.dayViewHeaderFormat=e,O},O.extraFormats=function(e){if(0===arguments.length)return i.extraFormats;if(!1!==e&&!(e instanceof Array))throw new TypeError("extraFormats() expects an array or false parameter");return i.extraFormats=e,P&&Y(),O},O.disabledDates=function(t){if(0===arguments.length)return i.disabledDates&&e.extend({},i.disabledDates);if(!t)return i.disabledDates=!1,m(),O;if(!(t instanceof Array))throw new TypeError("disabledDates() expects an array parameter");return i.disabledDates=k(t),i.enabledDates=!1,m(),O},O.enabledDates=function(t){if(0===arguments.length)return i.enabledDates&&e.extend({},i.enabledDates);if(!t)return i.enabledDates=!1,m(),O;if(!(t instanceof Array))throw new TypeError("enabledDates() expects an array parameter");return i.enabledDates=k(t),i.disabledDates=!1,m(),O},O.daysOfWeekDisabled=function(e){if(0===arguments.length)return i.daysOfWeekDisabled.splice(0);if("boolean"==typeof e&&!e)return i.daysOfWeekDisabled=!1,m(),O;if(!(e instanceof Array))throw new TypeError("daysOfWeekDisabled() expects an array parameter");if(i.daysOfWeekDisabled=e.reduce(function(e,t){return 6<(t=parseInt(t,10))||t<0||isNaN(t)||-1===e.indexOf(t)&&e.push(t),e},[]).sort(),i.useCurrent&&!i.keepInvalid){for(var t=0;!p(D,"d");){if(D.add(1,"d"),7===t)throw"Tried 7 times to find a valid date";t++}_(D)}return m(),O},O.maxDate=function(e){if(0===arguments.length)return i.maxDate&&i.maxDate.clone();if("boolean"==typeof e&&!1===e)return i.maxDate=!1,m(),O;"string"==typeof e&&("now"!==e&&"moment"!==e||(e=a()));var t=J(e);if(!t.isValid())throw new TypeError("maxDate() Could not parse date parameter: "+e);if(i.minDate&&t.isBefore(i.minDate))throw new TypeError("maxDate() date parameter is before options.minDate: "+t.format($));return i.maxDate=t,i.useCurrent&&!i.keepInvalid&&D.isAfter(e)&&_(i.maxDate),S.isAfter(t)&&(S=t.clone().subtract(i.stepping,"m")),m(),O},O.minDate=function(e){if(0===arguments.length)return i.minDate&&i.minDate.clone();if("boolean"==typeof e&&!1===e)return i.minDate=!1,m(),O;"string"==typeof e&&("now"!==e&&"moment"!==e||(e=a()));var t=J(e);if(!t.isValid())throw new TypeError("minDate() Could not parse date parameter: "+e);if(i.maxDate&&t.isAfter(i.maxDate))throw new TypeError("minDate() date parameter is after options.maxDate: "+t.format($));return i.minDate=t,i.useCurrent&&!i.keepInvalid&&D.isBefore(e)&&_(i.minDate),S.isBefore(t)&&(S=t.clone().add(i.stepping,"m")),m(),O},O.defaultDate=function(e){if(0===arguments.length)return i.defaultDate&&i.defaultDate.clone();if(!e)return i.defaultDate=!1,O;"string"==typeof e&&("now"!==e&&"moment"!==e||(e=a()));var t=J(e);if(!t.isValid())throw new TypeError("defaultDate() Could not parse date parameter: "+e);if(!p(t))throw new TypeError("defaultDate() date passed is invalid according to component setup validations");return i.defaultDate=t,(i.defaultDate&&i.inline||""===x.val().trim())&&_(i.defaultDate),O},O.locale=function(e){if(0===arguments.length)return i.locale;if(!t.localeData(e))throw new TypeError("locale() locale "+e+" is not loaded from moment locales!");return i.locale=e,D.locale(i.locale),S.locale(i.locale),$&&Y(),H&&(f(),v()),O},O.stepping=function(e){return 0===arguments.length?i.stepping:(e=parseInt(e,10),(isNaN(e)||e<1)&&(e=1),i.stepping=e,O)},O.useCurrent=function(e){var t=["year","month","day","hour","minute"];if(0===arguments.length)return i.useCurrent;if("boolean"!=typeof e&&"string"!=typeof e)throw new TypeError("useCurrent() expects a boolean or string parameter");if("string"==typeof e&&-1===t.indexOf(e.toLowerCase()))throw new TypeError("useCurrent() expects a string parameter of "+t.join(", "));return i.useCurrent=e,O},O.collapse=function(e){if(0===arguments.length)return i.collapse;if("boolean"!=typeof e)throw new TypeError("collapse() expects a boolean parameter");return i.collapse===e||(i.collapse=e,H&&(f(),v())),O},O.icons=function(t){if(0===arguments.length)return e.extend({},i.icons);if(!(t instanceof Object))throw new TypeError("icons() expects parameter to be an Object");return e.extend(i.icons,t),H&&(f(),v()),O},O.tooltips=function(t){if(0===arguments.length)return e.extend({},i.tooltips);if(!(t instanceof Object))throw new TypeError("tooltips() expects parameter to be an Object");return e.extend(i.tooltips,t),H&&(f(),v()),O},O.useStrict=function(e){if(0===arguments.length)return i.useStrict;if("boolean"!=typeof e)throw new TypeError("useStrict() expects a boolean parameter");return i.useStrict=e,O},O.sideBySide=function(e){if(0===arguments.length)return i.sideBySide;if("boolean"!=typeof e)throw new TypeError("sideBySide() expects a boolean parameter");return i.sideBySide=e,H&&(f(),v()),O},O.viewMode=function(e){if(0===arguments.length)return i.viewMode;if("string"!=typeof e)throw new TypeError("viewMode() expects a string parameter");if(-1===N.indexOf(e))throw new TypeError("viewMode() parameter must be one of ("+N.join(", ")+") value");return i.viewMode=e,j=Math.max(N.indexOf(e),z),u(),O},O.toolbarPlacement=function(e){if(0===arguments.length)return i.toolbarPlacement;if("string"!=typeof e)throw new TypeError("toolbarPlacement() expects a string parameter");if(-1===R.indexOf(e))throw new TypeError("toolbarPlacement() parameter must be one of ("+R.join(", ")+") value");return i.toolbarPlacement=e,H&&(f(),v()),O},O.widgetPositioning=function(t){if(0===arguments.length)return e.extend({},i.widgetPositioning);if("[object Object]"!=={}.toString.call(t))throw new TypeError("widgetPositioning() expects an object variable");if(t.horizontal){if("string"!=typeof t.horizontal)throw new TypeError("widgetPositioning() horizontal variable must be a string");if(t.horizontal=t.horizontal.toLowerCase(),-1===q.indexOf(t.horizontal))throw new TypeError("widgetPositioning() expects horizontal parameter to be one of ("+q.join(", ")+")");i.widgetPositioning.horizontal=t.horizontal}if(t.vertical){if("string"!=typeof t.vertical)throw new TypeError("widgetPositioning() vertical variable must be a string");if(t.vertical=t.vertical.toLowerCase(),-1===B.indexOf(t.vertical))throw new TypeError("widgetPositioning() expects vertical parameter to be one of ("+B.join(", ")+")");i.widgetPositioning.vertical=t.vertical}return m(),O},O.calendarWeeks=function(e){if(0===arguments.length)return i.calendarWeeks;if("boolean"!=typeof e)throw new TypeError("calendarWeeks() expects parameter to be a boolean value");return i.calendarWeeks=e,m(),O},O.showTodayButton=function(e){if(0===arguments.length)return i.showTodayButton;if("boolean"!=typeof e)throw new TypeError("showTodayButton() expects a boolean parameter");return i.showTodayButton=e,H&&(f(),v()),O},O.showClear=function(e){if(0===arguments.length)return i.showClear;if("boolean"!=typeof e)throw new TypeError("showClear() expects a boolean parameter");return i.showClear=e,H&&(f(),v()),O},O.widgetParent=function(t){if(0===arguments.length)return i.widgetParent;if("string"==typeof t&&(t=e(t)),null!==t&&"string"!=typeof t&&!(t instanceof e))throw new TypeError("widgetParent() expects a string or a jQuery object parameter");return i.widgetParent=t,H&&(f(),v()),O},O.keepOpen=function(e){if(0===arguments.length)return i.keepOpen;if("boolean"!=typeof e)throw new TypeError("keepOpen() expects a boolean parameter");return i.keepOpen=e,O},O.focusOnShow=function(e){if(0===arguments.length)return i.focusOnShow;if("boolean"!=typeof e)throw new TypeError("focusOnShow() expects a boolean parameter");return i.focusOnShow=e,O},O.inline=function(e){if(0===arguments.length)return i.inline;if("boolean"!=typeof e)throw new TypeError("inline() expects a boolean parameter");return i.inline=e,O},O.clear=function(){return g(),O},O.keyBinds=function(e){return i.keyBinds=e,O},O.getMoment=a,O.debug=function(e){if("boolean"!=typeof e)throw new TypeError("debug() expects a boolean parameter");return i.debug=e,O},O.allowInputToggle=function(e){if(0===arguments.length)return i.allowInputToggle;if("boolean"!=typeof e)throw new TypeError("allowInputToggle() expects a boolean parameter");return i.allowInputToggle=e,O},O.showClose=function(e){if(0===arguments.length)return i.showClose;if("boolean"!=typeof e)throw new TypeError("showClose() expects a boolean parameter");return i.showClose=e,O},O.keepInvalid=function(e){if(0===arguments.length)return i.keepInvalid;if("boolean"!=typeof e)throw new TypeError("keepInvalid() expects a boolean parameter");return i.keepInvalid=e,O},O.datepickerInput=function(e){if(0===arguments.length)return i.datepickerInput;if("string"!=typeof e)throw new TypeError("datepickerInput() expects a string parameter");return i.datepickerInput=e,O},O.parseInputDate=function(e){if(0===arguments.length)return i.parseInputDate;if("function"!=typeof e)throw new TypeError("parseInputDate() sholud be as function");return i.parseInputDate=e,O},O.disabledTimeIntervals=function(t){if(0===arguments.length)return i.disabledTimeIntervals&&e.extend({},i.disabledTimeIntervals);if(!t)return i.disabledTimeIntervals=!1,m(),O;if(!(t instanceof Array))throw new TypeError("disabledTimeIntervals() expects an array parameter");return i.disabledTimeIntervals=t,m(),O},O.disabledHours=function(t){if(0===arguments.length)return i.disabledHours&&e.extend({},i.disabledHours);if(!t)return i.disabledHours=!1,m(),O;if(!(t instanceof Array))throw new TypeError("disabledHours() expects an array parameter");if(i.disabledHours=T(t),i.enabledHours=!1,i.useCurrent&&!i.keepInvalid){for(var n=0;!p(D,"h");){if(D.add(1,"h"),24===n)throw"Tried 24 times to find a valid date";n++}_(D)}return m(),O},O.enabledHours=function(t){if(0===arguments.length)return i.enabledHours&&e.extend({},i.enabledHours);if(!t)return i.enabledHours=!1,m(),O;if(!(t instanceof Array))throw new TypeError("enabledHours() expects an array parameter");if(i.enabledHours=T(t),i.disabledHours=!1,i.useCurrent&&!i.keepInvalid){for(var n=0;!p(D,"h");){if(D.add(1,"h"),24===n)throw"Tried 24 times to find a valid date";n++}_(D)}return m(),O},O.viewDate=function(e){if(0===arguments.length)return S.clone();if(!e)return S=D.clone(),O;if(!("string"==typeof e||t.isMoment(e)||e instanceof Date))throw new TypeError("viewDate() parameter must be one of [string, moment or Date]");return S=J(e),c(),O},n.is("input"))x=n;else if(0===(x=n.find(i.datepickerInput)).size())x=n.find("input");else if(!x.is("input"))throw new Error('CSS class "'+i.datepickerInput+'" cannot be applied to non input element');if(n.hasClass("input-group")&&(W=0===n.find(".datepickerbutton").size()?n.find(".input-group-addon"):n.find(".datepickerbutton")),!i.inline&&!x.is("input"))throw new Error("Could not initialize DateTimePicker without an input element");return D=a(),S=D.clone(),e.extend(!0,i,(A={},(E=(n.is("input")||i.inline?n:n.find("input")).data()).dateOptions&&E.dateOptions instanceof Object&&(A=e.extend(!0,A,E.dateOptions)),e.each(i,function(e){var t="date"+e.charAt(0).toUpperCase()+e.slice(1);void 0!==E[t]&&(A[e]=E[t])}),A)),O.options(i),Y(),x.on({change:w,blur:i.debug?"":f,keydown:M,keyup:L,focus:i.allowInputToggle?v:""}),n.is("input")?x.on({focus:v}):W&&(W.on("click",b),W.on("mousedown",!1)),x.prop("disabled")&&O.disable(),x.is("input")&&0!==x.val().trim().length?_(J(x.val().trim())):i.defaultDate&&void 0===x.attr("placeholder")&&_(i.defaultDate),i.inline&&v(),O}e.fn.datetimepicker=function(t){return this.each(function(){var i=e(this);i.data("DateTimePicker")||(t=e.extend(!0,{},e.fn.datetimepicker.defaults,t),i.data("DateTimePicker",n(i,t)))})},e.fn.datetimepicker.defaults={timeZone:"Etc/UTC",format:!1,dayViewHeaderFormat:"MMMM YYYY",extraFormats:!1,stepping:1,minDate:!1,maxDate:!1,useCurrent:!0,collapse:!0,locale:t.locale(),defaultDate:!1,disabledDates:!1,enabledDates:!1,icons:{time:"i-clock",date:"i-time",up:"i-up-open-big",down:"i-down-open-big",previous:"i-left-open-big",next:"i-right-open-big",today:"glyphicon glyphicon-screenshot",clear:"glyphicon glyphicon-trash",close:"i-close"},tooltips:{today:"Go to today",clear:"Clear selection",close:"Close the picker",selectMonth:"Select Month",prevMonth:"Previous Month",nextMonth:"Next Month",selectYear:"Select Year",prevYear:"Previous Year",nextYear:"Next Year",selectDecade:"Select Decade",prevDecade:"Previous Decade",nextDecade:"Next Decade",prevCentury:"Previous Century",nextCentury:"Next Century",pickHour:"Pick Hour",incrementHour:"Increment Hour",decrementHour:"Decrement Hour",pickMinute:"Pick Minute",incrementMinute:"Increment Minute",decrementMinute:"Decrement Minute",pickSecond:"Pick Second",incrementSecond:"Increment Second",decrementSecond:"Decrement Second",togglePeriod:"Toggle Period",selectTime:"Select Time"},useStrict:!1,sideBySide:!1,daysOfWeekDisabled:!1,calendarWeeks:!1,viewMode:"days",toolbarPlacement:"default",showTodayButton:!1,showClear:!1,showClose:!1,widgetPositioning:{horizontal:"auto",vertical:"auto"},widgetParent:null,ignoreReadonly:!1,keepOpen:!1,focusOnShow:!0,inline:!1,keepInvalid:!1,datepickerInput:".datepickerinput",keyBinds:{up:function(e){var t;e&&(t=this.date()||this.getMoment(),e.find(".datepicker").is(":visible")?this.date(t.clone().subtract(7,"d")):this.date(t.clone().add(this.stepping(),"m")))},down:function(e){var t;e?(t=this.date()||this.getMoment(),e.find(".datepicker").is(":visible")?this.date(t.clone().add(7,"d")):this.date(t.clone().subtract(this.stepping(),"m"))):this.show()},"control up":function(e){var t;e&&(t=this.date()||this.getMoment(),e.find(".datepicker").is(":visible")?this.date(t.clone().subtract(1,"y")):this.date(t.clone().add(1,"h")))},"control down":function(e){var t;e&&(t=this.date()||this.getMoment(),e.find(".datepicker").is(":visible")?this.date(t.clone().add(1,"y")):this.date(t.clone().subtract(1,"h")))},left:function(e){var t;e&&(t=this.date()||this.getMoment(),e.find(".datepicker").is(":visible")&&this.date(t.clone().subtract(1,"d")))},right:function(e){var t;e&&(t=this.date()||this.getMoment(),e.find(".datepicker").is(":visible")&&this.date(t.clone().add(1,"d")))},pageUp:function(e){var t;e&&(t=this.date()||this.getMoment(),e.find(".datepicker").is(":visible")&&this.date(t.clone().subtract(1,"M")))},pageDown:function(e){var t;e&&(t=this.date()||this.getMoment(),e.find(".datepicker").is(":visible")&&this.date(t.clone().add(1,"M")))},enter:function(){this.hide()},escape:function(){this.hide()},"control space":function(e){e.find(".timepicker").is(":visible")&&e.find('.btn[data-action="togglePeriod"]').click()},t:function(){this.date(this.getMoment())},delete:function(){this.clear()}},debug:!1,allowInputToggle:!1,disabledTimeIntervals:!1,disabledHours:!1,enabledHours:!1,viewDate:!1}}),function(e){"use strict";"function"==typeof define&&define.amd?define(["jquery"],e):"undefined"!=typeof exports?module.exports=e(require("jquery")):e(jQuery)}