").css({position:"absolute",width:e.outerWidth(),height:e.outerHeight()}).appendTo(e.parent()).offset(e.offset())[0]})},_unblockFrames:function(){this.iframeBlocks&&(this.iframeBlocks.remove(),delete this.iframeBlocks)},_allowInteraction:function(e){return t(e.target).closest(".ui-dialog").length?!0:!!t(e.target).closest(".ui-datepicker").length},_createOverlay:function(){if(this.options.modal){var e=!0;this._delay(function(){e=!1}),this.document.data("ui-dialog-overlays")||this._on(this.document,{focusin:function(n){e||this._allowInteraction(n)||(n.preventDefault(),this._trackingInstances()[0]._focusTabbable())}}),this.overlay=t("
").addClass("ui-widget-overlay ui-front").appendTo(this._appendTo()),this._on(this.overlay,{mousedown:"_keepFocus"}),this.document.data("ui-dialog-overlays",(this.document.data("ui-dialog-overlays")||0)+1)}},_destroyOverlay:function(){if(this.options.modal&&this.overlay){var e=this.document.data("ui-dialog-overlays")-1;e?this.document.data("ui-dialog-overlays",e):this.document.unbind("focusin").removeData("ui-dialog-overlays"),this.overlay.remove(),this.overlay=null}}}),t.widget("ui.droppable",{version:"1.11.1",widgetEventPrefix:"drop",options:{accept:"*",activeClass:!1,addClasses:!0,greedy:!1,hoverClass:!1,scope:"default",tolerance:"intersect",activate:null,deactivate:null,drop:null,out:null,over:null},_create:function(){var e,n=this.options,a=n.accept;this.isover=!1,this.isout=!0,this.accept=t.isFunction(a)?a:function(o){return o.is(a)},this.proportions=function(){return arguments.length?(e=arguments[0],void 0):e||(e={width:this.element[0].offsetWidth,height:this.element[0].offsetHeight})},this._addToManager(n.scope),n.addClasses&&this.element.addClass("ui-droppable")},_addToManager:function(e){t.ui.ddmanager.droppables[e]=t.ui.ddmanager.droppables[e]||[],t.ui.ddmanager.droppables[e].push(this)},_splice:function(e){for(var n=0;e.length>n;n++)e[n]===this&&e.splice(n,1)},_destroy:function(){var e=t.ui.ddmanager.droppables[this.options.scope];this._splice(e),this.element.removeClass("ui-droppable ui-droppable-disabled")},_setOption:function(e,n){if(e==="accept")this.accept=t.isFunction(n)?n:function(o){return o.is(n)};else if(e==="scope"){var a=t.ui.ddmanager.droppables[this.options.scope];this._splice(a),this._addToManager(n)}this._super(e,n)},_activate:function(e){var n=t.ui.ddmanager.current;this.options.activeClass&&this.element.addClass(this.options.activeClass),n&&this._trigger("activate",e,this.ui(n))},_deactivate:function(e){var n=t.ui.ddmanager.current;this.options.activeClass&&this.element.removeClass(this.options.activeClass),n&&this._trigger("deactivate",e,this.ui(n))},_over:function(e){var n=t.ui.ddmanager.current;n&&(n.currentItem||n.element)[0]!==this.element[0]&&this.accept.call(this.element[0],n.currentItem||n.element)&&(this.options.hoverClass&&this.element.addClass(this.options.hoverClass),this._trigger("over",e,this.ui(n)))},_out:function(e){var n=t.ui.ddmanager.current;n&&(n.currentItem||n.element)[0]!==this.element[0]&&this.accept.call(this.element[0],n.currentItem||n.element)&&(this.options.hoverClass&&this.element.removeClass(this.options.hoverClass),this._trigger("out",e,this.ui(n)))},_drop:function(e,n){var a=n||t.ui.ddmanager.current,o=!1;return a&&(a.currentItem||a.element)[0]!==this.element[0]?(this.element.find(":data(ui-droppable)").not(".ui-draggable-dragging").each(function(){var h=t(this).droppable("instance");return h.options.greedy&&!h.options.disabled&&h.options.scope===a.options.scope&&h.accept.call(h.element[0],a.currentItem||a.element)&&t.ui.intersect(a,t.extend(h,{offset:h.element.offset()}),h.options.tolerance,e)?(o=!0,!1):void 0}),o?!1:this.accept.call(this.element[0],a.currentItem||a.element)?(this.options.activeClass&&this.element.removeClass(this.options.activeClass),this.options.hoverClass&&this.element.removeClass(this.options.hoverClass),this._trigger("drop",e,this.ui(a)),this.element):!1):!1},ui:function(e){return{draggable:e.currentItem||e.element,helper:e.helper,position:e.position,offset:e.positionAbs}}}),t.ui.intersect=function(){function e(n,a,o){return n>=a&&a+o>n}return function(n,a,o,h){if(!a.offset)return!1;var p=(n.positionAbs||n.position.absolute).left,y=(n.positionAbs||n.position.absolute).top,C=p+n.helperProportions.width,D=y+n.helperProportions.height,P=a.offset.left,L=a.offset.top,J=P+a.proportions().width,dt=L+a.proportions().height;switch(o){case"fit":return p>=P&&J>=C&&y>=L&&dt>=D;case"intersect":return p+n.helperProportions.width/2>P&&J>C-n.helperProportions.width/2&&y+n.helperProportions.height/2>L&&dt>D-n.helperProportions.height/2;case"pointer":return e(h.pageY,L,a.proportions().height)&&e(h.pageX,P,a.proportions().width);case"touch":return(y>=L&&dt>=y||D>=L&&dt>=D||L>y&&D>dt)&&(p>=P&&J>=p||C>=P&&J>=C||P>p&&C>J);default:return!1}}}(),t.ui.ddmanager={current:null,droppables:{default:[]},prepareOffsets:function(e,n){var a,o,h=t.ui.ddmanager.droppables[e.options.scope]||[],p=n?n.type:null,y=(e.currentItem||e.element).find(":data(ui-droppable)").addBack();t:for(a=0;h.length>a;a++)if(!(h[a].options.disabled||e&&!h[a].accept.call(h[a].element[0],e.currentItem||e.element))){for(o=0;y.length>o;o++)if(y[o]===h[a].element[0]){h[a].proportions().height=0;continue t}h[a].visible=h[a].element.css("display")!=="none",h[a].visible&&(p==="mousedown"&&h[a]._activate.call(h[a],n),h[a].offset=h[a].element.offset(),h[a].proportions({width:h[a].element[0].offsetWidth,height:h[a].element[0].offsetHeight}))}},drop:function(e,n){var a=!1;return t.each((t.ui.ddmanager.droppables[e.options.scope]||[]).slice(),function(){this.options&&(!this.options.disabled&&this.visible&&t.ui.intersect(e,this,this.options.tolerance,n)&&(a=this._drop.call(this,n)||a),!this.options.disabled&&this.visible&&this.accept.call(this.element[0],e.currentItem||e.element)&&(this.isout=!0,this.isover=!1,this._deactivate.call(this,n)))}),a},dragStart:function(e,n){e.element.parentsUntil("body").bind("scroll.droppable",function(){e.options.refreshPositions||t.ui.ddmanager.prepareOffsets(e,n)})},drag:function(e,n){e.options.refreshPositions&&t.ui.ddmanager.prepareOffsets(e,n),t.each(t.ui.ddmanager.droppables[e.options.scope]||[],function(){if(!this.options.disabled&&!this.greedyChild&&this.visible){var a,o,h,p=t.ui.intersect(e,this,this.options.tolerance,n),y=!p&&this.isover?"isout":p&&!this.isover?"isover":null;y&&(this.options.greedy&&(o=this.options.scope,h=this.element.parents(":data(ui-droppable)").filter(function(){return t(this).droppable("instance").options.scope===o}),h.length&&(a=t(h[0]).droppable("instance"),a.greedyChild=y==="isover")),a&&y==="isover"&&(a.isover=!1,a.isout=!0,a._out.call(a,n)),this[y]=!0,this[y==="isout"?"isover":"isout"]=!1,this[y==="isover"?"_over":"_out"].call(this,n),a&&y==="isout"&&(a.isout=!1,a.isover=!0,a._over.call(a,n)))}})},dragStop:function(e,n){e.element.parentsUntil("body").unbind("scroll.droppable"),e.options.refreshPositions||t.ui.ddmanager.prepareOffsets(e,n)}},t.ui.droppable;var G="ui-effects-",wt=t;t.effects={effect:{}},function(e,n){function a(N,tt,ot){var X=J[tt.type]||{};return N==null?ot||!tt.def?null:tt.def:(N=X.floor?~~N:parseFloat(N),isNaN(N)?tt.def:X.mod?(N+X.mod)%X.mod:0>N?0:N>X.max?X.max:N)}function o(N){var tt=P(),ot=tt._rgba=[];return N=N.toLowerCase(),V(D,function(X,K){var at,st=K.re.exec(N),bt=st&&K.parse(st),$t=K.space||"rgba";return bt?(at=tt[$t](bt),tt[L[$t].cache]=at[L[$t].cache],ot=tt._rgba=at._rgba,!1):n}),ot.length?(ot.join()==="0,0,0,0"&&e.extend(ot,p.transparent),tt):p[N]}function h(N,tt,ot){return ot=(ot+1)%1,1>6*ot?N+6*(tt-N)*ot:1>2*ot?tt:2>3*ot?N+6*(tt-N)*(2/3-ot):N}var p,y="backgroundColor borderBottomColor borderLeftColor borderRightColor borderTopColor color columnRuleColor outlineColor textDecorationColor textEmphasisColor",C=/^([\-+])=\s*(\d+\.?\d*)/,D=[{re:/rgba?\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,parse:function(N){return[N[1],N[2],N[3],N[4]]}},{re:/rgba?\(\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,parse:function(N){return[2.55*N[1],2.55*N[2],2.55*N[3],N[4]]}},{re:/#([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})/,parse:function(N){return[parseInt(N[1],16),parseInt(N[2],16),parseInt(N[3],16)]}},{re:/#([a-f0-9])([a-f0-9])([a-f0-9])/,parse:function(N){return[parseInt(N[1]+N[1],16),parseInt(N[2]+N[2],16),parseInt(N[3]+N[3],16)]}},{re:/hsla?\(\s*(\d+(?:\.\d+)?)\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,space:"hsla",parse:function(N){return[N[1],N[2]/100,N[3]/100,N[4]]}}],P=e.Color=function(N,tt,ot,X){return new e.Color.fn.parse(N,tt,ot,X)},L={rgba:{props:{red:{idx:0,type:"byte"},green:{idx:1,type:"byte"},blue:{idx:2,type:"byte"}}},hsla:{props:{hue:{idx:0,type:"degrees"},saturation:{idx:1,type:"percent"},lightness:{idx:2,type:"percent"}}}},J={byte:{floor:!0,max:255},percent:{max:1},degrees:{mod:360,floor:!0}},dt=P.support={},Et=e("
")[0],V=e.each;Et.style.cssText="background-color:rgba(1,1,1,.5)",dt.rgba=Et.style.backgroundColor.indexOf("rgba")>-1,V(L,function(N,tt){tt.cache="_"+N,tt.props.alpha={idx:3,type:"percent",def:1}}),P.fn=e.extend(P.prototype,{parse:function(N,tt,ot,X){if(N===n)return this._rgba=[null,null,null,null],this;(N.jquery||N.nodeType)&&(N=e(N).css(tt),tt=n);var K=this,at=e.type(N),st=this._rgba=[];return tt!==n&&(N=[N,tt,ot,X],at="array"),at==="string"?this.parse(o(N)||p._default):at==="array"?(V(L.rgba.props,function(bt,$t){st[$t.idx]=a(N[$t.idx],$t)}),this):at==="object"?(N instanceof P?V(L,function(bt,$t){N[$t.cache]&&(K[$t.cache]=N[$t.cache].slice())}):V(L,function(bt,$t){var Ht=$t.cache;V($t.props,function(Zt,qt){if(!K[Ht]&&$t.to){if(Zt==="alpha"||N[Zt]==null)return;K[Ht]=$t.to(K._rgba)}K[Ht][qt.idx]=a(N[Zt],qt,!0)}),K[Ht]&&0>e.inArray(null,K[Ht].slice(0,3))&&(K[Ht][3]=1,$t.from&&(K._rgba=$t.from(K[Ht])))}),this):n},is:function(N){var tt=P(N),ot=!0,X=this;return V(L,function(K,at){var st,bt=tt[at.cache];return bt&&(st=X[at.cache]||at.to&&at.to(X._rgba)||[],V(at.props,function($t,Ht){return bt[Ht.idx]!=null?ot=bt[Ht.idx]===st[Ht.idx]:n})),ot}),ot},_space:function(){var N=[],tt=this;return V(L,function(ot,X){tt[X.cache]&&N.push(ot)}),N.pop()},transition:function(N,tt){var ot=P(N),X=ot._space(),K=L[X],at=this.alpha()===0?P("transparent"):this,st=at[K.cache]||K.to(at._rgba),bt=st.slice();return ot=ot[K.cache],V(K.props,function($t,Ht){var Zt=Ht.idx,qt=st[Zt],Kt=ot[Zt],Vt=J[Ht.type]||{};Kt!==null&&(qt===null?bt[Zt]=Kt:(Vt.mod&&(Kt-qt>Vt.mod/2?qt+=Vt.mod:qt-Kt>Vt.mod/2&&(qt-=Vt.mod)),bt[Zt]=a((Kt-qt)*tt+qt,Ht)))}),this[X](bt)},blend:function(N){if(this._rgba[3]===1)return this;var tt=this._rgba.slice(),ot=tt.pop(),X=P(N)._rgba;return P(e.map(tt,function(K,at){return(1-ot)*X[at]+ot*K}))},toRgbaString:function(){var N="rgba(",tt=e.map(this._rgba,function(ot,X){return ot!=null?ot:X>2?1:0});return tt[3]===1&&(tt.pop(),N="rgb("),N+tt.join()+")"},toHslaString:function(){var N="hsla(",tt=e.map(this.hsla(),function(ot,X){return ot==null&&(ot=X>2?1:0),X&&3>X&&(ot=Math.round(100*ot)+"%"),ot});return tt[3]===1&&(tt.pop(),N="hsl("),N+tt.join()+")"},toHexString:function(N){var tt=this._rgba.slice(),ot=tt.pop();return N&&tt.push(~~(255*ot)),"#"+e.map(tt,function(X){return X=(X||0).toString(16),X.length===1?"0"+X:X}).join("")},toString:function(){return this._rgba[3]===0?"transparent":this.toRgbaString()}}),P.fn.parse.prototype=P.fn,L.hsla.to=function(N){if(N[0]==null||N[1]==null||N[2]==null)return[null,null,null,N[3]];var tt,ot,X=N[0]/255,K=N[1]/255,at=N[2]/255,st=N[3],bt=Math.max(X,K,at),$t=Math.min(X,K,at),Ht=bt-$t,Zt=bt+$t,qt=.5*Zt;return tt=$t===bt?0:X===bt?60*(K-at)/Ht+360:K===bt?60*(at-X)/Ht+120:60*(X-K)/Ht+240,ot=Ht===0?0:.5>=qt?Ht/Zt:Ht/(2-Zt),[Math.round(tt)%360,ot,qt,st!=null?st:1]},L.hsla.from=function(N){if(N[0]==null||N[1]==null||N[2]==null)return[null,null,null,N[3]];var tt=N[0]/360,ot=N[1],X=N[2],K=N[3],at=.5>=X?X*(1+ot):X+ot-X*ot,st=2*X-at;return[Math.round(255*h(st,at,tt+1/3)),Math.round(255*h(st,at,tt)),Math.round(255*h(st,at,tt-1/3)),K]},V(L,function(N,tt){var ot=tt.props,X=tt.cache,K=tt.to,at=tt.from;P.fn[N]=function(st){if(K&&!this[X]&&(this[X]=K(this._rgba)),st===n)return this[X].slice();var bt,$t=e.type(st),Ht=$t==="array"||$t==="object"?st:arguments,Zt=this[X].slice();return V(ot,function(qt,Kt){var Vt=Ht[$t==="object"?qt:Kt.idx];Vt==null&&(Vt=Zt[Kt.idx]),Zt[Kt.idx]=a(Vt,Kt)}),at?(bt=P(at(Zt)),bt[X]=Zt,bt):P(Zt)},V(ot,function(st,bt){P.fn[st]||(P.fn[st]=function($t){var Ht,Zt=e.type($t),qt=st==="alpha"?this._hsla?"hsla":"rgba":N,Kt=this[qt](),Vt=Kt[bt.idx];return Zt==="undefined"?Vt:(Zt==="function"&&($t=$t.call(this,Vt),Zt=e.type($t)),$t==null&&bt.empty?this:(Zt==="string"&&(Ht=C.exec($t),Ht&&($t=Vt+parseFloat(Ht[2])*(Ht[1]==="+"?1:-1))),Kt[bt.idx]=$t,this[qt](Kt)))})})}),P.hook=function(N){var tt=N.split(" ");V(tt,function(ot,X){e.cssHooks[X]={set:function(K,at){var st,bt,$t="";if(at!=="transparent"&&(e.type(at)!=="string"||(st=o(at)))){if(at=P(st||at),!dt.rgba&&at._rgba[3]!==1){for(bt=X==="backgroundColor"?K.parentNode:K;($t===""||$t==="transparent")&&bt&&bt.style;)try{$t=e.css(bt,"backgroundColor"),bt=bt.parentNode}catch(Ht){}at=at.blend($t&&$t!=="transparent"?$t:"_default")}at=at.toRgbaString()}try{K.style[X]=at}catch(Ht){}}},e.fx.step[X]=function(K){K.colorInit||(K.start=P(K.elem,X),K.end=P(K.end),K.colorInit=!0),e.cssHooks[X].set(K.elem,K.start.transition(K.end,K.pos))}})},P.hook(y),e.cssHooks.borderColor={expand:function(N){var tt={};return V(["Top","Right","Bottom","Left"],function(ot,X){tt["border"+X+"Color"]=N}),tt}},p=e.Color.names={aqua:"#00ffff",black:"#000000",blue:"#0000ff",fuchsia:"#ff00ff",gray:"#808080",green:"#008000",lime:"#00ff00",maroon:"#800000",navy:"#000080",olive:"#808000",purple:"#800080",red:"#ff0000",silver:"#c0c0c0",teal:"#008080",white:"#ffffff",yellow:"#ffff00",transparent:[null,null,null,0],_default:"#ffffff"}}(wt),function(){function e(h){var p,y,C=h.ownerDocument.defaultView?h.ownerDocument.defaultView.getComputedStyle(h,null):h.currentStyle,D={};if(C&&C.length&&C[0]&&C[C[0]])for(y=C.length;y--;)p=C[y],typeof C[p]=="string"&&(D[t.camelCase(p)]=C[p]);else for(p in C)typeof C[p]=="string"&&(D[p]=C[p]);return D}function n(h,p){var y,C,D={};for(y in p)C=p[y],h[y]!==C&&(o[y]||(t.fx.step[y]||!isNaN(parseFloat(C)))&&(D[y]=C));return D}var a=["add","remove","toggle"],o={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};t.each(["borderLeftStyle","borderRightStyle","borderBottomStyle","borderTopStyle"],function(h,p){t.fx.step[p]=function(y){(y.end!=="none"&&!y.setAttr||y.pos===1&&!y.setAttr)&&(wt.style(y.elem,p,y.end),y.setAttr=!0)}}),t.fn.addBack||(t.fn.addBack=function(h){return this.add(h==null?this.prevObject:this.prevObject.filter(h))}),t.effects.animateClass=function(h,p,y,C){var D=t.speed(p,y,C);return this.queue(function(){var P,L=t(this),J=L.attr("class")||"",dt=D.children?L.find("*").addBack():L;dt=dt.map(function(){var Et=t(this);return{el:Et,start:e(this)}}),P=function(){t.each(a,function(Et,V){h[V]&&L[V+"Class"](h[V])})},P(),dt=dt.map(function(){return this.end=e(this.el[0]),this.diff=n(this.start,this.end),this}),L.attr("class",J),dt=dt.map(function(){var Et=this,V=t.Deferred(),N=t.extend({},D,{queue:!1,complete:function(){V.resolve(Et)}});return this.el.animate(this.diff,N),V.promise()}),t.when.apply(t,dt.get()).done(function(){P(),t.each(arguments,function(){var Et=this.el;t.each(this.diff,function(V){Et.css(V,"")})}),D.complete.call(L[0])})})},t.fn.extend({addClass:function(h){return function(p,y,C,D){return y?t.effects.animateClass.call(this,{add:p},y,C,D):h.apply(this,arguments)}}(t.fn.addClass),removeClass:function(h){return function(p,y,C,D){return arguments.length>1?t.effects.animateClass.call(this,{remove:p},y,C,D):h.apply(this,arguments)}}(t.fn.removeClass),toggleClass:function(h){return function(p,y,C,D,P){return typeof y=="boolean"||y===void 0?C?t.effects.animateClass.call(this,y?{add:p}:{remove:p},C,D,P):h.apply(this,arguments):t.effects.animateClass.call(this,{toggle:p},y,C,D)}}(t.fn.toggleClass),switchClass:function(h,p,y,C,D){return t.effects.animateClass.call(this,{add:p,remove:h},y,C,D)}})}(),function(){function e(a,o,h,p){return t.isPlainObject(a)&&(o=a,a=a.effect),a={effect:a},o==null&&(o={}),t.isFunction(o)&&(p=o,h=null,o={}),(typeof o=="number"||t.fx.speeds[o])&&(p=h,h=o,o={}),t.isFunction(h)&&(p=h,h=null),o&&t.extend(a,o),h=h||o.duration,a.duration=t.fx.off?0:typeof h=="number"?h:h in t.fx.speeds?t.fx.speeds[h]:t.fx.speeds._default,a.complete=p||o.complete,a}function n(a){return!a||typeof a=="number"||t.fx.speeds[a]?!0:typeof a!="string"||t.effects.effect[a]?t.isFunction(a)?!0:!(typeof a!="object"||a.effect):!0}t.extend(t.effects,{version:"1.11.1",save:function(a,o){for(var h=0;o.length>h;h++)o[h]!==null&&a.data(G+o[h],a[0].style[o[h]])},restore:function(a,o){var h,p;for(p=0;o.length>p;p++)o[p]!==null&&(h=a.data(G+o[p]),h===void 0&&(h=""),a.css(o[p],h))},setMode:function(a,o){return o==="toggle"&&(o=a.is(":hidden")?"show":"hide"),o},getBaseline:function(a,o){var h,p;switch(a[0]){case"top":h=0;break;case"middle":h=.5;break;case"bottom":h=1;break;default:h=a[0]/o.height}switch(a[1]){case"left":p=0;break;case"center":p=.5;break;case"right":p=1;break;default:p=a[1]/o.width}return{x:p,y:h}},createWrapper:function(a){if(a.parent().is(".ui-effects-wrapper"))return a.parent();var o={width:a.outerWidth(!0),height:a.outerHeight(!0),float:a.css("float")},h=t("
").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0}),p={width:a.width(),height:a.height()},y=document.activeElement;try{y.id}catch(C){y=document.body}return a.wrap(h),(a[0]===y||t.contains(a[0],y))&&t(y).focus(),h=a.parent(),a.css("position")==="static"?(h.css({position:"relative"}),a.css({position:"relative"})):(t.extend(o,{position:a.css("position"),zIndex:a.css("z-index")}),t.each(["top","left","bottom","right"],function(C,D){o[D]=a.css(D),isNaN(parseInt(o[D],10))&&(o[D]="auto")}),a.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})),a.css(p),h.css(o).show()},removeWrapper:function(a){var o=document.activeElement;return a.parent().is(".ui-effects-wrapper")&&(a.parent().replaceWith(a),(a[0]===o||t.contains(a[0],o))&&t(o).focus()),a},setTransition:function(a,o,h,p){return p=p||{},t.each(o,function(y,C){var D=a.cssUnit(C);D[0]>0&&(p[C]=D[0]*h+D[1])}),p}}),t.fn.extend({effect:function(){function a(C){function D(){t.isFunction(L)&&L.call(P[0]),t.isFunction(C)&&C()}var P=t(this),L=o.complete,J=o.mode;(P.is(":hidden")?J==="hide":J==="show")?(P[J](),D()):y.call(P[0],o,D)}var o=e.apply(this,arguments),h=o.mode,p=o.queue,y=t.effects.effect[o.effect];return t.fx.off||!y?h?this[h](o.duration,o.complete):this.each(function(){o.complete&&o.complete.call(this)}):p===!1?this.each(a):this.queue(p||"fx",a)},show:function(a){return function(o){if(n(o))return a.apply(this,arguments);var h=e.apply(this,arguments);return h.mode="show",this.effect.call(this,h)}}(t.fn.show),hide:function(a){return function(o){if(n(o))return a.apply(this,arguments);var h=e.apply(this,arguments);return h.mode="hide",this.effect.call(this,h)}}(t.fn.hide),toggle:function(a){return function(o){if(n(o)||typeof o=="boolean")return a.apply(this,arguments);var h=e.apply(this,arguments);return h.mode="toggle",this.effect.call(this,h)}}(t.fn.toggle),cssUnit:function(a){var o=this.css(a),h=[];return t.each(["em","px","%","pt"],function(p,y){o.indexOf(y)>0&&(h=[parseFloat(o),y])}),h}})}(),function(){var e={};t.each(["Quad","Cubic","Quart","Quint","Expo"],function(n,a){e[a]=function(o){return Math.pow(o,n+2)}}),t.extend(e,{Sine:function(n){return 1-Math.cos(n*Math.PI/2)},Circ:function(n){return 1-Math.sqrt(1-n*n)},Elastic:function(n){return n===0||n===1?n:-Math.pow(2,8*(n-1))*Math.sin((80*(n-1)-7.5)*Math.PI/15)},Back:function(n){return n*n*(3*n-2)},Bounce:function(n){for(var a,o=4;((a=Math.pow(2,--o))-1)/11>n;);return 1/Math.pow(4,3-o)-7.5625*Math.pow((3*a-2)/22-n,2)}}),t.each(e,function(n,a){t.easing["easeIn"+n]=a,t.easing["easeOut"+n]=function(o){return 1-a(1-o)},t.easing["easeInOut"+n]=function(o){return .5>o?a(2*o)/2:1-a(-2*o+2)/2}})}(),t.effects,t.effects.effect.blind=function(e,n){var a,o,h,p=t(this),y=/up|down|vertical/,C=/up|left|vertical|horizontal/,D=["position","top","bottom","left","right","height","width"],P=t.effects.setMode(p,e.mode||"hide"),L=e.direction||"up",J=y.test(L),dt=J?"height":"width",Et=J?"top":"left",V=C.test(L),N={},tt=P==="show";p.parent().is(".ui-effects-wrapper")?t.effects.save(p.parent(),D):t.effects.save(p,D),p.show(),a=t.effects.createWrapper(p).css({overflow:"hidden"}),o=a[dt](),h=parseFloat(a.css(Et))||0,N[dt]=tt?o:0,V||(p.css(J?"bottom":"right",0).css(J?"top":"left","auto").css({position:"absolute"}),N[Et]=tt?h:o+h),tt&&(a.css(dt,0),V||a.css(Et,h+o)),a.animate(N,{duration:e.duration,easing:e.easing,queue:!1,complete:function(){P==="hide"&&p.hide(),t.effects.restore(p,D),t.effects.removeWrapper(p),n()}})},t.effects.effect.bounce=function(e,n){var a,o,h,p=t(this),y=["position","top","bottom","left","right","height","width"],C=t.effects.setMode(p,e.mode||"effect"),D=C==="hide",P=C==="show",L=e.direction||"up",J=e.distance,dt=e.times||5,Et=2*dt+(P||D?1:0),V=e.duration/Et,N=e.easing,tt=L==="up"||L==="down"?"top":"left",ot=L==="up"||L==="left",X=p.queue(),K=X.length;for((P||D)&&y.push("opacity"),t.effects.save(p,y),p.show(),t.effects.createWrapper(p),J||(J=p[tt==="top"?"outerHeight":"outerWidth"]()/3),P&&(h={opacity:1},h[tt]=0,p.css("opacity",0).css(tt,ot?2*-J:2*J).animate(h,V,N)),D&&(J/=Math.pow(2,dt-1)),h={},h[tt]=0,a=0;dt>a;a++)o={},o[tt]=(ot?"-=":"+=")+J,p.animate(o,V,N).animate(h,V,N),J=D?2*J:J/2;D&&(o={opacity:0},o[tt]=(ot?"-=":"+=")+J,p.animate(o,V,N)),p.queue(function(){D&&p.hide(),t.effects.restore(p,y),t.effects.removeWrapper(p),n()}),K>1&&X.splice.apply(X,[1,0].concat(X.splice(K,Et+1))),p.dequeue()},t.effects.effect.clip=function(e,n){var a,o,h,p=t(this),y=["position","top","bottom","left","right","height","width"],C=t.effects.setMode(p,e.mode||"hide"),D=C==="show",P=e.direction||"vertical",L=P==="vertical",J=L?"height":"width",dt=L?"top":"left",Et={};t.effects.save(p,y),p.show(),a=t.effects.createWrapper(p).css({overflow:"hidden"}),o=p[0].tagName==="IMG"?a:p,h=o[J](),D&&(o.css(J,0),o.css(dt,h/2)),Et[J]=D?h:0,Et[dt]=D?0:h/2,o.animate(Et,{queue:!1,duration:e.duration,easing:e.easing,complete:function(){D||p.hide(),t.effects.restore(p,y),t.effects.removeWrapper(p),n()}})},t.effects.effect.drop=function(e,n){var a,o=t(this),h=["position","top","bottom","left","right","opacity","height","width"],p=t.effects.setMode(o,e.mode||"hide"),y=p==="show",C=e.direction||"left",D=C==="up"||C==="down"?"top":"left",P=C==="up"||C==="left"?"pos":"neg",L={opacity:y?1:0};t.effects.save(o,h),o.show(),t.effects.createWrapper(o),a=e.distance||o[D==="top"?"outerHeight":"outerWidth"](!0)/2,y&&o.css("opacity",0).css(D,P==="pos"?-a:a),L[D]=(y?P==="pos"?"+=":"-=":P==="pos"?"-=":"+=")+a,o.animate(L,{queue:!1,duration:e.duration,easing:e.easing,complete:function(){p==="hide"&&o.hide(),t.effects.restore(o,h),t.effects.removeWrapper(o),n()}})},t.effects.effect.explode=function(e,n){function a(){X.push(this),X.length===L*J&&o()}function o(){dt.css({visibility:"visible"}),t(X).remove(),V||dt.hide(),n()}var h,p,y,C,D,P,L=e.pieces?Math.round(Math.sqrt(e.pieces)):3,J=L,dt=t(this),Et=t.effects.setMode(dt,e.mode||"hide"),V=Et==="show",N=dt.show().css("visibility","hidden").offset(),tt=Math.ceil(dt.outerWidth()/J),ot=Math.ceil(dt.outerHeight()/L),X=[];for(h=0;L>h;h++)for(C=N.top+h*ot,P=h-(L-1)/2,p=0;J>p;p++)y=N.left+p*tt,D=p-(J-1)/2,dt.clone().appendTo("body").wrap("
").css({position:"absolute",visibility:"visible",left:-p*tt,top:-h*ot}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:tt,height:ot,left:y+(V?D*tt:0),top:C+(V?P*ot:0),opacity:V?0:1}).animate({left:y+(V?0:D*tt),top:C+(V?0:P*ot),opacity:V?1:0},e.duration||500,e.easing,a)},t.effects.effect.fade=function(e,n){var a=t(this),o=t.effects.setMode(a,e.mode||"toggle");a.animate({opacity:o},{queue:!1,duration:e.duration,easing:e.easing,complete:n})},t.effects.effect.fold=function(e,n){var a,o,h=t(this),p=["position","top","bottom","left","right","height","width"],y=t.effects.setMode(h,e.mode||"hide"),C=y==="show",D=y==="hide",P=e.size||15,L=/([0-9]+)%/.exec(P),J=!!e.horizFirst,dt=C!==J,Et=dt?["width","height"]:["height","width"],V=e.duration/2,N={},tt={};t.effects.save(h,p),h.show(),a=t.effects.createWrapper(h).css({overflow:"hidden"}),o=dt?[a.width(),a.height()]:[a.height(),a.width()],L&&(P=parseInt(L[1],10)/100*o[D?0:1]),C&&a.css(J?{height:0,width:P}:{height:P,width:0}),N[Et[0]]=C?o[0]:P,tt[Et[1]]=C?o[1]:0,a.animate(N,V,e.easing).animate(tt,V,e.easing,function(){D&&h.hide(),t.effects.restore(h,p),t.effects.removeWrapper(h),n()})},t.effects.effect.highlight=function(e,n){var a=t(this),o=["backgroundImage","backgroundColor","opacity"],h=t.effects.setMode(a,e.mode||"show"),p={backgroundColor:a.css("backgroundColor")};h==="hide"&&(p.opacity=0),t.effects.save(a,o),a.show().css({backgroundImage:"none",backgroundColor:e.color||"#ffff99"}).animate(p,{queue:!1,duration:e.duration,easing:e.easing,complete:function(){h==="hide"&&a.hide(),t.effects.restore(a,o),n()}})},t.effects.effect.size=function(e,n){var a,o,h,p=t(this),y=["position","top","bottom","left","right","width","height","overflow","opacity"],C=["position","top","bottom","left","right","overflow","opacity"],D=["width","height","overflow"],P=["fontSize"],L=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"],J=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"],dt=t.effects.setMode(p,e.mode||"effect"),Et=e.restore||dt!=="effect",V=e.scale||"both",N=e.origin||["middle","center"],tt=p.css("position"),ot=Et?y:C,X={height:0,width:0,outerHeight:0,outerWidth:0};dt==="show"&&p.show(),a={height:p.height(),width:p.width(),outerHeight:p.outerHeight(),outerWidth:p.outerWidth()},e.mode==="toggle"&&dt==="show"?(p.from=e.to||X,p.to=e.from||a):(p.from=e.from||(dt==="show"?X:a),p.to=e.to||(dt==="hide"?X:a)),h={from:{y:p.from.height/a.height,x:p.from.width/a.width},to:{y:p.to.height/a.height,x:p.to.width/a.width}},(V==="box"||V==="both")&&(h.from.y!==h.to.y&&(ot=ot.concat(L),p.from=t.effects.setTransition(p,L,h.from.y,p.from),p.to=t.effects.setTransition(p,L,h.to.y,p.to)),h.from.x!==h.to.x&&(ot=ot.concat(J),p.from=t.effects.setTransition(p,J,h.from.x,p.from),p.to=t.effects.setTransition(p,J,h.to.x,p.to))),(V==="content"||V==="both")&&h.from.y!==h.to.y&&(ot=ot.concat(P).concat(D),p.from=t.effects.setTransition(p,P,h.from.y,p.from),p.to=t.effects.setTransition(p,P,h.to.y,p.to)),t.effects.save(p,ot),p.show(),t.effects.createWrapper(p),p.css("overflow","hidden").css(p.from),N&&(o=t.effects.getBaseline(N,a),p.from.top=(a.outerHeight-p.outerHeight())*o.y,p.from.left=(a.outerWidth-p.outerWidth())*o.x,p.to.top=(a.outerHeight-p.to.outerHeight)*o.y,p.to.left=(a.outerWidth-p.to.outerWidth)*o.x),p.css(p.from),(V==="content"||V==="both")&&(L=L.concat(["marginTop","marginBottom"]).concat(P),J=J.concat(["marginLeft","marginRight"]),D=y.concat(L).concat(J),p.find("*[width]").each(function(){var K=t(this),at={height:K.height(),width:K.width(),outerHeight:K.outerHeight(),outerWidth:K.outerWidth()};Et&&t.effects.save(K,D),K.from={height:at.height*h.from.y,width:at.width*h.from.x,outerHeight:at.outerHeight*h.from.y,outerWidth:at.outerWidth*h.from.x},K.to={height:at.height*h.to.y,width:at.width*h.to.x,outerHeight:at.height*h.to.y,outerWidth:at.width*h.to.x},h.from.y!==h.to.y&&(K.from=t.effects.setTransition(K,L,h.from.y,K.from),K.to=t.effects.setTransition(K,L,h.to.y,K.to)),h.from.x!==h.to.x&&(K.from=t.effects.setTransition(K,J,h.from.x,K.from),K.to=t.effects.setTransition(K,J,h.to.x,K.to)),K.css(K.from),K.animate(K.to,e.duration,e.easing,function(){Et&&t.effects.restore(K,D)})})),p.animate(p.to,{queue:!1,duration:e.duration,easing:e.easing,complete:function(){p.to.opacity===0&&p.css("opacity",p.from.opacity),dt==="hide"&&p.hide(),t.effects.restore(p,ot),Et||(tt==="static"?p.css({position:"relative",top:p.to.top,left:p.to.left}):t.each(["top","left"],function(K,at){p.css(at,function(st,bt){var $t=parseInt(bt,10),Ht=K?p.to.left:p.to.top;return bt==="auto"?Ht+"px":$t+Ht+"px"})})),t.effects.removeWrapper(p),n()}})},t.effects.effect.scale=function(e,n){var a=t(this),o=t.extend(!0,{},e),h=t.effects.setMode(a,e.mode||"effect"),p=parseInt(e.percent,10)||(parseInt(e.percent,10)===0||h==="hide"?0:100),y=e.direction||"both",C=e.origin,D={height:a.height(),width:a.width(),outerHeight:a.outerHeight(),outerWidth:a.outerWidth()},P={y:y!=="horizontal"?p/100:1,x:y!=="vertical"?p/100:1};o.effect="size",o.queue=!1,o.complete=n,h!=="effect"&&(o.origin=C||["middle","center"],o.restore=!0),o.from=e.from||(h==="show"?{height:0,width:0,outerHeight:0,outerWidth:0}:D),o.to={height:D.height*P.y,width:D.width*P.x,outerHeight:D.outerHeight*P.y,outerWidth:D.outerWidth*P.x},o.fade&&(h==="show"&&(o.from.opacity=0,o.to.opacity=1),h==="hide"&&(o.from.opacity=1,o.to.opacity=0)),a.effect(o)},t.effects.effect.puff=function(e,n){var a=t(this),o=t.effects.setMode(a,e.mode||"hide"),h=o==="hide",p=parseInt(e.percent,10)||150,y=p/100,C={height:a.height(),width:a.width(),outerHeight:a.outerHeight(),outerWidth:a.outerWidth()};t.extend(e,{effect:"scale",queue:!1,fade:!0,mode:o,complete:n,percent:h?p:100,from:h?C:{height:C.height*y,width:C.width*y,outerHeight:C.outerHeight*y,outerWidth:C.outerWidth*y}}),a.effect(e)},t.effects.effect.pulsate=function(e,n){var a,o=t(this),h=t.effects.setMode(o,e.mode||"show"),p=h==="show",y=h==="hide",C=p||h==="hide",D=2*(e.times||5)+(C?1:0),P=e.duration/D,L=0,J=o.queue(),dt=J.length;for((p||!o.is(":visible"))&&(o.css("opacity",0).show(),L=1),a=1;D>a;a++)o.animate({opacity:L},P,e.easing),L=1-L;o.animate({opacity:L},P,e.easing),o.queue(function(){y&&o.hide(),n()}),dt>1&&J.splice.apply(J,[1,0].concat(J.splice(dt,D+1))),o.dequeue()},t.effects.effect.shake=function(e,n){var a,o=t(this),h=["position","top","bottom","left","right","height","width"],p=t.effects.setMode(o,e.mode||"effect"),y=e.direction||"left",C=e.distance||20,D=e.times||3,P=2*D+1,L=Math.round(e.duration/P),J=y==="up"||y==="down"?"top":"left",dt=y==="up"||y==="left",Et={},V={},N={},tt=o.queue(),ot=tt.length;for(t.effects.save(o,h),o.show(),t.effects.createWrapper(o),Et[J]=(dt?"-=":"+=")+C,V[J]=(dt?"+=":"-=")+2*C,N[J]=(dt?"-=":"+=")+2*C,o.animate(Et,L,e.easing),a=1;D>a;a++)o.animate(V,L,e.easing).animate(N,L,e.easing);o.animate(V,L,e.easing).animate(Et,L/2,e.easing).queue(function(){p==="hide"&&o.hide(),t.effects.restore(o,h),t.effects.removeWrapper(o),n()}),ot>1&&tt.splice.apply(tt,[1,0].concat(tt.splice(ot,P+1))),o.dequeue()},t.effects.effect.slide=function(e,n){var a,o=t(this),h=["position","top","bottom","left","right","width","height"],p=t.effects.setMode(o,e.mode||"show"),y=p==="show",C=e.direction||"left",D=C==="up"||C==="down"?"top":"left",P=C==="up"||C==="left",L={};t.effects.save(o,h),o.show(),a=e.distance||o[D==="top"?"outerHeight":"outerWidth"](!0),t.effects.createWrapper(o).css({overflow:"hidden"}),y&&o.css(D,P?isNaN(a)?"-"+a:-a:a),L[D]=(y?P?"+=":"-=":P?"-=":"+=")+a,o.animate(L,{queue:!1,duration:e.duration,easing:e.easing,complete:function(){p==="hide"&&o.hide(),t.effects.restore(o,h),t.effects.removeWrapper(o),n()}})},t.effects.effect.transfer=function(e,n){var a=t(this),o=t(e.to),h=o.css("position")==="fixed",p=t("body"),y=h?p.scrollTop():0,C=h?p.scrollLeft():0,D=o.offset(),P={top:D.top-y,left:D.left-C,height:o.innerHeight(),width:o.innerWidth()},L=a.offset(),J=t("
").appendTo(document.body).addClass(e.className).css({top:L.top-y,left:L.left-C,height:a.innerHeight(),width:a.innerWidth(),position:h?"fixed":"absolute"}).animate(P,e.duration,e.easing,function(){J.remove(),n()})},t.widget("ui.progressbar",{version:"1.11.1",options:{max:100,value:0,change:null,complete:null},min:0,_create:function(){this.oldValue=this.options.value=this._constrainedValue(),this.element.addClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").attr({role:"progressbar","aria-valuemin":this.min}),this.valueDiv=t("").appendTo(this.element),this._refreshValue()},_destroy:function(){this.element.removeClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow"),this.valueDiv.remove()},value:function(e){return e===void 0?this.options.value:(this.options.value=this._constrainedValue(e),this._refreshValue(),void 0)},_constrainedValue:function(e){return e===void 0&&(e=this.options.value),this.indeterminate=e===!1,typeof e!="number"&&(e=0),this.indeterminate?!1:Math.min(this.options.max,Math.max(this.min,e))},_setOptions:function(e){var n=e.value;delete e.value,this._super(e),this.options.value=this._constrainedValue(n),this._refreshValue()},_setOption:function(e,n){e==="max"&&(n=Math.max(this.min,n)),e==="disabled"&&this.element.toggleClass("ui-state-disabled",!!n).attr("aria-disabled",n),this._super(e,n)},_percentage:function(){return this.indeterminate?100:100*(this.options.value-this.min)/(this.options.max-this.min)},_refreshValue:function(){var e=this.options.value,n=this._percentage();this.valueDiv.toggle(this.indeterminate||e>this.min).toggleClass("ui-corner-right",e===this.options.max).width(n.toFixed(0)+"%"),this.element.toggleClass("ui-progressbar-indeterminate",this.indeterminate),this.indeterminate?(this.element.removeAttr("aria-valuenow"),this.overlayDiv||(this.overlayDiv=t("
").appendTo(this.valueDiv))):(this.element.attr({"aria-valuemax":this.options.max,"aria-valuenow":e}),this.overlayDiv&&(this.overlayDiv.remove(),this.overlayDiv=null)),this.oldValue!==e&&(this.oldValue=e,this._trigger("change")),e===this.options.max&&this._trigger("complete")}}),t.widget("ui.selectable",t.ui.mouse,{version:"1.11.1",options:{appendTo:"body",autoRefresh:!0,distance:0,filter:"*",tolerance:"touch",selected:null,selecting:null,start:null,stop:null,unselected:null,unselecting:null},_create:function(){var e,n=this;this.element.addClass("ui-selectable"),this.dragged=!1,this.refresh=function(){e=t(n.options.filter,n.element[0]),e.addClass("ui-selectee"),e.each(function(){var a=t(this),o=a.offset();t.data(this,"selectable-item",{element:this,$element:a,left:o.left,top:o.top,right:o.left+a.outerWidth(),bottom:o.top+a.outerHeight(),startselected:!1,selected:a.hasClass("ui-selected"),selecting:a.hasClass("ui-selecting"),unselecting:a.hasClass("ui-unselecting")})})},this.refresh(),this.selectees=e.addClass("ui-selectee"),this._mouseInit(),this.helper=t("
")},_destroy:function(){this.selectees.removeClass("ui-selectee").removeData("selectable-item"),this.element.removeClass("ui-selectable ui-selectable-disabled"),this._mouseDestroy()},_mouseStart:function(e){var n=this,a=this.options;this.opos=[e.pageX,e.pageY],this.options.disabled||(this.selectees=t(a.filter,this.element[0]),this._trigger("start",e),t(a.appendTo).append(this.helper),this.helper.css({left:e.pageX,top:e.pageY,width:0,height:0}),a.autoRefresh&&this.refresh(),this.selectees.filter(".ui-selected").each(function(){var o=t.data(this,"selectable-item");o.startselected=!0,e.metaKey||e.ctrlKey||(o.$element.removeClass("ui-selected"),o.selected=!1,o.$element.addClass("ui-unselecting"),o.unselecting=!0,n._trigger("unselecting",e,{unselecting:o.element}))}),t(e.target).parents().addBack().each(function(){var o,h=t.data(this,"selectable-item");return h?(o=!e.metaKey&&!e.ctrlKey||!h.$element.hasClass("ui-selected"),h.$element.removeClass(o?"ui-unselecting":"ui-selected").addClass(o?"ui-selecting":"ui-unselecting"),h.unselecting=!o,h.selecting=o,h.selected=o,o?n._trigger("selecting",e,{selecting:h.element}):n._trigger("unselecting",e,{unselecting:h.element}),!1):void 0}))},_mouseDrag:function(e){if(this.dragged=!0,!this.options.disabled){var n,a=this,o=this.options,h=this.opos[0],p=this.opos[1],y=e.pageX,C=e.pageY;return h>y&&(n=y,y=h,h=n),p>C&&(n=C,C=p,p=n),this.helper.css({left:h,top:p,width:y-h,height:C-p}),this.selectees.each(function(){var D=t.data(this,"selectable-item"),P=!1;D&&D.element!==a.element[0]&&(o.tolerance==="touch"?P=!(D.left>y||h>D.right||D.top>C||p>D.bottom):o.tolerance==="fit"&&(P=D.left>h&&y>D.right&&D.top>p&&C>D.bottom),P?(D.selected&&(D.$element.removeClass("ui-selected"),D.selected=!1),D.unselecting&&(D.$element.removeClass("ui-unselecting"),D.unselecting=!1),D.selecting||(D.$element.addClass("ui-selecting"),D.selecting=!0,a._trigger("selecting",e,{selecting:D.element}))):(D.selecting&&((e.metaKey||e.ctrlKey)&&D.startselected?(D.$element.removeClass("ui-selecting"),D.selecting=!1,D.$element.addClass("ui-selected"),D.selected=!0):(D.$element.removeClass("ui-selecting"),D.selecting=!1,D.startselected&&(D.$element.addClass("ui-unselecting"),D.unselecting=!0),a._trigger("unselecting",e,{unselecting:D.element}))),D.selected&&(e.metaKey||e.ctrlKey||D.startselected||(D.$element.removeClass("ui-selected"),D.selected=!1,D.$element.addClass("ui-unselecting"),D.unselecting=!0,a._trigger("unselecting",e,{unselecting:D.element})))))}),!1}},_mouseStop:function(e){var n=this;return this.dragged=!1,t(".ui-unselecting",this.element[0]).each(function(){var a=t.data(this,"selectable-item");a.$element.removeClass("ui-unselecting"),a.unselecting=!1,a.startselected=!1,n._trigger("unselected",e,{unselected:a.element})}),t(".ui-selecting",this.element[0]).each(function(){var a=t.data(this,"selectable-item");a.$element.removeClass("ui-selecting").addClass("ui-selected"),a.selecting=!1,a.selected=!0,a.startselected=!0,n._trigger("selected",e,{selected:a.element})}),this._trigger("stop",e),this.helper.remove(),!1}}),t.widget("ui.selectmenu",{version:"1.11.1",defaultElement:"
",options:{appendTo:null,disabled:null,icons:{button:"ui-icon-triangle-1-s"},position:{my:"left top",at:"left bottom",collision:"none"},width:null,change:null,close:null,focus:null,open:null,select:null},_create:function(){var e=this.element.uniqueId().attr("id");this.ids={element:e,button:e+"-button",menu:e+"-menu"},this._drawButton(),this._drawMenu(),this.options.disabled&&this.disable()},_drawButton:function(){var e=this,n=this.element.attr("tabindex");this.label=t("label[for='"+this.ids.element+"']").attr("for",this.ids.button),this._on(this.label,{click:function(a){this.button.focus(),a.preventDefault()}}),this.element.hide(),this.button=t("",{class:"ui-selectmenu-button ui-widget ui-state-default ui-corner-all",tabindex:n||this.options.disabled?-1:0,id:this.ids.button,role:"combobox","aria-expanded":"false","aria-autocomplete":"list","aria-owns":this.ids.menu,"aria-haspopup":"true"}).insertAfter(this.element),t("",{class:"ui-icon "+this.options.icons.button}).prependTo(this.button),this.buttonText=t("",{class:"ui-selectmenu-text"}).appendTo(this.button),this._setText(this.buttonText,this.element.find("option:selected").text()),this._resizeButton(),this._on(this.button,this._buttonEvents),this.button.one("focusin",function(){e.menuItems||e._refreshMenu()}),this._hoverable(this.button),this._focusable(this.button)},_drawMenu:function(){var e=this;this.menu=t("",{"aria-hidden":"true","aria-labelledby":this.ids.button,id:this.ids.menu}),this.menuWrap=t("",{class:"ui-selectmenu-menu ui-front"}).append(this.menu).appendTo(this._appendTo()),this.menuInstance=this.menu.menu({role:"listbox",select:function(n,a){n.preventDefault(),e._select(a.item.data("ui-selectmenu-item"),n)},focus:function(n,a){var o=a.item.data("ui-selectmenu-item");e.focusIndex!=null&&o.index!==e.focusIndex&&(e._trigger("focus",n,{item:o}),e.isOpen||e._select(o,n)),e.focusIndex=o.index,e.button.attr("aria-activedescendant",e.menuItems.eq(o.index).attr("id"))}}).menu("instance"),this.menu.addClass("ui-corner-bottom").removeClass("ui-corner-all"),this.menuInstance._off(this.menu,"mouseleave"),this.menuInstance._closeOnDocumentClick=function(){return!1},this.menuInstance._isDivider=function(){return!1}},refresh:function(){this._refreshMenu(),this._setText(this.buttonText,this._getSelectedItem().text()),this.options.width||this._resizeButton()},_refreshMenu:function(){this.menu.empty();var e,n=this.element.find("option");n.length&&(this._parseOptions(n),this._renderMenu(this.menu,this.items),this.menuInstance.refresh(),this.menuItems=this.menu.find("li").not(".ui-selectmenu-optgroup"),e=this._getSelectedItem(),this.menuInstance.focus(null,e),this._setAria(e.data("ui-selectmenu-item")),this._setOption("disabled",this.element.prop("disabled")))},open:function(e){this.options.disabled||(this.menuItems?(this.menu.find(".ui-state-focus").removeClass("ui-state-focus"),this.menuInstance.focus(null,this._getSelectedItem())):this._refreshMenu(),this.isOpen=!0,this._toggleAttr(),this._resizeMenu(),this._position(),this._on(this.document,this._documentClick),this._trigger("open",e))},_position:function(){this.menuWrap.position(t.extend({of:this.button},this.options.position))},close:function(e){this.isOpen&&(this.isOpen=!1,this._toggleAttr(),this._off(this.document),this._trigger("close",e))},widget:function(){return this.button},menuWidget:function(){return this.menu},_renderMenu:function(e,n){var a=this,o="";t.each(n,function(h,p){p.optgroup!==o&&(t("
",{class:"ui-selectmenu-optgroup ui-menu-divider"+(p.element.parent("optgroup").prop("disabled")?" ui-state-disabled":""),text:p.optgroup}).appendTo(e),o=p.optgroup),a._renderItemData(e,p)})},_renderItemData:function(e,n){return this._renderItem(e,n).data("ui-selectmenu-item",n)},_renderItem:function(e,n){var a=t(" ");return n.disabled&&a.addClass("ui-state-disabled"),this._setText(a,n.label),a.appendTo(e)},_setText:function(e,n){n?e.text(n):e.html(" ")},_move:function(e,n){var a,o,h=".ui-menu-item";this.isOpen?a=this.menuItems.eq(this.focusIndex):(a=this.menuItems.eq(this.element[0].selectedIndex),h+=":not(.ui-state-disabled)"),o=e==="first"||e==="last"?a[e==="first"?"prevAll":"nextAll"](h).eq(-1):a[e+"All"](h).eq(0),o.length&&this.menuInstance.focus(n,o)},_getSelectedItem:function(){return this.menuItems.eq(this.element[0].selectedIndex)},_toggle:function(e){this[this.isOpen?"close":"open"](e)},_documentClick:{mousedown:function(e){this.isOpen&&(t(e.target).closest(".ui-selectmenu-menu, #"+this.ids.button).length||this.close(e))}},_buttonEvents:{mousedown:function(e){e.preventDefault()},click:"_toggle",keydown:function(e){var n=!0;switch(e.keyCode){case t.ui.keyCode.TAB:case t.ui.keyCode.ESCAPE:this.close(e),n=!1;break;case t.ui.keyCode.ENTER:this.isOpen&&this._selectFocusedItem(e);break;case t.ui.keyCode.UP:e.altKey?this._toggle(e):this._move("prev",e);break;case t.ui.keyCode.DOWN:e.altKey?this._toggle(e):this._move("next",e);break;case t.ui.keyCode.SPACE:this.isOpen?this._selectFocusedItem(e):this._toggle(e);break;case t.ui.keyCode.LEFT:this._move("prev",e);break;case t.ui.keyCode.RIGHT:this._move("next",e);break;case t.ui.keyCode.HOME:case t.ui.keyCode.PAGE_UP:this._move("first",e);break;case t.ui.keyCode.END:case t.ui.keyCode.PAGE_DOWN:this._move("last",e);break;default:this.menu.trigger(e),n=!1}n&&e.preventDefault()}},_selectFocusedItem:function(e){var n=this.menuItems.eq(this.focusIndex);n.hasClass("ui-state-disabled")||this._select(n.data("ui-selectmenu-item"),e)},_select:function(e,n){var a=this.element[0].selectedIndex;this.element[0].selectedIndex=e.index,this._setText(this.buttonText,e.label),this._setAria(e),this._trigger("select",n,{item:e}),e.index!==a&&this._trigger("change",n,{item:e}),this.close(n)},_setAria:function(e){var n=this.menuItems.eq(e.index).attr("id");this.button.attr({"aria-labelledby":n,"aria-activedescendant":n}),this.menu.attr("aria-activedescendant",n)},_setOption:function(e,n){e==="icons"&&this.button.find("span.ui-icon").removeClass(this.options.icons.button).addClass(n.button),this._super(e,n),e==="appendTo"&&this.menuWrap.appendTo(this._appendTo()),e==="disabled"&&(this.menuInstance.option("disabled",n),this.button.toggleClass("ui-state-disabled",n).attr("aria-disabled",n),this.element.prop("disabled",n),n?(this.button.attr("tabindex",-1),this.close()):this.button.attr("tabindex",0)),e==="width"&&this._resizeButton()},_appendTo:function(){var e=this.options.appendTo;return e&&(e=e.jquery||e.nodeType?t(e):this.document.find(e).eq(0)),e&&e[0]||(e=this.element.closest(".ui-front")),e.length||(e=this.document[0].body),e},_toggleAttr:function(){this.button.toggleClass("ui-corner-top",this.isOpen).toggleClass("ui-corner-all",!this.isOpen).attr("aria-expanded",this.isOpen),this.menuWrap.toggleClass("ui-selectmenu-open",this.isOpen),this.menu.attr("aria-hidden",!this.isOpen)},_resizeButton:function(){var e=this.options.width;e||(e=this.element.show().outerWidth(),this.element.hide()),this.button.outerWidth(e)},_resizeMenu:function(){this.menu.outerWidth(Math.max(this.button.outerWidth(),this.menu.width("").outerWidth()+1))},_getCreateOptions:function(){return{disabled:this.element.prop("disabled")}},_parseOptions:function(e){var n=[];e.each(function(a,o){var h=t(o),p=h.parent("optgroup");n.push({element:h,index:a,value:h.attr("value"),label:h.text(),optgroup:p.attr("label")||"",disabled:p.prop("disabled")||h.prop("disabled")})}),this.items=n},_destroy:function(){this.menuWrap.remove(),this.button.remove(),this.element.show(),this.element.removeUniqueId(),this.label.attr("for",this.ids.element)}}),t.widget("ui.slider",t.ui.mouse,{version:"1.11.1",widgetEventPrefix:"slide",options:{animate:!1,distance:0,max:100,min:0,orientation:"horizontal",range:!1,step:1,value:0,values:null,change:null,slide:null,start:null,stop:null},numPages:5,_create:function(){this._keySliding=!1,this._mouseSliding=!1,this._animateOff=!0,this._handleIndex=null,this._detectOrientation(),this._mouseInit(),this.element.addClass("ui-slider ui-slider-"+this.orientation+" ui-widget ui-widget-content ui-corner-all"),this._refresh(),this._setOption("disabled",this.options.disabled),this._animateOff=!1},_refresh:function(){this._createRange(),this._createHandles(),this._setupEvents(),this._refreshValue()},_createHandles:function(){var e,n,a=this.options,o=this.element.find(".ui-slider-handle").addClass("ui-state-default ui-corner-all"),h=" ",p=[];for(n=a.values&&a.values.length||1,o.length>n&&(o.slice(n).remove(),o=o.slice(0,n)),e=o.length;n>e;e++)p.push(h);this.handles=o.add(t(p.join("")).appendTo(this.element)),this.handle=this.handles.eq(0),this.handles.each(function(y){t(this).data("ui-slider-handle-index",y)})},_createRange:function(){var e=this.options,n="";e.range?(e.range===!0&&(e.values?e.values.length&&e.values.length!==2?e.values=[e.values[0],e.values[0]]:t.isArray(e.values)&&(e.values=e.values.slice(0)):e.values=[this._valueMin(),this._valueMin()]),this.range&&this.range.length?this.range.removeClass("ui-slider-range-min ui-slider-range-max").css({left:"",bottom:""}):(this.range=t("
").appendTo(this.element),n="ui-slider-range ui-widget-header ui-corner-all"),this.range.addClass(n+(e.range==="min"||e.range==="max"?" ui-slider-range-"+e.range:""))):(this.range&&this.range.remove(),this.range=null)},_setupEvents:function(){this._off(this.handles),this._on(this.handles,this._handleEvents),this._hoverable(this.handles),this._focusable(this.handles)},_destroy:function(){this.handles.remove(),this.range&&this.range.remove(),this.element.removeClass("ui-slider ui-slider-horizontal ui-slider-vertical ui-widget ui-widget-content ui-corner-all"),this._mouseDestroy()},_mouseCapture:function(e){var n,a,o,h,p,y,C,D,P=this,L=this.options;return L.disabled?!1:(this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()},this.elementOffset=this.element.offset(),n={x:e.pageX,y:e.pageY},a=this._normValueFromMouse(n),o=this._valueMax()-this._valueMin()+1,this.handles.each(function(J){var dt=Math.abs(a-P.values(J));(o>dt||o===dt&&(J===P._lastChangedValue||P.values(J)===L.min))&&(o=dt,h=t(this),p=J)}),y=this._start(e,p),y===!1?!1:(this._mouseSliding=!0,this._handleIndex=p,h.addClass("ui-state-active").focus(),C=h.offset(),D=!t(e.target).parents().addBack().is(".ui-slider-handle"),this._clickOffset=D?{left:0,top:0}:{left:e.pageX-C.left-h.width()/2,top:e.pageY-C.top-h.height()/2-(parseInt(h.css("borderTopWidth"),10)||0)-(parseInt(h.css("borderBottomWidth"),10)||0)+(parseInt(h.css("marginTop"),10)||0)},this.handles.hasClass("ui-state-hover")||this._slide(e,p,a),this._animateOff=!0,!0))},_mouseStart:function(){return!0},_mouseDrag:function(e){var n={x:e.pageX,y:e.pageY},a=this._normValueFromMouse(n);return this._slide(e,this._handleIndex,a),!1},_mouseStop:function(e){return this.handles.removeClass("ui-state-active"),this._mouseSliding=!1,this._stop(e,this._handleIndex),this._change(e,this._handleIndex),this._handleIndex=null,this._clickOffset=null,this._animateOff=!1,!1},_detectOrientation:function(){this.orientation=this.options.orientation==="vertical"?"vertical":"horizontal"},_normValueFromMouse:function(e){var n,a,o,h,p;return this.orientation==="horizontal"?(n=this.elementSize.width,a=e.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)):(n=this.elementSize.height,a=e.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)),o=a/n,o>1&&(o=1),0>o&&(o=0),this.orientation==="vertical"&&(o=1-o),h=this._valueMax()-this._valueMin(),p=this._valueMin()+o*h,this._trimAlignValue(p)},_start:function(e,n){var a={handle:this.handles[n],value:this.value()};return this.options.values&&this.options.values.length&&(a.value=this.values(n),a.values=this.values()),this._trigger("start",e,a)},_slide:function(e,n,a){var o,h,p;this.options.values&&this.options.values.length?(o=this.values(n?0:1),this.options.values.length===2&&this.options.range===!0&&(n===0&&a>o||n===1&&o>a)&&(a=o),a!==this.values(n)&&(h=this.values(),h[n]=a,p=this._trigger("slide",e,{handle:this.handles[n],value:a,values:h}),o=this.values(n?0:1),p!==!1&&this.values(n,a))):a!==this.value()&&(p=this._trigger("slide",e,{handle:this.handles[n],value:a}),p!==!1&&this.value(a))},_stop:function(e,n){var a={handle:this.handles[n],value:this.value()};this.options.values&&this.options.values.length&&(a.value=this.values(n),a.values=this.values()),this._trigger("stop",e,a)},_change:function(e,n){if(!this._keySliding&&!this._mouseSliding){var a={handle:this.handles[n],value:this.value()};this.options.values&&this.options.values.length&&(a.value=this.values(n),a.values=this.values()),this._lastChangedValue=n,this._trigger("change",e,a)}},value:function(e){return arguments.length?(this.options.value=this._trimAlignValue(e),this._refreshValue(),this._change(null,0),void 0):this._value()},values:function(e,n){var a,o,h;if(arguments.length>1)return this.options.values[e]=this._trimAlignValue(n),this._refreshValue(),this._change(null,e),void 0;if(!arguments.length)return this._values();if(!t.isArray(arguments[0]))return this.options.values&&this.options.values.length?this._values(e):this.value();for(a=this.options.values,o=arguments[0],h=0;a.length>h;h+=1)a[h]=this._trimAlignValue(o[h]),this._change(null,h);this._refreshValue()},_setOption:function(e,n){var a,o=0;switch(e==="range"&&this.options.range===!0&&(n==="min"?(this.options.value=this._values(0),this.options.values=null):n==="max"&&(this.options.value=this._values(this.options.values.length-1),this.options.values=null)),t.isArray(this.options.values)&&(o=this.options.values.length),e==="disabled"&&this.element.toggleClass("ui-state-disabled",!!n),this._super(e,n),e){case"orientation":this._detectOrientation(),this.element.removeClass("ui-slider-horizontal ui-slider-vertical").addClass("ui-slider-"+this.orientation),this._refreshValue(),this.handles.css(n==="horizontal"?"bottom":"left","");break;case"value":this._animateOff=!0,this._refreshValue(),this._change(null,0),this._animateOff=!1;break;case"values":for(this._animateOff=!0,this._refreshValue(),a=0;o>a;a+=1)this._change(null,a);this._animateOff=!1;break;case"min":case"max":this._animateOff=!0,this._refreshValue(),this._animateOff=!1;break;case"range":this._animateOff=!0,this._refresh(),this._animateOff=!1}},_value:function(){var e=this.options.value;return e=this._trimAlignValue(e)},_values:function(e){var n,a,o;if(arguments.length)return n=this.options.values[e],n=this._trimAlignValue(n);if(this.options.values&&this.options.values.length){for(a=this.options.values.slice(),o=0;a.length>o;o+=1)a[o]=this._trimAlignValue(a[o]);return a}return[]},_trimAlignValue:function(e){if(this._valueMin()>=e)return this._valueMin();if(e>=this._valueMax())return this._valueMax();var n=this.options.step>0?this.options.step:1,a=(e-this._valueMin())%n,o=e-a;return 2*Math.abs(a)>=n&&(o+=a>0?n:-n),parseFloat(o.toFixed(5))},_valueMin:function(){return this.options.min},_valueMax:function(){return this.options.max},_refreshValue:function(){var e,n,a,o,h,p=this.options.range,y=this.options,C=this,D=this._animateOff?!1:y.animate,P={};this.options.values&&this.options.values.length?this.handles.each(function(L){n=100*((C.values(L)-C._valueMin())/(C._valueMax()-C._valueMin())),P[C.orientation==="horizontal"?"left":"bottom"]=n+"%",t(this).stop(1,1)[D?"animate":"css"](P,y.animate),C.options.range===!0&&(C.orientation==="horizontal"?(L===0&&C.range.stop(1,1)[D?"animate":"css"]({left:n+"%"},y.animate),L===1&&C.range[D?"animate":"css"]({width:n-e+"%"},{queue:!1,duration:y.animate})):(L===0&&C.range.stop(1,1)[D?"animate":"css"]({bottom:n+"%"},y.animate),L===1&&C.range[D?"animate":"css"]({height:n-e+"%"},{queue:!1,duration:y.animate}))),e=n}):(a=this.value(),o=this._valueMin(),h=this._valueMax(),n=h!==o?100*((a-o)/(h-o)):0,P[this.orientation==="horizontal"?"left":"bottom"]=n+"%",this.handle.stop(1,1)[D?"animate":"css"](P,y.animate),p==="min"&&this.orientation==="horizontal"&&this.range.stop(1,1)[D?"animate":"css"]({width:n+"%"},y.animate),p==="max"&&this.orientation==="horizontal"&&this.range[D?"animate":"css"]({width:100-n+"%"},{queue:!1,duration:y.animate}),p==="min"&&this.orientation==="vertical"&&this.range.stop(1,1)[D?"animate":"css"]({height:n+"%"},y.animate),p==="max"&&this.orientation==="vertical"&&this.range[D?"animate":"css"]({height:100-n+"%"},{queue:!1,duration:y.animate}))},_handleEvents:{keydown:function(e){var n,a,o,h,p=t(e.target).data("ui-slider-handle-index");switch(e.keyCode){case t.ui.keyCode.HOME:case t.ui.keyCode.END:case t.ui.keyCode.PAGE_UP:case t.ui.keyCode.PAGE_DOWN:case t.ui.keyCode.UP:case t.ui.keyCode.RIGHT:case t.ui.keyCode.DOWN:case t.ui.keyCode.LEFT:if(e.preventDefault(),!this._keySliding&&(this._keySliding=!0,t(e.target).addClass("ui-state-active"),n=this._start(e,p),n===!1))return}switch(h=this.options.step,a=o=this.options.values&&this.options.values.length?this.values(p):this.value(),e.keyCode){case t.ui.keyCode.HOME:o=this._valueMin();break;case t.ui.keyCode.END:o=this._valueMax();break;case t.ui.keyCode.PAGE_UP:o=this._trimAlignValue(a+(this._valueMax()-this._valueMin())/this.numPages);break;case t.ui.keyCode.PAGE_DOWN:o=this._trimAlignValue(a-(this._valueMax()-this._valueMin())/this.numPages);break;case t.ui.keyCode.UP:case t.ui.keyCode.RIGHT:if(a===this._valueMax())return;o=this._trimAlignValue(a+h);break;case t.ui.keyCode.DOWN:case t.ui.keyCode.LEFT:if(a===this._valueMin())return;o=this._trimAlignValue(a-h)}this._slide(e,p,o)},keyup:function(e){var n=t(e.target).data("ui-slider-handle-index");this._keySliding&&(this._keySliding=!1,this._stop(e,n),this._change(e,n),t(e.target).removeClass("ui-state-active"))}}}),t.widget("ui.sortable",t.ui.mouse,{version:"1.11.1",widgetEventPrefix:"sort",ready:!1,options:{appendTo:"parent",axis:!1,connectWith:!1,containment:!1,cursor:"auto",cursorAt:!1,dropOnEmpty:!0,forcePlaceholderSize:!1,forceHelperSize:!1,grid:!1,handle:!1,helper:"original",items:"> *",opacity:!1,placeholder:!1,revert:!1,scroll:!0,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1e3,activate:null,beforeStop:null,change:null,deactivate:null,out:null,over:null,receive:null,remove:null,sort:null,start:null,stop:null,update:null},_isOverAxis:function(e,n,a){return e>=n&&n+a>e},_isFloating:function(e){return/left|right/.test(e.css("float"))||/inline|table-cell/.test(e.css("display"))},_create:function(){var e=this.options;this.containerCache={},this.element.addClass("ui-sortable"),this.refresh(),this.floating=this.items.length?e.axis==="x"||this._isFloating(this.items[0].item):!1,this.offset=this.element.offset(),this._mouseInit(),this._setHandleClassName(),this.ready=!0},_setOption:function(e,n){this._super(e,n),e==="handle"&&this._setHandleClassName()},_setHandleClassName:function(){this.element.find(".ui-sortable-handle").removeClass("ui-sortable-handle"),t.each(this.items,function(){(this.instance.options.handle?this.item.find(this.instance.options.handle):this.item).addClass("ui-sortable-handle")})},_destroy:function(){this.element.removeClass("ui-sortable ui-sortable-disabled").find(".ui-sortable-handle").removeClass("ui-sortable-handle"),this._mouseDestroy();for(var e=this.items.length-1;e>=0;e--)this.items[e].item.removeData(this.widgetName+"-item");return this},_mouseCapture:function(e,n){var a=null,o=!1,h=this;return this.reverting||this.options.disabled||this.options.type==="static"?!1:(this._refreshItems(e),t(e.target).parents().each(function(){return t.data(this,h.widgetName+"-item")===h?(a=t(this),!1):void 0}),t.data(e.target,h.widgetName+"-item")===h&&(a=t(e.target)),a&&(!this.options.handle||n||(t(this.options.handle,a).find("*").addBack().each(function(){this===e.target&&(o=!0)}),o))?(this.currentItem=a,this._removeCurrentsFromItems(),!0):!1)},_mouseStart:function(e,n,a){var o,h,p=this.options;if(this.currentContainer=this,this.refreshPositions(),this.helper=this._createHelper(e),this._cacheHelperProportions(),this._cacheMargins(),this.scrollParent=this.helper.scrollParent(),this.offset=this.currentItem.offset(),this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left},t.extend(this.offset,{click:{left:e.pageX-this.offset.left,top:e.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()}),this.helper.css("position","absolute"),this.cssPosition=this.helper.css("position"),this.originalPosition=this._generatePosition(e),this.originalPageX=e.pageX,this.originalPageY=e.pageY,p.cursorAt&&this._adjustOffsetFromHelper(p.cursorAt),this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]},this.helper[0]!==this.currentItem[0]&&this.currentItem.hide(),this._createPlaceholder(),p.containment&&this._setContainment(),p.cursor&&p.cursor!=="auto"&&(h=this.document.find("body"),this.storedCursor=h.css("cursor"),h.css("cursor",p.cursor),this.storedStylesheet=t("").appendTo(h)),p.opacity&&(this.helper.css("opacity")&&(this._storedOpacity=this.helper.css("opacity")),this.helper.css("opacity",p.opacity)),p.zIndex&&(this.helper.css("zIndex")&&(this._storedZIndex=this.helper.css("zIndex")),this.helper.css("zIndex",p.zIndex)),this.scrollParent[0]!==document&&this.scrollParent[0].tagName!=="HTML"&&(this.overflowOffset=this.scrollParent.offset()),this._trigger("start",e,this._uiHash()),this._preserveHelperProportions||this._cacheHelperProportions(),!a)for(o=this.containers.length-1;o>=0;o--)this.containers[o]._trigger("activate",e,this._uiHash(this));return t.ui.ddmanager&&(t.ui.ddmanager.current=this),t.ui.ddmanager&&!p.dropBehaviour&&t.ui.ddmanager.prepareOffsets(this,e),this.dragging=!0,this.helper.addClass("ui-sortable-helper"),this._mouseDrag(e),!0},_mouseDrag:function(e){var n,a,o,h,p=this.options,y=!1;for(this.position=this._generatePosition(e),this.positionAbs=this._convertPositionTo("absolute"),this.lastPositionAbs||(this.lastPositionAbs=this.positionAbs),this.options.scroll&&(this.scrollParent[0]!==document&&this.scrollParent[0].tagName!=="HTML"?(this.overflowOffset.top+this.scrollParent[0].offsetHeight-e.pageY=0;n--)if(a=this.items[n],o=a.item[0],h=this._intersectsWithPointer(a),h&&a.instance===this.currentContainer&&o!==this.currentItem[0]&&this.placeholder[h===1?"next":"prev"]()[0]!==o&&!t.contains(this.placeholder[0],o)&&(this.options.type==="semi-dynamic"?!t.contains(this.element[0],o):!0)){if(this.direction=h===1?"down":"up",this.options.tolerance!=="pointer"&&!this._intersectsWithSides(a))break;this._rearrange(e,a),this._trigger("change",e,this._uiHash());break}return this._contactContainers(e),t.ui.ddmanager&&t.ui.ddmanager.drag(this,e),this._trigger("sort",e,this._uiHash()),this.lastPositionAbs=this.positionAbs,!1},_mouseStop:function(e,n){if(e){if(t.ui.ddmanager&&!this.options.dropBehaviour&&t.ui.ddmanager.drop(this,e),this.options.revert){var a=this,o=this.placeholder.offset(),h=this.options.axis,p={};h&&h!=="x"||(p.left=o.left-this.offset.parent.left-this.margins.left+(this.offsetParent[0]===document.body?0:this.offsetParent[0].scrollLeft)),h&&h!=="y"||(p.top=o.top-this.offset.parent.top-this.margins.top+(this.offsetParent[0]===document.body?0:this.offsetParent[0].scrollTop)),this.reverting=!0,t(this.helper).animate(p,parseInt(this.options.revert,10)||500,function(){a._clear(e)})}else this._clear(e,n);return!1}},cancel:function(){if(this.dragging){this._mouseUp({target:null}),this.options.helper==="original"?this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper"):this.currentItem.show();for(var e=this.containers.length-1;e>=0;e--)this.containers[e]._trigger("deactivate",null,this._uiHash(this)),this.containers[e].containerCache.over&&(this.containers[e]._trigger("out",null,this._uiHash(this)),this.containers[e].containerCache.over=0)}return this.placeholder&&(this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]),this.options.helper!=="original"&&this.helper&&this.helper[0].parentNode&&this.helper.remove(),t.extend(this,{helper:null,dragging:!1,reverting:!1,_noFinalSort:null}),this.domPosition.prev?t(this.domPosition.prev).after(this.currentItem):t(this.domPosition.parent).prepend(this.currentItem)),this},serialize:function(e){var n=this._getItemsAsjQuery(e&&e.connected),a=[];return e=e||{},t(n).each(function(){var o=(t(e.item||this).attr(e.attribute||"id")||"").match(e.expression||/(.+)[\-=_](.+)/);o&&a.push((e.key||o[1]+"[]")+"="+(e.key&&e.expression?o[1]:o[2]))}),!a.length&&e.key&&a.push(e.key+"="),a.join("&")},toArray:function(e){var n=this._getItemsAsjQuery(e&&e.connected),a=[];return e=e||{},n.each(function(){a.push(t(e.item||this).attr(e.attribute||"id")||"")}),a},_intersectsWith:function(e){var n=this.positionAbs.left,a=n+this.helperProportions.width,o=this.positionAbs.top,h=o+this.helperProportions.height,p=e.left,y=p+e.width,C=e.top,D=C+e.height,P=this.offset.click.top,L=this.offset.click.left,J=this.options.axis==="x"||o+P>C&&D>o+P,dt=this.options.axis==="y"||n+L>p&&y>n+L,Et=J&&dt;return this.options.tolerance==="pointer"||this.options.forcePointerForContainers||this.options.tolerance!=="pointer"&&this.helperProportions[this.floating?"width":"height"]>e[this.floating?"width":"height"]?Et:n+this.helperProportions.width/2>p&&y>a-this.helperProportions.width/2&&o+this.helperProportions.height/2>C&&D>h-this.helperProportions.height/2},_intersectsWithPointer:function(e){var n=this.options.axis==="x"||this._isOverAxis(this.positionAbs.top+this.offset.click.top,e.top,e.height),a=this.options.axis==="y"||this._isOverAxis(this.positionAbs.left+this.offset.click.left,e.left,e.width),o=n&&a,h=this._getDragVerticalDirection(),p=this._getDragHorizontalDirection();return o?this.floating?p&&p==="right"||h==="down"?2:1:h&&(h==="down"?2:1):!1},_intersectsWithSides:function(e){var n=this._isOverAxis(this.positionAbs.top+this.offset.click.top,e.top+e.height/2,e.height),a=this._isOverAxis(this.positionAbs.left+this.offset.click.left,e.left+e.width/2,e.width),o=this._getDragVerticalDirection(),h=this._getDragHorizontalDirection();return this.floating&&h?h==="right"&&a||h==="left"&&!a:o&&(o==="down"&&n||o==="up"&&!n)},_getDragVerticalDirection:function(){var e=this.positionAbs.top-this.lastPositionAbs.top;return e!==0&&(e>0?"down":"up")},_getDragHorizontalDirection:function(){var e=this.positionAbs.left-this.lastPositionAbs.left;return e!==0&&(e>0?"right":"left")},refresh:function(e){return this._refreshItems(e),this._setHandleClassName(),this.refreshPositions(),this},_connectWith:function(){var e=this.options;return e.connectWith.constructor===String?[e.connectWith]:e.connectWith},_getItemsAsjQuery:function(e){function n(){y.push(this)}var a,o,h,p,y=[],C=[],D=this._connectWith();if(D&&e)for(a=D.length-1;a>=0;a--)for(h=t(D[a]),o=h.length-1;o>=0;o--)p=t.data(h[o],this.widgetFullName),p&&p!==this&&!p.options.disabled&&C.push([t.isFunction(p.options.items)?p.options.items.call(p.element):t(p.options.items,p.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),p]);for(C.push([t.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):t(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),this]),a=C.length-1;a>=0;a--)C[a][0].each(n);return t(y)},_removeCurrentsFromItems:function(){var e=this.currentItem.find(":data("+this.widgetName+"-item)");this.items=t.grep(this.items,function(n){for(var a=0;e.length>a;a++)if(e[a]===n.item[0])return!1;return!0})},_refreshItems:function(e){this.items=[],this.containers=[this];var n,a,o,h,p,y,C,D,P=this.items,L=[[t.isFunction(this.options.items)?this.options.items.call(this.element[0],e,{item:this.currentItem}):t(this.options.items,this.element),this]],J=this._connectWith();if(J&&this.ready)for(n=J.length-1;n>=0;n--)for(o=t(J[n]),a=o.length-1;a>=0;a--)h=t.data(o[a],this.widgetFullName),h&&h!==this&&!h.options.disabled&&(L.push([t.isFunction(h.options.items)?h.options.items.call(h.element[0],e,{item:this.currentItem}):t(h.options.items,h.element),h]),this.containers.push(h));for(n=L.length-1;n>=0;n--)for(p=L[n][1],y=L[n][0],a=0,D=y.length;D>a;a++)C=t(y[a]),C.data(this.widgetName+"-item",p),P.push({item:C,instance:p,width:0,height:0,left:0,top:0})},refreshPositions:function(e){this.offsetParent&&this.helper&&(this.offset.parent=this._getParentOffset());var n,a,o,h;for(n=this.items.length-1;n>=0;n--)a=this.items[n],a.instance!==this.currentContainer&&this.currentContainer&&a.item[0]!==this.currentItem[0]||(o=this.options.toleranceElement?t(this.options.toleranceElement,a.item):a.item,e||(a.width=o.outerWidth(),a.height=o.outerHeight()),h=o.offset(),a.left=h.left,a.top=h.top);if(this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(n=this.containers.length-1;n>=0;n--)h=this.containers[n].element.offset(),this.containers[n].containerCache.left=h.left,this.containers[n].containerCache.top=h.top,this.containers[n].containerCache.width=this.containers[n].element.outerWidth(),this.containers[n].containerCache.height=this.containers[n].element.outerHeight();return this},_createPlaceholder:function(e){e=e||this;var n,a=e.options;a.placeholder&&a.placeholder.constructor!==String||(n=a.placeholder,a.placeholder={element:function(){var o=e.currentItem[0].nodeName.toLowerCase(),h=t("<"+o+">",e.document[0]).addClass(n||e.currentItem[0].className+" ui-sortable-placeholder").removeClass("ui-sortable-helper");return o==="tr"?e.currentItem.children().each(function(){t(" ",e.document[0]).attr("colspan",t(this).attr("colspan")||1).appendTo(h)}):o==="img"&&h.attr("src",e.currentItem.attr("src")),n||h.css("visibility","hidden"),h},update:function(o,h){(!n||a.forcePlaceholderSize)&&(h.height()||h.height(e.currentItem.innerHeight()-parseInt(e.currentItem.css("paddingTop")||0,10)-parseInt(e.currentItem.css("paddingBottom")||0,10)),h.width()||h.width(e.currentItem.innerWidth()-parseInt(e.currentItem.css("paddingLeft")||0,10)-parseInt(e.currentItem.css("paddingRight")||0,10)))}}),e.placeholder=t(a.placeholder.element.call(e.element,e.currentItem)),e.currentItem.after(e.placeholder),a.placeholder.update(e,e.placeholder)},_contactContainers:function(e){var n,a,o,h,p,y,C,D,P,L,J=null,dt=null;for(n=this.containers.length-1;n>=0;n--)if(!t.contains(this.currentItem[0],this.containers[n].element[0]))if(this._intersectsWith(this.containers[n].containerCache)){if(J&&t.contains(this.containers[n].element[0],J.element[0]))continue;J=this.containers[n],dt=n}else this.containers[n].containerCache.over&&(this.containers[n]._trigger("out",e,this._uiHash(this)),this.containers[n].containerCache.over=0);if(J)if(this.containers.length===1)this.containers[dt].containerCache.over||(this.containers[dt]._trigger("over",e,this._uiHash(this)),this.containers[dt].containerCache.over=1);else{for(o=1e4,h=null,P=J.floating||this._isFloating(this.currentItem),p=P?"left":"top",y=P?"width":"height",L=P?"clientX":"clientY",a=this.items.length-1;a>=0;a--)t.contains(this.containers[dt].element[0],this.items[a].item[0])&&this.items[a].item[0]!==this.currentItem[0]&&(C=this.items[a].item.offset()[p],D=!1,e[L]-C>this.items[a][y]/2&&(D=!0),o>Math.abs(e[L]-C)&&(o=Math.abs(e[L]-C),h=this.items[a],this.direction=D?"up":"down"));if(!h&&!this.options.dropOnEmpty||this.currentContainer===this.containers[dt])return;h?this._rearrange(e,h,null,!0):this._rearrange(e,null,this.containers[dt].element,!0),this._trigger("change",e,this._uiHash()),this.containers[dt]._trigger("change",e,this._uiHash(this)),this.currentContainer=this.containers[dt],this.options.placeholder.update(this.currentContainer,this.placeholder),this.containers[dt]._trigger("over",e,this._uiHash(this)),this.containers[dt].containerCache.over=1}},_createHelper:function(e){var n=this.options,a=t.isFunction(n.helper)?t(n.helper.apply(this.element[0],[e,this.currentItem])):n.helper==="clone"?this.currentItem.clone():this.currentItem;return a.parents("body").length||t(n.appendTo!=="parent"?n.appendTo:this.currentItem[0].parentNode)[0].appendChild(a[0]),a[0]===this.currentItem[0]&&(this._storedCSS={width:this.currentItem[0].style.width,height:this.currentItem[0].style.height,position:this.currentItem.css("position"),top:this.currentItem.css("top"),left:this.currentItem.css("left")}),(!a[0].style.width||n.forceHelperSize)&&a.width(this.currentItem.width()),(!a[0].style.height||n.forceHelperSize)&&a.height(this.currentItem.height()),a},_adjustOffsetFromHelper:function(e){typeof e=="string"&&(e=e.split(" ")),t.isArray(e)&&(e={left:+e[0],top:+e[1]||0}),"left"in e&&(this.offset.click.left=e.left+this.margins.left),"right"in e&&(this.offset.click.left=this.helperProportions.width-e.right+this.margins.left),"top"in e&&(this.offset.click.top=e.top+this.margins.top),"bottom"in e&&(this.offset.click.top=this.helperProportions.height-e.bottom+this.margins.top)},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var e=this.offsetParent.offset();return this.cssPosition==="absolute"&&this.scrollParent[0]!==document&&t.contains(this.scrollParent[0],this.offsetParent[0])&&(e.left+=this.scrollParent.scrollLeft(),e.top+=this.scrollParent.scrollTop()),(this.offsetParent[0]===document.body||this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()==="html"&&t.ui.ie)&&(e={top:0,left:0}),{top:e.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:e.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition==="relative"){var e=this.currentItem.position();return{top:e.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:e.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.currentItem.css("marginLeft"),10)||0,top:parseInt(this.currentItem.css("marginTop"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var e,n,a,o=this.options;o.containment==="parent"&&(o.containment=this.helper[0].parentNode),(o.containment==="document"||o.containment==="window")&&(this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,t(o.containment==="document"?document:window).width()-this.helperProportions.width-this.margins.left,(t(o.containment==="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]),/^(document|window|parent)$/.test(o.containment)||(e=t(o.containment)[0],n=t(o.containment).offset(),a=t(e).css("overflow")!=="hidden",this.containment=[n.left+(parseInt(t(e).css("borderLeftWidth"),10)||0)+(parseInt(t(e).css("paddingLeft"),10)||0)-this.margins.left,n.top+(parseInt(t(e).css("borderTopWidth"),10)||0)+(parseInt(t(e).css("paddingTop"),10)||0)-this.margins.top,n.left+(a?Math.max(e.scrollWidth,e.offsetWidth):e.offsetWidth)-(parseInt(t(e).css("borderLeftWidth"),10)||0)-(parseInt(t(e).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,n.top+(a?Math.max(e.scrollHeight,e.offsetHeight):e.offsetHeight)-(parseInt(t(e).css("borderTopWidth"),10)||0)-(parseInt(t(e).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top])},_convertPositionTo:function(e,n){n||(n=this.position);var a=e==="absolute"?1:-1,o=this.cssPosition!=="absolute"||this.scrollParent[0]!==document&&t.contains(this.scrollParent[0],this.offsetParent[0])?this.scrollParent:this.offsetParent,h=/(html|body)/i.test(o[0].tagName);return{top:n.top+this.offset.relative.top*a+this.offset.parent.top*a-(this.cssPosition==="fixed"?-this.scrollParent.scrollTop():h?0:o.scrollTop())*a,left:n.left+this.offset.relative.left*a+this.offset.parent.left*a-(this.cssPosition==="fixed"?-this.scrollParent.scrollLeft():h?0:o.scrollLeft())*a}},_generatePosition:function(e){var n,a,o=this.options,h=e.pageX,p=e.pageY,y=this.cssPosition!=="absolute"||this.scrollParent[0]!==document&&t.contains(this.scrollParent[0],this.offsetParent[0])?this.scrollParent:this.offsetParent,C=/(html|body)/i.test(y[0].tagName);return this.cssPosition!=="relative"||this.scrollParent[0]!==document&&this.scrollParent[0]!==this.offsetParent[0]||(this.offset.relative=this._getRelativeOffset()),this.originalPosition&&(this.containment&&(e.pageX-this.offset.click.leftthis.containment[2]&&(h=this.containment[2]+this.offset.click.left),e.pageY-this.offset.click.top>this.containment[3]&&(p=this.containment[3]+this.offset.click.top)),o.grid&&(n=this.originalPageY+Math.round((p-this.originalPageY)/o.grid[1])*o.grid[1],p=this.containment?n-this.offset.click.top>=this.containment[1]&&n-this.offset.click.top<=this.containment[3]?n:n-this.offset.click.top>=this.containment[1]?n-o.grid[1]:n+o.grid[1]:n,a=this.originalPageX+Math.round((h-this.originalPageX)/o.grid[0])*o.grid[0],h=this.containment?a-this.offset.click.left>=this.containment[0]&&a-this.offset.click.left<=this.containment[2]?a:a-this.offset.click.left>=this.containment[0]?a-o.grid[0]:a+o.grid[0]:a)),{top:p-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+(this.cssPosition==="fixed"?-this.scrollParent.scrollTop():C?0:y.scrollTop()),left:h-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+(this.cssPosition==="fixed"?-this.scrollParent.scrollLeft():C?0:y.scrollLeft())}},_rearrange:function(e,n,a,o){a?a[0].appendChild(this.placeholder[0]):n.item[0].parentNode.insertBefore(this.placeholder[0],this.direction==="down"?n.item[0]:n.item[0].nextSibling),this.counter=this.counter?++this.counter:1;var h=this.counter;this._delay(function(){h===this.counter&&this.refreshPositions(!o)})},_clear:function(e,n){function a(p,y,C){return function(D){C._trigger(p,D,y._uiHash(y))}}this.reverting=!1;var o,h=[];if(!this._noFinalSort&&this.currentItem.parent().length&&this.placeholder.before(this.currentItem),this._noFinalSort=null,this.helper[0]===this.currentItem[0]){for(o in this._storedCSS)(this._storedCSS[o]==="auto"||this._storedCSS[o]==="static")&&(this._storedCSS[o]="");this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper")}else this.currentItem.show();for(this.fromOutside&&!n&&h.push(function(p){this._trigger("receive",p,this._uiHash(this.fromOutside))}),!this.fromOutside&&this.domPosition.prev===this.currentItem.prev().not(".ui-sortable-helper")[0]&&this.domPosition.parent===this.currentItem.parent()[0]||n||h.push(function(p){this._trigger("update",p,this._uiHash())}),this!==this.currentContainer&&(n||(h.push(function(p){this._trigger("remove",p,this._uiHash())}),h.push(function(p){return function(y){p._trigger("receive",y,this._uiHash(this))}}.call(this,this.currentContainer)),h.push(function(p){return function(y){p._trigger("update",y,this._uiHash(this))}}.call(this,this.currentContainer)))),o=this.containers.length-1;o>=0;o--)n||h.push(a("deactivate",this,this.containers[o])),this.containers[o].containerCache.over&&(h.push(a("out",this,this.containers[o])),this.containers[o].containerCache.over=0);if(this.storedCursor&&(this.document.find("body").css("cursor",this.storedCursor),this.storedStylesheet.remove()),this._storedOpacity&&this.helper.css("opacity",this._storedOpacity),this._storedZIndex&&this.helper.css("zIndex",this._storedZIndex==="auto"?"":this._storedZIndex),this.dragging=!1,this.cancelHelperRemoval){if(!n){for(this._trigger("beforeStop",e,this._uiHash()),o=0;h.length>o;o++)h[o].call(this,e);this._trigger("stop",e,this._uiHash())}return this.fromOutside=!1,!1}if(n||this._trigger("beforeStop",e,this._uiHash()),this.placeholder[0].parentNode.removeChild(this.placeholder[0]),this.helper[0]!==this.currentItem[0]&&this.helper.remove(),this.helper=null,!n){for(o=0;h.length>o;o++)h[o].call(this,e);this._trigger("stop",e,this._uiHash())}return this.fromOutside=!1,!0},_trigger:function(){t.Widget.prototype._trigger.apply(this,arguments)===!1&&this.cancel()},_uiHash:function(e){var n=e||this;return{helper:n.helper,placeholder:n.placeholder||t([]),position:n.position,originalPosition:n.originalPosition,offset:n.positionAbs,item:n.currentItem,sender:e?e.element:null}}}),t.widget("ui.spinner",{version:"1.11.1",defaultElement:" ",widgetEventPrefix:"spin",options:{culture:null,icons:{down:"ui-icon-triangle-1-s",up:"ui-icon-triangle-1-n"},incremental:!0,max:null,min:null,numberFormat:null,page:10,step:1,change:null,spin:null,start:null,stop:null},_create:function(){this._setOption("max",this.options.max),this._setOption("min",this.options.min),this._setOption("step",this.options.step),this.value()!==""&&this._value(this.element.val(),!0),this._draw(),this._on(this._events),this._refresh(),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_getCreateOptions:function(){var e={},n=this.element;return t.each(["min","max","step"],function(a,o){var h=n.attr(o);h!==void 0&&h.length&&(e[o]=h)}),e},_events:{keydown:function(e){this._start(e)&&this._keydown(e)&&e.preventDefault()},keyup:"_stop",focus:function(){this.previous=this.element.val()},blur:function(e){return this.cancelBlur?(delete this.cancelBlur,void 0):(this._stop(),this._refresh(),this.previous!==this.element.val()&&this._trigger("change",e),void 0)},mousewheel:function(e,n){if(n){if(!this.spinning&&!this._start(e))return!1;this._spin((n>0?1:-1)*this.options.step,e),clearTimeout(this.mousewheelTimer),this.mousewheelTimer=this._delay(function(){this.spinning&&this._stop(e)},100),e.preventDefault()}},"mousedown .ui-spinner-button":function(e){function n(){var o=this.element[0]===this.document[0].activeElement;o||(this.element.focus(),this.previous=a,this._delay(function(){this.previous=a}))}var a;a=this.element[0]===this.document[0].activeElement?this.previous:this.element.val(),e.preventDefault(),n.call(this),this.cancelBlur=!0,this._delay(function(){delete this.cancelBlur,n.call(this)}),this._start(e)!==!1&&this._repeat(null,t(e.currentTarget).hasClass("ui-spinner-up")?1:-1,e)},"mouseup .ui-spinner-button":"_stop","mouseenter .ui-spinner-button":function(e){return t(e.currentTarget).hasClass("ui-state-active")?this._start(e)===!1?!1:(this._repeat(null,t(e.currentTarget).hasClass("ui-spinner-up")?1:-1,e),void 0):void 0},"mouseleave .ui-spinner-button":"_stop"},_draw:function(){var e=this.uiSpinner=this.element.addClass("ui-spinner-input").attr("autocomplete","off").wrap(this._uiSpinnerHtml()).parent().append(this._buttonHtml());this.element.attr("role","spinbutton"),this.buttons=e.find(".ui-spinner-button").attr("tabIndex",-1).button().removeClass("ui-corner-all"),this.buttons.height()>Math.ceil(.5*e.height())&&e.height()>0&&e.height(e.height()),this.options.disabled&&this.disable()},_keydown:function(e){var n=this.options,a=t.ui.keyCode;switch(e.keyCode){case a.UP:return this._repeat(null,1,e),!0;case a.DOWN:return this._repeat(null,-1,e),!0;case a.PAGE_UP:return this._repeat(null,n.page,e),!0;case a.PAGE_DOWN:return this._repeat(null,-n.page,e),!0}return!1},_uiSpinnerHtml:function(){return" "},_buttonHtml:function(){return"▲ ▼ "},_start:function(e){return this.spinning||this._trigger("start",e)!==!1?(this.counter||(this.counter=1),this.spinning=!0,!0):!1},_repeat:function(e,n,a){e=e||500,clearTimeout(this.timer),this.timer=this._delay(function(){this._repeat(40,n,a)},e),this._spin(n*this.options.step,a)},_spin:function(e,n){var a=this.value()||0;this.counter||(this.counter=1),a=this._adjustValue(a+e*this._increment(this.counter)),this.spinning&&this._trigger("spin",n,{value:a})===!1||(this._value(a),this.counter++)},_increment:function(e){var n=this.options.incremental;return n?t.isFunction(n)?n(e):Math.floor(e*e*e/5e4-e*e/500+17*e/200+1):1},_precision:function(){var e=this._precisionOf(this.options.step);return this.options.min!==null&&(e=Math.max(e,this._precisionOf(this.options.min))),e},_precisionOf:function(e){var n=""+e,a=n.indexOf(".");return a===-1?0:n.length-a-1},_adjustValue:function(e){var n,a,o=this.options;return n=o.min!==null?o.min:0,a=e-n,a=Math.round(a/o.step)*o.step,e=n+a,e=parseFloat(e.toFixed(this._precision())),o.max!==null&&e>o.max?o.max:o.min!==null&&o.min>e?o.min:e},_stop:function(e){this.spinning&&(clearTimeout(this.timer),clearTimeout(this.mousewheelTimer),this.counter=0,this.spinning=!1,this._trigger("stop",e))},_setOption:function(e,n){if(e==="culture"||e==="numberFormat"){var a=this._parse(this.element.val());return this.options[e]=n,this.element.val(this._format(a)),void 0}(e==="max"||e==="min"||e==="step")&&typeof n=="string"&&(n=this._parse(n)),e==="icons"&&(this.buttons.first().find(".ui-icon").removeClass(this.options.icons.up).addClass(n.up),this.buttons.last().find(".ui-icon").removeClass(this.options.icons.down).addClass(n.down)),this._super(e,n),e==="disabled"&&(this.widget().toggleClass("ui-state-disabled",!!n),this.element.prop("disabled",!!n),this.buttons.button(n?"disable":"enable"))},_setOptions:b(function(e){this._super(e)}),_parse:function(e){return typeof e=="string"&&e!==""&&(e=window.Globalize&&this.options.numberFormat?Globalize.parseFloat(e,10,this.options.culture):+e),e===""||isNaN(e)?null:e},_format:function(e){return e===""?"":window.Globalize&&this.options.numberFormat?Globalize.format(e,this.options.numberFormat,this.options.culture):e},_refresh:function(){this.element.attr({"aria-valuemin":this.options.min,"aria-valuemax":this.options.max,"aria-valuenow":this._parse(this.element.val())})},isValid:function(){var e=this.value();return e===null?!1:e===this._adjustValue(e)},_value:function(e,n){var a;e!==""&&(a=this._parse(e),a!==null&&(n||(a=this._adjustValue(a)),e=this._format(a))),this.element.val(e),this._refresh()},_destroy:function(){this.element.removeClass("ui-spinner-input").prop("disabled",!1).removeAttr("autocomplete").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow"),this.uiSpinner.replaceWith(this.element)},stepUp:b(function(e){this._stepUp(e)}),_stepUp:function(e){this._start()&&(this._spin((e||1)*this.options.step),this._stop())},stepDown:b(function(e){this._stepDown(e)}),_stepDown:function(e){this._start()&&(this._spin((e||1)*-this.options.step),this._stop())},pageUp:b(function(e){this._stepUp((e||1)*this.options.page)}),pageDown:b(function(e){this._stepDown((e||1)*this.options.page)}),value:function(e){return arguments.length?(b(this._value).call(this,e),void 0):this._parse(this.element.val())},widget:function(){return this.uiSpinner}}),t.widget("ui.tabs",{version:"1.11.1",delay:300,options:{active:null,collapsible:!1,event:"click",heightStyle:"content",hide:null,show:null,activate:null,beforeActivate:null,beforeLoad:null,load:null},_isLocal:function(){var e=/#.*$/;return function(n){var a,o;n=n.cloneNode(!1),a=n.href.replace(e,""),o=location.href.replace(e,"");try{a=decodeURIComponent(a)}catch(h){}try{o=decodeURIComponent(o)}catch(h){}return n.hash.length>1&&a===o}}(),_create:function(){var e=this,n=this.options;this.running=!1,this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all").toggleClass("ui-tabs-collapsible",n.collapsible),this._processTabs(),n.active=this._initialActive(),t.isArray(n.disabled)&&(n.disabled=t.unique(n.disabled.concat(t.map(this.tabs.filter(".ui-state-disabled"),function(a){return e.tabs.index(a)}))).sort()),this.active=this.options.active!==!1&&this.anchors.length?this._findActive(n.active):t(),this._refresh(),this.active.length&&this.load(n.active)},_initialActive:function(){var e=this.options.active,n=this.options.collapsible,a=location.hash.substring(1);return e===null&&(a&&this.tabs.each(function(o,h){return t(h).attr("aria-controls")===a?(e=o,!1):void 0}),e===null&&(e=this.tabs.index(this.tabs.filter(".ui-tabs-active"))),(e===null||e===-1)&&(e=this.tabs.length?0:!1)),e!==!1&&(e=this.tabs.index(this.tabs.eq(e)),e===-1&&(e=n?!1:0)),!n&&e===!1&&this.anchors.length&&(e=0),e},_getCreateEventData:function(){return{tab:this.active,panel:this.active.length?this._getPanelForTab(this.active):t()}},_tabKeydown:function(e){var n=t(this.document[0].activeElement).closest("li"),a=this.tabs.index(n),o=!0;if(!this._handlePageNav(e)){switch(e.keyCode){case t.ui.keyCode.RIGHT:case t.ui.keyCode.DOWN:a++;break;case t.ui.keyCode.UP:case t.ui.keyCode.LEFT:o=!1,a--;break;case t.ui.keyCode.END:a=this.anchors.length-1;break;case t.ui.keyCode.HOME:a=0;break;case t.ui.keyCode.SPACE:return e.preventDefault(),clearTimeout(this.activating),this._activate(a),void 0;case t.ui.keyCode.ENTER:return e.preventDefault(),clearTimeout(this.activating),this._activate(a===this.options.active?!1:a),void 0;default:return}e.preventDefault(),clearTimeout(this.activating),a=this._focusNextTab(a,o),e.ctrlKey||(n.attr("aria-selected","false"),this.tabs.eq(a).attr("aria-selected","true"),this.activating=this._delay(function(){this.option("active",a)},this.delay))}},_panelKeydown:function(e){this._handlePageNav(e)||e.ctrlKey&&e.keyCode===t.ui.keyCode.UP&&(e.preventDefault(),this.active.focus())},_handlePageNav:function(e){return e.altKey&&e.keyCode===t.ui.keyCode.PAGE_UP?(this._activate(this._focusNextTab(this.options.active-1,!1)),!0):e.altKey&&e.keyCode===t.ui.keyCode.PAGE_DOWN?(this._activate(this._focusNextTab(this.options.active+1,!0)),!0):void 0},_findNextTab:function(e,n){function a(){return e>o&&(e=0),0>e&&(e=o),e}for(var o=this.tabs.length-1;t.inArray(a(),this.options.disabled)!==-1;)e=n?e+1:e-1;return e},_focusNextTab:function(e,n){return e=this._findNextTab(e,n),this.tabs.eq(e).focus(),e},_setOption:function(e,n){return e==="active"?(this._activate(n),void 0):e==="disabled"?(this._setupDisabled(n),void 0):(this._super(e,n),e==="collapsible"&&(this.element.toggleClass("ui-tabs-collapsible",n),n||this.options.active!==!1||this._activate(0)),e==="event"&&this._setupEvents(n),e==="heightStyle"&&this._setupHeightStyle(n),void 0)},_sanitizeSelector:function(e){return e?e.replace(/[!"$%&'()*+,.\/:;<=>?@\[\]\^`{|}~]/g,"\\$&"):""},refresh:function(){var e=this.options,n=this.tablist.children(":has(a[href])");e.disabled=t.map(n.filter(".ui-state-disabled"),function(a){return n.index(a)}),this._processTabs(),e.active!==!1&&this.anchors.length?this.active.length&&!t.contains(this.tablist[0],this.active[0])?this.tabs.length===e.disabled.length?(e.active=!1,this.active=t()):this._activate(this._findNextTab(Math.max(0,e.active-1),!1)):e.active=this.tabs.index(this.active):(e.active=!1,this.active=t()),this._refresh()},_refresh:function(){this._setupDisabled(this.options.disabled),this._setupEvents(this.options.event),this._setupHeightStyle(this.options.heightStyle),this.tabs.not(this.active).attr({"aria-selected":"false","aria-expanded":"false",tabIndex:-1}),this.panels.not(this._getPanelForTab(this.active)).hide().attr({"aria-hidden":"true"}),this.active.length?(this.active.addClass("ui-tabs-active ui-state-active").attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0}),this._getPanelForTab(this.active).show().attr({"aria-hidden":"false"})):this.tabs.eq(0).attr("tabIndex",0)},_processTabs:function(){var e=this;this.tablist=this._getList().addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all").attr("role","tablist").delegate("> li","mousedown"+this.eventNamespace,function(n){t(this).is(".ui-state-disabled")&&n.preventDefault()}).delegate(".ui-tabs-anchor","focus"+this.eventNamespace,function(){t(this).closest("li").is(".ui-state-disabled")&&this.blur()}),this.tabs=this.tablist.find("> li:has(a[href])").addClass("ui-state-default ui-corner-top").attr({role:"tab",tabIndex:-1}),this.anchors=this.tabs.map(function(){return t("a",this)[0]}).addClass("ui-tabs-anchor").attr({role:"presentation",tabIndex:-1}),this.panels=t(),this.anchors.each(function(n,a){var o,h,p,y=t(a).uniqueId().attr("id"),C=t(a).closest("li"),D=C.attr("aria-controls");e._isLocal(a)?(o=a.hash,p=o.substring(1),h=e.element.find(e._sanitizeSelector(o))):(p=C.attr("aria-controls")||t({}).uniqueId()[0].id,o="#"+p,h=e.element.find(o),h.length||(h=e._createPanel(p),h.insertAfter(e.panels[n-1]||e.tablist)),h.attr("aria-live","polite")),h.length&&(e.panels=e.panels.add(h)),D&&C.data("ui-tabs-aria-controls",D),C.attr({"aria-controls":p,"aria-labelledby":y}),h.attr("aria-labelledby",y)}),this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").attr("role","tabpanel")},_getList:function(){return this.tablist||this.element.find("ol,ul").eq(0)},_createPanel:function(e){return t("").attr("id",e).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").data("ui-tabs-destroy",!0)},_setupDisabled:function(e){t.isArray(e)&&(e.length?e.length===this.anchors.length&&(e=!0):e=!1);for(var n,a=0;n=this.tabs[a];a++)e===!0||t.inArray(a,e)!==-1?t(n).addClass("ui-state-disabled").attr("aria-disabled","true"):t(n).removeClass("ui-state-disabled").removeAttr("aria-disabled");this.options.disabled=e},_setupEvents:function(e){var n={};e&&t.each(e.split(" "),function(a,o){n[o]="_eventHandler"}),this._off(this.anchors.add(this.tabs).add(this.panels)),this._on(!0,this.anchors,{click:function(a){a.preventDefault()}}),this._on(this.anchors,n),this._on(this.tabs,{keydown:"_tabKeydown"}),this._on(this.panels,{keydown:"_panelKeydown"}),this._focusable(this.tabs),this._hoverable(this.tabs)},_setupHeightStyle:function(e){var n,a=this.element.parent();e==="fill"?(n=a.height(),n-=this.element.outerHeight()-this.element.height(),this.element.siblings(":visible").each(function(){var o=t(this),h=o.css("position");h!=="absolute"&&h!=="fixed"&&(n-=o.outerHeight(!0))}),this.element.children().not(this.panels).each(function(){n-=t(this).outerHeight(!0)}),this.panels.each(function(){t(this).height(Math.max(0,n-t(this).innerHeight()+t(this).height()))}).css("overflow","auto")):e==="auto"&&(n=0,this.panels.each(function(){n=Math.max(n,t(this).height("").height())}).height(n))},_eventHandler:function(e){var n=this.options,a=this.active,o=t(e.currentTarget),h=o.closest("li"),p=h[0]===a[0],y=p&&n.collapsible,C=y?t():this._getPanelForTab(h),D=a.length?this._getPanelForTab(a):t(),P={oldTab:a,oldPanel:D,newTab:y?t():h,newPanel:C};e.preventDefault(),h.hasClass("ui-state-disabled")||h.hasClass("ui-tabs-loading")||this.running||p&&!n.collapsible||this._trigger("beforeActivate",e,P)===!1||(n.active=y?!1:this.tabs.index(h),this.active=p?t():h,this.xhr&&this.xhr.abort(),D.length||C.length||t.error("jQuery UI Tabs: Mismatching fragment identifier."),C.length&&this.load(this.tabs.index(h),e),this._toggle(e,P))},_toggle:function(e,n){function a(){h.running=!1,h._trigger("activate",e,n)}function o(){n.newTab.closest("li").addClass("ui-tabs-active ui-state-active"),p.length&&h.options.show?h._show(p,h.options.show,a):(p.show(),a())}var h=this,p=n.newPanel,y=n.oldPanel;this.running=!0,y.length&&this.options.hide?this._hide(y,this.options.hide,function(){n.oldTab.closest("li").removeClass("ui-tabs-active ui-state-active"),o()}):(n.oldTab.closest("li").removeClass("ui-tabs-active ui-state-active"),y.hide(),o()),y.attr("aria-hidden","true"),n.oldTab.attr({"aria-selected":"false","aria-expanded":"false"}),p.length&&y.length?n.oldTab.attr("tabIndex",-1):p.length&&this.tabs.filter(function(){return t(this).attr("tabIndex")===0}).attr("tabIndex",-1),p.attr("aria-hidden","false"),n.newTab.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0})},_activate:function(e){var n,a=this._findActive(e);a[0]!==this.active[0]&&(a.length||(a=this.active),n=a.find(".ui-tabs-anchor")[0],this._eventHandler({target:n,currentTarget:n,preventDefault:t.noop}))},_findActive:function(e){return e===!1?t():this.tabs.eq(e)},_getIndex:function(e){return typeof e=="string"&&(e=this.anchors.index(this.anchors.filter("[href$='"+e+"']"))),e},_destroy:function(){this.xhr&&this.xhr.abort(),this.element.removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible"),this.tablist.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all").removeAttr("role"),this.anchors.removeClass("ui-tabs-anchor").removeAttr("role").removeAttr("tabIndex").removeUniqueId(),this.tablist.unbind(this.eventNamespace),this.tabs.add(this.panels).each(function(){t.data(this,"ui-tabs-destroy")?t(this).remove():t(this).removeClass("ui-state-default ui-state-active ui-state-disabled ui-corner-top ui-corner-bottom ui-widget-content ui-tabs-active ui-tabs-panel").removeAttr("tabIndex").removeAttr("aria-live").removeAttr("aria-busy").removeAttr("aria-selected").removeAttr("aria-labelledby").removeAttr("aria-hidden").removeAttr("aria-expanded").removeAttr("role")}),this.tabs.each(function(){var e=t(this),n=e.data("ui-tabs-aria-controls");n?e.attr("aria-controls",n).removeData("ui-tabs-aria-controls"):e.removeAttr("aria-controls")}),this.panels.show(),this.options.heightStyle!=="content"&&this.panels.css("height","")},enable:function(e){var n=this.options.disabled;n!==!1&&(e===void 0?n=!1:(e=this._getIndex(e),n=t.isArray(n)?t.map(n,function(a){return a!==e?a:null}):t.map(this.tabs,function(a,o){return o!==e?o:null})),this._setupDisabled(n))},disable:function(e){var n=this.options.disabled;if(n!==!0){if(e===void 0)n=!0;else{if(e=this._getIndex(e),t.inArray(e,n)!==-1)return;n=t.isArray(n)?t.merge([e],n).sort():[e]}this._setupDisabled(n)}},load:function(e,n){e=this._getIndex(e);var a=this,o=this.tabs.eq(e),h=o.find(".ui-tabs-anchor"),p=this._getPanelForTab(o),y={tab:o,panel:p};this._isLocal(h[0])||(this.xhr=t.ajax(this._ajaxSettings(h,n,y)),this.xhr&&this.xhr.statusText!=="canceled"&&(o.addClass("ui-tabs-loading"),p.attr("aria-busy","true"),this.xhr.success(function(C){setTimeout(function(){p.html(C),a._trigger("load",n,y)},1)}).complete(function(C,D){setTimeout(function(){D==="abort"&&a.panels.stop(!1,!0),o.removeClass("ui-tabs-loading"),p.removeAttr("aria-busy"),C===a.xhr&&delete a.xhr},1)})))},_ajaxSettings:function(e,n,a){var o=this;return{url:e.attr("href"),beforeSend:function(h,p){return o._trigger("beforeLoad",n,t.extend({jqXHR:h,ajaxSettings:p},a))}}},_getPanelForTab:function(e){var n=t(e).attr("aria-controls");return this.element.find(this._sanitizeSelector("#"+n))}}),t.widget("ui.tooltip",{version:"1.11.1",options:{content:function(){var e=t(this).attr("title")||"";return t("
").text(e).html()},hide:!0,items:"[title]:not([disabled])",position:{my:"left top+15",at:"left bottom",collision:"flipfit flip"},show:!0,tooltipClass:null,track:!1,close:null,open:null},_addDescribedBy:function(e,n){var a=(e.attr("aria-describedby")||"").split(/\s+/);a.push(n),e.data("ui-tooltip-id",n).attr("aria-describedby",t.trim(a.join(" ")))},_removeDescribedBy:function(e){var n=e.data("ui-tooltip-id"),a=(e.attr("aria-describedby")||"").split(/\s+/),o=t.inArray(n,a);o!==-1&&a.splice(o,1),e.removeData("ui-tooltip-id"),a=t.trim(a.join(" ")),a?e.attr("aria-describedby",a):e.removeAttr("aria-describedby")},_create:function(){this._on({mouseover:"open",focusin:"open"}),this.tooltips={},this.parents={},this.options.disabled&&this._disable(),this.liveRegion=t("").attr({role:"log","aria-live":"assertive","aria-relevant":"additions"}).addClass("ui-helper-hidden-accessible").appendTo(this.document[0].body)},_setOption:function(e,n){var a=this;return e==="disabled"?(this[n?"_disable":"_enable"](),this.options[e]=n,void 0):(this._super(e,n),e==="content"&&t.each(this.tooltips,function(o,h){a._updateContent(h)}),void 0)},_disable:function(){var e=this;t.each(this.tooltips,function(n,a){var o=t.Event("blur");o.target=o.currentTarget=a[0],e.close(o,!0)}),this.element.find(this.options.items).addBack().each(function(){var n=t(this);n.is("[title]")&&n.data("ui-tooltip-title",n.attr("title")).removeAttr("title")})},_enable:function(){this.element.find(this.options.items).addBack().each(function(){var e=t(this);e.data("ui-tooltip-title")&&e.attr("title",e.data("ui-tooltip-title"))})},open:function(e){var n=this,a=t(e?e.target:this.element).closest(this.options.items);a.length&&!a.data("ui-tooltip-id")&&(a.attr("title")&&a.data("ui-tooltip-title",a.attr("title")),a.data("ui-tooltip-open",!0),e&&e.type==="mouseover"&&a.parents().each(function(){var o,h=t(this);h.data("ui-tooltip-open")&&(o=t.Event("blur"),o.target=o.currentTarget=this,n.close(o,!0)),h.attr("title")&&(h.uniqueId(),n.parents[this.id]={element:this,title:h.attr("title")},h.attr("title",""))}),this._updateContent(a,e))},_updateContent:function(e,n){var a,o=this.options.content,h=this,p=n?n.type:null;return typeof o=="string"?this._open(n,e,o):(a=o.call(e[0],function(y){e.data("ui-tooltip-open")&&h._delay(function(){n&&(n.type=p),this._open(n,e,y)})}),a&&this._open(n,e,a),void 0)},_open:function(e,n,a){function o(P){D.of=P,h.is(":hidden")||h.position(D)}var h,p,y,C,D=t.extend({},this.options.position);if(a){if(h=this._find(n),h.length)return h.find(".ui-tooltip-content").html(a),void 0;n.is("[title]")&&(e&&e.type==="mouseover"?n.attr("title",""):n.removeAttr("title")),h=this._tooltip(n),this._addDescribedBy(n,h.attr("id")),h.find(".ui-tooltip-content").html(a),this.liveRegion.children().hide(),a.clone?(C=a.clone(),C.removeAttr("id").find("[id]").removeAttr("id")):C=a,t("
").html(C).appendTo(this.liveRegion),this.options.track&&e&&/^mouse/.test(e.type)?(this._on(this.document,{mousemove:o}),o(e)):h.position(t.extend({of:n},this.options.position)),this.hiding=!1,this.closing=!1,h.hide(),this._show(h,this.options.show),this.options.show&&this.options.show.delay&&(y=this.delayedShow=setInterval(function(){h.is(":visible")&&(o(D.of),clearInterval(y))},t.fx.interval)),this._trigger("open",e,{tooltip:h}),p={keyup:function(P){if(P.keyCode===t.ui.keyCode.ESCAPE){var L=t.Event(P);L.currentTarget=n[0],this.close(L,!0)}}},n[0]!==this.element[0]&&(p.remove=function(){this._removeTooltip(h)}),e&&e.type!=="mouseover"||(p.mouseleave="close"),e&&e.type!=="focusin"||(p.focusout="close"),this._on(!0,n,p)}},close:function(e){var n=this,a=t(e?e.currentTarget:this.element),o=this._find(a);this.closing||(clearInterval(this.delayedShow),a.data("ui-tooltip-title")&&!a.attr("title")&&a.attr("title",a.data("ui-tooltip-title")),this._removeDescribedBy(a),this.hiding=!0,o.stop(!0),this._hide(o,this.options.hide,function(){n._removeTooltip(t(this)),this.hiding=!1,this.closing=!1}),a.removeData("ui-tooltip-open"),this._off(a,"mouseleave focusout keyup"),a[0]!==this.element[0]&&this._off(a,"remove"),this._off(this.document,"mousemove"),e&&e.type==="mouseleave"&&t.each(this.parents,function(h,p){t(p.element).attr("title",p.title),delete n.parents[h]}),this.closing=!0,this._trigger("close",e,{tooltip:o}),this.hiding||(this.closing=!1))},_tooltip:function(e){var n=t("
").attr("role","tooltip").addClass("ui-tooltip ui-widget ui-corner-all ui-widget-content "+(this.options.tooltipClass||"")),a=n.uniqueId().attr("id");return t("
").addClass("ui-tooltip-content").appendTo(n),n.appendTo(this.document[0].body),this.tooltips[a]=e,n},_find:function(e){var n=e.data("ui-tooltip-id");return n?t("#"+n):t()},_removeTooltip:function(e){e.remove(),delete this.tooltips[e.attr("id")]},_destroy:function(){var e=this;t.each(this.tooltips,function(n,a){var o=t.Event("blur");o.target=o.currentTarget=a[0],e.close(o,!0),t("#"+n).remove(),a.data("ui-tooltip-title")&&(a.attr("title")||a.attr("title",a.data("ui-tooltip-title")),a.removeData("ui-tooltip-title"))}),this.liveRegion.remove()}})})}),Uu={};wv(Uu,{default:()=>el});xv=Fu(Wu());_v(Uu,Fu(Wu()));Bu=xv,{default:ju}=Bu,kv=Ri(Bu,["default"]),el=ju!==void 0?ju:kv;});var qu={};oo(qu,{default:()=>el});var Vu=zi(()=>{il();il()});function ur(t){for(var i=1;i
"u")){f=ur({},i,f),typeof f.expires=="number"&&(f.expires=new Date(Date.now()+f.expires*864e5)),f.expires&&(f.expires=f.expires.toUTCString()),c=encodeURIComponent(c).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var g="";for(var b in f)f[b]&&(g+="; "+b,f[b]!==!0&&(g+="="+f[b].split(";")[0]));return document.cookie=c+"="+t.write(d,c)+g}}function l(c){if(!(typeof document>"u"||arguments.length&&!c)){for(var d=document.cookie?document.cookie.split("; "):[],f={},g=0;g()=>(i||t((i={exports:{}}).exports,i),i.exports),Hd=(t,i,r,l)=>{if(i&&typeof i=="object"||typeof i=="function")for(let c of Nd(i))!zd.call(t,c)&&c!==r&&Dl(t,c,{get:()=>i[c],enumerable:!(l=Od(i,c))||l.enumerable});return t},Bd=(t,i,r)=>(r=t!=null?Pd(Rd(t)):{},Hd(i||!t||!t.__esModule?Dl(r,"default",{value:t,enumerable:!0}):r,t)),jd=Ld((t,i)=>{(function(){function r(x,w){if(!(this instanceof r))return new r(x,w);if(!x||x.tagName!=="TABLE")throw new Error("Element must be a table");this.init(x,w||{})}var l=[],c=function(x){var w;return!window.CustomEvent||typeof window.CustomEvent!="function"?(w=document.createEvent("CustomEvent"),w.initCustomEvent(x,!1,!1,void 0)):w=new CustomEvent(x),w},d=function(x,w){var A=w.sortAttribute||"data-sort";return x.hasAttribute(A)?x.getAttribute(A):x.textContent||x.innerText||""},f=function(x,w){return x=x.trim().toLowerCase(),w=w.trim().toLowerCase(),x===w?0:x0)if(x.tHead&&x.tHead.rows.length>0){for(E=0;E0&&Y.push(U),ct++;if(!Y)return}for(ct=0;ct()=>(i||t((i={exports:{}}).exports,i),i.exports),Gd=(t,i,r,l)=>{if(i&&typeof i=="object"||typeof i=="function")for(let c of Ud(i))!Vd.call(t,c)&&c!==r&&Pl(t,c,{get:()=>i[c],enumerable:!(l=Wd(i,c))||l.enumerable});return t},Kd=(t,i,r)=>(r=t!=null?Fd(qd(t)):{},Gd(i||!t||!t.__esModule?Pl(r,"default",{value:t,enumerable:!0}):r,t)),Xd=Yd((t,i)=>{(function(r,l){"use strict";typeof i=="object"&&typeof i.exports=="object"?i.exports=r.document?l(r,!0):function(c){if(!c.document)throw new Error("jQuery requires a window with a document");return l(c)}:l(r)})(typeof window<"u"?window:t,function(r,l){"use strict";var c=[],d=Object.getPrototypeOf,f=c.slice,g=c.flat?function(s){return c.flat.call(s)}:function(s){return c.concat.apply([],s)},b=c.push,x=c.indexOf,w={},A=w.toString,M=w.hasOwnProperty,O=M.toString,E=O.call(Object),U={},Y=function(s){return typeof s=="function"&&typeof s.nodeType!="number"&&typeof s.item!="function"},ct=function(s){return s!=null&&s===s.window},G=r.document,wt={type:!0,src:!0,nonce:!0,noModule:!0};function e(s,u,m){m=m||G;var v,_,k=m.createElement("script");if(k.text=s,u)for(v in wt)_=u[v]||u.getAttribute&&u.getAttribute(v),_&&k.setAttribute(v,_);m.head.appendChild(k).parentNode.removeChild(k)}function n(s){return s==null?s+"":typeof s=="object"||typeof s=="function"?w[A.call(s)]||"object":typeof s}var a="3.6.1",o=function(s,u){return new o.fn.init(s,u)};o.fn=o.prototype={jquery:a,constructor:o,length:0,toArray:function(){return f.call(this)},get:function(s){return s==null?f.call(this):s<0?this[s+this.length]:this[s]},pushStack:function(s){var u=o.merge(this.constructor(),s);return u.prevObject=this,u},each:function(s){return o.each(this,s)},map:function(s){return this.pushStack(o.map(this,function(u,m){return s.call(u,m,u)}))},slice:function(){return this.pushStack(f.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(o.grep(this,function(s,u){return(u+1)%2}))},odd:function(){return this.pushStack(o.grep(this,function(s,u){return u%2}))},eq:function(s){var u=this.length,m=+s+(s<0?u:0);return this.pushStack(m>=0&&m0&&u-1 in s}var p=function(s){var u,m,v,_,k,T,W,B,nt,pt,xt,ht,mt,Xt,se,Jt,Je,Ye,Si,Se="sizzle"+1*new Date,ae=s.document,bi=0,ve=0,Re=ar(),ko=ar(),nr=ar(),Ti=ar(),En=function(I,j){return I===j&&(xt=!0),0},An={}.hasOwnProperty,wi=[],fn=wi.pop,Oi=wi.push,mn=wi.push,ml=wi.slice,$n=function(I,j){for(var Z=0,gt=I.length;Z+~]|"+xe+")"+xe+"*"),yd=new RegExp(xe+"|>"),bd=new RegExp(aa),wd=new RegExp("^"+Dn+"$"),rr={ID:new RegExp("^#("+Dn+")"),CLASS:new RegExp("^\\.("+Dn+")"),TAG:new RegExp("^("+Dn+"|[*])"),ATTR:new RegExp("^"+gl),PSEUDO:new RegExp("^"+aa),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+xe+"*(even|odd|(([+-]|)(\\d*)n|)"+xe+"*(?:([+-]|)"+xe+"*(\\d+)|))"+xe+"*\\)|)","i"),bool:new RegExp("^(?:"+ra+")$","i"),needsContext:new RegExp("^"+xe+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+xe+"*((?:-\\d)?\\d*)"+xe+"*\\)|)(?=[^-]|$)","i")},_d=/HTML$/i,xd=/^(?:input|select|textarea|button)$/i,kd=/^h\d$/i,Co=/^[^{]+\{\s*\[native \w/,Cd=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,sa=/[+~]/,sn=new RegExp("\\\\[\\da-fA-F]{1,6}"+xe+"?|\\\\([^\\r\\n\\f])","g"),ln=function(I,j){var Z="0x"+I.slice(1)-65536;return j||(Z<0?String.fromCharCode(Z+65536):String.fromCharCode(Z>>10|55296,Z&1023|56320))},yl=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,bl=function(I,j){return j?I==="\0"?"\uFFFD":I.slice(0,-1)+"\\"+I.charCodeAt(I.length-1).toString(16)+" ":"\\"+I},wl=function(){ht()},Sd=lr(function(I){return I.disabled===!0&&I.nodeName.toLowerCase()==="fieldset"},{dir:"parentNode",next:"legend"});try{mn.apply(wi=ml.call(ae.childNodes),ae.childNodes),wi[ae.childNodes.length].nodeType}catch(I){mn={apply:wi.length?function(j,Z){Oi.apply(j,ml.call(Z))}:function(j,Z){for(var gt=j.length,it=0;j[gt++]=Z[it++];);j.length=gt-1}}}function Ee(I,j,Z,gt){var it,yt,Tt,zt,jt,ee,te,ne=j&&j.ownerDocument,de=j?j.nodeType:9;if(Z=Z||[],typeof I!="string"||!I||de!==1&&de!==9&&de!==11)return Z;if(!gt&&(ht(j),j=j||mt,se)){if(de!==11&&(jt=Cd.exec(I)))if(it=jt[1]){if(de===9)if(Tt=j.getElementById(it)){if(Tt.id===it)return Z.push(Tt),Z}else return Z;else if(ne&&(Tt=ne.getElementById(it))&&Si(j,Tt)&&Tt.id===it)return Z.push(Tt),Z}else{if(jt[2])return mn.apply(Z,j.getElementsByTagName(I)),Z;if((it=jt[3])&&m.getElementsByClassName&&j.getElementsByClassName)return mn.apply(Z,j.getElementsByClassName(it)),Z}if(m.qsa&&!Ti[I+" "]&&(!Jt||!Jt.test(I))&&(de!==1||j.nodeName.toLowerCase()!=="object")){if(te=I,ne=j,de===1&&(yd.test(I)||vl.test(I))){for(ne=sa.test(I)&&ca(j.parentNode)||j,(ne!==j||!m.scope)&&((zt=j.getAttribute("id"))?zt=zt.replace(yl,bl):j.setAttribute("id",zt=Se)),ee=T(I),yt=ee.length;yt--;)ee[yt]=(zt?"#"+zt:":scope")+" "+sr(ee[yt]);te=ee.join(",")}try{return mn.apply(Z,ne.querySelectorAll(te)),Z}catch(Ae){Ti(I,!0)}finally{zt===Se&&j.removeAttribute("id")}}}return B(I.replace(or,"$1"),j,Z,gt)}function ar(){var I=[];function j(Z,gt){return I.push(Z+" ")>v.cacheLength&&delete j[I.shift()],j[Z+" "]=gt}return j}function Ui(I){return I[Se]=!0,I}function qi(I){var j=mt.createElement("fieldset");try{return!!I(j)}catch(Z){return!1}finally{j.parentNode&&j.parentNode.removeChild(j),j=null}}function la(I,j){for(var Z=I.split("|"),gt=Z.length;gt--;)v.attrHandle[Z[gt]]=j}function _l(I,j){var Z=j&&I,gt=Z&&I.nodeType===1&&j.nodeType===1&&I.sourceIndex-j.sourceIndex;if(gt)return gt;if(Z){for(;Z=Z.nextSibling;)if(Z===j)return-1}return I?1:-1}function Td(I){return function(j){var Z=j.nodeName.toLowerCase();return Z==="input"&&j.type===I}}function Ed(I){return function(j){var Z=j.nodeName.toLowerCase();return(Z==="input"||Z==="button")&&j.type===I}}function xl(I){return function(j){return"form"in j?j.parentNode&&j.disabled===!1?"label"in j?"label"in j.parentNode?j.parentNode.disabled===I:j.disabled===I:j.isDisabled===I||j.isDisabled!==!I&&Sd(j)===I:j.disabled===I:"label"in j?j.disabled===I:!1}}function Mn(I){return Ui(function(j){return j=+j,Ui(function(Z,gt){for(var it,yt=I([],Z.length,j),Tt=yt.length;Tt--;)Z[it=yt[Tt]]&&(Z[it]=!(gt[it]=Z[it]))})})}function ca(I){return I&&typeof I.getElementsByTagName<"u"&&I}m=Ee.support={},k=Ee.isXML=function(I){var j=I&&I.namespaceURI,Z=I&&(I.ownerDocument||I).documentElement;return!_d.test(j||Z&&Z.nodeName||"HTML")},ht=Ee.setDocument=function(I){var j,Z,gt=I?I.ownerDocument||I:ae;return gt==mt||gt.nodeType!==9||!gt.documentElement||(mt=gt,Xt=mt.documentElement,se=!k(mt),ae!=mt&&(Z=mt.defaultView)&&Z.top!==Z&&(Z.addEventListener?Z.addEventListener("unload",wl,!1):Z.attachEvent&&Z.attachEvent("onunload",wl)),m.scope=qi(function(it){return Xt.appendChild(it).appendChild(mt.createElement("div")),typeof it.querySelectorAll<"u"&&!it.querySelectorAll(":scope fieldset div").length}),m.attributes=qi(function(it){return it.className="i",!it.getAttribute("className")}),m.getElementsByTagName=qi(function(it){return it.appendChild(mt.createComment("")),!it.getElementsByTagName("*").length}),m.getElementsByClassName=Co.test(mt.getElementsByClassName),m.getById=qi(function(it){return Xt.appendChild(it).id=Se,!mt.getElementsByName||!mt.getElementsByName(Se).length}),m.getById?(v.filter.ID=function(it){var yt=it.replace(sn,ln);return function(Tt){return Tt.getAttribute("id")===yt}},v.find.ID=function(it,yt){if(typeof yt.getElementById<"u"&&se){var Tt=yt.getElementById(it);return Tt?[Tt]:[]}}):(v.filter.ID=function(it){var yt=it.replace(sn,ln);return function(Tt){var zt=typeof Tt.getAttributeNode<"u"&&Tt.getAttributeNode("id");return zt&&zt.value===yt}},v.find.ID=function(it,yt){if(typeof yt.getElementById<"u"&&se){var Tt,zt,jt,ee=yt.getElementById(it);if(ee){if(Tt=ee.getAttributeNode("id"),Tt&&Tt.value===it)return[ee];for(jt=yt.getElementsByName(it),zt=0;ee=jt[zt++];)if(Tt=ee.getAttributeNode("id"),Tt&&Tt.value===it)return[ee]}return[]}}),v.find.TAG=m.getElementsByTagName?function(it,yt){if(typeof yt.getElementsByTagName<"u")return yt.getElementsByTagName(it);if(m.qsa)return yt.querySelectorAll(it)}:function(it,yt){var Tt,zt=[],jt=0,ee=yt.getElementsByTagName(it);if(it==="*"){for(;Tt=ee[jt++];)Tt.nodeType===1&&zt.push(Tt);return zt}return ee},v.find.CLASS=m.getElementsByClassName&&function(it,yt){if(typeof yt.getElementsByClassName<"u"&&se)return yt.getElementsByClassName(it)},Je=[],Jt=[],(m.qsa=Co.test(mt.querySelectorAll))&&(qi(function(it){var yt;Xt.appendChild(it).innerHTML=" ",it.querySelectorAll("[msallowcapture^='']").length&&Jt.push("[*^$]="+xe+`*(?:''|"")`),it.querySelectorAll("[selected]").length||Jt.push("\\["+xe+"*(?:value|"+ra+")"),it.querySelectorAll("[id~="+Se+"-]").length||Jt.push("~="),yt=mt.createElement("input"),yt.setAttribute("name",""),it.appendChild(yt),it.querySelectorAll("[name='']").length||Jt.push("\\["+xe+"*name"+xe+"*="+xe+`*(?:''|"")`),it.querySelectorAll(":checked").length||Jt.push(":checked"),it.querySelectorAll("a#"+Se+"+*").length||Jt.push(".#.+[+~]"),it.querySelectorAll("\\\f"),Jt.push("[\\r\\n\\f]")}),qi(function(it){it.innerHTML=" ";var yt=mt.createElement("input");yt.setAttribute("type","hidden"),it.appendChild(yt).setAttribute("name","D"),it.querySelectorAll("[name=d]").length&&Jt.push("name"+xe+"*[*^$|!~]?="),it.querySelectorAll(":enabled").length!==2&&Jt.push(":enabled",":disabled"),Xt.appendChild(it).disabled=!0,it.querySelectorAll(":disabled").length!==2&&Jt.push(":enabled",":disabled"),it.querySelectorAll("*,:x"),Jt.push(",.*:")})),(m.matchesSelector=Co.test(Ye=Xt.matches||Xt.webkitMatchesSelector||Xt.mozMatchesSelector||Xt.oMatchesSelector||Xt.msMatchesSelector))&&qi(function(it){m.disconnectedMatch=Ye.call(it,"*"),Ye.call(it,"[s!='']:x"),Je.push("!=",aa)}),Jt=Jt.length&&new RegExp(Jt.join("|")),Je=Je.length&&new RegExp(Je.join("|")),j=Co.test(Xt.compareDocumentPosition),Si=j||Co.test(Xt.contains)?function(it,yt){var Tt=it.nodeType===9?it.documentElement:it,zt=yt&&yt.parentNode;return it===zt||!!(zt&&zt.nodeType===1&&(Tt.contains?Tt.contains(zt):it.compareDocumentPosition&&it.compareDocumentPosition(zt)&16))}:function(it,yt){if(yt){for(;yt=yt.parentNode;)if(yt===it)return!0}return!1},En=j?function(it,yt){if(it===yt)return xt=!0,0;var Tt=!it.compareDocumentPosition-!yt.compareDocumentPosition;return Tt||(Tt=(it.ownerDocument||it)==(yt.ownerDocument||yt)?it.compareDocumentPosition(yt):1,Tt&1||!m.sortDetached&&yt.compareDocumentPosition(it)===Tt?it==mt||it.ownerDocument==ae&&Si(ae,it)?-1:yt==mt||yt.ownerDocument==ae&&Si(ae,yt)?1:pt?$n(pt,it)-$n(pt,yt):0:Tt&4?-1:1)}:function(it,yt){if(it===yt)return xt=!0,0;var Tt,zt=0,jt=it.parentNode,ee=yt.parentNode,te=[it],ne=[yt];if(!jt||!ee)return it==mt?-1:yt==mt?1:jt?-1:ee?1:pt?$n(pt,it)-$n(pt,yt):0;if(jt===ee)return _l(it,yt);for(Tt=it;Tt=Tt.parentNode;)te.unshift(Tt);for(Tt=yt;Tt=Tt.parentNode;)ne.unshift(Tt);for(;te[zt]===ne[zt];)zt++;return zt?_l(te[zt],ne[zt]):te[zt]==ae?-1:ne[zt]==ae?1:0}),mt},Ee.matches=function(I,j){return Ee(I,null,null,j)},Ee.matchesSelector=function(I,j){if(ht(I),m.matchesSelector&&se&&!Ti[j+" "]&&(!Je||!Je.test(j))&&(!Jt||!Jt.test(j)))try{var Z=Ye.call(I,j);if(Z||m.disconnectedMatch||I.document&&I.document.nodeType!==11)return Z}catch(gt){Ti(j,!0)}return Ee(j,mt,null,[I]).length>0},Ee.contains=function(I,j){return(I.ownerDocument||I)!=mt&&ht(I),Si(I,j)},Ee.attr=function(I,j){(I.ownerDocument||I)!=mt&&ht(I);var Z=v.attrHandle[j.toLowerCase()],gt=Z&&An.call(v.attrHandle,j.toLowerCase())?Z(I,j,!se):void 0;return gt!==void 0?gt:m.attributes||!se?I.getAttribute(j):(gt=I.getAttributeNode(j))&>.specified?gt.value:null},Ee.escape=function(I){return(I+"").replace(yl,bl)},Ee.error=function(I){throw new Error("Syntax error, unrecognized expression: "+I)},Ee.uniqueSort=function(I){var j,Z=[],gt=0,it=0;if(xt=!m.detectDuplicates,pt=!m.sortStable&&I.slice(0),I.sort(En),xt){for(;j=I[it++];)j===I[it]&&(gt=Z.push(it));for(;gt--;)I.splice(Z[gt],1)}return pt=null,I},_=Ee.getText=function(I){var j,Z="",gt=0,it=I.nodeType;if(it){if(it===1||it===9||it===11){if(typeof I.textContent=="string")return I.textContent;for(I=I.firstChild;I;I=I.nextSibling)Z+=_(I)}else if(it===3||it===4)return I.nodeValue}else for(;j=I[gt++];)Z+=_(j);return Z},v=Ee.selectors={cacheLength:50,createPseudo:Ui,match:rr,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(I){return I[1]=I[1].replace(sn,ln),I[3]=(I[3]||I[4]||I[5]||"").replace(sn,ln),I[2]==="~="&&(I[3]=" "+I[3]+" "),I.slice(0,4)},CHILD:function(I){return I[1]=I[1].toLowerCase(),I[1].slice(0,3)==="nth"?(I[3]||Ee.error(I[0]),I[4]=+(I[4]?I[5]+(I[6]||1):2*(I[3]==="even"||I[3]==="odd")),I[5]=+(I[7]+I[8]||I[3]==="odd")):I[3]&&Ee.error(I[0]),I},PSEUDO:function(I){var j,Z=!I[6]&&I[2];return rr.CHILD.test(I[0])?null:(I[3]?I[2]=I[4]||I[5]||"":Z&&bd.test(Z)&&(j=T(Z,!0))&&(j=Z.indexOf(")",Z.length-j)-Z.length)&&(I[0]=I[0].slice(0,j),I[2]=Z.slice(0,j)),I.slice(0,3))}},filter:{TAG:function(I){var j=I.replace(sn,ln).toLowerCase();return I==="*"?function(){return!0}:function(Z){return Z.nodeName&&Z.nodeName.toLowerCase()===j}},CLASS:function(I){var j=Re[I+" "];return j||(j=new RegExp("(^|"+xe+")"+I+"("+xe+"|$)"))&&Re(I,function(Z){return j.test(typeof Z.className=="string"&&Z.className||typeof Z.getAttribute<"u"&&Z.getAttribute("class")||"")})},ATTR:function(I,j,Z){return function(gt){var it=Ee.attr(gt,I);return it==null?j==="!=":j?(it+="",j==="="?it===Z:j==="!="?it!==Z:j==="^="?Z&&it.indexOf(Z)===0:j==="*="?Z&&it.indexOf(Z)>-1:j==="$="?Z&&it.slice(-Z.length)===Z:j==="~="?(" "+it.replace(gd," ")+" ").indexOf(Z)>-1:j==="|="?it===Z||it.slice(0,Z.length+1)===Z+"-":!1):!0}},CHILD:function(I,j,Z,gt,it){var yt=I.slice(0,3)!=="nth",Tt=I.slice(-4)!=="last",zt=j==="of-type";return gt===1&&it===0?function(jt){return!!jt.parentNode}:function(jt,ee,te){var ne,de,Ae,ie,Qe,ai,Ei=yt!==Tt?"nextSibling":"previousSibling",Oe=jt.parentNode,So=zt&&jt.nodeName.toLowerCase(),To=!te&&!zt,Ai=!1;if(Oe){if(yt){for(;Ei;){for(ie=jt;ie=ie[Ei];)if(zt?ie.nodeName.toLowerCase()===So:ie.nodeType===1)return!1;ai=Ei=I==="only"&&!ai&&"nextSibling"}return!0}if(ai=[Tt?Oe.firstChild:Oe.lastChild],Tt&&To){for(ie=Oe,Ae=ie[Se]||(ie[Se]={}),de=Ae[ie.uniqueID]||(Ae[ie.uniqueID]={}),ne=de[I]||[],Qe=ne[0]===bi&&ne[1],Ai=Qe&&ne[2],ie=Qe&&Oe.childNodes[Qe];ie=++Qe&&ie&&ie[Ei]||(Ai=Qe=0)||ai.pop();)if(ie.nodeType===1&&++Ai&&ie===jt){de[I]=[bi,Qe,Ai];break}}else if(To&&(ie=jt,Ae=ie[Se]||(ie[Se]={}),de=Ae[ie.uniqueID]||(Ae[ie.uniqueID]={}),ne=de[I]||[],Qe=ne[0]===bi&&ne[1],Ai=Qe),Ai===!1)for(;(ie=++Qe&&ie&&ie[Ei]||(Ai=Qe=0)||ai.pop())&&!((zt?ie.nodeName.toLowerCase()===So:ie.nodeType===1)&&++Ai&&(To&&(Ae=ie[Se]||(ie[Se]={}),de=Ae[ie.uniqueID]||(Ae[ie.uniqueID]={}),de[I]=[bi,Ai]),ie===jt)););return Ai-=it,Ai===gt||Ai%gt===0&&Ai/gt>=0}}},PSEUDO:function(I,j){var Z,gt=v.pseudos[I]||v.setFilters[I.toLowerCase()]||Ee.error("unsupported pseudo: "+I);return gt[Se]?gt(j):gt.length>1?(Z=[I,I,"",j],v.setFilters.hasOwnProperty(I.toLowerCase())?Ui(function(it,yt){for(var Tt,zt=gt(it,j),jt=zt.length;jt--;)Tt=$n(it,zt[jt]),it[Tt]=!(yt[Tt]=zt[jt])}):function(it){return gt(it,0,Z)}):gt}},pseudos:{not:Ui(function(I){var j=[],Z=[],gt=W(I.replace(or,"$1"));return gt[Se]?Ui(function(it,yt,Tt,zt){for(var jt,ee=gt(it,null,zt,[]),te=it.length;te--;)(jt=ee[te])&&(it[te]=!(yt[te]=jt))}):function(it,yt,Tt){return j[0]=it,gt(j,null,Tt,Z),j[0]=null,!Z.pop()}}),has:Ui(function(I){return function(j){return Ee(I,j).length>0}}),contains:Ui(function(I){return I=I.replace(sn,ln),function(j){return(j.textContent||_(j)).indexOf(I)>-1}}),lang:Ui(function(I){return wd.test(I||"")||Ee.error("unsupported lang: "+I),I=I.replace(sn,ln).toLowerCase(),function(j){var Z;do if(Z=se?j.lang:j.getAttribute("xml:lang")||j.getAttribute("lang"))return Z=Z.toLowerCase(),Z===I||Z.indexOf(I+"-")===0;while((j=j.parentNode)&&j.nodeType===1);return!1}}),target:function(I){var j=s.location&&s.location.hash;return j&&j.slice(1)===I.id},root:function(I){return I===Xt},focus:function(I){return I===mt.activeElement&&(!mt.hasFocus||mt.hasFocus())&&!!(I.type||I.href||~I.tabIndex)},enabled:xl(!1),disabled:xl(!0),checked:function(I){var j=I.nodeName.toLowerCase();return j==="input"&&!!I.checked||j==="option"&&!!I.selected},selected:function(I){return I.parentNode&&I.parentNode.selectedIndex,I.selected===!0},empty:function(I){for(I=I.firstChild;I;I=I.nextSibling)if(I.nodeType<6)return!1;return!0},parent:function(I){return!v.pseudos.empty(I)},header:function(I){return kd.test(I.nodeName)},input:function(I){return xd.test(I.nodeName)},button:function(I){var j=I.nodeName.toLowerCase();return j==="input"&&I.type==="button"||j==="button"},text:function(I){var j;return I.nodeName.toLowerCase()==="input"&&I.type==="text"&&((j=I.getAttribute("type"))==null||j.toLowerCase()==="text")},first:Mn(function(){return[0]}),last:Mn(function(I,j){return[j-1]}),eq:Mn(function(I,j,Z){return[Z<0?Z+j:Z]}),even:Mn(function(I,j){for(var Z=0;Zj?j:Z;--gt>=0;)I.push(gt);return I}),gt:Mn(function(I,j,Z){for(var gt=Z<0?Z+j:Z;++gt1?function(j,Z,gt){for(var it=I.length;it--;)if(!I[it](j,Z,gt))return!1;return!0}:I[0]}function Ad(I,j,Z){for(var gt=0,it=j.length;gt-1&&(Tt[te]=!(zt[te]=de))}}else Oe=cr(Oe===zt?Oe.splice(Qe,Oe.length):Oe),it?it(null,zt,Oe,ee):mn.apply(zt,Oe)})}function da(I){for(var j,Z,gt,it=I.length,yt=v.relative[I[0].type],Tt=yt||v.relative[" "],zt=yt?1:0,jt=lr(function(ne){return ne===j},Tt,!0),ee=lr(function(ne){return $n(j,ne)>-1},Tt,!0),te=[function(ne,de,Ae){var ie=!yt&&(Ae||de!==nt)||((j=de).nodeType?jt(ne,de,Ae):ee(ne,de,Ae));return j=null,ie}];zt1&&ha(te),zt>1&&sr(I.slice(0,zt-1).concat({value:I[zt-2].type===" "?"*":""})).replace(or,"$1"),Z,zt0,gt=I.length>0,it=function(yt,Tt,zt,jt,ee){var te,ne,de,Ae=0,ie="0",Qe=yt&&[],ai=[],Ei=nt,Oe=yt||gt&&v.find.TAG("*",ee),So=bi+=Ei==null?1:Math.random()||.1,To=Oe.length;for(ee&&(nt=Tt==mt||Tt||ee);ie!==To&&(te=Oe[ie])!=null;ie++){if(gt&&te){for(ne=0,!Tt&&te.ownerDocument!=mt&&(ht(te),zt=!se);de=I[ne++];)if(de(te,Tt||mt,zt)){jt.push(te);break}ee&&(bi=So)}Z&&((te=!de&&te)&&Ae--,yt&&Qe.push(te))}if(Ae+=ie,Z&&ie!==Ae){for(ne=0;de=j[ne++];)de(Qe,ai,Tt,zt);if(yt){if(Ae>0)for(;ie--;)Qe[ie]||ai[ie]||(ai[ie]=fn.call(jt));ai=cr(ai)}mn.apply(jt,ai),ee&&!yt&&ai.length>0&&Ae+j.length>1&&Ee.uniqueSort(jt)}return ee&&(bi=So,nt=Ei),Qe};return Z?Ui(it):it}return W=Ee.compile=function(I,j){var Z,gt=[],it=[],yt=nr[I+" "];if(!yt){for(j||(j=T(I)),Z=j.length;Z--;)yt=da(j[Z]),yt[Se]?gt.push(yt):it.push(yt);yt=nr(I,$d(it,gt)),yt.selector=I}return yt},B=Ee.select=function(I,j,Z,gt){var it,yt,Tt,zt,jt,ee=typeof I=="function"&&I,te=!gt&&T(I=ee.selector||I);if(Z=Z||[],te.length===1){if(yt=te[0]=te[0].slice(0),yt.length>2&&(Tt=yt[0]).type==="ID"&&j.nodeType===9&&se&&v.relative[yt[1].type]){if(j=(v.find.ID(Tt.matches[0].replace(sn,ln),j)||[])[0],j)ee&&(j=j.parentNode);else return Z;I=I.slice(yt.shift().value.length)}for(it=rr.needsContext.test(I)?0:yt.length;it--&&(Tt=yt[it],!v.relative[zt=Tt.type]);)if((jt=v.find[zt])&&(gt=jt(Tt.matches[0].replace(sn,ln),sa.test(yt[0].type)&&ca(j.parentNode)||j))){if(yt.splice(it,1),I=gt.length&&sr(yt),!I)return mn.apply(Z,gt),Z;break}}return(ee||W(I,te))(gt,j,!se,Z,!j||sa.test(I)&&ca(j.parentNode)||j),Z},m.sortStable=Se.split("").sort(En).join("")===Se,m.detectDuplicates=!!xt,ht(),m.sortDetached=qi(function(I){return I.compareDocumentPosition(mt.createElement("fieldset"))&1}),qi(function(I){return I.innerHTML=" ",I.firstChild.getAttribute("href")==="#"})||la("type|href|height|width",function(I,j,Z){if(!Z)return I.getAttribute(j,j.toLowerCase()==="type"?1:2)}),(!m.attributes||!qi(function(I){return I.innerHTML=" ",I.firstChild.setAttribute("value",""),I.firstChild.getAttribute("value")===""}))&&la("value",function(I,j,Z){if(!Z&&I.nodeName.toLowerCase()==="input")return I.defaultValue}),qi(function(I){return I.getAttribute("disabled")==null})||la(ra,function(I,j,Z){var gt;if(!Z)return I[j]===!0?j.toLowerCase():(gt=I.getAttributeNode(j))&>.specified?gt.value:null}),Ee}(r);o.find=p,o.expr=p.selectors,o.expr[":"]=o.expr.pseudos,o.uniqueSort=o.unique=p.uniqueSort,o.text=p.getText,o.isXMLDoc=p.isXML,o.contains=p.contains,o.escapeSelector=p.escape;var y=function(s,u,m){for(var v=[],_=m!==void 0;(s=s[u])&&s.nodeType!==9;)if(s.nodeType===1){if(_&&o(s).is(m))break;v.push(s)}return v},C=function(s,u){for(var m=[];s;s=s.nextSibling)s.nodeType===1&&s!==u&&m.push(s);return m},D=o.expr.match.needsContext;function P(s,u){return s.nodeName&&s.nodeName.toLowerCase()===u.toLowerCase()}var L=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function J(s,u,m){return Y(u)?o.grep(s,function(v,_){return!!u.call(v,_,v)!==m}):u.nodeType?o.grep(s,function(v){return v===u!==m}):typeof u!="string"?o.grep(s,function(v){return x.call(u,v)>-1!==m}):o.filter(u,s,m)}o.filter=function(s,u,m){var v=u[0];return m&&(s=":not("+s+")"),u.length===1&&v.nodeType===1?o.find.matchesSelector(v,s)?[v]:[]:o.find.matches(s,o.grep(u,function(_){return _.nodeType===1}))},o.fn.extend({find:function(s){var u,m,v=this.length,_=this;if(typeof s!="string")return this.pushStack(o(s).filter(function(){for(u=0;u1?o.uniqueSort(m):m},filter:function(s){return this.pushStack(J(this,s||[],!1))},not:function(s){return this.pushStack(J(this,s||[],!0))},is:function(s){return!!J(this,typeof s=="string"&&D.test(s)?o(s):s||[],!1).length}});var dt,Et=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,V=o.fn.init=function(s,u,m){var v,_;if(!s)return this;if(m=m||dt,typeof s=="string")if(s[0]==="<"&&s[s.length-1]===">"&&s.length>=3?v=[null,s,null]:v=Et.exec(s),v&&(v[1]||!u))if(v[1]){if(u=u instanceof o?u[0]:u,o.merge(this,o.parseHTML(v[1],u&&u.nodeType?u.ownerDocument||u:G,!0)),L.test(v[1])&&o.isPlainObject(u))for(v in u)Y(this[v])?this[v](u[v]):this.attr(v,u[v]);return this}else return _=G.getElementById(v[2]),_&&(this[0]=_,this.length=1),this;else return!u||u.jquery?(u||m).find(s):this.constructor(u).find(s);else{if(s.nodeType)return this[0]=s,this.length=1,this;if(Y(s))return m.ready!==void 0?m.ready(s):s(o)}return o.makeArray(s,this)};V.prototype=o.fn,dt=o(G);var N=/^(?:parents|prev(?:Until|All))/,tt={children:!0,contents:!0,next:!0,prev:!0};o.fn.extend({has:function(s){var u=o(s,this),m=u.length;return this.filter(function(){for(var v=0;v-1:m.nodeType===1&&o.find.matchesSelector(m,s))){k.push(m);break}}return this.pushStack(k.length>1?o.uniqueSort(k):k)},index:function(s){return s?typeof s=="string"?x.call(o(s),this[0]):x.call(this,s.jquery?s[0]:s):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(s,u){return this.pushStack(o.uniqueSort(o.merge(this.get(),o(s,u))))},addBack:function(s){return this.add(s==null?this.prevObject:this.prevObject.filter(s))}});function ot(s,u){for(;(s=s[u])&&s.nodeType!==1;);return s}o.each({parent:function(s){var u=s.parentNode;return u&&u.nodeType!==11?u:null},parents:function(s){return y(s,"parentNode")},parentsUntil:function(s,u,m){return y(s,"parentNode",m)},next:function(s){return ot(s,"nextSibling")},prev:function(s){return ot(s,"previousSibling")},nextAll:function(s){return y(s,"nextSibling")},prevAll:function(s){return y(s,"previousSibling")},nextUntil:function(s,u,m){return y(s,"nextSibling",m)},prevUntil:function(s,u,m){return y(s,"previousSibling",m)},siblings:function(s){return C((s.parentNode||{}).firstChild,s)},children:function(s){return C(s.firstChild)},contents:function(s){return s.contentDocument!=null&&d(s.contentDocument)?s.contentDocument:(P(s,"template")&&(s=s.content||s),o.merge([],s.childNodes))}},function(s,u){o.fn[s]=function(m,v){var _=o.map(this,u,m);return s.slice(-5)!=="Until"&&(v=m),v&&typeof v=="string"&&(_=o.filter(v,_)),this.length>1&&(tt[s]||o.uniqueSort(_),N.test(s)&&_.reverse()),this.pushStack(_)}});var X=/[^\x20\t\r\n\f]+/g;function K(s){var u={};return o.each(s.match(X)||[],function(m,v){u[v]=!0}),u}o.Callbacks=function(s){s=typeof s=="string"?K(s):o.extend({},s);var u,m,v,_,k=[],T=[],W=-1,B=function(){for(_=_||s.once,v=u=!0;T.length;W=-1)for(m=T.shift();++W-1;)k.splice(ht,1),ht<=W&&W--}),this},has:function(pt){return pt?o.inArray(pt,k)>-1:k.length>0},empty:function(){return k&&(k=[]),this},disable:function(){return _=T=[],k=m="",this},disabled:function(){return!k},lock:function(){return _=T=[],!m&&!u&&(k=m=""),this},locked:function(){return!!_},fireWith:function(pt,xt){return _||(xt=xt||[],xt=[pt,xt.slice?xt.slice():xt],T.push(xt),u||B()),this},fire:function(){return nt.fireWith(this,arguments),this},fired:function(){return!!v}};return nt};function at(s){return s}function st(s){throw s}function bt(s,u,m,v){var _;try{s&&Y(_=s.promise)?_.call(s).done(u).fail(m):s&&Y(_=s.then)?_.call(s,u,m):u.apply(void 0,[s].slice(v))}catch(k){m.apply(void 0,[k])}}o.extend({Deferred:function(s){var u=[["notify","progress",o.Callbacks("memory"),o.Callbacks("memory"),2],["resolve","done",o.Callbacks("once memory"),o.Callbacks("once memory"),0,"resolved"],["reject","fail",o.Callbacks("once memory"),o.Callbacks("once memory"),1,"rejected"]],m="pending",v={state:function(){return m},always:function(){return _.done(arguments).fail(arguments),this},catch:function(k){return v.then(null,k)},pipe:function(){var k=arguments;return o.Deferred(function(T){o.each(u,function(W,B){var nt=Y(k[B[4]])&&k[B[4]];_[B[1]](function(){var pt=nt&&nt.apply(this,arguments);pt&&Y(pt.promise)?pt.promise().progress(T.notify).done(T.resolve).fail(T.reject):T[B[0]+"With"](this,nt?[pt]:arguments)})}),k=null}).promise()},then:function(k,T,W){var B=0;function nt(pt,xt,ht,mt){return function(){var Xt=this,se=arguments,Jt=function(){var Ye,Si;if(!(pt=B&&(ht!==st&&(Xt=void 0,se=[Ye]),xt.rejectWith(Xt,se))}};pt?Je():(o.Deferred.getStackHook&&(Je.stackTrace=o.Deferred.getStackHook()),r.setTimeout(Je))}}return o.Deferred(function(pt){u[0][3].add(nt(0,pt,Y(W)?W:at,pt.notifyWith)),u[1][3].add(nt(0,pt,Y(k)?k:at)),u[2][3].add(nt(0,pt,Y(T)?T:st))}).promise()},promise:function(k){return k!=null?o.extend(k,v):v}},_={};return o.each(u,function(k,T){var W=T[2],B=T[5];v[T[1]]=W.add,B&&W.add(function(){m=B},u[3-k][2].disable,u[3-k][3].disable,u[0][2].lock,u[0][3].lock),W.add(T[3].fire),_[T[0]]=function(){return _[T[0]+"With"](this===_?void 0:this,arguments),this},_[T[0]+"With"]=W.fireWith}),v.promise(_),s&&s.call(_,_),_},when:function(s){var u=arguments.length,m=u,v=Array(m),_=f.call(arguments),k=o.Deferred(),T=function(W){return function(B){v[W]=this,_[W]=arguments.length>1?f.call(arguments):B,--u||k.resolveWith(v,_)}};if(u<=1&&(bt(s,k.done(T(m)).resolve,k.reject,!u),k.state()==="pending"||Y(_[m]&&_[m].then)))return k.then();for(;m--;)bt(_[m],T(m),k.reject);return k.promise()}});var $t=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;o.Deferred.exceptionHook=function(s,u){r.console&&r.console.warn&&s&&$t.test(s.name)&&r.console.warn("jQuery.Deferred exception: "+s.message,s.stack,u)},o.readyException=function(s){r.setTimeout(function(){throw s})};var Ht=o.Deferred();o.fn.ready=function(s){return Ht.then(s).catch(function(u){o.readyException(u)}),this},o.extend({isReady:!1,readyWait:1,ready:function(s){(s===!0?--o.readyWait:o.isReady)||(o.isReady=!0,!(s!==!0&&--o.readyWait>0)&&Ht.resolveWith(G,[o]))}}),o.ready.then=Ht.then;function Zt(){G.removeEventListener("DOMContentLoaded",Zt),r.removeEventListener("load",Zt),o.ready()}G.readyState==="complete"||G.readyState!=="loading"&&!G.documentElement.doScroll?r.setTimeout(o.ready):(G.addEventListener("DOMContentLoaded",Zt),r.addEventListener("load",Zt));var qt=function(s,u,m,v,_,k,T){var W=0,B=s.length,nt=m==null;if(n(m)==="object"){_=!0;for(W in m)qt(s,u,W,m[W],!0,k,T)}else if(v!==void 0&&(_=!0,Y(v)||(T=!0),nt&&(T?(u.call(s,v),u=null):(nt=u,u=function(pt,xt,ht){return nt.call(o(pt),ht)})),u))for(;W1,null,!0)},removeData:function(s){return this.each(function(){re.remove(this,s)})}}),o.extend({queue:function(s,u,m){var v;if(s)return u=(u||"fx")+"queue",v=Gt.get(s,u),m&&(!v||Array.isArray(m)?v=Gt.access(s,u,o.makeArray(m)):v.push(m)),v||[]},dequeue:function(s,u){u=u||"fx";var m=o.queue(s,u),v=m.length,_=m.shift(),k=o._queueHooks(s,u),T=function(){o.dequeue(s,u)};_==="inprogress"&&(_=m.shift(),v--),_&&(u==="fx"&&m.unshift("inprogress"),delete k.stop,_.call(s,T,k)),!v&&k&&k.empty.fire()},_queueHooks:function(s,u){var m=u+"queueHooks";return Gt.get(s,m)||Gt.access(s,m,{empty:o.Callbacks("once memory").add(function(){Gt.remove(s,[u+"queue",m])})})}}),o.fn.extend({queue:function(s,u){var m=2;return typeof s!="string"&&(u=s,s="fx",m--),arguments.length\x20\t\r\n\f]*)/i,Xe=/^$|^module$|\/(?:java|ecma)script/i;(function(){var s=G.createDocumentFragment(),u=s.appendChild(G.createElement("div")),m=G.createElement("input");m.setAttribute("type","radio"),m.setAttribute("checked","checked"),m.setAttribute("name","t"),u.appendChild(m),U.checkClone=u.cloneNode(!0).cloneNode(!0).lastChild.checked,u.innerHTML="",U.noCloneChecked=!!u.cloneNode(!0).lastChild.defaultValue,u.innerHTML=" ",U.option=!!u.lastChild})();var ce={thead:[1,""],col:[2,""],tr:[2,""],td:[3,""],_default:[0,"",""]};ce.tbody=ce.tfoot=ce.colgroup=ce.caption=ce.thead,ce.th=ce.td,U.option||(ce.optgroup=ce.option=[1,""," "]);function fe(s,u){var m;return typeof s.getElementsByTagName<"u"?m=s.getElementsByTagName(u||"*"):typeof s.querySelectorAll<"u"?m=s.querySelectorAll(u||"*"):m=[],u===void 0||u&&P(s,u)?o.merge([s],m):m}function S(s,u){for(var m=0,v=s.length;m-1){_&&_.push(k);continue}if(nt=Le(k),T=fe(xt.appendChild(k),"script"),nt&&S(T),m)for(pt=0;k=T[pt++];)Xe.test(k.type||"")&&m.push(k)}return xt}var Q=/^([^.]*)(?:\.(.+)|)/;function ut(){return!0}function ft(){return!1}function lt(s,u){return s===rt()==(u==="focus")}function rt(){try{return G.activeElement}catch(s){}}function et(s,u,m,v,_,k){var T,W;if(typeof u=="object"){typeof m!="string"&&(v=v||m,m=void 0);for(W in u)et(s,W,m,v,u[W],k);return s}if(v==null&&_==null?(_=m,v=m=void 0):_==null&&(typeof m=="string"?(_=v,v=void 0):(_=v,v=m,m=void 0)),_===!1)_=ft;else if(!_)return s;return k===1&&(T=_,_=function(B){return o().off(B),T.apply(this,arguments)},_.guid=T.guid||(T.guid=o.guid++)),s.each(function(){o.event.add(this,u,_,v,m)})}o.event={global:{},add:function(s,u,m,v,_){var k,T,W,B,nt,pt,xt,ht,mt,Xt,se,Jt=Gt.get(s);if(Ne(s))for(m.handler&&(k=m,m=k.handler,_=k.selector),_&&o.find.matchesSelector(be,_),m.guid||(m.guid=o.guid++),(B=Jt.events)||(B=Jt.events=Object.create(null)),(T=Jt.handle)||(T=Jt.handle=function(Je){return typeof o<"u"&&o.event.triggered!==Je.type?o.event.dispatch.apply(s,arguments):void 0}),u=(u||"").match(X)||[""],nt=u.length;nt--;)W=Q.exec(u[nt])||[],mt=se=W[1],Xt=(W[2]||"").split(".").sort(),mt&&(xt=o.event.special[mt]||{},mt=(_?xt.delegateType:xt.bindType)||mt,xt=o.event.special[mt]||{},pt=o.extend({type:mt,origType:se,data:v,handler:m,guid:m.guid,selector:_,needsContext:_&&o.expr.match.needsContext.test(_),namespace:Xt.join(".")},k),(ht=B[mt])||(ht=B[mt]=[],ht.delegateCount=0,(!xt.setup||xt.setup.call(s,v,Xt,T)===!1)&&s.addEventListener&&s.addEventListener(mt,T)),xt.add&&(xt.add.call(s,pt),pt.handler.guid||(pt.handler.guid=m.guid)),_?ht.splice(ht.delegateCount++,0,pt):ht.push(pt),o.event.global[mt]=!0)},remove:function(s,u,m,v,_){var k,T,W,B,nt,pt,xt,ht,mt,Xt,se,Jt=Gt.hasData(s)&&Gt.get(s);if(!(!Jt||!(B=Jt.events))){for(u=(u||"").match(X)||[""],nt=u.length;nt--;){if(W=Q.exec(u[nt])||[],mt=se=W[1],Xt=(W[2]||"").split(".").sort(),!mt){for(mt in B)o.event.remove(s,mt+u[nt],m,v,!0);continue}for(xt=o.event.special[mt]||{},mt=(v?xt.delegateType:xt.bindType)||mt,ht=B[mt]||[],W=W[2]&&new RegExp("(^|\\.)"+Xt.join("\\.(?:.*\\.|)")+"(\\.|$)"),T=k=ht.length;k--;)pt=ht[k],(_||se===pt.origType)&&(!m||m.guid===pt.guid)&&(!W||W.test(pt.namespace))&&(!v||v===pt.selector||v==="**"&&pt.selector)&&(ht.splice(k,1),pt.selector&&ht.delegateCount--,xt.remove&&xt.remove.call(s,pt));T&&!ht.length&&((!xt.teardown||xt.teardown.call(s,Xt,Jt.handle)===!1)&&o.removeEvent(s,mt,Jt.handle),delete B[mt])}o.isEmptyObject(B)&&Gt.remove(s,"handle events")}},dispatch:function(s){var u,m,v,_,k,T,W=new Array(arguments.length),B=o.event.fix(s),nt=(Gt.get(this,"events")||Object.create(null))[B.type]||[],pt=o.event.special[B.type]||{};for(W[0]=B,u=1;u=1)){for(;nt!==this;nt=nt.parentNode||this)if(nt.nodeType===1&&!(s.type==="click"&&nt.disabled===!0)){for(k=[],T={},m=0;m-1:o.find(_,this,null,[nt]).length),T[_]&&k.push(v);k.length&&W.push({elem:nt,handlers:k})}}return nt=this,B\s*$/g;function kt(s,u){return P(s,"table")&&P(u.nodeType!==11?u:u.firstChild,"tr")&&o(s).children("tbody")[0]||s}function Dt(s){return s.type=(s.getAttribute("type")!==null)+"/"+s.type,s}function Ft(s){return(s.type||"").slice(0,5)==="true/"?s.type=s.type.slice(5):s.removeAttribute("type"),s}function Ut(s,u){var m,v,_,k,T,W,B;if(u.nodeType===1){if(Gt.hasData(s)&&(k=Gt.get(s),B=k.events,B)){Gt.remove(u,"handle events");for(_ in B)for(m=0,v=B[_].length;m1&&typeof mt=="string"&&!U.checkClone&&Mt.test(mt))return s.each(function(se){var Jt=s.eq(se);Xt&&(u[0]=mt.call(this,se,Jt.html())),Ct(Jt,u,m,v)});if(xt&&(_=R(u,s[0].ownerDocument,!1,s,v),k=_.firstChild,_.childNodes.length===1&&(_=k),k||v)){for(T=o.map(fe(_,"script"),Dt),W=T.length;pt0&&S(T,!B&&fe(s,"script")),W},cleanData:function(s){for(var u,m,v,_=o.event.special,k=0;(m=s[k])!==void 0;k++)if(Ne(m)){if(u=m[Gt.expando]){if(u.events)for(v in u.events)_[v]?o.event.remove(m,v):o.removeEvent(m,v,u.handle);m[Gt.expando]=void 0}m[re.expando]&&(m[re.expando]=void 0)}}}),o.fn.extend({detach:function(s){return St(this,s,!0)},remove:function(s){return St(this,s)},text:function(s){return qt(this,function(u){return u===void 0?o.text(this):this.empty().each(function(){(this.nodeType===1||this.nodeType===11||this.nodeType===9)&&(this.textContent=u)})},null,s,arguments.length)},append:function(){return Ct(this,arguments,function(s){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var u=kt(this,s);u.appendChild(s)}})},prepend:function(){return Ct(this,arguments,function(s){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var u=kt(this,s);u.insertBefore(s,u.firstChild)}})},before:function(){return Ct(this,arguments,function(s){this.parentNode&&this.parentNode.insertBefore(s,this)})},after:function(){return Ct(this,arguments,function(s){this.parentNode&&this.parentNode.insertBefore(s,this.nextSibling)})},empty:function(){for(var s,u=0;(s=this[u])!=null;u++)s.nodeType===1&&(o.cleanData(fe(s,!1)),s.textContent="");return this},clone:function(s,u){return s=s!=null?s:!1,u=u!=null?u:s,this.map(function(){return o.clone(this,s,u)})},html:function(s){return qt(this,function(u){var m=this[0]||{},v=0,_=this.length;if(u===void 0&&m.nodeType===1)return m.innerHTML;if(typeof u=="string"&&!_t.test(u)&&!ce[(He.exec(u)||["",""])[1].toLowerCase()]){u=o.htmlPrefilter(u);try{for(;v<_;v++)m=this[v]||{},m.nodeType===1&&(o.cleanData(fe(m,!1)),m.innerHTML=u);m=0}catch(k){}}m&&this.empty().append(u)},null,s,arguments.length)},replaceWith:function(){var s=[];return Ct(this,arguments,function(u){var m=this.parentNode;o.inArray(this,s)<0&&(o.cleanData(fe(this)),m&&m.replaceChild(u,this))},s)}}),o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(s,u){o.fn[s]=function(m){for(var v,_=[],k=o(m),T=k.length-1,W=0;W<=T;W++)v=W===T?this:this.clone(!0),o(k[W])[u](v),b.apply(_,v.get());return this.pushStack(_)}});var Bt=new RegExp("^("+li+")(?!px)[a-z%]+$","i"),oe=/^--/,he=function(s){var u=s.ownerDocument.defaultView;return(!u||!u.opener)&&(u=r),u.getComputedStyle(s)},Ue=function(s,u,m){var v,_,k={};for(_ in u)k[_]=s.style[_],s.style[_]=u[_];v=m.call(s);for(_ in u)s.style[_]=k[_];return v},ri=new RegExp(Ce.join("|"),"i"),ci="[\\x20\\t\\r\\n\\f]",pn=new RegExp("^"+ci+"+|((?:^|[^\\\\])(?:\\\\.)*)"+ci+"+$","g");(function(){function s(){if(nt){B.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",nt.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",be.appendChild(B).appendChild(nt);var pt=r.getComputedStyle(nt);m=pt.top!=="1%",W=u(pt.marginLeft)===12,nt.style.right="60%",k=u(pt.right)===36,v=u(pt.width)===36,nt.style.position="absolute",_=u(nt.offsetWidth/3)===12,be.removeChild(B),nt=null}}function u(pt){return Math.round(parseFloat(pt))}var m,v,_,k,T,W,B=G.createElement("div"),nt=G.createElement("div");nt.style&&(nt.style.backgroundClip="content-box",nt.cloneNode(!0).style.backgroundClip="",U.clearCloneStyle=nt.style.backgroundClip==="content-box",o.extend(U,{boxSizingReliable:function(){return s(),v},pixelBoxStyles:function(){return s(),k},pixelPosition:function(){return s(),m},reliableMarginLeft:function(){return s(),W},scrollboxSize:function(){return s(),_},reliableTrDimensions:function(){var pt,xt,ht,mt;return T==null&&(pt=G.createElement("table"),xt=G.createElement("tr"),ht=G.createElement("div"),pt.style.cssText="position:absolute;left:-11111px;border-collapse:separate",xt.style.cssText="border:1px solid",xt.style.height="1px",ht.style.height="9px",ht.style.display="block",be.appendChild(pt).appendChild(xt).appendChild(ht),mt=r.getComputedStyle(xt),T=parseInt(mt.height,10)+parseInt(mt.borderTopWidth,10)+parseInt(mt.borderBottomWidth,10)===xt.offsetHeight,be.removeChild(pt)),T}}))})();function H(s,u,m){var v,_,k,T,W=oe.test(u),B=s.style;return m=m||he(s),m&&(T=m.getPropertyValue(u)||m[u],W&&(T=T.replace(pn,"$1")),T===""&&!Le(s)&&(T=o.style(s,u)),!U.pixelBoxStyles()&&Bt.test(T)&&ri.test(u)&&(v=B.width,_=B.minWidth,k=B.maxWidth,B.minWidth=B.maxWidth=B.width=T,T=m.width,B.width=v,B.minWidth=_,B.maxWidth=k)),T!==void 0?T+"":T}function Lt(s,u){return{get:function(){if(s()){delete this.get;return}return(this.get=u).apply(this,arguments)}}}var At=["Webkit","Moz","ms"],me=G.createElement("div").style,qe={};function Te(s){for(var u=s[0].toUpperCase()+s.slice(1),m=At.length;m--;)if(s=At[m]+u,s in me)return s}function xi(s){var u=o.cssProps[s]||qe[s];return u||(s in me?s:qe[s]=Te(s)||s)}var ki=/^(none|table(?!-c[ea]).+)/,Ci={position:"absolute",visibility:"hidden",display:"block"},eo={letterSpacing:"0",fontWeight:"400"};function Ve(s,u,m){var v=_e.exec(u);return v?Math.max(0,v[2]-(m||0))+(v[3]||"px"):u}function io(s,u,m,v,_,k){var T=u==="width"?1:0,W=0,B=0;if(m===(v?"border":"content"))return 0;for(;T<4;T+=2)m==="margin"&&(B+=o.css(s,m+Ce[T],!0,_)),v?(m==="content"&&(B-=o.css(s,"padding"+Ce[T],!0,_)),m!=="margin"&&(B-=o.css(s,"border"+Ce[T]+"Width",!0,_))):(B+=o.css(s,"padding"+Ce[T],!0,_),m!=="padding"?B+=o.css(s,"border"+Ce[T]+"Width",!0,_):W+=o.css(s,"border"+Ce[T]+"Width",!0,_));return!v&&k>=0&&(B+=Math.max(0,Math.ceil(s["offset"+u[0].toUpperCase()+u.slice(1)]-k-B-W-.5))||0),B}function bo(s,u,m){var v=he(s),_=!U.boxSizingReliable()||m,k=_&&o.css(s,"boxSizing",!1,v)==="border-box",T=k,W=H(s,u,v),B="offset"+u[0].toUpperCase()+u.slice(1);if(Bt.test(W)){if(!m)return W;W="auto"}return(!U.boxSizingReliable()&&k||!U.reliableTrDimensions()&&P(s,"tr")||W==="auto"||!parseFloat(W)&&o.css(s,"display",!1,v)==="inline")&&s.getClientRects().length&&(k=o.css(s,"boxSizing",!1,v)==="border-box",T=B in s,T&&(W=s[B])),W=parseFloat(W)||0,W+io(s,u,m||(k?"border":"content"),T,v,W)+"px"}o.extend({cssHooks:{opacity:{get:function(s,u){if(u){var m=H(s,"opacity");return m===""?"1":m}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(s,u,m,v){if(!(!s||s.nodeType===3||s.nodeType===8||!s.style)){var _,k,T,W=ge(u),B=oe.test(u),nt=s.style;if(B||(u=xi(W)),T=o.cssHooks[u]||o.cssHooks[W],m!==void 0){if(k=typeof m,k==="string"&&(_=_e.exec(m))&&_[1]&&(m=We(s,u,_),k="number"),m==null||m!==m)return;k==="number"&&!B&&(m+=_&&_[3]||(o.cssNumber[W]?"":"px")),!U.clearCloneStyle&&m===""&&u.indexOf("background")===0&&(nt[u]="inherit"),(!T||!("set"in T)||(m=T.set(s,m,v))!==void 0)&&(B?nt.setProperty(u,m):nt[u]=m)}else return T&&"get"in T&&(_=T.get(s,!1,v))!==void 0?_:nt[u]}},css:function(s,u,m,v){var _,k,T,W=ge(u),B=oe.test(u);return B||(u=xi(W)),T=o.cssHooks[u]||o.cssHooks[W],T&&"get"in T&&(_=T.get(s,!0,m)),_===void 0&&(_=H(s,u,v)),_==="normal"&&u in eo&&(_=eo[u]),m===""||m?(k=parseFloat(_),m===!0||isFinite(k)?k||0:_):_}}),o.each(["height","width"],function(s,u){o.cssHooks[u]={get:function(m,v,_){if(v)return ki.test(o.css(m,"display"))&&(!m.getClientRects().length||!m.getBoundingClientRect().width)?Ue(m,Ci,function(){return bo(m,u,_)}):bo(m,u,_)},set:function(m,v,_){var k,T=he(m),W=!U.scrollboxSize()&&T.position==="absolute",B=W||_,nt=B&&o.css(m,"boxSizing",!1,T)==="border-box",pt=_?io(m,u,_,nt,T):0;return nt&&W&&(pt-=Math.ceil(m["offset"+u[0].toUpperCase()+u.slice(1)]-parseFloat(T[u])-io(m,u,"border",!1,T)-.5)),pt&&(k=_e.exec(v))&&(k[3]||"px")!=="px"&&(m.style[u]=v,v=o.css(m,u)),Ve(m,v,pt)}}}),o.cssHooks.marginLeft=Lt(U.reliableMarginLeft,function(s,u){if(u)return(parseFloat(H(s,"marginLeft"))||s.getBoundingClientRect().left-Ue(s,{marginLeft:0},function(){return s.getBoundingClientRect().left}))+"px"}),o.each({margin:"",padding:"",border:"Width"},function(s,u){o.cssHooks[s+u]={expand:function(m){for(var v=0,_={},k=typeof m=="string"?m.split(" "):[m];v<4;v++)_[s+Ce[v]+u]=k[v]||k[v-2]||k[0];return _}},s!=="margin"&&(o.cssHooks[s+u].set=Ve)}),o.fn.extend({css:function(s,u){return qt(this,function(m,v,_){var k,T,W={},B=0;if(Array.isArray(v)){for(k=he(m),T=v.length;B1)}});function yi(s,u,m,v,_){return new yi.prototype.init(s,u,m,v,_)}o.Tween=yi,yi.prototype={constructor:yi,init:function(s,u,m,v,_,k){this.elem=s,this.prop=m,this.easing=_||o.easing._default,this.options=u,this.start=this.now=this.cur(),this.end=v,this.unit=k||(o.cssNumber[m]?"":"px")},cur:function(){var s=yi.propHooks[this.prop];return s&&s.get?s.get(this):yi.propHooks._default.get(this)},run:function(s){var u,m=yi.propHooks[this.prop];return this.options.duration?this.pos=u=o.easing[this.easing](s,this.options.duration*s,0,1,this.options.duration):this.pos=u=s,this.now=(this.end-this.start)*u+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),m&&m.set?m.set(this):yi.propHooks._default.set(this),this}},yi.prototype.init.prototype=yi.prototype,yi.propHooks={_default:{get:function(s){var u;return s.elem.nodeType!==1||s.elem[s.prop]!=null&&s.elem.style[s.prop]==null?s.elem[s.prop]:(u=o.css(s.elem,s.prop,""),!u||u==="auto"?0:u)},set:function(s){o.fx.step[s.prop]?o.fx.step[s.prop](s):s.elem.nodeType===1&&(o.cssHooks[s.prop]||s.elem.style[xi(s.prop)]!=null)?o.style(s.elem,s.prop,s.now+s.unit):s.elem[s.prop]=s.now}}},yi.propHooks.scrollTop=yi.propHooks.scrollLeft={set:function(s){s.elem.nodeType&&s.elem.parentNode&&(s.elem[s.prop]=s.now)}},o.easing={linear:function(s){return s},swing:function(s){return .5-Math.cos(s*Math.PI)/2},_default:"swing"},o.fx=yi.prototype.init,o.fx.step={};var no,er,Yu=/^(?:toggle|show|hide)$/,Gu=/queueHooks$/;function Jr(){er&&(G.hidden===!1&&r.requestAnimationFrame?r.requestAnimationFrame(Jr):r.setTimeout(Jr,o.fx.interval),o.fx.tick())}function nl(){return r.setTimeout(function(){no=void 0}),no=Date.now()}function ir(s,u){var m,v=0,_={height:s};for(u=u?1:0;v<4;v+=2-u)m=Ce[v],_["margin"+m]=_["padding"+m]=s;return u&&(_.opacity=_.width=s),_}function ol(s,u,m){for(var v,_=(Wi.tweeners[u]||[]).concat(Wi.tweeners["*"]),k=0,T=_.length;k1)},removeAttr:function(s){return this.each(function(){o.removeAttr(this,s)})}}),o.extend({attr:function(s,u,m){var v,_,k=s.nodeType;if(!(k===3||k===8||k===2)){if(typeof s.getAttribute>"u")return o.prop(s,u,m);if((k!==1||!o.isXMLDoc(s))&&(_=o.attrHooks[u.toLowerCase()]||(o.expr.match.bool.test(u)?rl:void 0)),m!==void 0){if(m===null){o.removeAttr(s,u);return}return _&&"set"in _&&(v=_.set(s,m,u))!==void 0?v:(s.setAttribute(u,m+""),m)}return _&&"get"in _&&(v=_.get(s,u))!==null?v:(v=o.find.attr(s,u),v!=null?v:void 0)}},attrHooks:{type:{set:function(s,u){if(!U.radioValue&&u==="radio"&&P(s,"input")){var m=s.value;return s.setAttribute("type",u),m&&(s.value=m),u}}}},removeAttr:function(s,u){var m,v=0,_=u&&u.match(X);if(_&&s.nodeType===1)for(;m=_[v++];)s.removeAttribute(m)}}),rl={set:function(s,u,m){return u===!1?o.removeAttr(s,m):s.setAttribute(m,m),m}},o.each(o.expr.match.bool.source.match(/\w+/g),function(s,u){var m=wo[u]||o.find.attr;wo[u]=function(v,_,k){var T,W,B=_.toLowerCase();return k||(W=wo[B],wo[B]=T,T=m(v,_,k)!=null?B:null,wo[B]=W),T}});var Ju=/^(?:input|select|textarea|button)$/i,Qu=/^(?:a|area)$/i;o.fn.extend({prop:function(s,u){return qt(this,o.prop,s,u,arguments.length>1)},removeProp:function(s){return this.each(function(){delete this[o.propFix[s]||s]})}}),o.extend({prop:function(s,u,m){var v,_,k=s.nodeType;if(!(k===3||k===8||k===2))return(k!==1||!o.isXMLDoc(s))&&(u=o.propFix[u]||u,_=o.propHooks[u]),m!==void 0?_&&"set"in _&&(v=_.set(s,m,u))!==void 0?v:s[u]=m:_&&"get"in _&&(v=_.get(s,u))!==null?v:s[u]},propHooks:{tabIndex:{get:function(s){var u=o.find.attr(s,"tabindex");return u?parseInt(u,10):Ju.test(s.nodeName)||Qu.test(s.nodeName)&&s.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),U.optSelected||(o.propHooks.selected={get:function(s){var u=s.parentNode;return u&&u.parentNode&&u.parentNode.selectedIndex,null},set:function(s){var u=s.parentNode;u&&(u.selectedIndex,u.parentNode&&u.parentNode.selectedIndex)}}),o.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){o.propFix[this.toLowerCase()]=this});function Sn(s){var u=s.match(X)||[];return u.join(" ")}function Tn(s){return s.getAttribute&&s.getAttribute("class")||""}function Qr(s){return Array.isArray(s)?s:typeof s=="string"?s.match(X)||[]:[]}o.fn.extend({addClass:function(s){var u,m,v,_,k,T;return Y(s)?this.each(function(W){o(this).addClass(s.call(this,W,Tn(this)))}):(u=Qr(s),u.length?this.each(function(){if(v=Tn(this),m=this.nodeType===1&&" "+Sn(v)+" ",m){for(k=0;k-1;)m=m.replace(" "+_+" "," ");T=Sn(m),v!==T&&this.setAttribute("class",T)}}):this):this.attr("class","")},toggleClass:function(s,u){var m,v,_,k,T=typeof s,W=T==="string"||Array.isArray(s);return Y(s)?this.each(function(B){o(this).toggleClass(s.call(this,B,Tn(this),u),u)}):typeof u=="boolean"&&W?u?this.addClass(s):this.removeClass(s):(m=Qr(s),this.each(function(){if(W)for(k=o(this),_=0;_-1)return!0;return!1}});var Zu=/\r/g;o.fn.extend({val:function(s){var u,m,v,_=this[0];return arguments.length?(v=Y(s),this.each(function(k){var T;this.nodeType===1&&(v?T=s.call(this,k,o(this).val()):T=s,T==null?T="":typeof T=="number"?T+="":Array.isArray(T)&&(T=o.map(T,function(W){return W==null?"":W+""})),u=o.valHooks[this.type]||o.valHooks[this.nodeName.toLowerCase()],(!u||!("set"in u)||u.set(this,T,"value")===void 0)&&(this.value=T))})):_?(u=o.valHooks[_.type]||o.valHooks[_.nodeName.toLowerCase()],u&&"get"in u&&(m=u.get(_,"value"))!==void 0?m:(m=_.value,typeof m=="string"?m.replace(Zu,""):m!=null?m:"")):void 0}}),o.extend({valHooks:{option:{get:function(s){var u=o.find.attr(s,"value");return u!=null?u:Sn(o.text(s))}},select:{get:function(s){var u,m,v,_=s.options,k=s.selectedIndex,T=s.type==="select-one",W=T?null:[],B=T?k+1:_.length;for(k<0?v=B:v=T?k:0;v-1)&&(m=!0);return m||(s.selectedIndex=-1),k}}}}),o.each(["radio","checkbox"],function(){o.valHooks[this]={set:function(s,u){if(Array.isArray(u))return s.checked=o.inArray(o(s).val(),u)>-1}},U.checkOn||(o.valHooks[this].get=function(s){return s.getAttribute("value")===null?"on":s.value})}),U.focusin="onfocusin"in r;var al=/^(?:focusinfocus|focusoutblur)$/,sl=function(s){s.stopPropagation()};o.extend(o.event,{trigger:function(s,u,m,v){var _,k,T,W,B,nt,pt,xt,ht=[m||G],mt=M.call(s,"type")?s.type:s,Xt=M.call(s,"namespace")?s.namespace.split("."):[];if(k=xt=T=m=m||G,!(m.nodeType===3||m.nodeType===8)&&!al.test(mt+o.event.triggered)&&(mt.indexOf(".")>-1&&(Xt=mt.split("."),mt=Xt.shift(),Xt.sort()),B=mt.indexOf(":")<0&&"on"+mt,s=s[o.expando]?s:new o.Event(mt,typeof s=="object"&&s),s.isTrigger=v?2:3,s.namespace=Xt.join("."),s.rnamespace=s.namespace?new RegExp("(^|\\.)"+Xt.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,s.result=void 0,s.target||(s.target=m),u=u==null?[s]:o.makeArray(u,[s]),pt=o.event.special[mt]||{},!(!v&&pt.trigger&&pt.trigger.apply(m,u)===!1))){if(!v&&!pt.noBubble&&!ct(m)){for(W=pt.delegateType||mt,al.test(W+mt)||(k=k.parentNode);k;k=k.parentNode)ht.push(k),T=k;T===(m.ownerDocument||G)&&ht.push(T.defaultView||T.parentWindow||r)}for(_=0;(k=ht[_++])&&!s.isPropagationStopped();)xt=k,s.type=_>1?W:pt.bindType||mt,nt=(Gt.get(k,"events")||Object.create(null))[s.type]&&Gt.get(k,"handle"),nt&&nt.apply(k,u),nt=B&&k[B],nt&&nt.apply&&Ne(k)&&(s.result=nt.apply(k,u),s.result===!1&&s.preventDefault());return s.type=mt,!v&&!s.isDefaultPrevented()&&(!pt._default||pt._default.apply(ht.pop(),u)===!1)&&Ne(m)&&B&&Y(m[mt])&&!ct(m)&&(T=m[B],T&&(m[B]=null),o.event.triggered=mt,s.isPropagationStopped()&&xt.addEventListener(mt,sl),m[mt](),s.isPropagationStopped()&&xt.removeEventListener(mt,sl),o.event.triggered=void 0,T&&(m[B]=T)),s.result}},simulate:function(s,u,m){var v=o.extend(new o.Event,m,{type:s,isSimulated:!0});o.event.trigger(v,null,u)}}),o.fn.extend({trigger:function(s,u){return this.each(function(){o.event.trigger(s,u,this)})},triggerHandler:function(s,u){var m=this[0];if(m)return o.event.trigger(s,u,m,!0)}}),U.focusin||o.each({focus:"focusin",blur:"focusout"},function(s,u){var m=function(v){o.event.simulate(u,v.target,o.event.fix(v))};o.event.special[u]={setup:function(){var v=this.ownerDocument||this.document||this,_=Gt.access(v,u);_||v.addEventListener(s,m,!0),Gt.access(v,u,(_||0)+1)},teardown:function(){var v=this.ownerDocument||this.document||this,_=Gt.access(v,u)-1;_?Gt.access(v,u,_):(v.removeEventListener(s,m,!0),Gt.remove(v,u))}}});var _o=r.location,ll={guid:Date.now()},Zr=/\?/;o.parseXML=function(s){var u,m;if(!s||typeof s!="string")return null;try{u=new r.DOMParser().parseFromString(s,"text/xml")}catch(v){}return m=u&&u.getElementsByTagName("parsererror")[0],(!u||m)&&o.error("Invalid XML: "+(m?o.map(m.childNodes,function(v){return v.textContent}).join(`
+`):s)),u};var td=/\[\]$/,cl=/\r?\n/g,ed=/^(?:submit|button|image|reset|file)$/i,id=/^(?:input|select|textarea|keygen)/i;function ta(s,u,m,v){var _;if(Array.isArray(u))o.each(u,function(k,T){m||td.test(s)?v(s,T):ta(s+"["+(typeof T=="object"&&T!=null?k:"")+"]",T,m,v)});else if(!m&&n(u)==="object")for(_ in u)ta(s+"["+_+"]",u[_],m,v);else v(s,u)}o.param=function(s,u){var m,v=[],_=function(k,T){var W=Y(T)?T():T;v[v.length]=encodeURIComponent(k)+"="+encodeURIComponent(W!=null?W:"")};if(s==null)return"";if(Array.isArray(s)||s.jquery&&!o.isPlainObject(s))o.each(s,function(){_(this.name,this.value)});else for(m in s)ta(m,s[m],u,_);return v.join("&")},o.fn.extend({serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var s=o.prop(this,"elements");return s?o.makeArray(s):this}).filter(function(){var s=this.type;return this.name&&!o(this).is(":disabled")&&id.test(this.nodeName)&&!ed.test(s)&&(this.checked||!ni.test(s))}).map(function(s,u){var m=o(this).val();return m==null?null:Array.isArray(m)?o.map(m,function(v){return{name:u.name,value:v.replace(cl,`\r
+`)}}):{name:u.name,value:m.replace(cl,`\r
+`)}}).get()}});var nd=/%20/g,od=/#.*$/,rd=/([?&])_=[^&]*/,ad=/^(.*?):[ \t]*([^\r\n]*)$/mg,sd=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,ld=/^(?:GET|HEAD)$/,cd=/^\/\//,hl={},ea={},ul="*/".concat("*"),ia=G.createElement("a");ia.href=_o.href;function dl(s){return function(u,m){typeof u!="string"&&(m=u,u="*");var v,_=0,k=u.toLowerCase().match(X)||[];if(Y(m))for(;v=k[_++];)v[0]==="+"?(v=v.slice(1)||"*",(s[v]=s[v]||[]).unshift(m)):(s[v]=s[v]||[]).push(m)}}function pl(s,u,m,v){var _={},k=s===ea;function T(W){var B;return _[W]=!0,o.each(s[W]||[],function(nt,pt){var xt=pt(u,m,v);if(typeof xt=="string"&&!k&&!_[xt])return u.dataTypes.unshift(xt),T(xt),!1;if(k)return!(B=xt)}),B}return T(u.dataTypes[0])||!_["*"]&&T("*")}function na(s,u){var m,v,_=o.ajaxSettings.flatOptions||{};for(m in u)u[m]!==void 0&&((_[m]?s:v||(v={}))[m]=u[m]);return v&&o.extend(!0,s,v),s}function hd(s,u,m){for(var v,_,k,T,W=s.contents,B=s.dataTypes;B[0]==="*";)B.shift(),v===void 0&&(v=s.mimeType||u.getResponseHeader("Content-Type"));if(v){for(_ in W)if(W[_]&&W[_].test(v)){B.unshift(_);break}}if(B[0]in m)k=B[0];else{for(_ in m){if(!B[0]||s.converters[_+" "+B[0]]){k=_;break}T||(T=_)}k=k||T}if(k)return k!==B[0]&&B.unshift(k),m[k]}function ud(s,u,m,v){var _,k,T,W,B,nt={},pt=s.dataTypes.slice();if(pt[1])for(T in s.converters)nt[T.toLowerCase()]=s.converters[T];for(k=pt.shift();k;)if(s.responseFields[k]&&(m[s.responseFields[k]]=u),!B&&v&&s.dataFilter&&(u=s.dataFilter(u,s.dataType)),B=k,k=pt.shift(),k){if(k==="*")k=B;else if(B!=="*"&&B!==k){if(T=nt[B+" "+k]||nt["* "+k],!T){for(_ in nt)if(W=_.split(" "),W[1]===k&&(T=nt[B+" "+W[0]]||nt["* "+W[0]],T)){T===!0?T=nt[_]:nt[_]!==!0&&(k=W[0],pt.unshift(W[1]));break}}if(T!==!0)if(T&&s.throws)u=T(u);else try{u=T(u)}catch(xt){return{state:"parsererror",error:T?xt:"No conversion from "+B+" to "+k}}}}return{state:"success",data:u}}o.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:_o.href,type:"GET",isLocal:sd.test(_o.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":ul,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":o.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(s,u){return u?na(na(s,o.ajaxSettings),u):na(o.ajaxSettings,s)},ajaxPrefilter:dl(hl),ajaxTransport:dl(ea),ajax:function(s,u){typeof s=="object"&&(u=s,s=void 0),u=u||{};var m,v,_,k,T,W,B,nt,pt,xt,ht=o.ajaxSetup({},u),mt=ht.context||ht,Xt=ht.context&&(mt.nodeType||mt.jquery)?o(mt):o.event,se=o.Deferred(),Jt=o.Callbacks("once memory"),Je=ht.statusCode||{},Ye={},Si={},Se="canceled",ae={readyState:0,getResponseHeader:function(ve){var Re;if(B){if(!k)for(k={};Re=ad.exec(_);)k[Re[1].toLowerCase()+" "]=(k[Re[1].toLowerCase()+" "]||[]).concat(Re[2]);Re=k[ve.toLowerCase()+" "]}return Re==null?null:Re.join(", ")},getAllResponseHeaders:function(){return B?_:null},setRequestHeader:function(ve,Re){return B==null&&(ve=Si[ve.toLowerCase()]=Si[ve.toLowerCase()]||ve,Ye[ve]=Re),this},overrideMimeType:function(ve){return B==null&&(ht.mimeType=ve),this},statusCode:function(ve){var Re;if(ve)if(B)ae.always(ve[ae.status]);else for(Re in ve)Je[Re]=[Je[Re],ve[Re]];return this},abort:function(ve){var Re=ve||Se;return m&&m.abort(Re),bi(0,Re),this}};if(se.promise(ae),ht.url=((s||ht.url||_o.href)+"").replace(cd,_o.protocol+"//"),ht.type=u.method||u.type||ht.method||ht.type,ht.dataTypes=(ht.dataType||"*").toLowerCase().match(X)||[""],ht.crossDomain==null){W=G.createElement("a");try{W.href=ht.url,W.href=W.href,ht.crossDomain=ia.protocol+"//"+ia.host!=W.protocol+"//"+W.host}catch(ve){ht.crossDomain=!0}}if(ht.data&&ht.processData&&typeof ht.data!="string"&&(ht.data=o.param(ht.data,ht.traditional)),pl(hl,ht,u,ae),B)return ae;nt=o.event&&ht.global,nt&&o.active++===0&&o.event.trigger("ajaxStart"),ht.type=ht.type.toUpperCase(),ht.hasContent=!ld.test(ht.type),v=ht.url.replace(od,""),ht.hasContent?ht.data&&ht.processData&&(ht.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&(ht.data=ht.data.replace(nd,"+")):(xt=ht.url.slice(v.length),ht.data&&(ht.processData||typeof ht.data=="string")&&(v+=(Zr.test(v)?"&":"?")+ht.data,delete ht.data),ht.cache===!1&&(v=v.replace(rd,"$1"),xt=(Zr.test(v)?"&":"?")+"_="+ll.guid+++xt),ht.url=v+xt),ht.ifModified&&(o.lastModified[v]&&ae.setRequestHeader("If-Modified-Since",o.lastModified[v]),o.etag[v]&&ae.setRequestHeader("If-None-Match",o.etag[v])),(ht.data&&ht.hasContent&&ht.contentType!==!1||u.contentType)&&ae.setRequestHeader("Content-Type",ht.contentType),ae.setRequestHeader("Accept",ht.dataTypes[0]&&ht.accepts[ht.dataTypes[0]]?ht.accepts[ht.dataTypes[0]]+(ht.dataTypes[0]!=="*"?", "+ul+"; q=0.01":""):ht.accepts["*"]);for(pt in ht.headers)ae.setRequestHeader(pt,ht.headers[pt]);if(ht.beforeSend&&(ht.beforeSend.call(mt,ae,ht)===!1||B))return ae.abort();if(Se="abort",Jt.add(ht.complete),ae.done(ht.success),ae.fail(ht.error),m=pl(ea,ht,u,ae),!m)bi(-1,"No Transport");else{if(ae.readyState=1,nt&&Xt.trigger("ajaxSend",[ae,ht]),B)return ae;ht.async&&ht.timeout>0&&(T=r.setTimeout(function(){ae.abort("timeout")},ht.timeout));try{B=!1,m.send(Ye,bi)}catch(ve){if(B)throw ve;bi(-1,ve)}}function bi(ve,Re,ko,nr){var Ti,En,An,wi,fn,Oi=Re;B||(B=!0,T&&r.clearTimeout(T),m=void 0,_=nr||"",ae.readyState=ve>0?4:0,Ti=ve>=200&&ve<300||ve===304,ko&&(wi=hd(ht,ae,ko)),!Ti&&o.inArray("script",ht.dataTypes)>-1&&o.inArray("json",ht.dataTypes)<0&&(ht.converters["text script"]=function(){}),wi=ud(ht,wi,ae,Ti),Ti?(ht.ifModified&&(fn=ae.getResponseHeader("Last-Modified"),fn&&(o.lastModified[v]=fn),fn=ae.getResponseHeader("etag"),fn&&(o.etag[v]=fn)),ve===204||ht.type==="HEAD"?Oi="nocontent":ve===304?Oi="notmodified":(Oi=wi.state,En=wi.data,An=wi.error,Ti=!An)):(An=Oi,(ve||!Oi)&&(Oi="error",ve<0&&(ve=0))),ae.status=ve,ae.statusText=(Re||Oi)+"",Ti?se.resolveWith(mt,[En,Oi,ae]):se.rejectWith(mt,[ae,Oi,An]),ae.statusCode(Je),Je=void 0,nt&&Xt.trigger(Ti?"ajaxSuccess":"ajaxError",[ae,ht,Ti?En:An]),Jt.fireWith(mt,[ae,Oi]),nt&&(Xt.trigger("ajaxComplete",[ae,ht]),--o.active||o.event.trigger("ajaxStop")))}return ae},getJSON:function(s,u,m){return o.get(s,u,m,"json")},getScript:function(s,u){return o.get(s,void 0,u,"script")}}),o.each(["get","post"],function(s,u){o[u]=function(m,v,_,k){return Y(v)&&(k=k||_,_=v,v=void 0),o.ajax(o.extend({url:m,type:u,dataType:k,data:v,success:_},o.isPlainObject(m)&&m))}}),o.ajaxPrefilter(function(s){var u;for(u in s.headers)u.toLowerCase()==="content-type"&&(s.contentType=s.headers[u]||"")}),o._evalUrl=function(s,u,m){return o.ajax({url:s,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(v){o.globalEval(v,u,m)}})},o.fn.extend({wrapAll:function(s){var u;return this[0]&&(Y(s)&&(s=s.call(this[0])),u=o(s,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&u.insertBefore(this[0]),u.map(function(){for(var m=this;m.firstElementChild;)m=m.firstElementChild;return m}).append(this)),this},wrapInner:function(s){return Y(s)?this.each(function(u){o(this).wrapInner(s.call(this,u))}):this.each(function(){var u=o(this),m=u.contents();m.length?m.wrapAll(s):u.append(s)})},wrap:function(s){var u=Y(s);return this.each(function(m){o(this).wrapAll(u?s.call(this,m):s)})},unwrap:function(s){return this.parent(s).not("body").each(function(){o(this).replaceWith(this.childNodes)}),this}}),o.expr.pseudos.hidden=function(s){return!o.expr.pseudos.visible(s)},o.expr.pseudos.visible=function(s){return!!(s.offsetWidth||s.offsetHeight||s.getClientRects().length)},o.ajaxSettings.xhr=function(){try{return new r.XMLHttpRequest}catch(s){}};var dd={0:200,1223:204},xo=o.ajaxSettings.xhr();U.cors=!!xo&&"withCredentials"in xo,U.ajax=xo=!!xo,o.ajaxTransport(function(s){var u,m;if(U.cors||xo&&!s.crossDomain)return{send:function(v,_){var k,T=s.xhr();if(T.open(s.type,s.url,s.async,s.username,s.password),s.xhrFields)for(k in s.xhrFields)T[k]=s.xhrFields[k];s.mimeType&&T.overrideMimeType&&T.overrideMimeType(s.mimeType),!s.crossDomain&&!v["X-Requested-With"]&&(v["X-Requested-With"]="XMLHttpRequest");for(k in v)T.setRequestHeader(k,v[k]);u=function(W){return function(){u&&(u=m=T.onload=T.onerror=T.onabort=T.ontimeout=T.onreadystatechange=null,W==="abort"?T.abort():W==="error"?typeof T.status!="number"?_(0,"error"):_(T.status,T.statusText):_(dd[T.status]||T.status,T.statusText,(T.responseType||"text")!=="text"||typeof T.responseText!="string"?{binary:T.response}:{text:T.responseText},T.getAllResponseHeaders()))}},T.onload=u(),m=T.onerror=T.ontimeout=u("error"),T.onabort!==void 0?T.onabort=m:T.onreadystatechange=function(){T.readyState===4&&r.setTimeout(function(){u&&m()})},u=u("abort");try{T.send(s.hasContent&&s.data||null)}catch(W){if(u)throw W}},abort:function(){u&&u()}}}),o.ajaxPrefilter(function(s){s.crossDomain&&(s.contents.script=!1)}),o.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(s){return o.globalEval(s),s}}}),o.ajaxPrefilter("script",function(s){s.cache===void 0&&(s.cache=!1),s.crossDomain&&(s.type="GET")}),o.ajaxTransport("script",function(s){if(s.crossDomain||s.scriptAttrs){var u,m;return{send:function(v,_){u=o("
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hamburger icon
+ An icon used to represent a menu that can be
+ toggled by interacting with this icon.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The Wayback Machine has not archived that URL.
+
+
+
+
+
+
+ The Wayback Machine requires your browser to support JavaScript, please email
info@archive.org if you have any questions about this.
+
+
+
+
+