layerpro 0.0.30 → 0.0.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -49
package/index.js CHANGED
@@ -1,2 +1,2 @@
1
1
  /*! For license information please see index.js.LICENSE.txt */
2
- (()=>{var e={851:(e,t,n)=>{"use strict";n(175)},175:(e,t,n)=>{!function(){"undefined"==typeof window&&(n.g.window={});const e=n(147);window.layerpro={},n(862),n(415),n(846),n(637),n(785),console.groupCollapsed(`%c${e.name} v${e.version}%c`,"color:orange",""),console.debug(`%c${e.name} v${e.version}%c by Dario Passariello started`,"color:orange",""),console.debug(`%cType ${e.name} in this console to see it`,"color:gray",""),console.debug("%cFor help visit: "+e.repository.help,"color:gray",""),console.debug("name: %c"+e.name,"color:orange",""),console.debug("version: %c"+e.version,"color:orange",""),console.debug("description: %c"+e.description,"color:orange",""),console.debug("license: %c"+e.license,"color:orange",""),console.debug("repository: %c"+e.repository.url,"color:orange",""),console.debug("author: %c"+e.author.name,"color:orange",""),console.debug("email: %c"+e.author.email,"color:orange",""),console.groupEnd()}()},415:()=>{window.layerpro.cookie={get:function(e){let t=e+"=",n=decodeURIComponent(document.cookie).split(";");for(let e=0;e<n.length;e++){let o=n[e];for(;" "==o.charAt(0);)o=o.substring(1);if(0==o.indexOf(t))return o.substring(t.length,o.length)}return""},set:function(e,t,n){const o=new Date;o.setTime(o.getTime()+24*n*60*60*1e3);let r="expires="+o.toUTCString();document.cookie=e+"="+t+";"+r+";path=/"}}},785:(e,t,n)=>{"use strict";n.r(t),n.d(t,{CustomMessage:()=>r});const o=n(755);layerpro.alert=e=>{let t=layerpro.popup.open({id:"alert",body:"",width:380,height:220,name:"&#9888; Warning",source:"",icon:"",iconize:0,maximize:0,close:1,isMaximize:"",raised:1,movable:0,resizable:0,top:"",left:"",right:"",bottom:"",fadeIn:"",fadeOut:"",minWidth:"",minHeight:""}),n="";n+="<div class='popup_prompt'>",n+='<div class="popup_message_body">',n+="<center>",n+="<br/><br/>"+e+"<br/><br/>",n+="</center>",n+="</div>",n+='<button id="a_'+t.id+'" type="button">CLOSE</button>',o(".popup_body_"+t.id).html(n),o("#a_"+t.id).css("width","100%").on("click",(function(e){layerpro.popup.close(t)}))},layerpro.message=e=>{let t=layerpro.popup.open({id:"alert",body:"",width:380,height:220,name:"&#9965; Message",source:"",icon:"",iconize:0,maximize:0,close:1,isMaximize:"",raised:1,movable:0,resizable:0,top:"",left:"",right:"",bottom:"",fadeIn:"",fadeOut:"",minWidth:"",minHeight:""}),n="";n+="<div class='popup_prompt'>",n+='<div class="popup_message_body">',n+="<center>",n+="<br/><br/>"+e+"<br/><br/>",n+="</center>",n+="</div>",n+='<button id="a_'+t.id+'" type="button">CLOSE</button>',o(".popup_body_"+t.id).html(n),o("#a_"+t.id).css("width","100%").on("click",(function(){layerpro.popup.close(t)}))},layerpro.confirm=(e,t,n)=>{if(0==o(".confirm").length){let r=layerpro.popup.open({id:"alert",body:"",width:380,height:220,name:"&#9745; Confirm",source:"",icon:"",iconize:0,maximize:0,close:1,isMaximize:"",raised:1,movable:0,resizable:0,top:"",left:"",right:"",bottom:"",fadeIn:"",fadeOut:"",minWidth:"",minHeight:""}),i="";i+="<div class='popup_prompt'>",i+='<div class="popup_message_body">',i+="<center>",i+="<br/><br/>"+e+"<br/><br/>",i+="</center>",i+="</div>",i+='<button id="a_'+r.id+'" type="button">CONFIRM</button>',i+='<button id="b_'+r.id+'" type="button">CANCEL</button>',o(".popup_body_"+r.id).html(i),o("#a_"+r.id).on("click",(function(){t&&t(),layerpro.popup.close(r)})),o("#b_"+r.id).on("click",(function(){n&&n(),layerpro.popup.close(r)}))}},layerpro.prompt=e=>{let t=layerpro.popup.open({id:"alert",body:"",width:380,height:220,name:"&#9998; Prompt",source:"",icon:"",iconize:0,maximize:0,close:1,isMaximize:"",raised:1,movable:0,resizable:0,top:"",left:"",right:"",bottom:"",fadeIn:"",fadeOut:"",minWidth:"",minHeight:""}),n="";n+="<div class='popup_prompt'>",n+='<div class="popup_message_body">',n+="<center>",n+="<br/><br/>"+e+"<br/><br/>",n+="</center>",n+="</div>",n+='<input id="input_'+t.id+'" type="text" placeholder="write here" /><br/>',n+='<button id="a_'+t.id+'" type="button">OK</button>',n+='<button id="b_'+t.id+'" type="button">CANCEL</button>',n+="</div>",o(".popup_body_"+t.id).html(n),o("#input_"+t.id).on("focus",(function(){o(this).attr("placeholder","")})).on("blur",(function(){o(this).attr("placeholder","write here")})),o("#a_"+t.id).on("click",(function(e){o("#input_"+t.id).val()>""?(layerpro.cookie.set("UserName",o("#input_"+t.id).val()),layerpro.popup.close(t)):alert("input can't be empty!")})),o("#b_"+t.id).on("click",(function(e){layerpro.popup.close(t)}))};const r=()=>{window.message=e=>{layerpro.message(e)},window.alert=e=>{layerpro.alert(e)},window.confirm=(e,t,n)=>{layerpro.confirm(e,t,n)},window.prompt=(e,t,n)=>{layerpro.prompt(e,t,n)}};r()},637:()=>{window.layerpro.popup.mouseCoord=function(e){return[e.clientX,e.clientY,e.screenX,e.screenY]}},846:(e,t,n)=>{const o=n(755),r=300,i=150,a=layerpro.cookie.get("preferences");let s,p,u,c,l,d,f,h,g,m,y,v,b,x,I=1;layerpro.popup={open:function(e){if(!e)return!1;return e.id=e.id||Math.round(1e3*Math.random()),e.body=e.body||"empty",e.width=e.width||640,e.height=e.height||480,e.name=e.name||"PopUp",e.source=e.source||null,e.icon=e.icon||null,e.iconize=e.iconize||null,e.maximize=e.maximize||!0,e.isMaximize=e.isMaximize||!1,e.close=e.close||!0,e.raised=e.raised||!1,e.movable=e.movable||!0,e.resizable=e.resizable||!0,e.top=e.top||"auto",e.left=e.left||"auto",e.right=e.right||"auto",e.bottom=e.bottom||"auto",e.fadeIn=e.fadeIn||500,e.fadeOut=e.fadeOut||500,e.minWidth=e.minWidth||340,e.minHeight=e.minHeight||220,e.width<e.minWidth&&(e.width=e.minWidth),e.height<e.minHeight&&(e.height=e.minHeight),"auto"==e.width&&(e.width="100%"),"auto"==e.height&&(e.height="100%"),0==o("#popup").length&&o('<div id="popup"></div>').appendTo("body").css("pointer-events","none"),0==o(".popup_window_"+e.id).length&&function(){o('[class^="popup_bar_"]').removeClass("pupup_bar_selected"),1==e.raised&&o('<div class="popup_raised_'+e.id+'"></div>').appendTo("#popup").css({"pointer-events":"auto","z-index":layerpro.popup.zIndex(o('[class^="popup_overflow_"]'))+1e3});let t;t=1==e.raised?".popup_raised_"+e.id:"#popup";o('<div class="popup_overflow_'+e.id+'"></div>').appendTo(t).css({top:e.top,left:e.left,right:e.right,bottom:e.bottom,width:e.width,height:e.height,"pointer-events":"auto","z-index":layerpro.popup.zIndex(o('[class^="popup_overflow_"]'))+1}).on("mousedown",(function(e){layerpro.popup.index(this)})).addClass("zHigh").hide().fadeIn(e.fadeIn);let n=o('<div class="popup_window_'+e.id+'"></div>').appendTo(".popup_overflow_"+e.id).css({"pointer-events":"auto"});const r=[e.top,e.left,e.bottom,e.right];0==r.reduce(((e,t)=>"number"==typeof t&&isFinite(t)?e+t:e),0)&&layerpro.popup.center(e);o('<div class="popup_bar_'+e.id+'"></div>').appendTo(n).addClass("pupup_bar_selected"),o('<div class="popup_drag_'+e.id+'">'+e.name+"</div>").appendTo(".popup_bar_"+e.id),o('<div class="popup_option_'+e.id+'"></div>').appendTo(".popup_bar_"+e.id),1==e.iconize&&o("popup_deck").length>0&&o('<button class="button_iconize_'+e.id+' iconizeA"></button>').appendTo(".popup_option_"+e.id).on("click",(function(){layerpro.popup.iconize(e)}));1==e.maximize&&o('<button class="button_maximize_'+e.id+' maximizeA"></button>').appendTo(".popup_option_"+e.id).on("click",(function(){layerpro.popup.maximize(e)}));1==e.close&&o('<button class="button_close_'+e.id+' closeA"></button>').appendTo(".popup_option_"+e.id).on("click",(function(){layerpro.popup.close(e)}));o('<div class="popup_internal_'+e.id+'"></div>').appendTo(n),o('<div class="popup_body_'+e.id+'"></div>').appendTo(".popup_internal_"+e.id),e.body&&o(".popup_body_"+e.id).html(e.body);e.source&&o(".popup_body_"+e.id).load(e.source,(function(e,t,n){"success"==t&&o(this).hide().html(e).fadeIn($speed),"error"==t&&console.log("Error: "+n.status+" "+n.statusText)}));e.movable&&(o(".popup_drag_"+e.id).css("cursor","move"),layerpro.popup.movable(e));e.resizable&&layerpro.popup.resizable(e);e.isMaximize&&layerpro.popup.maximize(e)}(),e},show:function(e){e.toggle()},center:function(e){let t=o(".popup_overflow_"+e.id);t.css("top",Math.max(0,(o(window).height()-t.outerHeight())/2+o(window).scrollTop())),t.css("left",Math.max(0,(o(window).width()-t.outerWidth())/2+o(window).scrollLeft()))},checkArea:function(e){let t=o(window);return[e.clientX,e.clientY,t.scrollLeft(),t.scrollTop(),t.height(),t.width()]},close:function(e){null==e?o("#popup").fadeOut((function(){o(this).remove()})):(o("#popup").fadeOut((function(){o(this).remove()})),1==e.raised&&o(".popup_raised_"+e.id).fadeOut(e.fadeOut,(function(){o(".popup_raised_"+e.id).remove()})))},iconize:function(e){},maximize:function(e){let t=o(".popup_overflow_"+e.id),n=(o(".popup_overflow_"+e.id),o(".popup_body_"+e.id));layerpro.popup.show(n);u||c||(u=t.offset().top,c=t.offset().left,l=t.width(),d=t.height()),null==s?(e.movable&&o(".popup_drag_"+e.id).css("cursor","default"),t.animate({position:"absolute",top:-6,left:-6,right:-6,bottom:-6,width:o(window).width()+12,height:o(window).height()+12,"border-radius":0},(function(){layerpro.popup.show(n),o(window).on("resize.eventItem",(function(){t.css({width:o(window).width()+12,height:o(window).height()+12})}))})),s=!0):(e.movable&&o(".popup_drag_"+e.id).css("cursor","move"),t.animate({top:u,left:c,width:l,height:d,"border-radius":"10px"},(function(){layerpro.popup.show(n),o(window).off("resize.eventItem")})),s=null,u=null,c=null)},movable:function(e){let t=o(".popup_drag_"+e.id),n=o(".popup_overflow_"+e.id),r=o(".popup_body_"+e.id),i=0,s=0,p=0,u=0;function c(e){i=p-e.clientX,s=u-e.clientY,p=e.clientX,u=e.clientY,layerpro.popup.checkArea(e)[1]<layerpro.popup.checkArea(e)[4]&&1==Math.sign(layerpro.popup.checkArea(e)[1])&&n.css("top",n.offset().top-s),layerpro.popup.checkArea(e)[0]<layerpro.popup.checkArea(e)[5]&&1==Math.sign(layerpro.popup.checkArea(e)[0])&&n.css("left",n.offset().left-i)}function l(){document.onmouseup=null,document.onmousemove=null,null!=a&&1==a.hasOwnProperty("popup_opacity_movable")&&(n.css("opacity",1),layerpro.popup.show(r))}t.on("mousedown",(function(e){o(window).width()>n.width()?(!function(e){p=e.clientX,u=e.clientY,document.onmouseup=l,document.onmousemove=c}(e),null!=a&&1==a.hasOwnProperty("popup_opacity_movable")&&(n.css("opacity",.5),layerpro.popup.show(r))):e.stopImmediatePropagation()}))},resizable:function(e){let t=o(".popup_overflow_"+e.id);o("<div class='resize_0'></div>").appendTo(t),o("<div class='resize_1'></div>").appendTo(t),o("<div class='resize_2'></div>").appendTo(t),o("<div class='resize_3'></div>").appendTo(t),o("<div class='resize_4'></div>").appendTo(t),o("<div class='resize_corner_0'></div>").appendTo(t),o("<div class='resize_corner_1'></div>").appendTo(t),o("<div class='resize_corner_2'></div>").appendTo(t),o("<div class='resize_corner_3'></div>").appendTo(t),o("<div class='resize_corner_4'></div>").appendTo(t),o("[class^='resize_']").on("mousedown",(function(e){layerpro.popup.ResizePopups(e,this)}))},ResizePopups:function(e,t){let n=o(t).parent(),r=layerpro.popup.mouseCoord(e);return null!=a&&1==a.hasOwnProperty("popup_opacity_resize")&&(n.find('[class^="popup_internal_"]').contents().hide(),n.css("opacity",.5)),document.onmousemove=e=>{layerpro.popup.doRes(e,t)},document.onmouseup=()=>{layerpro.popup.stopRes(t)},f=r[0],h=r[1],o("body").css("pointer-events","none"),g=n.width(),m=n.height(),y=n.position().left,v=n.position().top,b=v+m+1,x=y+g+1,p=t,!1},doRes:function(e,t){let n=o(t),a=n.parent(),s=layerpro.popup.mouseCoord(e);if(t==p){let t=g+s[0]-f,o=m+s[1]-h,p=g-s[0]+f,u=m-s[1]+h;t<=0&&(t=0),o<=0&&(o=0),layerpro.popup.checkArea(e)[1]<layerpro.popup.checkArea(e)[4]&&1==Math.sign(layerpro.popup.checkArea(e)[1])&&n.hasClass("resize_0")&&(a.height()>=i&&a.css({top:parseInt(b-u),height:parseInt(u)}),a.height()<=i&&u>i&&a.css({height:parseInt(151)})),layerpro.popup.checkArea(e)[0]<layerpro.popup.checkArea(e)[5]&&1==Math.sign(layerpro.popup.checkArea(e)[0])&&n.hasClass("resize_1")&&(a.width()>=r&&a.css({width:parseInt(t),right:parseInt(y-t)}),a.width()<=r&&a.css({width:parseInt(301)})),layerpro.popup.checkArea(e)[1]<layerpro.popup.checkArea(e)[4]&&1==Math.sign(layerpro.popup.checkArea(e)[1])&&n.hasClass("resize_2")&&(a.height()>=i&&a.css({height:parseInt(o)}),a.height()<=i&&o>i&&a.css({height:parseInt(151)})),layerpro.popup.checkArea(e)[0]<layerpro.popup.checkArea(e)[5]&&1==Math.sign(layerpro.popup.checkArea(e)[0])&&n.hasClass("resize_3")&&(a.width()>=r&&a.css({width:parseInt(p),left:parseInt(x-p)}),a.width()<=r&&p>r&&a.css({width:parseInt(301)})),layerpro.popup.checkArea(e)[1]<layerpro.popup.checkArea(e)[4]&&layerpro.popup.checkArea(e)[0]<layerpro.popup.checkArea(e)[5]&&1==Math.sign(layerpro.popup.checkArea(e)[0])&&1==Math.sign(layerpro.popup.checkArea(e)[1])&&(n.hasClass("resize_corner_0")&&(a.height()>=i&&a.css({top:parseInt(b-u),height:parseInt(u)}),a.height()<=i&&u>i&&a.css({height:parseInt(151)}),a.width()>=r&&a.css({width:parseInt(p),left:parseInt(x-p)}),a.width()<=r&&p>r&&a.css({width:parseInt(301)})),n.hasClass("resize_corner_1")&&(a.height()>=i&&a.css({top:parseInt(b-u),height:parseInt(u)}),a.height()<=i&&u>i&&a.css({height:parseInt(151)}),a.width()>=r&&a.css({width:parseInt(t),right:parseInt(y-t)}),a.width()<=r&&a.css({width:parseInt(301)})),n.hasClass("resize_corner_2")&&(a.height()>=i&&a.css({height:parseInt(o)}),a.height()<=i&&o>i&&a.css({height:parseInt(151)}),a.width()>=r&&a.css({width:parseInt(t),right:parseInt(y-t)}),a.width()<=r&&a.css({width:parseInt(301)})),n.hasClass("resize_corner_3")&&(a.height()>=i&&a.css({height:parseInt(o)}),a.height()<=i&&o>i&&a.css({height:parseInt(151)}),a.width()>=r&&a.css({width:parseInt(p),left:parseInt(x-p)}),a.width()<=r&&p>r&&a.css({width:parseInt(301)})))}},stopRes:function(e){let t=o(e).parent();o("body").css("pointer-events","auto"),null!=a&&1==a.hasOwnProperty("popup_opacity_resize")&&(t.find('[class^="popup_internal_"]').contents().show(),t.css("opacity",1)),p=!1},index:function(e){let t=o('[class^="popup_overflow_"]');o('[class^="popup_bar_"]').removeClass("pupup_bar_selected"),t.each((function(){o(this).css("zIndex",o(this)[0].style.zIndex-1).removeClass("zHigh")})),o(e).css("zIndex",layerpro.popup.zIndex(t)).addClass("zHigh").find('[class^="popup_bar_"]').addClass("pupup_bar_selected")},zIndex:function(e){return e.each((function(){let e=parseInt(o(this).css("zIndex"),10);e>I&&(I=e)})),I}},o('[name="preferences[popup_opacity_resize]"]').trigger("onchange"),o('[name="preferences[popup_opacity_movable]"]').trigger("onchange"),o("body").on("mousedown.popupSelected",(function(e){o(e.target).parent().is('[class^="popup_"]')||o('[class^="popup_overflow_"]').removeClass("zHigh")}))},422:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var o=n(81),r=n.n(o),i=n(645),a=n.n(i)()(r());a.push([e.id,'#popup{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1000}#popup :root{--input-background-color:#444;--input-color:white;--button-background-color:#444;--button-color:white;--inputButton-fontSize:.8em;--resize-background-color: red --resize-shadow: 0 0 10px red }#popup input[type=button],#popup input[type=submit],#popup input[type=reset],#popup button[type=button],#popup button[type=submit],#popup button[type=reset]{display:block;padding:5px;font-size:var(--inputButton-fontSize)}#popup input[type=button],#popup input[type=submit],#popup input[type=reset]{background:var(--input-background-color);color:var(--input-color)}#popup button[type=button],#popup button[type=submit],#popup button[type=reset]{background:var(--button-background-color);color:var(--button-color)}#popup .iconizeA:before,#popup .maximizeA:before,#popup .closeA:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-repeat:no-repeat !important;background-position:center !important;background-size:50% !important;filter:invert(1);opacity:.5;margin:0;padding:0}#popup .iconize:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gQ3JlYXRlZCB3aXRoIElua3NjYXBlIChodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy8pIC0tPgoKPHN2ZwogICB3aWR0aD0iMjAiCiAgIGhlaWdodD0iMjAiCiAgIHZpZXdCb3g9IjAgMCA1LjI5MTY2NjUgNS4yOTE2NjY4IgogICB2ZXJzaW9uPSIxLjEiCiAgIGlkPSJzdmczNzY4IgogICBpbmtzY2FwZTp2ZXJzaW9uPSIxLjEuMSAoM2JmNWFlMGQyNSwgMjAyMS0wOS0yMCkiCiAgIHNvZGlwb2RpOmRvY25hbWU9Imljb25pemUuc3ZnIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIKICAgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIj4KICA8ZGVmcwogICAgIGlkPSJkZWZzMzc2MiIgLz4KICA8c29kaXBvZGk6bmFtZWR2aWV3CiAgICAgaWQ9ImJhc2UiCiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIgogICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IgogICAgIGJvcmRlcm9wYWNpdHk9IjEuMCIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMC4wIgogICAgIGlua3NjYXBlOnBhZ2VzaGFkb3c9IjIiCiAgICAgaW5rc2NhcGU6em9vbT0iNS42IgogICAgIGlua3NjYXBlOmN4PSI5LjkxMDcxNDMiCiAgICAgaW5rc2NhcGU6Y3k9IjY4LjM5Mjg1NyIKICAgICBpbmtzY2FwZTpkb2N1bWVudC11bml0cz0ibW0iCiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ibGF5ZXIxIgogICAgIHNob3dncmlkPSJmYWxzZSIKICAgICB1bml0cz0icHgiCiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxOTIwIgogICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjEwMjciCiAgICAgaW5rc2NhcGU6d2luZG93LXg9Ii04IgogICAgIGlua3NjYXBlOndpbmRvdy15PSItOCIKICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIgogICAgIGlua3NjYXBlOnBhZ2VjaGVja2VyYm9hcmQ9IjAiIC8+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhMzc2NSI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGcKICAgICBpbmtzY2FwZTpsYWJlbD0iTGF5ZXIgMSIKICAgICBpbmtzY2FwZTpncm91cG1vZGU9ImxheWVyIgogICAgIGlkPSJsYXllcjEiCiAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtMjkxLjcwODMyKSI+CiAgICA8cmVjdAogICAgICAgcnk9IjAuNjk5MTc0MjMiCiAgICAgICB5PSIyOTMuNjkyNzgiCiAgICAgICB4PSIwLjI3NDg0NjczIgogICAgICAgaGVpZ2h0PSIxLjM5ODM0ODUiCiAgICAgICB3aWR0aD0iNC43NjI0OTk4IgogICAgICAgaWQ9InJlY3QzNzM2LTciCiAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO3N0cm9rZS13aWR0aDowLjEzMjk5MTg1IiAvPgogIDwvZz4KPC9zdmc+Cg==) !important}#popup .maximizeA:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gQ3JlYXRlZCB3aXRoIElua3NjYXBlIChodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy8pIC0tPgoKPHN2ZwogICB3aWR0aD0iMjAiCiAgIGhlaWdodD0iMjAiCiAgIHZpZXdCb3g9IjAgMCA1LjI5MTY2NjUgNS4yOTE2NjY4IgogICB2ZXJzaW9uPSIxLjEiCiAgIGlkPSJzdmczNzY4IgogICBpbmtzY2FwZTp2ZXJzaW9uPSIxLjEuMSAoM2JmNWFlMGQyNSwgMjAyMS0wOS0yMCkiCiAgIHNvZGlwb2RpOmRvY25hbWU9Im1heGltaXplLnN2ZyIKICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiCiAgIHhtbG5zOnNvZGlwb2RpPSJodHRwOi8vc29kaXBvZGkuc291cmNlZm9yZ2UubmV0L0RURC9zb2RpcG9kaS0wLmR0ZCIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiCiAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyI+CiAgPGRlZnMKICAgICBpZD0iZGVmczM3NjIiIC8+CiAgPHNvZGlwb2RpOm5hbWVkdmlldwogICAgIGlkPSJiYXNlIgogICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIKICAgICBib3JkZXJjb2xvcj0iIzY2NjY2NiIKICAgICBib3JkZXJvcGFjaXR5PSIxLjAiCiAgICAgaW5rc2NhcGU6cGFnZW9wYWNpdHk9IjAuMCIKICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIgogICAgIGlua3NjYXBlOnpvb209IjcuOTE5NTk1OSIKICAgICBpbmtzY2FwZTpjeD0iNC45ODc2MjgyIgogICAgIGlua3NjYXBlOmN5PSIyNS4zODAwODMiCiAgICAgaW5rc2NhcGU6ZG9jdW1lbnQtdW5pdHM9Im1tIgogICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9ImxheWVyMSIKICAgICBzaG93Z3JpZD0iZmFsc2UiCiAgICAgdW5pdHM9InB4IgogICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTkyMCIKICAgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSIxMDI3IgogICAgIGlua3NjYXBlOndpbmRvdy14PSItOCIKICAgICBpbmtzY2FwZTp3aW5kb3cteT0iLTgiCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMSIKICAgICBpbmtzY2FwZTpwYWdlY2hlY2tlcmJvYXJkPSIwIiAvPgogIDxtZXRhZGF0YQogICAgIGlkPSJtZXRhZGF0YTM3NjUiPgogICAgPHJkZjpSREY+CiAgICAgIDxjYzpXb3JrCiAgICAgICAgIHJkZjphYm91dD0iIj4KICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4KICAgICAgICA8ZGM6dHlwZQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+CiAgICAgIDwvY2M6V29yaz4KICAgIDwvcmRmOlJERj4KICA8L21ldGFkYXRhPgogIDxnCiAgICAgaW5rc2NhcGU6bGFiZWw9IkxheWVyIDEiCiAgICAgaW5rc2NhcGU6Z3JvdXBtb2RlPSJsYXllciIKICAgICBpZD0ibGF5ZXIxIgogICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTI5MS43MDgzMikiPgogICAgPHJlY3QKICAgICAgIHN0eWxlPSJmaWxsOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjAuMTQ3MDQ1NCIKICAgICAgIGlkPSJyZWN0MzczMiIKICAgICAgIHdpZHRoPSI0Ljc2MjQ5OTgiCiAgICAgICBoZWlnaHQ9IjQuNzYyNDk5OCIKICAgICAgIHg9IjAuMjkxODUyNTMiCiAgICAgICB5PSIyOTIuMDEwNDQiCiAgICAgICByeT0iMC42NjcxMjEyMyIgLz4KICA8L2c+Cjwvc3ZnPgo=) !important}#popup .closeA:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gQ3JlYXRlZCB3aXRoIElua3NjYXBlIChodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy8pIC0tPgoKPHN2ZwogICB3aWR0aD0iMjAiCiAgIGhlaWdodD0iMjAiCiAgIHZpZXdCb3g9IjAgMCA1LjI5MTY2NjUgNS4yOTE2NjY4IgogICB2ZXJzaW9uPSIxLjEiCiAgIGlkPSJzdmczNzY4IgogICBpbmtzY2FwZTp2ZXJzaW9uPSIxLjEuMSAoM2JmNWFlMGQyNSwgMjAyMS0wOS0yMCkiCiAgIHNvZGlwb2RpOmRvY25hbWU9ImNsb3NlLnN2ZyIKICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiCiAgIHhtbG5zOnNvZGlwb2RpPSJodHRwOi8vc29kaXBvZGkuc291cmNlZm9yZ2UubmV0L0RURC9zb2RpcG9kaS0wLmR0ZCIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiCiAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyI+CiAgPGRlZnMKICAgICBpZD0iZGVmczM3NjIiIC8+CiAgPHNvZGlwb2RpOm5hbWVkdmlldwogICAgIGlkPSJiYXNlIgogICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIKICAgICBib3JkZXJjb2xvcj0iIzY2NjY2NiIKICAgICBib3JkZXJvcGFjaXR5PSIxLjAiCiAgICAgaW5rc2NhcGU6cGFnZW9wYWNpdHk9IjAuMCIKICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIgogICAgIGlua3NjYXBlOnpvb209IjcuOTE5NTk1OSIKICAgICBpbmtzY2FwZTpjeD0iNC45ODc2MjgyIgogICAgIGlua3NjYXBlOmN5PSIyNS4zODAwODMiCiAgICAgaW5rc2NhcGU6ZG9jdW1lbnQtdW5pdHM9Im1tIgogICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9ImxheWVyMSIKICAgICBzaG93Z3JpZD0iZmFsc2UiCiAgICAgdW5pdHM9InB4IgogICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTkyMCIKICAgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSIxMDI3IgogICAgIGlua3NjYXBlOndpbmRvdy14PSItOCIKICAgICBpbmtzY2FwZTp3aW5kb3cteT0iLTgiCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMSIKICAgICBpbmtzY2FwZTpwYWdlY2hlY2tlcmJvYXJkPSIwIiAvPgogIDxtZXRhZGF0YQogICAgIGlkPSJtZXRhZGF0YTM3NjUiPgogICAgPHJkZjpSREY+CiAgICAgIDxjYzpXb3JrCiAgICAgICAgIHJkZjphYm91dD0iIj4KICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4KICAgICAgICA8ZGM6dHlwZQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+CiAgICAgIDwvY2M6V29yaz4KICAgIDwvcmRmOlJERj4KICA8L21ldGFkYXRhPgogIDxnCiAgICAgaW5rc2NhcGU6bGFiZWw9IkxheWVyIDEiCiAgICAgaW5rc2NhcGU6Z3JvdXBtb2RlPSJsYXllciIKICAgICBpZD0ibGF5ZXIxIgogICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTI5MS43MDgzMikiPgogICAgPHBhdGgKICAgICAgIHN0eWxlPSJmaWxsOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjAuMTQ5MDI2NjMiCiAgICAgICBkPSJtIDAuOTY5NDI2NTUsMjkxLjk4MjY1IGMgLTAuMTczMTcsMCAtMC4zNDYzMSwwLjA2NjYgLTAuNDc5LDAuMTk5MjcgLTAuMjY1MzgsMC4yNjUzNyAtMC4yNjUzOCwwLjY5MjQ0IDAsMC45NTc4MSBsIDEuMjI0MjA5OTUsMS4yMjQxNyAtMS4yMjQyMDk5NSwxLjIyNDE3IGMgLTAuMjY1MzgsMC4yNjUzNyAtMC4yNjUzOCwwLjY5MjQ0IDAsMC45NTc4MSAwLjI2NTM4LDAuMjY1MzcgMC42OTI2MDk5NSwwLjI2NTM3IDAuOTU3OTg5OTUsMCBsIDEuMjI0MjEsLTEuMjI0MTcgMS4yMjQyMDgsMS4yMjQxNyBjIDAuMTMyNjkyLDAuMTMyNjggMC4zMDU4MywwLjE5OTI3IDAuNDc4OTkxLDAuMTk5MjcgMC4wNDMzLDAgMC4wODY3LC0wLjAwNCAwLjEyOTM3OSwtMC4wMTI1IDAuMTI3OTcxLC0wLjAyNDkgMC4yNTAxLC0wLjA4NzIgMC4zNDk2MiwtMC4xODY3NiAwLjAzMzIsLTAuMDMzMiAwLjA2MjMsLTAuMDY4NiAwLjA4NzEsLTAuMTA2MTQgMC4xNzQxNiwtMC4yNjMxOSAwLjE0NTA2OSwtMC42MTk0NiAtMC4wODcxLC0wLjg1MTY2IGwgLTEuMjI0MjA4LC0xLjIyNDE3IDEuMjI0MjA4LC0xLjIyNDE3IGMgMC4yNjUzNywtMC4yNjUzNyAwLjI2NTM3LC0wLjY5MjQ0IDAsLTAuOTU3ODEgLTAuMjY1Mzc5LC0wLjI2NTM3IC0wLjY5MjYxLC0wLjI2NTM3IC0wLjk1Nzk5LDAgbCAtMS4yMjQyMDgsMS4yMjQxNyAtMS4yMjQyMSwtMS4yMjQxNyBjIC0wLjEzMjY5LC0wLjEzMjY5IC0wLjMwNTgzLC0wLjE5OTI3IC0wLjQ3ODk4OTk1LC0wLjE5OTI3IHoiCiAgICAgICBpZD0icmVjdDM3MTUiCiAgICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiAvPgogIDwvZz4KPC9zdmc+Cg==) !important}#popup .popup_alert,#popup .popup_message,#popup .popup_prompt,#popup .popup_confirm{height:calc(100% - 41px);border-bottom:1px solid rgba(0,0,0,.5);box-shadow:0 1px 1px #888}#popup .popup_alert button,#popup .popup_message button,#popup .popup_prompt button,#popup .popup_confirm button{position:absolute;height:40px;background:#222 !important;transition:all .3s ease}#popup .popup_alert button:hover,#popup .popup_message button:hover,#popup .popup_prompt button:hover,#popup .popup_confirm button:hover{text-shadow:0 0 15px #fff,0 0 3px #fff;box-shadow:inset 0 0 50px #000}#popup .popup_alert button:nth-of-type(1),#popup .popup_message button:nth-of-type(1),#popup .popup_prompt button:nth-of-type(1),#popup .popup_confirm button:nth-of-type(1){left:0;bottom:0;width:50%;display:block;padding-right:20px;border-right:1px solid rgba(0,0,0,.5)}#popup .popup_alert button:nth-of-type(2),#popup .popup_message button:nth-of-type(2),#popup .popup_prompt button:nth-of-type(2),#popup .popup_confirm button:nth-of-type(2){right:0;bottom:0;width:50%;display:block;padding-left:20px;border-left:1px solid rgba(255,255,255,.2)}#popup .popup_alert input[type=text],#popup .popup_message input[type=text],#popup .popup_prompt input[type=text],#popup .popup_confirm input[type=text]{position:relative;width:90%;height:35px;padding:5px;font-size:1.05em;border:2px solid rgba(0,0,0,.3);border-radius:6px;color:#ddd;background-color:#4a4a4f}#popup .resize_0,#popup .resize_1,#popup .resize_2,#popup .resize_3{position:absolute;background:rgba(30,150,255,.5);border-radius:25px;opacity:0;z-index:5000;transition:.5s}#popup .resize_0{top:-4px;left:0;width:100%;height:10px;cursor:n-resize}#popup .resize_1{top:0;right:-4px;width:10px;height:100%;cursor:e-resize}#popup .resize_2{bottom:-4px;left:0;width:100%;height:10px;cursor:n-resize}#popup .resize_3{top:0;left:-4px;width:10px;height:100%;cursor:e-resize}#popup .resize_corner_0,#popup .resize_corner_1,#popup .resize_corner_2,#popup .resize_corner_3{position:absolute;background-color:var(--resize-background-color);border-radius:50%;width:14px;height:14px;opacity:0;z-index:5000;transition:.5s}#popup .resize_corner_0{top:-4px;left:-4px;cursor:nw-resize}#popup .resize_corner_1{top:-4px;right:-4px;cursor:ne-resize}#popup .resize_corner_2{bottom:-4px;right:-4px;cursor:nw-resize}#popup .resize_corner_3{bottom:-4px;left:-4px;cursor:ne-resize}#popup .resize_0:hover,#popup .resize_1:hover,#popup .resize_2:hover,#popup .resize_3:hover,#popup .resize_corner_0:hover,#popup .resize_corner_1:hover,#popup .resize_corner_2:hover,#popup .resize_corner_3:hover{opacity:1;filter:blur(3px);box-shadow:var(--resize-shadow);transition:.5s}#popup .pupup_bar_selected{background:linear-gradient(45deg, #0c0c0d 60%, #4a4a4f 100%)}#popup .zHigh{border-top-color:#278ed0;box-shadow:0 -15px 20px -10px rgba(30,150,255,.5),0 25px 25px rgba(0,0,0,.7)}#popup [class^=popup_raised_]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:1001}#popup [class^=popup_overflow_]{position:absolute;top:auto;left:auto;right:auto;bottom:auto;z-index:1003;border-radius:10px;background:gray}#popup [class^=popup_window_]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1002;border-radius:10px;border:1px solid;border-top-color:#999;border-right-color:#000;border-bottom-color:#000;border-left-color:#000;box-shadow:0 10px 10px rgba(0,0,0,.3);overflow:hidden}#popup [class^=popup_bar_]{position:absolute;display:flex;width:100%;height:36px;background:linear-gradient(45deg, #4a4a4f 60%, #AAA 100%);border-bottom:2px solid #555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:0 1px 1px #888;z-index:2}#popup [class^=popup_drag_]{width:100%;padding:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#eee}#popup [class^=popup_internal_]{position:relative;top:37px;width:100%;height:calc(100% - 37px);background:linear-gradient(0deg, #3c3c3c 0%, #4a4a4f 100%);z-index:1}#popup [class^=popup_body_]{position:relative;width:100%;height:100%;color:#eee;text-align:center}#popup [class^=popup_option_]{margin-right:15px;position:absolute;right:0}#popup [class^=popup_option_] button{position:relative;display:inline-block;width:36px;height:28px;color:#fff;border-radius:5px;margin:4px;transition:all .3s ease;background:transparent}#popup [class^=popup_option_] button img{filter:invert(1);opacity:.5;width:15px;height:auto;margin-top:2px}#popup [class^=popup_option_] button::after{content:"";display:block;position:absolute;left:0;top:0;bottom:0;right:0;background:linear-gradient(180deg, #000 0%, #3c3c3c 100%);border-radius:5px;z-index:-1}#popup [class^=popup_option_] button::after{opacity:0;transition:opacity .3s ease-in-out}#popup [class^=popup_option_] button:hover{background:rgba(255,255,255,.1);box-shadow:inset 0 0 5px #000;text-shadow:0 0 15px #fff,0 0 3px #fff}#popup [class^=popup_option_] button:hover::after{opacity:1}#popup [class^=button_close_]:hover{background:red !important;box-shadow:inset 0 0 25px #fff,0 0 35px red !important}',""]);const s=a},645:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",o=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),o&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),o&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,o,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var a={};if(o)for(var s=0;s<this.length;s++){var p=this[s][0];null!=p&&(a[p]=!0)}for(var u=0;u<e.length;u++){var c=[].concat(e[u]);o&&a[c[0]]||(void 0!==i&&(void 0===c[5]||(c[1]="@layer".concat(c[5].length>0?" ".concat(c[5]):""," {").concat(c[1],"}")),c[5]=i),n&&(c[2]?(c[1]="@media ".concat(c[2]," {").concat(c[1],"}"),c[2]=n):c[2]=n),r&&(c[4]?(c[1]="@supports (".concat(c[4],") {").concat(c[1],"}"),c[4]=r):c[4]="".concat(r)),t.push(c))}},t}},81:e=>{"use strict";e.exports=function(e){return e[1]}},755:function(e,t){var n;!function(t,n){"use strict";"object"==typeof e.exports?e.exports=t.document?n(t,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return n(e)}:n(t)}("undefined"!=typeof window?window:this,(function(o,r){"use strict";var i=[],a=Object.getPrototypeOf,s=i.slice,p=i.flat?function(e){return i.flat.call(e)}:function(e){return i.concat.apply([],e)},u=i.push,c=i.indexOf,l={},d=l.toString,f=l.hasOwnProperty,h=f.toString,g=h.call(Object),m={},y=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},v=function(e){return null!=e&&e===e.window},b=o.document,x={type:!0,src:!0,nonce:!0,noModule:!0};function I(e,t,n){var o,r,i=(n=n||b).createElement("script");if(i.text=e,t)for(o in x)(r=t[o]||t.getAttribute&&t.getAttribute(o))&&i.setAttribute(o,r);n.head.appendChild(i).parentNode.removeChild(i)}function C(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[d.call(e)]||"object":typeof e}var w="3.6.0",A=function(e,t){return new A.fn.init(e,t)};function T(e){var t=!!e&&"length"in e&&e.length,n=C(e);return!y(e)&&!v(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}A.fn=A.prototype={jquery:w,constructor:A,length:0,toArray:function(){return s.call(this)},get:function(e){return null==e?s.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=A.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return A.each(this,e)},map:function(e){return this.pushStack(A.map(this,(function(t,n){return e.call(t,n,t)})))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(A.grep(this,(function(e,t){return(t+1)%2})))},odd:function(){return this.pushStack(A.grep(this,(function(e,t){return t%2})))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:u,sort:i.sort,splice:i.splice},A.extend=A.fn.extend=function(){var e,t,n,o,r,i,a=arguments[0]||{},s=1,p=arguments.length,u=!1;for("boolean"==typeof a&&(u=a,a=arguments[s]||{},s++),"object"==typeof a||y(a)||(a={}),s===p&&(a=this,s--);s<p;s++)if(null!=(e=arguments[s]))for(t in e)o=e[t],"__proto__"!==t&&a!==o&&(u&&o&&(A.isPlainObject(o)||(r=Array.isArray(o)))?(n=a[t],i=r&&!Array.isArray(n)?[]:r||A.isPlainObject(n)?n:{},r=!1,a[t]=A.extend(u,i,o)):void 0!==o&&(a[t]=o));return a},A.extend({expando:"jQuery"+(w+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==d.call(e))&&(!(t=a(e))||"function"==typeof(n=f.call(t,"constructor")&&t.constructor)&&h.call(n)===g)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t,n){I(e,{nonce:t&&t.nonce},n)},each:function(e,t){var n,o=0;if(T(e))for(n=e.length;o<n&&!1!==t.call(e[o],o,e[o]);o++);else for(o in e)if(!1===t.call(e[o],o,e[o]))break;return e},makeArray:function(e,t){var n=t||[];return null!=e&&(T(Object(e))?A.merge(n,"string"==typeof e?[e]:e):u.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:c.call(t,e,n)},merge:function(e,t){for(var n=+t.length,o=0,r=e.length;o<n;o++)e[r++]=t[o];return e.length=r,e},grep:function(e,t,n){for(var o=[],r=0,i=e.length,a=!n;r<i;r++)!t(e[r],r)!==a&&o.push(e[r]);return o},map:function(e,t,n){var o,r,i=0,a=[];if(T(e))for(o=e.length;i<o;i++)null!=(r=t(e[i],i,n))&&a.push(r);else for(i in e)null!=(r=t(e[i],i,n))&&a.push(r);return p(a)},guid:1,support:m}),"function"==typeof Symbol&&(A.fn[Symbol.iterator]=i[Symbol.iterator]),A.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),(function(e,t){l["[object "+t+"]"]=t.toLowerCase()}));var j=function(e){var t,n,o,r,i,a,s,p,u,c,l,d,f,h,g,m,y,v,b,x="sizzle"+1*new Date,I=e.document,C=0,w=0,A=pe(),T=pe(),j=pe(),M=pe(),N=function(e,t){return e===t&&(l=!0),0},k={}.hasOwnProperty,S=[],_=S.pop,z=S.push,D=S.push,L=S.slice,E=function(e,t){for(var n=0,o=e.length;n<o;n++)if(e[n]===t)return n;return-1},Z="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",O="[\\x20\\t\\r\\n\\f]",H="(?:\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",W="\\[[\\x20\\t\\r\\n\\f]*("+H+")(?:"+O+"*([*^$|!~]?=)"+O+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+H+"))|)"+O+"*\\]",R=":("+H+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+W+")*)|.*)\\)|)",P=new RegExp(O+"+","g"),G=new RegExp("^[\\x20\\t\\r\\n\\f]+|((?:^|[^\\\\])(?:\\\\.)*)[\\x20\\t\\r\\n\\f]+$","g"),Y=new RegExp("^[\\x20\\t\\r\\n\\f]*,[\\x20\\t\\r\\n\\f]*"),B=new RegExp("^[\\x20\\t\\r\\n\\f]*([>+~]|[\\x20\\t\\r\\n\\f])[\\x20\\t\\r\\n\\f]*"),X=new RegExp(O+"|>"),F=new RegExp(R),q=new RegExp("^"+H+"$"),J={ID:new RegExp("^#("+H+")"),CLASS:new RegExp("^\\.("+H+")"),TAG:new RegExp("^("+H+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+R),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\([\\x20\\t\\r\\n\\f]*(even|odd|(([+-]|)(\\d*)n|)[\\x20\\t\\r\\n\\f]*(?:([+-]|)[\\x20\\t\\r\\n\\f]*(\\d+)|))[\\x20\\t\\r\\n\\f]*\\)|)","i"),bool:new RegExp("^(?:"+Z+")$","i"),needsContext:new RegExp("^[\\x20\\t\\r\\n\\f]*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\([\\x20\\t\\r\\n\\f]*((?:-\\d)?\\d*)[\\x20\\t\\r\\n\\f]*\\)|)(?=[^-]|$)","i")},U=/HTML$/i,V=/^(?:input|select|textarea|button)$/i,K=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,Q=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},oe=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,re=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},ie=function(){d()},ae=xe((function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()}),{dir:"parentNode",next:"legend"});try{D.apply(S=L.call(I.childNodes),I.childNodes),S[I.childNodes.length].nodeType}catch(e){D={apply:S.length?function(e,t){z.apply(e,L.call(t))}:function(e,t){for(var n=e.length,o=0;e[n++]=t[o++];);e.length=n-1}}}function se(e,t,o,r){var i,s,u,c,l,h,y,v=t&&t.ownerDocument,I=t?t.nodeType:9;if(o=o||[],"string"!=typeof e||!e||1!==I&&9!==I&&11!==I)return o;if(!r&&(d(t),t=t||f,g)){if(11!==I&&(l=Q.exec(e)))if(i=l[1]){if(9===I){if(!(u=t.getElementById(i)))return o;if(u.id===i)return o.push(u),o}else if(v&&(u=v.getElementById(i))&&b(t,u)&&u.id===i)return o.push(u),o}else{if(l[2])return D.apply(o,t.getElementsByTagName(e)),o;if((i=l[3])&&n.getElementsByClassName&&t.getElementsByClassName)return D.apply(o,t.getElementsByClassName(i)),o}if(n.qsa&&!M[e+" "]&&(!m||!m.test(e))&&(1!==I||"object"!==t.nodeName.toLowerCase())){if(y=e,v=t,1===I&&(X.test(e)||B.test(e))){for((v=ee.test(e)&&ye(t.parentNode)||t)===t&&n.scope||((c=t.getAttribute("id"))?c=c.replace(oe,re):t.setAttribute("id",c=x)),s=(h=a(e)).length;s--;)h[s]=(c?"#"+c:":scope")+" "+be(h[s]);y=h.join(",")}try{return D.apply(o,v.querySelectorAll(y)),o}catch(t){M(e,!0)}finally{c===x&&t.removeAttribute("id")}}}return p(e.replace(G,"$1"),t,o,r)}function pe(){var e=[];return function t(n,r){return e.push(n+" ")>o.cacheLength&&delete t[e.shift()],t[n+" "]=r}}function ue(e){return e[x]=!0,e}function ce(e){var t=f.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function le(e,t){for(var n=e.split("|"),r=n.length;r--;)o.attrHandle[n[r]]=t}function de(e,t){var n=t&&e,o=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(o)return o;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function fe(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function he(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function ge(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ae(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function me(e){return ue((function(t){return t=+t,ue((function(n,o){for(var r,i=e([],n.length,t),a=i.length;a--;)n[r=i[a]]&&(n[r]=!(o[r]=n[r]))}))}))}function ye(e){return e&&void 0!==e.getElementsByTagName&&e}for(t in n=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!U.test(t||n&&n.nodeName||"HTML")},d=se.setDocument=function(e){var t,r,a=e?e.ownerDocument||e:I;return a!=f&&9===a.nodeType&&a.documentElement?(h=(f=a).documentElement,g=!i(f),I!=f&&(r=f.defaultView)&&r.top!==r&&(r.addEventListener?r.addEventListener("unload",ie,!1):r.attachEvent&&r.attachEvent("onunload",ie)),n.scope=ce((function(e){return h.appendChild(e).appendChild(f.createElement("div")),void 0!==e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length})),n.attributes=ce((function(e){return e.className="i",!e.getAttribute("className")})),n.getElementsByTagName=ce((function(e){return e.appendChild(f.createComment("")),!e.getElementsByTagName("*").length})),n.getElementsByClassName=$.test(f.getElementsByClassName),n.getById=ce((function(e){return h.appendChild(e).id=x,!f.getElementsByName||!f.getElementsByName(x).length})),n.getById?(o.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},o.find.ID=function(e,t){if(void 0!==t.getElementById&&g){var n=t.getElementById(e);return n?[n]:[]}}):(o.filter.ID=function(e){var t=e.replace(te,ne);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},o.find.ID=function(e,t){if(void 0!==t.getElementById&&g){var n,o,r,i=t.getElementById(e);if(i){if((n=i.getAttributeNode("id"))&&n.value===e)return[i];for(r=t.getElementsByName(e),o=0;i=r[o++];)if((n=i.getAttributeNode("id"))&&n.value===e)return[i]}return[]}}),o.find.TAG=n.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,o=[],r=0,i=t.getElementsByTagName(e);if("*"===e){for(;n=i[r++];)1===n.nodeType&&o.push(n);return o}return i},o.find.CLASS=n.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&g)return t.getElementsByClassName(e)},y=[],m=[],(n.qsa=$.test(f.querySelectorAll))&&(ce((function(e){var t;h.appendChild(e).innerHTML="<a id='"+x+"'></a><select id='"+x+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&m.push("[*^$]=[\\x20\\t\\r\\n\\f]*(?:''|\"\")"),e.querySelectorAll("[selected]").length||m.push("\\[[\\x20\\t\\r\\n\\f]*(?:value|"+Z+")"),e.querySelectorAll("[id~="+x+"-]").length||m.push("~="),(t=f.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||m.push("\\[[\\x20\\t\\r\\n\\f]*name[\\x20\\t\\r\\n\\f]*=[\\x20\\t\\r\\n\\f]*(?:''|\"\")"),e.querySelectorAll(":checked").length||m.push(":checked"),e.querySelectorAll("a#"+x+"+*").length||m.push(".#.+[+~]"),e.querySelectorAll("\\\f"),m.push("[\\r\\n\\f]")})),ce((function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=f.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&m.push("name[\\x20\\t\\r\\n\\f]*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&m.push(":enabled",":disabled"),h.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&m.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),m.push(",.*:")}))),(n.matchesSelector=$.test(v=h.matches||h.webkitMatchesSelector||h.mozMatchesSelector||h.oMatchesSelector||h.msMatchesSelector))&&ce((function(e){n.disconnectedMatch=v.call(e,"*"),v.call(e,"[s!='']:x"),y.push("!=",R)})),m=m.length&&new RegExp(m.join("|")),y=y.length&&new RegExp(y.join("|")),t=$.test(h.compareDocumentPosition),b=t||$.test(h.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,o=t&&t.parentNode;return e===o||!(!o||1!==o.nodeType||!(n.contains?n.contains(o):e.compareDocumentPosition&&16&e.compareDocumentPosition(o)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},N=t?function(e,t){if(e===t)return l=!0,0;var o=!e.compareDocumentPosition-!t.compareDocumentPosition;return o||(1&(o=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===o?e==f||e.ownerDocument==I&&b(I,e)?-1:t==f||t.ownerDocument==I&&b(I,t)?1:c?E(c,e)-E(c,t):0:4&o?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,o=0,r=e.parentNode,i=t.parentNode,a=[e],s=[t];if(!r||!i)return e==f?-1:t==f?1:r?-1:i?1:c?E(c,e)-E(c,t):0;if(r===i)return de(e,t);for(n=e;n=n.parentNode;)a.unshift(n);for(n=t;n=n.parentNode;)s.unshift(n);for(;a[o]===s[o];)o++;return o?de(a[o],s[o]):a[o]==I?-1:s[o]==I?1:0},f):f},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(d(e),n.matchesSelector&&g&&!M[t+" "]&&(!y||!y.test(t))&&(!m||!m.test(t)))try{var o=v.call(e,t);if(o||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return o}catch(e){M(t,!0)}return se(t,f,null,[e]).length>0},se.contains=function(e,t){return(e.ownerDocument||e)!=f&&d(e),b(e,t)},se.attr=function(e,t){(e.ownerDocument||e)!=f&&d(e);var r=o.attrHandle[t.toLowerCase()],i=r&&k.call(o.attrHandle,t.toLowerCase())?r(e,t,!g):void 0;return void 0!==i?i:n.attributes||!g?e.getAttribute(t):(i=e.getAttributeNode(t))&&i.specified?i.value:null},se.escape=function(e){return(e+"").replace(oe,re)},se.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},se.uniqueSort=function(e){var t,o=[],r=0,i=0;if(l=!n.detectDuplicates,c=!n.sortStable&&e.slice(0),e.sort(N),l){for(;t=e[i++];)t===e[i]&&(r=o.push(i));for(;r--;)e.splice(o[r],1)}return c=null,e},r=se.getText=function(e){var t,n="",o=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=r(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[o++];)n+=r(t);return n},o=se.selectors={cacheLength:50,createPseudo:ue,match:J,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return J.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&F.test(n)&&(t=a(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=A[e+" "];return t||(t=new RegExp("(^|[\\x20\\t\\r\\n\\f])"+e+"("+O+"|$)"))&&A(e,(function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")}))},ATTR:function(e,t,n){return function(o){var r=se.attr(o,e);return null==r?"!="===t:!t||(r+="","="===t?r===n:"!="===t?r!==n:"^="===t?n&&0===r.indexOf(n):"*="===t?n&&r.indexOf(n)>-1:"$="===t?n&&r.slice(-n.length)===n:"~="===t?(" "+r.replace(P," ")+" ").indexOf(n)>-1:"|="===t&&(r===n||r.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,o,r){var i="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===o&&0===r?function(e){return!!e.parentNode}:function(t,n,p){var u,c,l,d,f,h,g=i!==a?"nextSibling":"previousSibling",m=t.parentNode,y=s&&t.nodeName.toLowerCase(),v=!p&&!s,b=!1;if(m){if(i){for(;g;){for(d=t;d=d[g];)if(s?d.nodeName.toLowerCase()===y:1===d.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?m.firstChild:m.lastChild],a&&v){for(b=(f=(u=(c=(l=(d=m)[x]||(d[x]={}))[d.uniqueID]||(l[d.uniqueID]={}))[e]||[])[0]===C&&u[1])&&u[2],d=f&&m.childNodes[f];d=++f&&d&&d[g]||(b=f=0)||h.pop();)if(1===d.nodeType&&++b&&d===t){c[e]=[C,f,b];break}}else if(v&&(b=f=(u=(c=(l=(d=t)[x]||(d[x]={}))[d.uniqueID]||(l[d.uniqueID]={}))[e]||[])[0]===C&&u[1]),!1===b)for(;(d=++f&&d&&d[g]||(b=f=0)||h.pop())&&((s?d.nodeName.toLowerCase()!==y:1!==d.nodeType)||!++b||(v&&((c=(l=d[x]||(d[x]={}))[d.uniqueID]||(l[d.uniqueID]={}))[e]=[C,b]),d!==t)););return(b-=r)===o||b%o==0&&b/o>=0}}},PSEUDO:function(e,t){var n,r=o.pseudos[e]||o.setFilters[e.toLowerCase()]||se.error("unsupported pseudo: "+e);return r[x]?r(t):r.length>1?(n=[e,e,"",t],o.setFilters.hasOwnProperty(e.toLowerCase())?ue((function(e,n){for(var o,i=r(e,t),a=i.length;a--;)e[o=E(e,i[a])]=!(n[o]=i[a])})):function(e){return r(e,0,n)}):r}},pseudos:{not:ue((function(e){var t=[],n=[],o=s(e.replace(G,"$1"));return o[x]?ue((function(e,t,n,r){for(var i,a=o(e,null,r,[]),s=e.length;s--;)(i=a[s])&&(e[s]=!(t[s]=i))})):function(e,r,i){return t[0]=e,o(t,null,i,n),t[0]=null,!n.pop()}})),has:ue((function(e){return function(t){return se(e,t).length>0}})),contains:ue((function(e){return e=e.replace(te,ne),function(t){return(t.textContent||r(t)).indexOf(e)>-1}})),lang:ue((function(e){return q.test(e||"")||se.error("unsupported lang: "+e),e=e.replace(te,ne).toLowerCase(),function(t){var n;do{if(n=g?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}})),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===h},focus:function(e){return e===f.activeElement&&(!f.hasFocus||f.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:ge(!1),disabled:ge(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!o.pseudos.empty(e)},header:function(e){return K.test(e.nodeName)},input:function(e){return V.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:me((function(){return[0]})),last:me((function(e,t){return[t-1]})),eq:me((function(e,t,n){return[n<0?n+t:n]})),even:me((function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e})),odd:me((function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e})),lt:me((function(e,t,n){for(var o=n<0?n+t:n>t?t:n;--o>=0;)e.push(o);return e})),gt:me((function(e,t,n){for(var o=n<0?n+t:n;++o<t;)e.push(o);return e}))}},o.pseudos.nth=o.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})o.pseudos[t]=fe(t);for(t in{submit:!0,reset:!0})o.pseudos[t]=he(t);function ve(){}function be(e){for(var t=0,n=e.length,o="";t<n;t++)o+=e[t].value;return o}function xe(e,t,n){var o=t.dir,r=t.next,i=r||o,a=n&&"parentNode"===i,s=w++;return t.first?function(t,n,r){for(;t=t[o];)if(1===t.nodeType||a)return e(t,n,r);return!1}:function(t,n,p){var u,c,l,d=[C,s];if(p){for(;t=t[o];)if((1===t.nodeType||a)&&e(t,n,p))return!0}else for(;t=t[o];)if(1===t.nodeType||a)if(c=(l=t[x]||(t[x]={}))[t.uniqueID]||(l[t.uniqueID]={}),r&&r===t.nodeName.toLowerCase())t=t[o]||t;else{if((u=c[i])&&u[0]===C&&u[1]===s)return d[2]=u[2];if(c[i]=d,d[2]=e(t,n,p))return!0}return!1}}function Ie(e){return e.length>1?function(t,n,o){for(var r=e.length;r--;)if(!e[r](t,n,o))return!1;return!0}:e[0]}function Ce(e,t,n,o,r){for(var i,a=[],s=0,p=e.length,u=null!=t;s<p;s++)(i=e[s])&&(n&&!n(i,o,r)||(a.push(i),u&&t.push(s)));return a}function we(e,t,n,o,r,i){return o&&!o[x]&&(o=we(o)),r&&!r[x]&&(r=we(r,i)),ue((function(i,a,s,p){var u,c,l,d=[],f=[],h=a.length,g=i||function(e,t,n){for(var o=0,r=t.length;o<r;o++)se(e,t[o],n);return n}(t||"*",s.nodeType?[s]:s,[]),m=!e||!i&&t?g:Ce(g,d,e,s,p),y=n?r||(i?e:h||o)?[]:a:m;if(n&&n(m,y,s,p),o)for(u=Ce(y,f),o(u,[],s,p),c=u.length;c--;)(l=u[c])&&(y[f[c]]=!(m[f[c]]=l));if(i){if(r||e){if(r){for(u=[],c=y.length;c--;)(l=y[c])&&u.push(m[c]=l);r(null,y=[],u,p)}for(c=y.length;c--;)(l=y[c])&&(u=r?E(i,l):d[c])>-1&&(i[u]=!(a[u]=l))}}else y=Ce(y===a?y.splice(h,y.length):y),r?r(null,a,y,p):D.apply(a,y)}))}function Ae(e){for(var t,n,r,i=e.length,a=o.relative[e[0].type],s=a||o.relative[" "],p=a?1:0,c=xe((function(e){return e===t}),s,!0),l=xe((function(e){return E(t,e)>-1}),s,!0),d=[function(e,n,o){var r=!a&&(o||n!==u)||((t=n).nodeType?c(e,n,o):l(e,n,o));return t=null,r}];p<i;p++)if(n=o.relative[e[p].type])d=[xe(Ie(d),n)];else{if((n=o.filter[e[p].type].apply(null,e[p].matches))[x]){for(r=++p;r<i&&!o.relative[e[r].type];r++);return we(p>1&&Ie(d),p>1&&be(e.slice(0,p-1).concat({value:" "===e[p-2].type?"*":""})).replace(G,"$1"),n,p<r&&Ae(e.slice(p,r)),r<i&&Ae(e=e.slice(r)),r<i&&be(e))}d.push(n)}return Ie(d)}return ve.prototype=o.filters=o.pseudos,o.setFilters=new ve,a=se.tokenize=function(e,t){var n,r,i,a,s,p,u,c=T[e+" "];if(c)return t?0:c.slice(0);for(s=e,p=[],u=o.preFilter;s;){for(a in n&&!(r=Y.exec(s))||(r&&(s=s.slice(r[0].length)||s),p.push(i=[])),n=!1,(r=B.exec(s))&&(n=r.shift(),i.push({value:n,type:r[0].replace(G," ")}),s=s.slice(n.length)),o.filter)!(r=J[a].exec(s))||u[a]&&!(r=u[a](r))||(n=r.shift(),i.push({value:n,type:a,matches:r}),s=s.slice(n.length));if(!n)break}return t?s.length:s?se.error(e):T(e,p).slice(0)},s=se.compile=function(e,t){var n,r=[],i=[],s=j[e+" "];if(!s){for(t||(t=a(e)),n=t.length;n--;)(s=Ae(t[n]))[x]?r.push(s):i.push(s);s=j(e,function(e,t){var n=t.length>0,r=e.length>0,i=function(i,a,s,p,c){var l,h,m,y=0,v="0",b=i&&[],x=[],I=u,w=i||r&&o.find.TAG("*",c),A=C+=null==I?1:Math.random()||.1,T=w.length;for(c&&(u=a==f||a||c);v!==T&&null!=(l=w[v]);v++){if(r&&l){for(h=0,a||l.ownerDocument==f||(d(l),s=!g);m=e[h++];)if(m(l,a||f,s)){p.push(l);break}c&&(C=A)}n&&((l=!m&&l)&&y--,i&&b.push(l))}if(y+=v,n&&v!==y){for(h=0;m=t[h++];)m(b,x,a,s);if(i){if(y>0)for(;v--;)b[v]||x[v]||(x[v]=_.call(p));x=Ce(x)}D.apply(p,x),c&&!i&&x.length>0&&y+t.length>1&&se.uniqueSort(p)}return c&&(C=A,u=I),b};return n?ue(i):i}(i,r)),s.selector=e}return s},p=se.select=function(e,t,n,r){var i,p,u,c,l,d="function"==typeof e&&e,f=!r&&a(e=d.selector||e);if(n=n||[],1===f.length){if((p=f[0]=f[0].slice(0)).length>2&&"ID"===(u=p[0]).type&&9===t.nodeType&&g&&o.relative[p[1].type]){if(!(t=(o.find.ID(u.matches[0].replace(te,ne),t)||[])[0]))return n;d&&(t=t.parentNode),e=e.slice(p.shift().value.length)}for(i=J.needsContext.test(e)?0:p.length;i--&&(u=p[i],!o.relative[c=u.type]);)if((l=o.find[c])&&(r=l(u.matches[0].replace(te,ne),ee.test(p[0].type)&&ye(t.parentNode)||t))){if(p.splice(i,1),!(e=r.length&&be(p)))return D.apply(n,r),n;break}}return(d||s(e,f))(r,t,!g,n,!t||ee.test(e)&&ye(t.parentNode)||t),n},n.sortStable=x.split("").sort(N).join("")===x,n.detectDuplicates=!!l,d(),n.sortDetached=ce((function(e){return 1&e.compareDocumentPosition(f.createElement("fieldset"))})),ce((function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")}))||le("type|href|height|width",(function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)})),n.attributes&&ce((function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")}))||le("value",(function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue})),ce((function(e){return null==e.getAttribute("disabled")}))||le(Z,(function(e,t,n){var o;if(!n)return!0===e[t]?t.toLowerCase():(o=e.getAttributeNode(t))&&o.specified?o.value:null})),se}(o);A.find=j,A.expr=j.selectors,A.expr[":"]=A.expr.pseudos,A.uniqueSort=A.unique=j.uniqueSort,A.text=j.getText,A.isXMLDoc=j.isXML,A.contains=j.contains,A.escapeSelector=j.escape;var M=function(e,t,n){for(var o=[],r=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(r&&A(e).is(n))break;o.push(e)}return o},N=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},k=A.expr.match.needsContext;function S(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var _=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function z(e,t,n){return y(t)?A.grep(e,(function(e,o){return!!t.call(e,o,e)!==n})):t.nodeType?A.grep(e,(function(e){return e===t!==n})):"string"!=typeof t?A.grep(e,(function(e){return c.call(t,e)>-1!==n})):A.filter(t,e,n)}A.filter=function(e,t,n){var o=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===o.nodeType?A.find.matchesSelector(o,e)?[o]:[]:A.find.matches(e,A.grep(t,(function(e){return 1===e.nodeType})))},A.fn.extend({find:function(e){var t,n,o=this.length,r=this;if("string"!=typeof e)return this.pushStack(A(e).filter((function(){for(t=0;t<o;t++)if(A.contains(r[t],this))return!0})));for(n=this.pushStack([]),t=0;t<o;t++)A.find(e,r[t],n);return o>1?A.uniqueSort(n):n},filter:function(e){return this.pushStack(z(this,e||[],!1))},not:function(e){return this.pushStack(z(this,e||[],!0))},is:function(e){return!!z(this,"string"==typeof e&&k.test(e)?A(e):e||[],!1).length}});var D,L=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(A.fn.init=function(e,t,n){var o,r;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(o="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:L.exec(e))||!o[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(o[1]){if(t=t instanceof A?t[0]:t,A.merge(this,A.parseHTML(o[1],t&&t.nodeType?t.ownerDocument||t:b,!0)),_.test(o[1])&&A.isPlainObject(t))for(o in t)y(this[o])?this[o](t[o]):this.attr(o,t[o]);return this}return(r=b.getElementById(o[2]))&&(this[0]=r,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):y(e)?void 0!==n.ready?n.ready(e):e(A):A.makeArray(e,this)}).prototype=A.fn,D=A(b);var E=/^(?:parents|prev(?:Until|All))/,Z={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}A.fn.extend({has:function(e){var t=A(e,this),n=t.length;return this.filter((function(){for(var e=0;e<n;e++)if(A.contains(this,t[e]))return!0}))},closest:function(e,t){var n,o=0,r=this.length,i=[],a="string"!=typeof e&&A(e);if(!k.test(e))for(;o<r;o++)for(n=this[o];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(a?a.index(n)>-1:1===n.nodeType&&A.find.matchesSelector(n,e))){i.push(n);break}return this.pushStack(i.length>1?A.uniqueSort(i):i)},index:function(e){return e?"string"==typeof e?c.call(A(e),this[0]):c.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(A.uniqueSort(A.merge(this.get(),A(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),A.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return M(e,"parentNode")},parentsUntil:function(e,t,n){return M(e,"parentNode",n)},next:function(e){return O(e,"nextSibling")},prev:function(e){return O(e,"previousSibling")},nextAll:function(e){return M(e,"nextSibling")},prevAll:function(e){return M(e,"previousSibling")},nextUntil:function(e,t,n){return M(e,"nextSibling",n)},prevUntil:function(e,t,n){return M(e,"previousSibling",n)},siblings:function(e){return N((e.parentNode||{}).firstChild,e)},children:function(e){return N(e.firstChild)},contents:function(e){return null!=e.contentDocument&&a(e.contentDocument)?e.contentDocument:(S(e,"template")&&(e=e.content||e),A.merge([],e.childNodes))}},(function(e,t){A.fn[e]=function(n,o){var r=A.map(this,t,n);return"Until"!==e.slice(-5)&&(o=n),o&&"string"==typeof o&&(r=A.filter(o,r)),this.length>1&&(Z[e]||A.uniqueSort(r),E.test(e)&&r.reverse()),this.pushStack(r)}}));var H=/[^\x20\t\r\n\f]+/g;function W(e){return e}function R(e){throw e}function P(e,t,n,o){var r;try{e&&y(r=e.promise)?r.call(e).done(t).fail(n):e&&y(r=e.then)?r.call(e,t,n):t.apply(void 0,[e].slice(o))}catch(e){n.apply(void 0,[e])}}A.Callbacks=function(e){e="string"==typeof e?function(e){var t={};return A.each(e.match(H)||[],(function(e,n){t[n]=!0})),t}(e):A.extend({},e);var t,n,o,r,i=[],a=[],s=-1,p=function(){for(r=r||e.once,o=t=!0;a.length;s=-1)for(n=a.shift();++s<i.length;)!1===i[s].apply(n[0],n[1])&&e.stopOnFalse&&(s=i.length,n=!1);e.memory||(n=!1),t=!1,r&&(i=n?[]:"")},u={add:function(){return i&&(n&&!t&&(s=i.length-1,a.push(n)),function t(n){A.each(n,(function(n,o){y(o)?e.unique&&u.has(o)||i.push(o):o&&o.length&&"string"!==C(o)&&t(o)}))}(arguments),n&&!t&&p()),this},remove:function(){return A.each(arguments,(function(e,t){for(var n;(n=A.inArray(t,i,n))>-1;)i.splice(n,1),n<=s&&s--})),this},has:function(e){return e?A.inArray(e,i)>-1:i.length>0},empty:function(){return i&&(i=[]),this},disable:function(){return r=a=[],i=n="",this},disabled:function(){return!i},lock:function(){return r=a=[],n||t||(i=n=""),this},locked:function(){return!!r},fireWith:function(e,n){return r||(n=[e,(n=n||[]).slice?n.slice():n],a.push(n),t||p()),this},fire:function(){return u.fireWith(this,arguments),this},fired:function(){return!!o}};return u},A.extend({Deferred:function(e){var t=[["notify","progress",A.Callbacks("memory"),A.Callbacks("memory"),2],["resolve","done",A.Callbacks("once memory"),A.Callbacks("once memory"),0,"resolved"],["reject","fail",A.Callbacks("once memory"),A.Callbacks("once memory"),1,"rejected"]],n="pending",r={state:function(){return n},always:function(){return i.done(arguments).fail(arguments),this},catch:function(e){return r.then(null,e)},pipe:function(){var e=arguments;return A.Deferred((function(n){A.each(t,(function(t,o){var r=y(e[o[4]])&&e[o[4]];i[o[1]]((function(){var e=r&&r.apply(this,arguments);e&&y(e.promise)?e.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[o[0]+"With"](this,r?[e]:arguments)}))})),e=null})).promise()},then:function(e,n,r){var i=0;function a(e,t,n,r){return function(){var s=this,p=arguments,u=function(){var o,u;if(!(e<i)){if((o=n.apply(s,p))===t.promise())throw new TypeError("Thenable self-resolution");u=o&&("object"==typeof o||"function"==typeof o)&&o.then,y(u)?r?u.call(o,a(i,t,W,r),a(i,t,R,r)):(i++,u.call(o,a(i,t,W,r),a(i,t,R,r),a(i,t,W,t.notifyWith))):(n!==W&&(s=void 0,p=[o]),(r||t.resolveWith)(s,p))}},c=r?u:function(){try{u()}catch(o){A.Deferred.exceptionHook&&A.Deferred.exceptionHook(o,c.stackTrace),e+1>=i&&(n!==R&&(s=void 0,p=[o]),t.rejectWith(s,p))}};e?c():(A.Deferred.getStackHook&&(c.stackTrace=A.Deferred.getStackHook()),o.setTimeout(c))}}return A.Deferred((function(o){t[0][3].add(a(0,o,y(r)?r:W,o.notifyWith)),t[1][3].add(a(0,o,y(e)?e:W)),t[2][3].add(a(0,o,y(n)?n:R))})).promise()},promise:function(e){return null!=e?A.extend(e,r):r}},i={};return A.each(t,(function(e,o){var a=o[2],s=o[5];r[o[1]]=a.add,s&&a.add((function(){n=s}),t[3-e][2].disable,t[3-e][3].disable,t[0][2].lock,t[0][3].lock),a.add(o[3].fire),i[o[0]]=function(){return i[o[0]+"With"](this===i?void 0:this,arguments),this},i[o[0]+"With"]=a.fireWith})),r.promise(i),e&&e.call(i,i),i},when:function(e){var t=arguments.length,n=t,o=Array(n),r=s.call(arguments),i=A.Deferred(),a=function(e){return function(n){o[e]=this,r[e]=arguments.length>1?s.call(arguments):n,--t||i.resolveWith(o,r)}};if(t<=1&&(P(e,i.done(a(n)).resolve,i.reject,!t),"pending"===i.state()||y(r[n]&&r[n].then)))return i.then();for(;n--;)P(r[n],a(n),i.reject);return i.promise()}});var G=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;A.Deferred.exceptionHook=function(e,t){o.console&&o.console.warn&&e&&G.test(e.name)&&o.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},A.readyException=function(e){o.setTimeout((function(){throw e}))};var Y=A.Deferred();function B(){b.removeEventListener("DOMContentLoaded",B),o.removeEventListener("load",B),A.ready()}A.fn.ready=function(e){return Y.then(e).catch((function(e){A.readyException(e)})),this},A.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--A.readyWait:A.isReady)||(A.isReady=!0,!0!==e&&--A.readyWait>0||Y.resolveWith(b,[A]))}}),A.ready.then=Y.then,"complete"===b.readyState||"loading"!==b.readyState&&!b.documentElement.doScroll?o.setTimeout(A.ready):(b.addEventListener("DOMContentLoaded",B),o.addEventListener("load",B));var X=function(e,t,n,o,r,i,a){var s=0,p=e.length,u=null==n;if("object"===C(n))for(s in r=!0,n)X(e,t,s,n[s],!0,i,a);else if(void 0!==o&&(r=!0,y(o)||(a=!0),u&&(a?(t.call(e,o),t=null):(u=t,t=function(e,t,n){return u.call(A(e),n)})),t))for(;s<p;s++)t(e[s],n,a?o:o.call(e[s],s,t(e[s],n)));return r?e:u?t.call(e):p?t(e[0],n):i},F=/^-ms-/,q=/-([a-z])/g;function J(e,t){return t.toUpperCase()}function U(e){return e.replace(F,"ms-").replace(q,J)}var V=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function K(){this.expando=A.expando+K.uid++}K.uid=1,K.prototype={cache:function(e){var t=e[this.expando];return t||(t={},V(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var o,r=this.cache(e);if("string"==typeof t)r[U(t)]=n;else for(o in t)r[U(o)]=t[o];return r},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][U(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,o=e[this.expando];if(void 0!==o){if(void 0!==t){n=(t=Array.isArray(t)?t.map(U):(t=U(t))in o?[t]:t.match(H)||[]).length;for(;n--;)delete o[t[n]]}(void 0===t||A.isEmptyObject(o))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!A.isEmptyObject(t)}};var $=new K,Q=new K,ee=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,te=/[A-Z]/g;function ne(e,t,n){var o;if(void 0===n&&1===e.nodeType)if(o="data-"+t.replace(te,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(o))){try{n=function(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:ee.test(e)?JSON.parse(e):e)}(n)}catch(e){}Q.set(e,t,n)}else n=void 0;return n}A.extend({hasData:function(e){return Q.hasData(e)||$.hasData(e)},data:function(e,t,n){return Q.access(e,t,n)},removeData:function(e,t){Q.remove(e,t)},_data:function(e,t,n){return $.access(e,t,n)},_removeData:function(e,t){$.remove(e,t)}}),A.fn.extend({data:function(e,t){var n,o,r,i=this[0],a=i&&i.attributes;if(void 0===e){if(this.length&&(r=Q.get(i),1===i.nodeType&&!$.get(i,"hasDataAttrs"))){for(n=a.length;n--;)a[n]&&0===(o=a[n].name).indexOf("data-")&&(o=U(o.slice(5)),ne(i,o,r[o]));$.set(i,"hasDataAttrs",!0)}return r}return"object"==typeof e?this.each((function(){Q.set(this,e)})):X(this,(function(t){var n;if(i&&void 0===t)return void 0!==(n=Q.get(i,e))||void 0!==(n=ne(i,e))?n:void 0;this.each((function(){Q.set(this,e,t)}))}),null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each((function(){Q.remove(this,e)}))}}),A.extend({queue:function(e,t,n){var o;if(e)return t=(t||"fx")+"queue",o=$.get(e,t),n&&(!o||Array.isArray(n)?o=$.access(e,t,A.makeArray(n)):o.push(n)),o||[]},dequeue:function(e,t){t=t||"fx";var n=A.queue(e,t),o=n.length,r=n.shift(),i=A._queueHooks(e,t);"inprogress"===r&&(r=n.shift(),o--),r&&("fx"===t&&n.unshift("inprogress"),delete i.stop,r.call(e,(function(){A.dequeue(e,t)}),i)),!o&&i&&i.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return $.get(e,n)||$.access(e,n,{empty:A.Callbacks("once memory").add((function(){$.remove(e,[t+"queue",n])}))})}}),A.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length<n?A.queue(this[0],e):void 0===t?this:this.each((function(){var n=A.queue(this,e,t);A._queueHooks(this,e),"fx"===e&&"inprogress"!==n[0]&&A.dequeue(this,e)}))},dequeue:function(e){return this.each((function(){A.dequeue(this,e)}))},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,o=1,r=A.Deferred(),i=this,a=this.length,s=function(){--o||r.resolveWith(i,[i])};for("string"!=typeof e&&(t=e,e=void 0),e=e||"fx";a--;)(n=$.get(i[a],e+"queueHooks"))&&n.empty&&(o++,n.empty.add(s));return s(),r.promise(t)}});var oe=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,re=new RegExp("^(?:([+-])=|)("+oe+")([a-z%]*)$","i"),ie=["Top","Right","Bottom","Left"],ae=b.documentElement,se=function(e){return A.contains(e.ownerDocument,e)},pe={composed:!0};ae.getRootNode&&(se=function(e){return A.contains(e.ownerDocument,e)||e.getRootNode(pe)===e.ownerDocument});var ue=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&se(e)&&"none"===A.css(e,"display")};function ce(e,t,n,o){var r,i,a=20,s=o?function(){return o.cur()}:function(){return A.css(e,t,"")},p=s(),u=n&&n[3]||(A.cssNumber[t]?"":"px"),c=e.nodeType&&(A.cssNumber[t]||"px"!==u&&+p)&&re.exec(A.css(e,t));if(c&&c[3]!==u){for(p/=2,u=u||c[3],c=+p||1;a--;)A.style(e,t,c+u),(1-i)*(1-(i=s()/p||.5))<=0&&(a=0),c/=i;c*=2,A.style(e,t,c+u),n=n||[]}return n&&(c=+c||+p||0,r=n[1]?c+(n[1]+1)*n[2]:+n[2],o&&(o.unit=u,o.start=c,o.end=r)),r}var le={};function de(e){var t,n=e.ownerDocument,o=e.nodeName,r=le[o];return r||(t=n.body.appendChild(n.createElement(o)),r=A.css(t,"display"),t.parentNode.removeChild(t),"none"===r&&(r="block"),le[o]=r,r)}function fe(e,t){for(var n,o,r=[],i=0,a=e.length;i<a;i++)(o=e[i]).style&&(n=o.style.display,t?("none"===n&&(r[i]=$.get(o,"display")||null,r[i]||(o.style.display="")),""===o.style.display&&ue(o)&&(r[i]=de(o))):"none"!==n&&(r[i]="none",$.set(o,"display",n)));for(i=0;i<a;i++)null!=r[i]&&(e[i].style.display=r[i]);return e}A.fn.extend({show:function(){return fe(this,!0)},hide:function(){return fe(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each((function(){ue(this)?A(this).show():A(this).hide()}))}});var he,ge,me=/^(?:checkbox|radio)$/i,ye=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,ve=/^$|^module$|\/(?:java|ecma)script/i;he=b.createDocumentFragment().appendChild(b.createElement("div")),(ge=b.createElement("input")).setAttribute("type","radio"),ge.setAttribute("checked","checked"),ge.setAttribute("name","t"),he.appendChild(ge),m.checkClone=he.cloneNode(!0).cloneNode(!0).lastChild.checked,he.innerHTML="<textarea>x</textarea>",m.noCloneChecked=!!he.cloneNode(!0).lastChild.defaultValue,he.innerHTML="<option></option>",m.option=!!he.lastChild;var be={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function xe(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&S(e,t)?A.merge([e],n):n}function Ie(e,t){for(var n=0,o=e.length;n<o;n++)$.set(e[n],"globalEval",!t||$.get(t[n],"globalEval"))}be.tbody=be.tfoot=be.colgroup=be.caption=be.thead,be.th=be.td,m.option||(be.optgroup=be.option=[1,"<select multiple='multiple'>","</select>"]);var Ce=/<|&#?\w+;/;function we(e,t,n,o,r){for(var i,a,s,p,u,c,l=t.createDocumentFragment(),d=[],f=0,h=e.length;f<h;f++)if((i=e[f])||0===i)if("object"===C(i))A.merge(d,i.nodeType?[i]:i);else if(Ce.test(i)){for(a=a||l.appendChild(t.createElement("div")),s=(ye.exec(i)||["",""])[1].toLowerCase(),p=be[s]||be._default,a.innerHTML=p[1]+A.htmlPrefilter(i)+p[2],c=p[0];c--;)a=a.lastChild;A.merge(d,a.childNodes),(a=l.firstChild).textContent=""}else d.push(t.createTextNode(i));for(l.textContent="",f=0;i=d[f++];)if(o&&A.inArray(i,o)>-1)r&&r.push(i);else if(u=se(i),a=xe(l.appendChild(i),"script"),u&&Ie(a),n)for(c=0;i=a[c++];)ve.test(i.type||"")&&n.push(i);return l}var Ae=/^([^.]*)(?:\.(.+)|)/;function Te(){return!0}function je(){return!1}function Me(e,t){return e===function(){try{return b.activeElement}catch(e){}}()==("focus"===t)}function Ne(e,t,n,o,r,i){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(o=o||n,n=void 0),t)Ne(e,s,n,o,t[s],i);return e}if(null==o&&null==r?(r=n,o=n=void 0):null==r&&("string"==typeof n?(r=o,o=void 0):(r=o,o=n,n=void 0)),!1===r)r=je;else if(!r)return e;return 1===i&&(a=r,r=function(e){return A().off(e),a.apply(this,arguments)},r.guid=a.guid||(a.guid=A.guid++)),e.each((function(){A.event.add(this,t,r,o,n)}))}function ke(e,t,n){n?($.set(e,t,!1),A.event.add(e,t,{namespace:!1,handler:function(e){var o,r,i=$.get(this,t);if(1&e.isTrigger&&this[t]){if(i.length)(A.event.special[t]||{}).delegateType&&e.stopPropagation();else if(i=s.call(arguments),$.set(this,t,i),o=n(this,t),this[t](),i!==(r=$.get(this,t))||o?$.set(this,t,!1):r={},i!==r)return e.stopImmediatePropagation(),e.preventDefault(),r&&r.value}else i.length&&($.set(this,t,{value:A.event.trigger(A.extend(i[0],A.Event.prototype),i.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===$.get(e,t)&&A.event.add(e,t,Te)}A.event={global:{},add:function(e,t,n,o,r){var i,a,s,p,u,c,l,d,f,h,g,m=$.get(e);if(V(e))for(n.handler&&(n=(i=n).handler,r=i.selector),r&&A.find.matchesSelector(ae,r),n.guid||(n.guid=A.guid++),(p=m.events)||(p=m.events=Object.create(null)),(a=m.handle)||(a=m.handle=function(t){return void 0!==A&&A.event.triggered!==t.type?A.event.dispatch.apply(e,arguments):void 0}),u=(t=(t||"").match(H)||[""]).length;u--;)f=g=(s=Ae.exec(t[u])||[])[1],h=(s[2]||"").split(".").sort(),f&&(l=A.event.special[f]||{},f=(r?l.delegateType:l.bindType)||f,l=A.event.special[f]||{},c=A.extend({type:f,origType:g,data:o,handler:n,guid:n.guid,selector:r,needsContext:r&&A.expr.match.needsContext.test(r),namespace:h.join(".")},i),(d=p[f])||((d=p[f]=[]).delegateCount=0,l.setup&&!1!==l.setup.call(e,o,h,a)||e.addEventListener&&e.addEventListener(f,a)),l.add&&(l.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),r?d.splice(d.delegateCount++,0,c):d.push(c),A.event.global[f]=!0)},remove:function(e,t,n,o,r){var i,a,s,p,u,c,l,d,f,h,g,m=$.hasData(e)&&$.get(e);if(m&&(p=m.events)){for(u=(t=(t||"").match(H)||[""]).length;u--;)if(f=g=(s=Ae.exec(t[u])||[])[1],h=(s[2]||"").split(".").sort(),f){for(l=A.event.special[f]||{},d=p[f=(o?l.delegateType:l.bindType)||f]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=i=d.length;i--;)c=d[i],!r&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||o&&o!==c.selector&&("**"!==o||!c.selector)||(d.splice(i,1),c.selector&&d.delegateCount--,l.remove&&l.remove.call(e,c));a&&!d.length&&(l.teardown&&!1!==l.teardown.call(e,h,m.handle)||A.removeEvent(e,f,m.handle),delete p[f])}else for(f in p)A.event.remove(e,f+t[u],n,o,!0);A.isEmptyObject(p)&&$.remove(e,"handle events")}},dispatch:function(e){var t,n,o,r,i,a,s=new Array(arguments.length),p=A.event.fix(e),u=($.get(this,"events")||Object.create(null))[p.type]||[],c=A.event.special[p.type]||{};for(s[0]=p,t=1;t<arguments.length;t++)s[t]=arguments[t];if(p.delegateTarget=this,!c.preDispatch||!1!==c.preDispatch.call(this,p)){for(a=A.event.handlers.call(this,p,u),t=0;(r=a[t++])&&!p.isPropagationStopped();)for(p.currentTarget=r.elem,n=0;(i=r.handlers[n++])&&!p.isImmediatePropagationStopped();)p.rnamespace&&!1!==i.namespace&&!p.rnamespace.test(i.namespace)||(p.handleObj=i,p.data=i.data,void 0!==(o=((A.event.special[i.origType]||{}).handle||i.handler).apply(r.elem,s))&&!1===(p.result=o)&&(p.preventDefault(),p.stopPropagation()));return c.postDispatch&&c.postDispatch.call(this,p),p.result}},handlers:function(e,t){var n,o,r,i,a,s=[],p=t.delegateCount,u=e.target;if(p&&u.nodeType&&!("click"===e.type&&e.button>=1))for(;u!==this;u=u.parentNode||this)if(1===u.nodeType&&("click"!==e.type||!0!==u.disabled)){for(i=[],a={},n=0;n<p;n++)void 0===a[r=(o=t[n]).selector+" "]&&(a[r]=o.needsContext?A(r,this).index(u)>-1:A.find(r,this,null,[u]).length),a[r]&&i.push(o);i.length&&s.push({elem:u,handlers:i})}return u=this,p<t.length&&s.push({elem:u,handlers:t.slice(p)}),s},addProp:function(e,t){Object.defineProperty(A.Event.prototype,e,{enumerable:!0,configurable:!0,get:y(t)?function(){if(this.originalEvent)return t(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[e]},set:function(t){Object.defineProperty(this,e,{enumerable:!0,configurable:!0,writable:!0,value:t})}})},fix:function(e){return e[A.expando]?e:new A.Event(e)},special:{load:{noBubble:!0},click:{setup:function(e){var t=this||e;return me.test(t.type)&&t.click&&S(t,"input")&&ke(t,"click",Te),!1},trigger:function(e){var t=this||e;return me.test(t.type)&&t.click&&S(t,"input")&&ke(t,"click"),!0},_default:function(e){var t=e.target;return me.test(t.type)&&t.click&&S(t,"input")&&$.get(t,"click")||S(t,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},A.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},A.Event=function(e,t){if(!(this instanceof A.Event))return new A.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?Te:je,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&A.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[A.expando]=!0},A.Event.prototype={constructor:A.Event,isDefaultPrevented:je,isPropagationStopped:je,isImmediatePropagationStopped:je,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=Te,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=Te,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=Te,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},A.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:!0},A.event.addProp),A.each({focus:"focusin",blur:"focusout"},(function(e,t){A.event.special[e]={setup:function(){return ke(this,e,Me),!1},trigger:function(){return ke(this,e),!0},_default:function(){return!0},delegateType:t}})),A.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},(function(e,t){A.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,o=this,r=e.relatedTarget,i=e.handleObj;return r&&(r===o||A.contains(o,r))||(e.type=i.origType,n=i.handler.apply(this,arguments),e.type=t),n}}})),A.fn.extend({on:function(e,t,n,o){return Ne(this,e,t,n,o)},one:function(e,t,n,o){return Ne(this,e,t,n,o,1)},off:function(e,t,n){var o,r;if(e&&e.preventDefault&&e.handleObj)return o=e.handleObj,A(e.delegateTarget).off(o.namespace?o.origType+"."+o.namespace:o.origType,o.selector,o.handler),this;if("object"==typeof e){for(r in e)this.off(r,t,e[r]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=je),this.each((function(){A.event.remove(this,e,n,t)}))}});var Se=/<script|<style|<link/i,_e=/checked\s*(?:[^=]|=\s*.checked.)/i,ze=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function De(e,t){return S(e,"table")&&S(11!==t.nodeType?t:t.firstChild,"tr")&&A(e).children("tbody")[0]||e}function Le(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Ee(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Ze(e,t){var n,o,r,i,a,s;if(1===t.nodeType){if($.hasData(e)&&(s=$.get(e).events))for(r in $.remove(t,"handle events"),s)for(n=0,o=s[r].length;n<o;n++)A.event.add(t,r,s[r][n]);Q.hasData(e)&&(i=Q.access(e),a=A.extend({},i),Q.set(t,a))}}function Oe(e,t){var n=t.nodeName.toLowerCase();"input"===n&&me.test(e.type)?t.checked=e.checked:"input"!==n&&"textarea"!==n||(t.defaultValue=e.defaultValue)}function He(e,t,n,o){t=p(t);var r,i,a,s,u,c,l=0,d=e.length,f=d-1,h=t[0],g=y(h);if(g||d>1&&"string"==typeof h&&!m.checkClone&&_e.test(h))return e.each((function(r){var i=e.eq(r);g&&(t[0]=h.call(this,r,i.html())),He(i,t,n,o)}));if(d&&(i=(r=we(t,e[0].ownerDocument,!1,e,o)).firstChild,1===r.childNodes.length&&(r=i),i||o)){for(s=(a=A.map(xe(r,"script"),Le)).length;l<d;l++)u=r,l!==f&&(u=A.clone(u,!0,!0),s&&A.merge(a,xe(u,"script"))),n.call(e[l],u,l);if(s)for(c=a[a.length-1].ownerDocument,A.map(a,Ee),l=0;l<s;l++)u=a[l],ve.test(u.type||"")&&!$.access(u,"globalEval")&&A.contains(c,u)&&(u.src&&"module"!==(u.type||"").toLowerCase()?A._evalUrl&&!u.noModule&&A._evalUrl(u.src,{nonce:u.nonce||u.getAttribute("nonce")},c):I(u.textContent.replace(ze,""),u,c))}return e}function We(e,t,n){for(var o,r=t?A.filter(t,e):e,i=0;null!=(o=r[i]);i++)n||1!==o.nodeType||A.cleanData(xe(o)),o.parentNode&&(n&&se(o)&&Ie(xe(o,"script")),o.parentNode.removeChild(o));return e}A.extend({htmlPrefilter:function(e){return e},clone:function(e,t,n){var o,r,i,a,s=e.cloneNode(!0),p=se(e);if(!(m.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||A.isXMLDoc(e)))for(a=xe(s),o=0,r=(i=xe(e)).length;o<r;o++)Oe(i[o],a[o]);if(t)if(n)for(i=i||xe(e),a=a||xe(s),o=0,r=i.length;o<r;o++)Ze(i[o],a[o]);else Ze(e,s);return(a=xe(s,"script")).length>0&&Ie(a,!p&&xe(e,"script")),s},cleanData:function(e){for(var t,n,o,r=A.event.special,i=0;void 0!==(n=e[i]);i++)if(V(n)){if(t=n[$.expando]){if(t.events)for(o in t.events)r[o]?A.event.remove(n,o):A.removeEvent(n,o,t.handle);n[$.expando]=void 0}n[Q.expando]&&(n[Q.expando]=void 0)}}}),A.fn.extend({detach:function(e){return We(this,e,!0)},remove:function(e){return We(this,e)},text:function(e){return X(this,(function(e){return void 0===e?A.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)}))}),null,e,arguments.length)},append:function(){return He(this,arguments,(function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||De(this,e).appendChild(e)}))},prepend:function(){return He(this,arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=De(this,e);t.insertBefore(e,t.firstChild)}}))},before:function(){return He(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this)}))},after:function(){return He(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)}))},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(A.cleanData(xe(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map((function(){return A.clone(this,e,t)}))},html:function(e){return X(this,(function(e){var t=this[0]||{},n=0,o=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Se.test(e)&&!be[(ye.exec(e)||["",""])[1].toLowerCase()]){e=A.htmlPrefilter(e);try{for(;n<o;n++)1===(t=this[n]||{}).nodeType&&(A.cleanData(xe(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)}),null,e,arguments.length)},replaceWith:function(){var e=[];return He(this,arguments,(function(t){var n=this.parentNode;A.inArray(this,e)<0&&(A.cleanData(xe(this)),n&&n.replaceChild(t,this))}),e)}}),A.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},(function(e,t){A.fn[e]=function(e){for(var n,o=[],r=A(e),i=r.length-1,a=0;a<=i;a++)n=a===i?this:this.clone(!0),A(r[a])[t](n),u.apply(o,n.get());return this.pushStack(o)}}));var Re=new RegExp("^("+oe+")(?!px)[a-z%]+$","i"),Pe=function(e){var t=e.ownerDocument.defaultView;return t&&t.opener||(t=o),t.getComputedStyle(e)},Ge=function(e,t,n){var o,r,i={};for(r in t)i[r]=e.style[r],e.style[r]=t[r];for(r in o=n.call(e),t)e.style[r]=i[r];return o},Ye=new RegExp(ie.join("|"),"i");function Be(e,t,n){var o,r,i,a,s=e.style;return(n=n||Pe(e))&&(""!==(a=n.getPropertyValue(t)||n[t])||se(e)||(a=A.style(e,t)),!m.pixelBoxStyles()&&Re.test(a)&&Ye.test(t)&&(o=s.width,r=s.minWidth,i=s.maxWidth,s.minWidth=s.maxWidth=s.width=a,a=n.width,s.width=o,s.minWidth=r,s.maxWidth=i)),void 0!==a?a+"":a}function Xe(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}!function(){function e(){if(c){u.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",c.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",ae.appendChild(u).appendChild(c);var e=o.getComputedStyle(c);n="1%"!==e.top,p=12===t(e.marginLeft),c.style.right="60%",a=36===t(e.right),r=36===t(e.width),c.style.position="absolute",i=12===t(c.offsetWidth/3),ae.removeChild(u),c=null}}function t(e){return Math.round(parseFloat(e))}var n,r,i,a,s,p,u=b.createElement("div"),c=b.createElement("div");c.style&&(c.style.backgroundClip="content-box",c.cloneNode(!0).style.backgroundClip="",m.clearCloneStyle="content-box"===c.style.backgroundClip,A.extend(m,{boxSizingReliable:function(){return e(),r},pixelBoxStyles:function(){return e(),a},pixelPosition:function(){return e(),n},reliableMarginLeft:function(){return e(),p},scrollboxSize:function(){return e(),i},reliableTrDimensions:function(){var e,t,n,r;return null==s&&(e=b.createElement("table"),t=b.createElement("tr"),n=b.createElement("div"),e.style.cssText="position:absolute;left:-11111px;border-collapse:separate",t.style.cssText="border:1px solid",t.style.height="1px",n.style.height="9px",n.style.display="block",ae.appendChild(e).appendChild(t).appendChild(n),r=o.getComputedStyle(t),s=parseInt(r.height,10)+parseInt(r.borderTopWidth,10)+parseInt(r.borderBottomWidth,10)===t.offsetHeight,ae.removeChild(e)),s}}))}();var Fe=["Webkit","Moz","ms"],qe=b.createElement("div").style,Je={};function Ue(e){var t=A.cssProps[e]||Je[e];return t||(e in qe?e:Je[e]=function(e){for(var t=e[0].toUpperCase()+e.slice(1),n=Fe.length;n--;)if((e=Fe[n]+t)in qe)return e}(e)||e)}var Ve=/^(none|table(?!-c[ea]).+)/,Ke=/^--/,$e={position:"absolute",visibility:"hidden",display:"block"},Qe={letterSpacing:"0",fontWeight:"400"};function et(e,t,n){var o=re.exec(t);return o?Math.max(0,o[2]-(n||0))+(o[3]||"px"):t}function tt(e,t,n,o,r,i){var a="width"===t?1:0,s=0,p=0;if(n===(o?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(p+=A.css(e,n+ie[a],!0,r)),o?("content"===n&&(p-=A.css(e,"padding"+ie[a],!0,r)),"margin"!==n&&(p-=A.css(e,"border"+ie[a]+"Width",!0,r))):(p+=A.css(e,"padding"+ie[a],!0,r),"padding"!==n?p+=A.css(e,"border"+ie[a]+"Width",!0,r):s+=A.css(e,"border"+ie[a]+"Width",!0,r));return!o&&i>=0&&(p+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-i-p-s-.5))||0),p}function nt(e,t,n){var o=Pe(e),r=(!m.boxSizingReliable()||n)&&"border-box"===A.css(e,"boxSizing",!1,o),i=r,a=Be(e,t,o),s="offset"+t[0].toUpperCase()+t.slice(1);if(Re.test(a)){if(!n)return a;a="auto"}return(!m.boxSizingReliable()&&r||!m.reliableTrDimensions()&&S(e,"tr")||"auto"===a||!parseFloat(a)&&"inline"===A.css(e,"display",!1,o))&&e.getClientRects().length&&(r="border-box"===A.css(e,"boxSizing",!1,o),(i=s in e)&&(a=e[s])),(a=parseFloat(a)||0)+tt(e,t,n||(r?"border":"content"),i,o,a)+"px"}function ot(e,t,n,o,r){return new ot.prototype.init(e,t,n,o,r)}A.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Be(e,"opacity");return""===n?"1":n}}}},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(e,t,n,o){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var r,i,a,s=U(t),p=Ke.test(t),u=e.style;if(p||(t=Ue(s)),a=A.cssHooks[t]||A.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(r=a.get(e,!1,o))?r:u[t];"string"===(i=typeof n)&&(r=re.exec(n))&&r[1]&&(n=ce(e,t,r),i="number"),null!=n&&n==n&&("number"!==i||p||(n+=r&&r[3]||(A.cssNumber[s]?"":"px")),m.clearCloneStyle||""!==n||0!==t.indexOf("background")||(u[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,o))||(p?u.setProperty(t,n):u[t]=n))}},css:function(e,t,n,o){var r,i,a,s=U(t);return Ke.test(t)||(t=Ue(s)),(a=A.cssHooks[t]||A.cssHooks[s])&&"get"in a&&(r=a.get(e,!0,n)),void 0===r&&(r=Be(e,t,o)),"normal"===r&&t in Qe&&(r=Qe[t]),""===n||n?(i=parseFloat(r),!0===n||isFinite(i)?i||0:r):r}}),A.each(["height","width"],(function(e,t){A.cssHooks[t]={get:function(e,n,o){if(n)return!Ve.test(A.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?nt(e,t,o):Ge(e,$e,(function(){return nt(e,t,o)}))},set:function(e,n,o){var r,i=Pe(e),a=!m.scrollboxSize()&&"absolute"===i.position,s=(a||o)&&"border-box"===A.css(e,"boxSizing",!1,i),p=o?tt(e,t,o,s,i):0;return s&&a&&(p-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(i[t])-tt(e,t,"border",!1,i)-.5)),p&&(r=re.exec(n))&&"px"!==(r[3]||"px")&&(e.style[t]=n,n=A.css(e,t)),et(0,n,p)}}})),A.cssHooks.marginLeft=Xe(m.reliableMarginLeft,(function(e,t){if(t)return(parseFloat(Be(e,"marginLeft"))||e.getBoundingClientRect().left-Ge(e,{marginLeft:0},(function(){return e.getBoundingClientRect().left})))+"px"})),A.each({margin:"",padding:"",border:"Width"},(function(e,t){A.cssHooks[e+t]={expand:function(n){for(var o=0,r={},i="string"==typeof n?n.split(" "):[n];o<4;o++)r[e+ie[o]+t]=i[o]||i[o-2]||i[0];return r}},"margin"!==e&&(A.cssHooks[e+t].set=et)})),A.fn.extend({css:function(e,t){return X(this,(function(e,t,n){var o,r,i={},a=0;if(Array.isArray(t)){for(o=Pe(e),r=t.length;a<r;a++)i[t[a]]=A.css(e,t[a],!1,o);return i}return void 0!==n?A.style(e,t,n):A.css(e,t)}),e,t,arguments.length>1)}}),A.Tween=ot,ot.prototype={constructor:ot,init:function(e,t,n,o,r,i){this.elem=e,this.prop=n,this.easing=r||A.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=o,this.unit=i||(A.cssNumber[n]?"":"px")},cur:function(){var e=ot.propHooks[this.prop];return e&&e.get?e.get(this):ot.propHooks._default.get(this)},run:function(e){var t,n=ot.propHooks[this.prop];return this.options.duration?this.pos=t=A.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):ot.propHooks._default.set(this),this}},ot.prototype.init.prototype=ot.prototype,ot.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=A.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){A.fx.step[e.prop]?A.fx.step[e.prop](e):1!==e.elem.nodeType||!A.cssHooks[e.prop]&&null==e.elem.style[Ue(e.prop)]?e.elem[e.prop]=e.now:A.style(e.elem,e.prop,e.now+e.unit)}}},ot.propHooks.scrollTop=ot.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},A.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},A.fx=ot.prototype.init,A.fx.step={};var rt,it,at=/^(?:toggle|show|hide)$/,st=/queueHooks$/;function pt(){it&&(!1===b.hidden&&o.requestAnimationFrame?o.requestAnimationFrame(pt):o.setTimeout(pt,A.fx.interval),A.fx.tick())}function ut(){return o.setTimeout((function(){rt=void 0})),rt=Date.now()}function ct(e,t){var n,o=0,r={height:e};for(t=t?1:0;o<4;o+=2-t)r["margin"+(n=ie[o])]=r["padding"+n]=e;return t&&(r.opacity=r.width=e),r}function lt(e,t,n){for(var o,r=(dt.tweeners[t]||[]).concat(dt.tweeners["*"]),i=0,a=r.length;i<a;i++)if(o=r[i].call(n,t,e))return o}function dt(e,t,n){var o,r,i=0,a=dt.prefilters.length,s=A.Deferred().always((function(){delete p.elem})),p=function(){if(r)return!1;for(var t=rt||ut(),n=Math.max(0,u.startTime+u.duration-t),o=1-(n/u.duration||0),i=0,a=u.tweens.length;i<a;i++)u.tweens[i].run(o);return s.notifyWith(e,[u,o,n]),o<1&&a?n:(a||s.notifyWith(e,[u,1,0]),s.resolveWith(e,[u]),!1)},u=s.promise({elem:e,props:A.extend({},t),opts:A.extend(!0,{specialEasing:{},easing:A.easing._default},n),originalProperties:t,originalOptions:n,startTime:rt||ut(),duration:n.duration,tweens:[],createTween:function(t,n){var o=A.Tween(e,u.opts,t,n,u.opts.specialEasing[t]||u.opts.easing);return u.tweens.push(o),o},stop:function(t){var n=0,o=t?u.tweens.length:0;if(r)return this;for(r=!0;n<o;n++)u.tweens[n].run(1);return t?(s.notifyWith(e,[u,1,0]),s.resolveWith(e,[u,t])):s.rejectWith(e,[u,t]),this}}),c=u.props;for(!function(e,t){var n,o,r,i,a;for(n in e)if(r=t[o=U(n)],i=e[n],Array.isArray(i)&&(r=i[1],i=e[n]=i[0]),n!==o&&(e[o]=i,delete e[n]),(a=A.cssHooks[o])&&"expand"in a)for(n in i=a.expand(i),delete e[o],i)n in e||(e[n]=i[n],t[n]=r);else t[o]=r}(c,u.opts.specialEasing);i<a;i++)if(o=dt.prefilters[i].call(u,e,c,u.opts))return y(o.stop)&&(A._queueHooks(u.elem,u.opts.queue).stop=o.stop.bind(o)),o;return A.map(c,lt,u),y(u.opts.start)&&u.opts.start.call(e,u),u.progress(u.opts.progress).done(u.opts.done,u.opts.complete).fail(u.opts.fail).always(u.opts.always),A.fx.timer(A.extend(p,{elem:e,anim:u,queue:u.opts.queue})),u}A.Animation=A.extend(dt,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return ce(n.elem,e,re.exec(t),n),n}]},tweener:function(e,t){y(e)?(t=e,e=["*"]):e=e.match(H);for(var n,o=0,r=e.length;o<r;o++)n=e[o],dt.tweeners[n]=dt.tweeners[n]||[],dt.tweeners[n].unshift(t)},prefilters:[function(e,t,n){var o,r,i,a,s,p,u,c,l="width"in t||"height"in t,d=this,f={},h=e.style,g=e.nodeType&&ue(e),m=$.get(e,"fxshow");for(o in n.queue||(null==(a=A._queueHooks(e,"fx")).unqueued&&(a.unqueued=0,s=a.empty.fire,a.empty.fire=function(){a.unqueued||s()}),a.unqueued++,d.always((function(){d.always((function(){a.unqueued--,A.queue(e,"fx").length||a.empty.fire()}))}))),t)if(r=t[o],at.test(r)){if(delete t[o],i=i||"toggle"===r,r===(g?"hide":"show")){if("show"!==r||!m||void 0===m[o])continue;g=!0}f[o]=m&&m[o]||A.style(e,o)}if((p=!A.isEmptyObject(t))||!A.isEmptyObject(f))for(o in l&&1===e.nodeType&&(n.overflow=[h.overflow,h.overflowX,h.overflowY],null==(u=m&&m.display)&&(u=$.get(e,"display")),"none"===(c=A.css(e,"display"))&&(u?c=u:(fe([e],!0),u=e.style.display||u,c=A.css(e,"display"),fe([e]))),("inline"===c||"inline-block"===c&&null!=u)&&"none"===A.css(e,"float")&&(p||(d.done((function(){h.display=u})),null==u&&(c=h.display,u="none"===c?"":c)),h.display="inline-block")),n.overflow&&(h.overflow="hidden",d.always((function(){h.overflow=n.overflow[0],h.overflowX=n.overflow[1],h.overflowY=n.overflow[2]}))),p=!1,f)p||(m?"hidden"in m&&(g=m.hidden):m=$.access(e,"fxshow",{display:u}),i&&(m.hidden=!g),g&&fe([e],!0),d.done((function(){for(o in g||fe([e]),$.remove(e,"fxshow"),f)A.style(e,o,f[o])}))),p=lt(g?m[o]:0,o,d),o in m||(m[o]=p.start,g&&(p.end=p.start,p.start=0))}],prefilter:function(e,t){t?dt.prefilters.unshift(e):dt.prefilters.push(e)}}),A.speed=function(e,t,n){var o=e&&"object"==typeof e?A.extend({},e):{complete:n||!n&&t||y(e)&&e,duration:e,easing:n&&t||t&&!y(t)&&t};return A.fx.off?o.duration=0:"number"!=typeof o.duration&&(o.duration in A.fx.speeds?o.duration=A.fx.speeds[o.duration]:o.duration=A.fx.speeds._default),null!=o.queue&&!0!==o.queue||(o.queue="fx"),o.old=o.complete,o.complete=function(){y(o.old)&&o.old.call(this),o.queue&&A.dequeue(this,o.queue)},o},A.fn.extend({fadeTo:function(e,t,n,o){return this.filter(ue).css("opacity",0).show().end().animate({opacity:t},e,n,o)},animate:function(e,t,n,o){var r=A.isEmptyObject(e),i=A.speed(t,n,o),a=function(){var t=dt(this,A.extend({},e),i);(r||$.get(this,"finish"))&&t.stop(!0)};return a.finish=a,r||!1===i.queue?this.each(a):this.queue(i.queue,a)},stop:function(e,t,n){var o=function(e){var t=e.stop;delete e.stop,t(n)};return"string"!=typeof e&&(n=t,t=e,e=void 0),t&&this.queue(e||"fx",[]),this.each((function(){var t=!0,r=null!=e&&e+"queueHooks",i=A.timers,a=$.get(this);if(r)a[r]&&a[r].stop&&o(a[r]);else for(r in a)a[r]&&a[r].stop&&st.test(r)&&o(a[r]);for(r=i.length;r--;)i[r].elem!==this||null!=e&&i[r].queue!==e||(i[r].anim.stop(n),t=!1,i.splice(r,1));!t&&n||A.dequeue(this,e)}))},finish:function(e){return!1!==e&&(e=e||"fx"),this.each((function(){var t,n=$.get(this),o=n[e+"queue"],r=n[e+"queueHooks"],i=A.timers,a=o?o.length:0;for(n.finish=!0,A.queue(this,e,[]),r&&r.stop&&r.stop.call(this,!0),t=i.length;t--;)i[t].elem===this&&i[t].queue===e&&(i[t].anim.stop(!0),i.splice(t,1));for(t=0;t<a;t++)o[t]&&o[t].finish&&o[t].finish.call(this);delete n.finish}))}}),A.each(["toggle","show","hide"],(function(e,t){var n=A.fn[t];A.fn[t]=function(e,o,r){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(ct(t,!0),e,o,r)}})),A.each({slideDown:ct("show"),slideUp:ct("hide"),slideToggle:ct("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},(function(e,t){A.fn[e]=function(e,n,o){return this.animate(t,e,n,o)}})),A.timers=[],A.fx.tick=function(){var e,t=0,n=A.timers;for(rt=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||A.fx.stop(),rt=void 0},A.fx.timer=function(e){A.timers.push(e),A.fx.start()},A.fx.interval=13,A.fx.start=function(){it||(it=!0,pt())},A.fx.stop=function(){it=null},A.fx.speeds={slow:600,fast:200,_default:400},A.fn.delay=function(e,t){return e=A.fx&&A.fx.speeds[e]||e,t=t||"fx",this.queue(t,(function(t,n){var r=o.setTimeout(t,e);n.stop=function(){o.clearTimeout(r)}}))},function(){var e=b.createElement("input"),t=b.createElement("select").appendChild(b.createElement("option"));e.type="checkbox",m.checkOn=""!==e.value,m.optSelected=t.selected,(e=b.createElement("input")).value="t",e.type="radio",m.radioValue="t"===e.value}();var ft,ht=A.expr.attrHandle;A.fn.extend({attr:function(e,t){return X(this,A.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each((function(){A.removeAttr(this,e)}))}}),A.extend({attr:function(e,t,n){var o,r,i=e.nodeType;if(3!==i&&8!==i&&2!==i)return void 0===e.getAttribute?A.prop(e,t,n):(1===i&&A.isXMLDoc(e)||(r=A.attrHooks[t.toLowerCase()]||(A.expr.match.bool.test(t)?ft:void 0)),void 0!==n?null===n?void A.removeAttr(e,t):r&&"set"in r&&void 0!==(o=r.set(e,n,t))?o:(e.setAttribute(t,n+""),n):r&&"get"in r&&null!==(o=r.get(e,t))?o:null==(o=A.find.attr(e,t))?void 0:o)},attrHooks:{type:{set:function(e,t){if(!m.radioValue&&"radio"===t&&S(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,o=0,r=t&&t.match(H);if(r&&1===e.nodeType)for(;n=r[o++];)e.removeAttribute(n)}}),ft={set:function(e,t,n){return!1===t?A.removeAttr(e,n):e.setAttribute(n,n),n}},A.each(A.expr.match.bool.source.match(/\w+/g),(function(e,t){var n=ht[t]||A.find.attr;ht[t]=function(e,t,o){var r,i,a=t.toLowerCase();return o||(i=ht[a],ht[a]=r,r=null!=n(e,t,o)?a:null,ht[a]=i),r}}));var gt=/^(?:input|select|textarea|button)$/i,mt=/^(?:a|area)$/i;function yt(e){return(e.match(H)||[]).join(" ")}function vt(e){return e.getAttribute&&e.getAttribute("class")||""}function bt(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(H)||[]}A.fn.extend({prop:function(e,t){return X(this,A.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each((function(){delete this[A.propFix[e]||e]}))}}),A.extend({prop:function(e,t,n){var o,r,i=e.nodeType;if(3!==i&&8!==i&&2!==i)return 1===i&&A.isXMLDoc(e)||(t=A.propFix[t]||t,r=A.propHooks[t]),void 0!==n?r&&"set"in r&&void 0!==(o=r.set(e,n,t))?o:e[t]=n:r&&"get"in r&&null!==(o=r.get(e,t))?o:e[t]},propHooks:{tabIndex:{get:function(e){var t=A.find.attr(e,"tabindex");return t?parseInt(t,10):gt.test(e.nodeName)||mt.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),m.optSelected||(A.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),A.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){A.propFix[this.toLowerCase()]=this})),A.fn.extend({addClass:function(e){var t,n,o,r,i,a,s,p=0;if(y(e))return this.each((function(t){A(this).addClass(e.call(this,t,vt(this)))}));if((t=bt(e)).length)for(;n=this[p++];)if(r=vt(n),o=1===n.nodeType&&" "+yt(r)+" "){for(a=0;i=t[a++];)o.indexOf(" "+i+" ")<0&&(o+=i+" ");r!==(s=yt(o))&&n.setAttribute("class",s)}return this},removeClass:function(e){var t,n,o,r,i,a,s,p=0;if(y(e))return this.each((function(t){A(this).removeClass(e.call(this,t,vt(this)))}));if(!arguments.length)return this.attr("class","");if((t=bt(e)).length)for(;n=this[p++];)if(r=vt(n),o=1===n.nodeType&&" "+yt(r)+" "){for(a=0;i=t[a++];)for(;o.indexOf(" "+i+" ")>-1;)o=o.replace(" "+i+" "," ");r!==(s=yt(o))&&n.setAttribute("class",s)}return this},toggleClass:function(e,t){var n=typeof e,o="string"===n||Array.isArray(e);return"boolean"==typeof t&&o?t?this.addClass(e):this.removeClass(e):y(e)?this.each((function(n){A(this).toggleClass(e.call(this,n,vt(this),t),t)})):this.each((function(){var t,r,i,a;if(o)for(r=0,i=A(this),a=bt(e);t=a[r++];)i.hasClass(t)?i.removeClass(t):i.addClass(t);else void 0!==e&&"boolean"!==n||((t=vt(this))&&$.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":$.get(this,"__className__")||""))}))},hasClass:function(e){var t,n,o=0;for(t=" "+e+" ";n=this[o++];)if(1===n.nodeType&&(" "+yt(vt(n))+" ").indexOf(t)>-1)return!0;return!1}});var xt=/\r/g;A.fn.extend({val:function(e){var t,n,o,r=this[0];return arguments.length?(o=y(e),this.each((function(n){var r;1===this.nodeType&&(null==(r=o?e.call(this,n,A(this).val()):e)?r="":"number"==typeof r?r+="":Array.isArray(r)&&(r=A.map(r,(function(e){return null==e?"":e+""}))),(t=A.valHooks[this.type]||A.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,r,"value")||(this.value=r))}))):r?(t=A.valHooks[r.type]||A.valHooks[r.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(r,"value"))?n:"string"==typeof(n=r.value)?n.replace(xt,""):null==n?"":n:void 0}}),A.extend({valHooks:{option:{get:function(e){var t=A.find.attr(e,"value");return null!=t?t:yt(A.text(e))}},select:{get:function(e){var t,n,o,r=e.options,i=e.selectedIndex,a="select-one"===e.type,s=a?null:[],p=a?i+1:r.length;for(o=i<0?p:a?i:0;o<p;o++)if(((n=r[o]).selected||o===i)&&!n.disabled&&(!n.parentNode.disabled||!S(n.parentNode,"optgroup"))){if(t=A(n).val(),a)return t;s.push(t)}return s},set:function(e,t){for(var n,o,r=e.options,i=A.makeArray(t),a=r.length;a--;)((o=r[a]).selected=A.inArray(A.valHooks.option.get(o),i)>-1)&&(n=!0);return n||(e.selectedIndex=-1),i}}}}),A.each(["radio","checkbox"],(function(){A.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=A.inArray(A(e).val(),t)>-1}},m.checkOn||(A.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})})),m.focusin="onfocusin"in o;var It=/^(?:focusinfocus|focusoutblur)$/,Ct=function(e){e.stopPropagation()};A.extend(A.event,{trigger:function(e,t,n,r){var i,a,s,p,u,c,l,d,h=[n||b],g=f.call(e,"type")?e.type:e,m=f.call(e,"namespace")?e.namespace.split("."):[];if(a=d=s=n=n||b,3!==n.nodeType&&8!==n.nodeType&&!It.test(g+A.event.triggered)&&(g.indexOf(".")>-1&&(m=g.split("."),g=m.shift(),m.sort()),u=g.indexOf(":")<0&&"on"+g,(e=e[A.expando]?e:new A.Event(g,"object"==typeof e&&e)).isTrigger=r?2:3,e.namespace=m.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+m.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=null==t?[e]:A.makeArray(t,[e]),l=A.event.special[g]||{},r||!l.trigger||!1!==l.trigger.apply(n,t))){if(!r&&!l.noBubble&&!v(n)){for(p=l.delegateType||g,It.test(p+g)||(a=a.parentNode);a;a=a.parentNode)h.push(a),s=a;s===(n.ownerDocument||b)&&h.push(s.defaultView||s.parentWindow||o)}for(i=0;(a=h[i++])&&!e.isPropagationStopped();)d=a,e.type=i>1?p:l.bindType||g,(c=($.get(a,"events")||Object.create(null))[e.type]&&$.get(a,"handle"))&&c.apply(a,t),(c=u&&a[u])&&c.apply&&V(a)&&(e.result=c.apply(a,t),!1===e.result&&e.preventDefault());return e.type=g,r||e.isDefaultPrevented()||l._default&&!1!==l._default.apply(h.pop(),t)||!V(n)||u&&y(n[g])&&!v(n)&&((s=n[u])&&(n[u]=null),A.event.triggered=g,e.isPropagationStopped()&&d.addEventListener(g,Ct),n[g](),e.isPropagationStopped()&&d.removeEventListener(g,Ct),A.event.triggered=void 0,s&&(n[u]=s)),e.result}},simulate:function(e,t,n){var o=A.extend(new A.Event,n,{type:e,isSimulated:!0});A.event.trigger(o,null,t)}}),A.fn.extend({trigger:function(e,t){return this.each((function(){A.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var n=this[0];if(n)return A.event.trigger(e,t,n,!0)}}),m.focusin||A.each({focus:"focusin",blur:"focusout"},(function(e,t){var n=function(e){A.event.simulate(t,e.target,A.event.fix(e))};A.event.special[t]={setup:function(){var o=this.ownerDocument||this.document||this,r=$.access(o,t);r||o.addEventListener(e,n,!0),$.access(o,t,(r||0)+1)},teardown:function(){var o=this.ownerDocument||this.document||this,r=$.access(o,t)-1;r?$.access(o,t,r):(o.removeEventListener(e,n,!0),$.remove(o,t))}}}));var wt=o.location,At={guid:Date.now()},Tt=/\?/;A.parseXML=function(e){var t,n;if(!e||"string"!=typeof e)return null;try{t=(new o.DOMParser).parseFromString(e,"text/xml")}catch(e){}return n=t&&t.getElementsByTagName("parsererror")[0],t&&!n||A.error("Invalid XML: "+(n?A.map(n.childNodes,(function(e){return e.textContent})).join("\n"):e)),t};var jt=/\[\]$/,Mt=/\r?\n/g,Nt=/^(?:submit|button|image|reset|file)$/i,kt=/^(?:input|select|textarea|keygen)/i;function St(e,t,n,o){var r;if(Array.isArray(t))A.each(t,(function(t,r){n||jt.test(e)?o(e,r):St(e+"["+("object"==typeof r&&null!=r?t:"")+"]",r,n,o)}));else if(n||"object"!==C(t))o(e,t);else for(r in t)St(e+"["+r+"]",t[r],n,o)}A.param=function(e,t){var n,o=[],r=function(e,t){var n=y(t)?t():t;o[o.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!A.isPlainObject(e))A.each(e,(function(){r(this.name,this.value)}));else for(n in e)St(n,e[n],t,r);return o.join("&")},A.fn.extend({serialize:function(){return A.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var e=A.prop(this,"elements");return e?A.makeArray(e):this})).filter((function(){var e=this.type;return this.name&&!A(this).is(":disabled")&&kt.test(this.nodeName)&&!Nt.test(e)&&(this.checked||!me.test(e))})).map((function(e,t){var n=A(this).val();return null==n?null:Array.isArray(n)?A.map(n,(function(e){return{name:t.name,value:e.replace(Mt,"\r\n")}})):{name:t.name,value:n.replace(Mt,"\r\n")}})).get()}});var _t=/%20/g,zt=/#.*$/,Dt=/([?&])_=[^&]*/,Lt=/^(.*?):[ \t]*([^\r\n]*)$/gm,Et=/^(?:GET|HEAD)$/,Zt=/^\/\//,Ot={},Ht={},Wt="*/".concat("*"),Rt=b.createElement("a");function Pt(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var o,r=0,i=t.toLowerCase().match(H)||[];if(y(n))for(;o=i[r++];)"+"===o[0]?(o=o.slice(1)||"*",(e[o]=e[o]||[]).unshift(n)):(e[o]=e[o]||[]).push(n)}}function Gt(e,t,n,o){var r={},i=e===Ht;function a(s){var p;return r[s]=!0,A.each(e[s]||[],(function(e,s){var u=s(t,n,o);return"string"!=typeof u||i||r[u]?i?!(p=u):void 0:(t.dataTypes.unshift(u),a(u),!1)})),p}return a(t.dataTypes[0])||!r["*"]&&a("*")}function Yt(e,t){var n,o,r=A.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((r[n]?e:o||(o={}))[n]=t[n]);return o&&A.extend(!0,e,o),e}Rt.href=wt.href,A.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:wt.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(wt.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Wt,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":A.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?Yt(Yt(e,A.ajaxSettings),t):Yt(A.ajaxSettings,e)},ajaxPrefilter:Pt(Ot),ajaxTransport:Pt(Ht),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var n,r,i,a,s,p,u,c,l,d,f=A.ajaxSetup({},t),h=f.context||f,g=f.context&&(h.nodeType||h.jquery)?A(h):A.event,m=A.Deferred(),y=A.Callbacks("once memory"),v=f.statusCode||{},x={},I={},C="canceled",w={readyState:0,getResponseHeader:function(e){var t;if(u){if(!a)for(a={};t=Lt.exec(i);)a[t[1].toLowerCase()+" "]=(a[t[1].toLowerCase()+" "]||[]).concat(t[2]);t=a[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return u?i:null},setRequestHeader:function(e,t){return null==u&&(e=I[e.toLowerCase()]=I[e.toLowerCase()]||e,x[e]=t),this},overrideMimeType:function(e){return null==u&&(f.mimeType=e),this},statusCode:function(e){var t;if(e)if(u)w.always(e[w.status]);else for(t in e)v[t]=[v[t],e[t]];return this},abort:function(e){var t=e||C;return n&&n.abort(t),T(0,t),this}};if(m.promise(w),f.url=((e||f.url||wt.href)+"").replace(Zt,wt.protocol+"//"),f.type=t.method||t.type||f.method||f.type,f.dataTypes=(f.dataType||"*").toLowerCase().match(H)||[""],null==f.crossDomain){p=b.createElement("a");try{p.href=f.url,p.href=p.href,f.crossDomain=Rt.protocol+"//"+Rt.host!=p.protocol+"//"+p.host}catch(e){f.crossDomain=!0}}if(f.data&&f.processData&&"string"!=typeof f.data&&(f.data=A.param(f.data,f.traditional)),Gt(Ot,f,t,w),u)return w;for(l in(c=A.event&&f.global)&&0==A.active++&&A.event.trigger("ajaxStart"),f.type=f.type.toUpperCase(),f.hasContent=!Et.test(f.type),r=f.url.replace(zt,""),f.hasContent?f.data&&f.processData&&0===(f.contentType||"").indexOf("application/x-www-form-urlencoded")&&(f.data=f.data.replace(_t,"+")):(d=f.url.slice(r.length),f.data&&(f.processData||"string"==typeof f.data)&&(r+=(Tt.test(r)?"&":"?")+f.data,delete f.data),!1===f.cache&&(r=r.replace(Dt,"$1"),d=(Tt.test(r)?"&":"?")+"_="+At.guid+++d),f.url=r+d),f.ifModified&&(A.lastModified[r]&&w.setRequestHeader("If-Modified-Since",A.lastModified[r]),A.etag[r]&&w.setRequestHeader("If-None-Match",A.etag[r])),(f.data&&f.hasContent&&!1!==f.contentType||t.contentType)&&w.setRequestHeader("Content-Type",f.contentType),w.setRequestHeader("Accept",f.dataTypes[0]&&f.accepts[f.dataTypes[0]]?f.accepts[f.dataTypes[0]]+("*"!==f.dataTypes[0]?", "+Wt+"; q=0.01":""):f.accepts["*"]),f.headers)w.setRequestHeader(l,f.headers[l]);if(f.beforeSend&&(!1===f.beforeSend.call(h,w,f)||u))return w.abort();if(C="abort",y.add(f.complete),w.done(f.success),w.fail(f.error),n=Gt(Ht,f,t,w)){if(w.readyState=1,c&&g.trigger("ajaxSend",[w,f]),u)return w;f.async&&f.timeout>0&&(s=o.setTimeout((function(){w.abort("timeout")}),f.timeout));try{u=!1,n.send(x,T)}catch(e){if(u)throw e;T(-1,e)}}else T(-1,"No Transport");function T(e,t,a,p){var l,d,b,x,I,C=t;u||(u=!0,s&&o.clearTimeout(s),n=void 0,i=p||"",w.readyState=e>0?4:0,l=e>=200&&e<300||304===e,a&&(x=function(e,t,n){for(var o,r,i,a,s=e.contents,p=e.dataTypes;"*"===p[0];)p.shift(),void 0===o&&(o=e.mimeType||t.getResponseHeader("Content-Type"));if(o)for(r in s)if(s[r]&&s[r].test(o)){p.unshift(r);break}if(p[0]in n)i=p[0];else{for(r in n){if(!p[0]||e.converters[r+" "+p[0]]){i=r;break}a||(a=r)}i=i||a}if(i)return i!==p[0]&&p.unshift(i),n[i]}(f,w,a)),!l&&A.inArray("script",f.dataTypes)>-1&&A.inArray("json",f.dataTypes)<0&&(f.converters["text script"]=function(){}),x=function(e,t,n,o){var r,i,a,s,p,u={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)u[a.toLowerCase()]=e.converters[a];for(i=c.shift();i;)if(e.responseFields[i]&&(n[e.responseFields[i]]=t),!p&&o&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),p=i,i=c.shift())if("*"===i)i=p;else if("*"!==p&&p!==i){if(!(a=u[p+" "+i]||u["* "+i]))for(r in u)if((s=r.split(" "))[1]===i&&(a=u[p+" "+s[0]]||u["* "+s[0]])){!0===a?a=u[r]:!0!==u[r]&&(i=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&e.throws)t=a(t);else try{t=a(t)}catch(e){return{state:"parsererror",error:a?e:"No conversion from "+p+" to "+i}}}return{state:"success",data:t}}(f,x,w,l),l?(f.ifModified&&((I=w.getResponseHeader("Last-Modified"))&&(A.lastModified[r]=I),(I=w.getResponseHeader("etag"))&&(A.etag[r]=I)),204===e||"HEAD"===f.type?C="nocontent":304===e?C="notmodified":(C=x.state,d=x.data,l=!(b=x.error))):(b=C,!e&&C||(C="error",e<0&&(e=0))),w.status=e,w.statusText=(t||C)+"",l?m.resolveWith(h,[d,C,w]):m.rejectWith(h,[w,C,b]),w.statusCode(v),v=void 0,c&&g.trigger(l?"ajaxSuccess":"ajaxError",[w,f,l?d:b]),y.fireWith(h,[w,C]),c&&(g.trigger("ajaxComplete",[w,f]),--A.active||A.event.trigger("ajaxStop")))}return w},getJSON:function(e,t,n){return A.get(e,t,n,"json")},getScript:function(e,t){return A.get(e,void 0,t,"script")}}),A.each(["get","post"],(function(e,t){A[t]=function(e,n,o,r){return y(n)&&(r=r||o,o=n,n=void 0),A.ajax(A.extend({url:e,type:t,dataType:r,data:n,success:o},A.isPlainObject(e)&&e))}})),A.ajaxPrefilter((function(e){var t;for(t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")})),A._evalUrl=function(e,t,n){return A.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){A.globalEval(e,t,n)}})},A.fn.extend({wrapAll:function(e){var t;return this[0]&&(y(e)&&(e=e.call(this[0])),t=A(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map((function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e})).append(this)),this},wrapInner:function(e){return y(e)?this.each((function(t){A(this).wrapInner(e.call(this,t))})):this.each((function(){var t=A(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)}))},wrap:function(e){var t=y(e);return this.each((function(n){A(this).wrapAll(t?e.call(this,n):e)}))},unwrap:function(e){return this.parent(e).not("body").each((function(){A(this).replaceWith(this.childNodes)})),this}}),A.expr.pseudos.hidden=function(e){return!A.expr.pseudos.visible(e)},A.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},A.ajaxSettings.xhr=function(){try{return new o.XMLHttpRequest}catch(e){}};var Bt={0:200,1223:204},Xt=A.ajaxSettings.xhr();m.cors=!!Xt&&"withCredentials"in Xt,m.ajax=Xt=!!Xt,A.ajaxTransport((function(e){var t,n;if(m.cors||Xt&&!e.crossDomain)return{send:function(r,i){var a,s=e.xhr();if(s.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(a in e.xhrFields)s[a]=e.xhrFields[a];for(a in e.mimeType&&s.overrideMimeType&&s.overrideMimeType(e.mimeType),e.crossDomain||r["X-Requested-With"]||(r["X-Requested-With"]="XMLHttpRequest"),r)s.setRequestHeader(a,r[a]);t=function(e){return function(){t&&(t=n=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?i(0,"error"):i(s.status,s.statusText):i(Bt[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=t(),n=s.onerror=s.ontimeout=t("error"),void 0!==s.onabort?s.onabort=n:s.onreadystatechange=function(){4===s.readyState&&o.setTimeout((function(){t&&n()}))},t=t("abort");try{s.send(e.hasContent&&e.data||null)}catch(e){if(t)throw e}},abort:function(){t&&t()}}})),A.ajaxPrefilter((function(e){e.crossDomain&&(e.contents.script=!1)})),A.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return A.globalEval(e),e}}}),A.ajaxPrefilter("script",(function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")})),A.ajaxTransport("script",(function(e){var t,n;if(e.crossDomain||e.scriptAttrs)return{send:function(o,r){t=A("<script>").attr(e.scriptAttrs||{}).prop({charset:e.scriptCharset,src:e.url}).on("load error",n=function(e){t.remove(),n=null,e&&r("error"===e.type?404:200,e.type)}),b.head.appendChild(t[0])},abort:function(){n&&n()}}}));var Ft,qt=[],Jt=/(=)\?(?=&|$)|\?\?/;A.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=qt.pop()||A.expando+"_"+At.guid++;return this[e]=!0,e}}),A.ajaxPrefilter("json jsonp",(function(e,t,n){var r,i,a,s=!1!==e.jsonp&&(Jt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Jt.test(e.data)&&"data");if(s||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=y(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,s?e[s]=e[s].replace(Jt,"$1"+r):!1!==e.jsonp&&(e.url+=(Tt.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return a||A.error(r+" was not called"),a[0]},e.dataTypes[0]="json",i=o[r],o[r]=function(){a=arguments},n.always((function(){void 0===i?A(o).removeProp(r):o[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,qt.push(r)),a&&y(i)&&i(a[0]),a=i=void 0})),"script"})),m.createHTMLDocument=((Ft=b.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===Ft.childNodes.length),A.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(m.createHTMLDocument?((o=(t=b.implementation.createHTMLDocument("")).createElement("base")).href=b.location.href,t.head.appendChild(o)):t=b),i=!n&&[],(r=_.exec(e))?[t.createElement(r[1])]:(r=we([e],t,i),i&&i.length&&A(i).remove(),A.merge([],r.childNodes)));var o,r,i},A.fn.load=function(e,t,n){var o,r,i,a=this,s=e.indexOf(" ");return s>-1&&(o=yt(e.slice(s)),e=e.slice(0,s)),y(t)?(n=t,t=void 0):t&&"object"==typeof t&&(r="POST"),a.length>0&&A.ajax({url:e,type:r||"GET",dataType:"html",data:t}).done((function(e){i=arguments,a.html(o?A("<div>").append(A.parseHTML(e)).find(o):e)})).always(n&&function(e,t){a.each((function(){n.apply(this,i||[e.responseText,t,e])}))}),this},A.expr.pseudos.animated=function(e){return A.grep(A.timers,(function(t){return e===t.elem})).length},A.offset={setOffset:function(e,t,n){var o,r,i,a,s,p,u=A.css(e,"position"),c=A(e),l={};"static"===u&&(e.style.position="relative"),s=c.offset(),i=A.css(e,"top"),p=A.css(e,"left"),("absolute"===u||"fixed"===u)&&(i+p).indexOf("auto")>-1?(a=(o=c.position()).top,r=o.left):(a=parseFloat(i)||0,r=parseFloat(p)||0),y(t)&&(t=t.call(e,n,A.extend({},s))),null!=t.top&&(l.top=t.top-s.top+a),null!=t.left&&(l.left=t.left-s.left+r),"using"in t?t.using.call(e,l):c.css(l)}},A.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each((function(t){A.offset.setOffset(this,e,t)}));var t,n,o=this[0];return o?o.getClientRects().length?(t=o.getBoundingClientRect(),n=o.ownerDocument.defaultView,{top:t.top+n.pageYOffset,left:t.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,o=this[0],r={top:0,left:0};if("fixed"===A.css(o,"position"))t=o.getBoundingClientRect();else{for(t=this.offset(),n=o.ownerDocument,e=o.offsetParent||n.documentElement;e&&(e===n.body||e===n.documentElement)&&"static"===A.css(e,"position");)e=e.parentNode;e&&e!==o&&1===e.nodeType&&((r=A(e).offset()).top+=A.css(e,"borderTopWidth",!0),r.left+=A.css(e,"borderLeftWidth",!0))}return{top:t.top-r.top-A.css(o,"marginTop",!0),left:t.left-r.left-A.css(o,"marginLeft",!0)}}},offsetParent:function(){return this.map((function(){for(var e=this.offsetParent;e&&"static"===A.css(e,"position");)e=e.offsetParent;return e||ae}))}}),A.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},(function(e,t){var n="pageYOffset"===t;A.fn[e]=function(o){return X(this,(function(e,o,r){var i;if(v(e)?i=e:9===e.nodeType&&(i=e.defaultView),void 0===r)return i?i[t]:e[o];i?i.scrollTo(n?i.pageXOffset:r,n?r:i.pageYOffset):e[o]=r}),e,o,arguments.length)}})),A.each(["top","left"],(function(e,t){A.cssHooks[t]=Xe(m.pixelPosition,(function(e,n){if(n)return n=Be(e,t),Re.test(n)?A(e).position()[t]+"px":n}))})),A.each({Height:"height",Width:"width"},(function(e,t){A.each({padding:"inner"+e,content:t,"":"outer"+e},(function(n,o){A.fn[o]=function(r,i){var a=arguments.length&&(n||"boolean"!=typeof r),s=n||(!0===r||!0===i?"margin":"border");return X(this,(function(t,n,r){var i;return v(t)?0===o.indexOf("outer")?t["inner"+e]:t.document.documentElement["client"+e]:9===t.nodeType?(i=t.documentElement,Math.max(t.body["scroll"+e],i["scroll"+e],t.body["offset"+e],i["offset"+e],i["client"+e])):void 0===r?A.css(t,n,s):A.style(t,n,r,s)}),t,a?r:void 0,a)}}))})),A.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],(function(e,t){A.fn[t]=function(e){return this.on(t,e)}})),A.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,o){return this.on(t,e,n,o)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),A.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),(function(e,t){A.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}}));var Ut=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;A.proxy=function(e,t){var n,o,r;if("string"==typeof t&&(n=e[t],t=e,e=n),y(e))return o=s.call(arguments,2),r=function(){return e.apply(t||this,o.concat(s.call(arguments)))},r.guid=e.guid=e.guid||A.guid++,r},A.holdReady=function(e){e?A.readyWait++:A.ready(!0)},A.isArray=Array.isArray,A.parseJSON=JSON.parse,A.nodeName=S,A.isFunction=y,A.isWindow=v,A.camelCase=U,A.type=C,A.now=Date.now,A.isNumeric=function(e){var t=A.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},A.trim=function(e){return null==e?"":(e+"").replace(Ut,"")},void 0===(n=function(){return A}.apply(t,[]))||(e.exports=n);var Vt=o.jQuery,Kt=o.$;return A.noConflict=function(e){return o.$===A&&(o.$=Kt),e&&o.jQuery===A&&(o.jQuery=Vt),A},void 0===r&&(o.jQuery=o.$=A),A}))},862:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>y});var o=n(379),r=n.n(o),i=n(795),a=n.n(i),s=n(569),p=n.n(s),u=n(565),c=n.n(u),l=n(216),d=n.n(l),f=n(589),h=n.n(f),g=n(422),m={};m.styleTagTransform=h(),m.setAttributes=c(),m.insert=p().bind(null,"head"),m.domAPI=a(),m.insertStyleElement=d();r()(g.Z,m);const y=g.Z&&g.Z.locals?g.Z.locals:void 0},379:e=>{"use strict";var t=[];function n(e){for(var n=-1,o=0;o<t.length;o++)if(t[o].identifier===e){n=o;break}return n}function o(e,o){for(var i={},a=[],s=0;s<e.length;s++){var p=e[s],u=o.base?p[0]+o.base:p[0],c=i[u]||0,l="".concat(u," ").concat(c);i[u]=c+1;var d=n(l),f={css:p[1],media:p[2],sourceMap:p[3],supports:p[4],layer:p[5]};if(-1!==d)t[d].references++,t[d].updater(f);else{var h=r(f,o);o.byIndex=s,t.splice(s,0,{identifier:l,updater:h,references:1})}a.push(l)}return a}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=o(e=e||[],r=r||{});return function(e){e=e||[];for(var a=0;a<i.length;a++){var s=n(i[a]);t[s].references--}for(var p=o(e,r),u=0;u<i.length;u++){var c=n(i[u]);0===t[c].references&&(t[c].updater(),t.splice(c,1))}i=p}}},569:e=>{"use strict";var t={};e.exports=function(e,n){var o=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!o)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");o.appendChild(n)}},216:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},565:(e,t,n)=>{"use strict";e.exports=function(e){var t=n.nc;t&&e.setAttribute("nonce",t)}},795:e=>{"use strict";e.exports=function(e){var t=e.insertStyleElement(e);return{update:function(n){!function(e,t,n){var o="";n.supports&&(o+="@supports (".concat(n.supports,") {")),n.media&&(o+="@media ".concat(n.media," {"));var r=void 0!==n.layer;r&&(o+="@layer".concat(n.layer.length>0?" ".concat(n.layer):""," {")),o+=n.css,r&&(o+="}"),n.media&&(o+="}"),n.supports&&(o+="}");var i=n.sourceMap;i&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),t.styleTagTransform(o,e,t.options)}(t,e,n)},remove:function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(t)}}}},589:e=>{"use strict";e.exports=function(e,t){if(t.styleSheet)t.styleSheet.cssText=e;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(e))}}},147:e=>{"use strict";e.exports=JSON.parse('{"name":"layerpro","version":"0.0.29","description":"Manage your popups and customize them","main":"./src/index.js","deprecated":false,"appCode":"layerpro","appCodeRelease":"layerpro","appName":"layerpro","appType":"beta","appFolder":"/","appAPI":"api","apiDev":"","apiProd":"","scripts":{"build":"webpack --progress --color --mode production --config webpack.config.js","git":"git add . && git commit -m \\"changes \\"","git-pull&push":"git pull && git push --all","npm":"cd dist && npm version patch --force -m \\"changes\\" && npm publish"},"keywords":["layer","popup","modal"],"author":{"name":"Dario Passariello","url":"https://github.com/passariello/","email":"dariopassariello@gmail.com"},"contributors":[{"name":"Valeria Cala\' Scaglitta","email":"valeriacalascaglitta@gamil.com"}],"license":"MIT","homepage":"https://github.com/passariello/layerpro","funding":[{"type":"individual","url":"https://www.paypal.com/donate/?business=HC7LJ2ZXRRNDL&no_recurring=0&item_name=I+am+a+software+developer.+Just+a+donation+can+help+me+to+have+more+time+to+dedicate+on+this+project&currency_code=CAD"},{"type":"patreon","url":"https://www.patreon.com/passariello"}],"repository":{"type":"git","url":"git+https://github.com/passariello/layerpro.git","help":"git+https://github.com/passariello/layerpro.git#readme"},"bugs":{"url":"https://github.com/passariello/layerpro/issues"},"devDependencies":{"css-loader":"6.6.0","eslint":"8.8.0","file-loader":"6.2.0","jest":"27.5.0","less-loader":"10.2.0","sass-loader":"12.4.0","style-loader":"3.3.1","webpack-cli":"4.9.2"},"dependencies":{"@testing-library/jest-dom":"^5.16.1","@testing-library/user-event":"^13.5.0","babel-loader":"8.2.3","classnames":"2.3.1","compression-webpack-plugin":"9.2.0","concurrently":"7.0.0","copy-webpack-plugin":"10.2.4","css":"3.0.0","dotenv":"16.0.0","fs":"0.0.1-security","html-webpack-plugin":"5.5.0","jquery":"3.6.0","jshint":"^2.13.1","less":"4.1.2","path":"0.12.7","progress-bar-webpack-plugin":"2.1.0","require":"0.4.4","sass":"1.49.7","ts-jest":"27.1.3","tslint":"6.1.3","webpack":"5.68.0"}}')}},t={};function n(o){var r=t[o];if(void 0!==r)return r.exports;var i=t[o]={id:o,exports:{}};return e[o].call(i.exports,i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var o in t)n.o(t,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};n(851)})();
2
+ (()=>{var e={851:(e,t,n)=>{"use strict";n(175)},175:(e,t,n)=>{!function(){"undefined"==typeof window&&(n.g.window={});const e=n(147);window.layerpro={},n(862),n(415),n(846),n(637),n(785),console.groupCollapsed(`%c${e.name} v${e.version}%c`,"color:orange",""),console.debug(`%c${e.name} v${e.version}%c by Dario Passariello started`,"color:orange",""),console.debug(`%cType ${e.name} in this console to see it`,"color:gray",""),console.debug("%cFor help visit: "+e.repository.help,"color:gray",""),console.debug("name: %c"+e.name,"color:orange",""),console.debug("version: %c"+e.version,"color:orange",""),console.debug("description: %c"+e.description,"color:orange",""),console.debug("license: %c"+e.license,"color:orange",""),console.debug("repository: %c"+e.repository.url,"color:orange",""),console.debug("author: %c"+e.author.name,"color:orange",""),console.debug("email: %c"+e.author.email,"color:orange",""),console.groupEnd()}()},415:()=>{window.layerpro.cookie={get:function(e){let t=e+"=",n=decodeURIComponent(document.cookie).split(";");for(let e=0;e<n.length;e++){let o=n[e];for(;" "==o.charAt(0);)o=o.substring(1);if(0==o.indexOf(t))return o.substring(t.length,o.length)}return""},set:function(e,t,n){const o=new Date;o.setTime(o.getTime()+24*n*60*60*1e3);let r="expires="+o.toUTCString();document.cookie=e+"="+t+";"+r+";path=/"}}},785:(e,t,n)=>{"use strict";n.r(t),n.d(t,{CustomMessage:()=>r});const o=n(755);layerpro.alert=e=>{let t=layerpro.popup.open({id:"alert",body:"",width:380,height:220,name:"&#9888; Warning",source:"",icon:"",iconize:0,maximize:0,close:1,isMaximize:"",raised:1,movable:0,resizable:0,top:"",left:"",right:"",bottom:"",fadeIn:"",fadeOut:"",minWidth:"",minHeight:""}),n="";n+="<div class='popup_prompt'>",n+='<div class="popup_message_body">',n+="<center>",n+="<br/><br/>"+e+"<br/><br/>",n+="</center>",n+="</div>",n+='<button id="a_'+t.id+'" type="button">CLOSE</button>',o(".popup_body_"+t.id).html(n),o("#a_"+t.id).css("width","100%").on("click",(function(e){layerpro.popup.close(t)}))},layerpro.message=e=>{let t=layerpro.popup.open({id:"alert",body:"",width:380,height:220,name:"&#9965; Message",source:"",icon:"",iconize:0,maximize:0,close:1,isMaximize:"",raised:1,movable:0,resizable:0,top:"",left:"",right:"",bottom:"",fadeIn:"",fadeOut:"",minWidth:"",minHeight:""}),n="";n+="<div class='popup_prompt'>",n+='<div class="popup_message_body">',n+="<center>",n+="<br/><br/>"+e+"<br/><br/>",n+="</center>",n+="</div>",n+='<button id="a_'+t.id+'" type="button">CLOSE</button>',o(".popup_body_"+t.id).html(n),o("#a_"+t.id).css("width","100%").on("click",(function(){layerpro.popup.close(t)}))},layerpro.confirm=(e,t,n)=>{if(0==o(".confirm").length){let r=layerpro.popup.open({id:"alert",body:"",width:380,height:220,name:"&#9745; Confirm",source:"",icon:"",iconize:0,maximize:0,close:1,isMaximize:"",raised:1,movable:0,resizable:0,top:"",left:"",right:"",bottom:"",fadeIn:"",fadeOut:"",minWidth:"",minHeight:""}),i="";i+="<div class='popup_prompt'>",i+='<div class="popup_message_body">',i+="<center>",i+="<br/><br/>"+e+"<br/><br/>",i+="</center>",i+="</div>",i+='<button id="a_'+r.id+'" type="button">CONFIRM</button>',i+='<button id="b_'+r.id+'" type="button">CANCEL</button>',o(".popup_body_"+r.id).html(i),o("#a_"+r.id).on("click",(function(){t&&t(),layerpro.popup.close(r)})),o("#b_"+r.id).on("click",(function(){n&&n(),layerpro.popup.close(r)}))}},layerpro.prompt=e=>{let t=layerpro.popup.open({id:"alert",body:"",width:380,height:220,name:"&#9998; Prompt",source:"",icon:"",iconize:0,maximize:0,close:1,isMaximize:"",raised:1,movable:0,resizable:0,top:"",left:"",right:"",bottom:"",fadeIn:"",fadeOut:"",minWidth:"",minHeight:""}),n="";n+="<div class='popup_prompt'>",n+='<div class="popup_message_body">',n+="<center>",n+="<br/><br/>"+e+"<br/><br/>",n+="</center>",n+="</div>",n+='<input id="input_'+t.id+'" type="text" placeholder="write here" /><br/>',n+='<button id="a_'+t.id+'" type="button">OK</button>',n+='<button id="b_'+t.id+'" type="button">CANCEL</button>',n+="</div>",o(".popup_body_"+t.id).html(n),o("#input_"+t.id).on("focus",(function(){o(this).attr("placeholder","")})).on("blur",(function(){o(this).attr("placeholder","write here")})),o("#a_"+t.id).on("click",(function(e){o("#input_"+t.id).val()>""?(layerpro.cookie.set("UserName",o("#input_"+t.id).val()),layerpro.popup.close(t)):alert("input can't be empty!")})),o("#b_"+t.id).on("click",(function(e){layerpro.popup.close(t)}))};const r=()=>{window.message=e=>{layerpro.message(e)},window.alert=e=>{layerpro.alert(e)},window.confirm=(e,t,n)=>{layerpro.confirm(e,t,n)},window.prompt=(e,t,n)=>{layerpro.prompt(e,t,n)}};r()},637:()=>{window.layerpro.popup.mouseCoord=function(e){return[e.clientX,e.clientY,e.screenX,e.screenY]}},846:(e,t,n)=>{const o=n(755),r=300,i=150,a=layerpro.cookie.get("preferences");let s,p,u,c,l,d,f,h,g,m,y,v,b,x,I=1;layerpro.popup={open:function(e){if(!e)return!1;return e.id=e.id||Math.round(1e3*Math.random()),e.body=e.body||"empty",e.width=e.width||640,e.height=e.height||480,e.name=e.name||"PopUp",e.source=e.source||null,e.icon=e.icon||null,e.iconize=e.iconize||null,e.maximize=e.maximize||!0,e.isMaximize=e.isMaximize||!1,e.close=e.close||!0,e.raised=e.raised||!1,e.movable=e.movable||!0,e.resizable=e.resizable||!0,e.top=e.top||"auto",e.left=e.left||"auto",e.right=e.right||"auto",e.bottom=e.bottom||"auto",e.fadeIn=e.fadeIn||500,e.fadeOut=e.fadeOut||500,e.minWidth=e.minWidth||340,e.minHeight=e.minHeight||220,e.width<e.minWidth&&(e.width=e.minWidth),e.height<e.minHeight&&(e.height=e.minHeight),"auto"==e.width&&(e.width="100%"),"auto"==e.height&&(e.height="100%"),0==o("#popup").length&&o('<div id="popup"></div>').appendTo("body").css("pointer-events","none"),0==o(".popup_window_"+e.id).length&&function(){o('[class^="popup_bar_"]').removeClass("pupup_bar_selected"),1==e.raised&&o('<div class="popup_raised_'+e.id+'"></div>').appendTo("#popup").css({"pointer-events":"auto","z-index":layerpro.popup.zIndex(o('[class^="popup_overflow_"]'))+1e3});let t;t=1==e.raised?".popup_raised_"+e.id:"#popup";o('<div class="popup_overflow_'+e.id+'"></div>').appendTo(t).css({top:e.top,left:e.left,right:e.right,bottom:e.bottom,width:e.width,height:e.height,"pointer-events":"auto","z-index":layerpro.popup.zIndex(o('[class^="popup_overflow_"]'))+1}).on("mousedown",(function(e){layerpro.popup.index(this)})).addClass("zHigh").hide().fadeIn(e.fadeIn);let n=o('<div class="popup_window_'+e.id+'"></div>').appendTo(".popup_overflow_"+e.id).css({"pointer-events":"auto"});const r=[e.top,e.left,e.bottom,e.right];0==r.reduce(((e,t)=>"number"==typeof t&&isFinite(t)?e+t:e),0)&&layerpro.popup.center(e);o('<div class="popup_bar_'+e.id+'"></div>').appendTo(n).addClass("pupup_bar_selected"),o('<div class="popup_drag_'+e.id+'">'+e.name+"</div>").appendTo(".popup_bar_"+e.id),o('<div class="popup_option_'+e.id+'"></div>').appendTo(".popup_bar_"+e.id),1==e.iconize&&o("popup_deck").length>0&&o('<button class="button_iconize_'+e.id+' iconizeA"></button>').appendTo(".popup_option_"+e.id).on("click",(function(){layerpro.popup.iconize(e)}));1==e.maximize&&o('<button class="button_maximize_'+e.id+' maximizeA"></button>').appendTo(".popup_option_"+e.id).on("click",(function(){layerpro.popup.maximize(e)}));1==e.close&&o('<button class="button_close_'+e.id+' closeA"></button>').appendTo(".popup_option_"+e.id).on("click",(function(){layerpro.popup.close(e)}));o('<div class="popup_internal_'+e.id+'"></div>').appendTo(n),o('<div class="popup_body_'+e.id+'"></div>').appendTo(".popup_internal_"+e.id),e.body&&o(".popup_body_"+e.id).html(e.body);e.source&&o(".popup_body_"+e.id).load(e.source,(function(e,t,n){"success"==t&&o(this).hide().html(e).fadeIn($speed),"error"==t&&console.log("Error: "+n.status+" "+n.statusText)}));e.movable&&(o(".popup_drag_"+e.id).css("cursor","move"),layerpro.popup.movable(e));e.resizable&&layerpro.popup.resizable(e);e.isMaximize&&layerpro.popup.maximize(e)}(),e},show:function(e){e.toggle()},center:function(e){let t=o(".popup_overflow_"+e.id);t.css("top",Math.max(0,(o(window).height()-t.outerHeight())/2+o(window).scrollTop())),t.css("left",Math.max(0,(o(window).width()-t.outerWidth())/2+o(window).scrollLeft()))},checkArea:function(e){let t=o(window);return[e.clientX,e.clientY,t.scrollLeft(),t.scrollTop(),t.height(),t.width()]},close:function(e){null==e?o("#popup").fadeOut((function(){o(this).remove()})):(o("#popup").fadeOut((function(){o(this).remove()})),1==e.raised&&o(".popup_raised_"+e.id).fadeOut(e.fadeOut,(function(){o(".popup_raised_"+e.id).remove()})))},iconize:function(e){},maximize:function(e){let t=o(".popup_overflow_"+e.id),n=(o(".popup_overflow_"+e.id),o(".popup_body_"+e.id));layerpro.popup.show(n);u||c||(u=t.offset().top,c=t.offset().left,l=t.width(),d=t.height()),null==s?(e.movable&&o(".popup_drag_"+e.id).css("cursor","default"),t.animate({position:"absolute",top:-6,left:-6,right:-6,bottom:-6,width:o(window).width()+12,height:o(window).height()+12,"border-radius":0},(function(){layerpro.popup.show(n),o(window).on("resize.eventItem",(function(){t.css({width:o(window).width()+12,height:o(window).height()+12})}))})),s=!0):(e.movable&&o(".popup_drag_"+e.id).css("cursor","move"),t.animate({top:u,left:c,width:l,height:d,"border-radius":"10px"},(function(){layerpro.popup.show(n),o(window).off("resize.eventItem")})),s=null,u=null,c=null)},movable:function(e){let t=o(".popup_drag_"+e.id),n=o(".popup_overflow_"+e.id),r=o(".popup_body_"+e.id),i=0,s=0,p=0,u=0;function c(e){i=p-e.clientX,s=u-e.clientY,p=e.clientX,u=e.clientY,layerpro.popup.checkArea(e)[1]<layerpro.popup.checkArea(e)[4]&&1==Math.sign(layerpro.popup.checkArea(e)[1])&&n.css("top",n.offset().top-s),layerpro.popup.checkArea(e)[0]<layerpro.popup.checkArea(e)[5]&&1==Math.sign(layerpro.popup.checkArea(e)[0])&&n.css("left",n.offset().left-i)}function l(){document.onmouseup=null,document.onmousemove=null,null!=a&&1==a.hasOwnProperty("popup_opacity_movable")&&(n.css("opacity",1),layerpro.popup.show(r))}t.on("mousedown",(function(e){o(window).width()>n.width()?(!function(e){p=e.clientX,u=e.clientY,document.onmouseup=l,document.onmousemove=c}(e),null!=a&&1==a.hasOwnProperty("popup_opacity_movable")&&(n.css("opacity",.5),layerpro.popup.show(r))):e.stopImmediatePropagation()}))},resizable:function(e){let t=o(".popup_overflow_"+e.id);o("<div class='resize_0'></div>").appendTo(t),o("<div class='resize_1'></div>").appendTo(t),o("<div class='resize_2'></div>").appendTo(t),o("<div class='resize_3'></div>").appendTo(t),o("<div class='resize_4'></div>").appendTo(t),o("<div class='resize_corner_0'></div>").appendTo(t),o("<div class='resize_corner_1'></div>").appendTo(t),o("<div class='resize_corner_2'></div>").appendTo(t),o("<div class='resize_corner_3'></div>").appendTo(t),o("<div class='resize_corner_4'></div>").appendTo(t),o("[class^='resize_']").on("mousedown",(function(e){layerpro.popup.ResizePopups(e,this)}))},ResizePopups:function(e,t){let n=o(t).parent(),r=layerpro.popup.mouseCoord(e);return null!=a&&1==a.hasOwnProperty("popup_opacity_resize")&&(n.find('[class^="popup_internal_"]').contents().hide(),n.css("opacity",.5)),document.onmousemove=e=>{layerpro.popup.doRes(e,t)},document.onmouseup=()=>{layerpro.popup.stopRes(t)},f=r[0],h=r[1],o("body").css("pointer-events","none"),g=n.width(),m=n.height(),y=n.position().left,v=n.position().top,b=v+m+1,x=y+g+1,p=t,!1},doRes:function(e,t){let n=o(t),a=n.parent(),s=layerpro.popup.mouseCoord(e);if(t==p){let t=g+s[0]-f,o=m+s[1]-h,p=g-s[0]+f,u=m-s[1]+h;t<=0&&(t=0),o<=0&&(o=0),layerpro.popup.checkArea(e)[1]<layerpro.popup.checkArea(e)[4]&&1==Math.sign(layerpro.popup.checkArea(e)[1])&&n.hasClass("resize_0")&&(a.height()>=i&&a.css({top:parseInt(b-u),height:parseInt(u)}),a.height()<=i&&u>i&&a.css({height:parseInt(151)})),layerpro.popup.checkArea(e)[0]<layerpro.popup.checkArea(e)[5]&&1==Math.sign(layerpro.popup.checkArea(e)[0])&&n.hasClass("resize_1")&&(a.width()>=r&&a.css({width:parseInt(t),right:parseInt(y-t)}),a.width()<=r&&a.css({width:parseInt(301)})),layerpro.popup.checkArea(e)[1]<layerpro.popup.checkArea(e)[4]&&1==Math.sign(layerpro.popup.checkArea(e)[1])&&n.hasClass("resize_2")&&(a.height()>=i&&a.css({height:parseInt(o)}),a.height()<=i&&o>i&&a.css({height:parseInt(151)})),layerpro.popup.checkArea(e)[0]<layerpro.popup.checkArea(e)[5]&&1==Math.sign(layerpro.popup.checkArea(e)[0])&&n.hasClass("resize_3")&&(a.width()>=r&&a.css({width:parseInt(p),left:parseInt(x-p)}),a.width()<=r&&p>r&&a.css({width:parseInt(301)})),layerpro.popup.checkArea(e)[1]<layerpro.popup.checkArea(e)[4]&&layerpro.popup.checkArea(e)[0]<layerpro.popup.checkArea(e)[5]&&1==Math.sign(layerpro.popup.checkArea(e)[0])&&1==Math.sign(layerpro.popup.checkArea(e)[1])&&(n.hasClass("resize_corner_0")&&(a.height()>=i&&a.css({top:parseInt(b-u),height:parseInt(u)}),a.height()<=i&&u>i&&a.css({height:parseInt(151)}),a.width()>=r&&a.css({width:parseInt(p),left:parseInt(x-p)}),a.width()<=r&&p>r&&a.css({width:parseInt(301)})),n.hasClass("resize_corner_1")&&(a.height()>=i&&a.css({top:parseInt(b-u),height:parseInt(u)}),a.height()<=i&&u>i&&a.css({height:parseInt(151)}),a.width()>=r&&a.css({width:parseInt(t),right:parseInt(y-t)}),a.width()<=r&&a.css({width:parseInt(301)})),n.hasClass("resize_corner_2")&&(a.height()>=i&&a.css({height:parseInt(o)}),a.height()<=i&&o>i&&a.css({height:parseInt(151)}),a.width()>=r&&a.css({width:parseInt(t),right:parseInt(y-t)}),a.width()<=r&&a.css({width:parseInt(301)})),n.hasClass("resize_corner_3")&&(a.height()>=i&&a.css({height:parseInt(o)}),a.height()<=i&&o>i&&a.css({height:parseInt(151)}),a.width()>=r&&a.css({width:parseInt(p),left:parseInt(x-p)}),a.width()<=r&&p>r&&a.css({width:parseInt(301)})))}},stopRes:function(e){let t=o(e).parent();o("body").css("pointer-events","auto"),null!=a&&1==a.hasOwnProperty("popup_opacity_resize")&&(t.find('[class^="popup_internal_"]').contents().show(),t.css("opacity",1)),p=!1},index:function(e){let t=o('[class^="popup_overflow_"]');o('[class^="popup_bar_"]').removeClass("pupup_bar_selected"),t.each((function(){o(this).css("zIndex",o(this)[0].style.zIndex-1).removeClass("zHigh")})),o(e).css("zIndex",layerpro.popup.zIndex(t)).addClass("zHigh").find('[class^="popup_bar_"]').addClass("pupup_bar_selected")},zIndex:function(e){return e.each((function(){let e=parseInt(o(this).css("zIndex"),10);e>I&&(I=e)})),I}},o('[name="preferences[popup_opacity_resize]"]').trigger("onchange"),o('[name="preferences[popup_opacity_movable]"]').trigger("onchange"),o("body").on("mousedown.popupSelected",(function(e){o(e.target).parent().is('[class^="popup_"]')||o('[class^="popup_overflow_"]').removeClass("zHigh")}))},422:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var o=n(81),r=n.n(o),i=n(645),a=n.n(i)()(r());a.push([e.id,'#popup{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1000}#popup :root{--input-background-color:#444;--input-color:white;--button-background-color:#444;--button-color:white;--inputButton-fontSize:.8em;--resize-background-color: red --resize-shadow: 0 0 10px red }#popup input[type=button],#popup input[type=submit],#popup input[type=reset],#popup button[type=button],#popup button[type=submit],#popup button[type=reset]{display:block;padding:5px;font-size:var(--inputButton-fontSize)}#popup input[type=button],#popup input[type=submit],#popup input[type=reset]{background:var(--input-background-color);color:var(--input-color)}#popup button[type=button],#popup button[type=submit],#popup button[type=reset]{background:var(--button-background-color);color:var(--button-color)}#popup .iconizeA:before,#popup .maximizeA:before,#popup .closeA:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-repeat:no-repeat !important;background-position:center !important;background-size:50% !important;filter:invert(1);opacity:.5;margin:0;padding:0}#popup .iconize:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gQ3JlYXRlZCB3aXRoIElua3NjYXBlIChodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy8pIC0tPgoKPHN2ZwogICB3aWR0aD0iMjAiCiAgIGhlaWdodD0iMjAiCiAgIHZpZXdCb3g9IjAgMCA1LjI5MTY2NjUgNS4yOTE2NjY4IgogICB2ZXJzaW9uPSIxLjEiCiAgIGlkPSJzdmczNzY4IgogICBpbmtzY2FwZTp2ZXJzaW9uPSIxLjEuMSAoM2JmNWFlMGQyNSwgMjAyMS0wOS0yMCkiCiAgIHNvZGlwb2RpOmRvY25hbWU9Imljb25pemUuc3ZnIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIKICAgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIj4KICA8ZGVmcwogICAgIGlkPSJkZWZzMzc2MiIgLz4KICA8c29kaXBvZGk6bmFtZWR2aWV3CiAgICAgaWQ9ImJhc2UiCiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIgogICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IgogICAgIGJvcmRlcm9wYWNpdHk9IjEuMCIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMC4wIgogICAgIGlua3NjYXBlOnBhZ2VzaGFkb3c9IjIiCiAgICAgaW5rc2NhcGU6em9vbT0iNS42IgogICAgIGlua3NjYXBlOmN4PSI5LjkxMDcxNDMiCiAgICAgaW5rc2NhcGU6Y3k9IjY4LjM5Mjg1NyIKICAgICBpbmtzY2FwZTpkb2N1bWVudC11bml0cz0ibW0iCiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ibGF5ZXIxIgogICAgIHNob3dncmlkPSJmYWxzZSIKICAgICB1bml0cz0icHgiCiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxOTIwIgogICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjEwMjciCiAgICAgaW5rc2NhcGU6d2luZG93LXg9Ii04IgogICAgIGlua3NjYXBlOndpbmRvdy15PSItOCIKICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIgogICAgIGlua3NjYXBlOnBhZ2VjaGVja2VyYm9hcmQ9IjAiIC8+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhMzc2NSI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGcKICAgICBpbmtzY2FwZTpsYWJlbD0iTGF5ZXIgMSIKICAgICBpbmtzY2FwZTpncm91cG1vZGU9ImxheWVyIgogICAgIGlkPSJsYXllcjEiCiAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtMjkxLjcwODMyKSI+CiAgICA8cmVjdAogICAgICAgcnk9IjAuNjk5MTc0MjMiCiAgICAgICB5PSIyOTMuNjkyNzgiCiAgICAgICB4PSIwLjI3NDg0NjczIgogICAgICAgaGVpZ2h0PSIxLjM5ODM0ODUiCiAgICAgICB3aWR0aD0iNC43NjI0OTk4IgogICAgICAgaWQ9InJlY3QzNzM2LTciCiAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO3N0cm9rZS13aWR0aDowLjEzMjk5MTg1IiAvPgogIDwvZz4KPC9zdmc+Cg==) !important}#popup .maximizeA:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gQ3JlYXRlZCB3aXRoIElua3NjYXBlIChodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy8pIC0tPgoKPHN2ZwogICB3aWR0aD0iMjAiCiAgIGhlaWdodD0iMjAiCiAgIHZpZXdCb3g9IjAgMCA1LjI5MTY2NjUgNS4yOTE2NjY4IgogICB2ZXJzaW9uPSIxLjEiCiAgIGlkPSJzdmczNzY4IgogICBpbmtzY2FwZTp2ZXJzaW9uPSIxLjEuMSAoM2JmNWFlMGQyNSwgMjAyMS0wOS0yMCkiCiAgIHNvZGlwb2RpOmRvY25hbWU9Im1heGltaXplLnN2ZyIKICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiCiAgIHhtbG5zOnNvZGlwb2RpPSJodHRwOi8vc29kaXBvZGkuc291cmNlZm9yZ2UubmV0L0RURC9zb2RpcG9kaS0wLmR0ZCIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiCiAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyI+CiAgPGRlZnMKICAgICBpZD0iZGVmczM3NjIiIC8+CiAgPHNvZGlwb2RpOm5hbWVkdmlldwogICAgIGlkPSJiYXNlIgogICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIKICAgICBib3JkZXJjb2xvcj0iIzY2NjY2NiIKICAgICBib3JkZXJvcGFjaXR5PSIxLjAiCiAgICAgaW5rc2NhcGU6cGFnZW9wYWNpdHk9IjAuMCIKICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIgogICAgIGlua3NjYXBlOnpvb209IjcuOTE5NTk1OSIKICAgICBpbmtzY2FwZTpjeD0iNC45ODc2MjgyIgogICAgIGlua3NjYXBlOmN5PSIyNS4zODAwODMiCiAgICAgaW5rc2NhcGU6ZG9jdW1lbnQtdW5pdHM9Im1tIgogICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9ImxheWVyMSIKICAgICBzaG93Z3JpZD0iZmFsc2UiCiAgICAgdW5pdHM9InB4IgogICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTkyMCIKICAgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSIxMDI3IgogICAgIGlua3NjYXBlOndpbmRvdy14PSItOCIKICAgICBpbmtzY2FwZTp3aW5kb3cteT0iLTgiCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMSIKICAgICBpbmtzY2FwZTpwYWdlY2hlY2tlcmJvYXJkPSIwIiAvPgogIDxtZXRhZGF0YQogICAgIGlkPSJtZXRhZGF0YTM3NjUiPgogICAgPHJkZjpSREY+CiAgICAgIDxjYzpXb3JrCiAgICAgICAgIHJkZjphYm91dD0iIj4KICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4KICAgICAgICA8ZGM6dHlwZQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+CiAgICAgIDwvY2M6V29yaz4KICAgIDwvcmRmOlJERj4KICA8L21ldGFkYXRhPgogIDxnCiAgICAgaW5rc2NhcGU6bGFiZWw9IkxheWVyIDEiCiAgICAgaW5rc2NhcGU6Z3JvdXBtb2RlPSJsYXllciIKICAgICBpZD0ibGF5ZXIxIgogICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTI5MS43MDgzMikiPgogICAgPHJlY3QKICAgICAgIHN0eWxlPSJmaWxsOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjAuMTQ3MDQ1NCIKICAgICAgIGlkPSJyZWN0MzczMiIKICAgICAgIHdpZHRoPSI0Ljc2MjQ5OTgiCiAgICAgICBoZWlnaHQ9IjQuNzYyNDk5OCIKICAgICAgIHg9IjAuMjkxODUyNTMiCiAgICAgICB5PSIyOTIuMDEwNDQiCiAgICAgICByeT0iMC42NjcxMjEyMyIgLz4KICA8L2c+Cjwvc3ZnPgo=) !important}#popup .closeA:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gQ3JlYXRlZCB3aXRoIElua3NjYXBlIChodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy8pIC0tPgoKPHN2ZwogICB3aWR0aD0iMjAiCiAgIGhlaWdodD0iMjAiCiAgIHZpZXdCb3g9IjAgMCA1LjI5MTY2NjUgNS4yOTE2NjY4IgogICB2ZXJzaW9uPSIxLjEiCiAgIGlkPSJzdmczNzY4IgogICBpbmtzY2FwZTp2ZXJzaW9uPSIxLjEuMSAoM2JmNWFlMGQyNSwgMjAyMS0wOS0yMCkiCiAgIHNvZGlwb2RpOmRvY25hbWU9ImNsb3NlLnN2ZyIKICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiCiAgIHhtbG5zOnNvZGlwb2RpPSJodHRwOi8vc29kaXBvZGkuc291cmNlZm9yZ2UubmV0L0RURC9zb2RpcG9kaS0wLmR0ZCIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiCiAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyI+CiAgPGRlZnMKICAgICBpZD0iZGVmczM3NjIiIC8+CiAgPHNvZGlwb2RpOm5hbWVkdmlldwogICAgIGlkPSJiYXNlIgogICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIKICAgICBib3JkZXJjb2xvcj0iIzY2NjY2NiIKICAgICBib3JkZXJvcGFjaXR5PSIxLjAiCiAgICAgaW5rc2NhcGU6cGFnZW9wYWNpdHk9IjAuMCIKICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIgogICAgIGlua3NjYXBlOnpvb209IjcuOTE5NTk1OSIKICAgICBpbmtzY2FwZTpjeD0iNC45ODc2MjgyIgogICAgIGlua3NjYXBlOmN5PSIyNS4zODAwODMiCiAgICAgaW5rc2NhcGU6ZG9jdW1lbnQtdW5pdHM9Im1tIgogICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9ImxheWVyMSIKICAgICBzaG93Z3JpZD0iZmFsc2UiCiAgICAgdW5pdHM9InB4IgogICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTkyMCIKICAgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSIxMDI3IgogICAgIGlua3NjYXBlOndpbmRvdy14PSItOCIKICAgICBpbmtzY2FwZTp3aW5kb3cteT0iLTgiCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMSIKICAgICBpbmtzY2FwZTpwYWdlY2hlY2tlcmJvYXJkPSIwIiAvPgogIDxtZXRhZGF0YQogICAgIGlkPSJtZXRhZGF0YTM3NjUiPgogICAgPHJkZjpSREY+CiAgICAgIDxjYzpXb3JrCiAgICAgICAgIHJkZjphYm91dD0iIj4KICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4KICAgICAgICA8ZGM6dHlwZQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+CiAgICAgIDwvY2M6V29yaz4KICAgIDwvcmRmOlJERj4KICA8L21ldGFkYXRhPgogIDxnCiAgICAgaW5rc2NhcGU6bGFiZWw9IkxheWVyIDEiCiAgICAgaW5rc2NhcGU6Z3JvdXBtb2RlPSJsYXllciIKICAgICBpZD0ibGF5ZXIxIgogICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTI5MS43MDgzMikiPgogICAgPHBhdGgKICAgICAgIHN0eWxlPSJmaWxsOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjAuMTQ5MDI2NjMiCiAgICAgICBkPSJtIDAuOTY5NDI2NTUsMjkxLjk4MjY1IGMgLTAuMTczMTcsMCAtMC4zNDYzMSwwLjA2NjYgLTAuNDc5LDAuMTk5MjcgLTAuMjY1MzgsMC4yNjUzNyAtMC4yNjUzOCwwLjY5MjQ0IDAsMC45NTc4MSBsIDEuMjI0MjA5OTUsMS4yMjQxNyAtMS4yMjQyMDk5NSwxLjIyNDE3IGMgLTAuMjY1MzgsMC4yNjUzNyAtMC4yNjUzOCwwLjY5MjQ0IDAsMC45NTc4MSAwLjI2NTM4LDAuMjY1MzcgMC42OTI2MDk5NSwwLjI2NTM3IDAuOTU3OTg5OTUsMCBsIDEuMjI0MjEsLTEuMjI0MTcgMS4yMjQyMDgsMS4yMjQxNyBjIDAuMTMyNjkyLDAuMTMyNjggMC4zMDU4MywwLjE5OTI3IDAuNDc4OTkxLDAuMTk5MjcgMC4wNDMzLDAgMC4wODY3LC0wLjAwNCAwLjEyOTM3OSwtMC4wMTI1IDAuMTI3OTcxLC0wLjAyNDkgMC4yNTAxLC0wLjA4NzIgMC4zNDk2MiwtMC4xODY3NiAwLjAzMzIsLTAuMDMzMiAwLjA2MjMsLTAuMDY4NiAwLjA4NzEsLTAuMTA2MTQgMC4xNzQxNiwtMC4yNjMxOSAwLjE0NTA2OSwtMC42MTk0NiAtMC4wODcxLC0wLjg1MTY2IGwgLTEuMjI0MjA4LC0xLjIyNDE3IDEuMjI0MjA4LC0xLjIyNDE3IGMgMC4yNjUzNywtMC4yNjUzNyAwLjI2NTM3LC0wLjY5MjQ0IDAsLTAuOTU3ODEgLTAuMjY1Mzc5LC0wLjI2NTM3IC0wLjY5MjYxLC0wLjI2NTM3IC0wLjk1Nzk5LDAgbCAtMS4yMjQyMDgsMS4yMjQxNyAtMS4yMjQyMSwtMS4yMjQxNyBjIC0wLjEzMjY5LC0wLjEzMjY5IC0wLjMwNTgzLC0wLjE5OTI3IC0wLjQ3ODk4OTk1LC0wLjE5OTI3IHoiCiAgICAgICBpZD0icmVjdDM3MTUiCiAgICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiAvPgogIDwvZz4KPC9zdmc+Cg==) !important}#popup .popup_alert,#popup .popup_message,#popup .popup_prompt,#popup .popup_confirm{height:calc(100% - 41px);border-bottom:1px solid rgba(0,0,0,.5);box-shadow:0 1px 1px #888}#popup .popup_alert button,#popup .popup_message button,#popup .popup_prompt button,#popup .popup_confirm button{position:absolute;height:40px;background:#222 !important;transition:all .3s ease}#popup .popup_alert button:hover,#popup .popup_message button:hover,#popup .popup_prompt button:hover,#popup .popup_confirm button:hover{text-shadow:0 0 15px #fff,0 0 3px #fff;box-shadow:inset 0 0 50px #000}#popup .popup_alert button:nth-of-type(1),#popup .popup_message button:nth-of-type(1),#popup .popup_prompt button:nth-of-type(1),#popup .popup_confirm button:nth-of-type(1){left:0;bottom:0;width:50%;display:block;padding-right:20px;border-right:1px solid rgba(0,0,0,.5)}#popup .popup_alert button:nth-of-type(2),#popup .popup_message button:nth-of-type(2),#popup .popup_prompt button:nth-of-type(2),#popup .popup_confirm button:nth-of-type(2){right:0;bottom:0;width:50%;display:block;padding-left:20px;border-left:1px solid rgba(255,255,255,.2)}#popup .popup_alert input[type=text],#popup .popup_message input[type=text],#popup .popup_prompt input[type=text],#popup .popup_confirm input[type=text]{position:relative;width:90%;height:35px;padding:5px;font-size:1.05em;border:2px solid rgba(0,0,0,.3);border-radius:6px;color:#ddd;background-color:#4a4a4f}#popup .resize_0,#popup .resize_1,#popup .resize_2,#popup .resize_3{position:absolute;background:rgba(30,150,255,.5);border-radius:25px;opacity:0;z-index:5000;transition:.5s}#popup .resize_0{top:-4px;left:0;width:100%;height:10px;cursor:n-resize}#popup .resize_1{top:0;right:-4px;width:10px;height:100%;cursor:e-resize}#popup .resize_2{bottom:-4px;left:0;width:100%;height:10px;cursor:n-resize}#popup .resize_3{top:0;left:-4px;width:10px;height:100%;cursor:e-resize}#popup .resize_corner_0,#popup .resize_corner_1,#popup .resize_corner_2,#popup .resize_corner_3{position:absolute;background-color:var(--resize-background-color);border-radius:50%;width:14px;height:14px;opacity:0;z-index:5000;transition:.5s}#popup .resize_corner_0{top:-4px;left:-4px;cursor:nw-resize}#popup .resize_corner_1{top:-4px;right:-4px;cursor:ne-resize}#popup .resize_corner_2{bottom:-4px;right:-4px;cursor:nw-resize}#popup .resize_corner_3{bottom:-4px;left:-4px;cursor:ne-resize}#popup .resize_0:hover,#popup .resize_1:hover,#popup .resize_2:hover,#popup .resize_3:hover,#popup .resize_corner_0:hover,#popup .resize_corner_1:hover,#popup .resize_corner_2:hover,#popup .resize_corner_3:hover{opacity:1;filter:blur(3px);box-shadow:var(--resize-shadow);transition:.5s}#popup .pupup_bar_selected{background:linear-gradient(45deg, #0c0c0d 60%, #4a4a4f 100%)}#popup .zHigh{border-top-color:#278ed0;box-shadow:0 -15px 20px -10px rgba(30,150,255,.5),0 25px 25px rgba(0,0,0,.7)}#popup [class^=popup_raised_]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:1001}#popup [class^=popup_overflow_]{position:absolute;top:auto;left:auto;right:auto;bottom:auto;z-index:1003;border-radius:10px;background:gray}#popup [class^=popup_window_]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1002;border-radius:10px;border:1px solid;border-top-color:#999;border-right-color:#000;border-bottom-color:#000;border-left-color:#000;box-shadow:0 10px 10px rgba(0,0,0,.3);overflow:hidden}#popup [class^=popup_bar_]{position:absolute;display:flex;width:100%;height:36px;background:linear-gradient(45deg, #4a4a4f 60%, #AAA 100%);border-bottom:2px solid #555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:0 1px 1px #888;z-index:2}#popup [class^=popup_drag_]{width:100%;padding:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#eee}#popup [class^=popup_internal_]{position:relative;top:37px;width:100%;height:calc(100% - 37px);background:linear-gradient(0deg, #3c3c3c 0%, #4a4a4f 100%);z-index:1}#popup [class^=popup_body_]{position:relative;width:100%;height:100%;color:#eee;text-align:center}#popup [class^=popup_option_]{margin-right:15px;position:absolute;right:0}#popup [class^=popup_option_] button{position:relative;display:inline-block;width:36px;height:28px;color:#fff;border-radius:5px;margin:4px;transition:all .3s ease;background:transparent}#popup [class^=popup_option_] button img{filter:invert(1);opacity:.5;width:15px;height:auto;margin-top:2px}#popup [class^=popup_option_] button::after{content:"";display:block;position:absolute;left:0;top:0;bottom:0;right:0;background:linear-gradient(180deg, #000 0%, #3c3c3c 100%);border-radius:5px;z-index:-1}#popup [class^=popup_option_] button::after{opacity:0;transition:opacity .3s ease-in-out}#popup [class^=popup_option_] button:hover{background:rgba(255,255,255,.1);box-shadow:inset 0 0 5px #000;text-shadow:0 0 15px #fff,0 0 3px #fff}#popup [class^=popup_option_] button:hover::after{opacity:1}#popup [class^=button_close_]:hover{background:red !important;box-shadow:inset 0 0 25px #fff,0 0 35px red !important}',""]);const s=a},645:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",o=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),o&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),o&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,o,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var a={};if(o)for(var s=0;s<this.length;s++){var p=this[s][0];null!=p&&(a[p]=!0)}for(var u=0;u<e.length;u++){var c=[].concat(e[u]);o&&a[c[0]]||(void 0!==i&&(void 0===c[5]||(c[1]="@layer".concat(c[5].length>0?" ".concat(c[5]):""," {").concat(c[1],"}")),c[5]=i),n&&(c[2]?(c[1]="@media ".concat(c[2]," {").concat(c[1],"}"),c[2]=n):c[2]=n),r&&(c[4]?(c[1]="@supports (".concat(c[4],") {").concat(c[1],"}"),c[4]=r):c[4]="".concat(r)),t.push(c))}},t}},81:e=>{"use strict";e.exports=function(e){return e[1]}},755:function(e,t){var n;!function(t,n){"use strict";"object"==typeof e.exports?e.exports=t.document?n(t,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return n(e)}:n(t)}("undefined"!=typeof window?window:this,(function(o,r){"use strict";var i=[],a=Object.getPrototypeOf,s=i.slice,p=i.flat?function(e){return i.flat.call(e)}:function(e){return i.concat.apply([],e)},u=i.push,c=i.indexOf,l={},d=l.toString,f=l.hasOwnProperty,h=f.toString,g=h.call(Object),m={},y=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},v=function(e){return null!=e&&e===e.window},b=o.document,x={type:!0,src:!0,nonce:!0,noModule:!0};function I(e,t,n){var o,r,i=(n=n||b).createElement("script");if(i.text=e,t)for(o in x)(r=t[o]||t.getAttribute&&t.getAttribute(o))&&i.setAttribute(o,r);n.head.appendChild(i).parentNode.removeChild(i)}function C(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[d.call(e)]||"object":typeof e}var w="3.6.0",A=function(e,t){return new A.fn.init(e,t)};function T(e){var t=!!e&&"length"in e&&e.length,n=C(e);return!y(e)&&!v(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}A.fn=A.prototype={jquery:w,constructor:A,length:0,toArray:function(){return s.call(this)},get:function(e){return null==e?s.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=A.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return A.each(this,e)},map:function(e){return this.pushStack(A.map(this,(function(t,n){return e.call(t,n,t)})))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(A.grep(this,(function(e,t){return(t+1)%2})))},odd:function(){return this.pushStack(A.grep(this,(function(e,t){return t%2})))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:u,sort:i.sort,splice:i.splice},A.extend=A.fn.extend=function(){var e,t,n,o,r,i,a=arguments[0]||{},s=1,p=arguments.length,u=!1;for("boolean"==typeof a&&(u=a,a=arguments[s]||{},s++),"object"==typeof a||y(a)||(a={}),s===p&&(a=this,s--);s<p;s++)if(null!=(e=arguments[s]))for(t in e)o=e[t],"__proto__"!==t&&a!==o&&(u&&o&&(A.isPlainObject(o)||(r=Array.isArray(o)))?(n=a[t],i=r&&!Array.isArray(n)?[]:r||A.isPlainObject(n)?n:{},r=!1,a[t]=A.extend(u,i,o)):void 0!==o&&(a[t]=o));return a},A.extend({expando:"jQuery"+(w+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==d.call(e))&&(!(t=a(e))||"function"==typeof(n=f.call(t,"constructor")&&t.constructor)&&h.call(n)===g)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t,n){I(e,{nonce:t&&t.nonce},n)},each:function(e,t){var n,o=0;if(T(e))for(n=e.length;o<n&&!1!==t.call(e[o],o,e[o]);o++);else for(o in e)if(!1===t.call(e[o],o,e[o]))break;return e},makeArray:function(e,t){var n=t||[];return null!=e&&(T(Object(e))?A.merge(n,"string"==typeof e?[e]:e):u.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:c.call(t,e,n)},merge:function(e,t){for(var n=+t.length,o=0,r=e.length;o<n;o++)e[r++]=t[o];return e.length=r,e},grep:function(e,t,n){for(var o=[],r=0,i=e.length,a=!n;r<i;r++)!t(e[r],r)!==a&&o.push(e[r]);return o},map:function(e,t,n){var o,r,i=0,a=[];if(T(e))for(o=e.length;i<o;i++)null!=(r=t(e[i],i,n))&&a.push(r);else for(i in e)null!=(r=t(e[i],i,n))&&a.push(r);return p(a)},guid:1,support:m}),"function"==typeof Symbol&&(A.fn[Symbol.iterator]=i[Symbol.iterator]),A.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),(function(e,t){l["[object "+t+"]"]=t.toLowerCase()}));var j=function(e){var t,n,o,r,i,a,s,p,u,c,l,d,f,h,g,m,y,v,b,x="sizzle"+1*new Date,I=e.document,C=0,w=0,A=pe(),T=pe(),j=pe(),M=pe(),N=function(e,t){return e===t&&(l=!0),0},k={}.hasOwnProperty,S=[],_=S.pop,z=S.push,D=S.push,L=S.slice,E=function(e,t){for(var n=0,o=e.length;n<o;n++)if(e[n]===t)return n;return-1},Z="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",O="[\\x20\\t\\r\\n\\f]",H="(?:\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",W="\\[[\\x20\\t\\r\\n\\f]*("+H+")(?:"+O+"*([*^$|!~]?=)"+O+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+H+"))|)"+O+"*\\]",R=":("+H+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+W+")*)|.*)\\)|)",P=new RegExp(O+"+","g"),G=new RegExp("^[\\x20\\t\\r\\n\\f]+|((?:^|[^\\\\])(?:\\\\.)*)[\\x20\\t\\r\\n\\f]+$","g"),Y=new RegExp("^[\\x20\\t\\r\\n\\f]*,[\\x20\\t\\r\\n\\f]*"),B=new RegExp("^[\\x20\\t\\r\\n\\f]*([>+~]|[\\x20\\t\\r\\n\\f])[\\x20\\t\\r\\n\\f]*"),X=new RegExp(O+"|>"),F=new RegExp(R),q=new RegExp("^"+H+"$"),J={ID:new RegExp("^#("+H+")"),CLASS:new RegExp("^\\.("+H+")"),TAG:new RegExp("^("+H+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+R),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\([\\x20\\t\\r\\n\\f]*(even|odd|(([+-]|)(\\d*)n|)[\\x20\\t\\r\\n\\f]*(?:([+-]|)[\\x20\\t\\r\\n\\f]*(\\d+)|))[\\x20\\t\\r\\n\\f]*\\)|)","i"),bool:new RegExp("^(?:"+Z+")$","i"),needsContext:new RegExp("^[\\x20\\t\\r\\n\\f]*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\([\\x20\\t\\r\\n\\f]*((?:-\\d)?\\d*)[\\x20\\t\\r\\n\\f]*\\)|)(?=[^-]|$)","i")},U=/HTML$/i,V=/^(?:input|select|textarea|button)$/i,K=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,Q=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},oe=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,re=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},ie=function(){d()},ae=xe((function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()}),{dir:"parentNode",next:"legend"});try{D.apply(S=L.call(I.childNodes),I.childNodes),S[I.childNodes.length].nodeType}catch(e){D={apply:S.length?function(e,t){z.apply(e,L.call(t))}:function(e,t){for(var n=e.length,o=0;e[n++]=t[o++];);e.length=n-1}}}function se(e,t,o,r){var i,s,u,c,l,h,y,v=t&&t.ownerDocument,I=t?t.nodeType:9;if(o=o||[],"string"!=typeof e||!e||1!==I&&9!==I&&11!==I)return o;if(!r&&(d(t),t=t||f,g)){if(11!==I&&(l=Q.exec(e)))if(i=l[1]){if(9===I){if(!(u=t.getElementById(i)))return o;if(u.id===i)return o.push(u),o}else if(v&&(u=v.getElementById(i))&&b(t,u)&&u.id===i)return o.push(u),o}else{if(l[2])return D.apply(o,t.getElementsByTagName(e)),o;if((i=l[3])&&n.getElementsByClassName&&t.getElementsByClassName)return D.apply(o,t.getElementsByClassName(i)),o}if(n.qsa&&!M[e+" "]&&(!m||!m.test(e))&&(1!==I||"object"!==t.nodeName.toLowerCase())){if(y=e,v=t,1===I&&(X.test(e)||B.test(e))){for((v=ee.test(e)&&ye(t.parentNode)||t)===t&&n.scope||((c=t.getAttribute("id"))?c=c.replace(oe,re):t.setAttribute("id",c=x)),s=(h=a(e)).length;s--;)h[s]=(c?"#"+c:":scope")+" "+be(h[s]);y=h.join(",")}try{return D.apply(o,v.querySelectorAll(y)),o}catch(t){M(e,!0)}finally{c===x&&t.removeAttribute("id")}}}return p(e.replace(G,"$1"),t,o,r)}function pe(){var e=[];return function t(n,r){return e.push(n+" ")>o.cacheLength&&delete t[e.shift()],t[n+" "]=r}}function ue(e){return e[x]=!0,e}function ce(e){var t=f.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function le(e,t){for(var n=e.split("|"),r=n.length;r--;)o.attrHandle[n[r]]=t}function de(e,t){var n=t&&e,o=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(o)return o;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function fe(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function he(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function ge(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ae(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function me(e){return ue((function(t){return t=+t,ue((function(n,o){for(var r,i=e([],n.length,t),a=i.length;a--;)n[r=i[a]]&&(n[r]=!(o[r]=n[r]))}))}))}function ye(e){return e&&void 0!==e.getElementsByTagName&&e}for(t in n=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!U.test(t||n&&n.nodeName||"HTML")},d=se.setDocument=function(e){var t,r,a=e?e.ownerDocument||e:I;return a!=f&&9===a.nodeType&&a.documentElement?(h=(f=a).documentElement,g=!i(f),I!=f&&(r=f.defaultView)&&r.top!==r&&(r.addEventListener?r.addEventListener("unload",ie,!1):r.attachEvent&&r.attachEvent("onunload",ie)),n.scope=ce((function(e){return h.appendChild(e).appendChild(f.createElement("div")),void 0!==e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length})),n.attributes=ce((function(e){return e.className="i",!e.getAttribute("className")})),n.getElementsByTagName=ce((function(e){return e.appendChild(f.createComment("")),!e.getElementsByTagName("*").length})),n.getElementsByClassName=$.test(f.getElementsByClassName),n.getById=ce((function(e){return h.appendChild(e).id=x,!f.getElementsByName||!f.getElementsByName(x).length})),n.getById?(o.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},o.find.ID=function(e,t){if(void 0!==t.getElementById&&g){var n=t.getElementById(e);return n?[n]:[]}}):(o.filter.ID=function(e){var t=e.replace(te,ne);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},o.find.ID=function(e,t){if(void 0!==t.getElementById&&g){var n,o,r,i=t.getElementById(e);if(i){if((n=i.getAttributeNode("id"))&&n.value===e)return[i];for(r=t.getElementsByName(e),o=0;i=r[o++];)if((n=i.getAttributeNode("id"))&&n.value===e)return[i]}return[]}}),o.find.TAG=n.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,o=[],r=0,i=t.getElementsByTagName(e);if("*"===e){for(;n=i[r++];)1===n.nodeType&&o.push(n);return o}return i},o.find.CLASS=n.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&g)return t.getElementsByClassName(e)},y=[],m=[],(n.qsa=$.test(f.querySelectorAll))&&(ce((function(e){var t;h.appendChild(e).innerHTML="<a id='"+x+"'></a><select id='"+x+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&m.push("[*^$]=[\\x20\\t\\r\\n\\f]*(?:''|\"\")"),e.querySelectorAll("[selected]").length||m.push("\\[[\\x20\\t\\r\\n\\f]*(?:value|"+Z+")"),e.querySelectorAll("[id~="+x+"-]").length||m.push("~="),(t=f.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||m.push("\\[[\\x20\\t\\r\\n\\f]*name[\\x20\\t\\r\\n\\f]*=[\\x20\\t\\r\\n\\f]*(?:''|\"\")"),e.querySelectorAll(":checked").length||m.push(":checked"),e.querySelectorAll("a#"+x+"+*").length||m.push(".#.+[+~]"),e.querySelectorAll("\\\f"),m.push("[\\r\\n\\f]")})),ce((function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=f.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&m.push("name[\\x20\\t\\r\\n\\f]*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&m.push(":enabled",":disabled"),h.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&m.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),m.push(",.*:")}))),(n.matchesSelector=$.test(v=h.matches||h.webkitMatchesSelector||h.mozMatchesSelector||h.oMatchesSelector||h.msMatchesSelector))&&ce((function(e){n.disconnectedMatch=v.call(e,"*"),v.call(e,"[s!='']:x"),y.push("!=",R)})),m=m.length&&new RegExp(m.join("|")),y=y.length&&new RegExp(y.join("|")),t=$.test(h.compareDocumentPosition),b=t||$.test(h.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,o=t&&t.parentNode;return e===o||!(!o||1!==o.nodeType||!(n.contains?n.contains(o):e.compareDocumentPosition&&16&e.compareDocumentPosition(o)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},N=t?function(e,t){if(e===t)return l=!0,0;var o=!e.compareDocumentPosition-!t.compareDocumentPosition;return o||(1&(o=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===o?e==f||e.ownerDocument==I&&b(I,e)?-1:t==f||t.ownerDocument==I&&b(I,t)?1:c?E(c,e)-E(c,t):0:4&o?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,o=0,r=e.parentNode,i=t.parentNode,a=[e],s=[t];if(!r||!i)return e==f?-1:t==f?1:r?-1:i?1:c?E(c,e)-E(c,t):0;if(r===i)return de(e,t);for(n=e;n=n.parentNode;)a.unshift(n);for(n=t;n=n.parentNode;)s.unshift(n);for(;a[o]===s[o];)o++;return o?de(a[o],s[o]):a[o]==I?-1:s[o]==I?1:0},f):f},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(d(e),n.matchesSelector&&g&&!M[t+" "]&&(!y||!y.test(t))&&(!m||!m.test(t)))try{var o=v.call(e,t);if(o||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return o}catch(e){M(t,!0)}return se(t,f,null,[e]).length>0},se.contains=function(e,t){return(e.ownerDocument||e)!=f&&d(e),b(e,t)},se.attr=function(e,t){(e.ownerDocument||e)!=f&&d(e);var r=o.attrHandle[t.toLowerCase()],i=r&&k.call(o.attrHandle,t.toLowerCase())?r(e,t,!g):void 0;return void 0!==i?i:n.attributes||!g?e.getAttribute(t):(i=e.getAttributeNode(t))&&i.specified?i.value:null},se.escape=function(e){return(e+"").replace(oe,re)},se.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},se.uniqueSort=function(e){var t,o=[],r=0,i=0;if(l=!n.detectDuplicates,c=!n.sortStable&&e.slice(0),e.sort(N),l){for(;t=e[i++];)t===e[i]&&(r=o.push(i));for(;r--;)e.splice(o[r],1)}return c=null,e},r=se.getText=function(e){var t,n="",o=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=r(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[o++];)n+=r(t);return n},o=se.selectors={cacheLength:50,createPseudo:ue,match:J,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return J.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&F.test(n)&&(t=a(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=A[e+" "];return t||(t=new RegExp("(^|[\\x20\\t\\r\\n\\f])"+e+"("+O+"|$)"))&&A(e,(function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")}))},ATTR:function(e,t,n){return function(o){var r=se.attr(o,e);return null==r?"!="===t:!t||(r+="","="===t?r===n:"!="===t?r!==n:"^="===t?n&&0===r.indexOf(n):"*="===t?n&&r.indexOf(n)>-1:"$="===t?n&&r.slice(-n.length)===n:"~="===t?(" "+r.replace(P," ")+" ").indexOf(n)>-1:"|="===t&&(r===n||r.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,o,r){var i="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===o&&0===r?function(e){return!!e.parentNode}:function(t,n,p){var u,c,l,d,f,h,g=i!==a?"nextSibling":"previousSibling",m=t.parentNode,y=s&&t.nodeName.toLowerCase(),v=!p&&!s,b=!1;if(m){if(i){for(;g;){for(d=t;d=d[g];)if(s?d.nodeName.toLowerCase()===y:1===d.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?m.firstChild:m.lastChild],a&&v){for(b=(f=(u=(c=(l=(d=m)[x]||(d[x]={}))[d.uniqueID]||(l[d.uniqueID]={}))[e]||[])[0]===C&&u[1])&&u[2],d=f&&m.childNodes[f];d=++f&&d&&d[g]||(b=f=0)||h.pop();)if(1===d.nodeType&&++b&&d===t){c[e]=[C,f,b];break}}else if(v&&(b=f=(u=(c=(l=(d=t)[x]||(d[x]={}))[d.uniqueID]||(l[d.uniqueID]={}))[e]||[])[0]===C&&u[1]),!1===b)for(;(d=++f&&d&&d[g]||(b=f=0)||h.pop())&&((s?d.nodeName.toLowerCase()!==y:1!==d.nodeType)||!++b||(v&&((c=(l=d[x]||(d[x]={}))[d.uniqueID]||(l[d.uniqueID]={}))[e]=[C,b]),d!==t)););return(b-=r)===o||b%o==0&&b/o>=0}}},PSEUDO:function(e,t){var n,r=o.pseudos[e]||o.setFilters[e.toLowerCase()]||se.error("unsupported pseudo: "+e);return r[x]?r(t):r.length>1?(n=[e,e,"",t],o.setFilters.hasOwnProperty(e.toLowerCase())?ue((function(e,n){for(var o,i=r(e,t),a=i.length;a--;)e[o=E(e,i[a])]=!(n[o]=i[a])})):function(e){return r(e,0,n)}):r}},pseudos:{not:ue((function(e){var t=[],n=[],o=s(e.replace(G,"$1"));return o[x]?ue((function(e,t,n,r){for(var i,a=o(e,null,r,[]),s=e.length;s--;)(i=a[s])&&(e[s]=!(t[s]=i))})):function(e,r,i){return t[0]=e,o(t,null,i,n),t[0]=null,!n.pop()}})),has:ue((function(e){return function(t){return se(e,t).length>0}})),contains:ue((function(e){return e=e.replace(te,ne),function(t){return(t.textContent||r(t)).indexOf(e)>-1}})),lang:ue((function(e){return q.test(e||"")||se.error("unsupported lang: "+e),e=e.replace(te,ne).toLowerCase(),function(t){var n;do{if(n=g?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}})),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===h},focus:function(e){return e===f.activeElement&&(!f.hasFocus||f.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:ge(!1),disabled:ge(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!o.pseudos.empty(e)},header:function(e){return K.test(e.nodeName)},input:function(e){return V.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:me((function(){return[0]})),last:me((function(e,t){return[t-1]})),eq:me((function(e,t,n){return[n<0?n+t:n]})),even:me((function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e})),odd:me((function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e})),lt:me((function(e,t,n){for(var o=n<0?n+t:n>t?t:n;--o>=0;)e.push(o);return e})),gt:me((function(e,t,n){for(var o=n<0?n+t:n;++o<t;)e.push(o);return e}))}},o.pseudos.nth=o.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})o.pseudos[t]=fe(t);for(t in{submit:!0,reset:!0})o.pseudos[t]=he(t);function ve(){}function be(e){for(var t=0,n=e.length,o="";t<n;t++)o+=e[t].value;return o}function xe(e,t,n){var o=t.dir,r=t.next,i=r||o,a=n&&"parentNode"===i,s=w++;return t.first?function(t,n,r){for(;t=t[o];)if(1===t.nodeType||a)return e(t,n,r);return!1}:function(t,n,p){var u,c,l,d=[C,s];if(p){for(;t=t[o];)if((1===t.nodeType||a)&&e(t,n,p))return!0}else for(;t=t[o];)if(1===t.nodeType||a)if(c=(l=t[x]||(t[x]={}))[t.uniqueID]||(l[t.uniqueID]={}),r&&r===t.nodeName.toLowerCase())t=t[o]||t;else{if((u=c[i])&&u[0]===C&&u[1]===s)return d[2]=u[2];if(c[i]=d,d[2]=e(t,n,p))return!0}return!1}}function Ie(e){return e.length>1?function(t,n,o){for(var r=e.length;r--;)if(!e[r](t,n,o))return!1;return!0}:e[0]}function Ce(e,t,n,o,r){for(var i,a=[],s=0,p=e.length,u=null!=t;s<p;s++)(i=e[s])&&(n&&!n(i,o,r)||(a.push(i),u&&t.push(s)));return a}function we(e,t,n,o,r,i){return o&&!o[x]&&(o=we(o)),r&&!r[x]&&(r=we(r,i)),ue((function(i,a,s,p){var u,c,l,d=[],f=[],h=a.length,g=i||function(e,t,n){for(var o=0,r=t.length;o<r;o++)se(e,t[o],n);return n}(t||"*",s.nodeType?[s]:s,[]),m=!e||!i&&t?g:Ce(g,d,e,s,p),y=n?r||(i?e:h||o)?[]:a:m;if(n&&n(m,y,s,p),o)for(u=Ce(y,f),o(u,[],s,p),c=u.length;c--;)(l=u[c])&&(y[f[c]]=!(m[f[c]]=l));if(i){if(r||e){if(r){for(u=[],c=y.length;c--;)(l=y[c])&&u.push(m[c]=l);r(null,y=[],u,p)}for(c=y.length;c--;)(l=y[c])&&(u=r?E(i,l):d[c])>-1&&(i[u]=!(a[u]=l))}}else y=Ce(y===a?y.splice(h,y.length):y),r?r(null,a,y,p):D.apply(a,y)}))}function Ae(e){for(var t,n,r,i=e.length,a=o.relative[e[0].type],s=a||o.relative[" "],p=a?1:0,c=xe((function(e){return e===t}),s,!0),l=xe((function(e){return E(t,e)>-1}),s,!0),d=[function(e,n,o){var r=!a&&(o||n!==u)||((t=n).nodeType?c(e,n,o):l(e,n,o));return t=null,r}];p<i;p++)if(n=o.relative[e[p].type])d=[xe(Ie(d),n)];else{if((n=o.filter[e[p].type].apply(null,e[p].matches))[x]){for(r=++p;r<i&&!o.relative[e[r].type];r++);return we(p>1&&Ie(d),p>1&&be(e.slice(0,p-1).concat({value:" "===e[p-2].type?"*":""})).replace(G,"$1"),n,p<r&&Ae(e.slice(p,r)),r<i&&Ae(e=e.slice(r)),r<i&&be(e))}d.push(n)}return Ie(d)}return ve.prototype=o.filters=o.pseudos,o.setFilters=new ve,a=se.tokenize=function(e,t){var n,r,i,a,s,p,u,c=T[e+" "];if(c)return t?0:c.slice(0);for(s=e,p=[],u=o.preFilter;s;){for(a in n&&!(r=Y.exec(s))||(r&&(s=s.slice(r[0].length)||s),p.push(i=[])),n=!1,(r=B.exec(s))&&(n=r.shift(),i.push({value:n,type:r[0].replace(G," ")}),s=s.slice(n.length)),o.filter)!(r=J[a].exec(s))||u[a]&&!(r=u[a](r))||(n=r.shift(),i.push({value:n,type:a,matches:r}),s=s.slice(n.length));if(!n)break}return t?s.length:s?se.error(e):T(e,p).slice(0)},s=se.compile=function(e,t){var n,r=[],i=[],s=j[e+" "];if(!s){for(t||(t=a(e)),n=t.length;n--;)(s=Ae(t[n]))[x]?r.push(s):i.push(s);s=j(e,function(e,t){var n=t.length>0,r=e.length>0,i=function(i,a,s,p,c){var l,h,m,y=0,v="0",b=i&&[],x=[],I=u,w=i||r&&o.find.TAG("*",c),A=C+=null==I?1:Math.random()||.1,T=w.length;for(c&&(u=a==f||a||c);v!==T&&null!=(l=w[v]);v++){if(r&&l){for(h=0,a||l.ownerDocument==f||(d(l),s=!g);m=e[h++];)if(m(l,a||f,s)){p.push(l);break}c&&(C=A)}n&&((l=!m&&l)&&y--,i&&b.push(l))}if(y+=v,n&&v!==y){for(h=0;m=t[h++];)m(b,x,a,s);if(i){if(y>0)for(;v--;)b[v]||x[v]||(x[v]=_.call(p));x=Ce(x)}D.apply(p,x),c&&!i&&x.length>0&&y+t.length>1&&se.uniqueSort(p)}return c&&(C=A,u=I),b};return n?ue(i):i}(i,r)),s.selector=e}return s},p=se.select=function(e,t,n,r){var i,p,u,c,l,d="function"==typeof e&&e,f=!r&&a(e=d.selector||e);if(n=n||[],1===f.length){if((p=f[0]=f[0].slice(0)).length>2&&"ID"===(u=p[0]).type&&9===t.nodeType&&g&&o.relative[p[1].type]){if(!(t=(o.find.ID(u.matches[0].replace(te,ne),t)||[])[0]))return n;d&&(t=t.parentNode),e=e.slice(p.shift().value.length)}for(i=J.needsContext.test(e)?0:p.length;i--&&(u=p[i],!o.relative[c=u.type]);)if((l=o.find[c])&&(r=l(u.matches[0].replace(te,ne),ee.test(p[0].type)&&ye(t.parentNode)||t))){if(p.splice(i,1),!(e=r.length&&be(p)))return D.apply(n,r),n;break}}return(d||s(e,f))(r,t,!g,n,!t||ee.test(e)&&ye(t.parentNode)||t),n},n.sortStable=x.split("").sort(N).join("")===x,n.detectDuplicates=!!l,d(),n.sortDetached=ce((function(e){return 1&e.compareDocumentPosition(f.createElement("fieldset"))})),ce((function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")}))||le("type|href|height|width",(function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)})),n.attributes&&ce((function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")}))||le("value",(function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue})),ce((function(e){return null==e.getAttribute("disabled")}))||le(Z,(function(e,t,n){var o;if(!n)return!0===e[t]?t.toLowerCase():(o=e.getAttributeNode(t))&&o.specified?o.value:null})),se}(o);A.find=j,A.expr=j.selectors,A.expr[":"]=A.expr.pseudos,A.uniqueSort=A.unique=j.uniqueSort,A.text=j.getText,A.isXMLDoc=j.isXML,A.contains=j.contains,A.escapeSelector=j.escape;var M=function(e,t,n){for(var o=[],r=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(r&&A(e).is(n))break;o.push(e)}return o},N=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},k=A.expr.match.needsContext;function S(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var _=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function z(e,t,n){return y(t)?A.grep(e,(function(e,o){return!!t.call(e,o,e)!==n})):t.nodeType?A.grep(e,(function(e){return e===t!==n})):"string"!=typeof t?A.grep(e,(function(e){return c.call(t,e)>-1!==n})):A.filter(t,e,n)}A.filter=function(e,t,n){var o=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===o.nodeType?A.find.matchesSelector(o,e)?[o]:[]:A.find.matches(e,A.grep(t,(function(e){return 1===e.nodeType})))},A.fn.extend({find:function(e){var t,n,o=this.length,r=this;if("string"!=typeof e)return this.pushStack(A(e).filter((function(){for(t=0;t<o;t++)if(A.contains(r[t],this))return!0})));for(n=this.pushStack([]),t=0;t<o;t++)A.find(e,r[t],n);return o>1?A.uniqueSort(n):n},filter:function(e){return this.pushStack(z(this,e||[],!1))},not:function(e){return this.pushStack(z(this,e||[],!0))},is:function(e){return!!z(this,"string"==typeof e&&k.test(e)?A(e):e||[],!1).length}});var D,L=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(A.fn.init=function(e,t,n){var o,r;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(o="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:L.exec(e))||!o[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(o[1]){if(t=t instanceof A?t[0]:t,A.merge(this,A.parseHTML(o[1],t&&t.nodeType?t.ownerDocument||t:b,!0)),_.test(o[1])&&A.isPlainObject(t))for(o in t)y(this[o])?this[o](t[o]):this.attr(o,t[o]);return this}return(r=b.getElementById(o[2]))&&(this[0]=r,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):y(e)?void 0!==n.ready?n.ready(e):e(A):A.makeArray(e,this)}).prototype=A.fn,D=A(b);var E=/^(?:parents|prev(?:Until|All))/,Z={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}A.fn.extend({has:function(e){var t=A(e,this),n=t.length;return this.filter((function(){for(var e=0;e<n;e++)if(A.contains(this,t[e]))return!0}))},closest:function(e,t){var n,o=0,r=this.length,i=[],a="string"!=typeof e&&A(e);if(!k.test(e))for(;o<r;o++)for(n=this[o];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(a?a.index(n)>-1:1===n.nodeType&&A.find.matchesSelector(n,e))){i.push(n);break}return this.pushStack(i.length>1?A.uniqueSort(i):i)},index:function(e){return e?"string"==typeof e?c.call(A(e),this[0]):c.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(A.uniqueSort(A.merge(this.get(),A(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),A.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return M(e,"parentNode")},parentsUntil:function(e,t,n){return M(e,"parentNode",n)},next:function(e){return O(e,"nextSibling")},prev:function(e){return O(e,"previousSibling")},nextAll:function(e){return M(e,"nextSibling")},prevAll:function(e){return M(e,"previousSibling")},nextUntil:function(e,t,n){return M(e,"nextSibling",n)},prevUntil:function(e,t,n){return M(e,"previousSibling",n)},siblings:function(e){return N((e.parentNode||{}).firstChild,e)},children:function(e){return N(e.firstChild)},contents:function(e){return null!=e.contentDocument&&a(e.contentDocument)?e.contentDocument:(S(e,"template")&&(e=e.content||e),A.merge([],e.childNodes))}},(function(e,t){A.fn[e]=function(n,o){var r=A.map(this,t,n);return"Until"!==e.slice(-5)&&(o=n),o&&"string"==typeof o&&(r=A.filter(o,r)),this.length>1&&(Z[e]||A.uniqueSort(r),E.test(e)&&r.reverse()),this.pushStack(r)}}));var H=/[^\x20\t\r\n\f]+/g;function W(e){return e}function R(e){throw e}function P(e,t,n,o){var r;try{e&&y(r=e.promise)?r.call(e).done(t).fail(n):e&&y(r=e.then)?r.call(e,t,n):t.apply(void 0,[e].slice(o))}catch(e){n.apply(void 0,[e])}}A.Callbacks=function(e){e="string"==typeof e?function(e){var t={};return A.each(e.match(H)||[],(function(e,n){t[n]=!0})),t}(e):A.extend({},e);var t,n,o,r,i=[],a=[],s=-1,p=function(){for(r=r||e.once,o=t=!0;a.length;s=-1)for(n=a.shift();++s<i.length;)!1===i[s].apply(n[0],n[1])&&e.stopOnFalse&&(s=i.length,n=!1);e.memory||(n=!1),t=!1,r&&(i=n?[]:"")},u={add:function(){return i&&(n&&!t&&(s=i.length-1,a.push(n)),function t(n){A.each(n,(function(n,o){y(o)?e.unique&&u.has(o)||i.push(o):o&&o.length&&"string"!==C(o)&&t(o)}))}(arguments),n&&!t&&p()),this},remove:function(){return A.each(arguments,(function(e,t){for(var n;(n=A.inArray(t,i,n))>-1;)i.splice(n,1),n<=s&&s--})),this},has:function(e){return e?A.inArray(e,i)>-1:i.length>0},empty:function(){return i&&(i=[]),this},disable:function(){return r=a=[],i=n="",this},disabled:function(){return!i},lock:function(){return r=a=[],n||t||(i=n=""),this},locked:function(){return!!r},fireWith:function(e,n){return r||(n=[e,(n=n||[]).slice?n.slice():n],a.push(n),t||p()),this},fire:function(){return u.fireWith(this,arguments),this},fired:function(){return!!o}};return u},A.extend({Deferred:function(e){var t=[["notify","progress",A.Callbacks("memory"),A.Callbacks("memory"),2],["resolve","done",A.Callbacks("once memory"),A.Callbacks("once memory"),0,"resolved"],["reject","fail",A.Callbacks("once memory"),A.Callbacks("once memory"),1,"rejected"]],n="pending",r={state:function(){return n},always:function(){return i.done(arguments).fail(arguments),this},catch:function(e){return r.then(null,e)},pipe:function(){var e=arguments;return A.Deferred((function(n){A.each(t,(function(t,o){var r=y(e[o[4]])&&e[o[4]];i[o[1]]((function(){var e=r&&r.apply(this,arguments);e&&y(e.promise)?e.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[o[0]+"With"](this,r?[e]:arguments)}))})),e=null})).promise()},then:function(e,n,r){var i=0;function a(e,t,n,r){return function(){var s=this,p=arguments,u=function(){var o,u;if(!(e<i)){if((o=n.apply(s,p))===t.promise())throw new TypeError("Thenable self-resolution");u=o&&("object"==typeof o||"function"==typeof o)&&o.then,y(u)?r?u.call(o,a(i,t,W,r),a(i,t,R,r)):(i++,u.call(o,a(i,t,W,r),a(i,t,R,r),a(i,t,W,t.notifyWith))):(n!==W&&(s=void 0,p=[o]),(r||t.resolveWith)(s,p))}},c=r?u:function(){try{u()}catch(o){A.Deferred.exceptionHook&&A.Deferred.exceptionHook(o,c.stackTrace),e+1>=i&&(n!==R&&(s=void 0,p=[o]),t.rejectWith(s,p))}};e?c():(A.Deferred.getStackHook&&(c.stackTrace=A.Deferred.getStackHook()),o.setTimeout(c))}}return A.Deferred((function(o){t[0][3].add(a(0,o,y(r)?r:W,o.notifyWith)),t[1][3].add(a(0,o,y(e)?e:W)),t[2][3].add(a(0,o,y(n)?n:R))})).promise()},promise:function(e){return null!=e?A.extend(e,r):r}},i={};return A.each(t,(function(e,o){var a=o[2],s=o[5];r[o[1]]=a.add,s&&a.add((function(){n=s}),t[3-e][2].disable,t[3-e][3].disable,t[0][2].lock,t[0][3].lock),a.add(o[3].fire),i[o[0]]=function(){return i[o[0]+"With"](this===i?void 0:this,arguments),this},i[o[0]+"With"]=a.fireWith})),r.promise(i),e&&e.call(i,i),i},when:function(e){var t=arguments.length,n=t,o=Array(n),r=s.call(arguments),i=A.Deferred(),a=function(e){return function(n){o[e]=this,r[e]=arguments.length>1?s.call(arguments):n,--t||i.resolveWith(o,r)}};if(t<=1&&(P(e,i.done(a(n)).resolve,i.reject,!t),"pending"===i.state()||y(r[n]&&r[n].then)))return i.then();for(;n--;)P(r[n],a(n),i.reject);return i.promise()}});var G=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;A.Deferred.exceptionHook=function(e,t){o.console&&o.console.warn&&e&&G.test(e.name)&&o.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},A.readyException=function(e){o.setTimeout((function(){throw e}))};var Y=A.Deferred();function B(){b.removeEventListener("DOMContentLoaded",B),o.removeEventListener("load",B),A.ready()}A.fn.ready=function(e){return Y.then(e).catch((function(e){A.readyException(e)})),this},A.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--A.readyWait:A.isReady)||(A.isReady=!0,!0!==e&&--A.readyWait>0||Y.resolveWith(b,[A]))}}),A.ready.then=Y.then,"complete"===b.readyState||"loading"!==b.readyState&&!b.documentElement.doScroll?o.setTimeout(A.ready):(b.addEventListener("DOMContentLoaded",B),o.addEventListener("load",B));var X=function(e,t,n,o,r,i,a){var s=0,p=e.length,u=null==n;if("object"===C(n))for(s in r=!0,n)X(e,t,s,n[s],!0,i,a);else if(void 0!==o&&(r=!0,y(o)||(a=!0),u&&(a?(t.call(e,o),t=null):(u=t,t=function(e,t,n){return u.call(A(e),n)})),t))for(;s<p;s++)t(e[s],n,a?o:o.call(e[s],s,t(e[s],n)));return r?e:u?t.call(e):p?t(e[0],n):i},F=/^-ms-/,q=/-([a-z])/g;function J(e,t){return t.toUpperCase()}function U(e){return e.replace(F,"ms-").replace(q,J)}var V=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function K(){this.expando=A.expando+K.uid++}K.uid=1,K.prototype={cache:function(e){var t=e[this.expando];return t||(t={},V(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var o,r=this.cache(e);if("string"==typeof t)r[U(t)]=n;else for(o in t)r[U(o)]=t[o];return r},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][U(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,o=e[this.expando];if(void 0!==o){if(void 0!==t){n=(t=Array.isArray(t)?t.map(U):(t=U(t))in o?[t]:t.match(H)||[]).length;for(;n--;)delete o[t[n]]}(void 0===t||A.isEmptyObject(o))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!A.isEmptyObject(t)}};var $=new K,Q=new K,ee=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,te=/[A-Z]/g;function ne(e,t,n){var o;if(void 0===n&&1===e.nodeType)if(o="data-"+t.replace(te,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(o))){try{n=function(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:ee.test(e)?JSON.parse(e):e)}(n)}catch(e){}Q.set(e,t,n)}else n=void 0;return n}A.extend({hasData:function(e){return Q.hasData(e)||$.hasData(e)},data:function(e,t,n){return Q.access(e,t,n)},removeData:function(e,t){Q.remove(e,t)},_data:function(e,t,n){return $.access(e,t,n)},_removeData:function(e,t){$.remove(e,t)}}),A.fn.extend({data:function(e,t){var n,o,r,i=this[0],a=i&&i.attributes;if(void 0===e){if(this.length&&(r=Q.get(i),1===i.nodeType&&!$.get(i,"hasDataAttrs"))){for(n=a.length;n--;)a[n]&&0===(o=a[n].name).indexOf("data-")&&(o=U(o.slice(5)),ne(i,o,r[o]));$.set(i,"hasDataAttrs",!0)}return r}return"object"==typeof e?this.each((function(){Q.set(this,e)})):X(this,(function(t){var n;if(i&&void 0===t)return void 0!==(n=Q.get(i,e))||void 0!==(n=ne(i,e))?n:void 0;this.each((function(){Q.set(this,e,t)}))}),null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each((function(){Q.remove(this,e)}))}}),A.extend({queue:function(e,t,n){var o;if(e)return t=(t||"fx")+"queue",o=$.get(e,t),n&&(!o||Array.isArray(n)?o=$.access(e,t,A.makeArray(n)):o.push(n)),o||[]},dequeue:function(e,t){t=t||"fx";var n=A.queue(e,t),o=n.length,r=n.shift(),i=A._queueHooks(e,t);"inprogress"===r&&(r=n.shift(),o--),r&&("fx"===t&&n.unshift("inprogress"),delete i.stop,r.call(e,(function(){A.dequeue(e,t)}),i)),!o&&i&&i.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return $.get(e,n)||$.access(e,n,{empty:A.Callbacks("once memory").add((function(){$.remove(e,[t+"queue",n])}))})}}),A.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length<n?A.queue(this[0],e):void 0===t?this:this.each((function(){var n=A.queue(this,e,t);A._queueHooks(this,e),"fx"===e&&"inprogress"!==n[0]&&A.dequeue(this,e)}))},dequeue:function(e){return this.each((function(){A.dequeue(this,e)}))},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,o=1,r=A.Deferred(),i=this,a=this.length,s=function(){--o||r.resolveWith(i,[i])};for("string"!=typeof e&&(t=e,e=void 0),e=e||"fx";a--;)(n=$.get(i[a],e+"queueHooks"))&&n.empty&&(o++,n.empty.add(s));return s(),r.promise(t)}});var oe=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,re=new RegExp("^(?:([+-])=|)("+oe+")([a-z%]*)$","i"),ie=["Top","Right","Bottom","Left"],ae=b.documentElement,se=function(e){return A.contains(e.ownerDocument,e)},pe={composed:!0};ae.getRootNode&&(se=function(e){return A.contains(e.ownerDocument,e)||e.getRootNode(pe)===e.ownerDocument});var ue=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&se(e)&&"none"===A.css(e,"display")};function ce(e,t,n,o){var r,i,a=20,s=o?function(){return o.cur()}:function(){return A.css(e,t,"")},p=s(),u=n&&n[3]||(A.cssNumber[t]?"":"px"),c=e.nodeType&&(A.cssNumber[t]||"px"!==u&&+p)&&re.exec(A.css(e,t));if(c&&c[3]!==u){for(p/=2,u=u||c[3],c=+p||1;a--;)A.style(e,t,c+u),(1-i)*(1-(i=s()/p||.5))<=0&&(a=0),c/=i;c*=2,A.style(e,t,c+u),n=n||[]}return n&&(c=+c||+p||0,r=n[1]?c+(n[1]+1)*n[2]:+n[2],o&&(o.unit=u,o.start=c,o.end=r)),r}var le={};function de(e){var t,n=e.ownerDocument,o=e.nodeName,r=le[o];return r||(t=n.body.appendChild(n.createElement(o)),r=A.css(t,"display"),t.parentNode.removeChild(t),"none"===r&&(r="block"),le[o]=r,r)}function fe(e,t){for(var n,o,r=[],i=0,a=e.length;i<a;i++)(o=e[i]).style&&(n=o.style.display,t?("none"===n&&(r[i]=$.get(o,"display")||null,r[i]||(o.style.display="")),""===o.style.display&&ue(o)&&(r[i]=de(o))):"none"!==n&&(r[i]="none",$.set(o,"display",n)));for(i=0;i<a;i++)null!=r[i]&&(e[i].style.display=r[i]);return e}A.fn.extend({show:function(){return fe(this,!0)},hide:function(){return fe(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each((function(){ue(this)?A(this).show():A(this).hide()}))}});var he,ge,me=/^(?:checkbox|radio)$/i,ye=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,ve=/^$|^module$|\/(?:java|ecma)script/i;he=b.createDocumentFragment().appendChild(b.createElement("div")),(ge=b.createElement("input")).setAttribute("type","radio"),ge.setAttribute("checked","checked"),ge.setAttribute("name","t"),he.appendChild(ge),m.checkClone=he.cloneNode(!0).cloneNode(!0).lastChild.checked,he.innerHTML="<textarea>x</textarea>",m.noCloneChecked=!!he.cloneNode(!0).lastChild.defaultValue,he.innerHTML="<option></option>",m.option=!!he.lastChild;var be={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function xe(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&S(e,t)?A.merge([e],n):n}function Ie(e,t){for(var n=0,o=e.length;n<o;n++)$.set(e[n],"globalEval",!t||$.get(t[n],"globalEval"))}be.tbody=be.tfoot=be.colgroup=be.caption=be.thead,be.th=be.td,m.option||(be.optgroup=be.option=[1,"<select multiple='multiple'>","</select>"]);var Ce=/<|&#?\w+;/;function we(e,t,n,o,r){for(var i,a,s,p,u,c,l=t.createDocumentFragment(),d=[],f=0,h=e.length;f<h;f++)if((i=e[f])||0===i)if("object"===C(i))A.merge(d,i.nodeType?[i]:i);else if(Ce.test(i)){for(a=a||l.appendChild(t.createElement("div")),s=(ye.exec(i)||["",""])[1].toLowerCase(),p=be[s]||be._default,a.innerHTML=p[1]+A.htmlPrefilter(i)+p[2],c=p[0];c--;)a=a.lastChild;A.merge(d,a.childNodes),(a=l.firstChild).textContent=""}else d.push(t.createTextNode(i));for(l.textContent="",f=0;i=d[f++];)if(o&&A.inArray(i,o)>-1)r&&r.push(i);else if(u=se(i),a=xe(l.appendChild(i),"script"),u&&Ie(a),n)for(c=0;i=a[c++];)ve.test(i.type||"")&&n.push(i);return l}var Ae=/^([^.]*)(?:\.(.+)|)/;function Te(){return!0}function je(){return!1}function Me(e,t){return e===function(){try{return b.activeElement}catch(e){}}()==("focus"===t)}function Ne(e,t,n,o,r,i){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(o=o||n,n=void 0),t)Ne(e,s,n,o,t[s],i);return e}if(null==o&&null==r?(r=n,o=n=void 0):null==r&&("string"==typeof n?(r=o,o=void 0):(r=o,o=n,n=void 0)),!1===r)r=je;else if(!r)return e;return 1===i&&(a=r,r=function(e){return A().off(e),a.apply(this,arguments)},r.guid=a.guid||(a.guid=A.guid++)),e.each((function(){A.event.add(this,t,r,o,n)}))}function ke(e,t,n){n?($.set(e,t,!1),A.event.add(e,t,{namespace:!1,handler:function(e){var o,r,i=$.get(this,t);if(1&e.isTrigger&&this[t]){if(i.length)(A.event.special[t]||{}).delegateType&&e.stopPropagation();else if(i=s.call(arguments),$.set(this,t,i),o=n(this,t),this[t](),i!==(r=$.get(this,t))||o?$.set(this,t,!1):r={},i!==r)return e.stopImmediatePropagation(),e.preventDefault(),r&&r.value}else i.length&&($.set(this,t,{value:A.event.trigger(A.extend(i[0],A.Event.prototype),i.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===$.get(e,t)&&A.event.add(e,t,Te)}A.event={global:{},add:function(e,t,n,o,r){var i,a,s,p,u,c,l,d,f,h,g,m=$.get(e);if(V(e))for(n.handler&&(n=(i=n).handler,r=i.selector),r&&A.find.matchesSelector(ae,r),n.guid||(n.guid=A.guid++),(p=m.events)||(p=m.events=Object.create(null)),(a=m.handle)||(a=m.handle=function(t){return void 0!==A&&A.event.triggered!==t.type?A.event.dispatch.apply(e,arguments):void 0}),u=(t=(t||"").match(H)||[""]).length;u--;)f=g=(s=Ae.exec(t[u])||[])[1],h=(s[2]||"").split(".").sort(),f&&(l=A.event.special[f]||{},f=(r?l.delegateType:l.bindType)||f,l=A.event.special[f]||{},c=A.extend({type:f,origType:g,data:o,handler:n,guid:n.guid,selector:r,needsContext:r&&A.expr.match.needsContext.test(r),namespace:h.join(".")},i),(d=p[f])||((d=p[f]=[]).delegateCount=0,l.setup&&!1!==l.setup.call(e,o,h,a)||e.addEventListener&&e.addEventListener(f,a)),l.add&&(l.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),r?d.splice(d.delegateCount++,0,c):d.push(c),A.event.global[f]=!0)},remove:function(e,t,n,o,r){var i,a,s,p,u,c,l,d,f,h,g,m=$.hasData(e)&&$.get(e);if(m&&(p=m.events)){for(u=(t=(t||"").match(H)||[""]).length;u--;)if(f=g=(s=Ae.exec(t[u])||[])[1],h=(s[2]||"").split(".").sort(),f){for(l=A.event.special[f]||{},d=p[f=(o?l.delegateType:l.bindType)||f]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=i=d.length;i--;)c=d[i],!r&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||o&&o!==c.selector&&("**"!==o||!c.selector)||(d.splice(i,1),c.selector&&d.delegateCount--,l.remove&&l.remove.call(e,c));a&&!d.length&&(l.teardown&&!1!==l.teardown.call(e,h,m.handle)||A.removeEvent(e,f,m.handle),delete p[f])}else for(f in p)A.event.remove(e,f+t[u],n,o,!0);A.isEmptyObject(p)&&$.remove(e,"handle events")}},dispatch:function(e){var t,n,o,r,i,a,s=new Array(arguments.length),p=A.event.fix(e),u=($.get(this,"events")||Object.create(null))[p.type]||[],c=A.event.special[p.type]||{};for(s[0]=p,t=1;t<arguments.length;t++)s[t]=arguments[t];if(p.delegateTarget=this,!c.preDispatch||!1!==c.preDispatch.call(this,p)){for(a=A.event.handlers.call(this,p,u),t=0;(r=a[t++])&&!p.isPropagationStopped();)for(p.currentTarget=r.elem,n=0;(i=r.handlers[n++])&&!p.isImmediatePropagationStopped();)p.rnamespace&&!1!==i.namespace&&!p.rnamespace.test(i.namespace)||(p.handleObj=i,p.data=i.data,void 0!==(o=((A.event.special[i.origType]||{}).handle||i.handler).apply(r.elem,s))&&!1===(p.result=o)&&(p.preventDefault(),p.stopPropagation()));return c.postDispatch&&c.postDispatch.call(this,p),p.result}},handlers:function(e,t){var n,o,r,i,a,s=[],p=t.delegateCount,u=e.target;if(p&&u.nodeType&&!("click"===e.type&&e.button>=1))for(;u!==this;u=u.parentNode||this)if(1===u.nodeType&&("click"!==e.type||!0!==u.disabled)){for(i=[],a={},n=0;n<p;n++)void 0===a[r=(o=t[n]).selector+" "]&&(a[r]=o.needsContext?A(r,this).index(u)>-1:A.find(r,this,null,[u]).length),a[r]&&i.push(o);i.length&&s.push({elem:u,handlers:i})}return u=this,p<t.length&&s.push({elem:u,handlers:t.slice(p)}),s},addProp:function(e,t){Object.defineProperty(A.Event.prototype,e,{enumerable:!0,configurable:!0,get:y(t)?function(){if(this.originalEvent)return t(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[e]},set:function(t){Object.defineProperty(this,e,{enumerable:!0,configurable:!0,writable:!0,value:t})}})},fix:function(e){return e[A.expando]?e:new A.Event(e)},special:{load:{noBubble:!0},click:{setup:function(e){var t=this||e;return me.test(t.type)&&t.click&&S(t,"input")&&ke(t,"click",Te),!1},trigger:function(e){var t=this||e;return me.test(t.type)&&t.click&&S(t,"input")&&ke(t,"click"),!0},_default:function(e){var t=e.target;return me.test(t.type)&&t.click&&S(t,"input")&&$.get(t,"click")||S(t,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},A.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},A.Event=function(e,t){if(!(this instanceof A.Event))return new A.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?Te:je,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&A.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[A.expando]=!0},A.Event.prototype={constructor:A.Event,isDefaultPrevented:je,isPropagationStopped:je,isImmediatePropagationStopped:je,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=Te,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=Te,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=Te,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},A.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:!0},A.event.addProp),A.each({focus:"focusin",blur:"focusout"},(function(e,t){A.event.special[e]={setup:function(){return ke(this,e,Me),!1},trigger:function(){return ke(this,e),!0},_default:function(){return!0},delegateType:t}})),A.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},(function(e,t){A.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,o=this,r=e.relatedTarget,i=e.handleObj;return r&&(r===o||A.contains(o,r))||(e.type=i.origType,n=i.handler.apply(this,arguments),e.type=t),n}}})),A.fn.extend({on:function(e,t,n,o){return Ne(this,e,t,n,o)},one:function(e,t,n,o){return Ne(this,e,t,n,o,1)},off:function(e,t,n){var o,r;if(e&&e.preventDefault&&e.handleObj)return o=e.handleObj,A(e.delegateTarget).off(o.namespace?o.origType+"."+o.namespace:o.origType,o.selector,o.handler),this;if("object"==typeof e){for(r in e)this.off(r,t,e[r]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=je),this.each((function(){A.event.remove(this,e,n,t)}))}});var Se=/<script|<style|<link/i,_e=/checked\s*(?:[^=]|=\s*.checked.)/i,ze=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function De(e,t){return S(e,"table")&&S(11!==t.nodeType?t:t.firstChild,"tr")&&A(e).children("tbody")[0]||e}function Le(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Ee(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Ze(e,t){var n,o,r,i,a,s;if(1===t.nodeType){if($.hasData(e)&&(s=$.get(e).events))for(r in $.remove(t,"handle events"),s)for(n=0,o=s[r].length;n<o;n++)A.event.add(t,r,s[r][n]);Q.hasData(e)&&(i=Q.access(e),a=A.extend({},i),Q.set(t,a))}}function Oe(e,t){var n=t.nodeName.toLowerCase();"input"===n&&me.test(e.type)?t.checked=e.checked:"input"!==n&&"textarea"!==n||(t.defaultValue=e.defaultValue)}function He(e,t,n,o){t=p(t);var r,i,a,s,u,c,l=0,d=e.length,f=d-1,h=t[0],g=y(h);if(g||d>1&&"string"==typeof h&&!m.checkClone&&_e.test(h))return e.each((function(r){var i=e.eq(r);g&&(t[0]=h.call(this,r,i.html())),He(i,t,n,o)}));if(d&&(i=(r=we(t,e[0].ownerDocument,!1,e,o)).firstChild,1===r.childNodes.length&&(r=i),i||o)){for(s=(a=A.map(xe(r,"script"),Le)).length;l<d;l++)u=r,l!==f&&(u=A.clone(u,!0,!0),s&&A.merge(a,xe(u,"script"))),n.call(e[l],u,l);if(s)for(c=a[a.length-1].ownerDocument,A.map(a,Ee),l=0;l<s;l++)u=a[l],ve.test(u.type||"")&&!$.access(u,"globalEval")&&A.contains(c,u)&&(u.src&&"module"!==(u.type||"").toLowerCase()?A._evalUrl&&!u.noModule&&A._evalUrl(u.src,{nonce:u.nonce||u.getAttribute("nonce")},c):I(u.textContent.replace(ze,""),u,c))}return e}function We(e,t,n){for(var o,r=t?A.filter(t,e):e,i=0;null!=(o=r[i]);i++)n||1!==o.nodeType||A.cleanData(xe(o)),o.parentNode&&(n&&se(o)&&Ie(xe(o,"script")),o.parentNode.removeChild(o));return e}A.extend({htmlPrefilter:function(e){return e},clone:function(e,t,n){var o,r,i,a,s=e.cloneNode(!0),p=se(e);if(!(m.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||A.isXMLDoc(e)))for(a=xe(s),o=0,r=(i=xe(e)).length;o<r;o++)Oe(i[o],a[o]);if(t)if(n)for(i=i||xe(e),a=a||xe(s),o=0,r=i.length;o<r;o++)Ze(i[o],a[o]);else Ze(e,s);return(a=xe(s,"script")).length>0&&Ie(a,!p&&xe(e,"script")),s},cleanData:function(e){for(var t,n,o,r=A.event.special,i=0;void 0!==(n=e[i]);i++)if(V(n)){if(t=n[$.expando]){if(t.events)for(o in t.events)r[o]?A.event.remove(n,o):A.removeEvent(n,o,t.handle);n[$.expando]=void 0}n[Q.expando]&&(n[Q.expando]=void 0)}}}),A.fn.extend({detach:function(e){return We(this,e,!0)},remove:function(e){return We(this,e)},text:function(e){return X(this,(function(e){return void 0===e?A.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)}))}),null,e,arguments.length)},append:function(){return He(this,arguments,(function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||De(this,e).appendChild(e)}))},prepend:function(){return He(this,arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=De(this,e);t.insertBefore(e,t.firstChild)}}))},before:function(){return He(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this)}))},after:function(){return He(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)}))},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(A.cleanData(xe(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map((function(){return A.clone(this,e,t)}))},html:function(e){return X(this,(function(e){var t=this[0]||{},n=0,o=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Se.test(e)&&!be[(ye.exec(e)||["",""])[1].toLowerCase()]){e=A.htmlPrefilter(e);try{for(;n<o;n++)1===(t=this[n]||{}).nodeType&&(A.cleanData(xe(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)}),null,e,arguments.length)},replaceWith:function(){var e=[];return He(this,arguments,(function(t){var n=this.parentNode;A.inArray(this,e)<0&&(A.cleanData(xe(this)),n&&n.replaceChild(t,this))}),e)}}),A.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},(function(e,t){A.fn[e]=function(e){for(var n,o=[],r=A(e),i=r.length-1,a=0;a<=i;a++)n=a===i?this:this.clone(!0),A(r[a])[t](n),u.apply(o,n.get());return this.pushStack(o)}}));var Re=new RegExp("^("+oe+")(?!px)[a-z%]+$","i"),Pe=function(e){var t=e.ownerDocument.defaultView;return t&&t.opener||(t=o),t.getComputedStyle(e)},Ge=function(e,t,n){var o,r,i={};for(r in t)i[r]=e.style[r],e.style[r]=t[r];for(r in o=n.call(e),t)e.style[r]=i[r];return o},Ye=new RegExp(ie.join("|"),"i");function Be(e,t,n){var o,r,i,a,s=e.style;return(n=n||Pe(e))&&(""!==(a=n.getPropertyValue(t)||n[t])||se(e)||(a=A.style(e,t)),!m.pixelBoxStyles()&&Re.test(a)&&Ye.test(t)&&(o=s.width,r=s.minWidth,i=s.maxWidth,s.minWidth=s.maxWidth=s.width=a,a=n.width,s.width=o,s.minWidth=r,s.maxWidth=i)),void 0!==a?a+"":a}function Xe(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}!function(){function e(){if(c){u.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",c.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",ae.appendChild(u).appendChild(c);var e=o.getComputedStyle(c);n="1%"!==e.top,p=12===t(e.marginLeft),c.style.right="60%",a=36===t(e.right),r=36===t(e.width),c.style.position="absolute",i=12===t(c.offsetWidth/3),ae.removeChild(u),c=null}}function t(e){return Math.round(parseFloat(e))}var n,r,i,a,s,p,u=b.createElement("div"),c=b.createElement("div");c.style&&(c.style.backgroundClip="content-box",c.cloneNode(!0).style.backgroundClip="",m.clearCloneStyle="content-box"===c.style.backgroundClip,A.extend(m,{boxSizingReliable:function(){return e(),r},pixelBoxStyles:function(){return e(),a},pixelPosition:function(){return e(),n},reliableMarginLeft:function(){return e(),p},scrollboxSize:function(){return e(),i},reliableTrDimensions:function(){var e,t,n,r;return null==s&&(e=b.createElement("table"),t=b.createElement("tr"),n=b.createElement("div"),e.style.cssText="position:absolute;left:-11111px;border-collapse:separate",t.style.cssText="border:1px solid",t.style.height="1px",n.style.height="9px",n.style.display="block",ae.appendChild(e).appendChild(t).appendChild(n),r=o.getComputedStyle(t),s=parseInt(r.height,10)+parseInt(r.borderTopWidth,10)+parseInt(r.borderBottomWidth,10)===t.offsetHeight,ae.removeChild(e)),s}}))}();var Fe=["Webkit","Moz","ms"],qe=b.createElement("div").style,Je={};function Ue(e){var t=A.cssProps[e]||Je[e];return t||(e in qe?e:Je[e]=function(e){for(var t=e[0].toUpperCase()+e.slice(1),n=Fe.length;n--;)if((e=Fe[n]+t)in qe)return e}(e)||e)}var Ve=/^(none|table(?!-c[ea]).+)/,Ke=/^--/,$e={position:"absolute",visibility:"hidden",display:"block"},Qe={letterSpacing:"0",fontWeight:"400"};function et(e,t,n){var o=re.exec(t);return o?Math.max(0,o[2]-(n||0))+(o[3]||"px"):t}function tt(e,t,n,o,r,i){var a="width"===t?1:0,s=0,p=0;if(n===(o?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(p+=A.css(e,n+ie[a],!0,r)),o?("content"===n&&(p-=A.css(e,"padding"+ie[a],!0,r)),"margin"!==n&&(p-=A.css(e,"border"+ie[a]+"Width",!0,r))):(p+=A.css(e,"padding"+ie[a],!0,r),"padding"!==n?p+=A.css(e,"border"+ie[a]+"Width",!0,r):s+=A.css(e,"border"+ie[a]+"Width",!0,r));return!o&&i>=0&&(p+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-i-p-s-.5))||0),p}function nt(e,t,n){var o=Pe(e),r=(!m.boxSizingReliable()||n)&&"border-box"===A.css(e,"boxSizing",!1,o),i=r,a=Be(e,t,o),s="offset"+t[0].toUpperCase()+t.slice(1);if(Re.test(a)){if(!n)return a;a="auto"}return(!m.boxSizingReliable()&&r||!m.reliableTrDimensions()&&S(e,"tr")||"auto"===a||!parseFloat(a)&&"inline"===A.css(e,"display",!1,o))&&e.getClientRects().length&&(r="border-box"===A.css(e,"boxSizing",!1,o),(i=s in e)&&(a=e[s])),(a=parseFloat(a)||0)+tt(e,t,n||(r?"border":"content"),i,o,a)+"px"}function ot(e,t,n,o,r){return new ot.prototype.init(e,t,n,o,r)}A.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Be(e,"opacity");return""===n?"1":n}}}},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(e,t,n,o){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var r,i,a,s=U(t),p=Ke.test(t),u=e.style;if(p||(t=Ue(s)),a=A.cssHooks[t]||A.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(r=a.get(e,!1,o))?r:u[t];"string"===(i=typeof n)&&(r=re.exec(n))&&r[1]&&(n=ce(e,t,r),i="number"),null!=n&&n==n&&("number"!==i||p||(n+=r&&r[3]||(A.cssNumber[s]?"":"px")),m.clearCloneStyle||""!==n||0!==t.indexOf("background")||(u[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,o))||(p?u.setProperty(t,n):u[t]=n))}},css:function(e,t,n,o){var r,i,a,s=U(t);return Ke.test(t)||(t=Ue(s)),(a=A.cssHooks[t]||A.cssHooks[s])&&"get"in a&&(r=a.get(e,!0,n)),void 0===r&&(r=Be(e,t,o)),"normal"===r&&t in Qe&&(r=Qe[t]),""===n||n?(i=parseFloat(r),!0===n||isFinite(i)?i||0:r):r}}),A.each(["height","width"],(function(e,t){A.cssHooks[t]={get:function(e,n,o){if(n)return!Ve.test(A.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?nt(e,t,o):Ge(e,$e,(function(){return nt(e,t,o)}))},set:function(e,n,o){var r,i=Pe(e),a=!m.scrollboxSize()&&"absolute"===i.position,s=(a||o)&&"border-box"===A.css(e,"boxSizing",!1,i),p=o?tt(e,t,o,s,i):0;return s&&a&&(p-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(i[t])-tt(e,t,"border",!1,i)-.5)),p&&(r=re.exec(n))&&"px"!==(r[3]||"px")&&(e.style[t]=n,n=A.css(e,t)),et(0,n,p)}}})),A.cssHooks.marginLeft=Xe(m.reliableMarginLeft,(function(e,t){if(t)return(parseFloat(Be(e,"marginLeft"))||e.getBoundingClientRect().left-Ge(e,{marginLeft:0},(function(){return e.getBoundingClientRect().left})))+"px"})),A.each({margin:"",padding:"",border:"Width"},(function(e,t){A.cssHooks[e+t]={expand:function(n){for(var o=0,r={},i="string"==typeof n?n.split(" "):[n];o<4;o++)r[e+ie[o]+t]=i[o]||i[o-2]||i[0];return r}},"margin"!==e&&(A.cssHooks[e+t].set=et)})),A.fn.extend({css:function(e,t){return X(this,(function(e,t,n){var o,r,i={},a=0;if(Array.isArray(t)){for(o=Pe(e),r=t.length;a<r;a++)i[t[a]]=A.css(e,t[a],!1,o);return i}return void 0!==n?A.style(e,t,n):A.css(e,t)}),e,t,arguments.length>1)}}),A.Tween=ot,ot.prototype={constructor:ot,init:function(e,t,n,o,r,i){this.elem=e,this.prop=n,this.easing=r||A.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=o,this.unit=i||(A.cssNumber[n]?"":"px")},cur:function(){var e=ot.propHooks[this.prop];return e&&e.get?e.get(this):ot.propHooks._default.get(this)},run:function(e){var t,n=ot.propHooks[this.prop];return this.options.duration?this.pos=t=A.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):ot.propHooks._default.set(this),this}},ot.prototype.init.prototype=ot.prototype,ot.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=A.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){A.fx.step[e.prop]?A.fx.step[e.prop](e):1!==e.elem.nodeType||!A.cssHooks[e.prop]&&null==e.elem.style[Ue(e.prop)]?e.elem[e.prop]=e.now:A.style(e.elem,e.prop,e.now+e.unit)}}},ot.propHooks.scrollTop=ot.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},A.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},A.fx=ot.prototype.init,A.fx.step={};var rt,it,at=/^(?:toggle|show|hide)$/,st=/queueHooks$/;function pt(){it&&(!1===b.hidden&&o.requestAnimationFrame?o.requestAnimationFrame(pt):o.setTimeout(pt,A.fx.interval),A.fx.tick())}function ut(){return o.setTimeout((function(){rt=void 0})),rt=Date.now()}function ct(e,t){var n,o=0,r={height:e};for(t=t?1:0;o<4;o+=2-t)r["margin"+(n=ie[o])]=r["padding"+n]=e;return t&&(r.opacity=r.width=e),r}function lt(e,t,n){for(var o,r=(dt.tweeners[t]||[]).concat(dt.tweeners["*"]),i=0,a=r.length;i<a;i++)if(o=r[i].call(n,t,e))return o}function dt(e,t,n){var o,r,i=0,a=dt.prefilters.length,s=A.Deferred().always((function(){delete p.elem})),p=function(){if(r)return!1;for(var t=rt||ut(),n=Math.max(0,u.startTime+u.duration-t),o=1-(n/u.duration||0),i=0,a=u.tweens.length;i<a;i++)u.tweens[i].run(o);return s.notifyWith(e,[u,o,n]),o<1&&a?n:(a||s.notifyWith(e,[u,1,0]),s.resolveWith(e,[u]),!1)},u=s.promise({elem:e,props:A.extend({},t),opts:A.extend(!0,{specialEasing:{},easing:A.easing._default},n),originalProperties:t,originalOptions:n,startTime:rt||ut(),duration:n.duration,tweens:[],createTween:function(t,n){var o=A.Tween(e,u.opts,t,n,u.opts.specialEasing[t]||u.opts.easing);return u.tweens.push(o),o},stop:function(t){var n=0,o=t?u.tweens.length:0;if(r)return this;for(r=!0;n<o;n++)u.tweens[n].run(1);return t?(s.notifyWith(e,[u,1,0]),s.resolveWith(e,[u,t])):s.rejectWith(e,[u,t]),this}}),c=u.props;for(!function(e,t){var n,o,r,i,a;for(n in e)if(r=t[o=U(n)],i=e[n],Array.isArray(i)&&(r=i[1],i=e[n]=i[0]),n!==o&&(e[o]=i,delete e[n]),(a=A.cssHooks[o])&&"expand"in a)for(n in i=a.expand(i),delete e[o],i)n in e||(e[n]=i[n],t[n]=r);else t[o]=r}(c,u.opts.specialEasing);i<a;i++)if(o=dt.prefilters[i].call(u,e,c,u.opts))return y(o.stop)&&(A._queueHooks(u.elem,u.opts.queue).stop=o.stop.bind(o)),o;return A.map(c,lt,u),y(u.opts.start)&&u.opts.start.call(e,u),u.progress(u.opts.progress).done(u.opts.done,u.opts.complete).fail(u.opts.fail).always(u.opts.always),A.fx.timer(A.extend(p,{elem:e,anim:u,queue:u.opts.queue})),u}A.Animation=A.extend(dt,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return ce(n.elem,e,re.exec(t),n),n}]},tweener:function(e,t){y(e)?(t=e,e=["*"]):e=e.match(H);for(var n,o=0,r=e.length;o<r;o++)n=e[o],dt.tweeners[n]=dt.tweeners[n]||[],dt.tweeners[n].unshift(t)},prefilters:[function(e,t,n){var o,r,i,a,s,p,u,c,l="width"in t||"height"in t,d=this,f={},h=e.style,g=e.nodeType&&ue(e),m=$.get(e,"fxshow");for(o in n.queue||(null==(a=A._queueHooks(e,"fx")).unqueued&&(a.unqueued=0,s=a.empty.fire,a.empty.fire=function(){a.unqueued||s()}),a.unqueued++,d.always((function(){d.always((function(){a.unqueued--,A.queue(e,"fx").length||a.empty.fire()}))}))),t)if(r=t[o],at.test(r)){if(delete t[o],i=i||"toggle"===r,r===(g?"hide":"show")){if("show"!==r||!m||void 0===m[o])continue;g=!0}f[o]=m&&m[o]||A.style(e,o)}if((p=!A.isEmptyObject(t))||!A.isEmptyObject(f))for(o in l&&1===e.nodeType&&(n.overflow=[h.overflow,h.overflowX,h.overflowY],null==(u=m&&m.display)&&(u=$.get(e,"display")),"none"===(c=A.css(e,"display"))&&(u?c=u:(fe([e],!0),u=e.style.display||u,c=A.css(e,"display"),fe([e]))),("inline"===c||"inline-block"===c&&null!=u)&&"none"===A.css(e,"float")&&(p||(d.done((function(){h.display=u})),null==u&&(c=h.display,u="none"===c?"":c)),h.display="inline-block")),n.overflow&&(h.overflow="hidden",d.always((function(){h.overflow=n.overflow[0],h.overflowX=n.overflow[1],h.overflowY=n.overflow[2]}))),p=!1,f)p||(m?"hidden"in m&&(g=m.hidden):m=$.access(e,"fxshow",{display:u}),i&&(m.hidden=!g),g&&fe([e],!0),d.done((function(){for(o in g||fe([e]),$.remove(e,"fxshow"),f)A.style(e,o,f[o])}))),p=lt(g?m[o]:0,o,d),o in m||(m[o]=p.start,g&&(p.end=p.start,p.start=0))}],prefilter:function(e,t){t?dt.prefilters.unshift(e):dt.prefilters.push(e)}}),A.speed=function(e,t,n){var o=e&&"object"==typeof e?A.extend({},e):{complete:n||!n&&t||y(e)&&e,duration:e,easing:n&&t||t&&!y(t)&&t};return A.fx.off?o.duration=0:"number"!=typeof o.duration&&(o.duration in A.fx.speeds?o.duration=A.fx.speeds[o.duration]:o.duration=A.fx.speeds._default),null!=o.queue&&!0!==o.queue||(o.queue="fx"),o.old=o.complete,o.complete=function(){y(o.old)&&o.old.call(this),o.queue&&A.dequeue(this,o.queue)},o},A.fn.extend({fadeTo:function(e,t,n,o){return this.filter(ue).css("opacity",0).show().end().animate({opacity:t},e,n,o)},animate:function(e,t,n,o){var r=A.isEmptyObject(e),i=A.speed(t,n,o),a=function(){var t=dt(this,A.extend({},e),i);(r||$.get(this,"finish"))&&t.stop(!0)};return a.finish=a,r||!1===i.queue?this.each(a):this.queue(i.queue,a)},stop:function(e,t,n){var o=function(e){var t=e.stop;delete e.stop,t(n)};return"string"!=typeof e&&(n=t,t=e,e=void 0),t&&this.queue(e||"fx",[]),this.each((function(){var t=!0,r=null!=e&&e+"queueHooks",i=A.timers,a=$.get(this);if(r)a[r]&&a[r].stop&&o(a[r]);else for(r in a)a[r]&&a[r].stop&&st.test(r)&&o(a[r]);for(r=i.length;r--;)i[r].elem!==this||null!=e&&i[r].queue!==e||(i[r].anim.stop(n),t=!1,i.splice(r,1));!t&&n||A.dequeue(this,e)}))},finish:function(e){return!1!==e&&(e=e||"fx"),this.each((function(){var t,n=$.get(this),o=n[e+"queue"],r=n[e+"queueHooks"],i=A.timers,a=o?o.length:0;for(n.finish=!0,A.queue(this,e,[]),r&&r.stop&&r.stop.call(this,!0),t=i.length;t--;)i[t].elem===this&&i[t].queue===e&&(i[t].anim.stop(!0),i.splice(t,1));for(t=0;t<a;t++)o[t]&&o[t].finish&&o[t].finish.call(this);delete n.finish}))}}),A.each(["toggle","show","hide"],(function(e,t){var n=A.fn[t];A.fn[t]=function(e,o,r){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(ct(t,!0),e,o,r)}})),A.each({slideDown:ct("show"),slideUp:ct("hide"),slideToggle:ct("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},(function(e,t){A.fn[e]=function(e,n,o){return this.animate(t,e,n,o)}})),A.timers=[],A.fx.tick=function(){var e,t=0,n=A.timers;for(rt=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||A.fx.stop(),rt=void 0},A.fx.timer=function(e){A.timers.push(e),A.fx.start()},A.fx.interval=13,A.fx.start=function(){it||(it=!0,pt())},A.fx.stop=function(){it=null},A.fx.speeds={slow:600,fast:200,_default:400},A.fn.delay=function(e,t){return e=A.fx&&A.fx.speeds[e]||e,t=t||"fx",this.queue(t,(function(t,n){var r=o.setTimeout(t,e);n.stop=function(){o.clearTimeout(r)}}))},function(){var e=b.createElement("input"),t=b.createElement("select").appendChild(b.createElement("option"));e.type="checkbox",m.checkOn=""!==e.value,m.optSelected=t.selected,(e=b.createElement("input")).value="t",e.type="radio",m.radioValue="t"===e.value}();var ft,ht=A.expr.attrHandle;A.fn.extend({attr:function(e,t){return X(this,A.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each((function(){A.removeAttr(this,e)}))}}),A.extend({attr:function(e,t,n){var o,r,i=e.nodeType;if(3!==i&&8!==i&&2!==i)return void 0===e.getAttribute?A.prop(e,t,n):(1===i&&A.isXMLDoc(e)||(r=A.attrHooks[t.toLowerCase()]||(A.expr.match.bool.test(t)?ft:void 0)),void 0!==n?null===n?void A.removeAttr(e,t):r&&"set"in r&&void 0!==(o=r.set(e,n,t))?o:(e.setAttribute(t,n+""),n):r&&"get"in r&&null!==(o=r.get(e,t))?o:null==(o=A.find.attr(e,t))?void 0:o)},attrHooks:{type:{set:function(e,t){if(!m.radioValue&&"radio"===t&&S(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,o=0,r=t&&t.match(H);if(r&&1===e.nodeType)for(;n=r[o++];)e.removeAttribute(n)}}),ft={set:function(e,t,n){return!1===t?A.removeAttr(e,n):e.setAttribute(n,n),n}},A.each(A.expr.match.bool.source.match(/\w+/g),(function(e,t){var n=ht[t]||A.find.attr;ht[t]=function(e,t,o){var r,i,a=t.toLowerCase();return o||(i=ht[a],ht[a]=r,r=null!=n(e,t,o)?a:null,ht[a]=i),r}}));var gt=/^(?:input|select|textarea|button)$/i,mt=/^(?:a|area)$/i;function yt(e){return(e.match(H)||[]).join(" ")}function vt(e){return e.getAttribute&&e.getAttribute("class")||""}function bt(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(H)||[]}A.fn.extend({prop:function(e,t){return X(this,A.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each((function(){delete this[A.propFix[e]||e]}))}}),A.extend({prop:function(e,t,n){var o,r,i=e.nodeType;if(3!==i&&8!==i&&2!==i)return 1===i&&A.isXMLDoc(e)||(t=A.propFix[t]||t,r=A.propHooks[t]),void 0!==n?r&&"set"in r&&void 0!==(o=r.set(e,n,t))?o:e[t]=n:r&&"get"in r&&null!==(o=r.get(e,t))?o:e[t]},propHooks:{tabIndex:{get:function(e){var t=A.find.attr(e,"tabindex");return t?parseInt(t,10):gt.test(e.nodeName)||mt.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),m.optSelected||(A.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),A.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){A.propFix[this.toLowerCase()]=this})),A.fn.extend({addClass:function(e){var t,n,o,r,i,a,s,p=0;if(y(e))return this.each((function(t){A(this).addClass(e.call(this,t,vt(this)))}));if((t=bt(e)).length)for(;n=this[p++];)if(r=vt(n),o=1===n.nodeType&&" "+yt(r)+" "){for(a=0;i=t[a++];)o.indexOf(" "+i+" ")<0&&(o+=i+" ");r!==(s=yt(o))&&n.setAttribute("class",s)}return this},removeClass:function(e){var t,n,o,r,i,a,s,p=0;if(y(e))return this.each((function(t){A(this).removeClass(e.call(this,t,vt(this)))}));if(!arguments.length)return this.attr("class","");if((t=bt(e)).length)for(;n=this[p++];)if(r=vt(n),o=1===n.nodeType&&" "+yt(r)+" "){for(a=0;i=t[a++];)for(;o.indexOf(" "+i+" ")>-1;)o=o.replace(" "+i+" "," ");r!==(s=yt(o))&&n.setAttribute("class",s)}return this},toggleClass:function(e,t){var n=typeof e,o="string"===n||Array.isArray(e);return"boolean"==typeof t&&o?t?this.addClass(e):this.removeClass(e):y(e)?this.each((function(n){A(this).toggleClass(e.call(this,n,vt(this),t),t)})):this.each((function(){var t,r,i,a;if(o)for(r=0,i=A(this),a=bt(e);t=a[r++];)i.hasClass(t)?i.removeClass(t):i.addClass(t);else void 0!==e&&"boolean"!==n||((t=vt(this))&&$.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":$.get(this,"__className__")||""))}))},hasClass:function(e){var t,n,o=0;for(t=" "+e+" ";n=this[o++];)if(1===n.nodeType&&(" "+yt(vt(n))+" ").indexOf(t)>-1)return!0;return!1}});var xt=/\r/g;A.fn.extend({val:function(e){var t,n,o,r=this[0];return arguments.length?(o=y(e),this.each((function(n){var r;1===this.nodeType&&(null==(r=o?e.call(this,n,A(this).val()):e)?r="":"number"==typeof r?r+="":Array.isArray(r)&&(r=A.map(r,(function(e){return null==e?"":e+""}))),(t=A.valHooks[this.type]||A.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,r,"value")||(this.value=r))}))):r?(t=A.valHooks[r.type]||A.valHooks[r.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(r,"value"))?n:"string"==typeof(n=r.value)?n.replace(xt,""):null==n?"":n:void 0}}),A.extend({valHooks:{option:{get:function(e){var t=A.find.attr(e,"value");return null!=t?t:yt(A.text(e))}},select:{get:function(e){var t,n,o,r=e.options,i=e.selectedIndex,a="select-one"===e.type,s=a?null:[],p=a?i+1:r.length;for(o=i<0?p:a?i:0;o<p;o++)if(((n=r[o]).selected||o===i)&&!n.disabled&&(!n.parentNode.disabled||!S(n.parentNode,"optgroup"))){if(t=A(n).val(),a)return t;s.push(t)}return s},set:function(e,t){for(var n,o,r=e.options,i=A.makeArray(t),a=r.length;a--;)((o=r[a]).selected=A.inArray(A.valHooks.option.get(o),i)>-1)&&(n=!0);return n||(e.selectedIndex=-1),i}}}}),A.each(["radio","checkbox"],(function(){A.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=A.inArray(A(e).val(),t)>-1}},m.checkOn||(A.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})})),m.focusin="onfocusin"in o;var It=/^(?:focusinfocus|focusoutblur)$/,Ct=function(e){e.stopPropagation()};A.extend(A.event,{trigger:function(e,t,n,r){var i,a,s,p,u,c,l,d,h=[n||b],g=f.call(e,"type")?e.type:e,m=f.call(e,"namespace")?e.namespace.split("."):[];if(a=d=s=n=n||b,3!==n.nodeType&&8!==n.nodeType&&!It.test(g+A.event.triggered)&&(g.indexOf(".")>-1&&(m=g.split("."),g=m.shift(),m.sort()),u=g.indexOf(":")<0&&"on"+g,(e=e[A.expando]?e:new A.Event(g,"object"==typeof e&&e)).isTrigger=r?2:3,e.namespace=m.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+m.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=null==t?[e]:A.makeArray(t,[e]),l=A.event.special[g]||{},r||!l.trigger||!1!==l.trigger.apply(n,t))){if(!r&&!l.noBubble&&!v(n)){for(p=l.delegateType||g,It.test(p+g)||(a=a.parentNode);a;a=a.parentNode)h.push(a),s=a;s===(n.ownerDocument||b)&&h.push(s.defaultView||s.parentWindow||o)}for(i=0;(a=h[i++])&&!e.isPropagationStopped();)d=a,e.type=i>1?p:l.bindType||g,(c=($.get(a,"events")||Object.create(null))[e.type]&&$.get(a,"handle"))&&c.apply(a,t),(c=u&&a[u])&&c.apply&&V(a)&&(e.result=c.apply(a,t),!1===e.result&&e.preventDefault());return e.type=g,r||e.isDefaultPrevented()||l._default&&!1!==l._default.apply(h.pop(),t)||!V(n)||u&&y(n[g])&&!v(n)&&((s=n[u])&&(n[u]=null),A.event.triggered=g,e.isPropagationStopped()&&d.addEventListener(g,Ct),n[g](),e.isPropagationStopped()&&d.removeEventListener(g,Ct),A.event.triggered=void 0,s&&(n[u]=s)),e.result}},simulate:function(e,t,n){var o=A.extend(new A.Event,n,{type:e,isSimulated:!0});A.event.trigger(o,null,t)}}),A.fn.extend({trigger:function(e,t){return this.each((function(){A.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var n=this[0];if(n)return A.event.trigger(e,t,n,!0)}}),m.focusin||A.each({focus:"focusin",blur:"focusout"},(function(e,t){var n=function(e){A.event.simulate(t,e.target,A.event.fix(e))};A.event.special[t]={setup:function(){var o=this.ownerDocument||this.document||this,r=$.access(o,t);r||o.addEventListener(e,n,!0),$.access(o,t,(r||0)+1)},teardown:function(){var o=this.ownerDocument||this.document||this,r=$.access(o,t)-1;r?$.access(o,t,r):(o.removeEventListener(e,n,!0),$.remove(o,t))}}}));var wt=o.location,At={guid:Date.now()},Tt=/\?/;A.parseXML=function(e){var t,n;if(!e||"string"!=typeof e)return null;try{t=(new o.DOMParser).parseFromString(e,"text/xml")}catch(e){}return n=t&&t.getElementsByTagName("parsererror")[0],t&&!n||A.error("Invalid XML: "+(n?A.map(n.childNodes,(function(e){return e.textContent})).join("\n"):e)),t};var jt=/\[\]$/,Mt=/\r?\n/g,Nt=/^(?:submit|button|image|reset|file)$/i,kt=/^(?:input|select|textarea|keygen)/i;function St(e,t,n,o){var r;if(Array.isArray(t))A.each(t,(function(t,r){n||jt.test(e)?o(e,r):St(e+"["+("object"==typeof r&&null!=r?t:"")+"]",r,n,o)}));else if(n||"object"!==C(t))o(e,t);else for(r in t)St(e+"["+r+"]",t[r],n,o)}A.param=function(e,t){var n,o=[],r=function(e,t){var n=y(t)?t():t;o[o.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!A.isPlainObject(e))A.each(e,(function(){r(this.name,this.value)}));else for(n in e)St(n,e[n],t,r);return o.join("&")},A.fn.extend({serialize:function(){return A.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var e=A.prop(this,"elements");return e?A.makeArray(e):this})).filter((function(){var e=this.type;return this.name&&!A(this).is(":disabled")&&kt.test(this.nodeName)&&!Nt.test(e)&&(this.checked||!me.test(e))})).map((function(e,t){var n=A(this).val();return null==n?null:Array.isArray(n)?A.map(n,(function(e){return{name:t.name,value:e.replace(Mt,"\r\n")}})):{name:t.name,value:n.replace(Mt,"\r\n")}})).get()}});var _t=/%20/g,zt=/#.*$/,Dt=/([?&])_=[^&]*/,Lt=/^(.*?):[ \t]*([^\r\n]*)$/gm,Et=/^(?:GET|HEAD)$/,Zt=/^\/\//,Ot={},Ht={},Wt="*/".concat("*"),Rt=b.createElement("a");function Pt(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var o,r=0,i=t.toLowerCase().match(H)||[];if(y(n))for(;o=i[r++];)"+"===o[0]?(o=o.slice(1)||"*",(e[o]=e[o]||[]).unshift(n)):(e[o]=e[o]||[]).push(n)}}function Gt(e,t,n,o){var r={},i=e===Ht;function a(s){var p;return r[s]=!0,A.each(e[s]||[],(function(e,s){var u=s(t,n,o);return"string"!=typeof u||i||r[u]?i?!(p=u):void 0:(t.dataTypes.unshift(u),a(u),!1)})),p}return a(t.dataTypes[0])||!r["*"]&&a("*")}function Yt(e,t){var n,o,r=A.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((r[n]?e:o||(o={}))[n]=t[n]);return o&&A.extend(!0,e,o),e}Rt.href=wt.href,A.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:wt.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(wt.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Wt,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":A.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?Yt(Yt(e,A.ajaxSettings),t):Yt(A.ajaxSettings,e)},ajaxPrefilter:Pt(Ot),ajaxTransport:Pt(Ht),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var n,r,i,a,s,p,u,c,l,d,f=A.ajaxSetup({},t),h=f.context||f,g=f.context&&(h.nodeType||h.jquery)?A(h):A.event,m=A.Deferred(),y=A.Callbacks("once memory"),v=f.statusCode||{},x={},I={},C="canceled",w={readyState:0,getResponseHeader:function(e){var t;if(u){if(!a)for(a={};t=Lt.exec(i);)a[t[1].toLowerCase()+" "]=(a[t[1].toLowerCase()+" "]||[]).concat(t[2]);t=a[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return u?i:null},setRequestHeader:function(e,t){return null==u&&(e=I[e.toLowerCase()]=I[e.toLowerCase()]||e,x[e]=t),this},overrideMimeType:function(e){return null==u&&(f.mimeType=e),this},statusCode:function(e){var t;if(e)if(u)w.always(e[w.status]);else for(t in e)v[t]=[v[t],e[t]];return this},abort:function(e){var t=e||C;return n&&n.abort(t),T(0,t),this}};if(m.promise(w),f.url=((e||f.url||wt.href)+"").replace(Zt,wt.protocol+"//"),f.type=t.method||t.type||f.method||f.type,f.dataTypes=(f.dataType||"*").toLowerCase().match(H)||[""],null==f.crossDomain){p=b.createElement("a");try{p.href=f.url,p.href=p.href,f.crossDomain=Rt.protocol+"//"+Rt.host!=p.protocol+"//"+p.host}catch(e){f.crossDomain=!0}}if(f.data&&f.processData&&"string"!=typeof f.data&&(f.data=A.param(f.data,f.traditional)),Gt(Ot,f,t,w),u)return w;for(l in(c=A.event&&f.global)&&0==A.active++&&A.event.trigger("ajaxStart"),f.type=f.type.toUpperCase(),f.hasContent=!Et.test(f.type),r=f.url.replace(zt,""),f.hasContent?f.data&&f.processData&&0===(f.contentType||"").indexOf("application/x-www-form-urlencoded")&&(f.data=f.data.replace(_t,"+")):(d=f.url.slice(r.length),f.data&&(f.processData||"string"==typeof f.data)&&(r+=(Tt.test(r)?"&":"?")+f.data,delete f.data),!1===f.cache&&(r=r.replace(Dt,"$1"),d=(Tt.test(r)?"&":"?")+"_="+At.guid+++d),f.url=r+d),f.ifModified&&(A.lastModified[r]&&w.setRequestHeader("If-Modified-Since",A.lastModified[r]),A.etag[r]&&w.setRequestHeader("If-None-Match",A.etag[r])),(f.data&&f.hasContent&&!1!==f.contentType||t.contentType)&&w.setRequestHeader("Content-Type",f.contentType),w.setRequestHeader("Accept",f.dataTypes[0]&&f.accepts[f.dataTypes[0]]?f.accepts[f.dataTypes[0]]+("*"!==f.dataTypes[0]?", "+Wt+"; q=0.01":""):f.accepts["*"]),f.headers)w.setRequestHeader(l,f.headers[l]);if(f.beforeSend&&(!1===f.beforeSend.call(h,w,f)||u))return w.abort();if(C="abort",y.add(f.complete),w.done(f.success),w.fail(f.error),n=Gt(Ht,f,t,w)){if(w.readyState=1,c&&g.trigger("ajaxSend",[w,f]),u)return w;f.async&&f.timeout>0&&(s=o.setTimeout((function(){w.abort("timeout")}),f.timeout));try{u=!1,n.send(x,T)}catch(e){if(u)throw e;T(-1,e)}}else T(-1,"No Transport");function T(e,t,a,p){var l,d,b,x,I,C=t;u||(u=!0,s&&o.clearTimeout(s),n=void 0,i=p||"",w.readyState=e>0?4:0,l=e>=200&&e<300||304===e,a&&(x=function(e,t,n){for(var o,r,i,a,s=e.contents,p=e.dataTypes;"*"===p[0];)p.shift(),void 0===o&&(o=e.mimeType||t.getResponseHeader("Content-Type"));if(o)for(r in s)if(s[r]&&s[r].test(o)){p.unshift(r);break}if(p[0]in n)i=p[0];else{for(r in n){if(!p[0]||e.converters[r+" "+p[0]]){i=r;break}a||(a=r)}i=i||a}if(i)return i!==p[0]&&p.unshift(i),n[i]}(f,w,a)),!l&&A.inArray("script",f.dataTypes)>-1&&A.inArray("json",f.dataTypes)<0&&(f.converters["text script"]=function(){}),x=function(e,t,n,o){var r,i,a,s,p,u={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)u[a.toLowerCase()]=e.converters[a];for(i=c.shift();i;)if(e.responseFields[i]&&(n[e.responseFields[i]]=t),!p&&o&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),p=i,i=c.shift())if("*"===i)i=p;else if("*"!==p&&p!==i){if(!(a=u[p+" "+i]||u["* "+i]))for(r in u)if((s=r.split(" "))[1]===i&&(a=u[p+" "+s[0]]||u["* "+s[0]])){!0===a?a=u[r]:!0!==u[r]&&(i=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&e.throws)t=a(t);else try{t=a(t)}catch(e){return{state:"parsererror",error:a?e:"No conversion from "+p+" to "+i}}}return{state:"success",data:t}}(f,x,w,l),l?(f.ifModified&&((I=w.getResponseHeader("Last-Modified"))&&(A.lastModified[r]=I),(I=w.getResponseHeader("etag"))&&(A.etag[r]=I)),204===e||"HEAD"===f.type?C="nocontent":304===e?C="notmodified":(C=x.state,d=x.data,l=!(b=x.error))):(b=C,!e&&C||(C="error",e<0&&(e=0))),w.status=e,w.statusText=(t||C)+"",l?m.resolveWith(h,[d,C,w]):m.rejectWith(h,[w,C,b]),w.statusCode(v),v=void 0,c&&g.trigger(l?"ajaxSuccess":"ajaxError",[w,f,l?d:b]),y.fireWith(h,[w,C]),c&&(g.trigger("ajaxComplete",[w,f]),--A.active||A.event.trigger("ajaxStop")))}return w},getJSON:function(e,t,n){return A.get(e,t,n,"json")},getScript:function(e,t){return A.get(e,void 0,t,"script")}}),A.each(["get","post"],(function(e,t){A[t]=function(e,n,o,r){return y(n)&&(r=r||o,o=n,n=void 0),A.ajax(A.extend({url:e,type:t,dataType:r,data:n,success:o},A.isPlainObject(e)&&e))}})),A.ajaxPrefilter((function(e){var t;for(t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")})),A._evalUrl=function(e,t,n){return A.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){A.globalEval(e,t,n)}})},A.fn.extend({wrapAll:function(e){var t;return this[0]&&(y(e)&&(e=e.call(this[0])),t=A(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map((function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e})).append(this)),this},wrapInner:function(e){return y(e)?this.each((function(t){A(this).wrapInner(e.call(this,t))})):this.each((function(){var t=A(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)}))},wrap:function(e){var t=y(e);return this.each((function(n){A(this).wrapAll(t?e.call(this,n):e)}))},unwrap:function(e){return this.parent(e).not("body").each((function(){A(this).replaceWith(this.childNodes)})),this}}),A.expr.pseudos.hidden=function(e){return!A.expr.pseudos.visible(e)},A.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},A.ajaxSettings.xhr=function(){try{return new o.XMLHttpRequest}catch(e){}};var Bt={0:200,1223:204},Xt=A.ajaxSettings.xhr();m.cors=!!Xt&&"withCredentials"in Xt,m.ajax=Xt=!!Xt,A.ajaxTransport((function(e){var t,n;if(m.cors||Xt&&!e.crossDomain)return{send:function(r,i){var a,s=e.xhr();if(s.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(a in e.xhrFields)s[a]=e.xhrFields[a];for(a in e.mimeType&&s.overrideMimeType&&s.overrideMimeType(e.mimeType),e.crossDomain||r["X-Requested-With"]||(r["X-Requested-With"]="XMLHttpRequest"),r)s.setRequestHeader(a,r[a]);t=function(e){return function(){t&&(t=n=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?i(0,"error"):i(s.status,s.statusText):i(Bt[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=t(),n=s.onerror=s.ontimeout=t("error"),void 0!==s.onabort?s.onabort=n:s.onreadystatechange=function(){4===s.readyState&&o.setTimeout((function(){t&&n()}))},t=t("abort");try{s.send(e.hasContent&&e.data||null)}catch(e){if(t)throw e}},abort:function(){t&&t()}}})),A.ajaxPrefilter((function(e){e.crossDomain&&(e.contents.script=!1)})),A.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return A.globalEval(e),e}}}),A.ajaxPrefilter("script",(function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")})),A.ajaxTransport("script",(function(e){var t,n;if(e.crossDomain||e.scriptAttrs)return{send:function(o,r){t=A("<script>").attr(e.scriptAttrs||{}).prop({charset:e.scriptCharset,src:e.url}).on("load error",n=function(e){t.remove(),n=null,e&&r("error"===e.type?404:200,e.type)}),b.head.appendChild(t[0])},abort:function(){n&&n()}}}));var Ft,qt=[],Jt=/(=)\?(?=&|$)|\?\?/;A.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=qt.pop()||A.expando+"_"+At.guid++;return this[e]=!0,e}}),A.ajaxPrefilter("json jsonp",(function(e,t,n){var r,i,a,s=!1!==e.jsonp&&(Jt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Jt.test(e.data)&&"data");if(s||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=y(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,s?e[s]=e[s].replace(Jt,"$1"+r):!1!==e.jsonp&&(e.url+=(Tt.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return a||A.error(r+" was not called"),a[0]},e.dataTypes[0]="json",i=o[r],o[r]=function(){a=arguments},n.always((function(){void 0===i?A(o).removeProp(r):o[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,qt.push(r)),a&&y(i)&&i(a[0]),a=i=void 0})),"script"})),m.createHTMLDocument=((Ft=b.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===Ft.childNodes.length),A.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(m.createHTMLDocument?((o=(t=b.implementation.createHTMLDocument("")).createElement("base")).href=b.location.href,t.head.appendChild(o)):t=b),i=!n&&[],(r=_.exec(e))?[t.createElement(r[1])]:(r=we([e],t,i),i&&i.length&&A(i).remove(),A.merge([],r.childNodes)));var o,r,i},A.fn.load=function(e,t,n){var o,r,i,a=this,s=e.indexOf(" ");return s>-1&&(o=yt(e.slice(s)),e=e.slice(0,s)),y(t)?(n=t,t=void 0):t&&"object"==typeof t&&(r="POST"),a.length>0&&A.ajax({url:e,type:r||"GET",dataType:"html",data:t}).done((function(e){i=arguments,a.html(o?A("<div>").append(A.parseHTML(e)).find(o):e)})).always(n&&function(e,t){a.each((function(){n.apply(this,i||[e.responseText,t,e])}))}),this},A.expr.pseudos.animated=function(e){return A.grep(A.timers,(function(t){return e===t.elem})).length},A.offset={setOffset:function(e,t,n){var o,r,i,a,s,p,u=A.css(e,"position"),c=A(e),l={};"static"===u&&(e.style.position="relative"),s=c.offset(),i=A.css(e,"top"),p=A.css(e,"left"),("absolute"===u||"fixed"===u)&&(i+p).indexOf("auto")>-1?(a=(o=c.position()).top,r=o.left):(a=parseFloat(i)||0,r=parseFloat(p)||0),y(t)&&(t=t.call(e,n,A.extend({},s))),null!=t.top&&(l.top=t.top-s.top+a),null!=t.left&&(l.left=t.left-s.left+r),"using"in t?t.using.call(e,l):c.css(l)}},A.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each((function(t){A.offset.setOffset(this,e,t)}));var t,n,o=this[0];return o?o.getClientRects().length?(t=o.getBoundingClientRect(),n=o.ownerDocument.defaultView,{top:t.top+n.pageYOffset,left:t.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,o=this[0],r={top:0,left:0};if("fixed"===A.css(o,"position"))t=o.getBoundingClientRect();else{for(t=this.offset(),n=o.ownerDocument,e=o.offsetParent||n.documentElement;e&&(e===n.body||e===n.documentElement)&&"static"===A.css(e,"position");)e=e.parentNode;e&&e!==o&&1===e.nodeType&&((r=A(e).offset()).top+=A.css(e,"borderTopWidth",!0),r.left+=A.css(e,"borderLeftWidth",!0))}return{top:t.top-r.top-A.css(o,"marginTop",!0),left:t.left-r.left-A.css(o,"marginLeft",!0)}}},offsetParent:function(){return this.map((function(){for(var e=this.offsetParent;e&&"static"===A.css(e,"position");)e=e.offsetParent;return e||ae}))}}),A.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},(function(e,t){var n="pageYOffset"===t;A.fn[e]=function(o){return X(this,(function(e,o,r){var i;if(v(e)?i=e:9===e.nodeType&&(i=e.defaultView),void 0===r)return i?i[t]:e[o];i?i.scrollTo(n?i.pageXOffset:r,n?r:i.pageYOffset):e[o]=r}),e,o,arguments.length)}})),A.each(["top","left"],(function(e,t){A.cssHooks[t]=Xe(m.pixelPosition,(function(e,n){if(n)return n=Be(e,t),Re.test(n)?A(e).position()[t]+"px":n}))})),A.each({Height:"height",Width:"width"},(function(e,t){A.each({padding:"inner"+e,content:t,"":"outer"+e},(function(n,o){A.fn[o]=function(r,i){var a=arguments.length&&(n||"boolean"!=typeof r),s=n||(!0===r||!0===i?"margin":"border");return X(this,(function(t,n,r){var i;return v(t)?0===o.indexOf("outer")?t["inner"+e]:t.document.documentElement["client"+e]:9===t.nodeType?(i=t.documentElement,Math.max(t.body["scroll"+e],i["scroll"+e],t.body["offset"+e],i["offset"+e],i["client"+e])):void 0===r?A.css(t,n,s):A.style(t,n,r,s)}),t,a?r:void 0,a)}}))})),A.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],(function(e,t){A.fn[t]=function(e){return this.on(t,e)}})),A.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,o){return this.on(t,e,n,o)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),A.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),(function(e,t){A.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}}));var Ut=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;A.proxy=function(e,t){var n,o,r;if("string"==typeof t&&(n=e[t],t=e,e=n),y(e))return o=s.call(arguments,2),r=function(){return e.apply(t||this,o.concat(s.call(arguments)))},r.guid=e.guid=e.guid||A.guid++,r},A.holdReady=function(e){e?A.readyWait++:A.ready(!0)},A.isArray=Array.isArray,A.parseJSON=JSON.parse,A.nodeName=S,A.isFunction=y,A.isWindow=v,A.camelCase=U,A.type=C,A.now=Date.now,A.isNumeric=function(e){var t=A.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},A.trim=function(e){return null==e?"":(e+"").replace(Ut,"")},void 0===(n=function(){return A}.apply(t,[]))||(e.exports=n);var Vt=o.jQuery,Kt=o.$;return A.noConflict=function(e){return o.$===A&&(o.$=Kt),e&&o.jQuery===A&&(o.jQuery=Vt),A},void 0===r&&(o.jQuery=o.$=A),A}))},862:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>y});var o=n(379),r=n.n(o),i=n(795),a=n.n(i),s=n(569),p=n.n(s),u=n(565),c=n.n(u),l=n(216),d=n.n(l),f=n(589),h=n.n(f),g=n(422),m={};m.styleTagTransform=h(),m.setAttributes=c(),m.insert=p().bind(null,"head"),m.domAPI=a(),m.insertStyleElement=d();r()(g.Z,m);const y=g.Z&&g.Z.locals?g.Z.locals:void 0},379:e=>{"use strict";var t=[];function n(e){for(var n=-1,o=0;o<t.length;o++)if(t[o].identifier===e){n=o;break}return n}function o(e,o){for(var i={},a=[],s=0;s<e.length;s++){var p=e[s],u=o.base?p[0]+o.base:p[0],c=i[u]||0,l="".concat(u," ").concat(c);i[u]=c+1;var d=n(l),f={css:p[1],media:p[2],sourceMap:p[3],supports:p[4],layer:p[5]};if(-1!==d)t[d].references++,t[d].updater(f);else{var h=r(f,o);o.byIndex=s,t.splice(s,0,{identifier:l,updater:h,references:1})}a.push(l)}return a}function r(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=o(e=e||[],r=r||{});return function(e){e=e||[];for(var a=0;a<i.length;a++){var s=n(i[a]);t[s].references--}for(var p=o(e,r),u=0;u<i.length;u++){var c=n(i[u]);0===t[c].references&&(t[c].updater(),t.splice(c,1))}i=p}}},569:e=>{"use strict";var t={};e.exports=function(e,n){var o=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!o)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");o.appendChild(n)}},216:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},565:(e,t,n)=>{"use strict";e.exports=function(e){var t=n.nc;t&&e.setAttribute("nonce",t)}},795:e=>{"use strict";e.exports=function(e){var t=e.insertStyleElement(e);return{update:function(n){!function(e,t,n){var o="";n.supports&&(o+="@supports (".concat(n.supports,") {")),n.media&&(o+="@media ".concat(n.media," {"));var r=void 0!==n.layer;r&&(o+="@layer".concat(n.layer.length>0?" ".concat(n.layer):""," {")),o+=n.css,r&&(o+="}"),n.media&&(o+="}"),n.supports&&(o+="}");var i=n.sourceMap;i&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),t.styleTagTransform(o,e,t.options)}(t,e,n)},remove:function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(t)}}}},589:e=>{"use strict";e.exports=function(e,t){if(t.styleSheet)t.styleSheet.cssText=e;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(e))}}},147:e=>{"use strict";e.exports=JSON.parse('{"name":"layerpro","version":"0.0.36","description":"Manage your popups and customize them","deprecated":false,"appCode":"layerpro","appCodeRelease":"layerpro","appName":"layerpro","appType":"beta","appFolder":"/","appAPI":"api","apiDev":"","apiProd":"","scripts":{"update":"webpack --progress --color --mode production --config webpack.config.js","build":"cd public && npm version patch --force && cd .. && npm version patch --force && webpack --progress --color --mode production --config webpack.config.js","git":"git add . && git commit -m && git pull && git push --all && git push --tags","npm":"npm run git && cd dist && npm publish"},"keywords":["layer","popup","modal"],"author":{"name":"Dario Passariello","url":"https://github.com/passariello/","email":"dariopassariello@gmail.com"},"contributors":[{"name":"Valeria Cala\' Scaglitta","email":"valeriacalascaglitta@gamil.com"}],"license":"MIT","homepage":"https://github.com/passariello/layerpro","funding":[{"type":"individual","url":"https://www.paypal.com/donate/?business=HC7LJ2ZXRRNDL&no_recurring=0&item_name=I+am+a+software+developer.+Just+a+donation+can+help+me+to+have+more+time+to+dedicate+on+this+project&currency_code=CAD"},{"type":"patreon","url":"https://www.patreon.com/passariello"}],"repository":{"type":"git","url":"git+https://github.com/passariello/layerpro.git","help":"git+https://github.com/passariello/layerpro.git#readme"},"bugs":{"url":"https://github.com/passariello/layerpro/issues"},"devDependencies":{"css-loader":"6.6.0","eslint":"8.8.0","file-loader":"6.2.0","jest":"27.5.0","less-loader":"10.2.0","sass-loader":"12.4.0","style-loader":"3.3.1","webpack-cli":"4.9.2"},"dependencies":{"@testing-library/jest-dom":"^5.16.1","@testing-library/user-event":"^13.5.0","babel-loader":"8.2.3","classnames":"2.3.1","compression-webpack-plugin":"9.2.0","concurrently":"7.0.0","copy-webpack-plugin":"10.2.4","css":"3.0.0","dotenv":"16.0.0","fs":"0.0.1-security","html-webpack-plugin":"5.5.0","jquery":"3.6.0","jshint":"^2.13.1","less":"4.1.2","path":"0.12.7","progress-bar-webpack-plugin":"2.1.0","require":"0.4.4","sass":"1.49.7","ts-jest":"27.1.3","tslint":"6.1.3","webpack":"5.68.0"}}')}},t={};function n(o){var r=t[o];if(void 0!==r)return r.exports;var i=t[o]={id:o,exports:{}};return e[o].call(i.exports,i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var o in t)n.o(t,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};n(851)})();
package/package.json CHANGED
@@ -1,23 +1,8 @@
1
1
  {
2
2
  "name": "layerpro",
3
- "version": "0.0.30",
3
+ "version": "0.0.36",
4
4
  "description": "Manage your popups and customize them",
5
- "main": "./src/index.js",
6
5
  "deprecated": false,
7
- "appCode": "layerpro",
8
- "appCodeRelease": "layerpro",
9
- "appName": "layerpro",
10
- "appType": "beta",
11
- "appFolder": "/",
12
- "appAPI": "api",
13
- "apiDev": "",
14
- "apiProd": "",
15
- "scripts": {
16
- "build": "webpack --progress --color --mode production --config webpack.config.js",
17
- "git": "git add . && git commit -m \"changes \"",
18
- "git-pull&push": "git pull && git push --all",
19
- "npm": "cd dist && npm version patch --force -m \"changes\" && npm publish"
20
- },
21
6
  "keywords": [
22
7
  "layer",
23
8
  "popup",
@@ -53,38 +38,5 @@
53
38
  },
54
39
  "bugs": {
55
40
  "url": "https://github.com/passariello/layerpro/issues"
56
- },
57
- "devDependencies": {
58
- "css-loader": "6.6.0",
59
- "eslint": "8.8.0",
60
- "file-loader": "6.2.0",
61
- "jest": "27.5.0",
62
- "less-loader": "10.2.0",
63
- "sass-loader": "12.4.0",
64
- "style-loader": "3.3.1",
65
- "webpack-cli": "4.9.2"
66
- },
67
- "dependencies": {
68
- "@testing-library/jest-dom": "^5.16.1",
69
- "@testing-library/user-event": "^13.5.0",
70
- "babel-loader": "8.2.3",
71
- "classnames": "2.3.1",
72
- "compression-webpack-plugin": "9.2.0",
73
- "concurrently": "7.0.0",
74
- "copy-webpack-plugin": "10.2.4",
75
- "css": "3.0.0",
76
- "dotenv": "16.0.0",
77
- "fs": "0.0.1-security",
78
- "html-webpack-plugin": "5.5.0",
79
- "jquery": "3.6.0",
80
- "jshint": "^2.13.1",
81
- "less": "4.1.2",
82
- "path": "0.12.7",
83
- "progress-bar-webpack-plugin": "2.1.0",
84
- "require": "0.4.4",
85
- "sass": "1.49.7",
86
- "ts-jest": "27.1.3",
87
- "tslint": "6.1.3",
88
- "webpack": "5.68.0"
89
41
  }
90
42
  }