jQuery.noConflict(),($=function(e,t){return new jQuery.fn.init(e,t||window.parent.document)}).fn=$.prototype=jQuery.fn,jQuery.extend($,jQuery),$$=$,(o=>{function s(e,t){this.$element=o(e),this.options=o.extend({},s.DEFAULTS,t),this.transitioning=null,this.options.parent&&(this.$parent=o(this.options.parent)),this.options.toggle&&this.toggle()}s.DEFAULTS={toggle:!0},s.prototype.dimension=function(){return this.$element.hasClass("width")?"width":"height"},s.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("CE_in")){this.$element.parent().removeClass("CE_panel_collapsed").addClass("CE_panel_expanded");var e=o.Event("show.bs.collapse");if(this.$element.trigger(e),!e.isDefaultPrevented()){this.$parent&&this.$parent.hasClass("CE-view")&&(this.$parent=this.$parent.parent());e=this.$parent&&this.$parent.find("> .CE_panel > .CE_in, > .CE-view > .CE_panel > .CE_in");if(e&&e.length){var t=e.data("bs.collapse");if(t&&t.transitioning)return;e.collapse("hide"),t||e.data("bs.collapse",null)}var a=this.dimension(),t=(this.$element.removeClass("CE_collapse").addClass("CE_collapsing")[a](0),this.transitioning=1,function(){this.$element.removeClass("CE_collapsing").addClass("CE_in")[a]("auto"),this.transitioning=0,this.$element.trigger("shown.bs.collapse")});if(!o.support.transition)return t.call(this);e=o.camelCase(["scroll",a].join("-"));this.$element.one("bsTransitionEnd",o.proxy(t,this)).emulateTransitionEnd(350)[a](this.$element[0][e])}}},s.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("CE_in")){this.$element.parent().removeClass("CE_panel_expanded").addClass("CE_panel_collapsed");var e=o.Event("hide.bs.collapse");if(this.$element.trigger(e),!e.isDefaultPrevented()){var e=this.dimension(),t=(this.$element[e](this.$element[e]())[0].offsetHeight,this.$element.addClass("CE_collapsing").removeClass("CE_collapse").removeClass("CE_in"),this.transitioning=1,function(){this.transitioning=0,this.$element.trigger("hidden.bs.collapse").removeClass("CE_collapsing").addClass("CE_collapse")});if(!o.support.transition)return t.call(this);this.$element[e](0).one("bsTransitionEnd",o.proxy(t,this)).emulateTransitionEnd(350)}}},s.prototype.toggle=function(){this[this.$element.hasClass("CE_in")?"hide":"show"]()};var e=o.fn.collapse;o.fn.collapse=function(n){return this.each(function(){var e=o(this),t=e.data("bs.collapse"),a=o.extend({},s.DEFAULTS,e.data(),"object"==typeof n&&n);t||e.data("bs.collapse",t=new s(this,a)),"string"==typeof n&&t[n]()})},o.fn.collapse.Constructor=s,o.fn.collapse.noConflict=function(){return o.fn.collapse=e,this},window.plugin_bootstrap=window.plugin_bootstrap||{},window.plugin_bootstrap.collapse={on:function(){jQuery(window.parent.document).on("click.bs.collapse.data-api","[data-toggle=collapse]",function(e){var t=o(this),e=t.attr("data-target")||e.preventDefault()||(e=t.attr("href"))&&e.replace(/.*(?=#[^\s]+$)/,""),e=o(e),a=e.data("bs.collapse"),n=a?"toggle":t.data(),s=t.attr("data-parent"),i=s&&o(s);a&&a.transitioning||(i&&i.find('[data-toggle=collapse][data-parent="'+s+'"]').not(t).addClass("CE_collapsed"),t[e.hasClass("in")?"addClass":"removeClass"]("CE_collapsed")),e.collapse(n)})},off:function(){jQuery(window.parent.document).off("click.bs.collapse.data-api")}}})(window.$),(i=>{function o(e,t){this.options=t,this.$element=i(e),this.$backdrop=this.isShown=null,this.options.remote&&this.$element.load(this.options.remote)}o.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},o.prototype.toggle=function(e){return this[this.isShown?"hide":"show"](e)},o.prototype.show=function(a){var n=this,e=i.Event("show.bs.modal",{relatedTarget:a});this.$element.trigger(e),this.isShown||e.isDefaultPrevented()||(this.isShown=!0,this.escape(),this.$element.on("click.dismiss.modal",'[data-dismiss="modal"]',i.proxy(this.hide,this)),this.backdrop(function(){var e=i.support.transition&&n.$element.hasClass("CE_fade"),t=(n.$element.parent().length||n.$element.appendTo(window.parent.document.body),n.$element.show(),e&&n.$element[0].offsetWidth,n.$element.addClass("CE_in").attr("aria-hidden",!1),n.enforceFocus(),i.Event("shown.bs.modal",{relatedTarget:a}));e?n.$element.find(".CE_modal-dialog").one(i.support.transition.end,function(){n.$element.focus().trigger(t)}).emulateTransitionEnd(300):n.$element.focus().trigger(t)}))},o.prototype.hide=function(e){e&&e.preventDefault(),e=i.Event("hide.bs.modal"),this.$element.trigger(e),this.isShown&&!e.isDefaultPrevented()&&(this.isShown=!1,this.escape(),this.stopEnforceFocus(),this.$element.removeClass("CE_in").attr("aria-hidden",!0).off("click.dismiss.modal"),i.support.transition&&this.$element.hasClass("CE_fade")?this.$element.one(i.support.transition.end,i.proxy(this.hideModal,this)).emulateTransitionEnd(300):this.hideModal())},o.prototype.enforceFocus=function(){jQuery(window.parent.document).off("focusin.bs.modal").on("focusin.bs.modal",i.proxy(function(e){this.$element[0]===e.target||this.$element.has(e.target).length||this.$element.focus()},this))},o.prototype.stopEnforceFocus=function(){jQuery(window.parent.document).off("focusin.bs.modal")},o.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.bs.modal",i.proxy(function(e){27==e.which&&this.hide()},this)):this.isShown||this.$element.off("keyup.dismiss.bs.modal")},o.prototype.hideModal=function(){var e=this;this.$element.hide(),this.backdrop(function(){e.removeBackdrop(),e.$element.trigger("hidden.bs.modal")})},o.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},o.prototype.backdrop=function(e){var t,a=this.$element.hasClass("CE_fade")?"CE_fade":"";this.isShown&&this.options.backdrop?(t=i.support.transition&&a,this.$backdrop=i('<div class="CE_modal-backdrop '+a+'" />').appendTo(window.parent.document.body),this.$element.on("click.dismiss.modal",i.proxy(function(e){e.target===e.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus.call(this.$element[0]):this.hide.call(this))},this)),t&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("CE_in"),e&&(t?this.$backdrop.one(i.support.transition.end,e).emulateTransitionEnd(150):e())):!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("CE_in"),i.support.transition&&this.$element.hasClass("CE_fade")?this.$backdrop.one(i.support.transition.end,e).emulateTransitionEnd(150):e()):e&&e()};var e=i.fn.modal;i.fn.modal=function(n,s){return this.each(function(){var e=i(this),t=e.data("bs.modal"),a=i.extend({},o.DEFAULTS,e.data(),"object"==typeof n&&n);t||e.data("bs.modal",t=new o(this,a)),"string"==typeof n?t[n](s):a.show&&t.show(s)})},i.fn.modal.Constructor=o,i.fn.modal.noConflict=function(){return i.fn.modal=e,this},window.plugin_bootstrap=window.plugin_bootstrap||{},window.plugin_bootstrap.modal={on:function(){jQuery(window.parent.document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(e){var t=i(this),a=t.attr("href"),n=i(t.attr("data-target")||a&&a.replace(/.*(?=#[^\s]+$)/,"")),a=n.data("CE_modal")?"toggle":i.extend({remote:!/#/.test(a)&&a},n.data(),t.data());e.preventDefault(),n.modal(a,this).one("hide",function(){t.is(":visible")&&t.focus()})}),jQuery(window.parent.document).on("show.bs.modal",".CE_modal",function(){jQuery(window.parent.document.body).addClass("CE_modal-open")}).on("hidden.bs.modal",".CE_modal",function(){jQuery(window.parent.document.body).removeClass("CE_modal-open")})},off:function(){jQuery(window.parent.document).off("click.bs.modal.data-api"),jQuery(window.parent.document).off("show.bs.modal").off("hidden.bs.modal")}}})(window.$),(n=>{n.fn.emulateTransitionEnd=function(e){var t=!1,a=this;n(this).one("bsTransitionEnd",function(){t=!0});return setTimeout(function(){t||n(a).trigger(n.support.transition.end)},e),this},n(function(){n.support.transition=(()=>{var e,t=document.createElement("bootstrap"),a={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(e in a)if(void 0!==t.style[e])return{end:a[e]};return!1})(),n.support.transition&&(n.event.special.bsTransitionEnd={bindType:n.support.transition.end,delegateType:n.support.transition.end,handle:function(e){if(n(e.target).is(this))return e.handleObj.handler.apply(this,arguments)}})})})(window.jQuery),(o=>{function n(e){this.element=o(e)}n.prototype.show=function(){var e,t,a=this.element,n=a.closest("ul:not(.CE_dropdown-menu)"),s=(s=a.attr("data-target"))||(s=a.attr("href"))&&s.replace(/.*(?=#[^\s]*$)/,"");a.parent("li").hasClass("CE_active")||(e=n.find(".CE_active:last a")[0],t=o.Event("show.bs.tab",{relatedTarget:e}),a.trigger(t),t.isDefaultPrevented())||(t=o(s),this.activate(a.parent("li"),n),this.activate(t,t.parent(),function(){a.trigger({type:"shown.bs.tab",relatedTarget:e})}))},n.prototype.activate=function(e,t,a){var n=t.find("> .CE_active"),s=a&&o.support.transition&&n.hasClass("CE_fade");function i(){n.removeClass("CE_active").find("> .CE_dropdown-menu > .CE_active").removeClass("CE_active"),e.addClass("CE_active"),s?(e[0].offsetWidth,e.addClass("CE_in")):e.removeClass("CE_fade"),e.parent(".CE_dropdown-menu")&&e.closest("li.CE_dropdown").addClass("CE_active"),a&&a()}s?n.one(o.support.transition.end,i).emulateTransitionEnd(150):i(),n.removeClass("CE_in")};var e=o.fn.tab;o.fn.tab=function(a){return this.each(function(){var e=o(this),t=e.data("bs.tab");t||e.data("bs.tab",t=new n(this)),"string"==typeof a&&t[a]()})},o.fn.tab.Constructor=n,o.fn.tab.noConflict=function(){return o.fn.tab=e,this},window.plugin_bootstrap=window.plugin_bootstrap||{},window.plugin_bootstrap.tab={on:function(){jQuery(window.parent.document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(e){e.preventDefault(),o(this).tab("show")})},off:function(){jQuery(window.parent.document).off("click.bs.tab.data-api")}}})(window.$),(l=>{function n(e,t){this.type=this.options=this.enabled=this.timeout=this.hoverState=this.$element=null,this.init("tooltip",e,t)}n.DEFAULTS={animation:!0,placement:"CE_top",selector:!1,template:'<div class="CE_tooltip"><div class="CE_tooltip-arrow"></div><div class="CE_tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1},n.prototype.init=function(e,t,a){this.enabled=!0,this.type=e,this.$element=l(t),this.options=this.getOptions(a);for(var n=this.options.trigger.split(" "),s=n.length;s--;){var i,o=n[s];"click"==o?this.$element.on("click."+this.type,this.options.selector,l.proxy(this.toggle,this)):"manual"!=o&&(i="hover"==o?"mouseleave":"blur",this.$element.on(("hover"==o?"mouseenter":"focus")+"."+this.type,this.options.selector,l.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,l.proxy(this.leave,this)))}this.options.selector?this._options=l.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},n.prototype.getDefaults=function(){return n.DEFAULTS},n.prototype.getOptions=function(e){return(e=l.extend({},this.getDefaults(),this.$element.data(),e)).delay&&"number"==typeof e.delay&&(e.delay={show:e.delay,hide:e.delay}),e},n.prototype.getDelegateOptions=function(){var a={},n=this.getDefaults();return this._options&&l.each(this._options,function(e,t){n[e]!=t&&(a[e]=t)}),a},n.prototype.enter=function(e){var t=e instanceof this.constructor?e:l(e.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);if(clearTimeout(t.timeout),t.hoverState="in",!t.options.delay||!t.options.delay.show)return t.show();t.timeout=setTimeout(function(){"in"==t.hoverState&&t.show()},t.options.delay.show)},n.prototype.leave=function(e){var t=e instanceof this.constructor?e:l(e.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);if(clearTimeout(t.timeout),t.hoverState="out",!t.options.delay||!t.options.delay.hide)return t.hide();t.timeout=setTimeout(function(){"out"==t.hoverState&&t.hide()},t.options.delay.hide)},n.prototype.show=function(){var e,t,a,n,s,i,o,r,d,_=l.Event("show.bs."+this.type);this.hasContent()&&this.enabled&&(this.$element.trigger(_),_.isDefaultPrevented()||(_=this.tip(),this.setContent(),this.options.animation&&_.addClass("CE_fade"),r="function"==typeof this.options.placement?this.options.placement.call(this,_[0],this.$element[0]):this.options.placement,(o=(e=/\s?auto?\s?/i).test(r))&&(r=r.replace(e,"")||"CE_top"),_.detach().css({top:0,left:0,display:"block"}).addClass(r),this.options.container?_.appendTo("body"==this.options.container?window.parent.document.body:this.options.container):_.insertAfter(this.$element),_.find("*").add(_).each(function(e,t){var a=l(t).attr("class");l(t).removeAttr("class").attr("class",a)}),e=this.getPosition(),t=_[0].offsetWidth,a=_[0].offsetHeight,o&&(o=this.$element.parent(),n=r,s=window.parent.document.documentElement.scrollTop||window.parent.document.body.scrollTop,i="body"==this.options.container?window.innerWidth:o.outerWidth(),d="body"==this.options.container?window.innerHeight:o.outerHeight(),o="body"==this.options.container?0:o.offset().left,r="CE_bottom"==r&&e.top+e.height+a-s>d?"CE_top":"CE_top"==r&&e.top-s-a<0?"CE_bottom":"CE_right"==r&&e.right+t>i?"CE_left":"CE_left"==r&&e.left-t<o?"CE_right":r,_.removeClass(n).addClass(r)),d=this.getCalculatedOffset(r,e,t,a),this.applyPlacement(d,r),this.$element.trigger("shown.bs."+this.type)))},n.prototype.applyPlacement=function(e,t){var a,n=this.tip(),s=n[0].offsetWidth,i=n[0].offsetHeight,o=parseInt(n.css("margin-top"),10),r=parseInt(n.css("margin-left"),10),o=(isNaN(o)&&(o=0),isNaN(r)&&(r=0),e.top=e.top+o,e.left=e.left+r,n.offset(e).addClass("CE_in"),n[0].offsetWidth),r=n[0].offsetHeight;"CE_top"==t&&r!=i&&(a=!0,e.top=e.top+i-r),/CE_bottom|CE_top/.test(t)?(e.left<(t=0)&&(t=-2*e.left,e.left=0,n.offset(e),o=n[0].offsetWidth,r=n[0].offsetHeight),this.replaceArrow(t-s+o,o,"CE_left")):this.replaceArrow(r-i,r,"CE_top"),a&&n.offset(e)},n.prototype.replaceArrow=function(e,t,a){this.arrow().css(a,e?50*(1-e/t)+"%":"")},n.prototype.setContent=function(){var e=this.tip(),t=this.getTitle();e.find(".CE_tooltip-inner")[this.options.html?"html":"text"](t),e.removeClass("CE_fade CE_in CE_top CE_bottom CE_left CE_right")},n.prototype.hide=function(){var e=this,t=this.tip(),a=l.Event("hide.bs."+this.type);function n(){"CE_in"!=e.hoverState&&(e.$tip=void 0,t.remove())}if(this.$element.trigger(a),!a.isDefaultPrevented())return t.removeClass("CE_in"),l.support.transition&&this.$tip.hasClass("CE_fade")?t.one("bsTransitionEnd",n).emulateTransitionEnd(150):n(),this.$element.trigger("hidden.bs."+this.type),this},n.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","")},n.prototype.hasContent=function(){return this.getTitle()},n.prototype.getPosition=function(){var e=this.$element[0];return l.extend({},"function"==typeof e.getBoundingClientRect?e.getBoundingClientRect():{width:e.offsetWidth,height:e.offsetHeight},this.$element.offset())},n.prototype.getCalculatedOffset=function(e,t,a,n){return"CE_bottom"==e?{top:t.top+t.height,left:t.left+t.width/2-a/2}:"CE_top"==e?{top:t.top-n,left:t.left+t.width/2-a/2}:"CE_left"==e?{top:t.top+t.height/2-n/2,left:t.left-a}:{top:t.top+t.height/2-n/2,left:t.left+t.width}},n.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)},n.prototype.tip=function(){return this.$tip=this.$tip||l(this.options.template)},n.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".CE_tooltip-arrow")},n.prototype.validate=function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},n.prototype.enable=function(){this.enabled=!0},n.prototype.disable=function(){this.enabled=!1},n.prototype.toggleEnabled=function(){this.enabled=!this.enabled},n.prototype.toggle=function(e){e=e?l(e.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type):this;e.tip().hasClass("CE_in")?e.leave(e):e.enter(e)},n.prototype.destroy=function(){this.hide().$element.off("."+this.type).removeData("bs."+this.type)};var e=l.fn.tooltip;l.fn.tooltip=function(a){return this.each(function(){var e=l(this),t=e.data("bs.tooltip");t||e.data("bs.tooltip",t=new n(this,"object"==typeof a&&a)),"string"==typeof a&&t[a]()})},l.fn.tooltip.Constructor=n,l.fn.tooltip.noConflict=function(){return l.fn.tooltip=e,this}})(window.jQuery),(i=>{function n(e){i(e).on("click.bs.dropdown",this.toggle)}var o="[data-toggle=dropdown]";function s(){i(".CE_dropdown-backdrop").remove(),i(o).each(function(e){var t=r(i(this));t.hasClass("CE_open")&&(t.trigger(e=i.Event("hide.bs.dropdown")),e.isDefaultPrevented()||t.removeClass("CE_open").trigger("hidden.bs.dropdown"))})}function r(e){var t=(t=e.attr("data-target"))||(t=e.attr("href"))&&/#/.test(t)&&t.replace(/.*(?=#[^\s]*$)/,"");return"#"!==t&&(t=t&&i(t))&&t.length?t:e.parent()}n.prototype.toggle=function(e){var t=i(this);if(!t.is(".CE_disabled, :disabled")){var a=r(t),n=a.hasClass("CE_open");if(s(),!n){if("ontouchstart"in document.documentElement&&!a.closest(".CE_navbar-nav").length&&i('<div class="CE_dropdown-backdrop"/>').insertAfter(i(this)).on("click",s),a.trigger(e=i.Event("show.bs.dropdown")),e.isDefaultPrevented())return;a.toggleClass("CE_open").trigger("shown.bs.dropdown"),t.focus()}return!1}},n.prototype.keydown=function(e){if(/(38|40|27)/.test(e.keyCode)){var t=i(this);if(e.preventDefault(),e.stopPropagation(),!t.is(".CE_disabled, :disabled")){var a=r(t),n=a.hasClass("CE_open");if(!n||27==e.keyCode)return 27==e.which&&a.find(o).focus(),t.click();var s,n=i("[role=menu] li:not(.CE_divider):visible a",a);n.length&&(s=-1,n.each(function(e,t){i(t).is(":focus")&&(s=e)}),38==e.keyCode&&0<s&&s--,40==e.keyCode&&s<n.length-1&&s++,~s||(s=0),n.eq(s).focus())}}};var e=i.fn.dropdown;i.fn.dropdown=function(a){return this.each(function(){var e=i(this),t=e.data("CE_dropdown");t||e.data("CE_dropdown",t=new n(this)),"string"==typeof a&&t[a].call(e)})},i.fn.dropdown.Constructor=n,i.fn.dropdown.noConflict=function(){return i.fn.dropdown=e,this},window.plugin_bootstrap=window.plugin_bootstrap||{},window.plugin_bootstrap.dropdown={on:function(){jQuery(window.parent.document).on("click.bs.dropdown.data-api",s).on("click.bs.dropdown.data-api",".CE_dropdown form",function(e){e.stopPropagation()}).on("click.bs.dropdown.data-api",o,n.prototype.toggle).on("keydown.bs.dropdown.data-api",o+", [role=menu]",n.prototype.keydown)},off:function(){jQuery(window.parent.document).off("click.bs.dropdown.data-api").off("keydown.bs.dropdown.data-api")}}})(window.$),
/* @license
* ========================================================================
* bootstrap-switch - v3.0.0
* http://www.bootstrap-switch.org
* ========================================================================
* Copyright 2012-2013 Mattia Larentis
*
* ========================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ========================================================================
*/
function(){var i,t,o,e=[].slice;function a(e,t){var a;null==t&&(t={}),this.$element=i(e),this.options=i.extend({},this.defaults,t,{state:this.$element.is(":checked"),size:this.$element.data("size"),animate:this.$element.data("animate"),disabled:this.$element.is(":disabled"),readonly:this.$element.is("[readonly]"),onColor:this.$element.data("on-color"),offColor:this.$element.data("off-color"),onText:this.$element.data("on-text"),offText:this.$element.data("off-text"),labelText:this.$element.data("label-text")}),this.$on=i("<span>",{html:this.options.onText}),this.$off=i("<span>",{html:this.options.offText}),this.$label=i("<label>",{for:this.$element.attr("id"),html:this.options.labelText}),this.$wrapper=i("<div>",{class:(a=this,function(){var e=[""+a.name];return e.push(a.options.state?a.name+"-on":a.name+"-off"),null!=a.options.size&&e.push(a.name+"-"+a.options.size),a.options.animate&&e.push(a.name+"-animate"),a.options.disabled&&e.push(a.name+"-disabled"),a.options.readonly&&e.push(a.name+"-readonly"),a.$element.attr("id")&&e.push(a.name+"-id-"+a.$element.attr("id")),e.join(" ")})}),this.$div=this.$element.wrap(i("<div>")).parent(),this.$wrapper=this.$div.wrap(this.$wrapper).parent(),this.$element.before(this.$on).before(this.$label).before(this.$off),this._elementHandlers(),this._handleHandlers(),this._labelHandlers(),this._formHandler(),this.$on.addClass(this.name+"-handle-on "+this.name+"-"+this.options.onColor),this.$off.addClass(this.name+"-handle-off "+this.name+"-"+this.options.offColor)}i=window.jQuery,t=window,a.prototype.defaults={state:!0,size:null,animate:!0,disabled:!1,readonly:!1,onColor:"primary",offColor:"default",onText:"ON",offText:"OFF",labelText:" "},a.prototype.name="CE_bootstrap-switch",(a.prototype._constructor=a).prototype.state=function(e,t,a){return void 0===e?this.options.state:(this.options.disabled&&!a||this.options.readonly||this.$element.prop("checked",e=!!e).trigger("change.bootstrapSwitch",t),this.$element)},a.prototype.toggleState=function(e){return this.options.disabled||this.options.readonly?this.$element:this.$element.prop("checked",!this.options.state).trigger("change.bootstrapSwitch",e)},a.prototype.size=function(e){return void 0===e?this.options.size:(null!=this.options.size&&this.$wrapper.removeClass(this.name+"-"+this.options.size),this.$wrapper.addClass(this.name+"-"+e),this.options.size=e,this.$element)},a.prototype.animate=function(e){return void 0===e?this.options.animate:(this.$wrapper[(e=!!e)?"addClass":"removeClass"](this.name+"-animate"),this.options.animate=e,this.$element)},a.prototype.disabled=function(e){return void 0===e?this.options.disabled:(this.$wrapper[(e=!!e)?"addClass":"removeClass"](this.name+"-disabled"),this.$element.prop("disabled",e),this.options.disabled=e,this.$element)},a.prototype.toggleDisabled=function(){return this.$element.prop("disabled",!this.options.disabled),this.$wrapper.toggleClass(this.name+"-disabled"),this.options.disabled=!this.options.disabled,this.$element},a.prototype.readonly=function(e){return void 0===e?this.options.readonly:(this.$wrapper[(e=!!e)?"addClass":"removeClass"](this.name+"-readonly"),this.$element.prop("readonly",e),this.options.readonly=e,this.$element)},a.prototype.toggleReadonly=function(){return this.$element.prop("readonly",!this.options.readonly),this.$wrapper.toggleClass(this.name+"-readonly"),this.options.readonly=!this.options.readonly,this.$element},a.prototype.onColor=function(e){var t=this.options.onColor;return void 0===e?t:(null!=t&&this.$on.removeClass(this.name+"-"+t),this.$on.addClass(this.name+"-"+e),this.options.onColor=e,this.$element)},a.prototype.offColor=function(e){var t=this.options.offColor;return void 0===e?t:(null!=t&&this.$off.removeClass(this.name+"-"+t),this.$off.addClass(this.name+"-"+e),this.options.offColor=e,this.$element)},a.prototype.onText=function(e){return void 0===e?this.options.onText:(this.$on.html(e),this.options.onText=e,this.$element)},a.prototype.offText=function(e){return void 0===e?this.options.offText:(this.$off.html(e),this.options.offText=e,this.$element)},a.prototype.labelText=function(e){return void 0===e?this.options.labelText:(this.$label.html(e),this.options.labelText=e,this.$element)},a.prototype.destroy=function(){var e=this.$element.closest("form");return e.length&&e.off("reset.bootstrapSwitch").removeData("bootstrap-switch"),this.$div.children().not(this.$element).remove(),this.$element.unwrap().unwrap().off(".bootstrapSwitch").removeData("bootstrap-switch"),this.$element},a.prototype._elementHandlers=function(){return this.$element.on({"change.bootstrapSwitch":function(e,t){if(e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),e=s.$element.is(":checked"),s.options.state=e,s.$wrapper.removeClass(e?s.name+"-off":s.name+"-on").addClass(e?s.name+"-on":s.name+"-off"),!t)return s.$element.is(":radio")&&i("[name='"+s.$element.attr("name")+"']").not(s.$element).prop("checked",!1).trigger("change.bootstrapSwitch",!0),s.$element.trigger("switchChange",{el:s.$element,value:e})},"focus.bootstrapSwitch":function(e){return e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),n.$wrapper.addClass(n.name+"-focused")},"blur.bootstrapSwitch":function(e){return e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),a.$wrapper.removeClass(a.name+"-focused")},"keydown.bootstrapSwitch":function(e){32===e.which&&(e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation())},"keypress.bootstrapSwitch":function(e){32===e.which&&(e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation())},"keyup.bootstrapSwitch":(t=a=n=s=this,function(e){if(e.which&&!t.options.disabled&&!t.options.readonly)switch(e.which){case 32:return e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),t._enableAnimate(),t.toggleState();case 37:return e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),t._enableAnimate(),t.state(!1);case 39:return e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),t._enableAnimate(),t.state(!0)}})});var t,a,n,s},a.prototype._enableAnimate=function(){!1===this.options.animate&&(this.$wrapper.addClass(this.name+"-animate"),this.options.animate=!0)},a.prototype._handleHandlers=function(){var t,a;return this.$on.on("click.bootstrapSwitch",(t=this,function(e){return t._enableAnimate(),t.state(!1),t.$element.trigger("focus.bootstrapSwitch")})),this.$off.on("click.bootstrapSwitch",(a=this,function(e){return a._enableAnimate(),a.state(!0),a.$element.trigger("focus.bootstrapSwitch")}))},a.prototype._labelHandlers=function(){return this.$label.on({"click.bootstrapSwitch":function(e){return e.preventDefault(),e.stopImmediatePropagation(),a._enableAnimate(),a.toggleState(),a.$element.trigger("focus.bootstrapSwitch")},"mouseleave.bootstrapSwitch":(t=a=this,function(e){return t.$label.trigger("mouseup.bootstrapSwitch")})});var t,a},a.prototype._formHandler=function(){var e=this.$element.closest("form");if(!e.data("bootstrap-switch"))return e.on("reset.bootstrapSwitch",function(){return t.setTimeout(function(){return e.find("input").filter(function(){return i(this).data("bootstrap-switch")}).each(function(){return i(this).bootstrapSwitch("state",!1)})},1)}).data("bootstrap-switch",!0)},o=a,i.fn.extend({bootstrapSwitch:function(){var a=arguments[0],n=2<=arguments.length?e.call(arguments,1):[],s=this;return this.each(function(){var e=i(this),t=e.data("bootstrap-switch");if(t||e.data("bootstrap-switch",t=new o(this,a)),"string"==typeof a)return s=t[a].apply(t,n)}),s}}),i.fn.bootstrapSwitch.Constructor=o}.call(this),jQuery.fn.customCombo=function(a,n){var s=$(this[0]);function e(){s.html($(` <div class="CE_custom-combo CE_dropdown"> <a href="#" id="${a}" class="CE_disable-text-selection" role="button" data-toggle="dropdown" data-target="#"> <table class="CE_custom-combo-table"></table> </a> <ul class="CE_dropdown-menu" role="menu" aria-labelledby="${a}"></ul> </div>`));function r(e){var t=_.find("tr");e=void 0===e?t.first():e,t.removeClass("CE_custom-combo-selected").css("height",0).find("*").addClass("CE_hide"),e.addClass("CE_custom-combo-selected").css("height","").find("*").removeClass("CE_hide")}function t(){return _.find("tr.CE_custom-combo-selected")}var d=s.children("div"),_=d.find("a > table"),l=d.children("ul"),e=(jQuery.each(n,function(e){var n,t,a=void 0===this.label?this:this.label||"",e=void 0===this.value?e:this.value,s=void 0!==this.hidden&&this.hidden,i=void 0===this.selectable||this.selectable,o=void 0===this.selectedIconElement?$():this.selectedIconElement;i?((n=$('<tr><td><div class="CE_selected-icon CE_hide"></div></td><td><div class="CE_text CE_hide"></div></td><td><div class="CE_caret CE_hide"></div></td></tr>')).find(".CE_text").text(a),n.find(".CE_selected-icon").append(o),_.append(n),(t=$('<li class="CE_selectable" role="presentation"></li>')).data("selectedTableRow",n),t.val(e),t.on("mouseenter",function(){$(this).children("a").focus()}),s&&t.addClass("CE_hidden-value"),(i=$(`<a href="#" id="${this.id}" class="CE_disable-text-selection" role="menuitem" tabindex="-1"></a>`)).text(a),i.click(function(e){var t=d.val(),a=$(this).parent().val();return t!=a&&(r(n),d.val(a),d.trigger("customCombo.change",[t])),d.removeClass("CE_open"),d.trigger("customCombo.close"),e&&(e.preventDefault(),e.stopPropagation()),!1}),i.focus(function(){$(this).closest("ul").children("li").removeClass("CE_selected"),$(this).parent().addClass("CE_selected")}),t.append(i)):(t=$(`<li><div id="${this.id}" class="CE_disable-text-selection CE_section-header" role="menuitem" tabindex="-1"></div></li>`)).children().text(a),l.append(t)}),l.children("li.CE_selectable").first());d.val(e.val()),r(),d.on("show.bs.dropdown",function(){void 0===l.prop("minWidth")&&(e=parseInt(_.outerWidth(),10)+(l.outerWidth()-l.innerWidth()),l.css("min-width",e),l.prop("minWidth",e));var e,t=$(this).val();d.find("ul li.CE_selectable").each(function(){$(this).val()==t?$(this).addClass("CE_selected"):$(this).removeClass("CE_selected")}),d.trigger("customCombo.open")}),d.on("hide.bs.dropdown",function(){d.trigger("customCombo.CE_close")}),this.setVal=function(e){d.find("ul li.CE_selectable").each(function(){if(($li=$(this)).val()==e)return d.val(e),r($li.data("selectedTableRow")),!1})},this.getVal=function(){return d.val()},this.hideVal=function(e){this.showVal(e,!1)},this.showVal=function(e,t){d.find("ul li.CE_selectable").each(function(){if(($li=$(this)).val()==e)return t=void 0===t||t,$li.toggleClass("CE_hidden-value",!t),!1})},this.getLabel=function(){return t().find(".CE_text").text()},this.disable=function(){d.children("a").addClass("CE_disabled").removeAttr("href"),d.removeClass("CE_open"),t().find("div.CE_caret").parent("td").hide()},this.enable=function(e){!1===e?this.disable():(d.children("a").removeClass("CE_disabled").attr("href","#"),t().find("div.CE_caret").parent("td").show())},this.isOpen=function(){return d.hasClass("CE_open")},this.hide=function(){d.hide()},this.show=function(e){!1===e?this.hide():d.show()}}var t=s.data("customCombo");return t||(s.data("customCombo",new e),s.data("customCombo"))},
/* @license
* moment.js
* version : 2.4.0
* authors : Tim Wood, Iskren Chernev, Moment.js contributors
* license : MIT
* momentjs.com
*/
function(_){var l,e,z,F,i,A,O,P,G,I,J,N,V,U,Q,R,q,Z,K,B,t,a,n,X,ee,d=Math.round,p=0,M=1,f=2,y=3,L=4,te=5,ae=6,r={},ne="undefined"!=typeof module&&module.exports,se=/^\/?Date\((\-?\d+)/i,ie=/(\-)?(?:(\d*)\.)?(\d+)\:(\d+)(?:\:(\d+)\.?(\d{3})?)?/,oe=/^(-)?P(?:(?:([0-9,.]*)Y)?(?:([0-9,.]*)M)?(?:([0-9,.]*)D)?(?:T(?:([0-9,.]*)H)?(?:([0-9,.]*)M)?(?:([0-9,.]*)S)?)?|([0-9,.]*)W)$/,re=/(\[[^\[]*\])|(\\)?(Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|mm?|ss?|S{1,4}|X|zz?|ZZ?|.)/g,de=/(\[[^\[]*\])|(\\)?(LT|LL?L?L?|l{1,4})/g,_e=/\d\d?/,le=/\d{1,3}/,ue=/\d{3}/,me=/\d{1,4}/,he=/[+\-]?\d{1,6}/,ce=/\d+/,pe=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i,Me=/Z|[\+\-]\d\d:?\d\d/i,fe=/T/i,ye=/[\+\-]?\d+(\.\d{1,3})?/,Le=/^\s*\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|Z)?)?$/,Ye=["YYYY-MM-DD","GGGG-[W]WW","GGGG-[W]WW-E","YYYY-DDD"],ge=[["HH:mm:ss.SSSS",/(T| )\d\d:\d\d:\d\d\.\d{1,3}/],["HH:mm:ss",/(T| )\d\d:\d\d:\d\d/],["HH:mm",/(T| )\d\d:\d\d/],["HH",/(T| )\d\d/]],we=/([\+\-]|\d\d)/gi,ke="Date|Hours|Minutes|Seconds|Milliseconds".split("|"),De={Milliseconds:1,Seconds:1e3,Minutes:6e4,Hours:36e5,Days:864e5,Months:2592e6,Years:31536e6},ve={ms:"millisecond",s:"second",m:"minute",h:"hour",d:"day",D:"date",w:"week",W:"isoWeek",M:"month",y:"year",DDD:"dayOfYear",e:"weekday",E:"isoWeekday",gg:"weekYear",GG:"isoWeekYear"},Te={dayofyear:"dayOfYear",isoweekday:"isoWeekday",isoweek:"isoWeek",weekyear:"weekYear",isoweekyear:"isoWeekYear"},be={},Ce="DDD w W M D d".split(" "),Ee="M D H h m s w W".split(" "),Y={M:function(){return this.month()+1},MMM:function(e){return this.lang().monthsShort(this,e)},MMMM:function(e){return this.lang().months(this,e)},D:function(){return this.date()},DDD:function(){return this.dayOfYear()},d:function(){return this.day()},dd:function(e){return this.lang().weekdaysMin(this,e)},ddd:function(e){return this.lang().weekdaysShort(this,e)},dddd:function(e){return this.lang().weekdays(this,e)},w:function(){return this.week()},W:function(){return this.isoWeek()},YY:function(){return s(this.year()%100,2)},YYYY:function(){return s(this.year(),4)},YYYYY:function(){return s(this.year(),5)},gg:function(){return s(this.weekYear()%100,2)},gggg:function(){return this.weekYear()},ggggg:function(){return s(this.weekYear(),5)},GG:function(){return s(this.isoWeekYear()%100,2)},GGGG:function(){return this.isoWeekYear()},GGGGG:function(){return s(this.isoWeekYear(),5)},e:function(){return this.weekday()},E:function(){return this.isoWeekday()},a:function(){return this.lang().meridiem(this.hours(),this.minutes(),!0)},A:function(){return this.lang().meridiem(this.hours(),this.minutes(),!1)},H:function(){return this.hours()},h:function(){return this.hours()%12||12},m:function(){return this.minutes()},s:function(){return this.seconds()},S:function(){return g(this.milliseconds()/100)},SS:function(){return s(g(this.milliseconds()/10),2)},SSS:function(){return s(this.milliseconds(),3)},SSSS:function(){return s(this.milliseconds(),3)},Z:function(){var e=-this.zone(),t="+";return e<0&&(e=-e,t="-"),t+s(g(e/60),2)+":"+s(g(e)%60,2)},ZZ:function(){var e=-this.zone(),t="+";return e<0&&(e=-e,t="-"),t+s(g(10*e/6),4)},z:function(){return this.zoneAbbr()},zz:function(){return this.zoneName()},X:function(){return this.unix()}},Se=["months","monthsShort","weekdays","weekdaysShort","weekdaysMin"];function je(t,a){return function(e){return s(t.call(this,e),a)}}for(;Ce.length;)e=Ce.pop(),Y[e+"o"]=((t,a)=>function(e){return this.lang().ordinal(t.call(this,e),a)})(Y[e],e);for(;Ee.length;)e=Ee.pop(),Y[e+e]=je(Y[e],2);function xe(){}function $e(e){Ie(e),u(this,e)}function We(e){var t=Ae(e),a=t.year||0,n=t.month||0,s=t.week||0,i=t.day||0,o=t.hour||0,r=t.minute||0,d=t.second||0,t=t.millisecond||0;this._input=e,this._milliseconds=+t+1e3*d+6e4*r+36e5*o,this._days=+i+7*s,this._months=+n+12*a,this._data={},this._bubble()}function u(e,t){for(var a in t)t.hasOwnProperty(a)&&(e[a]=t[a]);return t.hasOwnProperty("toString")&&(e.toString=t.toString),t.hasOwnProperty("valueOf")&&(e.valueOf=t.valueOf),e}function o(e){return e<0?Math.ceil(e):Math.floor(e)}function s(e,t){for(var a=e+"";a.length<t;)a="0"+a;return a}function He(e,t,a,n){var s,i,o=t._milliseconds,r=t._days,t=t._months;o&&e._d.setTime(+e._d+o*a),(r||t)&&(s=e.minute(),i=e.hour()),r&&e.date(e.date()+r*a),t&&e.month(e.month()+t*a),o&&!n&&l.updateOffset(e),(r||t)&&(e.minute(s),e.hour(i))}function ze(e){return"[object Array]"===Object.prototype.toString.call(e)}function Fe(e,t,a){for(var n=Math.min(e.length,t.length),s=Math.abs(e.length-t.length),i=0,o=0;o<n;o++)(a&&e[o]!==t[o]||!a&&g(e[o])!==g(t[o]))&&i++;return i+s}function m(e){var t;return e&&(t=e.toLowerCase().replace(/(.)s$/,"$1"),e=ve[e]||Te[t]||t),e}function Ae(e){var t,a,n={};for(a in e)e.hasOwnProperty(a)&&(t=m(a))&&(n[t]=e[a]);return n}function g(e){var e=+e,t=0;return t=0!=e&&isFinite(e)?0<=e?Math.floor(e):Math.ceil(e):t}function Oe(e,t){return new Date(Date.UTC(e,t+1,0)).getUTCDate()}function Pe(e){return Ge(e)?366:365}function Ge(e){return e%4==0&&e%100!=0||e%400==0}function Ie(e){var t;e._a&&-2===e._pf.overflow&&(t=e._a[M]<0||11<e._a[M]?M:e._a[f]<1||e._a[f]>Oe(e._a[p],e._a[M])?f:e._a[y]<0||23<e._a[y]?y:e._a[L]<0||59<e._a[L]?L:e._a[te]<0||59<e._a[te]?te:e._a[ae]<0||999<e._a[ae]?ae:-1,e._pf._overflowDayOfYear&&(t<p||f<t)&&(t=f),e._pf.overflow=t)}function Je(e){e._pf={empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1}}function Ne(e){return null==e._isValid&&(e._isValid=!isNaN(e._d.getTime())&&e._pf.overflow<0&&!e._pf.empty&&!e._pf.invalidMonth&&!e._pf.nullInput&&!e._pf.invalidFormat&&!e._pf.userInvalidated,e._strict)&&(e._isValid=e._isValid&&0===e._pf.charsLeftOver&&0===e._pf.unusedTokens.length),e._isValid}function Ve(e){return e&&e.toLowerCase().replace("_","-")}function w(e){function t(e){if(!r[e]&&ne)try{require("./lang/"+e)}catch(e){}return r[e]}var a,n,s,i,o=0;if(e){if(!ze(e)){if(n=t(e))return n;e=[e]}for(;o<e.length;){for(a=(i=Ve(e[o]).split("-")).length,s=(s=Ve(e[o+1]))?s.split("-"):null;0<a;){if(n=t(i.slice(0,a).join("-")))return n;if(s&&s.length>=a&&Fe(i,s,!0)>=a-1)break;a--}o++}}return l.fn._lang}function Ue(e,t){return e.isValid()?(t=Qe(t,e.lang()),be[t]||(be[t]=(a=>{for(var e,n=a.match(re),s=0,i=n.length;s<i;s++)Y[n[s]]?n[s]=Y[n[s]]:n[s]=(e=n[s]).match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"");return function(e){var t="";for(s=0;s<i;s++)t+=n[s]instanceof Function?n[s].call(e,a):n[s];return t}})(t)),be[t](e)):e.lang().invalidDate()}function Qe(e,t){var a=5;function n(e){return t.longDateFormat(e)||e}for(de.lastIndex=0;0<=a&&de.test(e);)e=e.replace(de,n),de.lastIndex=0,--a;return e}function Re(e){var e=((Me.exec(e)||[])[0]+"").match(we)||["-",0,0],t=60*e[1]+g(e[2]);return"+"===e[0]?-t:t}function qe(t){var e,a,n,s,i,o,r,d=[];if(!t._d){for(o=t,r=new Date,a=o._useUTC?[r.getUTCFullYear(),r.getUTCMonth(),r.getUTCDate()]:[r.getFullYear(),r.getMonth(),r.getDate()],t._w&&null==t._a[f]&&null==t._a[M]&&(o=function(e){return e?e.length<3?68<parseInt(e,10)?"19"+e:"20"+e:e:null==t._a[p]?l().weekYear():t._a[p]},o=null!=(r=t._w).GG||null!=r.W||null!=r.E?nt(o(r.GG),r.W||1,r.E,4,1):(n=w(t._l),s=null!=r.d?et(r.d,n):null!=r.e?parseInt(r.e,10)+n._week.dow:0,i=parseInt(r.w,10)||1,null!=r.d&&s<n._week.dow&&i++,nt(o(r.gg),i,s,n._week.doy,n._week.dow)),t._a[p]=o.year,t._dayOfYear=o.dayOfYear),t._dayOfYear&&(r=(null==t._a[p]?a:t._a)[p],t._dayOfYear>Pe(r)&&(t._pf._overflowDayOfYear=!0),i=Xe(r,0,t._dayOfYear),t._a[M]=i.getUTCMonth(),t._a[f]=i.getUTCDate()),e=0;e<3&&null==t._a[e];++e)t._a[e]=d[e]=a[e];for(;e<7;e++)t._a[e]=d[e]=null==t._a[e]?2===e?1:0:t._a[e];d[y]+=g((t._tzm||0)/60),d[L]+=g((t._tzm||0)%60),t._d=(t._useUTC?Xe:Be).apply(null,d)}}function Ze(e){e._a=[],e._pf.empty=!0;for(var t,a,n,s=w(e._l),i=""+e._i,o=i.length,r=0,d=Qe(e._f,s).match(re)||[],_=0;_<d.length;_++)if((t=(((e,t)=>{switch(e){case"DDDD":return ue;case"YYYY":case"GGGG":case"gggg":return me;case"YYYYY":case"GGGGG":case"ggggg":return he;case"S":case"SS":case"SSS":case"DDD":return le;case"MMM":case"MMMM":case"dd":case"ddd":case"dddd":return pe;case"a":case"A":return w(t._l)._meridiemParse;case"X":return ye;case"Z":case"ZZ":return Me;case"T":return fe;case"SSSS":return ce;case"MM":case"DD":case"YY":case"GG":case"gg":case"HH":case"hh":case"mm":case"ss":case"M":case"D":case"d":case"H":case"h":case"m":case"s":case"w":case"ww":case"W":case"WW":case"e":case"E":return _e;default:return new RegExp(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(e,t,a,n,s){return t||a||n||s}).replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"))}})(a=d[_],e).exec(i)||[])[0])&&(0<(n=i.substr(0,i.indexOf(t))).length&&e._pf.unusedInput.push(n),i=i.slice(i.indexOf(t)+t.length),r+=t.length),Y[a]){t?e._pf.empty=!1:e._pf.unusedTokens.push(a),c=l=h=m=u=void 0;var l,u=a,m=t,h=e,c=h._a;switch(u){case"M":case"MM":null!=m&&(c[M]=g(m)-1);break;case"MMM":case"MMMM":null!=(l=w(h._l).monthsParse(m))?c[M]=l:h._pf.invalidMonth=m;break;case"D":case"DD":null!=m&&(c[f]=g(m));break;case"DDD":case"DDDD":null!=m&&(h._dayOfYear=g(m));break;case"YY":c[p]=g(m)+(68<g(m)?1900:2e3);break;case"YYYY":case"YYYYY":c[p]=g(m);break;case"a":case"A":h._isPm=w(h._l).isPM(m);break;case"H":case"HH":case"h":case"hh":c[y]=g(m);break;case"m":case"mm":c[L]=g(m);break;case"s":case"ss":c[te]=g(m);break;case"S":case"SS":case"SSS":case"SSSS":c[ae]=g(1e3*("0."+m));break;case"X":h._d=new Date(1e3*parseFloat(m));break;case"Z":case"ZZ":h._useUTC=!0,h._tzm=Re(m);break;case"w":case"ww":case"W":case"WW":case"d":case"dd":case"ddd":case"dddd":case"e":case"E":u=u.substr(0,1);case"gg":case"gggg":case"GG":case"GGGG":case"GGGGG":u=u.substr(0,2),m&&(h._w=h._w||{},h._w[u]=m)}}else e._strict&&!t&&e._pf.unusedTokens.push(a);e._pf.charsLeftOver=o-r,0<i.length&&e._pf.unusedInput.push(i),e._isPm&&e._a[y]<12&&(e._a[y]+=12),!1===e._isPm&&12===e._a[y]&&(e._a[y]=0),qe(e),Ie(e)}function Ke(e){var t,a=e._i,n=se.exec(a);if(a===_)e._d=new Date;else if(n)e._d=new Date(+n[1]);else if("string"==typeof a){var s,i=e,o=i._i,r=Le.exec(o);if(r){for(i._pf.iso=!0,s=4;0<s;s--)if(r[s]){i._f=Ye[s-1]+(r[6]||" ");break}for(s=0;s<4;s++)if(ge[s][1].exec(o)){i._f+=ge[s][0];break}Me.exec(o)&&(i._f+="Z"),Ze(i)}else i._d=new Date(o)}else ze(a)?(e._a=a.slice(0),qe(e)):(n=a,"[object Date]"===Object.prototype.toString.call(n)||n instanceof Date?e._d=new Date(+a):"object"==typeof a?(n=e)._d||(t=Ae(n._i),n._a=[t.year,t.month,t.day,t.hour,t.minute,t.second,t.millisecond],qe(n)):e._d=new Date(a))}function Be(e,t,a,n,s,i,o){t=new Date(e,t,a,n,s,i,o);return e<1970&&t.setFullYear(e),t}function Xe(e){var t=new Date(Date.UTC.apply(null,arguments));return e<1970&&t.setUTCFullYear(e),t}function et(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}function tt(e,t,a){var n=d(Math.abs(e)/1e3),s=d(n/60),i=d(s/60),o=d(i/24),r=d(o/365),n=(n<45?["s",n]:1===s&&["m"])||(s<45?["mm",s]:1===i&&["h"])||(i<22?["hh",i]:1===o&&["d"])||(o<=25?["dd",o]:o<=45&&["M"])||(o<345?["MM",d(o/30)]:1===r&&["y"])||["yy",r];return n[2]=t,n[3]=0<e,n[4]=a,function(e,t,a,n,s){return s.relativeTime(t||1,!!a,e,n)}.apply({},n)}function at(e,t,a){var t=a-t,a=a-e.day();return t<a&&(a-=7),a<t-7&&(a+=7),t=l(e).add("d",a),{week:Math.ceil(t.dayOfYear()/7),year:t.year()}}function nt(e,t,a,n,s){var i=new Date(Date.UTC(e,0)).getUTCDay();return{year:0<(t=7*(t-1)+((a=null!=a?a:s)-s)+(s-i+(n<i?7:0))+1)?e:e-1,dayOfYear:0<t?t:Pe(e-1)+t}}function st(e){var t=e._i,a=e._f;if(void 0===e._pf&&Je(e),null===t)return l.invalid({nullInput:!0});if("string"==typeof t&&(e._i=t=w().preparse(t)),l.isMoment(t))(e=u({},t))._d=new Date(+t._d);else if(a)if(ze(a)){var n,s,i,o,r,d=e;if(0===d._f.length)d._pf.invalidFormat=!0,d._d=new Date(NaN);else{for(o=0;o<d._f.length;o++)r=0,Je(n=u({},d)),n._f=d._f[o],Ze(n),Ne(n)&&(r=(r+=n._pf.charsLeftOver)+10*n._pf.unusedTokens.length,n._pf.score=r,null==i||r<i)&&(i=r,s=n);u(d,s||n)}}else Ze(e);else Ke(e);return new $e(e)}for(Y.DDDD=je(Y.DDD,3),u(xe.prototype,{set:function(e){var t,a;for(a in e)"function"==typeof(t=e[a])?this[a]=t:this["_"+a]=t},_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){var t,a;for(this._monthsParse||(this._monthsParse=[]),t=0;t<12;t++)if(this._monthsParse[t]||(a=l.utc([2e3,t]),a="^"+this.months(a,"")+"|^"+this.monthsShort(a,""),this._monthsParse[t]=new RegExp(a.replace(".",""),"i")),this._monthsParse[t].test(e))return t},_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,a;for(this._weekdaysParse||(this._weekdaysParse=[]),t=0;t<7;t++)if(this._weekdaysParse[t]||(a=l([2e3,1]).day(t),a="^"+this.weekdays(a,"")+"|^"+this.weekdaysShort(a,"")+"|^"+this.weekdaysMin(a,""),this._weekdaysParse[t]=new RegExp(a.replace(".",""),"i")),this._weekdaysParse[t].test(e))return t},_longDateFormat:{LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D YYYY",LLL:"MMMM D YYYY LT",LLLL:"dddd, MMMM D YYYY LT"},longDateFormat:function(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,a){return 11<e?a?"pm":"PM":a?"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){e=this._calendar[e];return"function"==typeof e?e.apply(t):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,a,n){var s=this._relativeTime[a];return"function"==typeof s?s(e,t,a,n):s.replace(/%d/i,e)},pastFuture:function(e,t){e=this._relativeTime[0<e?"future":"past"];return"function"==typeof e?e(t):e.replace(/%s/i,t)},ordinal:function(e){return this._ordinal.replace("%d",e)},_ordinal:"%d",preparse:function(e){return e},postformat:function(e){return e},week:function(e){return at(e,this._week.dow,this._week.doy).week},_week:{dow:0,doy:6},_invalidDate:"Invalid date",invalidDate:function(){return this._invalidDate}}),(l=function(e,t,a,n){return"boolean"==typeof a&&(n=a,a=_),st({_i:e,_f:t,_l:a,_strict:n,_isUTC:!1})}).utc=function(e,t,a,n){return"boolean"==typeof a&&(n=a,a=_),st({_useUTC:!0,_isUTC:!0,_l:a,_i:e,_f:t,_strict:n}).utc()},l.unix=function(e){return l(1e3*e)},l.duration=function(e,t){var a,n=l.isDuration(e),s="number"==typeof e,i=n?e._input:s?{}:e;return s?t?i[t]=e:i.milliseconds=e:(s=ie.exec(e))?(a="-"===s[1]?-1:1,i={y:0,d:g(s[f])*a,h:g(s[y])*a,m:g(s[L])*a,s:g(s[te])*a,ms:g(s[ae])*a}):(s=oe.exec(e))&&(a="-"===s[1]?-1:1,i={y:(t=function(e){e=e&&parseFloat(e.replace(",","."));return(isNaN(e)?0:e)*a})(s[2]),M:t(s[3]),d:t(s[4]),h:t(s[5]),m:t(s[6]),s:t(s[7]),w:t(s[8])}),t=new We(i),n&&e.hasOwnProperty("_lang")&&(t._lang=e._lang),t},l.version="2.4.0",l.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",l.updateOffset=function(){},l.lang=function(e,t){var a,n;return(e?(t?(a=Ve(e),(n=t).abbr=a,r[a]||(r[a]=new xe),r[a].set(n),r[a]):null===t?(delete r[e],e="en"):r[e]||w(e),l.duration.fn._lang=l.fn._lang=w(e)):l.fn._lang)._abbr},l.langData=function(e){return w(e=e&&e._lang&&e._lang._abbr?e._lang._abbr:e)},l.isMoment=function(e){return e instanceof $e},l.isDuration=function(e){return e instanceof We},e=Se.length-1;0<=e;--e)(o=>{var r,d;if(0===o.indexOf("week"))r=7,d="day";else{if(0!==o.indexOf("month"))return;r=12,d="month"}l[o]=function(t,e){var a,n,s=l.fn._lang[o],i=[];if("number"==typeof t&&(e=t,t=_),n=function(e){e=l().utc().set(d,e);return s.call(l.fn._lang,e,t||"")},null!=e)return n(e);for(a=0;a<r;a++)i.push(n(a));return i}})(Se[e]);function it(e,a){l.fn[e]=l.fn[e+"s"]=function(e){var t=this._isUTC?"UTC":"";return null!=e?(this._d["set"+t+a](e),l.updateOffset(this),this):this._d["get"+t+a]()}}for(l.normalizeUnits=m,l.invalid=function(e){var t=l.utc(NaN);return null!=e?u(t._pf,e):t._pf.userInvalidated=!0,t},l.parseZone=function(e){return l(e).parseZone()},u(l.fn=$e.prototype,{clone:function(){return l(this)},valueOf:function(){return+this._d+6e4*(this._offset||0)},unix:function(){return Math.floor(+this/1e3)},toString:function(){return this.clone().lang("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},toDate:function(){return this._offset?new Date(+this):this._d},toISOString:function(){return Ue(l(this).utc(),"YYYY-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 Ne(this)},isDSTShifted:function(){return!!this._a&&this.isValid()&&0<Fe(this._a,(this._isUTC?l.utc(this._a):l(this._a)).toArray())},parsingFlags:function(){return u({},this._pf)},invalidAt:function(){return this._pf.overflow},utc:function(){return this.zone(0)},local:function(){return this.zone(0),this._isUTC=!1,this},format:function(e){e=Ue(this,e||l.defaultFormat);return this.lang().postformat(e)},add:function(e,t){e="string"==typeof e?l.duration(+t,e):l.duration(e,t);return He(this,e,1),this},subtract:function(e,t){e="string"==typeof e?l.duration(+t,e):l.duration(e,t);return He(this,e,-1),this},diff:function(e,t,a){var n,s,e=this._isUTC?l(e).zone(this._offset||0):l(e).local(),i=6e4*(this.zone()-e.zone());return"year"===(t=m(t))||"month"===t?(n=432e5*(this.daysInMonth()+e.daysInMonth()),s=12*(this.year()-e.year())+(this.month()-e.month()),s=(s+=(this-l(this).startOf("month")-(e-l(e).startOf("month")))/n)-6e4*(this.zone()-l(this).startOf("month").zone()-(e.zone()-l(e).startOf("month").zone()))/n,"year"===t&&(s/=12)):(n=this-e,s="second"===t?n/1e3:"minute"===t?n/6e4:"hour"===t?n/36e5:"day"===t?(n-i)/864e5:"week"===t?(n-i)/6048e5:n),a?s:o(s)},from:function(e,t){return l.duration(this.diff(e)).lang(this.lang()._abbr).humanize(!t)},fromNow:function(e){return this.from(l(),e)},calendar:function(){var e=this.diff(l().zone(this.zone()).startOf("day"),"days",!0),e=e<-6?"sameElse":e<-1?"lastWeek":e<0?"lastDay":e<1?"sameDay":e<2?"nextDay":e<7?"nextWeek":"sameElse";return this.format(this.lang().calendar(e,this))},isLeapYear:function(){return Ge(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=et(e,this.lang()),this.add({d:e-t})):t},month:function(e){var t,a=this._isUTC?"UTC":"";return null!=e?("string"==typeof e&&"number"!=typeof(e=this.lang().monthsParse(e))||(t=this.date(),this.date(1),this._d["set"+a+"Month"](e),this.date(Math.min(t,this.daysInMonth())),l.updateOffset(this)),this):this._d["get"+a+"Month"]()},startOf:function(e){switch(e=m(e)){case"year":this.month(0);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),this},endOf:function(e){return e=m(e),this.startOf(e).add("isoWeek"===e?"week":e,1).subtract("ms",1)},isAfter:function(e,t){return t=void 0!==t?t:"millisecond",+this.clone().startOf(t)>+l(e).startOf(t)},isBefore:function(e,t){return t=void 0!==t?t:"millisecond",+this.clone().startOf(t)<+l(e).startOf(t)},isSame:function(e,t){return t=void 0!==t?t:"millisecond",+this.clone().startOf(t)==+l(e).startOf(t)},min:function(e){return(e=l.apply(null,arguments))<this?this:e},max:function(e){return this<(e=l.apply(null,arguments))?this:e},zone:function(e){var t=this._offset||0;return null==e?this._isUTC?t:this._d.getTimezoneOffset():("string"==typeof e&&(e=Re(e)),Math.abs(e)<16&&(e*=60),this._offset=e,this._isUTC=!0,t!==e&&He(this,l.duration(t-e,"m"),1,!0),this)},zoneAbbr:function(){return this._isUTC?"UTC":""},zoneName:function(){return this._isUTC?"Coordinated Universal Time":""},parseZone:function(){return"string"==typeof this._i&&this.zone(this._i),this},hasAlignedHourOffset:function(e){return e=e?l(e).zone():0,(this.zone()-e)%60==0},daysInMonth:function(){return Oe(this.year(),this.month())},dayOfYear:function(e){var t=d((l(this).startOf("day")-l(this).startOf("year"))/864e5)+1;return null==e?t:this.add("d",e-t)},weekYear:function(e){var t=at(this,this.lang()._week.dow,this.lang()._week.doy).year;return null==e?t:this.add("y",e-t)},isoWeekYear:function(e){var t=at(this,1,4).year;return null==e?t:this.add("y",e-t)},week:function(e){var t=this.lang().week(this);return null==e?t:this.add("d",7*(e-t))},isoWeek:function(e){var t=at(this,1,4).week;return null==e?t:this.add("d",7*(e-t))},weekday:function(e){var t=(this.day()+7-this.lang()._week.dow)%7;return null==e?t:this.add("d",e-t)},isoWeekday:function(e){return null==e?this.day()||7:this.day(this.day()%7?e:e-7)},get:function(e){return this[e=m(e)]()},set:function(e,t){return"function"==typeof this[e=m(e)]&&this[e](t),this},lang:function(e){return e===_?this._lang:(this._lang=w(e),this)}}),e=0;e<ke.length;e++)it(ke[e].toLowerCase().replace(/s$/,""),ke[e]);function ot(e,t){l.duration.fn["as"+e]=function(){return+this/t}}for(e in it("year","FullYear"),l.fn.days=l.fn.day,l.fn.months=l.fn.month,l.fn.weeks=l.fn.week,l.fn.isoWeeks=l.fn.isoWeek,l.fn.toJSON=l.fn.toISOString,u(l.duration.fn=We.prototype,{_bubble:function(){var e=this._milliseconds,t=this._days,a=this._months,n=this._data;n.milliseconds=e%1e3,e=o(e/1e3),n.seconds=e%60,e=o(e/60),n.minutes=e%60,e=o(e/60),n.hours=e%24,t+=o(e/24),n.days=t%30,a+=o(t/30),n.months=a%12,e=o(a/12),n.years=e},weeks:function(){return o(this.days()/7)},valueOf:function(){return this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*g(this._months/12)},humanize:function(e){var t=+this,a=tt(t,!e,this.lang());return e&&(a=this.lang().pastFuture(t,a)),this.lang().postformat(a)},add:function(e,t){e=l.duration(e,t);return this._milliseconds+=e._milliseconds,this._days+=e._days,this._months+=e._months,this._bubble(),this},subtract:function(e,t){e=l.duration(e,t);return this._milliseconds-=e._milliseconds,this._days-=e._days,this._months-=e._months,this._bubble(),this},get:function(e){return this[(e=m(e)).toLowerCase()+"s"]()},as:function(e){return this["as"+(e=m(e)).charAt(0).toUpperCase()+e.slice(1)+"s"]()},lang:l.fn.lang,toIsoString:function(){var e=Math.abs(this.years()),t=Math.abs(this.months()),a=Math.abs(this.days()),n=Math.abs(this.hours()),s=Math.abs(this.minutes()),i=Math.abs(this.seconds()+this.milliseconds()/1e3);return this.asSeconds()?(this.asSeconds()<0?"-":"")+"P"+(e?e+"Y":"")+(t?t+"M":"")+(a?a+"D":"")+(n||s||i?"T":"")+(n?n+"H":"")+(s?s+"M":"")+(i?i+"S":""):"P0D"}}),De)De.hasOwnProperty(e)&&(ot(e,De[e]),(e=>{l.duration.fn[e]=function(){return this._data[e]}})(e.toLowerCase()));function rt(e,t,a){return e+" "+(a={mm:"munutenn",MM:"miz",dd:"devezh"}[a],2!==(e=e)?a:(e={m:"v",b:"v",d:"z"})[(a=a).charAt(0)]!==_?e[a.charAt(0)]+a.substring(1):a)}function h(e,t,a){var n=e+" ";switch(a){case"m":return t?"jedna minuta":"jedne minute";case"mm":return n+=1!==e&&(2===e||3===e||4===e)?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return n+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return n+=1===e?"dan":"dana";case"MM":return n+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return n+=1!==e&&(2===e||3===e||4===e)?"godine":"godina"}}function dt(e){return 1<e&&e<5&&1!=~~(e/10)}function c(e,t,a,n){var s=e+" ";switch(a){case"s":return t||n?"pár vteřin":"pár vteřinami";case"m":return t?"minuta":n?"minutu":"minutou";case"mm":return t||n?s+(dt(e)?"minuty":"minut"):s+"minutami";case"h":return t?"hodina":n?"hodinu":"hodinou";case"hh":return t||n?s+(dt(e)?"hodiny":"hodin"):s+"hodinami";case"d":return t||n?"den":"dnem";case"dd":return t||n?s+(dt(e)?"dny":"dní"):s+"dny";case"M":return t||n?"měsíc":"měsícem";case"MM":return t||n?s+(dt(e)?"měsíce":"měsíců"):s+"měsíci";case"y":return t||n?"rok":"rokem";case"yy":return t||n?s+(dt(e)?"roky":"let"):s+"lety"}}function k(e,t,a,n){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"]};return t?e[a][0]:e[a][1]}function D(e,t,a,n){var s="";switch(a){case"s":return n?"muutaman sekunnin":"muutama sekunti";case"m":return n?"minuutin":"minuutti";case"mm":s=n?"minuutin":"minuuttia";break;case"h":return n?"tunnin":"tunti";case"hh":s=n?"tunnin":"tuntia";break;case"d":return n?"päivän":"päivä";case"dd":s=n?"päivän":"päivää";break;case"M":return n?"kuukauden":"kuukausi";case"MM":s=n?"kuukauden":"kuukautta";break;case"y":return n?"vuoden":"vuosi";case"yy":s=n?"vuoden":"vuotta"}return a=n,s=((e=e)<10?(a?A:i)[e]:e)+" "+s}function v(e,t,a){var n=e+" ";switch(a){case"m":return t?"jedna minuta":"jedne minute";case"mm":return n+=1!==e&&(2===e||3===e||4===e)?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return n+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return n+=1===e?"dan":"dana";case"MM":return n+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return n+=1!==e&&(2===e||3===e||4===e)?"godine":"godina"}}function T(e,t,a,n){var s=e;switch(a){case"s":return n||t?"néhány másodperc":"néhány másodperce";case"m":return"egy"+(n||t?" perc":" perce");case"mm":return s+(n||t?" perc":" perce");case"h":return"egy"+(n||t?" óra":" órája");case"hh":return s+(n||t?" óra":" órája");case"d":return"egy"+(n||t?" nap":" napja");case"dd":return s+(n||t?" nap":" napja");case"M":return"egy"+(n||t?" hónap":" hónapja");case"MM":return s+(n||t?" hónap":" hónapja");case"y":return"egy"+(n||t?" év":" éve");case"yy":return s+(n||t?" év":" éve")}return""}function _t(e){return(e?"":"[múlt] ")+"["+G[this.day()]+"] LT[-kor]"}function lt(e){return e%100==11||e%10!=1}function b(e,t,a,n){var s=e+" ";switch(a){case"s":return t||n?"nokkrar sekúndur":"nokkrum sekúndum";case"m":return t?"mínúta":"mínútu";case"mm":return lt(e)?s+(t||n?"mínútur":"mínútum"):t?s+"mínúta":s+"mínútu";case"hh":return lt(e)?s+(t||n?"klukkustundir":"klukkustundum"):s+"klukkustund";case"d":return t?"dagur":n?"dag":"degi";case"dd":return lt(e)?t?s+"dagar":s+(n?"daga":"dögum"):t?s+"dagur":s+(n?"dag":"degi");case"M":return t?"mánuður":n?"mánuð":"mánuði";case"MM":return lt(e)?t?s+"mánuðir":s+(n?"mánuði":"mánuðum"):t?s+"mánuður":s+(n?"mánuð":"mánuði");case"y":return t||n?"ár":"ári";case"yy":return lt(e)?s+(t||n?"ár":"árum"):s+(t||n?"ár":"ári")}}function C(e,t,a,n){return t?E(a)[0]:n?E(a)[1]:E(a)[2]}function ut(e){return e%10==0||10<e&&e<20}function E(e){return I[e].split("_")}function mt(e,t,a,n){var s=e+" ";return 1===e?s+C(0,t,a[0],n):t?s+(ut(e)?E(a)[1]:E(a)[0]):n?s+E(a)[1]:s+(ut(e)?E(a)[1]:E(a)[2])}function ht(e,t,a){return e+" "+(e=e,t=t,a=(a=N[a]).split("_"),t?e%10==1&&11!==e?a[2]:a[3]:e%10==1&&11!==e?a[0]:a[1])}function ct(e){return e%10<5&&1<e%10&&1!=~~(e/10)}function S(e,t,a){var n=e+" ";switch(a){case"m":return t?"minuta":"minutę";case"mm":return n+(ct(e)?"minuty":"minut");case"h":return t?"godzina":"godzinę";case"hh":return n+(ct(e)?"godziny":"godzin");case"MM":return n+(ct(e)?"miesiące":"miesięcy");case"yy":return n+(ct(e)?"lata":"lat")}}function j(e,t,a){return"m"===a?t?"минута":"минуту":e+" "+(t=+e,e=(e={mm:"минута_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",MM:"месяц_месяца_месяцев",yy:"год_года_лет"}[a]).split("_"),t%10==1&&t%100!=11?e[0]:2<=t%10&&t%10<=4&&(t%100<10||20<=t%100)?e[1]:e[2])}function pt(e){return 1<e&&e<5}function x(e,t,a,n){var s=e+" ";switch(a){case"s":return t||n?"pár sekúnd":"pár sekundami";case"m":return t?"minúta":n?"minútu":"minútou";case"mm":return t||n?s+(pt(e)?"minúty":"minút"):s+"minútami";case"h":return t?"hodina":n?"hodinu":"hodinou";case"hh":return t||n?s+(pt(e)?"hodiny":"hodín"):s+"hodinami";case"d":return t||n?"deň":"dňom";case"dd":return t||n?s+(pt(e)?"dni":"dní"):s+"dňami";case"M":return t||n?"mesiac":"mesiacom";case"MM":return t||n?s+(pt(e)?"mesiace":"mesiacov"):s+"mesiacmi";case"y":return t||n?"rok":"rokom";case"yy":return t||n?s+(pt(e)?"roky":"rokov"):s+"rokmi"}}function $(e,t,a){var n=e+" ";switch(a){case"m":return t?"ena minuta":"eno minuto";case"mm":return n+=1===e?"minuta":2===e?"minuti":3===e||4===e?"minute":"minut";case"h":return t?"ena ura":"eno uro";case"hh":return n+=1===e?"ura":2===e?"uri":3===e||4===e?"ure":"ur";case"dd":return n+=1===e?"dan":"dni";case"MM":return n+=1===e?"mesec":2===e?"meseca":3===e||4===e?"mesece":"mesecev";case"yy":return n+=1===e?"leto":2===e?"leti":3===e||4===e?"leta":"let"}}function W(e,t,a){return"m"===a?t?"хвилина":"хвилину":"h"===a?t?"година":"годину":e+" "+(t=+e,e=(e={mm:"хвилина_хвилини_хвилин",hh:"година_години_годин",dd:"день_дні_днів",MM:"місяць_місяці_місяців",yy:"рік_роки_років"}[a]).split("_"),t%10==1&&t%100!=11?e[0]:2<=t%10&&t%10<=4&&(t%100<10||20<=t%100)?e[1]:e[2])}function H(e){return function(){return e+"о"+(11===this.hours()?"б":"")+"] LT"}}function Mt(e){var t=!1,a=l;"undefined"==typeof ender&&(this.moment=e?function(){return!t&&console&&console.warn&&(t=!0,console.warn("Accessing Moment through the global scope is deprecated, and will be removed in an upcoming release.")),a.apply(null,arguments)}:l)}ot("Weeks",6048e5),l.duration.fn.asMonths=function(){return(+this-31536e6*this.years())/2592e6+12*this.years()},l.lang("en",{ordinal:function(e){var t=e%10;return e+(1===g(e%100/10)?"th":1==t?"st":2==t?"nd":3==t?"rd":"th")}}),l.lang("ar-ma",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:6,doy:12}}),l.lang("ar",{months:"يناير/ كانون الثاني_فبراير/ شباط_مارس/ آذار_أبريل/ نيسان_مايو/ أيار_يونيو/ حزيران_يوليو/ تموز_أغسطس/ آب_سبتمبر/ أيلول_أكتوبر/ تشرين الأول_نوفمبر/ تشرين الثاني_ديسمبر/ كانون الأول".split("_"),monthsShort:"يناير/ كانون الثاني_فبراير/ شباط_مارس/ آذار_أبريل/ نيسان_مايو/ أيار_يونيو/ حزيران_يوليو/ تموز_أغسطس/ آب_سبتمبر/ أيلول_أكتوبر/ تشرين الأول_نوفمبر/ تشرين الثاني_ديسمبر/ كانون الأول".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},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}}),l.lang("bg",{months:"януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),monthsShort:"янр_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек".split("_"),weekdays:"неделя_понеделник_вторник_сряда_четвъртък_петък_събота".split("_"),weekdaysShort:"нед_пон_вто_сря_чет_пет_съб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"H:mm",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[Днес в] LT",nextDay:"[Утре в] LT",nextWeek:"dddd [в] LT",lastDay:"[Вчера в] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[В изминалата] dddd [в] LT";case 1:case 2:case 4:case 5:return"[В изминалия] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"след %s",past:"преди %s",s:"няколко секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дни",M:"месец",MM:"%d месеца",y:"година",yy:"%d години"},ordinal:function(e){var t=e%10,a=e%100;return 0===e?e+"-ев":0==a?e+"-ен":10<a&&a<20?e+"-ти":1==t?e+"-ви":2==t?e+"-ри":7==t||8==t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}}),l.lang("br",{months:"Genver_C'hwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_C'hwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Merc'her_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),longDateFormat:{LT:"h[e]mm A",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY LT",LLLL:"dddd, D [a viz] MMMM YYYY LT"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warc'hoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Dec'h da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s 'zo",s:"un nebeud segondennoù",m:"ur vunutenn",mm:rt,h:"un eur",hh:"%d eur",d:"un devezh",dd:rt,M:"ur miz",MM:rt,y:"ur bloaz",yy:function(e){switch(function e(t){if(9<t)return e(t%10);return t}(e)){case 1:case 3:case 4:case 5:case 9:return e+" bloaz";default:return e+" vloaz"}}},ordinal:function(e){return e+(1===e?"añ":"vet")},week:{dow:1,doy:4}}),l.lang("bs",{months:"januar_februar_mart_april_maj_juni_juli_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),longDateFormat:{LT:"H:mm",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd, D. MMMM YYYY LT"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",m:h,mm:h,h:h,hh:h,d:"dan",dd:h,M:"mjesec",MM:h,y:"godinu",yy:h},ordinal:"%d.",week:{dow:1,doy:7}}),l.lang("ca",{months:"Gener_Febrer_Març_Abril_Maig_Juny_Juliol_Agost_Setembre_Octubre_Novembre_Desembre".split("_"),monthsShort:"Gen._Febr._Mar._Abr._Mai._Jun._Jul._Ag._Set._Oct._Nov._Des.".split("_"),weekdays:"Diumenge_Dilluns_Dimarts_Dimecres_Dijous_Divendres_Dissabte".split("_"),weekdaysShort:"Dg._Dl._Dt._Dc._Dj._Dv._Ds.".split("_"),weekdaysMin:"Dg_Dl_Dt_Dc_Dj_Dv_Ds".split("_"),longDateFormat:{LT:"H:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"fa %s",s:"uns segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},ordinal:"%dº",week:{dow:1,doy:4}}),a=l,n="leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_"),t="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_"),a.lang("cs",{months:n,monthsShort:t,monthsParse:((e,t)=>{for(var a=[],n=0;n<12;n++)a[n]=new RegExp("^"+e[n]+"$|^"+t[n]+"$","i");return a})(n,t),weekdays:"neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),weekdaysShort:"ne_po_út_st_čt_pá_so".split("_"),weekdaysMin:"ne_po_út_st_čt_pá_so".split("_"),longDateFormat:{LT:"H:mm",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd D. MMMM YYYY LT"},calendar:{sameDay:"[dnes v] LT",nextDay:"[zítra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v neděli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve středu v] LT";case 4:return"[ve čtvrtek v] LT";case 5:return"[v pátek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[včera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou neděli v] LT";case 1:case 2:return"[minulé] dddd [v] LT";case 3:return"[minulou středu v] LT";case 4:case 5:return"[minulý] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"před %s",s:c,m:c,mm:c,h:c,hh:c,d:c,dd:c,M:c,MM:c,y:c,yy:c},ordinal:"%d.",week:{dow:1,doy:4}}),l.lang("cv",{months:"кăрлач_нарăс_пуш_ака_май_çĕртме_утă_çурла_авăн_юпа_чӳк_раштав".split("_"),monthsShort:"кăр_нар_пуш_ака_май_çĕр_утă_çур_ав_юпа_чӳк_раш".split("_"),weekdays:"вырсарникун_тунтикун_ытларикун_юнкун_кĕçнерникун_эрнекун_шăматкун".split("_"),weekdaysShort:"выр_тун_ытл_юн_кĕç_эрн_шăм".split("_"),weekdaysMin:"вр_тн_ыт_юн_кç_эр_шм".split("_"),longDateFormat:{LT:"HH:mm",L:"DD-MM-YYYY",LL:"YYYY [çулхи] MMMM [уйăхĕн] D[-мĕшĕ]",LLL:"YYYY [çулхи] MMMM [уйăхĕн] D[-мĕшĕ], LT",LLLL:"dddd, YYYY [çулхи] MMMM [уйăхĕн] D[-мĕшĕ], LT"},calendar:{sameDay:"[Паян] LT [сехетре]",nextDay:"[Ыран] LT [сехетре]",lastDay:"[Ĕнер] LT [сехетре]",nextWeek:"[Çитес] dddd LT [сехетре]",lastWeek:"[Иртнĕ] dddd LT [сехетре]",sameElse:"L"},relativeTime:{future:function(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 çул"},ordinal:"%d-мĕш",week:{dow:1,doy:7}}),l.lang("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn ôl",s:"ychydig eiliadau",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},ordinal:function(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}}),l.lang("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tir_ons_tor_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D. MMMM, YYYY LT"},calendar:{sameDay:"[I dag kl.] LT",nextDay:"[I morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[I går kl.] LT",lastWeek:"[sidste] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},ordinal:"%d.",week:{dow:1,doy:4}}),l.lang("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Apr._Mai_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),longDateFormat:{LT:"H:mm [Uhr]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd, D. MMMM YYYY LT"},calendar:{sameDay:"[Heute um] LT",sameElse:"L",nextDay:"[Morgen um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gestern um] LT",lastWeek:"[letzten] dddd [um] LT"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",m:k,mm:"%d Minuten",h:k,hh:"%d Stunden",d:k,dd:k,M:k,MM:k,y:k,yy:k},ordinal:"%d.",week:{dow:1,doy:4}}),l.lang("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,a){return 11<e?a?"μμ":"ΜΜ":a?"πμ":"ΠΜ"},longDateFormat:{LT:"h:mm A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendarEl:{sameDay:"[Σήμερα {}] LT",nextDay:"[Αύριο {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[Χθες {}] LT",lastWeek:"[την προηγούμενη] dddd [{}] LT",sameElse:"L"},calendar:function(e,t){e=this._calendarEl[e],t=t&&t.hours();return e.replace("{}",t%12==1?"στη":"στις")},relativeTime:{future:"σε %s",past:"%s πριν",s:"δευτερόλεπτα",m:"ένα λεπτό",mm:"%d λεπτά",h:"μία ώρα",hh:"%d ώρες",d:"μία μέρα",dd:"%d μέρες",M:"ένας μήνας",MM:"%d μήνες",y:"ένας χρόνος",yy:"%d χρόνια"},ordinal:function(e){return e+"η"},week:{dow:1,doy:4}}),l.lang("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},ordinal:function(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}}),l.lang("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",L:"YYYY-MM-DD",LL:"D MMMM, YYYY",LLL:"D MMMM, YYYY LT",LLLL:"dddd, D MMMM, YYYY LT"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1==t?"st":2==t?"nd":3==t?"rd":"th")}}),l.lang("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},ordinal:function(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}}),l.lang("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aŭg_sep_okt_nov_dec".split("_"),weekdays:"Dimanĉo_Lundo_Mardo_Merkredo_Ĵaŭdo_Vendredo_Sabato".split("_"),weekdaysShort:"Dim_Lun_Mard_Merk_Ĵaŭ_Ven_Sab".split("_"),weekdaysMin:"Di_Lu_Ma_Me_Ĵa_Ve_Sa".split("_"),longDateFormat:{LT:"HH:mm",L:"YYYY-MM-DD",LL:"D[-an de] MMMM, YYYY",LLL:"D[-an de] MMMM, YYYY LT",LLLL:"dddd, [la] D[-an de] MMMM, YYYY LT"},meridiem:function(e,t,a){return 11<e?a?"p.t.m.":"P.T.M.":a?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodiaŭ je] LT",nextDay:"[Morgaŭ je] LT",nextWeek:"dddd [je] LT",lastDay:"[Hieraŭ je] LT",lastWeek:"[pasinta] dddd [je] LT",sameElse:"L"},relativeTime:{future:"je %s",past:"antaŭ %s",s:"sekundoj",m:"minuto",mm:"%d minutoj",h:"horo",hh:"%d horoj",d:"tago",dd:"%d tagoj",M:"monato",MM:"%d monatoj",y:"jaro",yy:"%d jaroj"},ordinal:"%da",week:{dow:1,doy:7}}),l.lang("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:"ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"Do_Lu_Ma_Mi_Ju_Vi_Sá".split("_"),longDateFormat:{LT:"H:mm",L:"DD/MM/YYYY",LL:"D [de] MMMM [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"},ordinal:"%dº",week:{dow:1,doy:4}}),l.lang("et",{months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd, D. MMMM YYYY LT"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:function(e,t,a,n){return n||t?"paari sekundi":"paar sekundit"},m:"minut",mm:"%d minutit",h:"tund",hh:"%d tundi",d:"päev",dd:"%d päeva",M:"kuu",MM:"%d kuud",y:"aasta",yy:"%d aastat"},ordinal:"%d.",week:{dow:1,doy:4}}),l.lang("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),longDateFormat:{LT:"HH:mm",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] LT",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] LT",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] LT",llll:"ddd, YYYY[ko] MMM D[a] LT"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},ordinal:"%d.",week:{dow:1,doy:7}}),z={1:"۱",2:"۲",3:"۳",4:"۴",5:"۵",6:"۶",7:"۷",8:"۸",9:"۹",0:"۰"},F={"۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","۰":"0"},l.lang("fa",{months:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),weekdays:"یکشنبه_دوشنبه_سهشنبه_چهارشنبه_پنجشنبه_جمعه_شنبه".split("_"),weekdaysShort:"یکشنبه_دوشنبه_سهشنبه_چهارشنبه_پنجشنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},meridiem:function(e,t,a){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 F[e]}).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,function(e){return z[e]}).replace(/,/g,"،")},ordinal:"%dم",week:{dow:6,doy:12}}),a=l,i="nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" "),A=["nolla","yhden","kahden","kolmen","neljän","viiden","kuuden",i[7],i[8],i[9]],a.lang("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] LT",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] LT",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] LT",llll:"ddd, Do MMM YYYY, [klo] LT"},calendar:{sameDay:"[tänään] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s päästä",past:"%s sitten",s:D,m:D,mm:D,h:D,hh:D,d:D,dd:D,M:D,MM:D,y:D,yy:D},ordinal:"%d.",week:{dow:1,doy:4}}),l.lang("fo",{months:"januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur".split("_"),weekdaysShort:"sun_mán_týs_mik_hós_frí_ley".split("_"),weekdaysMin:"su_má_tý_mi_hó_fr_le".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D. MMMM, YYYY LT"},calendar:{sameDay:"[Í dag kl.] LT",nextDay:"[Í morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[Í gjár kl.] LT",lastWeek:"[síðstu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s síðani",s:"fá sekund",m:"ein minutt",mm:"%d minuttir",h:"ein tími",hh:"%d tímar",d:"ein dagur",dd:"%d dagar",M:"ein mánaði",MM:"%d mánaðir",y:"eitt ár",yy:"%d ár"},ordinal:"%d.",week:{dow:1,doy:4}}),l.lang("fr-ca",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"Di_Lu_Ma_Me_Je_Ve_Sa".split("_"),longDateFormat:{LT:"HH:mm",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[Aujourd'hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},ordinal:function(e){return e+(1===e?"er":"")}}),l.lang("fr",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"Di_Lu_Ma_Me_Je_Ve_Sa".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[Aujourd'hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},ordinal:function(e){return e+(1===e?"er":"")},week:{dow:1,doy:4}}),l.lang("gl",{months:"Xaneiro_Febreiro_Marzo_Abril_Maio_Xuño_Xullo_Agosto_Setembro_Outubro_Novembro_Decembro".split("_"),monthsShort:"Xan._Feb._Mar._Abr._Mai._Xuñ._Xul._Ago._Set._Out._Nov._Dec.".split("_"),weekdays:"Domingo_Luns_Martes_Mércores_Xoves_Venres_Sábado".split("_"),weekdaysShort:"Dom._Lun._Mar._Mér._Xov._Ven._Sáb.".split("_"),weekdaysMin:"Do_Lu_Ma_Mé_Xo_Ve_Sá".split("_"),longDateFormat:{LT:"H:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+(1!==this.hours()?"ás":"á")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"ás":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"á":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"ás":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(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"},ordinal:"%dº",week:{dow:1,doy:7}}),l.lang("he",{months:"ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),monthsShort:"ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳".split("_"),weekdays:"ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת".split("_"),weekdaysShort:"א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳".split("_"),weekdaysMin:"א_ב_ג_ד_ה_ו_ש".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D [ב]MMMM YYYY",LLL:"D [ב]MMMM YYYY LT",LLLL:"dddd, D [ב]MMMM YYYY LT",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY LT",llll:"ddd, D MMM YYYY LT"},calendar:{sameDay:"[היום ב־]LT",nextDay:"[מחר ב־]LT",nextWeek:"dddd [בשעה] LT",lastDay:"[אתמול ב־]LT",lastWeek:"[ביום] dddd [האחרון בשעה] LT",sameElse:"L"},relativeTime:{future:"בעוד %s",past:"לפני %s",s:"מספר שניות",m:"דקה",mm:"%d דקות",h:"שעה",hh:function(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+" שנים"}}}),O={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},P={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"},l.lang("hi",{months:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, LT",LLLL:"dddd, D MMMM YYYY, LT"},calendar:{sameDay:"[आज] LT",nextDay:"[कल] LT",nextWeek:"dddd, LT",lastDay:"[कल] LT",lastWeek:"[पिछले] dddd, LT",sameElse:"L"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,function(e){return P[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return O[e]})},meridiem:function(e,t,a){return e<4?"रात":e<10?"सुबह":e<17?"दोपहर":e<20?"शाम":"रात"},week:{dow:0,doy:6}}),l.lang("hr",{months:"sječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_"),monthsShort:"sje._vel._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),longDateFormat:{LT:"H:mm",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd, D. MMMM YYYY LT"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",m:v,mm:v,h:v,hh:v,d:"dan",dd:v,M:"mjesec",MM:v,y:"godinu",yy:v},ordinal:"%d.",week:{dow:1,doy:7}}),n=l,G="vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" "),n.lang("hu",{months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan_feb_márc_ápr_máj_jún_júl_aug_szept_okt_nov_dec".split("_"),weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D., LT",LLLL:"YYYY. MMMM D., dddd LT"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return _t.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return _t.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s múlva",past:"%s",s:T,m:T,mm:T,h:T,hh:T,d:T,dd:T,M:T,MM:T,y:T,yy:T},ordinal:"%d.",week:{dow:1,doy:7}}),l.lang("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] LT",LLLL:"dddd, D MMMM YYYY [pukul] LT"},meridiem:function(e,t,a){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}}),l.lang("is",{months:"janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),monthsShort:"jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),weekdays:"sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),weekdaysShort:"sun_mán_þri_mið_fim_fös_lau".split("_"),weekdaysMin:"Su_Má_Þr_Mi_Fi_Fö_La".split("_"),longDateFormat:{LT:"H:mm",L:"DD/MM/YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] LT",LLLL:"dddd, D. MMMM YYYY [kl.] LT"},calendar:{sameDay:"[í dag kl.] LT",nextDay:"[á morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[í gær kl.] LT",lastWeek:"[síðasta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s síðan",s:b,m:b,mm:b,h:"klukkustund",hh:b,d:b,dd:b,M:b,MM:b,y:b,yy:b},ordinal:"%d.",week:{dow:1,doy:4}}),l.lang("it",{months:"Gennaio_Febbraio_Marzo_Aprile_Maggio_Giugno_Luglio_Agosto_Settembre_Ottobre_Novembre_Dicembre".split("_"),monthsShort:"Gen_Feb_Mar_Apr_Mag_Giu_Lug_Ago_Set_Ott_Nov_Dic".split("_"),weekdays:"Domenica_Lunedì_Martedì_Mercoledì_Giovedì_Venerdì_Sabato".split("_"),weekdaysShort:"Dom_Lun_Mar_Mer_Gio_Ven_Sab".split("_"),weekdaysMin:"D_L_Ma_Me_G_V_S".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:"[lo scorso] dddd [alle] LT",sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},ordinal:"%dº",week:{dow:1,doy:4}}),l.lang("ja",{months:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"Ah時m分",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日LT",LLLL:"YYYY年M月D日LT dddd"},meridiem:function(e,t,a){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年"}}),l.lang("ka",{months:function(e,t){var a={nominative:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),accusative:"იანვარს_თებერვალს_მარტს_აპრილის_მაისს_ივნისს_ივლისს_აგვისტს_სექტემბერს_ოქტომბერს_ნოემბერს_დეკემბერს".split("_")},t=/D[oD] *MMMM?/.test(t)?"accusative":"nominative";return a[t][e.month()]},monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:function(e,t){var a={nominative:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),accusative:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_")},t=/(წინა|შემდეგ)/.test(t)?"accusative":"nominative";return a[t][e.day()]},weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),longDateFormat:{LT:"h:mm A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[დღეს] LT[-ზე]",nextDay:"[ხვალ] LT[-ზე]",lastDay:"[გუშინ] LT[-ზე]",nextWeek:"[შემდეგ] dddd LT[-ზე]",lastWeek:"[წინა] dddd LT-ზე",sameElse:"L"},relativeTime:{future:function(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 წელი"},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}}),l.lang("ko",{months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h시 mm분",L:"YYYY.MM.DD",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 LT",LLLL:"YYYY년 MMMM D일 dddd LT"},meridiem:function(e,t,a){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년"},ordinal:"%d일"}),t=l,I={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"},J="pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis_sekmadienis".split("_"),t.lang("lt",{months:"sausio_vasario_kovo_balandžio_gegužės_biržėlio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio".split("_"),monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:function(e,t){t=-1===t.indexOf("dddd LT"),e=J[e.weekday()];return 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",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,a,n){return t?"kelios sekundės":n?"kelių sekundžių":"kelias sekundes"},m:C,mm:mt,h:C,hh:mt,d:C,dd:mt,M:C,MM:mt,y:C,yy:mt},ordinal:function(e){return e+"-oji"},week:{dow:1,doy:4}}),N={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"},l.lang("lv",{months:"janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),weekdays:"svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),longDateFormat:{LT:"HH:mm",L:"DD.MM.YYYY",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, LT",LLLL:"YYYY. [gada] D. MMMM, dddd, LT"},calendar:{sameDay:"[Šodien pulksten] LT",nextDay:"[Rīt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pagājušā] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"%s vēlāk",past:"%s agrāk",s:"dažas sekundes",m:"minūti",mm:ht,h:"stundu",hh:ht,d:"dienu",dd:ht,M:"mēnesi",MM:ht,y:"gadu",yy:ht},ordinal:"%d.",week:{dow:1,doy:4}}),l.lang("ml",{months:"ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ".split("_"),monthsShort:"ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.".split("_"),weekdays:"ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച".split("_"),weekdaysShort:"ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി".split("_"),weekdaysMin:"ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ".split("_"),longDateFormat:{LT:"A h:mm -നു",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, LT",LLLL:"dddd, D MMMM YYYY, LT"},calendar:{sameDay:"[ഇന്ന്] LT",nextDay:"[നാളെ] LT",nextWeek:"dddd, LT",lastDay:"[ഇന്നലെ] LT",lastWeek:"[കഴിഞ്ഞ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s കഴിഞ്ഞ്",past:"%s മുൻപ്",s:"അൽപ നിമിഷങ്ങൾ",m:"ഒരു മിനിറ്റ്",mm:"%d മിനിറ്റ്",h:"ഒരു മണിക്കൂർ",hh:"%d മണിക്കൂർ",d:"ഒരു ദിവസം",dd:"%d ദിവസം",M:"ഒരു മാസം",MM:"%d മാസം",y:"ഒരു വർഷം",yy:"%d വർഷം"},meridiem:function(e,t,a){return e<4?"രാത്രി":e<12?"രാവിലെ":e<17?"ഉച്ച കഴിഞ്ഞ്":e<20?"വൈകുന്നേരം":"രാത്രി"}}),V={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},U={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"},l.lang("mr",{months:"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),monthsShort:"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),weekdays:"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm वाजता",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, LT",LLLL:"dddd, D MMMM YYYY, LT"},calendar:{sameDay:"[आज] LT",nextDay:"[उद्या] LT",nextWeek:"dddd, LT",lastDay:"[काल] LT",lastWeek:"[मागील] dddd, LT",sameElse:"L"},relativeTime:{future:"%s नंतर",past:"%s पूर्वी",s:"सेकंद",m:"एक मिनिट",mm:"%d मिनिटे",h:"एक तास",hh:"%d तास",d:"एक दिवस",dd:"%d दिवस",M:"एक महिना",MM:"%d महिने",y:"एक वर्ष",yy:"%d वर्षे"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,function(e){return U[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return V[e]})},meridiem:function(e,t,a){return e<4?"रात्री":e<10?"सकाळी":e<17?"दुपारी":e<20?"सायंकाळी":"रात्री"},week:{dow:0,doy:6}}),l.lang("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] LT",LLLL:"dddd, D MMMM YYYY [pukul] LT"},meridiem:function(e,t,a){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}}),l.lang("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_april_mai_juni_juli_aug._sep._okt._nov._des.".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"sø._ma._ti._on._to._fr._lø.".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"H.mm",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] LT",LLLL:"dddd D. MMMM YYYY [kl.] LT"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"for %s siden",s:"noen sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",M:"en måned",MM:"%d måneder",y:"ett år",yy:"%d år"},ordinal:"%d.",week:{dow:1,doy:4}}),Q={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},R={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"},l.lang("ne",{months:"जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),monthsShort:"जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),weekdays:"आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),weekdaysShort:"आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),weekdaysMin:"आइ._सो._मङ्_बु._बि._शु._श.".split("_"),longDateFormat:{LT:"Aको h:mm बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, LT",LLLL:"dddd, D MMMM YYYY, LT"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,function(e){return R[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return Q[e]})},meridiem:function(e,t,a){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}}),a=l,q="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),Z="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),a.lang("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,t){return(/-MMM-/.test(t)?Z:q)[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",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},ordinal:function(e){return e+(1===e||8===e||20<=e?"ste":"de")},week:{dow:1,doy:4}}),l.lang("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"sun_mån_tys_ons_tor_fre_lau".split("_"),weekdaysMin:"su_må_ty_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I går klokka] LT",lastWeek:"[Føregående] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"for %s siden",s:"noen sekund",m:"ett minutt",mm:"%d minutt",h:"en time",hh:"%d timar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},ordinal:"%d.",week:{dow:1,doy:4}}),n=l,K="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),B="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_"),n.lang("pl",{months:function(e,t){return(/D MMMM/.test(t)?B:K)[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",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:S,mm:S,h:S,hh:S,d:"1 dzień",dd:"%d dni",M:"miesiąc",MM:S,y:"rok",yy:S},ordinal:"%d.",week:{dow:1,doy:4}}),l.lang("pt-br",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Dom_2ª_3ª_4ª_5ª_6ª_Sáb".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY 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:"%s atrás",s:"segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},ordinal:"%dº"}),l.lang("pt",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Dom_2ª_3ª_4ª_5ª_6ª_Sáb".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY LT",LLLL:"dddd, D [de] MMMM [de] YYYY LT"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"%s atrás",s:"segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},ordinal:"%dº",week:{dow:1,doy:4}}),l.lang("ro",{months:"Ianuarie_Februarie_Martie_Aprilie_Mai_Iunie_Iulie_August_Septembrie_Octombrie_Noiembrie_Decembrie".split("_"),monthsShort:"Ian_Feb_Mar_Apr_Mai_Iun_Iul_Aug_Sep_Oct_Noi_Dec".split("_"),weekdays:"Duminică_Luni_Marţi_Miercuri_Joi_Vineri_Sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),longDateFormat:{LT:"H:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[mâine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s în urmă",s:"câteva secunde",m:"un minut",mm:"%d minute",h:"o oră",hh:"%d ore",d:"o zi",dd:"%d zile",M:"o lună",MM:"%d luni",y:"un an",yy:"%d ani"},week:{dow:1,doy:7}}),l.lang("ru",{months:function(e,t){var a={nominative:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),accusative:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_")},t=/D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/.test(t)?"accusative":"nominative";return a[t][e.month()]},monthsShort:function(e,t){var a={nominative:"янв_фев_мар_апр_май_июнь_июль_авг_сен_окт_ноя_дек".split("_"),accusative:"янв_фев_мар_апр_мая_июня_июля_авг_сен_окт_ноя_дек".split("_")},t=/D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/.test(t)?"accusative":"nominative";return a[t][e.month()]},weekdays:function(e,t){var a={nominative:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),accusative:"воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу".split("_")},t=/\[ ?[Вв] ?(?:прошлую|следующую)? ?\] ?dddd/.test(t)?"accusative":"nominative";return a[t][e.day()]},weekdaysShort:"вс_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[й|я]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i],longDateFormat:{LT:"HH:mm",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., LT",LLLL:"dddd, D MMMM YYYY г., LT"},calendar:{sameDay:"[Сегодня в] LT",nextDay:"[Завтра в] LT",lastDay:"[Вчера в] LT",nextWeek:function(){return 2===this.day()?"[Во] dddd [в] LT":"[В] dddd [в] LT"},lastWeek:function(){switch(this.day()){case 0:return"[В прошлое] dddd [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",m:j,mm:j,h:"час",hh:j,d:"день",dd:j,M:"месяц",MM:j,y:"год",yy:j},meridiem:function(e,t,a){return e<4?"ночи":e<12?"утра":e<17?"дня":"вечера"},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}}),t=l,a="január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_"),n="jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_"),t.lang("sk",{months:a,monthsShort:n,monthsParse:((e,t)=>{for(var a=[],n=0;n<12;n++)a[n]=new RegExp("^"+e[n]+"$|^"+t[n]+"$","i");return a})(a,n),weekdays:"nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_št_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_št_pi_so".split("_"),longDateFormat:{LT:"H:mm",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd D. MMMM YYYY LT"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nedeľu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo štvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[včera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulú nedeľu o] LT";case 1:case 2:return"[minulý] dddd [o] LT";case 3:return"[minulú stredu o] LT";case 4:case 5:return"[minulý] dddd [o] LT";case 6:return"[minulú sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:x,m:x,mm:x,h:x,hh:x,d:x,dd:x,M:x,MM:x,y:x,yy:x},ordinal:"%d.",week:{dow:1,doy:4}}),l.lang("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),longDateFormat:{LT:"H:mm",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY LT",LLLL:"dddd, D. MMMM YYYY LT"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[včeraj ob] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[prejšnja] dddd [ob] LT";case 1:case 2:case 4:case 5:return"[prejšnji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"čez %s",past:"%s nazaj",s:"nekaj sekund",m:$,mm:$,h:$,hh:$,d:"en dan",dd:$,M:"en mesec",MM:$,y:"eno leto",yy:$},ordinal:"%d.",week:{dow:1,doy:7}}),l.lang("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),weekdays:"E Diel_E Hënë_E Marte_E Mërkure_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("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[Sot në] LT",nextDay:"[Neser në] LT",nextWeek:"dddd [në] LT",lastDay:"[Dje në] LT",lastWeek:"dddd [e kaluar në] LT",sameElse:"L"},relativeTime:{future:"në %s",past:"%s me parë",s:"disa seconda",m:"një minut",mm:"%d minutea",h:"një orë",hh:"%d orë",d:"një ditë",dd:"%d ditë",M:"një muaj",MM:"%d muaj",y:"një vit",yy:"%d vite"},ordinal:"%d.",week:{dow:1,doy:4}}),l.lang("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),weekdaysShort:"sön_mån_tis_ons_tor_fre_lör".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Igår] LT",nextWeek:"dddd LT",lastWeek:"[Förra] dddd[en] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"för %s sedan",s:"några sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},ordinal:function(e){var t=e%10;return e+(1!=~~(e%100/10)&&(1==t||2==t)?"a":"e")},week:{dow:1,doy:4}}),l.lang("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"มกรา_กุมภา_มีนา_เมษา_พฤษภา_มิถุนา_กรกฎา_สิงหา_กันยา_ตุลา_พฤศจิกา_ธันวา".split("_"),weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),longDateFormat:{LT:"H นาฬิกา m นาที",L:"YYYY/MM/DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา LT",LLLL:"วันddddที่ D MMMM YYYY เวลา LT"},meridiem:function(e,t,a){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 ปี"}}),l.lang("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY LT",LLLL:"dddd, MMMM DD, YYYY LT"},calendar:{sameDay:"[Ngayon sa] LT",nextDay:"[Bukas sa] LT",nextWeek:"dddd [sa] LT",lastDay:"[Kahapon sa] LT",lastWeek:"dddd [huling linggo] LT",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},ordinal:function(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ı"},l.lang("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_Çar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),longDateFormat:{LT:"HH:mm",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[haftaya] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen hafta] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinal:function(e){var t;return 0===e?e+"'ıncı":e+(X[t=e%10]||X[e%100-t]||X[100<=e?100:null])},week:{dow:1,doy:7}}),l.lang("tzm-la",{months:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",m:"minuḍ",mm:"%d minuḍ",h:"saɛa",hh:"%d tassaɛin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}}),l.lang("tzm",{months:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),monthsShort:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),weekdays:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysShort:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysMin:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[ⴰⵙⴷⵅ ⴴ] LT",nextDay:"[ⴰⵙⴽⴰ ⴴ] LT",nextWeek:"dddd [ⴴ] LT",lastDay:"[ⴰⵚⴰⵏⵜ ⴴ] LT",lastWeek:"dddd [ⴴ] LT",sameElse:"L"},relativeTime:{future:"ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s",past:"ⵢⴰⵏ %s",s:"ⵉⵎⵉⴽ",m:"ⵎⵉⵏⵓⴺ",mm:"%d ⵎⵉⵏⵓⴺ",h:"ⵙⴰⵄⴰ",hh:"%d ⵜⴰⵙⵙⴰⵄⵉⵏ",d:"ⴰⵙⵙ",dd:"%d oⵙⵙⴰⵏ",M:"ⴰⵢoⵓⵔ",MM:"%d ⵉⵢⵢⵉⵔⵏ",y:"ⴰⵙⴳⴰⵙ",yy:"%d ⵉⵙⴳⴰⵙⵏ"},week:{dow:6,doy:12}}),l.lang("uk",{months:function(e,t){var a={nominative:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_"),accusative:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_")},t=/D[oD]? *MMMM?/.test(t)?"accusative":"nominative";return a[t][e.month()]},monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд".split("_"),weekdays:function(e,t){var a={nominative:"неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота".split("_"),accusative:"неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу".split("_"),genitive:"неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи".split("_")},t=/(\[[ВвУу]\]) ?dddd/.test(t)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(t)?"genitive":"nominative";return a[t][e.day()]},weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",L:"DD.MM.YYYY",LL:"D MMMM YYYY р.",LLL:"D MMMM YYYY р., LT",LLLL:"dddd, D MMMM YYYY р., LT"},calendar:{sameDay:H("[Сьогодні "),nextDay:H("[Завтра "),lastDay:H("[Вчора "),nextWeek:H("[У] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return H("[Минулої] dddd [").call(this);case 1:case 2:case 4:return H("[Минулого] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",m:W,mm:W,h:"годину",hh:W,d:"день",dd:W,M:"місяць",MM:W,y:"рік",yy:W},meridiem:function(e,t,a){return e<4?"ночі":e<12?"ранку":e<17?"дня":"вечора"},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}}),l.lang("uz",{months:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба".split("_"),weekdaysShort:"Якш_Душ_Сеш_Чор_Пай_Жум_Шан".split("_"),weekdaysMin:"Як_Ду_Се_Чо_Па_Жу_Ша".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"D MMMM YYYY, dddd LT"},calendar:{sameDay:"[Бугун соат] LT [да]",nextDay:"[Эртага] LT [да]",nextWeek:"dddd [куни соат] LT [да]",lastDay:"[Кеча соат] LT [да]",lastWeek:"[Утган] dddd [куни соат] LT [да]",sameElse:"L"},relativeTime:{future:"Якин %s ичида",past:"Бир неча %s олдин",s:"фурсат",m:"бир дакика",mm:"%d дакика",h:"бир соат",hh:"%d соат",d:"бир кун",dd:"%d кун",M:"бир ой",MM:"%d ой",y:"бир йил",yy:"%d йил"},week:{dow:1,doy:7}}),l.lang("vn",{months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12".split("_"),weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY LT",LLLL:"dddd, D MMMM [năm] YYYY LT",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY LT",llll:"ddd, D MMM YYYY LT"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần rồi lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},ordinal:function(e){return e},week:{dow:1,doy:4}}),(ee=l).lang("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"Ah点mm",L:"YYYY年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,a){e=100*e+t;return e<600?"凌晨":e<900?"早上":e<1130?"上午":e<1230?"中午":e<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=ee().startOf("week"),e=604800<=this.unix()-e.unix()?"[下]":"[本]";return 0===this.minutes()?e+"dddAh点整":e+"dddAh点mm"},lastWeek:function(){var e=ee().startOf("week"),e=this.unix()<e.unix()?"[上]":"[本]";return 0===this.minutes()?e+"dddAh点整":e+"dddAh点mm"},sameElse:"L"},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}}),l.lang("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",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,a){e=100*e+t;return e<900?"早上":e<1130?"上午":e<1230?"中午":e<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},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年"}}),l.lang("en"),ne?(module.exports=l,Mt(!0)):"function"==typeof define&&define.amd?define("moment",function(e,t,a){return!0!==a.config().noGlobal&&Mt(a.config().noGlobal===_),l}):Mt()}.call(this),(H=>{if("undefined"==typeof moment)throw alert("momentjs is requried"),new Error("momentjs is requried");function a(e,t){function n(){H(window).off("resize.datetimepicker"+p.id),p.isInput||jQuery(window.parent.document).off("mousedown.datetimepicker"+p.id)}var a={pickDate:!0,pickTime:!0,startDate:new F({y:1970}),endDate:(new F).add(50,"y"),collapse:!0,language:"en",defaultDate:"",disabledDates:[],icons:{},useStrict:!1},s={time:"CE_glyphicon CE_glyphicon-time",date:"CE_glyphicon CE_glyphicon-calendar",up:"CE_glyphicon CE_glyphicon-chevron-up",down:"CE_glyphicon CE_glyphicon-chevron-down"},p=this,i=function(){var e="absolute",t=(p.component||p.element).offset(),a=H(window.parent);p.width=(p.component||p.element).outerWidth(),t.top=t.top+p.element.outerHeight(),void 0!==p.options.width&&p.widget.width(p.options.width),"left"===p.options.orientation&&(p.widget.addClass("CE_left-oriented"),t.left=t.left-p.widget.width()+20),D()&&(e="fixed",t.top-=a.scrollTop(),t.left-=a.scrollLeft()),a.width()<t.left+p.widget.outerWidth()?(t.right=a.width()-t.left-p.width,t.left="auto",p.widget.addClass("CE_pull-right")):(t.right="auto",p.widget.removeClass("CE_pull-right")),p.widget.css({position:e,top:t.top,left:t.left,right:t.right})},r=function(e){p.element.trigger({type:"change.dp",date:p.getDate(),oldDate:e})},o=function(e){p.element.trigger({type:"error.dp",date:e})},d=function(e){F.lang(p.options.language);e||((e=(p.isInput?p.element:p.element.find("input")).val())&&(p.date=F(e,p.format,p.options.useStrict)),p.date)||(p.date=F()),p.viewDate=F(p.date).startOf("month"),u(),c()},_=function(){F.lang(p.options.language);var e,t=H("<tr>"),a=F.weekdaysMin();if(0==F()._lang._week.dow)for(e=0;e<7;e++)t.append('<th class="dow">'+a[e]+"</th>");else for(e=1;e<8;e++)7==e?t.append('<th class="dow">'+a[0]+"</th>"):t.append('<th class="dow">'+a[e]+"</th>");p.widget.find(".CE_datepicker-days thead").append(t)},l=function(){F.lang(p.options.language);for(var e="",t=0,a=F.monthsShort();t<12;)e+='<span class="CE_month">'+a[t++]+"</span>";p.widget.find(".CE_datepicker-months td").append(e)},u=function(){F.lang(p.options.language);var e,t,a,n,s,i,o,r=p.viewDate.year(),d=p.viewDate.month(),_=p.options.startDate.year(),l=p.options.startDate.month(),u=p.options.endDate.year(),m=p.options.endDate.month(),h=[],c=F.months();for(p.widget.find(".CE_datepicker-days").find(".CE_disabled").removeClass("CE_disabled"),p.widget.find(".CE_datepicker-months").find(".CE_disabled").removeClass("CE_disabled"),p.widget.find(".CE_datepicker-years").find(".CE_disabled").removeClass("CE_disabled"),p.widget.find(".CE_datepicker-days th:eq(1)").text(c[d]+" "+r),i=(e=F(p.viewDate).subtract("months",1)).daysInMonth(),e.date(i).startOf("week"),(r==_&&d<=l||r<_)&&p.widget.find(".CE_datepicker-days th:eq(0)").addClass("CE_disabled"),(r==u&&m<=d||u<r)&&p.widget.find(".CE_datepicker-days th:eq(2)").addClass("CE_disabled"),t=F(e).add(42,"d");e.isBefore(t);)e.weekday()===F().startOf("week").weekday()&&(a=H("<tr>"),h.push(a)),n="",e.year()<r||e.year()==r&&e.month()<d?n+=" CE_old":(e.year()>r||e.year()==r&&e.month()>d)&&(n+=" CE_new"),e.isSame(F({y:p.date.year(),M:p.date.month(),d:p.date.date()}))&&(n+=" CE_active"),(F(e).add(1,"d")<=p.options.startDate||e>p.options.endDate||b(e))&&(n+=" CE_disabled"),a.append('<td class="CE_day'+n+'">'+e.date()+"</td>"),e.add(1,"d");for(p.widget.find(".CE_datepicker-days tbody").empty().append(h),o=F().year(),c=p.widget.find(".CE_datepicker-months").find("th:eq(1)").text(r).end().find("span").removeClass("CE_active"),o===r&&c.eq(F().month()).addClass("CE_active"),o-1<_&&p.widget.find(".CE_datepicker-months th:eq(0)").addClass("CE_disabled"),u<o+1&&p.widget.find(".CE_datepicker-months th:eq(2)").addClass("CE_disabled"),s=0;s<12;s++)(r==_&&s<l||r<_||r==u&&m<s||u<r)&&H(c[s]).addClass("CE_disabled");for(h="",r=10*parseInt(r/10,10),i=p.widget.find(".CE_datepicker-years").find("th:eq(1)").text(r+"-"+(r+9)).end().find("td"),p.widget.find(".CE_datepicker-years").find("th").removeClass("CE_disabled"),r<_&&p.widget.find(".CE_datepicker-years").find("th:eq(0)").addClass("CE_disabled"),u<r+9&&p.widget.find(".CE_datepicker-years").find("th:eq(2)").addClass("CE_disabled"),--r,s=-1;s<11;s++)h+='<span class="CE_year'+(-1===s||10===s?" CE_old":"")+(o===r?" CE_active":"")+(r<_||u<r?" CE_disabled":"")+'">'+r+"</span>",r+=1;i.html(h)},m=function(){F.lang(p.options.language);var e,t,a,n=p.widget.find(".CE_timepicker .CE_timepicker-hours table"),s="";if(n.parent().hide(),p.use24hours)for(t=e=0;t<6;t+=1){for(s+="<tr>",a=0;a<4;a+=1)s+='<td class="CE_hour">'+C(e.toString())+"</td>",e++;s+="</tr>"}else for(e=1,t=0;t<3;t+=1){for(s+="<tr>",a=0;a<4;a+=1)s+='<td class="CE_hour">'+C(e.toString())+"</td>",e++;s+="</tr>"}n.html(s)},h=function(){var e,t,a=p.widget.find(".CE_timepicker .CE_timepicker-minutes table"),n="",s=0;for(a.parent().hide(),e=0;e<5;e++){for(n+="<tr>",t=0;t<4;t+=1)n+='<td class="CE_minute">'+C(s.toString())+"</td>",s+=3;n+="</tr>"}a.html(n)},c=function(){var e,t,a;p.date&&(e=p.widget.find(".CE_timepicker span[data-time-component]"),t=p.date.hours(),a="AM",p.use24hours||(12<=t&&(a="PM"),0===t?t=12:12!=t&&(t%=12),p.widget.find(".CE_timepicker [data-action=togglePeriod]").text(a)),e.filter("[data-time-component=hours]").text(C(t)),e.filter("[data-time-component=minutes]").text(C(p.date.minutes())))},M=function(e){e.stopPropagation(),e.preventDefault(),p.unset=!1;var t,a,n,s,i=H(e.target).closest("span, td, th"),o=p.date;if(1===i.length&&!i.is(".CE_disabled"))switch(i[0].nodeName.toLowerCase()){case"th":switch(i[0].className){case"CE_switch":g(1);break;case"CE_prev":case"CE_next":n=S.modes[p.viewMode].navStep,"CE_prev"===i[0].className&&(n*=-1),p.viewDate.add(n,S.modes[p.viewMode].navFnc),u()}break;case"span":i.is(".CE_month")?(t=i.parent().find("span").index(i),p.viewDate.month(t)):(a=parseInt(i.text(),10)||0,p.viewDate.year(a)),0!==p.viewMode&&(p.date=F({y:p.viewDate.year(),M:p.viewDate.month(),d:p.viewDate.date(),h:p.date.hours(),m:p.date.minutes()}),r(o)),g(-1),u();break;case"td":i.is(".CE_day")&&(s=parseInt(i.text(),10)||1,t=p.viewDate.month(),a=p.viewDate.year(),i.is(".CE_old")?0===t?(t=11,--a):--t:i.is(".CE_new")&&(11==t?(t=0,a+=1):t+=1),p.date=F({y:a,M:t,d:s,h:p.date.hours(),m:p.date.minutes()}),p.viewDate=F({y:a,M:t,d:Math.min(28,s)}),u(),v(),r(o))}},f={incrementHours:function(){p.unset=!1,T("add","hours")},incrementMinutes:function(){p.unset=!1,T("add","minutes")},decrementHours:function(){p.unset=!1,T("subtract","hours")},decrementMinutes:function(){p.unset=!1,T("subtract","minutes")},togglePeriod:function(){var e=p.date.hours();12<=e?e-=12:e+=12,p.date.hours(e)},showPicker:function(){p.widget.find(".CE_timepicker > div:not(.CE_timepicker-picker)").hide(),p.widget.find(".CE_timepicker .CE_timepicker-picker").show()},showHours:function(){p.widget.find(".CE_timepicker .CE_timepicker-picker").hide(),p.widget.find(".CE_timepicker .CE_timepicker-hours").show()},showMinutes:function(){p.widget.find(".CE_timepicker .CE_timepicker-picker").hide(),p.widget.find(".CE_timepicker .CE_timepicker-minutes").show()},selectHour:function(e){p.date.hours(parseInt(H(e.target).text(),10)),f.showPicker.call(p)},selectMinute:function(e){p.date.minutes(parseInt(H(e.target).text(),10)),f.showPicker.call(p)}},y=function(e){L(e);var t=H(e.currentTarget).data("action");if(("selectHour"!==t||H(e.target).is("td.CE_hour"))&&("selectMinute"!==t||H(e.target).is("td.CE_minute")))return e=f[t].apply(p,arguments),t=p.date,p.date||(p.date=F({y:1970})),v(),c(),r(t),e},L=function(e){e.stopPropagation(),e.preventDefault()},Y=function(e){F.lang(p.options.language);var e=H(e.target),t=p.date,a=F(e.val(),p.format,p.options.useStrict);a.isValid()?(d(),p.setValue(a),r(t),v()):(p.viewDate=t,r(t),o(a),p.unset=!0,e.val(""))},g=function(e){e&&(p.viewMode=Math.max(p.minViewMode,Math.min(2,p.viewMode+e))),p.widget.find(".CE_datepicker > div").hide().filter(".CE_datepicker-"+S.modes[p.viewMode].clsName).show()},w=function(){var t,a,n,s;k(),p.widget.on("click",".CE_datepicker *",H.proxy(M,this)),p.widget.on("click","[data-action]",H.proxy(y,this)),p.widget.on("mousedown",H.proxy(L,this)),p.options.pickDate&&p.options.pickTime&&p.widget.on("click.togglePicker",".CE_accordion-toggle",function(e){e.stopPropagation(),t=H(this),n=t.closest("ul"),a=n.find(".CE_in"),n=n.find(".CE_collapse:not(.CE_in)"),a&&a.length&&((s=a.data("collapse"))&&s.transitioning||(a.collapse("hide"),n.collapse("show"),t.find("span").toggleClass(p.options.icons.time+" "+p.options.icons.date),p.element.find(".CE_input-group-addon span").toggleClass(p.options.icons.time+" "+p.options.icons.date)))}),p.isInput?p.element.on({focus:H.proxy(p.show,this),change:H.proxy(Y,this),blur:H.proxy(p.hide,this)}):(p.element.on({change:H.proxy(Y,this)},"input"),(p.component||p.element).on("click",H.proxy(p.show,this)))},k=function(){p.widget.off("click",".CE_datepicker *",p.click),p.widget.off("click","[data-action]"),p.widget.off("mousedown",p.stopEvent),p.options.pickDate&&p.options.pickTime&&p.widget.off("click.togglePicker"),p.isInput?p.element.off({focus:p.show,change:p.change}):(p.element.off({change:p.change},"input"),(p.component||p.element).off("click",p.show))},D=function(){if(p.element){for(var e=p.element.parents(),t=!1,a=0;a<e.length;a++)if("fixed"==H(e[a]).css("position")){t=!0;break}return t}return!1},v=function(){F.lang(p.options.language);var e="";p.unset||(e=F(p.date).format(p.format)),p.isInput?p.element.val(e):(p.component&&p.element.find("input").val(e),p.element.data("date",e)),p.options.pickTime||p.hide()},T=function(e,t){var a;F.lang(p.options.language),"add"==e?(23==(a=F(p.date)).hours()&&a.add(1,t),a.add(1,t)):a=F(p.date).subtract(1,t),a.isAfter(p.options.endDate)||a.subtract(1,t).isBefore(p.options.startDate)||b(a)?o(a.format(p.format)):"add"==e?p.date.add(1,t):p.date.subtract(1,t)},b=function(e){F.lang(p.options.language);var t,a=p.options.disabledDates;for(t in a)if(a[t]==F(e).format("L"))return!0;return!1},C=function(e){return 2<=(e=e.toString()).length?e:"0"+e},E=function(e,t,a){return e&&t?'<div class="CE_bootstrap-datetimepicker-widget CE_dropdown-menu"><ul class="CE_list-unstyled"><li'+(a?' class="CE_collapse CE_in"':"")+'><div class="CE_datepicker">'+S.template+'</div></li><li class="CE_picker-switch CE_accordion-toggle"><a class="CE_datetime_btn" style="width:100%"><span class="'+p.options.icons.time+'"></span></a></li><li'+(a?' class="CE_collapse"':"")+'><div class="CE_timepicker">'+j.getTemplate()+"</div></li></ul></div>":t?'<div class="CE_bootstrap-datetimepicker-widget CE_dropdown-menu"><div class="CE_timepicker">'+j.getTemplate()+"</div></div>":'<div class="CE_bootstrap-datetimepicker-widget CE_dropdown-menu"><div class="CE_datepicker">'+S.template+"</div></div>"},S={modes:[{clsName:"days",navFnc:"month",navStep:1},{clsName:"months",navFnc:"year",navStep:1},{clsName:"years",navFnc:"year",navStep:10}],headTemplate:'<thead><tr><th class="CE_prev">‹</th><th colspan="5" class="CE_switch"></th><th class="CE_next">›</th></tr></thead>',contTemplate:'<tbody><tr><td colspan="7"></td></tr></tbody>'},j={hourTemplate:'<span data-action="showHours" data-time-component="hours" class="CE_timepicker-hour"></span>',minuteTemplate:'<span data-action="showMinutes" data-time-component="minutes" class="CE_timepicker-minute"></span>'};S.template='<div class="CE_datepicker-days"><table class="CE_table-condensed">'+S.headTemplate+'<tbody></tbody></table></div><div class="CE_datepicker-months"><table class="CE_table-condensed">'+S.headTemplate+S.contTemplate+'</table></div><div class="CE_datepicker-years"><table class="CE_table-condensed">'+S.headTemplate+S.contTemplate+"</table></div>",j.getTemplate=function(){return'<div class="CE_timepicker-picker'+(p.use24hours?" CE_timepicker-24hours":"")+'"><table class="CE_table-condensed"><tr><td><a href="#" class="CE_datetime_btn" data-action="incrementHours"><span class="'+p.options.icons.up+'"></span></a></td><td class="CE_separator"></td><td><a href="#" class="CE_datetime_btn" data-action="incrementMinutes"><span class="'+p.options.icons.up+'"></span></a></td>'+(p.use24hours?"":'<td class="CE_separator"></td>')+"</tr><tr><td>"+j.hourTemplate+'</td> <td class="CE_separator">:</td><td>'+j.minuteTemplate+"</td> "+(p.use24hours?"":'<td class="CE_separator"></td><td><button type="button" class="CE_datetime_btn CE_datetime_btn-primary" data-action="togglePeriod"></button></td>')+'</tr><tr><td><a href="#" class="CE_datetime_btn" data-action="decrementHours"><span class="'+p.options.icons.down+'"></span></a></td><td class="CE_separator"></td><td><a href="#" class="CE_datetime_btn" data-action="decrementMinutes"><span class="'+p.options.icons.down+'"></span></a></td>'+(p.use24hours?"":'<td class="CE_separator"></td>')+'</tr></table></div><div class="CE_timepicker-hours" data-action="selectHour"><table class="CE_table-condensed"></table></div><div class="CE_timepicker-minutes" data-action="selectMinute"><table class="CE_table-condensed"></table></div>'},p.destroy=function(){k(),n(),p.widget.remove(),p.element.removeData("DateTimePicker"),p.component.removeData("DateTimePicker")},p.show=function(e){p.widget.show(),p.height=(p.component||p.element).outerHeight(),i(),p.element.trigger({type:"show.dp",date:p.date}),function(){H(window).on("resize.datetimepicker"+p.id,H.proxy(i,this)),p.isInput||jQuery(window.parent.document).on("mousedown.datetimepicker"+p.id,H.proxy(p.hide,this))}(),e&&L(e)},p.disable=function(){p.element.find("input").prop("disabled",!0),p.element.find(".CE_input-group-addon").addClass("CE_disabled"),k()},p.enable=function(){p.element.find("input").prop("disabled",!1),p.element.find(".CE_input-group-addon").removeClass("CE_disabled"),w()},p.hide=function(){for(var e,t=p.widget.find(".CE_collapse"),a=0;a<t.length;a++)if((e=t.eq(a).data("collapse"))&&e.transitioning)return;p.widget.hide(),p.viewMode=p.startViewMode,g(),p.element.trigger({type:"hide.dp",date:p.date}),n()},p.setValue=function(e){F.lang(p.options.language),p.unset=!e,(e=F.isMoment(e)?e:F(e)).isValid()?(p.date=e,v(),p.viewDate=F({y:p.date.year(),M:p.date.month()}),u(),c()):o(e)},p.getDate=function(){return p.unset?null:p.date},p.setDate=function(e,t){e?p.setValue(e):p.setValue(null);e=p.date;!0!==t&&r(e)},p.setEndDate=function(e){p.options.endDate=F(e),p.options.endDate.isValid()||(p.options.endDate=F().add(50,"y")),p.viewDate&&d()};var x,$,W=!(p.setStartDate=function(e){p.options.startDate=F(e),p.options.startDate.isValid()||(p.options.startDate=F({y:1970})),p.viewDate&&d()});if(p.options=H.extend({},a,t),p.options.icons=H.extend({},s,p.options.icons),!p.options.pickTime&&!p.options.pickDate)throw new Error("Must choose at least one picker");if(p.id=z++,F.lang(p.options.language),p.date=F(),p.element=H(e),p.unset=!1,p.isInput=p.element.is("input"),p.component=!1,p.element.hasClass("CE_input-group")&&(0===p.element.find(".CE_datepickerbutton").length?p.component=p.element.find(".CE_input-group-addon"):p.component=p.element.find(".CE_datepickerbutton")),p.format=p.options.format,a=F()._lang._longDateFormat,p.format||(p.isInput?p.format=p.element.data("format"):p.format=p.element.find("input").data("format"),p.format)||(p.format=p.options.pickDate?a.L:"",p.options.pickDate&&p.options.pickTime&&(p.format+=" "),p.format+=p.options.pickTime?a.LT:""),p.use24hours=p.format.toLowerCase().indexOf("a")<1,p.component&&(W=p.component.find("span")),p.options.pickTime&&W&&W.addClass(p.options.icons.time),p.options.pickDate&&W&&(W.removeClass(p.options.icons.time),W.addClass(p.options.icons.date)),p.widget=H(E(p.options.pickDate,p.options.pickTime,p.options.collapse)).appendTo(H("body",window.parent.document)),p.minViewMode=p.options.minViewMode||p.element.data("date-minviewmode")||0,"string"==typeof p.minViewMode)switch(p.minViewMode){case"months":p.minViewMode=1;break;case"years":p.minViewMode=2;break;default:p.minViewMode=0}if(p.viewMode=p.options.viewMode||p.element.data("date-viewmode")||0,"string"==typeof p.viewMode)switch(p.viewMode){case"months":p.viewMode=1;break;case"years":p.viewMode=2;break;default:p.viewMode=0}for(x=0;x<p.options.disabledDates.length;x++)$=p.options.disabledDates[x],($=F($)).isValid()||($=F(p.options.startDate).subtract(1,"day")),p.options.disabledDates[x]=$.format("L");p.startViewMode=p.viewMode,p.setStartDate(p.options.startDate||p.element.data("date-startdate")),p.setEndDate(p.options.endDate||p.element.data("date-enddate")),_(),l(),m(),h(),d(),g(),w(),""!==p.options.defaultDate&&p.setValue(p.options.defaultDate)}var z=0,F=moment;H.fn.datetimepicker=function(t){return this.each(function(){var e=H(this);e.data("DateTimePicker")||e.data("DateTimePicker",new a(this,t))})}})($),
/**
* @preserve
* bootpag - jQuery plugin for dynamic pagination
*
* Copyright (c) 2015 [email protected]
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/mit-license.php
*
* Project home:
* http://botmonster.com/jquery-bootpag/
*
* Version: 1.0.7
*
*/
(c=>{c.fn.bootpag=function(e){var u=this,m=c.extend({total:0,page:1,maxVisible:null,leaps:!0,href:"javascript:void(0);",hrefVariable:"{{number}}",next:"»",prev:"«",firstLastUse:!1,first:'<span aria-hidden="true">←</span>',last:'<span aria-hidden="true">→</span>',wrapClass:"CE_pagination CE_pagination-sm",activeClass:"active",disabledClass:"disabled",nextClass:"next",prevClass:"prev",lastClass:"last",firstClass:"first",directionLTR:!0},u.data("settings")||{},e||{});return m.total<=0?this:(c.isNumeric(m.maxVisible)||m.maxVisible||(m.maxVisible=parseInt(m.total,10)),!1===m.directionLTR&&(t(m,"next","prev"),t(m,"first","last")),u.data("settings",m),this.each(function(){var e,t=c(this),a=['<ul class="',m.wrapClass,' bootpag">'];m.firstLastUse&&(a=a.concat(['<li data-lp="1" class="',m.firstClass,'"><a href="',h(1),'">',m.first,"</a></li>"])),m.prev&&(a=a.concat(['<li data-lp="1" class="',m.prevClass,'"><a href="',h(1),'">',m.prev,"</a></li>"]));for(var n=1;n<=Math.min(m.total,m.maxVisible);n++)a=a.concat(['<li data-lp="',n,'"><a href="',h(n),'">',n,"</a></li>"]);m.next&&(e=m.leaps&&m.total>m.maxVisible?Math.min(m.maxVisible+1,m.total):2,a=a.concat(['<li data-lp="',e,'" class="',m.nextClass,'"><a href="',h(e),'">',m.next,"</a></li>"])),(a=m.firstLastUse?a.concat(['<li data-lp="',m.total,'" class="last"><a href="',h(m.total),'">',m.last,"</a></li>"]):a).push("</ul>"),t.find("ul.bootpag").remove(),t.append(a.join("")),e=t.find("ul.bootpag"),!1===m.directionLTR&&e.attr("dir","LTR"),t.find("li").click(function(){var e,t=c(this);t.hasClass(m.disabledClass)||t.hasClass(m.activeClass)||(e=parseInt(t.attr("data-lp"),10),u.find("ul.bootpag").each(function(){s(c(this),e)}),u.trigger("page",e))}),s(e,m.page)}));function t(e,t,a){var n=e[t];e[t]=e[a],e[a]=n}function s(e,t){t=parseInt(t,10);var a,n,s,i,o,r=0==m.maxVisible?1:m.maxVisible,d=(m.maxVisible,Math.floor((t-1)/r)*r),e=e.find("li"),r=(m.page=t=t<0?0:t>m.total?m.total:t,e.removeClass(m.activeClass),_=t-1<1?1:m.leaps&&t-1>=m.maxVisible?Math.floor((t-1)/r)*r:t-1,m.firstLastUse&&e.first().toggleClass(m.disabledClass,1===t),e.first()),r=((r=m.firstLastUse?r.next():r).toggleClass(m.disabledClass,1===t).attr("data-lp",_).find("a").attr("href",h(_)),1==m.maxVisible?0:1),_=t+1>m.total?m.total:m.leaps&&t+1<m.total-m.maxVisible?d+m.maxVisible+r:t+1,r=e.last(),r=((r=m.firstLastUse?r.prev():r).toggleClass(m.disabledClass,t===m.total).attr("data-lp",_).find("a").attr("href",h(_)),e.last().toggleClass(m.disabledClass,t===m.total),e.filter("[data-lp="+t+"]")),l="."+[m.nextClass,m.prevClass,m.firstClass,m.lastClass].join(",.");r.not(l).length||(a=t<=d?-m.maxVisible:0,e.not(l).each(function(e){_=e+1+d+a,c(this).attr("data-lp",_).toggle(_<=m.total).find("a").html(_).attr("href",h(_))}),r=e.filter("[data-lp="+t+"]")),r.not(l).addClass(m.activeClass),!1===m.directionLTR&&(t=e.parent(),r=t.children(".first"),l=t.children(".prev"),e=t.children(".last"),i=t.children(".next"),1<(o=t.children().not(".last, .next, .prev, .first")).length&&(n=parseInt(o.first().attr("data-lp"),10),s=parseInt(o.last().attr("data-lp"),10),n<s)&&(o=o.get().reverse()),t.append(e).append(i).append(o).append(l).append(r)),u.data("settings",m)}function h(e){return m.href.replace(m.hrefVariable,e)}}})(jQuery,window),jQuery.fn.stateSwitcher=function(l,u){var m=$(this[0]);function e(){if(!1===$.isArray(l)||0===l.length)throw new Error("StateSwitcher: bad input data - non empty array is expected!");for(var e={},t=0;t<l.length;t++){if(void 0===l[t].value)throw new Error("StateSwitcher: bad input data - missing value!");if(e[l[t].value])throw new Error("StateSwitcher: bad input data - value is not unique!");e[l[t].value]=1}function a(e){for(var t=0;t<l.length;t++)if(l[t].value===e)return t;return-1}var n=0;if(u&&-1===(n=a(u)))throw new Error("StateSwitcher: bad input data - init value not found!");var s=-1,i=!1,o=(m.html('<div class="CE_state-switcher"></div>'),m.children("div")),r=($.each(l,function(t,e){var a=$('<div class="CE_btn-state"></div>');e.id&&a.attr("id",e.id),e.label?a.text(e.label):e.innerHtml?a.html(e.innerHtml):a.text(e.value),e.cssClass&&a.addClass(e.cssClass),a.click(function(e){i||_(t)}),e.$assignedBtn=a,o.append(a)}),function(e){o.trigger("stateSwitcher.change",[e,l[s].value])}),d=function(){o.children().removeClass("CE_active").addClass("CE_not-active"),l[s].$assignedBtn.addClass("CE_active").removeClass("CE_not-active")},_=function(e,t){var a;s!==e&&(a=s,s=e,d(),t||r(l[a].value))};_(n,!0),this.getState=function(){return l[s].value},this.setState=function(e){e=a(e);-1!==e&&(_(e,!0),i)&&this.disable()},this.enable=function(e){e=void 0===e||e,o.children().attr("disabled",!e),l[s].$assignedBtn.attr("disabled",!1),l[s].$assignedBtn.css(e?{cursor:"",background:""}:{cursor:"default",background:"none"}),i=!e},this.disable=function(){this.enable(!1)},this.disabled=function(){return i},this.show=function(e){(e=void 0===e||e)?o.show():o.hide()},this.hide=function(){this.show(!1)}}var t=m.data("stateSwitcher");return t||(m.data("stateSwitcher",new e),m.data("stateSwitcher"))};