defmodule Wobserver.Assets do @moduledoc false @lint false @doc false @spec html :: String.t def html do ~S""" Wobserver
""" end _ = @lint @lint false @doc false @spec css :: String.t def css do ~S""" @import url(https://fonts.googleapis.com/css?family=Roboto);.wobserver-chart{display:inline-block;width:100% !important;height:20em;vertical-align:top;margin-bottom:2em !important}.wobserver-chart canvas{margin-bottom:2em}.wobserver-chart .chart-legend{margin-top:-4.2em}.wobserver-chart .chart-legend ul{list-style:none}.wobserver-chart .chart-legend ul li{display:inline-block}.wobserver-chart .chart-legend ul li+li{margin-left:1em}.wobserver-chart .chart-legend ul span{position:relative;top:0.2em;display:inline-block;border-radius:0.3em;border:solid 1px #000;width:1em;height:1em;margin-right:0.5em}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}html,body{width:100%;height:100%;color:#131313;background-color:#fefefe;font-family:"Roboto","Open Sans","Lato","Droid Sans",Verdana,Geneva,sans-serif;text-rendering:optimizeLegibility;text-rendering:geometricPrecision;font-smooth:always;font-smoothing:antialiased;-moz-font-smoothing:antialiased;-webkit-font-smoothing:antialiased;-webkit-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input,select,textarea{font-family:"Roboto","Open Sans","Lato","Droid Sans",Verdana,Geneva,sans-serif}a{text-decoration:none;cursor:pointer;color:#574ba6}a:hover{cursor:pointer;color:#8e84d3}p{text-indent:2em}p+p{margin-top:1em}ul,ol{list-style-position:inside}h1{font-size:1.7em;font-weight:bold;color:#472e66}h2{font-size:1.4em;font-weight:bold;color:#472e66}h1::before,h2::before{font-family:FontAwesome, sans-serif;font-weight:normal;color:rgba(0,0,0,0.5);font-size:1rem;padding-right:0.7em;position:relative;left:0.2em;bottom:0.1em}p+h1,p+h2{margin-top:0.5em}#wobserver{position:relative;padding:0;height:100%;width:100%;margin:auto}input[type=submit]{-webkit-appearance:button;cursor:pointer;box-sizing:content-box}button{box-sizing:content-box;font-size:1rem;height:1.2em}.button,.button-primary,.button-success,.button-danger,.button-info{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;display:inline-block;margin:0.3em 0.3em;padding:0.5em 1em;color:#333;background-color:#fff;border:0;text-shadow:0 1px 2px rgba(0,0,0,0.25);box-shadow:0 0 5px 0 rgba(0,0,0,0.25);font-weight:400;text-align:center;text-indent:0;cursor:pointer;transition:background-color 0.1s;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.button:hover,.button-primary:hover,.button-success:hover,.button-danger:hover,.button-info:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.button:after,.button-primary:after,.button-success:after,.button-danger:after,.button-info:after{position:absolute;content:"";left:0;bottom:0;right:0;height:0.2em;background-color:rgba(0,0,0,0.4)}.button:active:after,.button-primary:active:after,.button-success:active:after,.button-danger:active:after,.button-info:active:after{background-color:rgba(0,0,0,0.2)}.button .disabled,.button-primary .disabled,.button-success .disabled,.button-danger .disabled,.button-info .disabled{opacity:0.6;cursor:not-allowed}.button-primary{color:#eee;background-color:#533678}.button-primary:hover{color:#eee;background-color:#3b2654}.button-success{color:#fff;background-color:#4cae4c}.button-success:hover{color:#fff;background-color:#449d44}.button-danger{color:#fff;background-color:#e44}.button-danger:hover{color:#fff;background-color:#ea1515}.button-info{color:#fff;background-color:#4d7fff}.button-info:hover{color:#fff;background-color:#1a5aff}#menu{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:inset -10px 0 20px -10px rgba(0,0,0,0.6);z-index:10;position:fixed;height:110%;overflow:hidden;text-overflow:ellipsis;background-color:#463366;color:#e5e5e5;transition:width 1s;width:3em;white-space:nowrap}@media screen and (min-width: 91.1em){#menu{box-shadow:none}}@media screen and (min-width: 720px){#menu{width:10em}}@media screen and (min-width: 91.1em){#menu{left:0;right:0;top:0;height:5.5em;width:auto;overflow:visible;margin:0;padding:0;transition:top 1s}#menu.hidden{top:-3em}#menu.hidden ol>li ol{top:2.5em}#menu.hidden ol>li header{top:2.5em}}@media screen and (max-width: 720px){#menu:hover{transition-delay:1s;width:10em}}#menu>header{display:block;box-sizing:border-box;transition:top 1s;width:10em;text-align:center;height:3em;line-height:3em;background-color:#5d4488;color:#eee;font-weight:bold;box-shadow:inset -10px 0 20px -10px rgba(0,0,0,0.6);padding:0 1em 0 3.5em}@media screen and (min-width: 91.1em){#menu>header{margin:0;padding:0;box-shadow:none;height:3em;line-height:3em;width:100%}}#menu>header i{box-sizing:border-box;position:absolute;left:0.25em;top:0.25em;width:2.5em;height:2.5em;background-size:100% 100%;display:inline-block;border-radius:0.5em}#menu>footer{display:none;position:absolute;bottom:0;box-sizing:border-box;width:10em;text-align:center;height:3em;line-height:3em;color:#5d4488}@media screen and (min-width: 720px){#menu>footer{display:block}}@media screen and (min-width: 91.1em){#menu>footer{display:none}}#menu ol{list-style-type:none}@media screen and (min-width: 91.1em){#menu ol{display:inline-block;width:auto}}#menu ol .separator{border-bottom:solid 1px #5d4488;margin:0.3em;width:9.4em}#menu ol>li ol{background-color:rgba(0,0,0,0.08);border-top:solid 1px #5d4488;border-bottom:solid 1px #5d4488}@media screen and (min-width: 91.1em){#menu ol>li ol{display:none}}@media screen and (max-height: 40.5em){#menu ol>li ol{display:none}}#menu ol>li header{display:none}@media screen and (min-width: 91.1em){#menu ol>li ol{z-index:90;margin:0;display:block;position:fixed;top:5.5em;left:20em;right:0;height:0;background-color:#231a33;border-top:none;border-bottom:none;overflow:hidden;transition:height 0.5s}#menu ol>li ol li{display:block}#menu ol>li ol.smallDropDown{left:0}#menu ol>li header{z-index:90;display:block;position:fixed;box-sizing:border-box;padding:0;white-space:normal;top:5.5em;left:0;width:20em;height:0;background-color:#171122;box-shadow:inset -10px 0 20px -10px rgba(0,0,0,0.6);overflow:hidden;transition:height 0.5s}#menu ol>li header p,#menu ol>li header h1{color:#656369;margin:0.5em 0.8em 0.5em 0.8em}#menu ol>li:hover ol{height:15em}#menu ol>li:hover ol.smallDropDown{height:2.5em}#menu ol>li:hover header{height:15em}}#menu ol li{position:relative;width:10em;transition:background-color 0.2s linear}@media screen and (min-width: 91.1em){#menu ol li{display:inline-block;width:auto;max-width:10em;float:left}}#menu ol li a{display:block;color:inherit;height:2.5em;line-height:2.5em;padding:0 0.5em 0 3em}@media screen and (min-width: 91.1em){#menu ol li a{height:2.5em;line-height:2.5em}}#menu ol li a>span{display:inline-block;width:6.5em;overflow:hidden;text-overflow:ellipsis}#menu ol li a .menuIcon{position:absolute;display:inline-block;left:1em;top:0.75em;width:1em;height:1em;text-align:center}#menu ol li a:hover{background-color:#2f2244}#menu ol li a::before{top:.625em;right:0;content:"";display:block;position:absolute;z-index:80;width:0;height:0;border-top:.625em solid transparent;border-bottom:.625em solid transparent;border-right:0 solid #fefefe;transition:border-right-width 0.2s linear, border-top-width 0.2s linear}@media screen and (min-width: 91.1em){#menu ol li a::before{border-right:.625em solid transparent;border-left:.625em solid transparent;border-top:0 solid #2f2244;top:2.5em;left:4.375em}}#menu ol li .selected{color:#fff;background-color:#2f2244}@media screen and (min-width: 720px){#menu ol li .selected::before{border-right-width:.625em}}@media screen and (min-width: 91.1em){#menu ol li .selected::before{border-top-width:.625em}}#menu .menu-footer{display:block;bottom:0;position:fixed;width:3em;text-align:center}@media screen and (max-width: 720px){#menu .menu-footer .button,#menu .menu-footer .button-primary,#menu .menu-footer .button-success,#menu .menu-footer .button-danger,#menu .menu-footer .button-info{padding:0;width:2.3em;height:2.3em;display:inline-block;margin-left:0.25em}#menu .menu-footer .button i,#menu .menu-footer .button-primary i,#menu .menu-footer .button-success i,#menu .menu-footer .button-danger i,#menu .menu-footer .button-info i{margin:0.65em}#menu .menu-footer .button span,#menu .menu-footer .button-primary span,#menu .menu-footer .button-success span,#menu .menu-footer .button-danger span,#menu .menu-footer .button-info span{display:none}}@media screen and (min-width: 720px){#menu .menu-footer{width:10.5em}}@media screen and (min-width: 91.1em){#menu .menu-footer{display:none}}.elixir-icon{background:url("data:image/png;base64,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")}#content{display:block;padding:1em 1em 1em 1em;position:relative;box-sizing:border-box;min-height:100%;background-color:#fefefe;transition:margin-left 1s, margin-left 1s, opacity 0.3s linear;margin-left:3em;margin-right:0;text-align:center}@media screen and (min-width: 720px){#content{margin-left:10em;padding-top:1em}}@media screen and (min-width: 91.1em){#content{margin-left:0;margin-right:0;padding-top:7em;padding-bottom:3em}}#content>div{text-align:left;display:inline-block;width:auto;margin:auto}#content>table{text-align:left}#content>footer{display:block;position:absolute;bottom:0.8em;left:0;right:0;text-align:center;color:#e5e5e5}@media screen and (min-width: 720px){#content>footer{display:none}}#content select{font-size:100%}#footer{position:fixed;bottom:0;right:0;left:0;color:#eee;background-color:#5d4488;display:none}@media screen and (min-width: 91.1em){#footer{display:block}}#node_selection{overflow:hidden;margin:auto;width:20em;border-radius:0.5em;border:solid 1px #000;background-color:#fefefe}#node_selection>span{color:#fff;background-color:#564376;width:100%;display:block;padding:0.3em;font-size:120%}#node_selection ul{margin:0;padding:0;list-style:none}#node_selection ul li.node{padding:0.5em;cursor:pointer}#node_selection ul li.node span{font-weight:bold;display:block;font-size:120%}#node_selection ul li.node detail{font-size:90%;padding-left:2em;font-style:italic}#node_selection ul li.node:hover{background-color:rgba(47,34,68,0.2)}#node_selection ul .selected{cursor:default !important;color:#999}#node_selection ul .selected:hover{background-color:transparent !important}#popup-overlay{position:fixed;left:0;right:0;top:0;bottom:0;z-index:15;background-color:rgba(0,0,0,0.8);display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center}#process_information{overflow:hidden;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;max-width:35em;width:100%;height:50em;border-radius:0.5em;border:solid 1px #000;background-color:#fefefe}#process_information pre{height:19em;overflow:auto;margin:1em;background-color:rgba(255,255,255,0.5);border-radius:0.1em}#process_information>span{color:#fff;background-color:#564376;width:100%;display:block;padding:0.3em;font-size:120%}#process_information table{margin:0 1em;width:100%;text-align:left}#process_information table caption{color:#564376;font-weight:bold;font-size:115%}#process_information table+table{margin-top:1em}#process_information table tr th{width:50%;font-weight:bold}#process_information div#process_relations{text-align:center;margin-top:1em}#process_information div#process_relations div{width:30%;display:inline-block;text-align:left}#process_information div#process_relations div span{font-weight:bold}#process_information div#process_relations div ul{margin-top:-0.1em;height:4em;overflow:auto;background-color:rgba(255,255,255,0.1);padding-left:0}#process_information div#process_relations div ul li{list-style:none}#table_information{overflow:hidden;margin:auto;max-width:90%;width:auto;max-height:95%;height:auto;border-radius:0.5em;border:solid 1px #000;background-color:#eee}#table_information>span{color:#fff;background-color:#564376;width:100%;display:block;padding:0.3em;font-size:120%}#table_information>div{overflow:auto;height:auto;max-height:90vh}#table_information pre{margin:0}#table_information table{border-collapse:collapse;white-space:nowrap;padding:0;margin:0;min-width:100%}#table_information table tr:nth-child(even){background-color:rgba(86,67,118,0.1)}#table_information table th{font-weight:bold}#table_information table td,#table_information table th{height:100%;vertical-align:top;padding:0.3em;background-color:rgba(255,255,255,0.8);vertical-align:bottom;border-bottom:1px solid rgba(86,67,118,0.1);border-left:1px solid rgba(86,67,118,0.1)}#alloc_table{padding-top:2em}#alloc_table table{padding:0;margin:0;min-width:100%}#alloc_table table tr:nth-child(even){background-color:rgba(0,0,0,0.1)}#alloc_table table td{height:100%;vertical-align:top}.process-node{font-size:90%;border:1px solid #000;border-radius:1em;cursor:pointer}.process-node p{margin:0.3em 0.7em 0.3em -1em}.process-node p:nth-child(even){font-style:italic}.gen_server{background-color:#ddd}.supervisor{background-color:#7ff}.application{background-color:#9f9}.unknown{background-color:#fff}.process-node:hover{border:1px solid #000;border-radius:1em;background-color:#adf}#applications_app_list{margin-left:0.3em}#applications_header{position:absolute;top:1em;left:1em;z-index:1}@media screen and (min-width: 91.1em){#applications_header{top:6em}}#application_chart{box-sizing:border-box;position:absolute;left:0;right:0;top:1em;bottom:1em}@media screen and (min-width: 91.1em){#application_chart{top:6em;bottom:3em}}.Treant{position:relative;overflow:hidden;padding:0 !important}.Treant>.node,.Treant>.pseudo{position:absolute;display:block;visibility:hidden}.Treant.Treant-loaded .node,.Treant.Treant-loaded .pseudo{visibility:visible}.Treant>.pseudo{width:0;height:0;border:none;padding:0}.Treant .collapse-switch{width:3px;height:3px;display:block;border:1px solid black;position:absolute;top:1px;right:1px;cursor:pointer}.Treant .collapsed .collapse-switch{background-color:#868DEE}.Treant>.node img{border:none;float:left}table.inline{max-width:27em;width:100%;display:inline-block;background-color:rgba(0,0,0,0.1);border-radius:0.5em;border:solid 1px rgba(0,0,0,0.1);margin:0.8em;vertical-align:top}table.inline caption{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:110%;background-color:rgba(0,0,0,0.1);border-bottom:solid 1px rgba(0,0,0,0.1);padding:0.1em 0 0.1em 0}table.inline th{text-align:left;width:14em}table.inline th::after{content:':'}table.inline td{width:13em}table.inline td .load{display:inline-block;width:2em;text-align:right}table.inline td .high{color:#f00}div.table-holder{max-width:100%;overflow:auto}table.process_table{border-collapse:collapse;white-space:nowrap;border:solid 1px rgba(0,0,0,0.2)}table.process_table td,table.process_table th{vertical-align:bottom;border-bottom:1px solid rgba(86,67,118,0.1)}table.process_table thead{color:#fff;background-color:#564376;font-size:105%;cursor:pointer}table.process_table thead th{padding:0.5em}table.process_table td{padding:0.3em;background-color:rgba(255,255,255,0.8)}table.process_table tr:nth-child(even){background-color:rgba(86,67,118,0.1)}table.generic_array_table{border-collapse:collapse;white-space:nowrap;border:solid 1px rgba(0,0,0,0.2)}table.generic_array_table td,table.generic_array_table th{vertical-align:bottom;border-bottom:1px solid rgba(86,67,118,0.1)}table.generic_array_table caption{font-size:1.7em;font-weight:bold;color:#472e66;text-transform:capitalize}table.generic_array_table thead{color:#fff;background-color:#564376;font-size:105%;cursor:pointer}table.generic_array_table thead th{padding:0.5em}table.generic_array_table td{padding:0.3em;background-color:rgba(255,255,255,0.8)}table.generic_array_table tr:nth-child(even){background-color:rgba(86,67,118,0.1)}.about{max-width:100%}.about table{width:100%}.about table th{font-weight:bold;padding:0 1em 0 1em}.about table th::after{content:':'} """ end _ = @lint @lint false @doc false @spec js :: String.t def js do ~S""" (function(){"use strict";var t=this,i=t.Chart,e=function(t){this.canvas=t.canvas,this.ctx=t;var i=function(t,i){return t["offset"+i]?t["offset"+i]:document.defaultView.getComputedStyle(t).getPropertyValue(i)},e=this.width=i(t.canvas,"Width"),n=this.height=i(t.canvas,"Height");t.canvas.width=e,t.canvas.height=n;var e=this.width=t.canvas.width,n=this.height=t.canvas.height;return this.aspectRatio=this.width/this.height,s.retinaScale(this),this};e.defaults={global:{animation:!0,animationSteps:60,animationEasing:"easeOutQuart",showScale:!0,scaleOverride:!1,scaleSteps:null,scaleStepWidth:null,scaleStartValue:null,scaleLineColor:"rgba(0,0,0,.1)",scaleLineWidth:1,scaleShowLabels:!0,scaleLabel:"<%=value%>",scaleIntegersOnly:!0,scaleBeginAtZero:!1,scaleFontFamily:"'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",scaleFontSize:12,scaleFontStyle:"normal",scaleFontColor:"#666",responsive:!1,maintainAspectRatio:!0,showTooltips:!0,customTooltips:!1,tooltipEvents:["mousemove","touchstart","touchmove","mouseout"],tooltipFillColor:"rgba(0,0,0,0.8)",tooltipFontFamily:"'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",tooltipFontSize:14,tooltipFontStyle:"normal",tooltipFontColor:"#fff",tooltipTitleFontFamily:"'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",tooltipTitleFontSize:14,tooltipTitleFontStyle:"bold",tooltipTitleFontColor:"#fff",tooltipYPadding:6,tooltipXPadding:6,tooltipCaretSize:8,tooltipCornerRadius:6,tooltipXOffset:10,tooltipTemplate:"<%if (label){%><%=label%>: <%}%><%= value %>",multiTooltipTemplate:"<%= value %>",multiTooltipKeyBackground:"#fff",onAnimationProgress:function(){},onAnimationComplete:function(){}}},e.types={};var s=e.helpers={},n=s.each=function(t,i,e){var s=Array.prototype.slice.call(arguments,3);if(t)if(t.length===+t.length){var n;for(n=0;n=0;s--){var n=t[s];if(i(n))return n}},s.inherits=function(t){var i=this,e=t&&t.hasOwnProperty("constructor")?t.constructor:function(){return i.apply(this,arguments)},s=function(){this.constructor=e};return s.prototype=i.prototype,e.prototype=new s,e.extend=r,t&&a(e.prototype,t),e.__super__=i.prototype,e}),c=s.noop=function(){},u=s.uid=function(){var t=0;return function(){return"chart-"+t++}}(),d=s.warn=function(t){window.console&&"function"==typeof window.console.warn&&console.warn(t)},p=s.amd="function"==typeof define&&define.amd,f=s.isNumber=function(t){return!isNaN(parseFloat(t))&&isFinite(t)},g=s.max=function(t){return Math.max.apply(Math,t)},m=s.min=function(t){return Math.min.apply(Math,t)},v=(s.cap=function(t,i,e){if(f(i)){if(t>i)return i}else if(f(e)&&e>t)return e;return t},s.getDecimalPlaces=function(t){return t%1!=0&&f(t)?t.toString().split(".")[1].length:0}),S=s.radians=function(t){return t*(Math.PI/180)},x=(s.getAngleFromPoint=function(t,i){var e=i.x-t.x,s=i.y-t.y,n=Math.sqrt(e*e+s*s),o=2*Math.PI+Math.atan2(s,e);return 0>e&&0>s&&(o+=2*Math.PI),{angle:o,distance:n}},s.aliasPixel=function(t){return t%2==0?0:.5}),y=(s.splineCurve=function(t,i,e,s){var n=Math.sqrt(Math.pow(i.x-t.x,2)+Math.pow(i.y-t.y,2)),o=Math.sqrt(Math.pow(e.x-i.x,2)+Math.pow(e.y-i.y,2)),a=s*n/(n+o),h=s*o/(n+o);return{inner:{x:i.x-a*(e.x-t.x),y:i.y-a*(e.y-t.y)},outer:{x:i.x+h*(e.x-t.x),y:i.y+h*(e.y-t.y)}}},s.calculateOrderOfMagnitude=function(t){return Math.floor(Math.log(t)/Math.LN10)}),C=(s.calculateScaleRange=function(t,i,e,s,n){var o=Math.floor(i/(1.5*e)),a=2>=o,h=g(t),l=m(t);h===l&&(h+=.5,l>=.5&&!s?l-=.5:h+=.5);for(var r=Math.abs(h-l),c=y(r),u=Math.ceil(h/(1*Math.pow(10,c)))*Math.pow(10,c),d=s?0:Math.floor(l/(1*Math.pow(10,c)))*Math.pow(10,c),p=u-d,f=Math.pow(10,c),v=Math.round(p/f);(v>o||o>2*v)&&!a;)if(v>o)f*=2,(v=Math.round(p/f))%1!=0&&(a=!0);else if(n&&c>=0){if(f/2%1!=0)break;f/=2,v=Math.round(p/f)}else f/=2,v=Math.round(p/f);return a&&(v=2,f=p/v),{steps:v,stepValue:f,min:d,max:d+v*f}},s.template=function(t,i){if(t instanceof Function)return t(i);var e={};return function(t,i){var s=/\W/.test(t)?new Function("obj","var p=[],print=function(){p.push.apply(p,arguments);};with(obj){p.push('"+t.replace(/[\r\t\n]/g," ").split("<%").join("\t").replace(/((^|%>)[^\t]*)'/g,"$1\r").replace(/\t=(.*?)%>/g,"',$1,'").split("\t").join("');").split("%>").join("p.push('").split("\r").join("\\'")+"');}return p.join('');"):e[t]=e[t];return i?s(i):s}(t,i)}),w=(s.generateLabels=function(t,i,e,s){var o=new Array(i);return labelTemplateString&&n(o,function(i,n){o[n]=C(t,{value:e+s*(n+1)})}),o},s.easingEffects={linear:function(t){return t},easeInQuad:function(t){return t*t},easeOutQuad:function(t){return-1*t*(t-2)},easeInOutQuad:function(t){return(t/=.5)<1?.5*t*t:-.5*(--t*(t-2)-1)},easeInCubic:function(t){return t*t*t},easeOutCubic:function(t){return 1*((t=t/1-1)*t*t+1)},easeInOutCubic:function(t){return(t/=.5)<1?.5*t*t*t:.5*((t-=2)*t*t+2)},easeInQuart:function(t){return t*t*t*t},easeOutQuart:function(t){return-1*((t=t/1-1)*t*t*t-1)},easeInOutQuart:function(t){return(t/=.5)<1?.5*t*t*t*t:-.5*((t-=2)*t*t*t-2)},easeInQuint:function(t){return 1*(t/=1)*t*t*t*t},easeOutQuint:function(t){return 1*((t=t/1-1)*t*t*t*t+1)},easeInOutQuint:function(t){return(t/=.5)<1?.5*t*t*t*t*t:.5*((t-=2)*t*t*t*t+2)},easeInSine:function(t){return-1*Math.cos(t/1*(Math.PI/2))+1},easeOutSine:function(t){return 1*Math.sin(t/1*(Math.PI/2))},easeInOutSine:function(t){return-.5*(Math.cos(Math.PI*t/1)-1)},easeInExpo:function(t){return 0===t?1:1*Math.pow(2,10*(t/1-1))},easeOutExpo:function(t){return 1===t?1:1*(1-Math.pow(2,-10*t/1))},easeInOutExpo:function(t){return 0===t?0:1===t?1:(t/=.5)<1?.5*Math.pow(2,10*(t-1)):.5*(2-Math.pow(2,-10*--t))},easeInCirc:function(t){return t>=1?t:-1*(Math.sqrt(1-(t/=1)*t)-1)},easeOutCirc:function(t){return 1*Math.sqrt(1-(t=t/1-1)*t)},easeInOutCirc:function(t){return(t/=.5)<1?-.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)},easeInElastic:function(t){var i=1.70158,e=0,s=1;return 0===t?0:1==(t/=1)?1:(e||(e=.3),st?-.5*s*Math.pow(2,10*(t-=1))*Math.sin(2*(1*t-i)*Math.PI/e):s*Math.pow(2,-10*(t-=1))*Math.sin(2*(1*t-i)*Math.PI/e)*.5+1)},easeInBack:function(t){var i=1.70158;return 1*(t/=1)*t*((i+1)*t-i)},easeOutBack:function(t){var i=1.70158;return 1*((t=t/1-1)*t*((i+1)*t+i)+1)},easeInOutBack:function(t){var i=1.70158;return(t/=.5)<1?.5*t*t*((1+(i*=1.525))*t-i):.5*((t-=2)*t*((1+(i*=1.525))*t+i)+2)},easeInBounce:function(t){return 1-w.easeOutBounce(1-t)},easeOutBounce:function(t){return(t/=1)<1/2.75?7.5625*t*t:2/2.75>t?1*(7.5625*(t-=1.5/2.75)*t+.75):2.5/2.75>t?1*(7.5625*(t-=2.25/2.75)*t+.9375):1*(7.5625*(t-=2.625/2.75)*t+.984375)},easeInOutBounce:function(t){return.5>t?.5*w.easeInBounce(2*t):.5*w.easeOutBounce(2*t-1)+.5}}),b=s.requestAnimFrame=function(){return window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(t){return window.setTimeout(t,1e3/60)}}(),P=s.cancelAnimFrame=function(){return window.cancelAnimationFrame||window.webkitCancelAnimationFrame||window.mozCancelAnimationFrame||window.oCancelAnimationFrame||window.msCancelAnimationFrame||function(t){return window.clearTimeout(t,1e3/60)}}(),L=(s.animationLoop=function(t,i,e,s,n,o){var a=0,h=w[e]||w.linear,l=function(){a++;var e=a/i,r=h(e);t.call(o,r,e,a),s.call(o,r,e),i>a?o.animationFrame=b(l):n.apply(o)};b(l)},s.getRelativePosition=function(t){var i,e,s=t.originalEvent||t,n=t.currentTarget||t.srcElement,o=n.getBoundingClientRect();return s.touches?(i=s.touches[0].clientX-o.left,e=s.touches[0].clientY-o.top):(i=s.clientX-o.left,e=s.clientY-o.top),{x:i,y:e}},s.addEvent=function(t,i,e){t.addEventListener?t.addEventListener(i,e):t.attachEvent?t.attachEvent("on"+i,e):t["on"+i]=e}),k=s.removeEvent=function(t,i,e){t.removeEventListener?t.removeEventListener(i,e,!1):t.detachEvent?t.detachEvent("on"+i,e):t["on"+i]=c},F=(s.bindEvents=function(t,i,e){t.events||(t.events={}),n(i,function(i){t.events[i]=function(){e.apply(t,arguments)},L(t.chart.canvas,i,t.events[i])})},s.unbindEvents=function(t,i){n(i,function(i,e){k(t.chart.canvas,e,i)})}),R=s.getMaximumWidth=function(t){return t.parentNode.clientWidth},T=s.getMaximumHeight=function(t){return t.parentNode.clientHeight},A=(s.getMaximumSize=s.getMaximumWidth,s.retinaScale=function(t){var i=t.ctx,e=t.canvas.width,s=t.canvas.height;window.devicePixelRatio&&(i.canvas.style.width=e+"px",i.canvas.style.height=s+"px",i.canvas.height=s*window.devicePixelRatio,i.canvas.width=e*window.devicePixelRatio,i.scale(window.devicePixelRatio,window.devicePixelRatio))}),M=s.clear=function(t){t.ctx.clearRect(0,0,t.width,t.height)},W=s.fontString=function(t,i,e){return i+" "+t+"px "+e},z=s.longestText=function(t,i,e){t.font=i;var s=0;return n(e,function(i){var e=t.measureText(i).width;s=e>s?e:s}),s},B=s.drawRoundedRectangle=function(t,i,e,s,n,o){t.beginPath(),t.moveTo(i+o,e),t.lineTo(i+s-o,e),t.quadraticCurveTo(i+s,e,i+s,e+o),t.lineTo(i+s,e+n-o),t.quadraticCurveTo(i+s,e+n,i+s-o,e+n),t.lineTo(i+o,e+n),t.quadraticCurveTo(i,e+n,i,e+n-o),t.lineTo(i,e+o),t.quadraticCurveTo(i,e,i+o,e),t.closePath()};e.instances={},e.Type=function(t,i,s){this.options=i,this.chart=s,this.id=u(),e.instances[this.id]=this,i.responsive&&this.resize(),this.initialize.call(this,t)},a(e.Type.prototype,{initialize:function(){return this},clear:function(){return M(this.chart),this},stop:function(){return P(this.animationFrame),this},resize:function(t){this.stop();var i=this.chart.canvas,e=R(this.chart.canvas),s=this.options.maintainAspectRatio?e/this.chart.aspectRatio:T(this.chart.canvas);return i.width=this.chart.width=e,i.height=this.chart.height=s,A(this.chart),"function"==typeof t&&t.apply(this,Array.prototype.slice.call(arguments,1)),this},reflow:c,render:function(t){return t&&this.reflow(),this.options.animation&&!t?s.animationLoop(this.draw,this.options.animationSteps,this.options.animationEasing,this.options.onAnimationProgress,this.options.onAnimationComplete,this):(this.draw(),this.options.onAnimationComplete.call(this)),this},generateLegend:function(){return C(this.options.legendTemplate,this)},destroy:function(){this.clear(),F(this,this.events);var t=this.chart.canvas;t.width=this.chart.width,t.height=this.chart.height,t.style.removeProperty?(t.style.removeProperty("width"),t.style.removeProperty("height")):(t.style.removeAttribute("width"),t.style.removeAttribute("height")),delete e.instances[this.id]},showTooltip:function(t,i){if(void 0===this.activeElements&&(this.activeElements=[]),function(t){var i=!1;return t.length!==this.activeElements.length?i=!0:(n(t,function(t,e){t!==this.activeElements[e]&&(i=!0)},this),i)}.call(this,t)||i){if(this.activeElements=t,this.draw(),this.options.customTooltips&&this.options.customTooltips(!1),t.length>0)if(this.datasets&&this.datasets.length>1){for(var o,a,h=this.datasets.length-1;h>=0&&(o=this.datasets[h].points||this.datasets[h].bars||this.datasets[h].segments,-1===(a=l(o,t[0])));h--);var r=[],c=[],u=function(){var t,i,e,n,o,h=[],l=[],u=[];return s.each(this.datasets,function(i){t=i.points||i.bars||i.segments,t[a]&&t[a].hasValue()&&h.push(t[a])}),s.each(h,function(t){l.push(t.x),u.push(t.y),r.push(s.template(this.options.multiTooltipTemplate,t)),c.push({fill:t._saved.fillColor||t.fillColor,stroke:t._saved.strokeColor||t.strokeColor})},this),o=m(u),e=g(u),n=m(l),i=g(l),{x:n>this.chart.width/2?n:i,y:(o+e)/2}}.call(this,a);new e.MultiTooltip({x:u.x,y:u.y,xPadding:this.options.tooltipXPadding,yPadding:this.options.tooltipYPadding,xOffset:this.options.tooltipXOffset,fillColor:this.options.tooltipFillColor,textColor:this.options.tooltipFontColor,fontFamily:this.options.tooltipFontFamily,fontStyle:this.options.tooltipFontStyle,fontSize:this.options.tooltipFontSize,titleTextColor:this.options.tooltipTitleFontColor,titleFontFamily:this.options.tooltipTitleFontFamily,titleFontStyle:this.options.tooltipTitleFontStyle,titleFontSize:this.options.tooltipTitleFontSize,cornerRadius:this.options.tooltipCornerRadius,labels:r,legendColors:c,legendColorBackground:this.options.multiTooltipKeyBackground,title:t[0].label,chart:this.chart,ctx:this.chart.ctx,custom:this.options.customTooltips}).draw()}else n(t,function(t){var i=t.tooltipPosition();new e.Tooltip({x:Math.round(i.x),y:Math.round(i.y),xPadding:this.options.tooltipXPadding,yPadding:this.options.tooltipYPadding,fillColor:this.options.tooltipFillColor,textColor:this.options.tooltipFontColor,fontFamily:this.options.tooltipFontFamily,fontStyle:this.options.tooltipFontStyle,fontSize:this.options.tooltipFontSize,caretHeight:this.options.tooltipCaretSize,cornerRadius:this.options.tooltipCornerRadius,text:C(this.options.tooltipTemplate,t),chart:this.chart,custom:this.options.customTooltips}).draw()},this);return this}},toBase64Image:function(){return this.chart.canvas.toDataURL.apply(this.chart.canvas,arguments)}}),e.Type.extend=function(t){var i=this,s=function(){return i.apply(this,arguments)};if(s.prototype=o(i.prototype),a(s.prototype,t),s.extend=e.Type.extend,t.name||i.prototype.name){var n=t.name||i.prototype.name,l=e.defaults[i.prototype.name]?o(e.defaults[i.prototype.name]):{};e.defaults[n]=a(l,t.defaults),e.types[n]=s,e.prototype[n]=function(t,i){var o=h(e.defaults.global,e.defaults[n],i||{});return new s(t,o,this)}}else d("Name not provided for this chart, so it hasn't been registered");return i},e.Element=function(t){a(this,t),this.initialize.apply(this,arguments),this.save()},a(e.Element.prototype,{initialize:function(){},restore:function(t){return t?n(t,function(t){this[t]=this._saved[t]},this):a(this,this._saved),this},save:function(){return this._saved=o(this),delete this._saved._saved,this},update:function(t){return n(t,function(t,i){this._saved[i]=this[i],this[i]=t},this),this},transition:function(t,i){return n(t,function(t,e){this[e]=(t-this._saved[e])*i+this._saved[e]},this),this},tooltipPosition:function(){return{x:this.x,y:this.y}},hasValue:function(){return f(this.value)}}),e.Element.extend=r,e.Point=e.Element.extend({display:!0,inRange:function(t,i){var e=this.hitDetectionRadius+this.radius;return Math.pow(t-this.x,2)+Math.pow(i-this.y,2)=this.startAngle&&e.angle<=this.endAngle,o=e.distance>=this.innerRadius&&e.distance<=this.outerRadius;return n&&o},tooltipPosition:function(){var t=this.startAngle+(this.endAngle-this.startAngle)/2,i=(this.outerRadius-this.innerRadius)/2+this.innerRadius;return{x:this.x+Math.cos(t)*i,y:this.y+Math.sin(t)*i}},draw:function(t){var i=this.ctx;i.beginPath(),i.arc(this.x,this.y,this.outerRadius,this.startAngle,this.endAngle),i.arc(this.x,this.y,this.innerRadius,this.endAngle,this.startAngle,!0),i.closePath(),i.strokeStyle=this.strokeColor,i.lineWidth=this.strokeWidth,i.fillStyle=this.fillColor,i.fill(),i.lineJoin="bevel",this.showStroke&&i.stroke()}}),e.Rectangle=e.Element.extend({draw:function(){var t=this.ctx,i=this.width/2,e=this.x-i,s=this.x+i,n=this.base-(this.base-this.y),o=this.strokeWidth/2;this.showStroke&&(e+=o,s-=o,n+=o),t.beginPath(),t.fillStyle=this.fillColor,t.strokeStyle=this.strokeColor,t.lineWidth=this.strokeWidth,t.moveTo(e,this.base),t.lineTo(e,n),t.lineTo(s,n),t.lineTo(s,this.base),t.fill(),this.showStroke&&t.stroke()},height:function(){return this.base-this.y},inRange:function(t,i){return t>=this.x-this.width/2&&t<=this.x+this.width/2&&i>=this.y&&i<=this.base}}),e.Tooltip=e.Element.extend({draw:function(){var t=this.chart.ctx;t.font=W(this.fontSize,this.fontStyle,this.fontFamily),this.xAlign="center",this.yAlign="above";var i=this.caretPadding=2,e=t.measureText(this.text).width+2*this.xPadding,s=this.fontSize+2*this.yPadding,n=s+this.caretHeight+i;this.x+e/2>this.chart.width?this.xAlign="left":this.x-e/2<0&&(this.xAlign="right"),this.y-n<0&&(this.yAlign="below");var o=this.x-e/2,a=this.y-n;if(t.fillStyle=this.fillColor,this.custom)this.custom(this);else{switch(this.yAlign){case"above":t.beginPath(),t.moveTo(this.x,this.y-i),t.lineTo(this.x+this.caretHeight,this.y-(i+this.caretHeight)),t.lineTo(this.x-this.caretHeight,this.y-(i+this.caretHeight)),t.closePath(),t.fill();break;case"below":a=this.y+i+this.caretHeight,t.beginPath(),t.moveTo(this.x,this.y+i),t.lineTo(this.x+this.caretHeight,this.y+i+this.caretHeight),t.lineTo(this.x-this.caretHeight,this.y+i+this.caretHeight),t.closePath(),t.fill()}switch(this.xAlign){case"left":o=this.x-e+(this.cornerRadius+this.caretHeight);break;case"right":o=this.x-(this.cornerRadius+this.caretHeight)}B(t,o,a,e,s,this.cornerRadius),t.fill(),t.fillStyle=this.textColor,t.textAlign="center",t.textBaseline="middle",t.fillText(this.text,o+e/2,a+s/2)}}}),e.MultiTooltip=e.Element.extend({initialize:function(){this.font=W(this.fontSize,this.fontStyle,this.fontFamily),this.titleFont=W(this.titleFontSize,this.titleFontStyle,this.titleFontFamily),this.height=this.labels.length*this.fontSize+(this.labels.length-1)*(this.fontSize/2)+2*this.yPadding+1.5*this.titleFontSize,this.ctx.font=this.titleFont;var t=this.ctx.measureText(this.title).width,i=z(this.ctx,this.font,this.labels)+this.fontSize+3,e=g([i,t]);this.width=e+2*this.xPadding;var s=this.height/2;this.y-s<0?this.y=s:this.y+s>this.chart.height&&(this.y=this.chart.height-s),this.x>this.chart.width/2?this.x-=this.xOffset+this.width:this.x+=this.xOffset},getLineHeight:function(t){var i=this.y-this.height/2+this.yPadding,e=t-1;return 0===t?i+this.titleFontSize/2:i+(1.5*this.fontSize*e+this.fontSize/2)+1.5*this.titleFontSize},draw:function(){if(this.custom)this.custom(this);else{B(this.ctx,this.x,this.y-this.height/2,this.width,this.height,this.cornerRadius);var t=this.ctx;t.fillStyle=this.fillColor,t.fill(),t.closePath(),t.textAlign="left",t.textBaseline="middle",t.fillStyle=this.titleTextColor,t.font=this.titleFont,t.fillText(this.title,this.x+this.xPadding,this.getLineHeight(0)),t.font=this.font,s.each(this.labels,function(i,e){t.fillStyle=this.textColor,t.fillText(i,this.x+this.xPadding+this.fontSize+3,this.getLineHeight(e+1)),t.fillStyle=this.legendColorBackground,t.fillRect(this.x+this.xPadding,this.getLineHeight(e+1)-this.fontSize/2,this.fontSize,this.fontSize),t.fillStyle=this.legendColors[e].fill,t.fillRect(this.x+this.xPadding,this.getLineHeight(e+1)-this.fontSize/2,this.fontSize,this.fontSize)},this)}}}),e.Scale=e.Element.extend({initialize:function(){this.fit()},buildYLabels:function(){this.yLabels=[];for(var t=v(this.stepValue),i=0;i<=this.steps;i++)this.yLabels.push(C(this.templateString,{value:(this.min+i*this.stepValue).toFixed(t)}));this.yLabelWidth=this.display&&this.showLabels?z(this.ctx,this.font,this.yLabels):0},addXLabel:function(t){this.xLabels.push(t),this.valuesCount++,this.fit()},removeXLabel:function(){this.xLabels.shift(),this.valuesCount--,this.fit()},fit:function(){this.startPoint=this.display?this.fontSize:0,this.endPoint=this.display?this.height-1.5*this.fontSize-5:this.height,this.startPoint+=this.padding,this.endPoint-=this.padding;var t,i=this.endPoint-this.startPoint;for(this.calculateYRange(i),this.buildYLabels(),this.calculateXLabelRotation();i>this.endPoint-this.startPoint;)i=this.endPoint-this.startPoint,t=this.yLabelWidth,this.calculateYRange(i),this.buildYLabels(),tthis.yLabelWidth+10?i/2:this.yLabelWidth+10,this.xLabelRotation=0,this.display){var s,n=z(this.ctx,this.font,this.xLabels);this.xLabelWidth=n;for(var o=Math.floor(this.calculateX(1)-this.calculateX(0))-6;this.xLabelWidth>o&&0===this.xLabelRotation||this.xLabelWidth>o&&this.xLabelRotation<=90&&this.xLabelRotation>0;)s=Math.cos(S(this.xLabelRotation)),t=s*i,s*e,t+this.fontSize/2>this.yLabelWidth+8&&(this.xScalePaddingLeft=t+this.fontSize/2),this.xScalePaddingRight=this.fontSize/2,this.xLabelRotation++,this.xLabelWidth=s*n;this.xLabelRotation>0&&(this.endPoint-=Math.sin(S(this.xLabelRotation))*n+3)}else this.xLabelWidth=0,this.xScalePaddingRight=this.padding,this.xScalePaddingLeft=this.padding},calculateYRange:c,drawingArea:function(){return this.startPoint-this.endPoint},calculateY:function(t){var i=this.drawingArea()/(this.min-this.max);return this.endPoint-i*(t-this.min)},calculateX:function(t){var i=(this.xLabelRotation,this.width-(this.xScalePaddingLeft+this.xScalePaddingRight)),e=i/Math.max(this.valuesCount-(this.offsetGridLines?0:1),1),s=e*t+this.xScalePaddingLeft;return this.offsetGridLines&&(s+=e/2),Math.round(s)},update:function(t){s.extend(this,t),this.fit()},draw:function(){var t=this.ctx,i=(this.endPoint-this.startPoint)/this.steps,e=Math.round(this.xScalePaddingLeft);this.display&&(t.fillStyle=this.textColor,t.font=this.font,n(this.yLabels,function(n,o){var a=this.endPoint-i*o,h=Math.round(a),l=this.showHorizontalLines;t.textAlign="right",t.textBaseline="middle",this.showLabels&&t.fillText(n,e-10,a),0!==o||l||(l=!0),l&&t.beginPath(),o>0?(t.lineWidth=this.gridLineWidth,t.strokeStyle=this.gridLineColor):(t.lineWidth=this.lineWidth,t.strokeStyle=this.lineColor),h+=s.aliasPixel(t.lineWidth),l&&(t.moveTo(e,h),t.lineTo(this.width,h),t.stroke(),t.closePath()),t.lineWidth=this.lineWidth,t.strokeStyle=this.lineColor,t.beginPath(),t.moveTo(e-5,h),t.lineTo(e,h),t.stroke(),t.closePath()},this),n(this.xLabels,function(i,e){var s=this.calculateX(e)+x(this.lineWidth),n=this.calculateX(e-(this.offsetGridLines?.5:0))+x(this.lineWidth),o=this.xLabelRotation>0,a=this.showVerticalLines;0!==e||a||(a=!0),a&&t.beginPath(),e>0?(t.lineWidth=this.gridLineWidth,t.strokeStyle=this.gridLineColor):(t.lineWidth=this.lineWidth,t.strokeStyle=this.lineColor),a&&(t.moveTo(n,this.endPoint),t.lineTo(n,this.startPoint-3),t.stroke(),t.closePath()),t.lineWidth=this.lineWidth,t.strokeStyle=this.lineColor,t.beginPath(),t.moveTo(n,this.endPoint),t.lineTo(n,this.endPoint+5),t.stroke(),t.closePath(),t.save(),t.translate(s,o?this.endPoint+12:this.endPoint+8),t.rotate(-1*S(this.xLabelRotation)),t.font=this.font,t.textAlign=o?"right":"center",t.textBaseline=o?"middle":"top",t.fillText(i,0,0),t.restore()},this))}}),e.RadialScale=e.Element.extend({initialize:function(){this.size=m([this.height,this.width]),this.drawingArea=this.display?this.size/2-(this.fontSize/2+this.backdropPaddingY):this.size/2},calculateCenterOffset:function(t){var i=this.drawingArea/(this.max-this.min);return(t-this.min)*i},update:function(){this.lineArc?this.drawingArea=this.display?this.size/2-(this.fontSize/2+this.backdropPaddingY):this.size/2:this.setScaleSize(),this.buildYLabels()},buildYLabels:function(){this.yLabels=[];for(var t=v(this.stepValue),i=0;i<=this.steps;i++)this.yLabels.push(C(this.templateString,{value:(this.min+i*this.stepValue).toFixed(t)}))},getCircumference:function(){return 2*Math.PI/this.valuesCount},setScaleSize:function(){var t,i,e,s,n,o,a,h,l,r,c,u,d=m([this.height/2-this.pointLabelFontSize-5,this.width/2]),p=this.width,g=0;for(this.ctx.font=W(this.pointLabelFontSize,this.pointLabelFontStyle,this.pointLabelFontFamily),i=0;ip&&(p=t.x+s,n=i),t.x-sp&&(p=t.x+e,n=i):i>this.valuesCount/2&&t.x-e0){var s,n=e*(this.drawingArea/this.steps),o=this.yCenter-n;if(this.lineWidth>0)if(t.strokeStyle=this.lineColor,t.lineWidth=this.lineWidth,this.lineArc)t.beginPath(),t.arc(this.xCenter,this.yCenter,n,0,2*Math.PI),t.closePath(),t.stroke();else{t.beginPath();for(var a=0;a=0;i--){if(this.angleLineWidth>0){var e=this.getPointPosition(i,this.calculateCenterOffset(this.max));t.beginPath(),t.moveTo(this.xCenter,this.yCenter),t.lineTo(e.x,e.y),t.stroke(),t.closePath()}var s=this.getPointPosition(i,this.calculateCenterOffset(this.max)+5);t.font=W(this.pointLabelFontSize,this.pointLabelFontStyle,this.pointLabelFontFamily),t.fillStyle=this.pointLabelFontColor;var o=this.labels.length,a=this.labels.length/2,h=a/2,l=h>i||i>o-h,r=i===h||i===o-h;t.textAlign=0===i?"center":i===a?"center":a>i?"left":"right",t.textBaseline=r?"middle":l?"bottom":"top",t.fillText(this.labels[i],s.x,s.y)}}}}}),s.addEvent(window,"resize",function(){var t;return function(){clearTimeout(t),t=setTimeout(function(){n(e.instances,function(t){t.options.responsive&&t.resize(t.render,!0)})},50)}}()),p?define(function(){return e}):"object"==typeof module&&module.exports&&(module.exports=e),t.Chart=e,e.noConflict=function(){return t.Chart=i,e}}).call(this),function(){"use strict";var t=this,i=t.Chart,e=i.helpers,s={scaleBeginAtZero:!0,scaleShowGridLines:!0,scaleGridLineColor:"rgba(0,0,0,.05)",scaleGridLineWidth:1,scaleShowHorizontalLines:!0,scaleShowVerticalLines:!0,barShowStroke:!0,barStrokeWidth:2,barValueSpacing:5,barDatasetSpacing:1,legendTemplate:'
    <% for (var i=0; i
  • <%if(datasets[i].label){%><%=datasets[i].label%><%}%>
  • <%}%>
'};i.Type.extend({name:"Bar",defaults:s,initialize:function(t){var s=this.options;this.ScaleClass=i.Scale.extend({offsetGridLines:!0,calculateBarX:function(t,i,e){var n=this.calculateBaseWidth(),o=this.calculateX(e)-n/2,a=this.calculateBarWidth(t);return o+a*i+i*s.barDatasetSpacing+a/2},calculateBaseWidth:function(){return this.calculateX(1)-this.calculateX(0)-2*s.barValueSpacing},calculateBarWidth:function(t){return(this.calculateBaseWidth()-(t-1)*s.barDatasetSpacing)/t}}),this.datasets=[],this.options.showTooltips&&e.bindEvents(this,this.options.tooltipEvents,function(t){var i="mouseout"!==t.type?this.getBarsAtEvent(t):[];this.eachBars(function(t){t.restore(["fillColor","strokeColor"])}),e.each(i,function(t){t.fillColor=t.highlightFill,t.strokeColor=t.highlightStroke}),this.showTooltip(i)}),this.BarClass=i.Rectangle.extend({strokeWidth:this.options.barStrokeWidth,showStroke:this.options.barShowStroke,ctx:this.chart.ctx}),e.each(t.datasets,function(i){var s={label:i.label||null,fillColor:i.fillColor,strokeColor:i.strokeColor,bars:[]};this.datasets.push(s),e.each(i.data,function(e,n){s.bars.push(new this.BarClass({value:e,label:t.labels[n],datasetLabel:i.label,strokeColor:i.strokeColor,fillColor:i.fillColor,highlightFill:i.highlightFill||i.fillColor,highlightStroke:i.highlightStroke||i.strokeColor}))},this)},this),this.buildScale(t.labels),this.BarClass.prototype.base=this.scale.endPoint,this.eachBars(function(t,i,s){e.extend(t,{width:this.scale.calculateBarWidth(this.datasets.length),x:this.scale.calculateBarX(this.datasets.length,s,i),y:this.scale.endPoint}),t.save()},this),this.render()},update:function(){this.scale.update(),e.each(this.activeElements,function(t){t.restore(["fillColor","strokeColor"])}),this.eachBars(function(t){t.save()}),this.render()},eachBars:function(t){e.each(this.datasets,function(i,s){e.each(i.bars,t,this,s)},this)},getBarsAtEvent:function(t){for(var i,s=[],n=e.getRelativePosition(t),o=function(t){s.push(t.bars[i])},a=0;a<% for (var i=0; i
  • <%if(segments[i].label){%><%=segments[i].label%><%}%>
  • <%}%>'};i.Type.extend({name:"Doughnut",defaults:s,initialize:function(t){this.segments=[],this.outerRadius=(e.min([this.chart.width,this.chart.height])-this.options.segmentStrokeWidth/2)/2,this.SegmentArc=i.Arc.extend({ctx:this.chart.ctx,x:this.chart.width/2,y:this.chart.height/2}),this.options.showTooltips&&e.bindEvents(this,this.options.tooltipEvents,function(t){var i="mouseout"!==t.type?this.getSegmentsAtEvent(t):[];e.each(this.segments,function(t){t.restore(["fillColor"])}),e.each(i,function(t){t.fillColor=t.highlightColor}),this.showTooltip(i)}),this.calculateTotal(t),e.each(t,function(t,i){this.addData(t,i,!0)},this),this.render()},getSegmentsAtEvent:function(t){var i=[],s=e.getRelativePosition(t);return e.each(this.segments,function(t){t.inRange(s.x,s.y)&&i.push(t)},this),i},addData:function(t,i,e){var s=i||this.segments.length;this.segments.splice(s,0,new this.SegmentArc({value:t.value,outerRadius:this.options.animateScale?0:this.outerRadius,innerRadius:this.options.animateScale?0:this.outerRadius/100*this.options.percentageInnerCutout,fillColor:t.color,highlightColor:t.highlight||t.color,showStroke:this.options.segmentShowStroke,strokeWidth:this.options.segmentStrokeWidth,strokeColor:this.options.segmentStrokeColor,startAngle:1.5*Math.PI,circumference:this.options.animateRotate?0:this.calculateCircumference(t.value),label:t.label})),e||(this.reflow(),this.update())},calculateCircumference:function(t){return 2*Math.PI*(Math.abs(t)/this.total)},calculateTotal:function(t){this.total=0,e.each(t,function(t){this.total+=Math.abs(t.value)},this)},update:function(){this.calculateTotal(this.segments),e.each(this.activeElements,function(t){t.restore(["fillColor"])}),e.each(this.segments,function(t){t.save()}),this.render()},removeData:function(t){var i=e.isNumber(t)?t:this.segments.length-1;this.segments.splice(i,1),this.reflow(),this.update()},reflow:function(){e.extend(this.SegmentArc.prototype,{x:this.chart.width/2,y:this.chart.height/2}),this.outerRadius=(e.min([this.chart.width,this.chart.height])-this.options.segmentStrokeWidth/2)/2,e.each(this.segments,function(t){t.update({outerRadius:this.outerRadius,innerRadius:this.outerRadius/100*this.options.percentageInnerCutout})},this)},draw:function(t){var i=t||1;this.clear(),e.each(this.segments,function(t,e){t.transition({circumference:this.calculateCircumference(t.value),outerRadius:this.outerRadius,innerRadius:this.outerRadius/100*this.options.percentageInnerCutout},i),t.endAngle=t.startAngle+t.circumference,t.draw(),0===e&&(t.startAngle=1.5*Math.PI),e<% for (var i=0; i
  • <%if(datasets[i].label){%><%=datasets[i].label%><%}%>
  • <%}%>'};i.Type.extend({name:"Line",defaults:s,initialize:function(t){this.PointClass=i.Point.extend({strokeWidth:this.options.pointDotStrokeWidth,radius:this.options.pointDotRadius,display:this.options.pointDot,hitDetectionRadius:this.options.pointHitDetectionRadius,ctx:this.chart.ctx,inRange:function(t){return Math.pow(t-this.x,2)0&&ithis.scale.endPoint?t.controlPoints.outer.y=this.scale.endPoint:t.controlPoints.outer.ythis.scale.endPoint?t.controlPoints.inner.y=this.scale.endPoint:t.controlPoints.inner.y0&&(s.lineTo(h[h.length-1].x,this.scale.endPoint),s.lineTo(h[0].x,this.scale.endPoint),s.fillStyle=t.fillColor,s.closePath(),s.fill()),e.each(h,function(t){t.draw()})},this)}})}.call(this),function(){"use strict";var t=this,i=t.Chart,e=i.helpers,s={scaleShowLabelBackdrop:!0,scaleBackdropColor:"rgba(255,255,255,0.75)",scaleBeginAtZero:!0,scaleBackdropPaddingY:2,scaleBackdropPaddingX:2,scaleShowLine:!0,segmentShowStroke:!0,segmentStrokeColor:"#fff",segmentStrokeWidth:2,animationSteps:100,animationEasing:"easeOutBounce",animateRotate:!0,animateScale:!1,legendTemplate:'
      <% for (var i=0; i
    • <%if(segments[i].label){%><%=segments[i].label%><%}%>
    • <%}%>
    '};i.Type.extend({name:"PolarArea",defaults:s,initialize:function(t){this.segments=[],this.SegmentArc=i.Arc.extend({showStroke:this.options.segmentShowStroke,strokeWidth:this.options.segmentStrokeWidth,strokeColor:this.options.segmentStrokeColor,ctx:this.chart.ctx,innerRadius:0,x:this.chart.width/2,y:this.chart.height/2}),this.scale=new i.RadialScale({display:this.options.showScale,fontStyle:this.options.scaleFontStyle,fontSize:this.options.scaleFontSize,fontFamily:this.options.scaleFontFamily,fontColor:this.options.scaleFontColor,showLabels:this.options.scaleShowLabels,showLabelBackdrop:this.options.scaleShowLabelBackdrop,backdropColor:this.options.scaleBackdropColor,backdropPaddingY:this.options.scaleBackdropPaddingY,backdropPaddingX:this.options.scaleBackdropPaddingX,lineWidth:this.options.scaleShowLine?this.options.scaleLineWidth:0,lineColor:this.options.scaleLineColor,lineArc:!0,width:this.chart.width,height:this.chart.height,xCenter:this.chart.width/2,yCenter:this.chart.height/2,ctx:this.chart.ctx,templateString:this.options.scaleLabel,valuesCount:t.length}),this.updateScaleRange(t),this.scale.update(),e.each(t,function(t,i){this.addData(t,i,!0)},this),this.options.showTooltips&&e.bindEvents(this,this.options.tooltipEvents,function(t){var i="mouseout"!==t.type?this.getSegmentsAtEvent(t):[];e.each(this.segments,function(t){t.restore(["fillColor"])}),e.each(i,function(t){t.fillColor=t.highlightColor}),this.showTooltip(i)}),this.render()},getSegmentsAtEvent:function(t){var i=[],s=e.getRelativePosition(t);return e.each(this.segments,function(t){t.inRange(s.x,s.y)&&i.push(t)},this),i},addData:function(t,i,e){var s=i||this.segments.length;this.segments.splice(s,0,new this.SegmentArc({fillColor:t.color,highlightColor:t.highlight||t.color,label:t.label,value:t.value,outerRadius:this.options.animateScale?0:this.scale.calculateCenterOffset(t.value),circumference:this.options.animateRotate?0:this.scale.getCircumference(),startAngle:1.5*Math.PI})),e||(this.reflow(),this.update())},removeData:function(t){var i=e.isNumber(t)?t:this.segments.length-1;this.segments.splice(i,1),this.reflow(),this.update()},calculateTotal:function(t){this.total=0,e.each(t,function(t){this.total+=t.value},this),this.scale.valuesCount=this.segments.length},updateScaleRange:function(t){var i=[];e.each(t,function(t){i.push(t.value)});var s=this.options.scaleOverride?{steps:this.options.scaleSteps,stepValue:this.options.scaleStepWidth,min:this.options.scaleStartValue,max:this.options.scaleStartValue+this.options.scaleSteps*this.options.scaleStepWidth}:e.calculateScaleRange(i,e.min([this.chart.width,this.chart.height])/2,this.options.scaleFontSize,this.options.scaleBeginAtZero,this.options.scaleIntegersOnly);e.extend(this.scale,s,{size:e.min([this.chart.width,this.chart.height]),xCenter:this.chart.width/2,yCenter:this.chart.height/2})},update:function(){this.calculateTotal(this.segments),e.each(this.segments,function(t){t.save()}),this.reflow(),this.render()},reflow:function(){e.extend(this.SegmentArc.prototype,{x:this.chart.width/2,y:this.chart.height/2}),this.updateScaleRange(this.segments),this.scale.update(),e.extend(this.scale,{xCenter:this.chart.width/2,yCenter:this.chart.height/2}),e.each(this.segments,function(t){t.update({outerRadius:this.scale.calculateCenterOffset(t.value)})},this)},draw:function(t){var i=t||1;this.clear(),e.each(this.segments,function(t,e){t.transition({circumference:this.scale.getCircumference(),outerRadius:this.scale.calculateCenterOffset(t.value)},i),t.endAngle=t.startAngle+t.circumference,0===e&&(t.startAngle=1.5*Math.PI),e<% for (var i=0; i
  • <%if(datasets[i].label){%><%=datasets[i].label%><%}%>
  • <%}%>'},initialize:function(t){this.PointClass=i.Point.extend({strokeWidth:this.options.pointDotStrokeWidth,radius:this.options.pointDotRadius,display:this.options.pointDot,hitDetectionRadius:this.options.pointHitDetectionRadius,ctx:this.chart.ctx}),this.datasets=[],this.buildScale(t),this.options.showTooltips&&e.bindEvents(this,this.options.tooltipEvents,function(t){var i="mouseout"!==t.type?this.getPointsAtEvent(t):[];this.eachPoints(function(t){t.restore(["fillColor","strokeColor"])}),e.each(i,function(t){t.fillColor=t.highlightFill,t.strokeColor=t.highlightStroke}),this.showTooltip(i)}),e.each(t.datasets,function(i){var s={label:i.label||null,fillColor:i.fillColor,strokeColor:i.strokeColor,pointColor:i.pointColor,pointStrokeColor:i.pointStrokeColor,points:[]};this.datasets.push(s),e.each(i.data,function(e,n){var o;this.scale.animation||(o=this.scale.getPointPosition(n,this.scale.calculateCenterOffset(e))),s.points.push(new this.PointClass({value:e,label:t.labels[n],datasetLabel:i.label,x:this.options.animation?this.scale.xCenter:o.x,y:this.options.animation?this.scale.yCenter:o.y,strokeColor:i.pointStrokeColor,fillColor:i.pointColor,highlightFill:i.pointHighlightFill||i.pointColor,highlightStroke:i.pointHighlightStroke||i.pointStrokeColor}))},this)},this),this.render()},eachPoints:function(t){e.each(this.datasets,function(i){e.each(i.points,t,this)},this)},getPointsAtEvent:function(t){var i=e.getRelativePosition(t),s=e.getAngleFromPoint({x:this.scale.xCenter,y:this.scale.yCenter},i),n=2*Math.PI/this.scale.valuesCount,o=Math.round((s.angle-1.5*Math.PI)/n),a=[];return(o>=this.scale.valuesCount||0>o)&&(o=0),s.distance<=this.scale.drawingArea&&e.each(this.datasets,function(t){a.push(t.points[o])}),a},buildScale:function(t){this.scale=new i.RadialScale({display:this.options.showScale,fontStyle:this.options.scaleFontStyle,fontSize:this.options.scaleFontSize,fontFamily:this.options.scaleFontFamily,fontColor:this.options.scaleFontColor,showLabels:this.options.scaleShowLabels,showLabelBackdrop:this.options.scaleShowLabelBackdrop,backdropColor:this.options.scaleBackdropColor,backdropPaddingY:this.options.scaleBackdropPaddingY,backdropPaddingX:this.options.scaleBackdropPaddingX,lineWidth:this.options.scaleShowLine?this.options.scaleLineWidth:0,lineColor:this.options.scaleLineColor,angleLineColor:this.options.angleLineColor,angleLineWidth:this.options.angleShowLineOut?this.options.angleLineWidth:0,pointLabelFontColor:this.options.pointLabelFontColor,pointLabelFontSize:this.options.pointLabelFontSize,pointLabelFontFamily:this.options.pointLabelFontFamily,pointLabelFontStyle:this.options.pointLabelFontStyle,height:this.chart.height,width:this.chart.width,xCenter:this.chart.width/2,yCenter:this.chart.height/2,ctx:this.chart.ctx,templateString:this.options.scaleLabel,labels:t.labels,valuesCount:t.datasets[0].data.length}),this.scale.setScaleSize(),this.updateScaleRange(t.datasets),this.scale.buildYLabels()},updateScaleRange:function(t){var i=function(){var i=[];return e.each(t,function(t){t.data?i=i.concat(t.data):e.each(t.points,function(t){i.push(t.value)})}),i}(),s=this.options.scaleOverride?{steps:this.options.scaleSteps,stepValue:this.options.scaleStepWidth,min:this.options.scaleStartValue,max:this.options.scaleStartValue+this.options.scaleSteps*this.options.scaleStepWidth}:e.calculateScaleRange(i,e.min([this.chart.width,this.chart.height])/2,this.options.scaleFontSize,this.options.scaleBeginAtZero,this.options.scaleIntegersOnly);e.extend(this.scale,s)},addData:function(t,i){this.scale.valuesCount++,e.each(t,function(t,e){var s=this.scale.getPointPosition(this.scale.valuesCount,this.scale.calculateCenterOffset(t));this.datasets[e].points.push(new this.PointClass({value:t,label:i,x:s.x,y:s.y,strokeColor:this.datasets[e].pointStrokeColor,fillColor:this.datasets[e].pointColor}))},this),this.scale.labels.push(i),this.reflow(),this.update()},removeData:function(){this.scale.valuesCount--,this.scale.labels.shift(),e.each(this.datasets,function(t){t.points.shift()},this),this.reflow(),this.update()},update:function(){this.eachPoints(function(t){t.save()}),this.reflow(),this.render()},reflow:function(){e.extend(this.scale,{width:this.chart.width,height:this.chart.height,size:e.min([this.chart.width,this.chart.height]),xCenter:this.chart.width/2,yCenter:this.chart.height/2}),this.updateScaleRange(this.datasets),this.scale.setScaleSize(),this.scale.buildYLabels()},draw:function(t){var i=t||1,s=this.chart.ctx;this.clear(),this.scale.draw(),e.each(this.datasets,function(t){e.each(t.points,function(t,e){t.hasValue()&&t.transition(this.scale.getPointPosition(e,this.scale.calculateCenterOffset(t.value)),i)},this),s.lineWidth=this.options.datasetStrokeWidth,s.strokeStyle=t.strokeColor,s.beginPath(),e.each(t.points,function(t,i){0===i?s.moveTo(t.x,t.y):s.lineTo(t.x,t.y)},this),s.closePath(),s.stroke(),s.fillStyle=t.fillColor,s.fill(),e.each(t.points,function(t){t.hasValue()&&t.draw()})},this)}})}.call(this); !function(){var t=null,e={inheritAttrs:function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]instanceof Object&&e[i]instanceof Object&&"function"!=typeof e[i]?this.inheritAttrs(t[i],e[i]):t[i]=e[i])},createMerge:function(t,e){var i={};return t&&this.inheritAttrs(i,this.cloneObj(t)),e&&this.inheritAttrs(i,e),i},extend:function(){return t?(Array.prototype.unshift.apply(arguments,[!0,{}]),t.extend.apply(t,arguments)):e.createMerge.apply(this,arguments)},cloneObj:function(t){if(Object(t)!==t)return t;var e=new t.constructor;for(var i in t)t.hasOwnProperty(i)&&(e[i]=this.cloneObj(t[i]));return e},addEvent:function(e,i,n){t?t(e).on(i+".treant",n):e.addEventListener?e.addEventListener(i,n,!1):e.attachEvent?e.attachEvent("on"+i,n):e["on"+i]=n},findEl:function(e,i,n){if(n=n||document,t){var r=t(e,n);return i?r.get(0):r}if("#"==e.charAt(0))return n.getElementById(e.substring(1));if("."==e.charAt(0)){var o=n.getElementsByClassName(e.substring(1));return o.length?o[0]:null}throw new Error("Unknown container element")},getOuterHeight:function(i){return"function"==typeof i.getBoundingClientRect?i.getBoundingClientRect().height:t?Math.ceil(t(i).outerHeight())+1:Math.ceil(i.clientHeight+e.getStyle(i,"border-top-width",!0)+e.getStyle(i,"border-bottom-width",!0)+e.getStyle(i,"padding-top",!0)+e.getStyle(i,"padding-bottom",!0)+1)},getOuterWidth:function(i){return"function"==typeof i.getBoundingClientRect?i.getBoundingClientRect().width:t?Math.ceil(t(i).outerWidth())+1:Math.ceil(i.clientWidth+e.getStyle(i,"border-left-width",!0)+e.getStyle(i,"border-right-width",!0)+e.getStyle(i,"padding-left",!0)+e.getStyle(i,"padding-right",!0)+1)},getStyle:function(t,e,i){var n="";return document.defaultView&&document.defaultView.getComputedStyle?n=document.defaultView.getComputedStyle(t,"").getPropertyValue(e):t.currentStyle&&(e=e.replace(/\-(\w)/g,function(t,e){return e.toUpperCase()}),n=t.currentStyle[e]),i?parseFloat(n):n},addClass:function(i,n){t?t(i).addClass(n):e.hasClass(i,n)||(i.classList?i.classList.add(n):i.className+=" "+n)},hasClass:function(t,e){return(" "+t.className+" ").replace(/[\n\t]/g," ").indexOf(" "+e+" ")>-1},toggleClass:function(e,i,n){t?t(e).toggleClass(i,n):n?e.classList.add(i):e.classList.remove(i)},setDimensions:function(e,i,n){t?t(e).width(i).height(n):(e.style.width=i+"px",e.style.height=n+"px")}},i=function(){this.reset()};i.prototype={reset:function(){return this.loading=[],this},processNode:function(t){for(var e=t.nodeDOM.getElementsByTagName("img"),i=e.length;i--;)this.create(t,e[i]);return this},removeAll:function(t){for(var e=this.loading.length;e--;)this.loading[e]===t&&this.loading.splice(e,1);return this},create:function(t,i){function n(){r.removeAll(o),t.width=t.nodeDOM.offsetWidth,t.height=t.nodeDOM.offsetHeight}var r=this,o=i.src;if(0!==i.src.indexOf("data:")){if(this.loading.push(o),i.complete)return n();e.addEvent(i,"load",n),e.addEvent(i,"error",n),i.src+="?"+(new Date).getTime()}else n()},isNotLoading:function(){return 0===this.loading.length}};var n={store:[],createTree:function(t){var e=this.store.length;return this.store.push(new r(t,e)),this.get(e)},get:function(t){return this.store[t]},destroy:function(t){var e=this.get(t);if(e){e._R.remove();for(var i=e.drawArea;i.firstChild;)i.removeChild(i.firstChild);for(var n=i.className.split(" "),r=[],o=0;o0){for(var u=t,f=0;u&&u.id!=a.id;)u=u.leftSibling(),f++;if(u)for(var p=t,g=c/f;p.id!=a.id;)p.prelim+=c,p.modifier+=c,c-=g,p=p.leftSibling()}r++,(i=0===i.childrenCount()?t.leftMost(0,r):i=i.firstChild())&&(n=i.leftNeighbor())}},secondWalk:function(t,e,i,n){if(e<=this.CONFIG.maxDepth){var r,o,s=t.prelim+i,h=n,a=this.CONFIG.nodeAlign,l=this.CONFIG.rootOrientation;if("NORTH"==l||"SOUTH"==l?(r=this.levelMaxDim[e].height,o=t.height,t.pseudo&&(t.height=r)):"WEST"!=l&&"EAST"!=l||(r=this.levelMaxDim[e].width,o=t.width,t.pseudo&&(t.width=r)),t.X=s,t.pseudo?"NORTH"==l||"WEST"==l?t.Y=h:"SOUTH"!=l&&"EAST"!=l||(t.Y=h+(r-o)):t.Y="CENTER"==a?h+(r-o)/2:"TOP"==a?h+(r-o):h,"WEST"==l||"EAST"==l){var d=t.X;t.X=t.Y,t.Y=d}"SOUTH"==l?t.Y=-t.Y-o:"EAST"==l&&(t.X=-t.X-o),0!==t.childrenCount()&&(0===t.id&&this.CONFIG.hideRootNode?this.secondWalk(t.firstChild(),e+1,i+t.modifier,n):this.secondWalk(t.firstChild(),e+1,i+t.modifier,n+r+this.CONFIG.levelSeparation)),t.rightSibling()&&this.secondWalk(t.rightSibling(),e,i,n)}},positionNodes:function(){var t=this,e={x:t.nodeDB.getMinMaxCoord("X",null,null),y:t.nodeDB.getMinMaxCoord("Y",null,null)},i=e.x.max-e.x.min,n=e.y.max-e.y.min,r={x:e.x.max-i/2,y:e.y.max-n/2};this.handleOverflow(i,n);var o,s,h,a={x:t.drawArea.clientWidth/2,y:t.drawArea.clientHeight/2},l=a.x-r.x,d=a.y-r.y,c=e.x.min+l<=0?Math.abs(e.x.min):0,u=e.y.min+d<=0?Math.abs(e.y.min):0;for(o=0,s=this.nodeDB.db.length;o'),a=h.find(".Treant");a.css({width:r,height:o}),h.perfectScrollbar()}}return this},setConnectionToParent:function(t,e){var i,n=t.stackParentId,r=n?this.nodeDB.get(n):t.parent(),o=e?this.getPointPathString(e):this.getPathString(r,t,n);return this.connectionStore[t.id]?(i=this.connectionStore[t.id],this.animatePath(i,o)):(i=this._R.path(o),this.connectionStore[t.id]=i,t.pseudo&&delete r.connStyle.style["arrow-end"],r.pseudo&&delete r.connStyle.style["arrow-start"],i.attr(r.connStyle.style),(t.drawLineThrough||t.pseudo)&&t.drawLineThroughMe(e)),t.connector=i,this},getPointPathString:function(t){return["_M",t.x,",",t.y,"L",t.x,",",t.y,t.x,",",t.y].join(" ")},animatePath:function(t,e){return t.hidden&&"_"!==e.charAt(0)&&(t.show(),t.hidden=!1),t.animate({path:"_"===e.charAt(0)?e.substring(1):e},this.CONFIG.animation.connectorsSpeed,this.CONFIG.animation.connectorsAnimation,function(){"_"===e.charAt(0)&&(t.hide(),t.hidden=!0)}),this},getPathString:function(t,e,i){var n=t.connectorPoint(!0),r=e.connectorPoint(!1),o=this.CONFIG.rootOrientation,s=t.connStyle.type,h={},a={};"NORTH"==o||"SOUTH"==o?(h.y=a.y=(n.y+r.y)/2,h.x=n.x,a.x=r.x):"EAST"!=o&&"WEST"!=o||(h.x=a.x=(n.x+r.x)/2,h.y=n.y,a.y=r.y);var l,d,c=n.x+","+n.y,u=h.x+","+h.y,f=a.x+","+a.y,p=r.x+","+r.y,g=(h.x+a.x)/2+","+(h.y+a.y)/2;if(i){if(d="EAST"==o||"WEST"==o?r.x+","+n.y:n.x+","+r.y,"step"==s||"straight"==s)l=["M",c,"L",d,"L",p];else if("curve"==s||"bCurve"==s){var m,y=t.connStyle.stackIndent;"NORTH"==o?m=r.x-y+","+(r.y-y):"SOUTH"==o?m=r.x-y+","+(r.y+y):"EAST"==o?m=r.x+y+","+n.y:"WEST"==o&&(m=r.x-y+","+n.y),l=["M",c,"L",m,"S",d,p]}}else"step"==s?l=["M",c,"L",u,"L",f,"L",p]:"curve"==s?l=["M",c,"C",u,f,p]:"bCurve"==s?l=["M",c,"Q",u,g,"T",p]:"straight"==s&&(l=["M",c,"L",c,p]);return l.join(" ")},setNeighbors:function(t,e){return t.leftNeighborId=this.lastNodeOnLevel[e],t.leftNeighborId&&(t.leftNeighbor().rightNeighborId=t.id),this.lastNodeOnLevel[e]=t.id,this},calcLevelDim:function(t,e){return this.levelMaxDim[e]={width:Math.max(this.levelMaxDim[e]?this.levelMaxDim[e].width:0,t.width),height:Math.max(this.levelMaxDim[e]?this.levelMaxDim[e].height:0,t.height)},this},resetLevelData:function(){return this.lastNodeOnLevel=[],this.levelMaxDim=[],this},root:function(){return this.nodeDB.get(0)}};var o=function(t,e){this.reset(t,e)};o.prototype={reset:function(t,i){function n(t,o){var s=r.createNode(t,o,i,null);if(t.children){if(t.childrenDropLevel&&t.childrenDropLevel>0)for(;t.childrenDropLevel--;){var h=e.cloneObj(s.connStyle);s=r.createNode("pseudo",s.id,i,null),s.connStyle=h,s.children=[]}var a=t.stackChildren&&!r.hasGrandChildren(t)?s.id:null;null!==a&&(s.stackChildren=[]);for(var l=0,d=t.children.length;l=0){var o=this.get(e);if(t.position)if("left"==t.position)o.children.push(r.id);else if("right"==t.position)o.children.splice(0,0,r.id);else if("center"==t.position)o.children.splice(Math.floor(o.children.length/2),0,r.id);else{var h=parseInt(t.position);1==o.children.length&&h>0?o.children.splice(0,0,r.id):o.children.splice(Math.max(h,o.children.length-1),0,r.id)}else o.children.push(r.id)}return n&&(this.get(n).stackParent=!0,this.get(n).stackChildren.push(r.id)),r},getMinMaxCoord:function(t,e,i){e=e||this.get(0),i=i||{min:e[t],max:e[t]+("X"==t?e.width:e.height)};for(var n=e.childrenCount();n--;){var r=e.childAt(n),o=r[t]+("X"==t?r.width:r.height),s=r[t];o>i.max&&(i.max=o),s=e)return this;if(0!==this.childrenCount())for(var i=0,n=this.childrenCount();it.CONFIG.animation.connectorsSpeed?t.CONFIG.animation.nodeSpeed:t.CONFIG.animation.connectorsSpeed)}return this},hide:function(e){e=e||!1;var i=this.hidden;this.hidden=!0,this.nodeDOM.style.overflow="hidden";var n=this.getTree(),r=this.getTreeConfig(),o={opacity:0};if(e&&(o.left=e.x,o.top=e.y),!this.positioned||i?(this.nodeDOM.style.visibility="hidden",t?t(this.nodeDOM).css(o):(this.nodeDOM.style.left=o.left+"px",this.nodeDOM.style.top=o.top+"px"),this.positioned=!0):t?t(this.nodeDOM).animate(o,r.animation.nodeSpeed,r.animation.nodeAnimation,function(){this.style.visibility="hidden"}):(this.nodeDOM.style.transition="all "+r.animation.nodeSpeed+"ms ease",this.nodeDOM.style.transitionProperty="opacity, left, top",this.nodeDOM.style.opacity=o.opacity,this.nodeDOM.style.left=o.left+"px",this.nodeDOM.style.top=o.top+"px",this.nodeDOM.style.visibility="hidden"),this.lineThroughMe){var s=n.getPointPathString(e);i?this.lineThroughMe.attr({path:s}):n.animatePath(this.lineThroughMe,n.getPointPathString(e))}return this},hideConnector:function(){var t=this.Tree(),e=t.connectionStore[this.id];return e&&e.animate({opacity:0},t.CONFIG.animation.connectorsSpeed,t.CONFIG.animation.connectorsAnimation),this},show:function(){this.hidden,this.hidden=!1,this.nodeDOM.style.visibility="visible";var e=(this.Tree(),{left:this.X,top:this.Y,opacity:1}),i=this.getTreeConfig();return t?t(this.nodeDOM).animate(e,i.animation.nodeSpeed,i.animation.nodeAnimation,function(){this.style.overflow=""}):(this.nodeDOM.style.transition="all "+i.animation.nodeSpeed+"ms ease",this.nodeDOM.style.transitionProperty="opacity, left, top",this.nodeDOM.style.left=e.left+"px",this.nodeDOM.style.top=e.top+"px",this.nodeDOM.style.opacity=e.opacity,this.nodeDOM.style.overflow=""),this.lineThroughMe&&this.getTree().animatePath(this.lineThroughMe,this.pathStringThrough()),this},showConnector:function(){var t=this.Tree(),e=t.connectionStore[this.id];return e&&e.animate({opacity:1},t.CONFIG.animation.connectorsSpeed,t.CONFIG.animation.connectorsAnimation),this}},s.prototype.createGeometry=function(e){if(0===this.id&&e.CONFIG.hideRootNode)return this.width=0,void(this.height=0);var i,n=e.drawArea,r=document.createElement(this.link.href?"a":"div");if(r.className=this.pseudo?"pseudo":s.CONFIG.nodeHTMLclass,this.nodeHTMLclass&&!this.pseudo&&(r.className+=" "+this.nodeHTMLclass),this.nodeHTMLid&&(r.id=this.nodeHTMLid),this.link.href&&(r.href=this.link.href,r.target=this.link.target),t?t(r).data("treenode",this):r.data={treenode:this},!this.pseudo){if(this.nodeInnerHTML)if("#"===this.nodeInnerHTML.charAt(0)){var o=document.getElementById(this.nodeInnerHTML.substring(1));o?(r=o.cloneNode(!0),r.id+="-clone",r.className+=" node"):r.innerHTML=" Wrong ID selector "}else r.innerHTML=this.nodeInnerHTML;else if(this.image&&(i=document.createElement("img"),i.src=this.image,r.appendChild(i)),this.text)for(var h in this.text)if(s.CONFIG.textClass[h]){var a=document.createElement(this.text[h].href?"a":"p");this.text[h].href&&(a.href=this.text[h].href,this.text[h].target&&(a.target=this.text[h].target)),a.className=s.CONFIG.textClass[h],a.appendChild(document.createTextNode(this.text[h].val?this.text[h].val:this.text[h]instanceof Object?"'val' param missing!":this.text[h])),r.appendChild(a)}(this.collapsed||this.collapsable&&this.childrenCount()&&!this.stackParentId)&&this.createSwitchGeometry(e,r)}e.CONFIG.callback.onCreateNode.apply(e,[this,r]),n.appendChild(r),this.width=r.offsetWidth,this.height=r.offsetHeight,this.nodeDOM=r,e.imageLoader.processNode(this)},s.prototype.createSwitchGeometry=function(t,i){i=i||this.nodeDOM;var n=e.findEl(".collapse-switch",!0,i);return n||(n=document.createElement("a"),n.className="collapse-switch",i.appendChild(n),this.addSwitchEvent(n),this.collapsed&&(i.className+=" collapsed"),t.CONFIG.callback.onCreateNodeCollapseSwitch.apply(t,[this,i,n])),n},r.CONFIG={maxDepth:100,rootOrientation:"NORTH",nodeAlign:"CENTER",levelSeparation:30,siblingSeparation:30,subTeeSeparation:30,hideRootNode:!1,animateOnInit:!1,animateOnInitDelay:500,padding:15,scrollbar:"native",connectors:{type:"curve",style:{stroke:"black"},stackIndent:15},node:{link:{target:"_self"}},animation:{nodeSpeed:450,nodeAnimation:"linear",connectorsSpeed:450,connectorsAnimation:"linear"},callback:{onCreateNode:function(t,e){},onCreateNodeCollapseSwitch:function(t,e,i){},onAfterAddNode:function(t,e,i){},onBeforeAddNode:function(t,e){},onAfterPositionNode:function(t,e,i,n){},onBeforePositionNode:function(t,e,i,n){},onToggleCollapseFinished:function(t,e){},onAfterClickCollapseSwitch:function(t,e){},onBeforeClickCollapseSwitch:function(t,e){},onTreeLoaded:function(t){}}},s.CONFIG={nodeHTMLclass:"node",textClass:{name:"node-name",title:"node-title",desc:"node-desc",contact:"node-contact"}};var h={make:function(t){var e,i=t.length;for(this.jsonStructure={chart:null,nodeStructure:null};i--;)e=t[i],e.hasOwnProperty("container")?this.jsonStructure.chart=e:e.hasOwnProperty("parent")||e.hasOwnProperty("container")||(this.jsonStructure.nodeStructure=e,e.myID=this.getID());return this.findChildren(t),this.jsonStructure},findChildren:function(t){for(var e=[0];e.length;){for(var i=e.pop(),n=this.findNode(this.jsonStructure.nodeStructure,i),r=0,o=t.length,s=[];r0&&t-1 in e)}function i(e,t,n){return he.isFunction(t)?he.grep(e,function(e,r){return!!t.call(e,r,e)!==n}):t.nodeType?he.grep(e,function(e){return e===t!==n}):"string"!=typeof t?he.grep(e,function(e){return ae.call(t,e)>-1!==n}):Ee.test(t)?he.filter(t,e,n):(t=he.filter(t,e),he.grep(e,function(e){return ae.call(t,e)>-1!==n&&1===e.nodeType}))}function o(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}function a(e){var t={};return he.each(e.match(je)||[],function(e,n){t[n]=!0}),t}function s(e){return e}function u(e){throw e}function l(e,t,n){var r;try{e&&he.isFunction(r=e.promise)?r.call(e).done(t).fail(n):e&&he.isFunction(r=e.then)?r.call(e,t,n):t.call(void 0,e)}catch(e){n.call(void 0,e)}}function c(){te.removeEventListener("DOMContentLoaded",c),e.removeEventListener("load",c),he.ready()}function f(){this.expando=he.expando+f.uid++}function p(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:Pe.test(e)?JSON.parse(e):e)}function d(e,t,n){var r;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(Re,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n=p(n)}catch(e){}Oe.set(e,t,n)}else n=void 0;return n}function h(e,t,n,r){var i,o=1,a=20,s=r?function(){return r.cur()}:function(){return he.css(e,t,"")},u=s(),l=n&&n[3]||(he.cssNumber[t]?"":"px"),c=(he.cssNumber[t]||"px"!==l&&+u)&&Ie.exec(he.css(e,t));if(c&&c[3]!==l){l=l||c[3],n=n||[],c=+u||1;do{o=o||".5",c/=o,he.style(e,t,c+l)}while(o!==(o=s()/u)&&1!==o&&--a)}return n&&(c=+c||+u||0,i=n[1]?c+(n[1]+1)*n[2]:+n[2],r&&(r.unit=l,r.start=c,r.end=i)),i}function g(e){var t,n=e.ownerDocument,r=e.nodeName,i=_e[r];return i||(t=n.body.appendChild(n.createElement(r)),i=he.css(t,"display"),t.parentNode.removeChild(t),"none"===i&&(i="block"),_e[r]=i,i)}function v(e,t){for(var n,r,i=[],o=0,a=e.length;o-1)i&&i.push(o);else if(l=he.contains(o.ownerDocument,o),a=m(f.appendChild(o),"script"),l&&y(a),n)for(c=0;o=a[c++];)Ue.test(o.type||"")&&n.push(o);return f}function b(){return!0}function w(){return!1}function T(){try{return te.activeElement}catch(e){}}function C(e,t,n,r,i,o){var a,s;if("object"==typeof t){"string"!=typeof n&&(r=r||n,n=void 0);for(s in t)C(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=w;else if(!i)return e;return 1===o&&(a=i,i=function(e){return he().off(e),a.apply(this,arguments)},i.guid=a.guid||(a.guid=he.guid++)),e.each(function(){he.event.add(this,t,i,r,n)})}function E(e,t){return he.nodeName(e,"table")&&he.nodeName(11!==t.nodeType?t:t.firstChild,"tr")?e.getElementsByTagName("tbody")[0]||e:e}function k(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function N(e){var t=nt.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function S(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(Fe.hasData(e)&&(o=Fe.access(e),a=Fe.set(t,o),l=o.events)){delete a.handle,a.events={};for(i in l)for(n=0,r=l[i].length;n1&&"string"==typeof h&&!pe.checkClone&&tt.test(h))return e.each(function(n){var o=e.eq(n);g&&(t[0]=h.call(this,n,o.html())),j(o,t,r,i)});if(p&&(o=x(t,e[0].ownerDocument,!1,e,i),a=o.firstChild,1===o.childNodes.length&&(o=a),a||i)){for(s=he.map(m(o,"script"),k),u=s.length;f=0&&nw.cacheLength&&delete e[t.shift()],e[n+" "]=r}var t=[];return e}function r(e){return e[M]=!0,e}function i(e){var t=q.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function o(e,t){for(var n=e.split("|"),r=n.length;r--;)w.attrHandle[n[r]]=t}function a(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function s(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&&Te(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function u(e){return r(function(t){return t=+t,r(function(n,r){for(var i,o=e([],n.length,t),a=o.length;a--;)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}function l(e){return e&&void 0!==e.getElementsByTagName&&e}function c(){}function f(e){for(var t=0,n=e.length,r="";t1?function(t,n,r){for(var i=e.length;i--;)if(!e[i](t,n,r))return!1;return!0}:e[0]}function h(e,n,r){for(var i=0,o=n.length;i-1&&(r[l]=!(a[l]=f))}}else x=g(x===a?x.splice(v,x.length):x),o?o(null,a,x,u):Q.apply(a,x)})}function m(e){for(var t,n,r,i=e.length,o=w.relative[e[0].type],a=o||w.relative[" "],s=o?1:0,u=p(function(e){return e===t},a,!0),l=p(function(e){return K(t,e)>-1},a,!0),c=[function(e,n,r){var i=!o&&(r||n!==S)||((t=n).nodeType?u(e,n,r):l(e,n,r));return t=null,i}];s1&&d(c),s>1&&f(e.slice(0,s-1).concat({value:" "===e[s-2].type?"*":""})).replace(oe,"$1"),n,s0,o=e.length>0,a=function(r,a,s,u,l){var c,f,p,d=0,h="0",v=r&&[],m=[],y=S,x=r||o&&w.find.TAG("*",l),b=W+=null==y?1:Math.random()||.1,T=x.length;for(l&&(S=a===q||a||l);h!==T&&null!=(c=x[h]);h++){if(o&&c){for(f=0,a||c.ownerDocument===q||(A(c),s=!H);p=e[f++];)if(p(c,a||q,s)){u.push(c);break}l&&(W=b)}i&&((c=!p&&c)&&d--,r&&v.push(c))}if(d+=h,i&&h!==d){for(f=0;p=n[f++];)p(v,m,a,s);if(r){if(d>0)for(;h--;)v[h]||m[h]||(m[h]=G.call(u));m=g(m)}Q.apply(u,m),l&&!r&&m.length>0&&d+n.length>1&&t.uniqueSort(u)}return l&&(W=b,S=y),v};return i?r(a):a}var x,b,w,T,C,E,k,N,S,D,j,A,q,L,H,F,O,P,R,M="sizzle"+1*new Date,I=e.document,W=0,$=0,B=n(),_=n(),z=n(),X=function(e,t){return e===t&&(j=!0),0},U={}.hasOwnProperty,V=[],G=V.pop,Y=V.push,Q=V.push,J=V.slice,K=function(e,t){for(var n=0,r=e.length;n+~]|"+ee+")"+ee+"*"),ue=new RegExp("="+ee+"*([^\\]'\"]*?)"+ee+"*\\]","g"),le=new RegExp(re),ce=new RegExp("^"+te+"$"),fe={ID:new RegExp("^#("+te+")"),CLASS:new RegExp("^\\.("+te+")"),TAG:new RegExp("^("+te+"|[*])"),ATTR:new RegExp("^"+ne),PSEUDO:new RegExp("^"+re),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ee+"*(even|odd|(([+-]|)(\\d*)n|)"+ee+"*(?:([+-]|)"+ee+"*(\\d+)|))"+ee+"*\\)|)","i"),bool:new RegExp("^(?:"+Z+")$","i"),needsContext:new RegExp("^"+ee+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ee+"*((?:-\\d)?\\d*)"+ee+"*\\)|)(?=[^-]|$)","i")},pe=/^(?:input|select|textarea|button)$/i,de=/^h\d$/i,he=/^[^{]+\{\s*\[native \w/,ge=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ve=/[+~]/,me=new RegExp("\\\\([\\da-f]{1,6}"+ee+"?|("+ee+")|.)","ig"),ye=function(e,t,n){var r="0x"+t-65536;return r!==r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},xe=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,be=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},we=function(){A()},Te=p(function(e){return!0===e.disabled&&("form"in e||"label"in e)},{dir:"parentNode",next:"legend"});try{Q.apply(V=J.call(I.childNodes),I.childNodes),V[I.childNodes.length].nodeType}catch(e){Q={apply:V.length?function(e,t){Y.apply(e,J.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}b=t.support={},C=t.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},A=t.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:I;return r!==q&&9===r.nodeType&&r.documentElement?(q=r,L=q.documentElement,H=!C(q),I!==q&&(n=q.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",we,!1):n.attachEvent&&n.attachEvent("onunload",we)),b.attributes=i(function(e){return e.className="i",!e.getAttribute("className")}),b.getElementsByTagName=i(function(e){return e.appendChild(q.createComment("")),!e.getElementsByTagName("*").length}),b.getElementsByClassName=he.test(q.getElementsByClassName),b.getById=i(function(e){return L.appendChild(e).id=M,!q.getElementsByName||!q.getElementsByName(M).length}),b.getById?(w.filter.ID=function(e){var t=e.replace(me,ye);return function(e){return e.getAttribute("id")===t}},w.find.ID=function(e,t){if(void 0!==t.getElementById&&H){var n=t.getElementById(e);return n?[n]:[]}}):(w.filter.ID=function(e){var t=e.replace(me,ye);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},w.find.ID=function(e,t){if(void 0!==t.getElementById&&H){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];for(i=t.getElementsByName(e),r=0;o=i[r++];)if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),w.find.TAG=b.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):b.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){for(;n=o[i++];)1===n.nodeType&&r.push(n);return r}return o},w.find.CLASS=b.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&H)return t.getElementsByClassName(e)},O=[],F=[],(b.qsa=he.test(q.querySelectorAll))&&(i(function(e){L.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&F.push("[*^$]="+ee+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||F.push("\\["+ee+"*(?:value|"+Z+")"),e.querySelectorAll("[id~="+M+"-]").length||F.push("~="),e.querySelectorAll(":checked").length||F.push(":checked"),e.querySelectorAll("a#"+M+"+*").length||F.push(".#.+[+~]")}),i(function(e){e.innerHTML="";var t=q.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&F.push("name"+ee+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&F.push(":enabled",":disabled"),L.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&F.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),F.push(",.*:")})),(b.matchesSelector=he.test(P=L.matches||L.webkitMatchesSelector||L.mozMatchesSelector||L.oMatchesSelector||L.msMatchesSelector))&&i(function(e){b.disconnectedMatch=P.call(e,"*"),P.call(e,"[s!='']:x"),O.push("!=",re)}),F=F.length&&new RegExp(F.join("|")),O=O.length&&new RegExp(O.join("|")),t=he.test(L.compareDocumentPosition),R=t||he.test(L.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},X=t?function(e,t){if(e===t)return j=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1,1&n||!b.sortDetached&&t.compareDocumentPosition(e)===n?e===q||e.ownerDocument===I&&R(I,e)?-1:t===q||t.ownerDocument===I&&R(I,t)?1:D?K(D,e)-K(D,t):0:4&n?-1:1)}:function(e,t){if(e===t)return j=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,s=[e],u=[t];if(!i||!o)return e===q?-1:t===q?1:i?-1:o?1:D?K(D,e)-K(D,t):0;if(i===o)return a(e,t);for(n=e;n=n.parentNode;)s.unshift(n);for(n=t;n=n.parentNode;)u.unshift(n);for(;s[r]===u[r];)r++;return r?a(s[r],u[r]):s[r]===I?-1:u[r]===I?1:0},q):q},t.matches=function(e,n){return t(e,null,null,n)},t.matchesSelector=function(e,n){if((e.ownerDocument||e)!==q&&A(e),n=n.replace(ue,"='$1']"),b.matchesSelector&&H&&!z[n+" "]&&(!O||!O.test(n))&&(!F||!F.test(n)))try{var r=P.call(e,n);if(r||b.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){}return t(n,q,null,[e]).length>0},t.contains=function(e,t){return(e.ownerDocument||e)!==q&&A(e),R(e,t)},t.attr=function(e,t){(e.ownerDocument||e)!==q&&A(e);var n=w.attrHandle[t.toLowerCase()],r=n&&U.call(w.attrHandle,t.toLowerCase())?n(e,t,!H):void 0;return void 0!==r?r:b.attributes||!H?e.getAttribute(t):(r=e.getAttributeNode(t))&&r.specified?r.value:null},t.escape=function(e){return(e+"").replace(xe,be)},t.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},t.uniqueSort=function(e){var t,n=[],r=0,i=0;if(j=!b.detectDuplicates,D=!b.sortStable&&e.slice(0),e.sort(X),j){for(;t=e[i++];)t===e[i]&&(r=n.push(i));for(;r--;)e.splice(n[r],1)}return D=null,e},T=t.getText=function(e){var t,n="",r=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+=T(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[r++];)n+=T(t);return n},w=t.selectors={cacheLength:50,createPseudo:r,match:fe,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(me,ye),e[3]=(e[3]||e[4]||e[5]||"").replace(me,ye),"~="===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]||t.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]&&t.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return fe.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&le.test(n)&&(t=E(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(me,ye).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=B[e+" "];return t||(t=new RegExp("(^|"+ee+")"+e+"("+ee+"|$)"))&&B(e,function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,n,r){return function(i){var o=t.attr(i,e);return null==o?"!="===n:!n||(o+="","="===n?o===r:"!="===n?o!==r:"^="===n?r&&0===o.indexOf(r):"*="===n?r&&o.indexOf(r)>-1:"$="===n?r&&o.slice(-r.length)===r:"~="===n?(" "+o.replace(ie," ")+" ").indexOf(r)>-1:"|="===n&&(o===r||o.slice(0,r.length+1)===r+"-"))}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,f,p,d,h,g=o!==a?"nextSibling":"previousSibling",v=t.parentNode,m=s&&t.nodeName.toLowerCase(),y=!u&&!s,x=!1;if(v){if(o){for(;g;){for(p=t;p=p[g];)if(s?p.nodeName.toLowerCase()===m:1===p.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?v.firstChild:v.lastChild],a&&y){for(p=v,f=p[M]||(p[M]={}),c=f[p.uniqueID]||(f[p.uniqueID]={}),l=c[e]||[],d=l[0]===W&&l[1],x=d&&l[2],p=d&&v.childNodes[d];p=++d&&p&&p[g]||(x=d=0)||h.pop();)if(1===p.nodeType&&++x&&p===t){c[e]=[W,d,x];break}}else if(y&&(p=t,f=p[M]||(p[M]={}),c=f[p.uniqueID]||(f[p.uniqueID]={}),l=c[e]||[],d=l[0]===W&&l[1],x=d),!1===x)for(;(p=++d&&p&&p[g]||(x=d=0)||h.pop())&&((s?p.nodeName.toLowerCase()!==m:1!==p.nodeType)||!++x||(y&&(f=p[M]||(p[M]={}),c=f[p.uniqueID]||(f[p.uniqueID]={}),c[e]=[W,x]),p!==t)););return(x-=i)===r||x%r==0&&x/r>=0}}},PSEUDO:function(e,n){var i,o=w.pseudos[e]||w.setFilters[e.toLowerCase()]||t.error("unsupported pseudo: "+e);return o[M]?o(n):o.length>1?(i=[e,e,"",n],w.setFilters.hasOwnProperty(e.toLowerCase())?r(function(e,t){for(var r,i=o(e,n),a=i.length;a--;)r=K(e,i[a]),e[r]=!(t[r]=i[a])}):function(e){return o(e,0,i)}):o}},pseudos:{not:r(function(e){var t=[],n=[],i=k(e.replace(oe,"$1"));return i[M]?r(function(e,t,n,r){for(var o,a=i(e,null,r,[]),s=e.length;s--;)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,r,o){return t[0]=e,i(t,null,o,n),t[0]=null,!n.pop()}}),has:r(function(e){return function(n){return t(e,n).length>0}}),contains:r(function(e){return e=e.replace(me,ye),function(t){return(t.textContent||t.innerText||T(t)).indexOf(e)>-1}}),lang:r(function(e){return ce.test(e||"")||t.error("unsupported lang: "+e),e=e.replace(me,ye).toLowerCase(),function(t){var n;do{if(n=H?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===L},focus:function(e){return e===q.activeElement&&(!q.hasFocus||q.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:s(!1),disabled:s(!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!w.pseudos.empty(e)},header:function(e){return de.test(e.nodeName)},input:function(e){return pe.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:u(function(){return[0]}),last:u(function(e,t){return[t-1]}),eq:u(function(e,t,n){return[n<0?n+t:n]}),even:u(function(e,t){for(var n=0;n=0;)e.push(r);return e}),gt:u(function(e,t,n){for(var r=n<0?n+t:n;++r2&&"ID"===(a=o[0]).type&&9===t.nodeType&&H&&w.relative[o[1].type]){if(!(t=(w.find.ID(a.matches[0].replace(me,ye),t)||[])[0]))return n;c&&(t=t.parentNode),e=e.slice(o.shift().value.length)}for(i=fe.needsContext.test(e)?0:o.length;i--&&(a=o[i],!w.relative[s=a.type]);)if((u=w.find[s])&&(r=u(a.matches[0].replace(me,ye),ve.test(o[0].type)&&l(t.parentNode)||t))){if(o.splice(i,1),!(e=r.length&&f(o)))return Q.apply(n,r),n;break}}return(c||k(e,p))(r,t,!H,n,!t||ve.test(e)&&l(t.parentNode)||t),n},b.sortStable=M.split("").sort(X).join("")===M,b.detectDuplicates=!!j,A(),b.sortDetached=i(function(e){return 1&e.compareDocumentPosition(q.createElement("fieldset"))}),i(function(e){return e.innerHTML="","#"===e.firstChild.getAttribute("href")})||o("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),b.attributes&&i(function(e){return e.innerHTML="",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||o("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),i(function(e){return null==e.getAttribute("disabled")})||o(Z,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),t}(e);he.find=xe,he.expr=xe.selectors,he.expr[":"]=he.expr.pseudos,he.uniqueSort=he.unique=xe.uniqueSort,he.text=xe.getText,he.isXMLDoc=xe.isXML,he.contains=xe.contains,he.escapeSelector=xe.escape;var be=function(e,t,n){for(var r=[],i=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(i&&he(e).is(n))break;r.push(e)}return r},we=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},Te=he.expr.match.needsContext,Ce=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i,Ee=/^.[^:#\[\.,]*$/;he.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?he.find.matchesSelector(r,e)?[r]:[]:he.find.matches(e,he.grep(t,function(e){return 1===e.nodeType}))},he.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(he(e).filter(function(){for(t=0;t1?he.uniqueSort(n):n},filter:function(e){return this.pushStack(i(this,e||[],!1))},not:function(e){return this.pushStack(i(this,e||[],!0))},is:function(e){return!!i(this,"string"==typeof e&&Te.test(e)?he(e):e||[],!1).length}});var ke,Ne=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(he.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||ke,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:Ne.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof he?t[0]:t,he.merge(this,he.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:te,!0)),Ce.test(r[1])&&he.isPlainObject(t))for(r in t)he.isFunction(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return i=te.getElementById(r[2]),i&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):he.isFunction(e)?void 0!==n.ready?n.ready(e):e(he):he.makeArray(e,this)}).prototype=he.fn,ke=he(te);var Se=/^(?:parents|prev(?:Until|All))/,De={children:!0,contents:!0,next:!0,prev:!0};he.fn.extend({has:function(e){var t=he(e,this),n=t.length;return this.filter(function(){for(var e=0;e-1:1===n.nodeType&&he.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?he.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?ae.call(he(e),this[0]):ae.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(he.uniqueSort(he.merge(this.get(),he(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),he.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return be(e,"parentNode")},parentsUntil:function(e,t,n){return be(e,"parentNode",n)},next:function(e){return o(e,"nextSibling")},prev:function(e){return o(e,"previousSibling")},nextAll:function(e){return be(e,"nextSibling")},prevAll:function(e){return be(e,"previousSibling")},nextUntil:function(e,t,n){return be(e,"nextSibling",n)},prevUntil:function(e,t,n){return be(e,"previousSibling",n)},siblings:function(e){return we((e.parentNode||{}).firstChild,e)},children:function(e){return we(e.firstChild)},contents:function(e){return e.contentDocument||he.merge([],e.childNodes)}},function(e,t){he.fn[e]=function(n,r){var i=he.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=he.filter(r,i)),this.length>1&&(De[e]||he.uniqueSort(i),Se.test(e)&&i.reverse()),this.pushStack(i)}});var je=/[^\x20\t\r\n\f]+/g;he.Callbacks=function(e){e="string"==typeof e?a(e):he.extend({},e);var t,n,r,i,o=[],s=[],u=-1,l=function(){for(i=e.once,r=t=!0;s.length;u=-1)for(n=s.shift();++u-1;)o.splice(n,1),n<=u&&u--}),this},has:function(e){return e?he.inArray(e,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return i=s=[],o=n="",this},disabled:function(){return!o},lock:function(){return i=s=[],n||t||(o=n=""),this},locked:function(){return!!i},fireWith:function(e,n){return i||(n=n||[],n=[e,n.slice?n.slice():n],s.push(n),t||l()),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!r}};return c},he.extend({Deferred:function(t){var n=[["notify","progress",he.Callbacks("memory"),he.Callbacks("memory"),2],["resolve","done",he.Callbacks("once memory"),he.Callbacks("once memory"),0,"resolved"],["reject","fail",he.Callbacks("once memory"),he.Callbacks("once memory"),1,"rejected"]],r="pending",i={state:function(){return r},always:function(){return o.done(arguments).fail(arguments),this},catch:function(e){return i.then(null,e)},pipe:function(){var e=arguments;return he.Deferred(function(t){he.each(n,function(n,r){var i=he.isFunction(e[r[4]])&&e[r[4]];o[r[1]](function(){var e=i&&i.apply(this,arguments);e&&he.isFunction(e.promise)?e.promise().progress(t.notify).done(t.resolve).fail(t.reject):t[r[0]+"With"](this,i?[e]:arguments)})}),e=null}).promise()},then:function(t,r,i){function o(t,n,r,i){return function(){var l=this,c=arguments,f=function(){var e,f;if(!(t=a&&(r!==u&&(l=void 0,c=[e]),n.rejectWith(l,c))}};t?p():(he.Deferred.getStackHook&&(p.stackTrace=he.Deferred.getStackHook()),e.setTimeout(p))}}var a=0;return he.Deferred(function(e){n[0][3].add(o(0,e,he.isFunction(i)?i:s,e.notifyWith)),n[1][3].add(o(0,e,he.isFunction(t)?t:s)),n[2][3].add(o(0,e,he.isFunction(r)?r:u))}).promise()},promise:function(e){return null!=e?he.extend(e,i):i}},o={};return he.each(n,function(e,t){var a=t[2],s=t[5];i[t[1]]=a.add,s&&a.add(function(){r=s},n[3-e][2].disable,n[0][2].lock),a.add(t[3].fire),o[t[0]]=function(){return o[t[0]+"With"](this===o?void 0:this,arguments),this},o[t[0]+"With"]=a.fireWith}),i.promise(o),t&&t.call(o,o),o},when:function(e){var t=arguments.length,n=t,r=Array(n),i=re.call(arguments),o=he.Deferred(),a=function(e){return function(n){r[e]=this,i[e]=arguments.length>1?re.call(arguments):n,--t||o.resolveWith(r,i)}};if(t<=1&&(l(e,o.done(a(n)).resolve,o.reject),"pending"===o.state()||he.isFunction(i[n]&&i[n].then)))return o.then();for(;n--;)l(i[n],a(n),o.reject);return o.promise()}});var Ae=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;he.Deferred.exceptionHook=function(t,n){e.console&&e.console.warn&&t&&Ae.test(t.name)&&e.console.warn("jQuery.Deferred exception: "+t.message,t.stack,n)},he.readyException=function(t){e.setTimeout(function(){throw t})};var qe=he.Deferred();he.fn.ready=function(e){return qe.then(e).catch(function(e){he.readyException(e)}),this},he.extend({isReady:!1,readyWait:1,holdReady:function(e){e?he.readyWait++:he.ready(!0)},ready:function(e){(!0===e?--he.readyWait:he.isReady)||(he.isReady=!0,!0!==e&&--he.readyWait>0||qe.resolveWith(te,[he]))}}),he.ready.then=qe.then,"complete"===te.readyState||"loading"!==te.readyState&&!te.documentElement.doScroll?e.setTimeout(he.ready):(te.addEventListener("DOMContentLoaded",c),e.addEventListener("load",c));var Le=function(e,t,n,r,i,o,a){var s=0,u=e.length,l=null==n;if("object"===he.type(n)){i=!0;for(s in n)Le(e,t,s,n[s],!0,o,a)}else if(void 0!==r&&(i=!0,he.isFunction(r)||(a=!0),l&&(a?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(he(e),n)})),t))for(;s1,null,!0)},removeData:function(e){return this.each(function(){Oe.remove(this,e)})}}),he.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=Fe.get(e,t),n&&(!r||he.isArray(n)?r=Fe.access(e,t,he.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=he.queue(e,t),r=n.length,i=n.shift(),o=he._queueHooks(e,t),a=function(){he.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,a,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return Fe.get(e,n)||Fe.access(e,n,{empty:he.Callbacks("once memory").add(function(){Fe.remove(e,[t+"queue",n])})})}}),he.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length\x20\t\r\n\f]+)/i,Ue=/^$|\/(?:java|ecma)script/i,Ve={option:[1,""],thead:[1,"","
    "],col:[2,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],_default:[0,"",""]};Ve.optgroup=Ve.option,Ve.tbody=Ve.tfoot=Ve.colgroup=Ve.caption=Ve.thead,Ve.th=Ve.td;var Ge=/<|&#?\w+;/;!function(){var e=te.createDocumentFragment(),t=e.appendChild(te.createElement("div")),n=te.createElement("input");n.setAttribute("type","radio"),n.setAttribute("checked","checked"),n.setAttribute("name","t"),t.appendChild(n),pe.checkClone=t.cloneNode(!0).cloneNode(!0).lastChild.checked,t.innerHTML="",pe.noCloneChecked=!!t.cloneNode(!0).lastChild.defaultValue}();var Ye=te.documentElement,Qe=/^key/,Je=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ke=/^([^.]*)(?:\.(.+)|)/;he.event={global:{},add:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Fe.get(e);if(v)for(n.handler&&(o=n,n=o.handler,i=o.selector),i&&he.find.matchesSelector(Ye,i),n.guid||(n.guid=he.guid++),(u=v.events)||(u=v.events={}),(a=v.handle)||(a=v.handle=function(t){return void 0!==he&&he.event.triggered!==t.type?he.event.dispatch.apply(e,arguments):void 0}),t=(t||"").match(je)||[""],l=t.length;l--;)s=Ke.exec(t[l])||[],d=g=s[1],h=(s[2]||"").split(".").sort(),d&&(f=he.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=he.event.special[d]||{},c=he.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&he.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||(p=u[d]=[],p.delegateCount=0,f.setup&&!1!==f.setup.call(e,r,h,a)||e.addEventListener&&e.addEventListener(d,a)),f.add&&(f.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),he.event.global[d]=!0)},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Fe.hasData(e)&&Fe.get(e);if(v&&(u=v.events)){for(t=(t||"").match(je)||[""],l=t.length;l--;)if(s=Ke.exec(t[l])||[],d=g=s[1],h=(s[2]||"").split(".").sort(),d){for(f=he.event.special[d]||{},d=(r?f.delegateType:f.bindType)||d,p=u[d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;o--;)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,v.handle)||he.removeEvent(e,d,v.handle),delete u[d])}else for(d in u)he.event.remove(e,d+t[l],n,r,!0);he.isEmptyObject(u)&&Fe.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=he.event.fix(e),u=new Array(arguments.length),l=(Fe.get(this,"events")||{})[s.type]||[],c=he.event.special[s.type]||{};for(u[0]=s,t=1;t=1))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n-1:he.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u\x20\t\r\n\f]*)[^>]*)\/>/gi,et=/\s*$/g;he.extend({htmlPrefilter:function(e){return e.replace(Ze,"<$1>")},clone:function(e,t,n){var r,i,o,a,s=e.cloneNode(!0),u=he.contains(e.ownerDocument,e);if(!(pe.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||he.isXMLDoc(e)))for(a=m(s),o=m(e),r=0,i=o.length;r0&&y(a,!u&&m(e,"script")),s},cleanData:function(e){for(var t,n,r,i=he.event.special,o=0;void 0!==(n=e[o]);o++)if(He(n)){if(t=n[Fe.expando]){if(t.events)for(r in t.events)i[r]?he.event.remove(n,r):he.removeEvent(n,r,t.handle);n[Fe.expando]=void 0}n[Oe.expando]&&(n[Oe.expando]=void 0)}}}),he.fn.extend({detach:function(e){return A(this,e,!0)},remove:function(e){return A(this,e)},text:function(e){return Le(this,function(e){return void 0===e?he.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 j(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){E(this,e).appendChild(e)}})},prepend:function(){return j(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=E(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return j(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return j(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&&(he.cleanData(m(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return he.clone(this,e,t)})},html:function(e){return Le(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!et.test(e)&&!Ve[(Xe.exec(e)||["",""])[1].toLowerCase()]){e=he.htmlPrefilter(e);try{for(;n1)}}),he.Tween=R,R.prototype={constructor:R,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||he.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(he.cssNumber[n]?"":"px")},cur:function(){var e=R.propHooks[this.prop];return e&&e.get?e.get(this):R.propHooks._default.get(this)},run:function(e){var t,n=R.propHooks[this.prop];return this.options.duration?this.pos=t=he.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):R.propHooks._default.set(this),this}},R.prototype.init.prototype=R.prototype,R.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=he.css(e.elem,e.prop,""),t&&"auto"!==t?t:0)},set:function(e){he.fx.step[e.prop]?he.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[he.cssProps[e.prop]]&&!he.cssHooks[e.prop]?e.elem[e.prop]=e.now:he.style(e.elem,e.prop,e.now+e.unit)}}},R.propHooks.scrollTop=R.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},he.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},he.fx=R.prototype.init,he.fx.step={};var pt,dt,ht=/^(?:toggle|show|hide)$/,gt=/queueHooks$/;he.Animation=he.extend(z,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return h(n.elem,e,Ie.exec(t),n),n}]},tweener:function(e,t){he.isFunction(e)?(t=e,e=["*"]):e=e.match(je);for(var n,r=0,i=e.length;r1)},removeAttr:function(e){return this.each(function(){he.removeAttr(this,e)})}}),he.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return void 0===e.getAttribute?he.prop(e,t,n):(1===o&&he.isXMLDoc(e)||(i=he.attrHooks[t.toLowerCase()]||(he.expr.match.bool.test(t)?vt:void 0)),void 0!==n?null===n?void he.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:(r=he.find.attr(e,t),null==r?void 0:r))},attrHooks:{type:{set:function(e,t){if(!pe.radioValue&&"radio"===t&&he.nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(je);if(i&&1===e.nodeType)for(;n=i[r++];)e.removeAttribute(n)}}),vt={set:function(e,t,n){return!1===t?he.removeAttr(e,n):e.setAttribute(n,n),n}},he.each(he.expr.match.bool.source.match(/\w+/g),function(e,t){var n=mt[t]||he.find.attr;mt[t]=function(e,t,r){var i,o,a=t.toLowerCase();return r||(o=mt[a],mt[a]=i,i=null!=n(e,t,r)?a:null,mt[a]=o),i}});var yt=/^(?:input|select|textarea|button)$/i,xt=/^(?:a|area)$/i;he.fn.extend({prop:function(e,t){return Le(this,he.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[he.propFix[e]||e]})}}),he.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&he.isXMLDoc(e)||(t=he.propFix[t]||t,i=he.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=he.find.attr(e,"tabindex");return t?parseInt(t,10):yt.test(e.nodeName)||xt.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),pe.optSelected||(he.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)}}),he.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){he.propFix[this.toLowerCase()]=this}),he.fn.extend({addClass:function(e){var t,n,r,i,o,a,s,u=0;if(he.isFunction(e))return this.each(function(t){he(this).addClass(e.call(this,t,U(this)))});if("string"==typeof e&&e)for(t=e.match(je)||[];n=this[u++];)if(i=U(n),r=1===n.nodeType&&" "+X(i)+" "){for(a=0;o=t[a++];)r.indexOf(" "+o+" ")<0&&(r+=o+" ");s=X(r),i!==s&&n.setAttribute("class",s)}return this},removeClass:function(e){var t,n,r,i,o,a,s,u=0;if(he.isFunction(e))return this.each(function(t){he(this).removeClass(e.call(this,t,U(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof e&&e)for(t=e.match(je)||[];n=this[u++];)if(i=U(n),r=1===n.nodeType&&" "+X(i)+" "){for(a=0;o=t[a++];)for(;r.indexOf(" "+o+" ")>-1;)r=r.replace(" "+o+" "," ");s=X(r),i!==s&&n.setAttribute("class",s)}return this},toggleClass:function(e,t){var n=typeof e;return"boolean"==typeof t&&"string"===n?t?this.addClass(e):this.removeClass(e):he.isFunction(e)?this.each(function(n){he(this).toggleClass(e.call(this,n,U(this),t),t)}):this.each(function(){var t,r,i,o;if("string"===n)for(r=0,i=he(this),o=e.match(je)||[];t=o[r++];)i.hasClass(t)?i.removeClass(t):i.addClass(t);else void 0!==e&&"boolean"!==n||(t=U(this),t&&Fe.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":Fe.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;for(t=" "+e+" ";n=this[r++];)if(1===n.nodeType&&(" "+X(U(n))+" ").indexOf(t)>-1)return!0;return!1}});var bt=/\r/g;he.fn.extend({val:function(e){var t,n,r,i=this[0];return arguments.length?(r=he.isFunction(e),this.each(function(n){var i;1===this.nodeType&&(i=r?e.call(this,n,he(this).val()):e,null==i?i="":"number"==typeof i?i+="":he.isArray(i)&&(i=he.map(i,function(e){return null==e?"":e+""})),(t=he.valHooks[this.type]||he.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))})):i?(t=he.valHooks[i.type]||he.valHooks[i.nodeName.toLowerCase()],t&&"get"in t&&void 0!==(n=t.get(i,"value"))?n:(n=i.value,"string"==typeof n?n.replace(bt,""):null==n?"":n)):void 0}}),he.extend({valHooks:{option:{get:function(e){var t=he.find.attr(e,"value");return null!=t?t:X(he.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],u=a?o+1:i.length;for(r=o<0?u:a?o:0;r-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),he.each(["radio","checkbox"],function(){he.valHooks[this]={set:function(e,t){if(he.isArray(t))return e.checked=he.inArray(he(e).val(),t)>-1}},pe.checkOn||(he.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})});var wt=/^(?:focusinfocus|focusoutblur)$/;he.extend(he.event,{trigger:function(t,n,r,i){var o,a,s,u,l,c,f,p=[r||te],d=le.call(t,"type")?t.type:t,h=le.call(t,"namespace")?t.namespace.split("."):[];if(a=s=r=r||te,3!==r.nodeType&&8!==r.nodeType&&!wt.test(d+he.event.triggered)&&(d.indexOf(".")>-1&&(h=d.split("."),d=h.shift(),h.sort()),l=d.indexOf(":")<0&&"on"+d,t=t[he.expando]?t:new he.Event(d,"object"==typeof t&&t),t.isTrigger=i?2:3,t.namespace=h.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=r),n=null==n?[t]:he.makeArray(n,[t]),f=he.event.special[d]||{},i||!f.trigger||!1!==f.trigger.apply(r,n))){if(!i&&!f.noBubble&&!he.isWindow(r)){for(u=f.delegateType||d,wt.test(u+d)||(a=a.parentNode);a;a=a.parentNode)p.push(a),s=a;s===(r.ownerDocument||te)&&p.push(s.defaultView||s.parentWindow||e)}for(o=0;(a=p[o++])&&!t.isPropagationStopped();)t.type=o>1?u:f.bindType||d,c=(Fe.get(a,"events")||{})[t.type]&&Fe.get(a,"handle"),c&&c.apply(a,n),(c=l&&a[l])&&c.apply&&He(a)&&(t.result=c.apply(a,n),!1===t.result&&t.preventDefault());return t.type=d,i||t.isDefaultPrevented()||f._default&&!1!==f._default.apply(p.pop(),n)||!He(r)||l&&he.isFunction(r[d])&&!he.isWindow(r)&&(s=r[l],s&&(r[l]=null),he.event.triggered=d,r[d](),he.event.triggered=void 0,s&&(r[l]=s)),t.result}},simulate:function(e,t,n){var r=he.extend(new he.Event,n,{type:e,isSimulated:!0});he.event.trigger(r,null,t)}}),he.fn.extend({trigger:function(e,t){return this.each(function(){he.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return he.event.trigger(e,t,n,!0)}}),he.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){he.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}}),he.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),pe.focusin="onfocusin"in e,pe.focusin||he.each({focus:"focusin",blur:"focusout"},function(e,t){var n=function(e){he.event.simulate(t,e.target,he.event.fix(e))};he.event.special[t]={setup:function(){var r=this.ownerDocument||this,i=Fe.access(r,t);i||r.addEventListener(e,n,!0),Fe.access(r,t,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this,i=Fe.access(r,t)-1;i?Fe.access(r,t,i):(r.removeEventListener(e,n,!0),Fe.remove(r,t))}}});var Tt=e.location,Ct=he.now(),Et=/\?/;he.parseXML=function(t){var n;if(!t||"string"!=typeof t)return null;try{n=(new e.DOMParser).parseFromString(t,"text/xml")}catch(e){n=void 0}return n&&!n.getElementsByTagName("parsererror").length||he.error("Invalid XML: "+t),n};var kt=/\[\]$/,Nt=/\r?\n/g,St=/^(?:submit|button|image|reset|file)$/i,Dt=/^(?:input|select|textarea|keygen)/i;he.param=function(e,t){var n,r=[],i=function(e,t){var n=he.isFunction(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(he.isArray(e)||e.jquery&&!he.isPlainObject(e))he.each(e,function(){i(this.name,this.value)});else for(n in e)V(n,e[n],t,i);return r.join("&")},he.fn.extend({serialize:function(){return he.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=he.prop(this,"elements");return e?he.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!he(this).is(":disabled")&&Dt.test(this.nodeName)&&!St.test(e)&&(this.checked||!ze.test(e))}).map(function(e,t){var n=he(this).val();return null==n?null:he.isArray(n)?he.map(n,function(e){return{name:t.name,value:e.replace(Nt,"\r\n")}}):{name:t.name,value:n.replace(Nt,"\r\n")}}).get()}});var jt=/%20/g,At=/#.*$/,qt=/([?&])_=[^&]*/,Lt=/^(.*?):[ \t]*([^\r\n]*)$/gm,Ht=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Ft=/^(?:GET|HEAD)$/,Ot=/^\/\//,Pt={},Rt={},Mt="*/".concat("*"),It=te.createElement("a");It.href=Tt.href,he.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Tt.href,type:"GET",isLocal:Ht.test(Tt.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Mt,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":he.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?Q(Q(e,he.ajaxSettings),t):Q(he.ajaxSettings,e)},ajaxPrefilter:G(Pt),ajaxTransport:G(Rt),ajax:function(t,n){function r(t,n,r,s){var l,p,d,b,w,T=n;c||(c=!0,u&&e.clearTimeout(u),i=void 0,a=s||"",C.readyState=t>0?4:0,l=t>=200&&t<300||304===t,r&&(b=J(h,C,r)),b=K(h,b,C,l),l?(h.ifModified&&(w=C.getResponseHeader("Last-Modified"),w&&(he.lastModified[o]=w),(w=C.getResponseHeader("etag"))&&(he.etag[o]=w)),204===t||"HEAD"===h.type?T="nocontent":304===t?T="notmodified":(T=b.state,p=b.data,d=b.error,l=!d)):(d=T,!t&&T||(T="error",t<0&&(t=0))),C.status=t,C.statusText=(n||T)+"",l?m.resolveWith(g,[p,T,C]):m.rejectWith(g,[C,T,d]),C.statusCode(x),x=void 0,f&&v.trigger(l?"ajaxSuccess":"ajaxError",[C,h,l?p:d]),y.fireWith(g,[C,T]),f&&(v.trigger("ajaxComplete",[C,h]),--he.active||he.event.trigger("ajaxStop")))}"object"==typeof t&&(n=t,t=void 0),n=n||{};var i,o,a,s,u,l,c,f,p,d,h=he.ajaxSetup({},n),g=h.context||h,v=h.context&&(g.nodeType||g.jquery)?he(g):he.event,m=he.Deferred(),y=he.Callbacks("once memory"),x=h.statusCode||{},b={},w={},T="canceled",C={readyState:0,getResponseHeader:function(e){var t;if(c){if(!s)for(s={};t=Lt.exec(a);)s[t[1].toLowerCase()]=t[2];t=s[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return c?a:null},setRequestHeader:function(e,t){return null==c&&(e=w[e.toLowerCase()]=w[e.toLowerCase()]||e,b[e]=t),this},overrideMimeType:function(e){return null==c&&(h.mimeType=e),this},statusCode:function(e){var t;if(e)if(c)C.always(e[C.status]);else for(t in e)x[t]=[x[t],e[t]];return this},abort:function(e){var t=e||T;return i&&i.abort(t),r(0,t),this}};if(m.promise(C),h.url=((t||h.url||Tt.href)+"").replace(Ot,Tt.protocol+"//"),h.type=n.method||n.type||h.method||h.type,h.dataTypes=(h.dataType||"*").toLowerCase().match(je)||[""],null==h.crossDomain){l=te.createElement("a");try{l.href=h.url,l.href=l.href,h.crossDomain=It.protocol+"//"+It.host!=l.protocol+"//"+l.host}catch(e){h.crossDomain=!0}}if(h.data&&h.processData&&"string"!=typeof h.data&&(h.data=he.param(h.data,h.traditional)),Y(Pt,h,n,C),c)return C;f=he.event&&h.global,f&&0==he.active++&&he.event.trigger("ajaxStart"),h.type=h.type.toUpperCase(),h.hasContent=!Ft.test(h.type),o=h.url.replace(At,""),h.hasContent?h.data&&h.processData&&0===(h.contentType||"").indexOf("application/x-www-form-urlencoded")&&(h.data=h.data.replace(jt,"+")):(d=h.url.slice(o.length),h.data&&(o+=(Et.test(o)?"&":"?")+h.data,delete h.data),!1===h.cache&&(o=o.replace(qt,"$1"),d=(Et.test(o)?"&":"?")+"_="+Ct+++d),h.url=o+d),h.ifModified&&(he.lastModified[o]&&C.setRequestHeader("If-Modified-Since",he.lastModified[o]),he.etag[o]&&C.setRequestHeader("If-None-Match",he.etag[o])),(h.data&&h.hasContent&&!1!==h.contentType||n.contentType)&&C.setRequestHeader("Content-Type",h.contentType),C.setRequestHeader("Accept",h.dataTypes[0]&&h.accepts[h.dataTypes[0]]?h.accepts[h.dataTypes[0]]+("*"!==h.dataTypes[0]?", "+Mt+"; q=0.01":""):h.accepts["*"]);for(p in h.headers)C.setRequestHeader(p,h.headers[p]);if(h.beforeSend&&(!1===h.beforeSend.call(g,C,h)||c))return C.abort();if(T="abort",y.add(h.complete),C.done(h.success),C.fail(h.error),i=Y(Rt,h,n,C)){if(C.readyState=1,f&&v.trigger("ajaxSend",[C,h]),c)return C;h.async&&h.timeout>0&&(u=e.setTimeout(function(){C.abort("timeout")},h.timeout));try{c=!1,i.send(b,r)}catch(e){if(c)throw e;r(-1,e)}}else r(-1,"No Transport");return C},getJSON:function(e,t,n){return he.get(e,t,n,"json")},getScript:function(e,t){return he.get(e,void 0,t,"script")}}),he.each(["get","post"],function(e,t){he[t]=function(e,n,r,i){return he.isFunction(n)&&(i=i||r,r=n,n=void 0),he.ajax(he.extend({url:e,type:t,dataType:i,data:n,success:r},he.isPlainObject(e)&&e))}}),he._evalUrl=function(e){return he.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,throws:!0})},he.fn.extend({wrapAll:function(e){var t;return this[0]&&(he.isFunction(e)&&(e=e.call(this[0])),t=he(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 he.isFunction(e)?this.each(function(t){he(this).wrapInner(e.call(this,t))}):this.each(function(){var t=he(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=he.isFunction(e);return this.each(function(n){he(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){he(this).replaceWith(this.childNodes)}),this}}),he.expr.pseudos.hidden=function(e){return!he.expr.pseudos.visible(e)},he.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},he.ajaxSettings.xhr=function(){try{return new e.XMLHttpRequest}catch(e){}};var Wt={0:200,1223:204},$t=he.ajaxSettings.xhr();pe.cors=!!$t&&"withCredentials"in $t,pe.ajax=$t=!!$t,he.ajaxTransport(function(t){var n,r;if(pe.cors||$t&&!t.crossDomain)return{send:function(i,o){var a,s=t.xhr();if(s.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(a in t.xhrFields)s[a]=t.xhrFields[a];t.mimeType&&s.overrideMimeType&&s.overrideMimeType(t.mimeType),t.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest");for(a in i)s.setRequestHeader(a,i[a]);n=function(e){return function(){n&&(n=r=s.onload=s.onerror=s.onabort=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?o(0,"error"):o(s.status,s.statusText):o(Wt[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=n(),r=s.onerror=n("error"),void 0!==s.onabort?s.onabort=r:s.onreadystatechange=function(){4===s.readyState&&e.setTimeout(function(){n&&r()})},n=n("abort");try{s.send(t.hasContent&&t.data||null)}catch(e){if(n)throw e}},abort:function(){n&&n()}}}),he.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),he.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 he.globalEval(e),e}}}),he.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),he.ajaxTransport("script",function(e){if(e.crossDomain){var t,n;return{send:function(r,i){t=he("