/*! jQuery UI - v1.11.4 - 2015-04-12 * http://jqueryui.com * Includes: core.js, widget.js, mouse.js, position.js, draggable.js, droppable.js, resizable.js, selectable.js, sortable.js, accordion.js, autocomplete.js, button.js, datepicker.js, dialog.js, menu.js, progressbar.js, selectmenu.js, slider.js, spinner.js, tabs.js, tooltip.js, effect.js, effect-blind.js, effect-bounce.js, effect-clip.js, effect-drop.js, effect-explode.js, effect-fade.js, effect-fold.js, effect-highlight.js, effect-puff.js, effect-pulsate.js, effect-scale.js, effect-shake.js, effect-size.js, effect-slide.js, effect-transfer.js * Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */ (function(e){"function" == typeof define && define.amd?define(["jquery"], e):e(jQuery)})(function(e){function t(t, s){var n, a, o, r = t.nodeName.toLowerCase(); return"area" === r?(n = t.parentNode, a = n.name, t.href && a && "map" === n.nodeName.toLowerCase()?(o = e("img[usemap='#" + a + "']")[0], !!o && i(o)):!1):(/^(input|select|textarea|button|object)$/.test(r)?!t.disabled:"a" === r?t.href || s:s) && i(t)}function i(t){return e.expr.filters.visible(t) && !e(t).parents().addBack().filter(function(){return"hidden" === e.css(this, "visibility")}).length}function s(e){for (var t, i; e.length && e[0] !== document; ){if (t = e.css("position"), ("absolute" === t || "relative" === t || "fixed" === t) && (i = parseInt(e.css("zIndex"), 10), !isNaN(i) && 0 !== i))return i; e = e.parent()}return 0}function n(){this._curInst = null, this._keyEvent = !1, this._disabledInputs = [], this._datepickerShowing = !1, this._inDialog = !1, this._mainDivId = "ui-datepicker-div", this._inlineClass = "ui-datepicker-inline", this._appendClass = "ui-datepicker-append", this._triggerClass = "ui-datepicker-trigger", this._dialogClass = "ui-datepicker-dialog", this._disableClass = "ui-datepicker-disabled", this._unselectableClass = "ui-datepicker-unselectable", this._currentClass = "ui-datepicker-current-day", this._dayOverClass = "ui-datepicker-days-cell-over", this.regional = [], this.regional[""] = {closeText:"Done", prevText:"Prev", nextText:"Next", currentText:"Today", monthNames:["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"], monthNamesShort:["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], dayNames:["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"], dayNamesShort:["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], dayNamesMin:["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"], weekHeader:"Wk", dateFormat:"mm/dd/yy", firstDay:0, isRTL:!1, showMonthAfterYear:!1, yearSuffix:""}, this._defaults = {showOn:"focus", showAnim:"fadeIn", showOptions:{}, defaultDate:null, appendText:"", buttonText:"...", buttonImage:"", buttonImageOnly:!1, hideIfNoPrevNext:!1, navigationAsDateFormat:!1, gotoCurrent:!1, changeMonth:!1, changeYear:!1, yearRange:"c-10:c+10", showOtherMonths:!1, selectOtherMonths:!1, showWeek:!1, calculateWeek:this.iso8601Week, shortYearCutoff:"+10", minDate:null, maxDate:null, duration:"fast", beforeShowDay:null, beforeShow:null, onSelect:null, onChangeMonthYear:null, onClose:null, numberOfMonths:1, showCurrentAtPos:0, stepMonths:1, stepBigMonths:12, altField:"", altFormat:"", constrainInput:!0, showButtonPanel:!1, autoSize:!1, disabled:!1}, e.extend(this._defaults, this.regional[""]), this.regional.en = e.extend(!0, {}, this.regional[""]), this.regional["en-US"] = e.extend(!0, {}, this.regional.en), this.dpDiv = a(e("
"))}function a(t){var i = "button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a"; return t.delegate(i, "mouseout", function(){e(this).removeClass("ui-state-hover"), - 1 !== this.className.indexOf("ui-datepicker-prev") && e(this).removeClass("ui-datepicker-prev-hover"), - 1 !== this.className.indexOf("ui-datepicker-next") && e(this).removeClass("ui-datepicker-next-hover")}).delegate(i, "mouseover", o)}function o(){e.datepicker._isDisabledDatepicker(v.inline?v.dpDiv.parent()[0]:v.input[0]) || (e(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover"), e(this).addClass("ui-state-hover"), - 1 !== this.className.indexOf("ui-datepicker-prev") && e(this).addClass("ui-datepicker-prev-hover"), - 1 !== this.className.indexOf("ui-datepicker-next") && e(this).addClass("ui-datepicker-next-hover"))}function r(t, i){e.extend(t, i); for (var s in i)null == i[s] && (t[s] = i[s]); return t}function h(e){return function(){var t = this.element.val(); e.apply(this, arguments), this._refresh(), t !== this.element.val() && this._trigger("change")}}e.ui = e.ui || {}, e.extend(e.ui, {version:"1.11.4", keyCode:{BACKSPACE:8, COMMA:188, DELETE:46, DOWN:40, END:35, ENTER:13, ESCAPE:27, HOME:36, LEFT:37, PAGE_DOWN:34, PAGE_UP:33, PERIOD:190, RIGHT:39, SPACE:32, TAB:9, UP:38}}), e.fn.extend({scrollParent:function(t){var i = this.css("position"), s = "absolute" === i, n = t?/(auto|scroll|hidden)/:/(auto|scroll)/, a = this.parents().filter(function(){var t = e(this); return s && "static" === t.css("position")?!1:n.test(t.css("overflow") + t.css("overflow-y") + t.css("overflow-x"))}).eq(0); return"fixed" !== i && a.length?a:e(this[0].ownerDocument || document)}, uniqueId:function(){var e = 0; return function(){return this.each(function(){this.id || (this.id = "ui-id-" + ++e)})}}(), removeUniqueId:function(){return this.each(function(){/^ui-id-\d+$/.test(this.id) && e(this).removeAttr("id")})}}), e.extend(e.expr[":"], {data:e.expr.createPseudo?e.expr.createPseudo(function(t){return function(i){return!!e.data(i, t)}}):function(t, i, s){return!!e.data(t, s[3])}, focusable:function(i){return t(i, !isNaN(e.attr(i, "tabindex")))}, tabbable:function(i){var s = e.attr(i, "tabindex"), n = isNaN(s); return(n || s >= 0) && t(i, !n)}}), e("").outerWidth(1).jquery || e.each(["Width", "Height"], function(t, i){function s(t, i, s, a){return e.each(n, function(){i -= parseFloat(e.css(t, "padding" + this)) || 0, s && (i -= parseFloat(e.css(t, "border" + this + "Width")) || 0), a && (i -= parseFloat(e.css(t, "margin" + this)) || 0)}), i}var n = "Width" === i?["Left", "Right"]:["Top", "Bottom"], a = i.toLowerCase(), o = {innerWidth:e.fn.innerWidth, innerHeight:e.fn.innerHeight, outerWidth:e.fn.outerWidth, outerHeight:e.fn.outerHeight}; e.fn["inner" + i] = function(t){return void 0 === t?o["inner" + i].call(this):this.each(function(){e(this).css(a, s(this, t) + "px")})}, e.fn["outer" + i] = function(t, n){return"number" != typeof t?o["outer" + i].call(this, t):this.each(function(){e(this).css(a, s(this, t, !0, n) + "px")})}}), e.fn.addBack || (e.fn.addBack = function(e){return this.add(null == e?this.prevObject:this.prevObject.filter(e))}), e("").data("a-b", "a").removeData("a-b").data("a-b") && (e.fn.removeData = function(t){return function(i){return arguments.length?t.call(this, e.camelCase(i)):t.call(this)}}(e.fn.removeData)), e.ui.ie = !!/msie [\w.]+/.exec(navigator.userAgent.toLowerCase()), e.fn.extend({focus:function(t){return function(i, s){return"number" == typeof i?this.each(function(){var t = this; setTimeout(function(){e(t).focus(), s && s.call(t)}, i)}):t.apply(this, arguments)}}(e.fn.focus), disableSelection:function(){var e = "onselectstart"in document.createElement("div")?"selectstart":"mousedown"; return function(){return this.bind(e + ".ui-disableSelection", function(e){e.preventDefault()})}}(), enableSelection:function(){return this.unbind(".ui-disableSelection")}, zIndex:function(t){if (void 0 !== t)return this.css("zIndex", t); if (this.length)for (var i, s, n = e(this[0]); n.length && n[0] !== document; ){if (i = n.css("position"), ("absolute" === i || "relative" === i || "fixed" === i) && (s = parseInt(n.css("zIndex"), 10), !isNaN(s) && 0 !== s))return s; n = n.parent()}return 0}}), e.ui.plugin = {add:function(t, i, s){var n, a = e.ui[t].prototype; for (n in s)a.plugins[n] = a.plugins[n] || [], a.plugins[n].push([i, s[n]])}, call:function(e, t, i, s){var n, a = e.plugins[t]; if (a && (s || e.element[0].parentNode && 11 !== e.element[0].parentNode.nodeType))for (n = 0; a.length > n; n++)e.options[a[n][0]] && a[n][1].apply(e.element, i)}}; var l = 0, u = Array.prototype.slice; e.cleanData = function(t){return function(i){var s, n, a; for (a = 0; null != (n = i[a]); a++)try{s = e._data(n, "events"), s && s.remove && e(n).triggerHandler("remove")} catch (o){}t(i)}}(e.cleanData), e.widget = function(t, i, s){var n, a, o, r, h = {}, l = t.split(".")[0]; return t = t.split(".")[1], n = l + "-" + t, s || (s = i, i = e.Widget), e.expr[":"][n.toLowerCase()] = function(t){return!!e.data(t, n)}, e[l] = e[l] || {}, a = e[l][t], o = e[l][t] = function(e, t){return this._createWidget?(arguments.length && this._createWidget(e, t), void 0):new o(e, t)}, e.extend(o, a, {version:s.version, _proto:e.extend({}, s), _childConstructors:[]}), r = new i, r.options = e.widget.extend({}, r.options), e.each(s, function(t, s){return e.isFunction(s)?(h[t] = function(){var e = function(){return i.prototype[t].apply(this, arguments)}, n = function(e){return i.prototype[t].apply(this, e)}; return function(){var t, i = this._super, a = this._superApply; return this._super = e, this._superApply = n, t = s.apply(this, arguments), this._super = i, this._superApply = a, t}}(), void 0):(h[t] = s, void 0)}), o.prototype = e.widget.extend(r, {widgetEventPrefix:a?r.widgetEventPrefix || t:t}, h, {constructor:o, namespace:l, widgetName:t, widgetFullName:n}), a?(e.each(a._childConstructors, function(t, i){var s = i.prototype; e.widget(s.namespace + "." + s.widgetName, o, i._proto)}), delete a._childConstructors):i._childConstructors.push(o), e.widget.bridge(t, o), o}, e.widget.extend = function(t){for (var i, s, n = u.call(arguments, 1), a = 0, o = n.length; o > a; a++)for (i in n[a])s = n[a][i], n[a].hasOwnProperty(i) && void 0 !== s && (t[i] = e.isPlainObject(s)?e.isPlainObject(t[i])?e.widget.extend({}, t[i], s):e.widget.extend({}, s):s); return t}, e.widget.bridge = function(t, i){var s = i.prototype.widgetFullName || t; e.fn[t] = function(n){var a = "string" == typeof n, o = u.call(arguments, 1), r = this; return a?this.each(function(){var i, a = e.data(this, s); return"instance" === n?(r = a, !1):a?e.isFunction(a[n]) && "_" !== n.charAt(0)?(i = a[n].apply(a, o), i !== a && void 0 !== i?(r = i && i.jquery?r.pushStack(i.get()):i, !1):void 0):e.error("no such method '" + n + "' for " + t + " widget instance"):e.error("cannot call methods on " + t + " prior to initialization; " + "attempted to call method '" + n + "'")}):(o.length && (n = e.widget.extend.apply(null, [n].concat(o))), this.each(function(){var t = e.data(this, s); t?(t.option(n || {}), t._init && t._init()):e.data(this, s, new i(n, this))})), r}}, e.Widget = function(){}, e.Widget._childConstructors = [], e.Widget.prototype = {widgetName:"widget", widgetEventPrefix:"", defaultElement:"
", options:{disabled:!1, create:null}, _createWidget:function(t, i){i = e(i || this.defaultElement || this)[0], this.element = e(i), this.uuid = l++, this.eventNamespace = "." + this.widgetName + this.uuid, this.bindings = e(), this.hoverable = e(), this.focusable = e(), i !== this && (e.data(i, this.widgetFullName, this), this._on(!0, this.element, {remove:function(e){e.target === i && this.destroy()}}), this.document = e(i.style?i.ownerDocument:i.document || i), this.window = e(this.document[0].defaultView || this.document[0].parentWindow)), this.options = e.widget.extend({}, this.options, this._getCreateOptions(), t), this._create(), this._trigger("create", null, this._getCreateEventData()), this._init()}, _getCreateOptions:e.noop, _getCreateEventData:e.noop, _create:e.noop, _init:e.noop, destroy:function(){this._destroy(), this.element.unbind(this.eventNamespace).removeData(this.widgetFullName).removeData(e.camelCase(this.widgetFullName)), this.widget().unbind(this.eventNamespace).removeAttr("aria-disabled").removeClass(this.widgetFullName + "-disabled " + "ui-state-disabled"), this.bindings.unbind(this.eventNamespace), this.hoverable.removeClass("ui-state-hover"), this.focusable.removeClass("ui-state-focus")}, _destroy:e.noop, widget:function(){return this.element}, option:function(t, i){var s, n, a, o = t; if (0 === arguments.length)return e.widget.extend({}, this.options); if ("string" == typeof t)if (o = {}, s = t.split("."), t = s.shift(), s.length){for (n = o[t] = e.widget.extend({}, this.options[t]), a = 0; s.length - 1 > a; a++)n[s[a]] = n[s[a]] || {}, n = n[s[a]]; if (t = s.pop(), 1 === arguments.length)return void 0 === n[t]?null:n[t]; n[t] = i} else{if (1 === arguments.length)return void 0 === this.options[t]?null:this.options[t]; o[t] = i}return this._setOptions(o), this}, _setOptions:function(e){var t; for (t in e)this._setOption(t, e[t]); return this}, _setOption:function(e, t){return this.options[e] = t, "disabled" === e && (this.widget().toggleClass(this.widgetFullName + "-disabled", !!t), t && (this.hoverable.removeClass("ui-state-hover"), this.focusable.removeClass("ui-state-focus"))), this}, enable:function(){return this._setOptions({disabled:!1})}, disable:function(){return this._setOptions({disabled:!0})}, _on:function(t, i, s){var n, a = this; "boolean" != typeof t && (s = i, i = t, t = !1), s?(i = n = e(i), this.bindings = this.bindings.add(i)):(s = i, i = this.element, n = this.widget()), e.each(s, function(s, o){function r(){return t || a.options.disabled !== !0 && !e(this).hasClass("ui-state-disabled")?("string" == typeof o?a[o]:o).apply(a, arguments):void 0}"string" != typeof o && (r.guid = o.guid = o.guid || r.guid || e.guid++); var h = s.match(/^([\w:-]*)\s*(.*)$/), l = h[1] + a.eventNamespace, u = h[2]; u?n.delegate(u, l, r):i.bind(l, r)})}, _off:function(t, i){i = (i || "").split(" ").join(this.eventNamespace + " ") + this.eventNamespace, t.unbind(i).undelegate(i), this.bindings = e(this.bindings.not(t).get()), this.focusable = e(this.focusable.not(t).get()), this.hoverable = e(this.hoverable.not(t).get())}, _delay:function(e, t){function i(){return("string" == typeof e?s[e]:e).apply(s, arguments)}var s = this; return setTimeout(i, t || 0)}, _hoverable:function(t){this.hoverable = this.hoverable.add(t), this._on(t, {mouseenter:function(t){e(t.currentTarget).addClass("ui-state-hover")}, mouseleave:function(t){e(t.currentTarget).removeClass("ui-state-hover")}})}, _focusable:function(t){this.focusable = this.focusable.add(t), this._on(t, {focusin:function(t){e(t.currentTarget).addClass("ui-state-focus")}, focusout:function(t){e(t.currentTarget).removeClass("ui-state-focus")}})}, _trigger:function(t, i, s){var n, a, o = this.options[t]; if (s = s || {}, i = e.Event(i), i.type = (t === this.widgetEventPrefix?t:this.widgetEventPrefix + t).toLowerCase(), i.target = this.element[0], a = i.originalEvent)for (n in a)n in i || (i[n] = a[n]); return this.element.trigger(i, s), !(e.isFunction(o) && o.apply(this.element[0], [i].concat(s)) === !1 || i.isDefaultPrevented())}}, e.each({show:"fadeIn", hide:"fadeOut"}, function(t, i){e.Widget.prototype["_" + t] = function(s, n, a){"string" == typeof n && (n = {effect:n}); var o, r = n?n === !0 || "number" == typeof n?i:n.effect || i:t; n = n || {}, "number" == typeof n && (n = {duration:n}), o = !e.isEmptyObject(n), n.complete = a, n.delay && s.delay(n.delay), o && e.effects && e.effects.effect[r]?s[t](n):r !== t && s[r]?s[r](n.duration, n.easing, a):s.queue(function(i){e(this)[t](), a && a.call(s[0]), i()})}}), e.widget; var d = !1; e(document).mouseup(function(){d = !1}), e.widget("ui.mouse", {version:"1.11.4", options:{cancel:"input,textarea,button,select,option", distance:1, delay:0}, _mouseInit:function(){var t = this; this.element.bind("mousedown." + this.widgetName, function(e){return t._mouseDown(e)}).bind("click." + this.widgetName, function(i){return!0 === e.data(i.target, t.widgetName + ".preventClickEvent")?(e.removeData(i.target, t.widgetName + ".preventClickEvent"), i.stopImmediatePropagation(), !1):void 0}), this.started = !1}, _mouseDestroy:function(){this.element.unbind("." + this.widgetName), this._mouseMoveDelegate && this.document.unbind("mousemove." + this.widgetName, this._mouseMoveDelegate).unbind("mouseup." + this.widgetName, this._mouseUpDelegate)}, _mouseDown:function(t){if (!d){this._mouseMoved = !1, this._mouseStarted && this._mouseUp(t), this._mouseDownEvent = t; var i = this, s = 1 === t.which, n = "string" == typeof this.options.cancel && t.target.nodeName?e(t.target).closest(this.options.cancel).length:!1; return s && !n && this._mouseCapture(t)?(this.mouseDelayMet = !this.options.delay, this.mouseDelayMet || (this._mouseDelayTimer = setTimeout(function(){i.mouseDelayMet = !0}, this.options.delay)), this._mouseDistanceMet(t) && this._mouseDelayMet(t) && (this._mouseStarted = this._mouseStart(t) !== !1, !this._mouseStarted)?(t.preventDefault(), !0):(!0 === e.data(t.target, this.widgetName + ".preventClickEvent") && e.removeData(t.target, this.widgetName + ".preventClickEvent"), this._mouseMoveDelegate = function(e){return i._mouseMove(e)}, this._mouseUpDelegate = function(e){return i._mouseUp(e)}, this.document.bind("mousemove." + this.widgetName, this._mouseMoveDelegate).bind("mouseup." + this.widgetName, this._mouseUpDelegate), t.preventDefault(), d = !0, !0)):!0}}, _mouseMove:function(t){if (this._mouseMoved){if (e.ui.ie && (!document.documentMode || 9 > document.documentMode) && !t.button)return this._mouseUp(t); if (!t.which)return this._mouseUp(t)}return(t.which || t.button) && (this._mouseMoved = !0), this._mouseStarted?(this._mouseDrag(t), t.preventDefault()):(this._mouseDistanceMet(t) && this._mouseDelayMet(t) && (this._mouseStarted = this._mouseStart(this._mouseDownEvent, t) !== !1, this._mouseStarted?this._mouseDrag(t):this._mouseUp(t)), !this._mouseStarted)}, _mouseUp:function(t){return this.document.unbind("mousemove." + this.widgetName, this._mouseMoveDelegate).unbind("mouseup." + this.widgetName, this._mouseUpDelegate), this._mouseStarted && (this._mouseStarted = !1, t.target === this._mouseDownEvent.target && e.data(t.target, this.widgetName + ".preventClickEvent", !0), this._mouseStop(t)), d = !1, !1}, _mouseDistanceMet:function(e){return Math.max(Math.abs(this._mouseDownEvent.pageX - e.pageX), Math.abs(this._mouseDownEvent.pageY - e.pageY)) >= this.options.distance}, _mouseDelayMet:function(){return this.mouseDelayMet}, _mouseStart:function(){}, _mouseDrag:function(){}, _mouseStop:function(){}, _mouseCapture:function(){return!0}}), function(){function t(e, t, i){return[parseFloat(e[0]) * (p.test(e[0])?t / 100:1), parseFloat(e[1]) * (p.test(e[1])?i / 100:1)]}function i(t, i){return parseInt(e.css(t, i), 10) || 0}function s(t){var i = t[0]; return 9 === i.nodeType?{width:t.width(), height:t.height(), offset:{top:0, left:0}}:e.isWindow(i)?{width:t.width(), height:t.height(), offset:{top:t.scrollTop(), left:t.scrollLeft()}}:i.preventDefault?{width:0, height:0, offset:{top:i.pageY, left:i.pageX}}:{width:t.outerWidth(), height:t.outerHeight(), offset:t.offset()}}e.ui = e.ui || {}; var n, a, o = Math.max, r = Math.abs, h = Math.round, l = /left|center|right/, u = /top|center|bottom/, d = /[\+\-]\d+(\.[\d]+)?%?/, c = /^\w+/, p = /%$/, f = e.fn.position; e.position = {scrollbarWidth:function(){if (void 0 !== n)return n; var t, i, s = e("
"), a = s.children()[0]; return e("body").append(s), t = a.offsetWidth, s.css("overflow", "scroll"), i = a.offsetWidth, t === i && (i = s[0].clientWidth), s.remove(), n = t - i}, getScrollInfo:function(t){var i = t.isWindow || t.isDocument?"":t.element.css("overflow-x"), s = t.isWindow || t.isDocument?"":t.element.css("overflow-y"), n = "scroll" === i || "auto" === i && t.width < t.element[0].scrollWidth, a = "scroll" === s || "auto" === s && t.height < t.element[0].scrollHeight; return{width:a?e.position.scrollbarWidth():0, height:n?e.position.scrollbarWidth():0}}, getWithinInfo:function(t){var i = e(t || window), s = e.isWindow(i[0]), n = !!i[0] && 9 === i[0].nodeType; return{element:i, isWindow:s, isDocument:n, offset:i.offset() || {left:0, top:0}, scrollLeft:i.scrollLeft(), scrollTop:i.scrollTop(), width:s || n?i.width():i.outerWidth(), height:s || n?i.height():i.outerHeight()}}}, e.fn.position = function(n){if (!n || !n.of)return f.apply(this, arguments); n = e.extend({}, n); var p, m, g, v, y, b, _ = e(n.of), x = e.position.getWithinInfo(n.within), w = e.position.getScrollInfo(x), k = (n.collision || "flip").split(" "), T = {}; return b = s(_), _[0].preventDefault && (n.at = "left top"), m = b.width, g = b.height, v = b.offset, y = e.extend({}, v), e.each(["my", "at"], function(){var e, t, i = (n[this] || "").split(" "); 1 === i.length && (i = l.test(i[0])?i.concat(["center"]):u.test(i[0])?["center"].concat(i):["center", "center"]), i[0] = l.test(i[0])?i[0]:"center", i[1] = u.test(i[1])?i[1]:"center", e = d.exec(i[0]), t = d.exec(i[1]), T[this] = [e?e[0]:0, t?t[0]:0], n[this] = [c.exec(i[0])[0], c.exec(i[1])[0]]}), 1 === k.length && (k[1] = k[0]), "right" === n.at[0]?y.left += m:"center" === n.at[0] && (y.left += m / 2), "bottom" === n.at[1]?y.top += g:"center" === n.at[1] && (y.top += g / 2), p = t(T.at, m, g), y.left += p[0], y.top += p[1], this.each(function(){var s, l, u = e(this), d = u.outerWidth(), c = u.outerHeight(), f = i(this, "marginLeft"), b = i(this, "marginTop"), D = d + f + i(this, "marginRight") + w.width, S = c + b + i(this, "marginBottom") + w.height, M = e.extend({}, y), C = t(T.my, u.outerWidth(), u.outerHeight()); "right" === n.my[0]?M.left -= d:"center" === n.my[0] && (M.left -= d / 2), "bottom" === n.my[1]?M.top -= c:"center" === n.my[1] && (M.top -= c / 2), M.left += C[0], M.top += C[1], a || (M.left = h(M.left), M.top = h(M.top)), s = {marginLeft:f, marginTop:b}, e.each(["left", "top"], function(t, i){e.ui.position[k[t]] && e.ui.position[k[t]][i](M, {targetWidth:m, targetHeight:g, elemWidth:d, elemHeight:c, collisionPosition:s, collisionWidth:D, collisionHeight:S, offset:[p[0] + C[0], p[1] + C[1]], my:n.my, at:n.at, within:x, elem:u})}), n.using && (l = function(e){var t = v.left - M.left, i = t + m - d, s = v.top - M.top, a = s + g - c, h = {target:{element:_, left:v.left, top:v.top, width:m, height:g}, element:{element:u, left:M.left, top:M.top, width:d, height:c}, horizontal:0 > i?"left":t > 0?"right":"center", vertical:0 > a?"top":s > 0?"bottom":"middle"}; d > m && m > r(t + i) && (h.horizontal = "center"), c > g && g > r(s + a) && (h.vertical = "middle"), h.important = o(r(t), r(i)) > o(r(s), r(a))?"horizontal":"vertical", n.using.call(this, e, h)}), u.offset(e.extend(M, {using:l}))})}, e.ui.position = {fit:{left:function(e, t){var i, s = t.within, n = s.isWindow?s.scrollLeft:s.offset.left, a = s.width, r = e.left - t.collisionPosition.marginLeft, h = n - r, l = r + t.collisionWidth - a - n; t.collisionWidth > a?h > 0 && 0 >= l?(i = e.left + h + t.collisionWidth - a - n, e.left += h - i):e.left = l > 0 && 0 >= h?n:h > l?n + a - t.collisionWidth:n:h > 0?e.left += h:l > 0?e.left -= l:e.left = o(e.left - r, e.left)}, top:function(e, t){var i, s = t.within, n = s.isWindow?s.scrollTop:s.offset.top, a = t.within.height, r = e.top - t.collisionPosition.marginTop, h = n - r, l = r + t.collisionHeight - a - n; t.collisionHeight > a?h > 0 && 0 >= l?(i = e.top + h + t.collisionHeight - a - n, e.top += h - i):e.top = l > 0 && 0 >= h?n:h > l?n + a - t.collisionHeight:n:h > 0?e.top += h:l > 0?e.top -= l:e.top = o(e.top - r, e.top)}}, flip:{left:function(e, t){var i, s, n = t.within, a = n.offset.left + n.scrollLeft, o = n.width, h = n.isWindow?n.scrollLeft:n.offset.left, l = e.left - t.collisionPosition.marginLeft, u = l - h, d = l + t.collisionWidth - o - h, c = "left" === t.my[0]? - t.elemWidth:"right" === t.my[0]?t.elemWidth:0, p = "left" === t.at[0]?t.targetWidth:"right" === t.at[0]? - t.targetWidth:0, f = - 2 * t.offset[0]; 0 > u?(i = e.left + c + p + f + t.collisionWidth - o - a, (0 > i || r(u) > i) && (e.left += c + p + f)):d > 0 && (s = e.left - t.collisionPosition.marginLeft + c + p + f - h, (s > 0 || d > r(s)) && (e.left += c + p + f))}, top:function(e, t){var i, s, n = t.within, a = n.offset.top + n.scrollTop, o = n.height, h = n.isWindow?n.scrollTop:n.offset.top, l = e.top - t.collisionPosition.marginTop, u = l - h, d = l + t.collisionHeight - o - h, c = "top" === t.my[1], p = c? - t.elemHeight:"bottom" === t.my[1]?t.elemHeight:0, f = "top" === t.at[1]?t.targetHeight:"bottom" === t.at[1]? - t.targetHeight:0, m = - 2 * t.offset[1]; 0 > u?(s = e.top + p + f + m + t.collisionHeight - o - a, (0 > s || r(u) > s) && (e.top += p + f + m)):d > 0 && (i = e.top - t.collisionPosition.marginTop + p + f + m - h, (i > 0 || d > r(i)) && (e.top += p + f + m))}}, flipfit:{left:function(){e.ui.position.flip.left.apply(this, arguments), e.ui.position.fit.left.apply(this, arguments)}, top:function(){e.ui.position.flip.top.apply(this, arguments), e.ui.position.fit.top.apply(this, arguments)}}}, function(){var t, i, s, n, o, r = document.getElementsByTagName("body")[0], h = document.createElement("div"); t = document.createElement(r?"div":"body"), s = {visibility:"hidden", width:0, height:0, border:0, margin:0, background:"none"}, r && e.extend(s, {position:"absolute", left:"-1000px", top:"-1000px"}); for (o in s)t.style[o] = s[o]; t.appendChild(h), i = r || document.documentElement, i.insertBefore(t, i.firstChild), h.style.cssText = "position: absolute; left: 10.7432222px;", n = e(h).offset().left, a = n > 10 && 11 > n, t.innerHTML = "", i.removeChild(t)}()}(), e.ui.position, e.widget("ui.draggable", e.ui.mouse, {version:"1.11.4", widgetEventPrefix:"drag", options:{addClasses:!0, appendTo:"parent", axis:!1, connectToSortable:!1, containment:!1, cursor:"auto", cursorAt:!1, grid:!1, handle:!1, helper:"original", iframeFix:!1, opacity:!1, refreshPositions:!1, revert:!1, revertDuration:500, scope:"default", scroll:!0, scrollSensitivity:20, scrollSpeed:20, snap:!1, snapMode:"both", snapTolerance:20, stack:!1, zIndex:!1, drag:null, start:null, stop:null}, _create:function(){"original" === this.options.helper && this._setPositionRelative(), this.options.addClasses && this.element.addClass("ui-draggable"), this.options.disabled && this.element.addClass("ui-draggable-disabled"), this._setHandleClassName(), this._mouseInit()}, _setOption:function(e, t){this._super(e, t), "handle" === e && (this._removeHandleClassName(), this._setHandleClassName())}, _destroy:function(){return(this.helper || this.element).is(".ui-draggable-dragging")?(this.destroyOnClear = !0, void 0):(this.element.removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled"), this._removeHandleClassName(), this._mouseDestroy(), void 0)}, _mouseCapture:function(t){var i = this.options; return this._blurActiveElement(t), this.helper || i.disabled || e(t.target).closest(".ui-resizable-handle").length > 0?!1:(this.handle = this._getHandle(t), this.handle?(this._blockFrames(i.iframeFix === !0?"iframe":i.iframeFix), !0):!1)}, _blockFrames:function(t){this.iframeBlocks = this.document.find(t).map(function(){var t = e(this); return e("
").css("position", "absolute").appendTo(t.parent()).outerWidth(t.outerWidth()).outerHeight(t.outerHeight()).offset(t.offset())[0]})}, _unblockFrames:function(){this.iframeBlocks && (this.iframeBlocks.remove(), delete this.iframeBlocks)}, _blurActiveElement:function(t){var i = this.document[0]; if (this.handleElement.is(t.target))try{i.activeElement && "body" !== i.activeElement.nodeName.toLowerCase() && e(i.activeElement).blur()} catch (s){}}, _mouseStart:function(t){var i = this.options; return this.helper = this._createHelper(t), this.helper.addClass("ui-draggable-dragging"), this._cacheHelperProportions(), e.ui.ddmanager && (e.ui.ddmanager.current = this), this._cacheMargins(), this.cssPosition = this.helper.css("position"), this.scrollParent = this.helper.scrollParent(!0), this.offsetParent = this.helper.offsetParent(), this.hasFixedAncestor = this.helper.parents().filter(function(){return"fixed" === e(this).css("position")}).length > 0, this.positionAbs = this.element.offset(), this._refreshOffsets(t), this.originalPosition = this.position = this._generatePosition(t, !1), this.originalPageX = t.pageX, this.originalPageY = t.pageY, i.cursorAt && this._adjustOffsetFromHelper(i.cursorAt), this._setContainment(), this._trigger("start", t) === !1?(this._clear(), !1):(this._cacheHelperProportions(), e.ui.ddmanager && !i.dropBehaviour && e.ui.ddmanager.prepareOffsets(this, t), this._normalizeRightBottom(), this._mouseDrag(t, !0), e.ui.ddmanager && e.ui.ddmanager.dragStart(this, t), !0)}, _refreshOffsets:function(e){this.offset = {top:this.positionAbs.top - this.margins.top, left:this.positionAbs.left - this.margins.left, scroll:!1, parent:this._getParentOffset(), relative:this._getRelativeOffset()}, this.offset.click = {left:e.pageX - this.offset.left, top:e.pageY - this.offset.top}}, _mouseDrag:function(t, i){if (this.hasFixedAncestor && (this.offset.parent = this._getParentOffset()), this.position = this._generatePosition(t, !0), this.positionAbs = this._convertPositionTo("absolute"), !i){var s = this._uiHash(); if (this._trigger("drag", t, s) === !1)return this._mouseUp({}), !1; this.position = s.position}return this.helper[0].style.left = this.position.left + "px", this.helper[0].style.top = this.position.top + "px", e.ui.ddmanager && e.ui.ddmanager.drag(this, t), !1}, _mouseStop:function(t){var i = this, s = !1; return e.ui.ddmanager && !this.options.dropBehaviour && (s = e.ui.ddmanager.drop(this, t)), this.dropped && (s = this.dropped, this.dropped = !1), "invalid" === this.options.revert && !s || "valid" === this.options.revert && s || this.options.revert === !0 || e.isFunction(this.options.revert) && this.options.revert.call(this.element, s)?e(this.helper).animate(this.originalPosition, parseInt(this.options.revertDuration, 10), function(){i._trigger("stop", t) !== !1 && i._clear()}):this._trigger("stop", t) !== !1 && this._clear(), !1}, _mouseUp:function(t){return this._unblockFrames(), e.ui.ddmanager && e.ui.ddmanager.dragStop(this, t), this.handleElement.is(t.target) && this.element.focus(), e.ui.mouse.prototype._mouseUp.call(this, t)}, cancel:function(){return this.helper.is(".ui-draggable-dragging")?this._mouseUp({}):this._clear(), this}, _getHandle:function(t){return this.options.handle?!!e(t.target).closest(this.element.find(this.options.handle)).length:!0}, _setHandleClassName:function(){this.handleElement = this.options.handle?this.element.find(this.options.handle):this.element, this.handleElement.addClass("ui-draggable-handle")}, _removeHandleClassName:function(){this.handleElement.removeClass("ui-draggable-handle")}, _createHelper:function(t){var i = this.options, s = e.isFunction(i.helper), n = s?e(i.helper.apply(this.element[0], [t])):"clone" === i.helper?this.element.clone().removeAttr("id"):this.element; return n.parents("body").length || n.appendTo("parent" === i.appendTo?this.element[0].parentNode:i.appendTo), s && n[0] === this.element[0] && this._setPositionRelative(), n[0] === this.element[0] || /(fixed|absolute)/.test(n.css("position")) || n.css("position", "absolute"), n}, _setPositionRelative:function(){/^(?:r|a|f)/.test(this.element.css("position")) || (this.element[0].style.position = "relative")}, _adjustOffsetFromHelper:function(t){"string" == typeof t && (t = t.split(" ")), e.isArray(t) && (t = {left: + t[0], top: + t[1] || 0}), "left"in t && (this.offset.click.left = t.left + this.margins.left), "right"in t && (this.offset.click.left = this.helperProportions.width - t.right + this.margins.left), "top"in t && (this.offset.click.top = t.top + this.margins.top), "bottom"in t && (this.offset.click.top = this.helperProportions.height - t.bottom + this.margins.top)}, _isRootNode:function(e){return/(html|body)/i.test(e.tagName) || e === this.document[0]}, _getParentOffset:function(){var t = this.offsetParent.offset(), i = this.document[0]; return"absolute" === this.cssPosition && this.scrollParent[0] !== i && e.contains(this.scrollParent[0], this.offsetParent[0]) && (t.left += this.scrollParent.scrollLeft(), t.top += this.scrollParent.scrollTop()), this._isRootNode(this.offsetParent[0]) && (t = {top:0, left:0}), {top:t.top + (parseInt(this.offsetParent.css("borderTopWidth"), 10) || 0), left:t.left + (parseInt(this.offsetParent.css("borderLeftWidth"), 10) || 0)}}, _getRelativeOffset:function(){if ("relative" !== this.cssPosition)return{top:0, left:0}; var e = this.element.position(), t = this._isRootNode(this.scrollParent[0]); return{top:e.top - (parseInt(this.helper.css("top"), 10) || 0) + (t?0:this.scrollParent.scrollTop()), left:e.left - (parseInt(this.helper.css("left"), 10) || 0) + (t?0:this.scrollParent.scrollLeft())}}, _cacheMargins:function(){this.margins = {left:parseInt(this.element.css("marginLeft"), 10) || 0, top:parseInt(this.element.css("marginTop"), 10) || 0, right:parseInt(this.element.css("marginRight"), 10) || 0, bottom:parseInt(this.element.css("marginBottom"), 10) || 0}}, _cacheHelperProportions:function(){this.helperProportions = {width:this.helper.outerWidth(), height:this.helper.outerHeight()}}, _setContainment:function(){var t, i, s, n = this.options, a = this.document[0]; return this.relativeContainer = null, n.containment?"window" === n.containment?(this.containment = [e(window).scrollLeft() - this.offset.relative.left - this.offset.parent.left, e(window).scrollTop() - this.offset.relative.top - this.offset.parent.top, e(window).scrollLeft() + e(window).width() - this.helperProportions.width - this.margins.left, e(window).scrollTop() + (e(window).height() || a.body.parentNode.scrollHeight) - this.helperProportions.height - this.margins.top], void 0):"document" === n.containment?(this.containment = [0, 0, e(a).width() - this.helperProportions.width - this.margins.left, (e(a).height() || a.body.parentNode.scrollHeight) - this.helperProportions.height - this.margins.top], void 0):n.containment.constructor === Array?(this.containment = n.containment, void 0):("parent" === n.containment && (n.containment = this.helper[0].parentNode), i = e(n.containment), s = i[0], s && (t = /(scroll|auto)/.test(i.css("overflow")), this.containment = [(parseInt(i.css("borderLeftWidth"), 10) || 0) + (parseInt(i.css("paddingLeft"), 10) || 0), (parseInt(i.css("borderTopWidth"), 10) || 0) + (parseInt(i.css("paddingTop"), 10) || 0), (t?Math.max(s.scrollWidth, s.offsetWidth):s.offsetWidth) - (parseInt(i.css("borderRightWidth"), 10) || 0) - (parseInt(i.css("paddingRight"), 10) || 0) - this.helperProportions.width - this.margins.left - this.margins.right, (t?Math.max(s.scrollHeight, s.offsetHeight):s.offsetHeight) - (parseInt(i.css("borderBottomWidth"), 10) || 0) - (parseInt(i.css("paddingBottom"), 10) || 0) - this.helperProportions.height - this.margins.top - this.margins.bottom], this.relativeContainer = i), void 0):(this.containment = null, void 0)}, _convertPositionTo:function(e, t){t || (t = this.position); var i = "absolute" === e?1: - 1, s = this._isRootNode(this.scrollParent[0]); return{top:t.top + this.offset.relative.top * i + this.offset.parent.top * i - ("fixed" === this.cssPosition? - this.offset.scroll.top:s?0:this.offset.scroll.top) * i, left:t.left + this.offset.relative.left * i + this.offset.parent.left * i - ("fixed" === this.cssPosition? - this.offset.scroll.left:s?0:this.offset.scroll.left) * i}}, _generatePosition:function(e, t){var i, s, n, a, o = this.options, r = this._isRootNode(this.scrollParent[0]), h = e.pageX, l = e.pageY; return r && this.offset.scroll || (this.offset.scroll = {top:this.scrollParent.scrollTop(), left:this.scrollParent.scrollLeft()}), t && (this.containment && (this.relativeContainer?(s = this.relativeContainer.offset(), i = [this.containment[0] + s.left, this.containment[1] + s.top, this.containment[2] + s.left, this.containment[3] + s.top]):i = this.containment, e.pageX - this.offset.click.left < i[0] && (h = i[0] + this.offset.click.left), e.pageY - this.offset.click.top < i[1] && (l = i[1] + this.offset.click.top), e.pageX - this.offset.click.left > i[2] && (h = i[2] + this.offset.click.left), e.pageY - this.offset.click.top > i[3] && (l = i[3] + this.offset.click.top)), o.grid && (n = o.grid[1]?this.originalPageY + Math.round((l - this.originalPageY) / o.grid[1]) * o.grid[1]:this.originalPageY, l = i?n - this.offset.click.top >= i[1] || n - this.offset.click.top > i[3]?n:n - this.offset.click.top >= i[1]?n - o.grid[1]:n + o.grid[1]:n, a = o.grid[0]?this.originalPageX + Math.round((h - this.originalPageX) / o.grid[0]) * o.grid[0]:this.originalPageX, h = i?a - this.offset.click.left >= i[0] || a - this.offset.click.left > i[2]?a:a - this.offset.click.left >= i[0]?a - o.grid[0]:a + o.grid[0]:a), "y" === o.axis && (h = this.originalPageX), "x" === o.axis && (l = this.originalPageY)), {top:l - this.offset.click.top - this.offset.relative.top - this.offset.parent.top + ("fixed" === this.cssPosition? - this.offset.scroll.top:r?0:this.offset.scroll.top), left:h - this.offset.click.left - this.offset.relative.left - this.offset.parent.left + ("fixed" === this.cssPosition? - this.offset.scroll.left:r?0:this.offset.scroll.left)} }, _clear:function(){this.helper.removeClass("ui-draggable-dragging"), this.helper[0] === this.element[0] || this.cancelHelperRemoval || this.helper.remove(), this.helper = null, this.cancelHelperRemoval = !1, this.destroyOnClear && this.destroy()}, _normalizeRightBottom:function(){"y" !== this.options.axis && "auto" !== this.helper.css("right") && (this.helper.width(this.helper.width()), this.helper.css("right", "auto")), "x" !== this.options.axis && "auto" !== this.helper.css("bottom") && (this.helper.height(this.helper.height()), this.helper.css("bottom", "auto"))}, _trigger:function(t, i, s){return s = s || this._uiHash(), e.ui.plugin.call(this, t, [i, s, this], !0), /^(drag|start|stop)/.test(t) && (this.positionAbs = this._convertPositionTo("absolute"), s.offset = this.positionAbs), e.Widget.prototype._trigger.call(this, t, i, s)}, plugins:{}, _uiHash:function(){return{helper:this.helper, position:this.position, originalPosition:this.originalPosition, offset:this.positionAbs}}}), e.ui.plugin.add("draggable", "connectToSortable", {start:function(t, i, s){var n = e.extend({}, i, {item:s.element}); s.sortables = [], e(s.options.connectToSortable).each(function(){var i = e(this).sortable("instance"); i && !i.options.disabled && (s.sortables.push(i), i.refreshPositions(), i._trigger("activate", t, n))})}, stop:function(t, i, s){var n = e.extend({}, i, {item:s.element}); s.cancelHelperRemoval = !1, e.each(s.sortables, function(){var e = this; e.isOver?(e.isOver = 0, s.cancelHelperRemoval = !0, e.cancelHelperRemoval = !1, e._storedCSS = {position:e.placeholder.css("position"), top:e.placeholder.css("top"), left:e.placeholder.css("left")}, e._mouseStop(t), e.options.helper = e.options._helper):(e.cancelHelperRemoval = !0, e._trigger("deactivate", t, n))})}, drag:function(t, i, s){e.each(s.sortables, function(){var n = !1, a = this; a.positionAbs = s.positionAbs, a.helperProportions = s.helperProportions, a.offset.click = s.offset.click, a._intersectsWith(a.containerCache) && (n = !0, e.each(s.sortables, function(){return this.positionAbs = s.positionAbs, this.helperProportions = s.helperProportions, this.offset.click = s.offset.click, this !== a && this._intersectsWith(this.containerCache) && e.contains(a.element[0], this.element[0]) && (n = !1), n})), n?(a.isOver || (a.isOver = 1, s._parent = i.helper.parent(), a.currentItem = i.helper.appendTo(a.element).data("ui-sortable-item", !0), a.options._helper = a.options.helper, a.options.helper = function(){return i.helper[0]}, t.target = a.currentItem[0], a._mouseCapture(t, !0), a._mouseStart(t, !0, !0), a.offset.click.top = s.offset.click.top, a.offset.click.left = s.offset.click.left, a.offset.parent.left -= s.offset.parent.left - a.offset.parent.left, a.offset.parent.top -= s.offset.parent.top - a.offset.parent.top, s._trigger("toSortable", t), s.dropped = a.element, e.each(s.sortables, function(){this.refreshPositions()}), s.currentItem = s.element, a.fromOutside = s), a.currentItem && (a._mouseDrag(t), i.position = a.position)):a.isOver && (a.isOver = 0, a.cancelHelperRemoval = !0, a.options._revert = a.options.revert, a.options.revert = !1, a._trigger("out", t, a._uiHash(a)), a._mouseStop(t, !0), a.options.revert = a.options._revert, a.options.helper = a.options._helper, a.placeholder && a.placeholder.remove(), i.helper.appendTo(s._parent), s._refreshOffsets(t), i.position = s._generatePosition(t, !0), s._trigger("fromSortable", t), s.dropped = !1, e.each(s.sortables, function(){this.refreshPositions()}))})}}), e.ui.plugin.add("draggable", "cursor", {start:function(t, i, s){var n = e("body"), a = s.options; n.css("cursor") && (a._cursor = n.css("cursor")), n.css("cursor", a.cursor)}, stop:function(t, i, s){var n = s.options; n._cursor && e("body").css("cursor", n._cursor)}}), e.ui.plugin.add("draggable", "opacity", {start:function(t, i, s){var n = e(i.helper), a = s.options; n.css("opacity") && (a._opacity = n.css("opacity")), n.css("opacity", a.opacity)}, stop:function(t, i, s){var n = s.options; n._opacity && e(i.helper).css("opacity", n._opacity)}}), e.ui.plugin.add("draggable", "scroll", {start:function(e, t, i){i.scrollParentNotHidden || (i.scrollParentNotHidden = i.helper.scrollParent(!1)), i.scrollParentNotHidden[0] !== i.document[0] && "HTML" !== i.scrollParentNotHidden[0].tagName && (i.overflowOffset = i.scrollParentNotHidden.offset())}, drag:function(t, i, s){var n = s.options, a = !1, o = s.scrollParentNotHidden[0], r = s.document[0]; o !== r && "HTML" !== o.tagName?(n.axis && "x" === n.axis || (s.overflowOffset.top + o.offsetHeight - t.pageY < n.scrollSensitivity?o.scrollTop = a = o.scrollTop + n.scrollSpeed:t.pageY - s.overflowOffset.top < n.scrollSensitivity && (o.scrollTop = a = o.scrollTop - n.scrollSpeed)), n.axis && "y" === n.axis || (s.overflowOffset.left + o.offsetWidth - t.pageX < n.scrollSensitivity?o.scrollLeft = a = o.scrollLeft + n.scrollSpeed:t.pageX - s.overflowOffset.left < n.scrollSensitivity && (o.scrollLeft = a = o.scrollLeft - n.scrollSpeed))):(n.axis && "x" === n.axis || (t.pageY - e(r).scrollTop() < n.scrollSensitivity?a = e(r).scrollTop(e(r).scrollTop() - n.scrollSpeed):e(window).height() - (t.pageY - e(r).scrollTop()) < n.scrollSensitivity && (a = e(r).scrollTop(e(r).scrollTop() + n.scrollSpeed))), n.axis && "y" === n.axis || (t.pageX - e(r).scrollLeft() < n.scrollSensitivity?a = e(r).scrollLeft(e(r).scrollLeft() - n.scrollSpeed):e(window).width() - (t.pageX - e(r).scrollLeft()) < n.scrollSensitivity && (a = e(r).scrollLeft(e(r).scrollLeft() + n.scrollSpeed)))), a !== !1 && e.ui.ddmanager && !n.dropBehaviour && e.ui.ddmanager.prepareOffsets(s, t)}}), e.ui.plugin.add("draggable", "snap", {start:function(t, i, s){var n = s.options; s.snapElements = [], e(n.snap.constructor !== String?n.snap.items || ":data(ui-draggable)":n.snap).each(function(){var t = e(this), i = t.offset(); this !== s.element[0] && s.snapElements.push({item:this, width:t.outerWidth(), height:t.outerHeight(), top:i.top, left:i.left})})}, drag:function(t, i, s){var n, a, o, r, h, l, u, d, c, p, f = s.options, m = f.snapTolerance, g = i.offset.left, v = g + s.helperProportions.width, y = i.offset.top, b = y + s.helperProportions.height; for (c = s.snapElements.length - 1; c >= 0; c--)h = s.snapElements[c].left - s.margins.left, l = h + s.snapElements[c].width, u = s.snapElements[c].top - s.margins.top, d = u + s.snapElements[c].height, h - m > v || g > l + m || u - m > b || y > d + m || !e.contains(s.snapElements[c].item.ownerDocument, s.snapElements[c].item)?(s.snapElements[c].snapping && s.options.snap.release && s.options.snap.release.call(s.element, t, e.extend(s._uiHash(), {snapItem:s.snapElements[c].item})), s.snapElements[c].snapping = !1):("inner" !== f.snapMode && (n = m >= Math.abs(u - b), a = m >= Math.abs(d - y), o = m >= Math.abs(h - v), r = m >= Math.abs(l - g), n && (i.position.top = s._convertPositionTo("relative", {top:u - s.helperProportions.height, left:0}).top), a && (i.position.top = s._convertPositionTo("relative", {top:d, left:0}).top), o && (i.position.left = s._convertPositionTo("relative", {top:0, left:h - s.helperProportions.width}).left), r && (i.position.left = s._convertPositionTo("relative", {top:0, left:l}).left)), p = n || a || o || r, "outer" !== f.snapMode && (n = m >= Math.abs(u - y), a = m >= Math.abs(d - b), o = m >= Math.abs(h - g), r = m >= Math.abs(l - v), n && (i.position.top = s._convertPositionTo("relative", {top:u, left:0}).top), a && (i.position.top = s._convertPositionTo("relative", {top:d - s.helperProportions.height, left:0}).top), o && (i.position.left = s._convertPositionTo("relative", {top:0, left:h}).left), r && (i.position.left = s._convertPositionTo("relative", {top:0, left:l - s.helperProportions.width}).left)), !s.snapElements[c].snapping && (n || a || o || r || p) && s.options.snap.snap && s.options.snap.snap.call(s.element, t, e.extend(s._uiHash(), {snapItem:s.snapElements[c].item})), s.snapElements[c].snapping = n || a || o || r || p)}}), e.ui.plugin.add("draggable", "stack", {start:function(t, i, s){var n, a = s.options, o = e.makeArray(e(a.stack)).sort(function(t, i){return(parseInt(e(t).css("zIndex"), 10) || 0) - (parseInt(e(i).css("zIndex"), 10) || 0)}); o.length && (n = parseInt(e(o[0]).css("zIndex"), 10) || 0, e(o).each(function(t){e(this).css("zIndex", n + t)}), this.css("zIndex", n + o.length))}}), e.ui.plugin.add("draggable", "zIndex", {start:function(t, i, s){var n = e(i.helper), a = s.options; n.css("zIndex") && (a._zIndex = n.css("zIndex")), n.css("zIndex", a.zIndex)}, stop:function(t, i, s){var n = s.options; n._zIndex && e(i.helper).css("zIndex", n._zIndex)}}), e.ui.draggable, e.widget("ui.droppable", {version:"1.11.4", widgetEventPrefix:"drop", options:{accept:"*", activeClass:!1, addClasses:!0, greedy:!1, hoverClass:!1, scope:"default", tolerance:"intersect", activate:null, deactivate:null, drop:null, out:null, over:null}, _create:function(){var t, i = this.options, s = i.accept; this.isover = !1, this.isout = !0, this.accept = e.isFunction(s)?s:function(e){return e.is(s)}, this.proportions = function(){return arguments.length?(t = arguments[0], void 0):t?t:t = {width:this.element[0].offsetWidth, height:this.element[0].offsetHeight}}, this._addToManager(i.scope), i.addClasses && this.element.addClass("ui-droppable")}, _addToManager:function(t){e.ui.ddmanager.droppables[t] = e.ui.ddmanager.droppables[t] || [], e.ui.ddmanager.droppables[t].push(this)}, _splice:function(e){for (var t = 0; e.length > t; t++)e[t] === this && e.splice(t, 1)}, _destroy:function(){var t = e.ui.ddmanager.droppables[this.options.scope]; this._splice(t), this.element.removeClass("ui-droppable ui-droppable-disabled")}, _setOption:function(t, i){if ("accept" === t)this.accept = e.isFunction(i)?i:function(e){return e.is(i)}; else if ("scope" === t){var s = e.ui.ddmanager.droppables[this.options.scope]; this._splice(s), this._addToManager(i)}this._super(t, i)}, _activate:function(t){var i = e.ui.ddmanager.current; this.options.activeClass && this.element.addClass(this.options.activeClass), i && this._trigger("activate", t, this.ui(i))}, _deactivate:function(t){var i = e.ui.ddmanager.current; this.options.activeClass && this.element.removeClass(this.options.activeClass), i && this._trigger("deactivate", t, this.ui(i))}, _over:function(t){var i = e.ui.ddmanager.current; i && (i.currentItem || i.element)[0] !== this.element[0] && this.accept.call(this.element[0], i.currentItem || i.element) && (this.options.hoverClass && this.element.addClass(this.options.hoverClass), this._trigger("over", t, this.ui(i)))}, _out:function(t){var i = e.ui.ddmanager.current; i && (i.currentItem || i.element)[0] !== this.element[0] && this.accept.call(this.element[0], i.currentItem || i.element) && (this.options.hoverClass && this.element.removeClass(this.options.hoverClass), this._trigger("out", t, this.ui(i)))}, _drop:function(t, i){var s = i || e.ui.ddmanager.current, n = !1; return s && (s.currentItem || s.element)[0] !== this.element[0]?(this.element.find(":data(ui-droppable)").not(".ui-draggable-dragging").each(function(){var i = e(this).droppable("instance"); return i.options.greedy && !i.options.disabled && i.options.scope === s.options.scope && i.accept.call(i.element[0], s.currentItem || s.element) && e.ui.intersect(s, e.extend(i, {offset:i.element.offset()}), i.options.tolerance, t)?(n = !0, !1):void 0}), n?!1:this.accept.call(this.element[0], s.currentItem || s.element)?(this.options.activeClass && this.element.removeClass(this.options.activeClass), this.options.hoverClass && this.element.removeClass(this.options.hoverClass), this._trigger("drop", t, this.ui(s)), this.element):!1):!1}, ui:function(e){return{draggable:e.currentItem || e.element, helper:e.helper, position:e.position, offset:e.positionAbs}}}), e.ui.intersect = function(){function e(e, t, i){return e >= t && t + i > e}return function(t, i, s, n){if (!i.offset)return!1; var a = (t.positionAbs || t.position.absolute).left + t.margins.left, o = (t.positionAbs || t.position.absolute).top + t.margins.top, r = a + t.helperProportions.width, h = o + t.helperProportions.height, l = i.offset.left, u = i.offset.top, d = l + i.proportions().width, c = u + i.proportions().height; switch (s){case"fit":return a >= l && d >= r && o >= u && c >= h; case"intersect":return a + t.helperProportions.width / 2 > l && d > r - t.helperProportions.width / 2 && o + t.helperProportions.height / 2 > u && c > h - t.helperProportions.height / 2; case"pointer":return e(n.pageY, u, i.proportions().height) && e(n.pageX, l, i.proportions().width); case"touch":return(o >= u && c >= o || h >= u && c >= h || u > o && h > c) && (a >= l && d >= a || r >= l && d >= r || l > a && r > d); default:return!1}}}(), e.ui.ddmanager = {current:null, droppables:{"default":[]}, prepareOffsets:function(t, i){var s, n, a = e.ui.ddmanager.droppables[t.options.scope] || [], o = i?i.type:null, r = (t.currentItem || t.element).find(":data(ui-droppable)").addBack(); e:for (s = 0; a.length > s; s++)if (!(a[s].options.disabled || t && !a[s].accept.call(a[s].element[0], t.currentItem || t.element))){for (n = 0; r.length > n; n++)if (r[n] === a[s].element[0]){a[s].proportions().height = 0; continue e}a[s].visible = "none" !== a[s].element.css("display"), a[s].visible && ("mousedown" === o && a[s]._activate.call(a[s], i), a[s].offset = a[s].element.offset(), a[s].proportions({width:a[s].element[0].offsetWidth, height:a[s].element[0].offsetHeight}))}}, drop:function(t, i){var s = !1; return e.each((e.ui.ddmanager.droppables[t.options.scope] || []).slice(), function(){this.options && (!this.options.disabled && this.visible && e.ui.intersect(t, this, this.options.tolerance, i) && (s = this._drop.call(this, i) || s), !this.options.disabled && this.visible && this.accept.call(this.element[0], t.currentItem || t.element) && (this.isout = !0, this.isover = !1, this._deactivate.call(this, i)))}), s}, dragStart:function(t, i){t.element.parentsUntil("body").bind("scroll.droppable", function(){t.options.refreshPositions || e.ui.ddmanager.prepareOffsets(t, i)})}, drag:function(t, i){t.options.refreshPositions && e.ui.ddmanager.prepareOffsets(t, i), e.each(e.ui.ddmanager.droppables[t.options.scope] || [], function(){if (!this.options.disabled && !this.greedyChild && this.visible){var s, n, a, o = e.ui.intersect(t, this, this.options.tolerance, i), r = !o && this.isover?"isout":o && !this.isover?"isover":null; r && (this.options.greedy && (n = this.options.scope, a = this.element.parents(":data(ui-droppable)").filter(function(){return e(this).droppable("instance").options.scope === n}), a.length && (s = e(a[0]).droppable("instance"), s.greedyChild = "isover" === r)), s && "isover" === r && (s.isover = !1, s.isout = !0, s._out.call(s, i)), this[r] = !0, this["isout" === r?"isover":"isout"] = !1, this["isover" === r?"_over":"_out"].call(this, i), s && "isout" === r && (s.isout = !1, s.isover = !0, s._over.call(s, i)))}})}, dragStop:function(t, i){t.element.parentsUntil("body").unbind("scroll.droppable"), t.options.refreshPositions || e.ui.ddmanager.prepareOffsets(t, i)}}, e.ui.droppable, e.widget("ui.resizable", e.ui.mouse, {version:"1.11.4", widgetEventPrefix:"resize", options:{alsoResize:!1, animate:!1, animateDuration:"slow", animateEasing:"swing", aspectRatio:!1, autoHide:!1, containment:!1, ghost:!1, grid:!1, handles:"e,s,se", helper:!1, maxHeight:null, maxWidth:null, minHeight:10, minWidth:10, zIndex:90, resize:null, start:null, stop:null}, _num:function(e){return parseInt(e, 10) || 0}, _isNumber:function(e){return!isNaN(parseInt(e, 10))}, _hasScroll:function(t, i){if ("hidden" === e(t).css("overflow"))return!1; var s = i && "left" === i?"scrollLeft":"scrollTop", n = !1; return t[s] > 0?!0:(t[s] = 1, n = t[s] > 0, t[s] = 0, n)}, _create:function(){var t, i, s, n, a, o = this, r = this.options; if (this.element.addClass("ui-resizable"), e.extend(this, {_aspectRatio:!!r.aspectRatio, aspectRatio:r.aspectRatio, originalElement:this.element, _proportionallyResizeElements:[], _helper:r.helper || r.ghost || r.animate?r.helper || "ui-resizable-helper":null}), this.element[0].nodeName.match(/^(canvas|textarea|input|select|button|img)$/i) && (this.element.wrap(e("
").css({position:this.element.css("position"), width:this.element.outerWidth(), height:this.element.outerHeight(), top:this.element.css("top"), left:this.element.css("left")})), this.element = this.element.parent().data("ui-resizable", this.element.resizable("instance")), this.elementIsWrapper = !0, this.element.css({marginLeft:this.originalElement.css("marginLeft"), marginTop:this.originalElement.css("marginTop"), marginRight:this.originalElement.css("marginRight"), marginBottom:this.originalElement.css("marginBottom")}), this.originalElement.css({marginLeft:0, marginTop:0, marginRight:0, marginBottom:0}), this.originalResizeStyle = this.originalElement.css("resize"), this.originalElement.css("resize", "none"), this._proportionallyResizeElements.push(this.originalElement.css({position:"static", zoom:1, display:"block"})), this.originalElement.css({margin:this.originalElement.css("margin")}), this._proportionallyResize()), this.handles = r.handles || (e(".ui-resizable-handle", this.element).length?{n:".ui-resizable-n", e:".ui-resizable-e", s:".ui-resizable-s", w:".ui-resizable-w", se:".ui-resizable-se", sw:".ui-resizable-sw", ne:".ui-resizable-ne", nw:".ui-resizable-nw"}:"e,s,se"), this._handles = e(), this.handles.constructor === String)for ("all" === this.handles && (this.handles = "n,e,s,w,se,sw,ne,nw"), t = this.handles.split(","), this.handles = {}, i = 0; t.length > i; i++)s = e.trim(t[i]), a = "ui-resizable-" + s, n = e("
"), n.css({zIndex:r.zIndex}), "se" === s && n.addClass("ui-icon ui-icon-gripsmall-diagonal-se"), this.handles[s] = ".ui-resizable-" + s, this.element.append(n); this._renderAxis = function(t){var i, s, n, a; t = t || this.element; for (i in this.handles)this.handles[i].constructor === String?this.handles[i] = this.element.children(this.handles[i]).first().show():(this.handles[i].jquery || this.handles[i].nodeType) && (this.handles[i] = e(this.handles[i]), this._on(this.handles[i], {mousedown:o._mouseDown})), this.elementIsWrapper && this.originalElement[0].nodeName.match(/^(textarea|input|select|button)$/i) && (s = e(this.handles[i], this.element), a = /sw|ne|nw|se|n|s/.test(i)?s.outerHeight():s.outerWidth(), n = ["padding", /ne|nw|n/.test(i)?"Top":/se|sw|s/.test(i)?"Bottom":/^e$/.test(i)?"Right":"Left"].join(""), t.css(n, a), this._proportionallyResize()), this._handles = this._handles.add(this.handles[i])}, this._renderAxis(this.element), this._handles = this._handles.add(this.element.find(".ui-resizable-handle")), this._handles.disableSelection(), this._handles.mouseover(function(){o.resizing || (this.className && (n = this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)), o.axis = n && n[1]?n[1]:"se")}), r.autoHide && (this._handles.hide(), e(this.element).addClass("ui-resizable-autohide").mouseenter(function(){r.disabled || (e(this).removeClass("ui-resizable-autohide"), o._handles.show())}).mouseleave(function(){r.disabled || o.resizing || (e(this).addClass("ui-resizable-autohide"), o._handles.hide())})), this._mouseInit()}, _destroy:function(){this._mouseDestroy(); var t, i = function(t){e(t).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").removeData("ui-resizable").unbind(".resizable").find(".ui-resizable-handle").remove()}; return this.elementIsWrapper && (i(this.element), t = this.element, this.originalElement.css({position:t.css("position"), width:t.outerWidth(), height:t.outerHeight(), top:t.css("top"), left:t.css("left")}).insertAfter(t), t.remove()), this.originalElement.css("resize", this.originalResizeStyle), i(this.originalElement), this}, _mouseCapture:function(t){var i, s, n = !1; for (i in this.handles)s = e(this.handles[i])[0], (s === t.target || e.contains(s, t.target)) && (n = !0); return!this.options.disabled && n}, _mouseStart:function(t){var i, s, n, a = this.options, o = this.element; return this.resizing = !0, this._renderProxy(), i = this._num(this.helper.css("left")), s = this._num(this.helper.css("top")), a.containment && (i += e(a.containment).scrollLeft() || 0, s += e(a.containment).scrollTop() || 0), this.offset = this.helper.offset(), this.position = {left:i, top:s}, this.size = this._helper?{width:this.helper.width(), height:this.helper.height()}:{width:o.width(), height:o.height()}, this.originalSize = this._helper?{width:o.outerWidth(), height:o.outerHeight()}:{width:o.width(), height:o.height()}, this.sizeDiff = {width:o.outerWidth() - o.width(), height:o.outerHeight() - o.height()}, this.originalPosition = {left:i, top:s}, this.originalMousePosition = {left:t.pageX, top:t.pageY}, this.aspectRatio = "number" == typeof a.aspectRatio?a.aspectRatio:this.originalSize.width / this.originalSize.height || 1, n = e(".ui-resizable-" + this.axis).css("cursor"), e("body").css("cursor", "auto" === n?this.axis + "-resize":n), o.addClass("ui-resizable-resizing"), this._propagate("start", t), !0}, _mouseDrag:function(t){var i, s, n = this.originalMousePosition, a = this.axis, o = t.pageX - n.left || 0, r = t.pageY - n.top || 0, h = this._change[a]; return this._updatePrevProperties(), h?(i = h.apply(this, [t, o, r]), this._updateVirtualBoundaries(t.shiftKey), (this._aspectRatio || t.shiftKey) && (i = this._updateRatio(i, t)), i = this._respectSize(i, t), this._updateCache(i), this._propagate("resize", t), s = this._applyChanges(), !this._helper && this._proportionallyResizeElements.length && this._proportionallyResize(), e.isEmptyObject(s) || (this._updatePrevProperties(), this._trigger("resize", t, this.ui()), this._applyChanges()), !1):!1}, _mouseStop:function(t){this.resizing = !1; var i, s, n, a, o, r, h, l = this.options, u = this; return this._helper && (i = this._proportionallyResizeElements, s = i.length && /textarea/i.test(i[0].nodeName), n = s && this._hasScroll(i[0], "left")?0:u.sizeDiff.height, a = s?0:u.sizeDiff.width, o = {width:u.helper.width() - a, height:u.helper.height() - n}, r = parseInt(u.element.css("left"), 10) + (u.position.left - u.originalPosition.left) || null, h = parseInt(u.element.css("top"), 10) + (u.position.top - u.originalPosition.top) || null, l.animate || this.element.css(e.extend(o, {top:h, left:r})), u.helper.height(u.size.height), u.helper.width(u.size.width), this._helper && !l.animate && this._proportionallyResize()), e("body").css("cursor", "auto"), this.element.removeClass("ui-resizable-resizing"), this._propagate("stop", t), this._helper && this.helper.remove(), !1}, _updatePrevProperties:function(){this.prevPosition = {top:this.position.top, left:this.position.left}, this.prevSize = {width:this.size.width, height:this.size.height}}, _applyChanges:function(){var e = {}; return this.position.top !== this.prevPosition.top && (e.top = this.position.top + "px"), this.position.left !== this.prevPosition.left && (e.left = this.position.left + "px"), this.size.width !== this.prevSize.width && (e.width = this.size.width + "px"), this.size.height !== this.prevSize.height && (e.height = this.size.height + "px"), this.helper.css(e), e}, _updateVirtualBoundaries:function(e){var t, i, s, n, a, o = this.options; a = {minWidth:this._isNumber(o.minWidth)?o.minWidth:0, maxWidth:this._isNumber(o.maxWidth)?o.maxWidth:1 / 0, minHeight:this._isNumber(o.minHeight)?o.minHeight:0, maxHeight:this._isNumber(o.maxHeight)?o.maxHeight:1 / 0}, (this._aspectRatio || e) && (t = a.minHeight * this.aspectRatio, s = a.minWidth / this.aspectRatio, i = a.maxHeight * this.aspectRatio, n = a.maxWidth / this.aspectRatio, t > a.minWidth && (a.minWidth = t), s > a.minHeight && (a.minHeight = s), a.maxWidth > i && (a.maxWidth = i), a.maxHeight > n && (a.maxHeight = n)), this._vBoundaries = a}, _updateCache:function(e){this.offset = this.helper.offset(), this._isNumber(e.left) && (this.position.left = e.left), this._isNumber(e.top) && (this.position.top = e.top), this._isNumber(e.height) && (this.size.height = e.height), this._isNumber(e.width) && (this.size.width = e.width)}, _updateRatio:function(e){var t = this.position, i = this.size, s = this.axis; return this._isNumber(e.height)?e.width = e.height * this.aspectRatio:this._isNumber(e.width) && (e.height = e.width / this.aspectRatio), "sw" === s && (e.left = t.left + (i.width - e.width), e.top = null), "nw" === s && (e.top = t.top + (i.height - e.height), e.left = t.left + (i.width - e.width)), e}, _respectSize:function(e){var t = this._vBoundaries, i = this.axis, s = this._isNumber(e.width) && t.maxWidth && t.maxWidth < e.width, n = this._isNumber(e.height) && t.maxHeight && t.maxHeight < e.height, a = this._isNumber(e.width) && t.minWidth && t.minWidth > e.width, o = this._isNumber(e.height) && t.minHeight && t.minHeight > e.height, r = this.originalPosition.left + this.originalSize.width, h = this.position.top + this.size.height, l = /sw|nw|w/.test(i), u = /nw|ne|n/.test(i); return a && (e.width = t.minWidth), o && (e.height = t.minHeight), s && (e.width = t.maxWidth), n && (e.height = t.maxHeight), a && l && (e.left = r - t.minWidth), s && l && (e.left = r - t.maxWidth), o && u && (e.top = h - t.minHeight), n && u && (e.top = h - t.maxHeight), e.width || e.height || e.left || !e.top?e.width || e.height || e.top || !e.left || (e.left = null):e.top = null, e}, _getPaddingPlusBorderDimensions:function(e){for (var t = 0, i = [], s = [e.css("borderTopWidth"), e.css("borderRightWidth"), e.css("borderBottomWidth"), e.css("borderLeftWidth")], n = [e.css("paddingTop"), e.css("paddingRight"), e.css("paddingBottom"), e.css("paddingLeft")]; 4 > t; t++)i[t] = parseInt(s[t], 10) || 0, i[t] += parseInt(n[t], 10) || 0; return{height:i[0] + i[2], width:i[1] + i[3]}}, _proportionallyResize:function(){if (this._proportionallyResizeElements.length)for (var e, t = 0, i = this.helper || this.element; this._proportionallyResizeElements.length > t; t++)e = this._proportionallyResizeElements[t], this.outerDimensions || (this.outerDimensions = this._getPaddingPlusBorderDimensions(e)), e.css({height:i.height() - this.outerDimensions.height || 0, width:i.width() - this.outerDimensions.width || 0})}, _renderProxy:function(){var t = this.element, i = this.options; this.elementOffset = t.offset(), this._helper?(this.helper = this.helper || e("
"), this.helper.addClass(this._helper).css({width:this.element.outerWidth() - 1, height:this.element.outerHeight() - 1, position:"absolute", left:this.elementOffset.left + "px", top:this.elementOffset.top + "px", zIndex:++i.zIndex}), this.helper.appendTo("body").disableSelection()):this.helper = this.element}, _change:{e:function(e, t){return{width:this.originalSize.width + t}}, w:function(e, t){var i = this.originalSize, s = this.originalPosition; return{left:s.left + t, width:i.width - t}}, n:function(e, t, i){var s = this.originalSize, n = this.originalPosition; return{top:n.top + i, height:s.height - i}}, s:function(e, t, i){return{height:this.originalSize.height + i}}, se:function(t, i, s){return e.extend(this._change.s.apply(this, arguments), this._change.e.apply(this, [t, i, s]))}, sw:function(t, i, s){return e.extend(this._change.s.apply(this, arguments), this._change.w.apply(this, [t, i, s]))}, ne:function(t, i, s){return e.extend(this._change.n.apply(this, arguments), this._change.e.apply(this, [t, i, s]))}, nw:function(t, i, s){return e.extend(this._change.n.apply(this, arguments), this._change.w.apply(this, [t, i, s]))}}, _propagate:function(t, i){e.ui.plugin.call(this, t, [i, this.ui()]), "resize" !== t && this._trigger(t, i, this.ui())}, plugins:{}, ui:function(){return{originalElement:this.originalElement, element:this.element, helper:this.helper, position:this.position, size:this.size, originalSize:this.originalSize, originalPosition:this.originalPosition}}}), e.ui.plugin.add("resizable", "animate", {stop:function(t){var i = e(this).resizable("instance"), s = i.options, n = i._proportionallyResizeElements, a = n.length && /textarea/i.test(n[0].nodeName), o = a && i._hasScroll(n[0], "left")?0:i.sizeDiff.height, r = a?0:i.sizeDiff.width, h = {width:i.size.width - r, height:i.size.height - o}, l = parseInt(i.element.css("left"), 10) + (i.position.left - i.originalPosition.left) || null, u = parseInt(i.element.css("top"), 10) + (i.position.top - i.originalPosition.top) || null; i.element.animate(e.extend(h, u && l?{top:u, left:l}:{}), {duration:s.animateDuration, easing:s.animateEasing, step:function(){var s = {width:parseInt(i.element.css("width"), 10), height:parseInt(i.element.css("height"), 10), top:parseInt(i.element.css("top"), 10), left:parseInt(i.element.css("left"), 10)}; n && n.length && e(n[0]).css({width:s.width, height:s.height}), i._updateCache(s), i._propagate("resize", t)}})}}), e.ui.plugin.add("resizable", "containment", {start:function(){var t, i, s, n, a, o, r, h = e(this).resizable("instance"), l = h.options, u = h.element, d = l.containment, c = d instanceof e?d.get(0):/parent/.test(d)?u.parent().get(0):d; c && (h.containerElement = e(c), /document/.test(d) || d === document?(h.containerOffset = {left:0, top:0}, h.containerPosition = {left:0, top:0}, h.parentData = {element:e(document), left:0, top:0, width:e(document).width(), height:e(document).height() || document.body.parentNode.scrollHeight}):(t = e(c), i = [], e(["Top", "Right", "Left", "Bottom"]).each(function(e, s){i[e] = h._num(t.css("padding" + s))}), h.containerOffset = t.offset(), h.containerPosition = t.position(), h.containerSize = {height:t.innerHeight() - i[3], width:t.innerWidth() - i[1]}, s = h.containerOffset, n = h.containerSize.height, a = h.containerSize.width, o = h._hasScroll(c, "left")?c.scrollWidth:a, r = h._hasScroll(c)?c.scrollHeight:n, h.parentData = {element:c, left:s.left, top:s.top, width:o, height:r}))}, resize:function(t){var i, s, n, a, o = e(this).resizable("instance"), r = o.options, h = o.containerOffset, l = o.position, u = o._aspectRatio || t.shiftKey, d = {top:0, left:0}, c = o.containerElement, p = !0; c[0] !== document && /static/.test(c.css("position")) && (d = h), l.left < (o._helper?h.left:0) && (o.size.width = o.size.width + (o._helper?o.position.left - h.left:o.position.left - d.left), u && (o.size.height = o.size.width / o.aspectRatio, p = !1), o.position.left = r.helper?h.left:0), l.top < (o._helper?h.top:0) && (o.size.height = o.size.height + (o._helper?o.position.top - h.top:o.position.top), u && (o.size.width = o.size.height * o.aspectRatio, p = !1), o.position.top = o._helper?h.top:0), n = o.containerElement.get(0) === o.element.parent().get(0), a = /relative|absolute/.test(o.containerElement.css("position")), n && a?(o.offset.left = o.parentData.left + o.position.left, o.offset.top = o.parentData.top + o.position.top):(o.offset.left = o.element.offset().left, o.offset.top = o.element.offset().top), i = Math.abs(o.sizeDiff.width + (o._helper?o.offset.left - d.left:o.offset.left - h.left)), s = Math.abs(o.sizeDiff.height + (o._helper?o.offset.top - d.top:o.offset.top - h.top)), i + o.size.width >= o.parentData.width && (o.size.width = o.parentData.width - i, u && (o.size.height = o.size.width / o.aspectRatio, p = !1)), s + o.size.height >= o.parentData.height && (o.size.height = o.parentData.height - s, u && (o.size.width = o.size.height * o.aspectRatio, p = !1)), p || (o.position.left = o.prevPosition.left, o.position.top = o.prevPosition.top, o.size.width = o.prevSize.width, o.size.height = o.prevSize.height)}, stop:function(){var t = e(this).resizable("instance"), i = t.options, s = t.containerOffset, n = t.containerPosition, a = t.containerElement, o = e(t.helper), r = o.offset(), h = o.outerWidth() - t.sizeDiff.width, l = o.outerHeight() - t.sizeDiff.height; t._helper && !i.animate && /relative/.test(a.css("position")) && e(this).css({left:r.left - n.left - s.left, width:h, height:l}), t._helper && !i.animate && /static/.test(a.css("position")) && e(this).css({left:r.left - n.left - s.left, width:h, height:l})}}), e.ui.plugin.add("resizable", "alsoResize", {start:function(){var t = e(this).resizable("instance"), i = t.options; e(i.alsoResize).each(function(){var t = e(this); t.data("ui-resizable-alsoresize", {width:parseInt(t.width(), 10), height:parseInt(t.height(), 10), left:parseInt(t.css("left"), 10), top:parseInt(t.css("top"), 10)})})}, resize:function(t, i){var s = e(this).resizable("instance"), n = s.options, a = s.originalSize, o = s.originalPosition, r = {height:s.size.height - a.height || 0, width:s.size.width - a.width || 0, top:s.position.top - o.top || 0, left:s.position.left - o.left || 0}; e(n.alsoResize).each(function(){var t = e(this), s = e(this).data("ui-resizable-alsoresize"), n = {}, a = t.parents(i.originalElement[0]).length?["width", "height"]:["width", "height", "top", "left"]; e.each(a, function(e, t){var i = (s[t] || 0) + (r[t] || 0); i && i >= 0 && (n[t] = i || null)}), t.css(n)})}, stop:function(){e(this).removeData("resizable-alsoresize")}}), e.ui.plugin.add("resizable", "ghost", {start:function(){var t = e(this).resizable("instance"), i = t.options, s = t.size; t.ghost = t.originalElement.clone(), t.ghost.css({opacity:.25, display:"block", position:"relative", height:s.height, width:s.width, margin:0, left:0, top:0}).addClass("ui-resizable-ghost").addClass("string" == typeof i.ghost?i.ghost:""), t.ghost.appendTo(t.helper)}, resize:function(){var t = e(this).resizable("instance"); t.ghost && t.ghost.css({position:"relative", height:t.size.height, width:t.size.width})}, stop:function(){var t = e(this).resizable("instance"); t.ghost && t.helper && t.helper.get(0).removeChild(t.ghost.get(0))}}), e.ui.plugin.add("resizable", "grid", {resize:function(){var t, i = e(this).resizable("instance"), s = i.options, n = i.size, a = i.originalSize, o = i.originalPosition, r = i.axis, h = "number" == typeof s.grid?[s.grid, s.grid]:s.grid, l = h[0] || 1, u = h[1] || 1, d = Math.round((n.width - a.width) / l) * l, c = Math.round((n.height - a.height) / u) * u, p = a.width + d, f = a.height + c, m = s.maxWidth && p > s.maxWidth, g = s.maxHeight && f > s.maxHeight, v = s.minWidth && s.minWidth > p, y = s.minHeight && s.minHeight > f; s.grid = h, v && (p += l), y && (f += u), m && (p -= l), g && (f -= u), /^(se|s|e)$/.test(r)?(i.size.width = p, i.size.height = f):/^(ne)$/.test(r)?(i.size.width = p, i.size.height = f, i.position.top = o.top - c):/^(sw)$/.test(r)?(i.size.width = p, i.size.height = f, i.position.left = o.left - d):((0 >= f - u || 0 >= p - l) && (t = i._getPaddingPlusBorderDimensions(this)), f - u > 0?(i.size.height = f, i.position.top = o.top - c):(f = u - t.height, i.size.height = f, i.position.top = o.top + a.height - f), p - l > 0?(i.size.width = p, i.position.left = o.left - d):(p = l - t.width, i.size.width = p, i.position.left = o.left + a.width - p))}}), e.ui.resizable, e.widget("ui.selectable", e.ui.mouse, {version:"1.11.4", options:{appendTo:"body", autoRefresh:!0, distance:0, filter:"*", tolerance:"touch", selected:null, selecting:null, start:null, stop:null, unselected:null, unselecting:null}, _create:function(){var t, i = this; this.element.addClass("ui-selectable"), this.dragged = !1, this.refresh = function(){t = e(i.options.filter, i.element[0]), t.addClass("ui-selectee"), t.each(function(){var t = e(this), i = t.offset(); e.data(this, "selectable-item", {element:this, $element:t, left:i.left, top:i.top, right:i.left + t.outerWidth(), bottom:i.top + t.outerHeight(), startselected:!1, selected:t.hasClass("ui-selected"), selecting:t.hasClass("ui-selecting"), unselecting:t.hasClass("ui-unselecting")})})}, this.refresh(), this.selectees = t.addClass("ui-selectee"), this._mouseInit(), this.helper = e("
")}, _destroy:function(){this.selectees.removeClass("ui-selectee").removeData("selectable-item"), this.element.removeClass("ui-selectable ui-selectable-disabled"), this._mouseDestroy()}, _mouseStart:function(t){var i = this, s = this.options; this.opos = [t.pageX, t.pageY], this.options.disabled || (this.selectees = e(s.filter, this.element[0]), this._trigger("start", t), e(s.appendTo).append(this.helper), this.helper.css({left:t.pageX, top:t.pageY, width:0, height:0}), s.autoRefresh && this.refresh(), this.selectees.filter(".ui-selected").each(function(){var s = e.data(this, "selectable-item"); s.startselected = !0, t.metaKey || t.ctrlKey || (s.$element.removeClass("ui-selected"), s.selected = !1, s.$element.addClass("ui-unselecting"), s.unselecting = !0, i._trigger("unselecting", t, {unselecting:s.element}))}), e(t.target).parents().addBack().each(function(){var s, n = e.data(this, "selectable-item"); return n?(s = !t.metaKey && !t.ctrlKey || !n.$element.hasClass("ui-selected"), n.$element.removeClass(s?"ui-unselecting":"ui-selected").addClass(s?"ui-selecting":"ui-unselecting"), n.unselecting = !s, n.selecting = s, n.selected = s, s?i._trigger("selecting", t, {selecting:n.element}):i._trigger("unselecting", t, {unselecting:n.element}), !1):void 0}))}, _mouseDrag:function(t){if (this.dragged = !0, !this.options.disabled){var i, s = this, n = this.options, a = this.opos[0], o = this.opos[1], r = t.pageX, h = t.pageY; return a > r && (i = r, r = a, a = i), o > h && (i = h, h = o, o = i), this.helper.css({left:a, top:o, width:r - a, height:h - o}), this.selectees.each(function(){var i = e.data(this, "selectable-item"), l = !1; i && i.element !== s.element[0] && ("touch" === n.tolerance?l = !(i.left > r || a > i.right || i.top > h || o > i.bottom):"fit" === n.tolerance && (l = i.left > a && r > i.right && i.top > o && h > i.bottom), l?(i.selected && (i.$element.removeClass("ui-selected"), i.selected = !1), i.unselecting && (i.$element.removeClass("ui-unselecting"), i.unselecting = !1), i.selecting || (i.$element.addClass("ui-selecting"), i.selecting = !0, s._trigger("selecting", t, {selecting:i.element}))):(i.selecting && ((t.metaKey || t.ctrlKey) && i.startselected?(i.$element.removeClass("ui-selecting"), i.selecting = !1, i.$element.addClass("ui-selected"), i.selected = !0):(i.$element.removeClass("ui-selecting"), i.selecting = !1, i.startselected && (i.$element.addClass("ui-unselecting"), i.unselecting = !0), s._trigger("unselecting", t, {unselecting:i.element}))), i.selected && (t.metaKey || t.ctrlKey || i.startselected || (i.$element.removeClass("ui-selected"), i.selected = !1, i.$element.addClass("ui-unselecting"), i.unselecting = !0, s._trigger("unselecting", t, {unselecting:i.element})))))}), !1}}, _mouseStop:function(t){var i = this; return this.dragged = !1, e(".ui-unselecting", this.element[0]).each(function(){var s = e.data(this, "selectable-item"); s.$element.removeClass("ui-unselecting"), s.unselecting = !1, s.startselected = !1, i._trigger("unselected", t, {unselected:s.element})}), e(".ui-selecting", this.element[0]).each(function(){var s = e.data(this, "selectable-item"); s.$element.removeClass("ui-selecting").addClass("ui-selected"), s.selecting = !1, s.selected = !0, s.startselected = !0, i._trigger("selected", t, {selected:s.element})}), this._trigger("stop", t), this.helper.remove(), !1}}), e.widget("ui.sortable", e.ui.mouse, {version:"1.11.4", widgetEventPrefix:"sort", ready:!1, options:{appendTo:"parent", axis:!1, connectWith:!1, containment:!1, cursor:"auto", cursorAt:!1, dropOnEmpty:!0, forcePlaceholderSize:!1, forceHelperSize:!1, grid:!1, handle:!1, helper:"original", items:"> *", opacity:!1, placeholder:!1, revert:!1, scroll:!0, scrollSensitivity:20, scrollSpeed:20, scope:"default", tolerance:"intersect", zIndex:1e3, activate:null, beforeStop:null, change:null, deactivate:null, out:null, over:null, receive:null, remove:null, sort:null, start:null, stop:null, update:null}, _isOverAxis:function(e, t, i){return e >= t && t + i > e}, _isFloating:function(e){return/left|right/.test(e.css("float")) || /inline|table-cell/.test(e.css("display"))}, _create:function(){this.containerCache = {}, this.element.addClass("ui-sortable"), this.refresh(), this.offset = this.element.offset(), this._mouseInit(), this._setHandleClassName(), this.ready = !0}, _setOption:function(e, t){this._super(e, t), "handle" === e && this._setHandleClassName()}, _setHandleClassName:function(){this.element.find(".ui-sortable-handle").removeClass("ui-sortable-handle"), e.each(this.items, function(){(this.instance.options.handle?this.item.find(this.instance.options.handle):this.item).addClass("ui-sortable-handle")})}, _destroy:function(){this.element.removeClass("ui-sortable ui-sortable-disabled").find(".ui-sortable-handle").removeClass("ui-sortable-handle"), this._mouseDestroy(); for (var e = this.items.length - 1; e >= 0; e--)this.items[e].item.removeData(this.widgetName + "-item"); return this}, _mouseCapture:function(t, i){var s = null, n = !1, a = this; return this.reverting?!1:this.options.disabled || "static" === this.options.type?!1:(this._refreshItems(t), e(t.target).parents().each(function(){return e.data(this, a.widgetName + "-item") === a?(s = e(this), !1):void 0}), e.data(t.target, a.widgetName + "-item") === a && (s = e(t.target)), s?!this.options.handle || i || (e(this.options.handle, s).find("*").addBack().each(function(){this === t.target && (n = !0)}), n)?(this.currentItem = s, this._removeCurrentsFromItems(), !0):!1:!1)}, _mouseStart:function(t, i, s){var n, a, o = this.options; if (this.currentContainer = this, this.refreshPositions(), this.helper = this._createHelper(t), this._cacheHelperProportions(), this._cacheMargins(), this.scrollParent = this.helper.scrollParent(), this.offset = this.currentItem.offset(), this.offset = {top:this.offset.top - this.margins.top, left:this.offset.left - this.margins.left}, e.extend(this.offset, {click:{left:t.pageX - this.offset.left, top:t.pageY - this.offset.top}, parent:this._getParentOffset(), relative:this._getRelativeOffset()}), this.helper.css("position", "absolute"), this.cssPosition = this.helper.css("position"), this.originalPosition = this._generatePosition(t), this.originalPageX = t.pageX, this.originalPageY = t.pageY, o.cursorAt && this._adjustOffsetFromHelper(o.cursorAt), this.domPosition = {prev:this.currentItem.prev()[0], parent:this.currentItem.parent()[0]}, this.helper[0] !== this.currentItem[0] && this.currentItem.hide(), this._createPlaceholder(), o.containment && this._setContainment(), o.cursor && "auto" !== o.cursor && (a = this.document.find("body"), this.storedCursor = a.css("cursor"), a.css("cursor", o.cursor), this.storedStylesheet = e("").appendTo(a)), o.opacity && (this.helper.css("opacity") && (this._storedOpacity = this.helper.css("opacity")), this.helper.css("opacity", o.opacity)), o.zIndex && (this.helper.css("zIndex") && (this._storedZIndex = this.helper.css("zIndex")), this.helper.css("zIndex", o.zIndex)), this.scrollParent[0] !== this.document[0] && "HTML" !== this.scrollParent[0].tagName && (this.overflowOffset = this.scrollParent.offset()), this._trigger("start", t, this._uiHash()), this._preserveHelperProportions || this._cacheHelperProportions(), !s)for (n = this.containers.length - 1; n >= 0; n--)this.containers[n]._trigger("activate", t, this._uiHash(this)); return e.ui.ddmanager && (e.ui.ddmanager.current = this), e.ui.ddmanager && !o.dropBehaviour && e.ui.ddmanager.prepareOffsets(this, t), this.dragging = !0, this.helper.addClass("ui-sortable-helper"), this._mouseDrag(t), !0}, _mouseDrag:function(t){var i, s, n, a, o = this.options, r = !1; for (this.position = this._generatePosition(t), this.positionAbs = this._convertPositionTo("absolute"), this.lastPositionAbs || (this.lastPositionAbs = this.positionAbs), this.options.scroll && (this.scrollParent[0] !== this.document[0] && "HTML" !== this.scrollParent[0].tagName?(this.overflowOffset.top + this.scrollParent[0].offsetHeight - t.pageY < o.scrollSensitivity?this.scrollParent[0].scrollTop = r = this.scrollParent[0].scrollTop + o.scrollSpeed:t.pageY - this.overflowOffset.top < o.scrollSensitivity && (this.scrollParent[0].scrollTop = r = this.scrollParent[0].scrollTop - o.scrollSpeed), this.overflowOffset.left + this.scrollParent[0].offsetWidth - t.pageX < o.scrollSensitivity?this.scrollParent[0].scrollLeft = r = this.scrollParent[0].scrollLeft + o.scrollSpeed:t.pageX - this.overflowOffset.left < o.scrollSensitivity && (this.scrollParent[0].scrollLeft = r = this.scrollParent[0].scrollLeft - o.scrollSpeed)):(t.pageY - this.document.scrollTop() < o.scrollSensitivity?r = this.document.scrollTop(this.document.scrollTop() - o.scrollSpeed):this.window.height() - (t.pageY - this.document.scrollTop()) < o.scrollSensitivity && (r = this.document.scrollTop(this.document.scrollTop() + o.scrollSpeed)), t.pageX - this.document.scrollLeft() < o.scrollSensitivity?r = this.document.scrollLeft(this.document.scrollLeft() - o.scrollSpeed):this.window.width() - (t.pageX - this.document.scrollLeft()) < o.scrollSensitivity && (r = this.document.scrollLeft(this.document.scrollLeft() + o.scrollSpeed))), r !== !1 && e.ui.ddmanager && !o.dropBehaviour && e.ui.ddmanager.prepareOffsets(this, t)), this.positionAbs = this._convertPositionTo("absolute"), this.options.axis && "y" === this.options.axis || (this.helper[0].style.left = this.position.left + "px"), this.options.axis && "x" === this.options.axis || (this.helper[0].style.top = this.position.top + "px"), i = this.items.length - 1; i >= 0; i--)if (s = this.items[i], n = s.item[0], a = this._intersectsWithPointer(s), a && s.instance === this.currentContainer && n !== this.currentItem[0] && this.placeholder[1 === a?"next":"prev"]()[0] !== n && !e.contains(this.placeholder[0], n) && ("semi-dynamic" === this.options.type?!e.contains(this.element[0], n):!0)){if (this.direction = 1 === a?"down":"up", "pointer" !== this.options.tolerance && !this._intersectsWithSides(s))break; this._rearrange(t, s), this._trigger("change", t, this._uiHash()); break}return this._contactContainers(t), e.ui.ddmanager && e.ui.ddmanager.drag(this, t), this._trigger("sort", t, this._uiHash()), this.lastPositionAbs = this.positionAbs, !1}, _mouseStop:function(t, i){if (t){if (e.ui.ddmanager && !this.options.dropBehaviour && e.ui.ddmanager.drop(this, t), this.options.revert){var s = this, n = this.placeholder.offset(), a = this.options.axis, o = {}; a && "x" !== a || (o.left = n.left - this.offset.parent.left - this.margins.left + (this.offsetParent[0] === this.document[0].body?0:this.offsetParent[0].scrollLeft)), a && "y" !== a || (o.top = n.top - this.offset.parent.top - this.margins.top + (this.offsetParent[0] === this.document[0].body?0:this.offsetParent[0].scrollTop)), this.reverting = !0, e(this.helper).animate(o, parseInt(this.options.revert, 10) || 500, function(){s._clear(t)})} else this._clear(t, i); return!1}}, cancel:function(){if (this.dragging){this._mouseUp({target:null}), "original" === this.options.helper?this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper"):this.currentItem.show(); for (var t = this.containers.length - 1; t >= 0; t--)this.containers[t]._trigger("deactivate", null, this._uiHash(this)), this.containers[t].containerCache.over && (this.containers[t]._trigger("out", null, this._uiHash(this)), this.containers[t].containerCache.over = 0)}return this.placeholder && (this.placeholder[0].parentNode && this.placeholder[0].parentNode.removeChild(this.placeholder[0]), "original" !== this.options.helper && this.helper && this.helper[0].parentNode && this.helper.remove(), e.extend(this, {helper:null, dragging:!1, reverting:!1, _noFinalSort:null}), this.domPosition.prev?e(this.domPosition.prev).after(this.currentItem):e(this.domPosition.parent).prepend(this.currentItem)), this}, serialize:function(t){var i = this._getItemsAsjQuery(t && t.connected), s = []; return t = t || {}, e(i).each(function(){var i = (e(t.item || this).attr(t.attribute || "id") || "").match(t.expression || /(.+)[\-=_](.+)/); i && s.push((t.key || i[1] + "[]") + "=" + (t.key && t.expression?i[1]:i[2]))}), !s.length && t.key && s.push(t.key + "="), s.join("&")}, toArray:function(t){var i = this._getItemsAsjQuery(t && t.connected), s = []; return t = t || {}, i.each(function(){s.push(e(t.item || this).attr(t.attribute || "id") || "")}), s}, _intersectsWith:function(e){var t = this.positionAbs.left, i = t + this.helperProportions.width, s = this.positionAbs.top, n = s + this.helperProportions.height, a = e.left, o = a + e.width, r = e.top, h = r + e.height, l = this.offset.click.top, u = this.offset.click.left, d = "x" === this.options.axis || s + l > r && h > s + l, c = "y" === this.options.axis || t + u > a && o > t + u, p = d && c; return"pointer" === this.options.tolerance || this.options.forcePointerForContainers || "pointer" !== this.options.tolerance && this.helperProportions[this.floating?"width":"height"] > e[this.floating?"width":"height"]?p:t + this.helperProportions.width / 2 > a && o > i - this.helperProportions.width / 2 && s + this.helperProportions.height / 2 > r && h > n - this.helperProportions.height / 2}, _intersectsWithPointer:function(e){var t = "x" === this.options.axis || this._isOverAxis(this.positionAbs.top + this.offset.click.top, e.top, e.height), i = "y" === this.options.axis || this._isOverAxis(this.positionAbs.left + this.offset.click.left, e.left, e.width), s = t && i, n = this._getDragVerticalDirection(), a = this._getDragHorizontalDirection(); return s?this.floating?a && "right" === a || "down" === n?2:1:n && ("down" === n?2:1):!1}, _intersectsWithSides:function(e){var t = this._isOverAxis(this.positionAbs.top + this.offset.click.top, e.top + e.height / 2, e.height), i = this._isOverAxis(this.positionAbs.left + this.offset.click.left, e.left + e.width / 2, e.width), s = this._getDragVerticalDirection(), n = this._getDragHorizontalDirection(); return this.floating && n?"right" === n && i || "left" === n && !i:s && ("down" === s && t || "up" === s && !t)}, _getDragVerticalDirection:function(){var e = this.positionAbs.top - this.lastPositionAbs.top; return 0 !== e && (e > 0?"down":"up")}, _getDragHorizontalDirection:function(){var e = this.positionAbs.left - this.lastPositionAbs.left; return 0 !== e && (e > 0?"right":"left")}, refresh:function(e){return this._refreshItems(e), this._setHandleClassName(), this.refreshPositions(), this}, _connectWith:function(){var e = this.options; return e.connectWith.constructor === String?[e.connectWith]:e.connectWith}, _getItemsAsjQuery:function(t){function i(){r.push(this)}var s, n, a, o, r = [], h = [], l = this._connectWith(); if (l && t)for (s = l.length - 1; s >= 0; s--)for (a = e(l[s], this.document[0]), n = a.length - 1; n >= 0; n--)o = e.data(a[n], this.widgetFullName), o && o !== this && !o.options.disabled && h.push([e.isFunction(o.options.items)?o.options.items.call(o.element):e(o.options.items, o.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"), o]); for (h.push([e.isFunction(this.options.items)?this.options.items.call(this.element, null, {options:this.options, item:this.currentItem}):e(this.options.items, this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"), this]), s = h.length - 1; s >= 0; s--)h[s][0].each(i); return e(r)}, _removeCurrentsFromItems:function(){var t = this.currentItem.find(":data(" + this.widgetName + "-item)"); this.items = e.grep(this.items, function(e){for (var i = 0; t.length > i; i++)if (t[i] === e.item[0])return!1; return!0})}, _refreshItems:function(t){this.items = [], this.containers = [this]; var i, s, n, a, o, r, h, l, u = this.items, d = [[e.isFunction(this.options.items)?this.options.items.call(this.element[0], t, {item:this.currentItem}):e(this.options.items, this.element), this]], c = this._connectWith(); if (c && this.ready)for (i = c.length - 1; i >= 0; i--)for (n = e(c[i], this.document[0]), s = n.length - 1; s >= 0; s--)a = e.data(n[s], this.widgetFullName), a && a !== this && !a.options.disabled && (d.push([e.isFunction(a.options.items)?a.options.items.call(a.element[0], t, {item:this.currentItem}):e(a.options.items, a.element), a]), this.containers.push(a)); for (i = d.length - 1; i >= 0; i--)for (o = d[i][1], r = d[i][0], s = 0, l = r.length; l > s; s++)h = e(r[s]), h.data(this.widgetName + "-item", o), u.push({item:h, instance:o, width:0, height:0, left:0, top:0})}, refreshPositions:function(t){this.floating = this.items.length?"x" === this.options.axis || this._isFloating(this.items[0].item):!1, this.offsetParent && this.helper && (this.offset.parent = this._getParentOffset()); var i, s, n, a; for (i = this.items.length - 1; i >= 0; i--)s = this.items[i], s.instance !== this.currentContainer && this.currentContainer && s.item[0] !== this.currentItem[0] || (n = this.options.toleranceElement?e(this.options.toleranceElement, s.item):s.item, t || (s.width = n.outerWidth(), s.height = n.outerHeight()), a = n.offset(), s.left = a.left, s.top = a.top); if (this.options.custom && this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this); else for (i = this.containers.length - 1; i >= 0; i--)a = this.containers[i].element.offset(), this.containers[i].containerCache.left = a.left, this.containers[i].containerCache.top = a.top, this.containers[i].containerCache.width = this.containers[i].element.outerWidth(), this.containers[i].containerCache.height = this.containers[i].element.outerHeight(); return this}, _createPlaceholder:function(t){t = t || this; var i, s = t.options; s.placeholder && s.placeholder.constructor !== String || (i = s.placeholder, s.placeholder = {element:function(){var s = t.currentItem[0].nodeName.toLowerCase(), n = e("<" + s + ">", t.document[0]).addClass(i || t.currentItem[0].className + " ui-sortable-placeholder").removeClass("ui-sortable-helper"); return"tbody" === s?t._createTrPlaceholder(t.currentItem.find("tr").eq(0), e("", t.document[0]).appendTo(n)):"tr" === s?t._createTrPlaceholder(t.currentItem, n):"img" === s && n.attr("src", t.currentItem.attr("src")), i || n.css("visibility", "hidden"), n}, update:function(e, n){(!i || s.forcePlaceholderSize) && (n.height() || n.height(t.currentItem.innerHeight() - parseInt(t.currentItem.css("paddingTop") || 0, 10) - parseInt(t.currentItem.css("paddingBottom") || 0, 10)), n.width() || n.width(t.currentItem.innerWidth() - parseInt(t.currentItem.css("paddingLeft") || 0, 10) - parseInt(t.currentItem.css("paddingRight") || 0, 10)))}}), t.placeholder = e(s.placeholder.element.call(t.element, t.currentItem)), t.currentItem.after(t.placeholder), s.placeholder.update(t, t.placeholder)}, _createTrPlaceholder:function(t, i){var s = this; t.children().each(function(){e(" ", s.document[0]).attr("colspan", e(this).attr("colspan") || 1).appendTo(i)})}, _contactContainers:function(t){var i, s, n, a, o, r, h, l, u, d, c = null, p = null; for (i = this.containers.length - 1; i >= 0; i--)if (!e.contains(this.currentItem[0], this.containers[i].element[0]))if (this._intersectsWith(this.containers[i].containerCache)){if (c && e.contains(this.containers[i].element[0], c.element[0]))continue; c = this.containers[i], p = i} else this.containers[i].containerCache.over && (this.containers[i]._trigger("out", t, this._uiHash(this)), this.containers[i].containerCache.over = 0); if (c)if (1 === this.containers.length)this.containers[p].containerCache.over || (this.containers[p]._trigger("over", t, this._uiHash(this)), this.containers[p].containerCache.over = 1); else{for (n = 1e4, a = null, u = c.floating || this._isFloating(this.currentItem), o = u?"left":"top", r = u?"width":"height", d = u?"clientX":"clientY", s = this.items.length - 1; s >= 0; s--)e.contains(this.containers[p].element[0], this.items[s].item[0]) && this.items[s].item[0] !== this.currentItem[0] && (h = this.items[s].item.offset()[o], l = !1, t[d] - h > this.items[s][r] / 2 && (l = !0), n > Math.abs(t[d] - h) && (n = Math.abs(t[d] - h), a = this.items[s], this.direction = l?"up":"down")); if (!a && !this.options.dropOnEmpty)return; if (this.currentContainer === this.containers[p])return this.currentContainer.containerCache.over || (this.containers[p]._trigger("over", t, this._uiHash()), this.currentContainer.containerCache.over = 1), void 0; a?this._rearrange(t, a, null, !0):this._rearrange(t, null, this.containers[p].element, !0), this._trigger("change", t, this._uiHash()), this.containers[p]._trigger("change", t, this._uiHash(this)), this.currentContainer = this.containers[p], this.options.placeholder.update(this.currentContainer, this.placeholder), this.containers[p]._trigger("over", t, this._uiHash(this)), this.containers[p].containerCache.over = 1}}, _createHelper:function(t){var i = this.options, s = e.isFunction(i.helper)?e(i.helper.apply(this.element[0], [t, this.currentItem])):"clone" === i.helper?this.currentItem.clone():this.currentItem; return s.parents("body").length || e("parent" !== i.appendTo?i.appendTo:this.currentItem[0].parentNode)[0].appendChild(s[0]), s[0] === this.currentItem[0] && (this._storedCSS = {width:this.currentItem[0].style.width, height:this.currentItem[0].style.height, position:this.currentItem.css("position"), top:this.currentItem.css("top"), left:this.currentItem.css("left")}), (!s[0].style.width || i.forceHelperSize) && s.width(this.currentItem.width()), (!s[0].style.height || i.forceHelperSize) && s.height(this.currentItem.height()), s}, _adjustOffsetFromHelper:function(t){"string" == typeof t && (t = t.split(" ")), e.isArray(t) && (t = {left: + t[0], top: + t[1] || 0}), "left"in t && (this.offset.click.left = t.left + this.margins.left), "right"in t && (this.offset.click.left = this.helperProportions.width - t.right + this.margins.left), "top"in t && (this.offset.click.top = t.top + this.margins.top), "bottom"in t && (this.offset.click.top = this.helperProportions.height - t.bottom + this.margins.top)}, _getParentOffset:function(){this.offsetParent = this.helper.offsetParent(); var t = this.offsetParent.offset(); return"absolute" === this.cssPosition && this.scrollParent[0] !== this.document[0] && e.contains(this.scrollParent[0], this.offsetParent[0]) && (t.left += this.scrollParent.scrollLeft(), t.top += this.scrollParent.scrollTop()), (this.offsetParent[0] === this.document[0].body || this.offsetParent[0].tagName && "html" === this.offsetParent[0].tagName.toLowerCase() && e.ui.ie) && (t = {top:0, left:0}), {top:t.top + (parseInt(this.offsetParent.css("borderTopWidth"), 10) || 0), left:t.left + (parseInt(this.offsetParent.css("borderLeftWidth"), 10) || 0)}}, _getRelativeOffset:function(){if ("relative" === this.cssPosition){var e = this.currentItem.position(); return{top:e.top - (parseInt(this.helper.css("top"), 10) || 0) + this.scrollParent.scrollTop(), left:e.left - (parseInt(this.helper.css("left"), 10) || 0) + this.scrollParent.scrollLeft()}}return{top:0, left:0}}, _cacheMargins:function(){this.margins = {left:parseInt(this.currentItem.css("marginLeft"), 10) || 0, top:parseInt(this.currentItem.css("marginTop"), 10) || 0}}, _cacheHelperProportions:function(){this.helperProportions = {width:this.helper.outerWidth(), height:this.helper.outerHeight()}}, _setContainment:function(){var t, i, s, n = this.options; "parent" === n.containment && (n.containment = this.helper[0].parentNode), ("document" === n.containment || "window" === n.containment) && (this.containment = [0 - this.offset.relative.left - this.offset.parent.left, 0 - this.offset.relative.top - this.offset.parent.top, "document" === n.containment?this.document.width():this.window.width() - this.helperProportions.width - this.margins.left, ("document" === n.containment?this.document.width():this.window.height() || this.document[0].body.parentNode.scrollHeight) - this.helperProportions.height - this.margins.top]), /^(document|window|parent)$/.test(n.containment) || (t = e(n.containment)[0], i = e(n.containment).offset(), s = "hidden" !== e(t).css("overflow"), this.containment = [i.left + (parseInt(e(t).css("borderLeftWidth"), 10) || 0) + (parseInt(e(t).css("paddingLeft"), 10) || 0) - this.margins.left, i.top + (parseInt(e(t).css("borderTopWidth"), 10) || 0) + (parseInt(e(t).css("paddingTop"), 10) || 0) - this.margins.top, i.left + (s?Math.max(t.scrollWidth, t.offsetWidth):t.offsetWidth) - (parseInt(e(t).css("borderLeftWidth"), 10) || 0) - (parseInt(e(t).css("paddingRight"), 10) || 0) - this.helperProportions.width - this.margins.left, i.top + (s?Math.max(t.scrollHeight, t.offsetHeight):t.offsetHeight) - (parseInt(e(t).css("borderTopWidth"), 10) || 0) - (parseInt(e(t).css("paddingBottom"), 10) || 0) - this.helperProportions.height - this.margins.top])}, _convertPositionTo:function(t, i){i || (i = this.position); var s = "absolute" === t?1: - 1, n = "absolute" !== this.cssPosition || this.scrollParent[0] !== this.document[0] && e.contains(this.scrollParent[0], this.offsetParent[0])?this.scrollParent:this.offsetParent, a = /(html|body)/i.test(n[0].tagName); return{top:i.top + this.offset.relative.top * s + this.offset.parent.top * s - ("fixed" === this.cssPosition? - this.scrollParent.scrollTop():a?0:n.scrollTop()) * s, left:i.left + this.offset.relative.left * s + this.offset.parent.left * s - ("fixed" === this.cssPosition? - this.scrollParent.scrollLeft():a?0:n.scrollLeft()) * s}}, _generatePosition:function(t){var i, s, n = this.options, a = t.pageX, o = t.pageY, r = "absolute" !== this.cssPosition || this.scrollParent[0] !== this.document[0] && e.contains(this.scrollParent[0], this.offsetParent[0])?this.scrollParent:this.offsetParent, h = /(html|body)/i.test(r[0].tagName); return"relative" !== this.cssPosition || this.scrollParent[0] !== this.document[0] && this.scrollParent[0] !== this.offsetParent[0] || (this.offset.relative = this._getRelativeOffset()), this.originalPosition && (this.containment && (t.pageX - this.offset.click.left < this.containment[0] && (a = this.containment[0] + this.offset.click.left), t.pageY - this.offset.click.top < this.containment[1] && (o = this.containment[1] + this.offset.click.top), t.pageX - this.offset.click.left > this.containment[2] && (a = this.containment[2] + this.offset.click.left), t.pageY - this.offset.click.top > this.containment[3] && (o = this.containment[3] + this.offset.click.top)), n.grid && (i = this.originalPageY + Math.round((o - this.originalPageY) / n.grid[1]) * n.grid[1], o = this.containment?i - this.offset.click.top >= this.containment[1] && i - this.offset.click.top <= this.containment[3]?i:i - this.offset.click.top >= this.containment[1]?i - n.grid[1]:i + n.grid[1]:i, s = this.originalPageX + Math.round((a - this.originalPageX) / n.grid[0]) * n.grid[0], a = this.containment?s - this.offset.click.left >= this.containment[0] && s - this.offset.click.left <= this.containment[2]?s:s - this.offset.click.left >= this.containment[0]?s - n.grid[0]:s + n.grid[0]:s)), {top:o - this.offset.click.top - this.offset.relative.top - this.offset.parent.top + ("fixed" === this.cssPosition? - this.scrollParent.scrollTop():h?0:r.scrollTop()), left:a - this.offset.click.left - this.offset.relative.left - this.offset.parent.left + ("fixed" === this.cssPosition? - this.scrollParent.scrollLeft():h?0:r.scrollLeft())}}, _rearrange:function(e, t, i, s){i?i[0].appendChild(this.placeholder[0]):t.item[0].parentNode.insertBefore(this.placeholder[0], "down" === this.direction?t.item[0]:t.item[0].nextSibling), this.counter = this.counter?++this.counter:1; var n = this.counter; this._delay(function(){n === this.counter && this.refreshPositions(!s)})}, _clear:function(e, t){function i(e, t, i){return function(s){i._trigger(e, s, t._uiHash(t))}}this.reverting = !1; var s, n = []; if (!this._noFinalSort && this.currentItem.parent().length && this.placeholder.before(this.currentItem), this._noFinalSort = null, this.helper[0] === this.currentItem[0]){for (s in this._storedCSS)("auto" === this._storedCSS[s] || "static" === this._storedCSS[s]) && (this._storedCSS[s] = ""); this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper")} else this.currentItem.show(); for (this.fromOutside && !t && n.push(function(e){this._trigger("receive", e, this._uiHash(this.fromOutside))}), !this.fromOutside && this.domPosition.prev === this.currentItem.prev().not(".ui-sortable-helper")[0] && this.domPosition.parent === this.currentItem.parent()[0] || t || n.push(function(e){this._trigger("update", e, this._uiHash())}), this !== this.currentContainer && (t || (n.push(function(e){this._trigger("remove", e, this._uiHash())}), n.push(function(e){return function(t){e._trigger("receive", t, this._uiHash(this))}}.call(this, this.currentContainer)), n.push(function(e){return function(t){e._trigger("update", t, this._uiHash(this))}}.call(this, this.currentContainer)))), s = this.containers.length - 1; s >= 0; s--)t || n.push(i("deactivate", this, this.containers[s])), this.containers[s].containerCache.over && (n.push(i("out", this, this.containers[s])), this.containers[s].containerCache.over = 0); if (this.storedCursor && (this.document.find("body").css("cursor", this.storedCursor), this.storedStylesheet.remove()), this._storedOpacity && this.helper.css("opacity", this._storedOpacity), this._storedZIndex && this.helper.css("zIndex", "auto" === this._storedZIndex?"":this._storedZIndex), this.dragging = !1, t || this._trigger("beforeStop", e, this._uiHash()), this.placeholder[0].parentNode.removeChild(this.placeholder[0]), this.cancelHelperRemoval || (this.helper[0] !== this.currentItem[0] && this.helper.remove(), this.helper = null), !t){for (s = 0; n.length > s; s++)n[s].call(this, e); this._trigger("stop", e, this._uiHash())}return this.fromOutside = !1, !this.cancelHelperRemoval}, _trigger:function(){e.Widget.prototype._trigger.apply(this, arguments) === !1 && this.cancel()}, _uiHash:function(t){var i = t || this; return{helper:i.helper, placeholder:i.placeholder || e([]), position:i.position, originalPosition:i.originalPosition, offset:i.positionAbs, item:i.currentItem, sender:t?t.element:null}}}), e.widget("ui.accordion", {version:"1.11.4", options:{active:0, animate:{}, collapsible:!1, event:"click", header:"> li > :first-child,> :not(li):even", heightStyle:"auto", icons:{activeHeader:"ui-icon-triangle-1-s", header:"ui-icon-triangle-1-e"}, activate:null, beforeActivate:null}, hideProps:{borderTopWidth:"hide", borderBottomWidth:"hide", paddingTop:"hide", paddingBottom:"hide", height:"hide"}, showProps:{borderTopWidth:"show", borderBottomWidth:"show", paddingTop:"show", paddingBottom:"show", height:"show"}, _create:function(){var t = this.options; this.prevShow = this.prevHide = e(), this.element.addClass("ui-accordion ui-widget ui-helper-reset").attr("role", "tablist"), t.collapsible || t.active !== !1 && null != t.active || (t.active = 0), this._processPanels(), 0 > t.active && (t.active += this.headers.length), this._refresh()}, _getCreateEventData:function(){return{header:this.active, panel:this.active.length?this.active.next():e()}}, _createIcons:function(){var t = this.options.icons; t && (e("").addClass("ui-accordion-header-icon ui-icon " + t.header).prependTo(this.headers), this.active.children(".ui-accordion-header-icon").removeClass(t.header).addClass(t.activeHeader), this.headers.addClass("ui-accordion-icons"))}, _destroyIcons:function(){this.headers.removeClass("ui-accordion-icons").children(".ui-accordion-header-icon").remove()}, _destroy:function(){var e; this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role"), this.headers.removeClass("ui-accordion-header ui-accordion-header-active ui-state-default ui-corner-all ui-state-active ui-state-disabled ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("aria-selected").removeAttr("aria-controls").removeAttr("tabIndex").removeUniqueId(), this._destroyIcons(), e = this.headers.next().removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active ui-state-disabled").css("display", "").removeAttr("role").removeAttr("aria-hidden").removeAttr("aria-labelledby").removeUniqueId(), "content" !== this.options.heightStyle && e.css("height", "")}, _setOption:function(e, t){return"active" === e?(this._activate(t), void 0):("event" === e && (this.options.event && this._off(this.headers, this.options.event), this._setupEvents(t)), this._super(e, t), "collapsible" !== e || t || this.options.active !== !1 || this._activate(0), "icons" === e && (this._destroyIcons(), t && this._createIcons()), "disabled" === e && (this.element.toggleClass("ui-state-disabled", !!t).attr("aria-disabled", t), this.headers.add(this.headers.next()).toggleClass("ui-state-disabled", !!t)), void 0)}, _keydown:function(t){if (!t.altKey && !t.ctrlKey){var i = e.ui.keyCode, s = this.headers.length, n = this.headers.index(t.target), a = !1; switch (t.keyCode){case i.RIGHT:case i.DOWN:a = this.headers[(n + 1) % s]; break; case i.LEFT:case i.UP:a = this.headers[(n - 1 + s) % s]; break; case i.SPACE:case i.ENTER:this._eventHandler(t); break; case i.HOME:a = this.headers[0]; break; case i.END:a = this.headers[s - 1]}a && (e(t.target).attr("tabIndex", - 1), e(a).attr("tabIndex", 0), a.focus(), t.preventDefault())}}, _panelKeyDown:function(t){t.keyCode === e.ui.keyCode.UP && t.ctrlKey && e(t.currentTarget).prev().focus()}, refresh:function(){var t = this.options; this._processPanels(), t.active === !1 && t.collapsible === !0 || !this.headers.length?(t.active = !1, this.active = e()):t.active === !1?this._activate(0):this.active.length && !e.contains(this.element[0], this.active[0])?this.headers.length === this.headers.find(".ui-state-disabled").length?(t.active = !1, this.active = e()):this._activate(Math.max(0, t.active - 1)):t.active = this.headers.index(this.active), this._destroyIcons(), this._refresh()}, _processPanels:function(){var e = this.headers, t = this.panels; this.headers = this.element.find(this.options.header).addClass("ui-accordion-header ui-state-default ui-corner-all"), this.panels = this.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom").filter(":not(.ui-accordion-content-active)").hide(), t && (this._off(e.not(this.headers)), this._off(t.not(this.panels))) }, _refresh:function(){var t, i = this.options, s = i.heightStyle, n = this.element.parent(); this.active = this._findActive(i.active).addClass("ui-accordion-header-active ui-state-active ui-corner-top").removeClass("ui-corner-all"), this.active.next().addClass("ui-accordion-content-active").show(), this.headers.attr("role", "tab").each(function(){var t = e(this), i = t.uniqueId().attr("id"), s = t.next(), n = s.uniqueId().attr("id"); t.attr("aria-controls", n), s.attr("aria-labelledby", i)}).next().attr("role", "tabpanel"), this.headers.not(this.active).attr({"aria-selected":"false", "aria-expanded":"false", tabIndex: - 1}).next().attr({"aria-hidden":"true"}).hide(), this.active.length?this.active.attr({"aria-selected":"true", "aria-expanded":"true", tabIndex:0}).next().attr({"aria-hidden":"false"}):this.headers.eq(0).attr("tabIndex", 0), this._createIcons(), this._setupEvents(i.event), "fill" === s?(t = n.height(), this.element.siblings(":visible").each(function(){var i = e(this), s = i.css("position"); "absolute" !== s && "fixed" !== s && (t -= i.outerHeight(!0))}), this.headers.each(function(){t -= e(this).outerHeight(!0)}), this.headers.next().each(function(){e(this).height(Math.max(0, t - e(this).innerHeight() + e(this).height()))}).css("overflow", "auto")):"auto" === s && (t = 0, this.headers.next().each(function(){t = Math.max(t, e(this).css("height", "").height())}).height(t))}, _activate:function(t){var i = this._findActive(t)[0]; i !== this.active[0] && (i = i || this.active[0], this._eventHandler({target:i, currentTarget:i, preventDefault:e.noop}))}, _findActive:function(t){return"number" == typeof t?this.headers.eq(t):e()}, _setupEvents:function(t){var i = {keydown:"_keydown"}; t && e.each(t.split(" "), function(e, t){i[t] = "_eventHandler"}), this._off(this.headers.add(this.headers.next())), this._on(this.headers, i), this._on(this.headers.next(), {keydown:"_panelKeyDown"}), this._hoverable(this.headers), this._focusable(this.headers)}, _eventHandler:function(t){var i = this.options, s = this.active, n = e(t.currentTarget), a = n[0] === s[0], o = a && i.collapsible, r = o?e():n.next(), h = s.next(), l = {oldHeader:s, oldPanel:h, newHeader:o?e():n, newPanel:r}; t.preventDefault(), a && !i.collapsible || this._trigger("beforeActivate", t, l) === !1 || (i.active = o?!1:this.headers.index(n), this.active = a?e():n, this._toggle(l), s.removeClass("ui-accordion-header-active ui-state-active"), i.icons && s.children(".ui-accordion-header-icon").removeClass(i.icons.activeHeader).addClass(i.icons.header), a || (n.removeClass("ui-corner-all").addClass("ui-accordion-header-active ui-state-active ui-corner-top"), i.icons && n.children(".ui-accordion-header-icon").removeClass(i.icons.header).addClass(i.icons.activeHeader), n.next().addClass("ui-accordion-content-active")))}, _toggle:function(t){var i = t.newPanel, s = this.prevShow.length?this.prevShow:t.oldPanel; this.prevShow.add(this.prevHide).stop(!0, !0), this.prevShow = i, this.prevHide = s, this.options.animate?this._animate(i, s, t):(s.hide(), i.show(), this._toggleComplete(t)), s.attr({"aria-hidden":"true"}), s.prev().attr({"aria-selected":"false", "aria-expanded":"false"}), i.length && s.length?s.prev().attr({tabIndex: - 1, "aria-expanded":"false"}):i.length && this.headers.filter(function(){return 0 === parseInt(e(this).attr("tabIndex"), 10)}).attr("tabIndex", - 1), i.attr("aria-hidden", "false").prev().attr({"aria-selected":"true", "aria-expanded":"true", tabIndex:0})}, _animate:function(e, t, i){var s, n, a, o = this, r = 0, h = e.css("box-sizing"), l = e.length && (!t.length || e.index() < t.index()), u = this.options.animate || {}, d = l && u.down || u, c = function(){o._toggleComplete(i)}; return"number" == typeof d && (a = d), "string" == typeof d && (n = d), n = n || d.easing || u.easing, a = a || d.duration || u.duration, t.length?e.length?(s = e.show().outerHeight(), t.animate(this.hideProps, {duration:a, easing:n, step:function(e, t){t.now = Math.round(e)}}), e.hide().animate(this.showProps, {duration:a, easing:n, complete:c, step:function(e, i){i.now = Math.round(e), "height" !== i.prop?"content-box" === h && (r += i.now):"content" !== o.options.heightStyle && (i.now = Math.round(s - t.outerHeight() - r), r = 0)}}), void 0):t.animate(this.hideProps, a, n, c):e.animate(this.showProps, a, n, c)}, _toggleComplete:function(e){var t = e.oldPanel; t.removeClass("ui-accordion-content-active").prev().removeClass("ui-corner-top").addClass("ui-corner-all"), t.length && (t.parent()[0].className = t.parent()[0].className), this._trigger("activate", null, e)}}), e.widget("ui.menu", {version:"1.11.4", defaultElement:"