diff --git a/README.md b/README.md index 531a280d..fd0173a9 100644 --- a/README.md +++ b/README.md @@ -284,7 +284,7 @@ The autocomplete field will call a custom api at every keyup event. Such api rec In order to activate this functionality you should add the BATON configuration: -You should provide the results length and the data as an array of objects which must contain the `label` and `url` keys. The `icon` key is optional. +You should provide the results length and the data as an array of objects which must contain the `label` and `url` keys. The `icon` key is optional and is treated as css class given to an `i` element. Let's see an example: diff --git a/baton/static/baton/app/dist/baton.min.js b/baton/static/baton/app/dist/baton.min.js index e29fd141..1d180f58 100644 --- a/baton/static/baton/app/dist/baton.min.js +++ b/baton/static/baton/app/dist/baton.min.js @@ -28,7 +28,7 @@ function(t){var e,n,o,r,a,i,l,c,s,m,f,d,p,g,u,h,b,w,v,y="sizzle"+1*new Date,x=t. * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ -t.exports=function(t){"use strict";function e(t){if(t&&t.__esModule)return t;var e=Object.create(null);return t&&Object.keys(t).forEach((function(n){if("default"!==n){var o=Object.getOwnPropertyDescriptor(t,n);Object.defineProperty(e,n,o.get?o:{enumerable:!0,get:function(){return t[n]}})}})),e.default=t,Object.freeze(e)}var n=e(t);function o(t,e){for(var n=0;n0,o._pointerEvent=Boolean(window.PointerEvent),o._addEventListeners(),o}i(e,t);var n=e.prototype;return n.next=function(){this._isSliding||this._slide("next")},n.nextWhenVisible=function(){!document.hidden&&v(this._element)&&this.next()},n.prev=function(){this._isSliding||this._slide("prev")},n.pause=function(t){t||(this._isPaused=!0),Q(".carousel-item-next, .carousel-item-prev",this._element)&&(u(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},n.cycle=function(t){t||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config&&this._config.interval&&!this._isPaused&&(this._updateInterval(),this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},n.to=function(t){var e=this;this._activeElement=Q(".active.carousel-item",this._element);var n=this._getItemIndex(this._activeElement);if(!(t>this._items.length-1||t<0))if(this._isSliding)R.one(this._element,"slid.bs.carousel",(function(){return e.to(t)}));else{if(n===t)return this.pause(),void this.cycle();var o=t>n?"next":"prev";this._slide(o,this._items[t])}},n.dispose=function(){t.prototype.dispose.call(this),R.off(this._element,et),this._items=null,this._config=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},n._getConfig=function(t){return t=a({},nt,t),w("carousel",t,ot),t},n._handleSwipe=function(){var t=Math.abs(this.touchDeltaX);if(!(t<=40)){var e=t/this.touchDeltaX;this.touchDeltaX=0,e>0&&(_?this.next():this.prev()),e<0&&(_?this.prev():this.next())}},n._addEventListeners=function(){var t=this;this._config.keyboard&&R.on(this._element,"keydown.bs.carousel",(function(e){return t._keydown(e)})),"hover"===this._config.pause&&(R.on(this._element,"mouseenter.bs.carousel",(function(e){return t.pause(e)})),R.on(this._element,"mouseleave.bs.carousel",(function(e){return t.cycle(e)}))),this._config.touch&&this._touchSupported&&this._addTouchEventListeners()},n._addTouchEventListeners=function(){var t=this,e=function(e){!t._pointerEvent||"pen"!==e.pointerType&&"touch"!==e.pointerType?t._pointerEvent||(t.touchStartX=e.touches[0].clientX):t.touchStartX=e.clientX},n=function(e){!t._pointerEvent||"pen"!==e.pointerType&&"touch"!==e.pointerType||(t.touchDeltaX=e.clientX-t.touchStartX),t._handleSwipe(),"hover"===t._config.pause&&(t.pause(),t.touchTimeout&&clearTimeout(t.touchTimeout),t.touchTimeout=setTimeout((function(e){return t.cycle(e)}),500+t._config.interval))};K(".carousel-item img",this._element).forEach((function(t){R.on(t,"dragstart.bs.carousel",(function(t){return t.preventDefault()}))})),this._pointerEvent?(R.on(this._element,"pointerdown.bs.carousel",(function(t){return e(t)})),R.on(this._element,"pointerup.bs.carousel",(function(t){return n(t)})),this._element.classList.add("pointer-event")):(R.on(this._element,"touchstart.bs.carousel",(function(t){return e(t)})),R.on(this._element,"touchmove.bs.carousel",(function(e){return function(e){e.touches&&e.touches.length>1?t.touchDeltaX=0:t.touchDeltaX=e.touches[0].clientX-t.touchStartX}(e)})),R.on(this._element,"touchend.bs.carousel",(function(t){return n(t)})))},n._keydown=function(t){/input|textarea/i.test(t.target.tagName)||("ArrowLeft"===t.key?(t.preventDefault(),_?this.next():this.prev()):"ArrowRight"===t.key&&(t.preventDefault(),_?this.prev():this.next()))},n._getItemIndex=function(t){return this._items=t&&t.parentNode?K(".carousel-item",t.parentNode):[],this._items.indexOf(t)},n._getItemByDirection=function(t,e){var n="next"===t,o="prev"===t,r=this._getItemIndex(e),a=this._items.length-1;if((o&&0===r||n&&r===a)&&!this._config.wrap)return e;var i=(r+("prev"===t?-1:1))%this._items.length;return-1===i?this._items[this._items.length-1]:this._items[i]},n._triggerSlideEvent=function(t,e){var n=this._getItemIndex(t),o=this._getItemIndex(Q(".active.carousel-item",this._element));return R.trigger(this._element,"slide.bs.carousel",{relatedTarget:t,direction:e,from:o,to:n})},n._setActiveIndicatorElement=function(t){if(this._indicatorsElement){var e=Q(".active",this._indicatorsElement);e.classList.remove("active"),e.removeAttribute("aria-current");for(var n=K("[data-bs-target]",this._indicatorsElement),o=0;o0)for(var o=0;o0&&a--,"ArrowDown"===t.key&&adocument.documentElement.clientHeight;e||(this._element.style.overflowY="hidden"),this._element.classList.add("modal-static");var n=g(this._dialog);R.off(this._element,"transitionend"),R.one(this._element,"transitionend",(function(){t._element.classList.remove("modal-static"),e||(R.one(t._element,"transitionend",(function(){t._element.style.overflowY=""})),b(t._element,n))})),b(this._element,n),this._element.focus()}},n._adjustDialog=function(){var t=this._element.scrollHeight>document.documentElement.clientHeight;(!this._isBodyOverflowing&&t&&!_||this._isBodyOverflowing&&!t&&_)&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),(this._isBodyOverflowing&&!t&&!_||!this._isBodyOverflowing&&t&&_)&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},n._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},n._checkScrollbar=function(){var t=document.body.getBoundingClientRect();this._isBodyOverflowing=Math.round(t.left+t.right)
',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:[0,0],container:!1,fallbackPlacements:["top","right","bottom","left"],boundary:"clippingParents",customClass:"",sanitize:!0,sanitizeFn:null,allowList:jt,popperConfig:null},Lt={HIDE:"hide.bs.tooltip",HIDDEN:"hidden.bs.tooltip",SHOW:"show.bs.tooltip",SHOWN:"shown.bs.tooltip",INSERTED:"inserted.bs.tooltip",CLICK:"click.bs.tooltip",FOCUSIN:"focusin.bs.tooltip",FOCUSOUT:"focusout.bs.tooltip",MOUSEENTER:"mouseenter.bs.tooltip",MOUSELEAVE:"mouseleave.bs.tooltip"},St=function(e){function o(t,o){var r;if(void 0===n)throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");return(r=e.call(this,t)||this)._isEnabled=!0,r._timeout=0,r._hoverState="",r._activeTrigger={},r._popper=null,r.config=r._getConfig(o),r.tip=null,r._setListeners(),r}i(o,e);var l=o.prototype;return l.enable=function(){this._isEnabled=!0},l.disable=function(){this._isEnabled=!1},l.toggleEnabled=function(){this._isEnabled=!this._isEnabled},l.toggle=function(t){if(this._isEnabled)if(t){var e=this._initializeOnDelegatedTarget(t);e._activeTrigger.click=!e._activeTrigger.click,e._isWithActiveTrigger()?e._enter(null,e):e._leave(null,e)}else{if(this.getTipElement().classList.contains("show"))return void this._leave(null,this);this._enter(null,this)}},l.dispose=function(){clearTimeout(this._timeout),R.off(this._element,this.constructor.EVENT_KEY),R.off(this._element.closest(".modal"),"hide.bs.modal",this._hideModalHandler),this.tip&&this.tip.parentNode&&this.tip.parentNode.removeChild(this.tip),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.config=null,this.tip=null,e.prototype.dispose.call(this)},l.show=function(){var e=this;if("none"===this._element.style.display)throw new Error("Please use show on visible elements");if(this.isWithContent()&&this._isEnabled){var n=R.trigger(this._element,this.constructor.Event.SHOW),o=function t(e){if(!document.documentElement.attachShadow)return null;if("function"==typeof e.getRootNode){var n=e.getRootNode();return n instanceof ShadowRoot?n:null}return e instanceof ShadowRoot?e:e.parentNode?t(e.parentNode):null}(this._element),r=null===o?this._element.ownerDocument.documentElement.contains(this._element):o.contains(this._element);if(!n.defaultPrevented&&r){var a=this.getTipElement(),i=m(this.constructor.NAME);a.setAttribute("id",i),this._element.setAttribute("aria-describedby",i),this.setContent(),this.config.animation&&a.classList.add("fade");var l="function"==typeof this.config.placement?this.config.placement.call(this,a,this._element):this.config.placement,c=this._getAttachment(l);this._addAttachmentClass(c);var s=this._getContainer();E(a,this.constructor.DATA_KEY,this),this._element.ownerDocument.documentElement.contains(this.tip)||s.appendChild(a),R.trigger(this._element,this.constructor.Event.INSERTED),this._popper=t.createPopper(this._element,a,this._getPopperConfig(c)),a.classList.add("show");var f,d,p="function"==typeof this.config.customClass?this.config.customClass():this.config.customClass;p&&(f=a.classList).add.apply(f,p.split(" ")),"ontouchstart"in document.documentElement&&(d=[]).concat.apply(d,document.body.children).forEach((function(t){R.on(t,"mouseover",(function(){}))}));var u=function(){var t=e._hoverState;e._hoverState=null,R.trigger(e._element,e.constructor.Event.SHOWN),"out"===t&&e._leave(null,e)};if(this.tip.classList.contains("fade")){var h=g(this.tip);R.one(this.tip,"transitionend",u),b(this.tip,h)}else u()}}},l.hide=function(){var t=this;if(this._popper){var e=this.getTipElement(),n=function(){"show"!==t._hoverState&&e.parentNode&&e.parentNode.removeChild(e),t._cleanTipClass(),t._element.removeAttribute("aria-describedby"),R.trigger(t._element,t.constructor.Event.HIDDEN),t._popper&&(t._popper.destroy(),t._popper=null)};if(!R.trigger(this._element,this.constructor.Event.HIDE).defaultPrevented){var o;if(e.classList.remove("show"),"ontouchstart"in document.documentElement&&(o=[]).concat.apply(o,document.body.children).forEach((function(t){return R.off(t,"mouseover",y)})),this._activeTrigger.click=!1,this._activeTrigger.focus=!1,this._activeTrigger.hover=!1,this.tip.classList.contains("fade")){var r=g(e);R.one(e,"transitionend",n),b(e,r)}else n();this._hoverState=""}}},l.update=function(){null!==this._popper&&this._popper.update()},l.isWithContent=function(){return Boolean(this.getTitle())},l.getTipElement=function(){if(this.tip)return this.tip;var t=document.createElement("div");return t.innerHTML=this.config.template,this.tip=t.children[0],this.tip},l.setContent=function(){var t=this.getTipElement();this.setElementContent(Q(".tooltip-inner",t),this.getTitle()),t.classList.remove("fade","show")},l.setElementContent=function(t,e){if(null!==t)return"object"==typeof e&&h(e)?(e.jquery&&(e=e[0]),void(this.config.html?e.parentNode!==t&&(t.innerHTML="",t.appendChild(e)):t.textContent=e.textContent)):void(this.config.html?(this.config.sanitize&&(e=Tt(e,this.config.allowList,this.config.sanitizeFn)),t.innerHTML=e):t.textContent=e)},l.getTitle=function(){var t=this._element.getAttribute("data-bs-original-title");return t||(t="function"==typeof this.config.title?this.config.title.call(this._element):this.config.title),t},l.updateAttachment=function(t){return"right"===t?"end":"left"===t?"start":t},l._initializeOnDelegatedTarget=function(t,e){var n=this.constructor.DATA_KEY;return(e=e||C(t.delegateTarget,n))||(e=new this.constructor(t.delegateTarget,this._getDelegateConfig()),E(t.delegateTarget,n,e)),e},l._getOffset=function(){var t=this,e=this.config.offset;return"string"==typeof e?e.split(",").map((function(t){return Number.parseInt(t,10)})):"function"==typeof e?function(n){return e(n,t._element)}:e},l._getPopperConfig=function(t){var e=this,n={placement:t,modifiers:[{name:"flip",options:{altBoundary:!0,fallbackPlacements:this.config.fallbackPlacements}},{name:"offset",options:{offset:this._getOffset()}},{name:"preventOverflow",options:{boundary:this.config.boundary}},{name:"arrow",options:{element:"."+this.constructor.NAME+"-arrow"}},{name:"onChange",enabled:!0,phase:"afterWrite",fn:function(t){return e._handlePopperPlacementChange(t)}}],onFirstUpdate:function(t){t.options.placement!==t.placement&&e._handlePopperPlacementChange(t)}};return a({},n,"function"==typeof this.config.popperConfig?this.config.popperConfig(n):this.config.popperConfig)},l._addAttachmentClass=function(t){this.getTipElement().classList.add("bs-tooltip-"+this.updateAttachment(t))},l._getContainer=function(){return!1===this.config.container?document.body:h(this.config.container)?this.config.container:Q(this.config.container)},l._getAttachment=function(t){return At[t.toUpperCase()]},l._setListeners=function(){var t=this;this.config.trigger.split(" ").forEach((function(e){if("click"===e)R.on(t._element,t.constructor.Event.CLICK,t.config.selector,(function(e){return t.toggle(e)}));else if("manual"!==e){var n="hover"===e?t.constructor.Event.MOUSEENTER:t.constructor.Event.FOCUSIN,o="hover"===e?t.constructor.Event.MOUSELEAVE:t.constructor.Event.FOCUSOUT;R.on(t._element,n,t.config.selector,(function(e){return t._enter(e)})),R.on(t._element,o,t.config.selector,(function(e){return t._leave(e)}))}})),this._hideModalHandler=function(){t._element&&t.hide()},R.on(this._element.closest(".modal"),"hide.bs.modal",this._hideModalHandler),this.config.selector?this.config=a({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},l._fixTitle=function(){var t=this._element.getAttribute("title"),e=typeof this._element.getAttribute("data-bs-original-title");(t||"string"!==e)&&(this._element.setAttribute("data-bs-original-title",t||""),!t||this._element.getAttribute("aria-label")||this._element.textContent||this._element.setAttribute("aria-label",t),this._element.setAttribute("title",""))},l._enter=function(t,e){e=this._initializeOnDelegatedTarget(t,e),t&&(e._activeTrigger["focusin"===t.type?"focus":"hover"]=!0),e.getTipElement().classList.contains("show")||"show"===e._hoverState?e._hoverState="show":(clearTimeout(e._timeout),e._hoverState="show",e.config.delay&&e.config.delay.show?e._timeout=setTimeout((function(){"show"===e._hoverState&&e.show()}),e.config.delay.show):e.show())},l._leave=function(t,e){e=this._initializeOnDelegatedTarget(t,e),t&&(e._activeTrigger["focusout"===t.type?"focus":"hover"]=!1),e._isWithActiveTrigger()||(clearTimeout(e._timeout),e._hoverState="out",e.config.delay&&e.config.delay.hide?e._timeout=setTimeout((function(){"out"===e._hoverState&&e.hide()}),e.config.delay.hide):e.hide())},l._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},l._getConfig=function(t){var e=V.getDataAttributes(this._element);return Object.keys(e).forEach((function(t){Ct.has(t)&&delete e[t]})),t&&"object"==typeof t.container&&t.container.jquery&&(t.container=t.container[0]),"number"==typeof(t=a({},this.constructor.Default,e,"object"==typeof t&&t?t:{})).delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),w("tooltip",t,this.constructor.DefaultType),t.sanitize&&(t.template=Tt(t.template,t.allowList,t.sanitizeFn)),t},l._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},l._cleanTipClass=function(){var t=this.getTipElement(),e=t.getAttribute("class").match(Et);null!==e&&e.length>0&&e.map((function(t){return t.trim()})).forEach((function(e){return t.classList.remove(e)}))},l._handlePopperPlacementChange=function(t){var e=t.state;e&&(this.tip=e.elements.popper,this._cleanTipClass(),this._addAttachmentClass(this._getAttachment(e.placement)))},o.jQueryInterface=function(t){return this.each((function(){var e=C(this,"bs.tooltip"),n="object"==typeof t&&t;if((e||!/dispose|hide/.test(t))&&(e||(e=new o(this,n)),"string"==typeof t)){if(void 0===e[t])throw new TypeError('No method named "'+t+'"');e[t]()}}))},r(o,null,[{key:"Default",get:function(){return Dt}},{key:"NAME",get:function(){return"tooltip"}},{key:"DATA_KEY",get:function(){return"bs.tooltip"}},{key:"Event",get:function(){return Lt}},{key:"EVENT_KEY",get:function(){return".bs.tooltip"}},{key:"DefaultType",get:function(){return zt}}]),o}(W);j("tooltip",St);var Ot=new RegExp("(^|\\s)bs-popover\\S+","g"),Nt=a({},St.Default,{placement:"right",offset:[0,8],trigger:"click",content:"",template:''}),qt=a({},St.DefaultType,{content:"(string|element|function)"}),Mt={HIDE:"hide.bs.popover",HIDDEN:"hidden.bs.popover",SHOW:"show.bs.popover",SHOWN:"shown.bs.popover",INSERTED:"inserted.bs.popover",CLICK:"click.bs.popover",FOCUSIN:"focusin.bs.popover",FOCUSOUT:"focusout.bs.popover",MOUSEENTER:"mouseenter.bs.popover",MOUSELEAVE:"mouseleave.bs.popover"},It=function(t){function e(){return t.apply(this,arguments)||this}i(e,t);var n=e.prototype;return n.isWithContent=function(){return this.getTitle()||this._getContent()},n.setContent=function(){var t=this.getTipElement();this.setElementContent(Q(".popover-header",t),this.getTitle());var e=this._getContent();"function"==typeof e&&(e=e.call(this._element)),this.setElementContent(Q(".popover-body",t),e),t.classList.remove("fade","show")},n._addAttachmentClass=function(t){this.getTipElement().classList.add("bs-popover-"+this.updateAttachment(t))},n._getContent=function(){return this._element.getAttribute("data-bs-content")||this.config.content},n._cleanTipClass=function(){var t=this.getTipElement(),e=t.getAttribute("class").match(Ot);null!==e&&e.length>0&&e.map((function(t){return t.trim()})).forEach((function(e){return t.classList.remove(e)}))},e.jQueryInterface=function(t){return this.each((function(){var n=C(this,"bs.popover"),o="object"==typeof t?t:null;if((n||!/dispose|hide/.test(t))&&(n||(n=new e(this,o),E(this,"bs.popover",n)),"string"==typeof t)){if(void 0===n[t])throw new TypeError('No method named "'+t+'"');n[t]()}}))},r(e,null,[{key:"Default",get:function(){return Nt}},{key:"NAME",get:function(){return"popover"}},{key:"DATA_KEY",get:function(){return"bs.popover"}},{key:"Event",get:function(){return Mt}},{key:"EVENT_KEY",get:function(){return".bs.popover"}},{key:"DefaultType",get:function(){return qt}}]),e}(St);j("popover",It);var Pt={offset:10,method:"auto",target:""},Bt={offset:"number",method:"string",target:"(string|element)"},Ht=function(t){function e(e,n){var o;return(o=t.call(this,e)||this)._scrollElement="BODY"===e.tagName?window:e,o._config=o._getConfig(n),o._selector=o._config.target+" .nav-link, "+o._config.target+" .list-group-item, "+o._config.target+" .dropdown-item",o._offsets=[],o._targets=[],o._activeTarget=null,o._scrollHeight=0,R.on(o._scrollElement,"scroll.bs.scrollspy",(function(){return o._process()})),o.refresh(),o._process(),o}i(e,t);var n=e.prototype;return n.refresh=function(){var t=this,e=this._scrollElement===this._scrollElement.window?"offset":"position",n="auto"===this._config.method?e:this._config.method,o="position"===n?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),K(this._selector).map((function(t){var e=d(t),r=e?Q(e):null;if(r){var a=r.getBoundingClientRect();if(a.width||a.height)return[V[n](r).top+o,e]}return null})).filter((function(t){return t})).sort((function(t,e){return t[0]-e[0]})).forEach((function(e){t._offsets.push(e[0]),t._targets.push(e[1])}))},n.dispose=function(){t.prototype.dispose.call(this),R.off(this._scrollElement,".bs.scrollspy"),this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},n._getConfig=function(t){if("string"!=typeof(t=a({},Pt,"object"==typeof t&&t?t:{})).target&&h(t.target)){var e=t.target.id;e||(e=m("scrollspy"),t.target.id=e),t.target="#"+e}return w("scrollspy",t,Bt),t},n._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},n._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},n._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},n._process=function(){var t=this._getScrollTop()+this._config.offset,e=this._getScrollHeight(),n=this._config.offset+e-this._getOffsetHeight();if(this._scrollHeight!==e&&this.refresh(),t>=n){var o=this._targets[this._targets.length-1];this._activeTarget!==o&&this._activate(o)}else{if(this._activeTarget&&t0)return this._activeTarget=null,void this._clear();for(var r=this._offsets.length;r--;)this._activeTarget!==this._targets[r]&&t>=this._offsets[r]&&(void 0===this._offsets[r+1]||t li > .active":".active";e=(e=K(r,o))[e.length-1]}var a=e?R.trigger(e,"hide.bs.tab",{relatedTarget:this._element}):null;if(!(R.trigger(this._element,"show.bs.tab",{relatedTarget:e}).defaultPrevented||null!==a&&a.defaultPrevented)){this._activate(this._element,o);var i=function(){R.trigger(e,"hidden.bs.tab",{relatedTarget:t._element}),R.trigger(t._element,"shown.bs.tab",{relatedTarget:e})};n?this._activate(n,n.parentNode,i):i()}}},n._activate=function(t,e,n){var o=this,r=(!e||"UL"!==e.nodeName&&"OL"!==e.nodeName?G(e,".active"):K(":scope > li > .active",e))[0],a=n&&r&&r.classList.contains("fade"),i=function(){return o._transitionComplete(t,r,n)};if(r&&a){var l=g(r);r.classList.remove("show"),R.one(r,"transitionend",i),b(r,l)}else i()},n._transitionComplete=function(t,e,n){if(e){e.classList.remove("active");var o=Q(":scope > .dropdown-menu .active",e.parentNode);o&&o.classList.remove("active"),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!1)}t.classList.add("active"),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!0),x(t),t.classList.contains("fade")&&t.classList.add("show"),t.parentNode&&t.parentNode.classList.contains("dropdown-menu")&&(t.closest(".dropdown")&&K(".dropdown-toggle").forEach((function(t){return t.classList.add("active")})),t.setAttribute("aria-expanded",!0)),n&&n()},e.jQueryInterface=function(t){return this.each((function(){var n=C(this,"bs.tab")||new e(this);if("string"==typeof t){if(void 0===n[t])throw new TypeError('No method named "'+t+'"');n[t]()}}))},r(e,null,[{key:"DATA_KEY",get:function(){return"bs.tab"}}]),e}(W);R.on(document,"click.bs.tab.data-api",'[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]',(function(t){t.preventDefault(),(C(this,"bs.tab")||new Ft(this)).show()})),j("tab",Ft);var Rt={animation:"boolean",autohide:"boolean",delay:"number"},Wt={animation:!0,autohide:!0,delay:5e3},Ut=function(t){function e(e,n){var o;return(o=t.call(this,e)||this)._config=o._getConfig(n),o._timeout=null,o._setListeners(),o}i(e,t);var n=e.prototype;return n.show=function(){var t=this;if(!R.trigger(this._element,"show.bs.toast").defaultPrevented){this._clearTimeout(),this._config.animation&&this._element.classList.add("fade");var e=function(){t._element.classList.remove("showing"),t._element.classList.add("show"),R.trigger(t._element,"shown.bs.toast"),t._config.autohide&&(t._timeout=setTimeout((function(){t.hide()}),t._config.delay))};if(this._element.classList.remove("hide"),x(this._element),this._element.classList.add("showing"),this._config.animation){var n=g(this._element);R.one(this._element,"transitionend",e),b(this._element,n)}else e()}},n.hide=function(){var t=this;if(this._element.classList.contains("show")&&!R.trigger(this._element,"hide.bs.toast").defaultPrevented){var e=function(){t._element.classList.add("hide"),R.trigger(t._element,"hidden.bs.toast")};if(this._element.classList.remove("show"),this._config.animation){var n=g(this._element);R.one(this._element,"transitionend",e),b(this._element,n)}else e()}},n.dispose=function(){this._clearTimeout(),this._element.classList.contains("show")&&this._element.classList.remove("show"),R.off(this._element,"click.dismiss.bs.toast"),t.prototype.dispose.call(this),this._config=null},n._getConfig=function(t){return t=a({},Wt,V.getDataAttributes(this._element),"object"==typeof t&&t?t:{}),w("toast",t,this.constructor.DefaultType),t},n._setListeners=function(){var t=this;R.on(this._element,"click.dismiss.bs.toast",'[data-bs-dismiss="toast"]',(function(){return t.hide()}))},n._clearTimeout=function(){clearTimeout(this._timeout),this._timeout=null},e.jQueryInterface=function(t){return this.each((function(){var n=C(this,"bs.toast");if(n||(n=new e(this,"object"==typeof t&&t)),"string"==typeof t){if(void 0===n[t])throw new TypeError('No method named "'+t+'"');n[t](this)}}))},r(e,null,[{key:"DefaultType",get:function(){return Rt}},{key:"Default",get:function(){return Wt}},{key:"DATA_KEY",get:function(){return"bs.toast"}}]),e}(W);return j("toast",Ut),{Alert:U,Button:$,Carousel:rt,Collapse:lt,Dropdown:bt,Modal:yt,Popover:It,ScrollSpy:Ht,Tab:Ft,Toast:Ut,Tooltip:St}}(n(44))},function(t,e,n){"use strict";var o=n(0),r=n.n(o),a={init:function(t){this.menuAlwaysCollapsed=t.menuAlwaysCollapsed,this.fixNodes()},fixNodes:function(){this.menuAlwaysCollapsed?r()("#header").addClass("menu-always-collapsed"):r()("#header").addClass("expand"),r()("#branding").before(r()("\n \n ');return r()(n)}};e.a=l},function(t,e,n){"use strict";var o=n(0),r=n.n(o),a=n(1),i=n(3),l=992,c={init:function(t){this._filtersDiv=r()("#changelist-filter"),this.t=new a.a(r()("html").attr("lang")),this.filtersForm=t.changelistFiltersForm,this.filtersInModal=t.changelistFiltersInModal,this.filtersAlwaysOpen=t.changelistFiltersAlwaysOpen,this.initTemplates(),this._filtersDiv.length&&(this.activate(),this.fixRangeFilter())},activate:function(){var t=this;if(r()(".changelist-form-container").length&&r()("#changelist-filter").appendTo(r()(".changelist-form-container")),this.filtersAlwaysOpen)r()(document.body).addClass("changelist-filter-active changelist-filter-always-open");else{var e=/__[^=]+=/.test(location.search),n=0!==r()("#changelist-form > .actions").length,o=r()("#changelist-form"),a=r()("",{class:"changelist-filter-toggler"+(e?" active":"")+(n?" with-actions":"")}).html(' '+this.t.get("filter")+"");if(this.filtersInModal||parseInt(r()(window).width()) h2"),m=s.html();s.remove();var f=r()("#changelist-filter-modal");this.modal=new i.a({title:m,content:f,size:"md",hideFooter:!this.filtersForm,actionBtnLabel:this.t.get("filter"),actionBtnCb:function(){c.filter(f)}}),a.click((function(){c.modal.toggle()}))}else{if(this.filtersForm){var d=r()("",{class:"btn btn-primary"}).html(this.t.get("filter")).on("click",(function(){return t.filter(r()("#changelist-filter"))}));r()("#changelist-filter").append(r()("
",{class:"text-center mb-3"}).append(d))}a.click((function(){r()(document.body).toggleClass("changelist-filter-active"),100===parseInt(t._filtersDiv.css("max-width"))&&r()("html,body").animate({scrollTop:t._filtersDiv.offset().top})}))}o.prepend(a)}/_popup=1/.test(location.href)&&r()("#changelist-form .results").css("padding-top","78px")},getDropdownValue:function(t){var e=r()(t).find("option").attr("value").substr(1).split("&"),n=r()(t).val().substr(1).split("&").filter((function(t){return-1===e.indexOf(t)}));return n.length?n.join("&"):null},filter:function(t){var e=this,n=[],o=t.find("select"),r=t.find("input").not("[type=hidden]");o.toArray().map((function(t){return e.getDropdownValue(t)})).filter((function(t){return null!==t})).forEach((function(t){return n.push(t)})),r.each((function(t,e){return""!==e.value?n.push("".concat(e.name,"=").concat(e.value)):null})),location.href=location.pathname+(n.length?"?"+n.filter((function(t){return""!==t})).join("&"):"")},initTemplates:function(){var t={above:"before",below:"after",top:"prepend",bottom:"append"};r()("template[data-type=include]").each((function(e,n){var o=t[r()(n).attr("data-position")];void 0!==o?r()("#changelist-form")[o](r()(n).html()):console.error("Baton: wrong changelist include position detected")})),r()("template[data-type=filters-include]").each((function(e,n){var o=t[r()(n).attr("data-position")];if(void 0!==o&&"before"!==o&&"after"!==o)if("prepend"===o&&r()("#changelist-filter-clear").length)r()("#changelist-filter-clear").after(r()(n).html());else if("prepend"===o&&r()("#changelist-filter > h2").length)r()("#changelist-filter > h2").after(r()(n).html());else{r()("#changelist-filter")[o](r()(n).html())}else console.error("Baton: wrong changelist filters include position detected")})),r()("template[data-type=attributes]").each((function(t,e){try{var n=JSON.parse(r()(e).html());for(var o in n)if(n.hasOwnProperty(o)){var a=void 0,i="tr";n[o].selector?(a=n[o].selector,delete n[o].selector):a="#result_list tr input[name=_selected_action][value="+o+"]",void 0!==n[o].getParent&&(i=n[o].getParent,delete n[o].getParent),(i?r()(a).parents(i):r()(a)).attr(n[o])}}catch(t){console.error(t)}}))},fixRangeFilter:function(){this.filtersForm&&(r()(".admindatefilter .controls").remove(),r()(".admindatefilter form").onSubmit=function(){return!1})}};e.a=c},function(t,e,n){"use strict";n.r(e),function(t,e){n(4),n(20),n(43);var o=n(2),r=n.n(o),a=n(5),i=n(6),l=n(7),c=n(8),s=n(9),m=n(10),f=n(11),d=n(18),p=n(12),g=n(13),u=n(14),h=n(15),b=n(3),w=n(17);window.Baton={intialized:!1,init:function(e){console.info("Baton:","init"),this.initialized=!0;var n=this.page();t("body").addClass("page-"+n),w.a.init(e),a.a.init(e),r.a.emit("onNavbarReady"),"login"===n||"logout"===n||/_popup/.test(location.search)||l.a.init(e,r.a),"login"===n?g.a.init(e):"logout"===n||"password_change_success"===n?c.a.init():"password_change"===n?s.a.init():"changelist"===n?d.a.init(e):"add_form"===n||"change_form"===n?p.a.init(e):"admindocs"===n?u.a.init():"filer"===n&&h.a.init(),i.a.init({remove:/_popup/.test(location.search)}),"add_form"!==n&&"change_form"!==n||f.a.init(r.a),setTimeout(this.loadTooltips,1e3),console.info("Baton:","ready"),document.body.className+=" baton-ready",e.menuAlwaysCollapsed&&(document.body.className+=" menu-mobile"),r.a.emit("onReady")},loadTooltips:function(){t("[title]:not(iframe)").tooltip()},page:function(){return/^(\/[a-z]{2})?\/admin\/$/.test(location.pathname)?"dashboard":/^(\/[a-z]{2})?\/admin\/doc\//.test(location.pathname)?"admindocs":/^(\/[a-z]{2})?\/admin\/login\/$/.test(location.pathname)?"login":/^(\/[a-z]{2})?\/admin\/logout\/$/.test(location.pathname)?"logout":/^(\/[a-z]{2})?\/admin\/password_change\/$/.test(location.pathname)?"password_change":/^(\/[a-z]{2})?\/admin\/password_change\/done\/$/.test(location.pathname)?"password_change_success":/\/add\//.test(location.pathname)?"add_form":/\/change\//.test(location.pathname)?"change_form":document.getElementById("changelist")?"changelist":document.getElementById("change-history")||/^(\/[a-z]{2})?\/admin\/[^/]+\/[^/]+\/[^/]+\/history/.test(location.pathname)?"changehistory":/\/filer\//.test(location.pathname)?"filer":"default"},Analytics:m.a,Dispatcher:r.a,Modal:b.a},window.jQuery=e}.call(this,n(0),n(0))},function(t,e,n){var o=n(21);"string"==typeof o&&(o=[[t.i,o,""]]);n(42)(o,{});o.locals&&(t.exports=o.locals)},function(t,e,n){var o=n(22),r=n(23),a=n(24),i=n(25),l=n(26),c=n(27),s=n(28),m=n(29),f=n(30),d=n(31),p=n(32),g=n(33),u=n(34),h=n(35),b=n(36),w=n(37),v=n(38),y=n(39),x=n(40),k=n(41);e=o(!1);var _=r(a),j=r(a,{hash:"?#iefix"}),T=r(i),E=r(l),C=r(c),z=r(s,{hash:"#fontawesome"}),A=r(m),D=r(m,{hash:"?#iefix"}),L=r(f),S=r(d),O=r(p),N=r(g,{hash:"#fontawesome"}),q=r(u),M=r(h),I=r(b),P=r(w),B=r(v),H=r(y),F=r(x),R=r(k);e.push([t.i,'/*!\n * Bootstrap v5.0.0-beta2 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */:root{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-primary: #7f1b27;--bs-secondary: #b3c100;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-font-sans-serif: "Dosis", sans-serif;--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255,255,255,0.15), rgba(255,255,255,0))}*,*::before,*::after{box-sizing:border-box}@media (prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-font-sans-serif);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width: 1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + .9vw)}@media (min-width: 1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + .6vw)}@media (min-width: 1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + .3vw)}@media (min-width: 1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-bs-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:.875em}mark,.mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#7f1b27;text-decoration:underline}a:hover{color:#66151f}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr /* rtl:ignore */;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role="button"]{cursor:pointer}select{word-wrap:normal}[list]::-webkit-calendar-picker-indicator{display:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"\\2014\\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl,.change-list #content-main,.change-form #content-main,body.page-changehistory #content-main,.passwordchange #content-main,.auth-user.change-form #content-main{width:100%;padding-right:var(--bs-gutter-x, .75rem);padding-left:var(--bs-gutter-x, .75rem);margin-right:auto;margin-left:auto}@media (min-width: 576px){.container,.container-sm{max-width:540px}}@media (min-width: 768px){.container,.container-sm,.container-md{max-width:720px}}@media (min-width: 992px){.container,.container-sm,.container-md,.container-lg{max-width:960px}}@media (min-width: 1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1140px}}@media (min-width: 1400px){.container,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) / -2);margin-left:calc(var(--bs-gutter-x) / -2)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) / 2);padding-left:calc(var(--bs-gutter-x) / 2);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333%}.col-2{flex:0 0 auto;width:16.66667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333%}.col-5{flex:0 0 auto;width:41.66667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333%}.col-8{flex:0 0 auto;width:66.66667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333%}.col-11{flex:0 0 auto;width:91.66667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: .25rem}.g-1,.gy-1{--bs-gutter-y: .25rem}.g-2,.gx-2{--bs-gutter-x: .5rem}.g-2,.gy-2{--bs-gutter-y: .5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media (min-width: 576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333%}.col-sm-2{flex:0 0 auto;width:16.66667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333%}.col-sm-5{flex:0 0 auto;width:41.66667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333%}.col-sm-8{flex:0 0 auto;width:66.66667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333%}.col-sm-11{flex:0 0 auto;width:91.66667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: .25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: .25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: .5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: .5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media (min-width: 768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333%}.col-md-2{flex:0 0 auto;width:16.66667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333%}.col-md-5{flex:0 0 auto;width:41.66667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333%}.col-md-8{flex:0 0 auto;width:66.66667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333%}.col-md-11{flex:0 0 auto;width:91.66667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: .25rem}.g-md-1,.gy-md-1{--bs-gutter-y: .25rem}.g-md-2,.gx-md-2{--bs-gutter-x: .5rem}.g-md-2,.gy-md-2{--bs-gutter-y: .5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media (min-width: 992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333%}.col-lg-2{flex:0 0 auto;width:16.66667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333%}.col-lg-5{flex:0 0 auto;width:41.66667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333%}.col-lg-8{flex:0 0 auto;width:66.66667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333%}.col-lg-11{flex:0 0 auto;width:91.66667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: .25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: .25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: .5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: .5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media (min-width: 1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333%}.col-xl-2{flex:0 0 auto;width:16.66667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333%}.col-xl-5{flex:0 0 auto;width:41.66667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333%}.col-xl-8{flex:0 0 auto;width:66.66667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333%}.col-xl-11{flex:0 0 auto;width:91.66667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: .25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: .25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: .5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: .5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media (min-width: 1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333%}.col-xxl-2{flex:0 0 auto;width:16.66667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333%}.col-xxl-5{flex:0 0 auto;width:41.66667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333%}.col-xxl-8{flex:0 0 auto;width:66.66667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333%}.col-xxl-11{flex:0 0 auto;width:91.66667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333%}.offset-xxl-2{margin-left:16.66667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333%}.offset-xxl-5{margin-left:41.66667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333%}.offset-xxl-8{margin-left:66.66667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333%}.offset-xxl-11{margin-left:91.66667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: .25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: .25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: .5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: .5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.table,.change-form #content-main>form .inline-related table,.passwordchange #content-main>form .inline-related table,.dashboard #content-main table,.change-list .results table,body.page-changehistory #content-main>.module #change-history,.page-admindocs .admindocs-body table,.page-admindocs .admindocs-body .module table{--bs-table-bg: rgba(0,0,0,0);--bs-table-striped-color: #212529;--bs-table-striped-bg: rgba(0,0,0,0.05);--bs-table-active-color: #212529;--bs-table-active-bg: rgba(0,0,0,0.1);--bs-table-hover-color: #212529;--bs-table-hover-bg: rgba(0,0,0,0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*,.change-form #content-main>form .inline-related table>:not(caption)>*>*,.passwordchange #content-main>form .inline-related table>:not(caption)>*>*,.dashboard #content-main table>:not(caption)>*>*,.change-list .results table>:not(caption)>*>*,body.page-changehistory #content-main>.module #change-history>:not(caption)>*>*,.page-admindocs .admindocs-body table>:not(caption)>*>*,.page-admindocs .admindocs-body .module table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody,.change-form #content-main>form .inline-related table>tbody,.passwordchange #content-main>form .inline-related table>tbody,.dashboard #content-main table>tbody,.change-list .results table>tbody,body.page-changehistory #content-main>.module #change-history>tbody,.page-admindocs .admindocs-body table>tbody,.page-admindocs .admindocs-body .module table>tbody{vertical-align:inherit}.table>thead,.change-form #content-main>form .inline-related table>thead,.passwordchange #content-main>form .inline-related table>thead,.dashboard #content-main table>thead,.change-list .results table>thead,body.page-changehistory #content-main>.module #change-history>thead,.page-admindocs .admindocs-body table>thead,.page-admindocs .admindocs-body .module table>thead{vertical-align:bottom}.table>:not(:last-child)>:last-child>*,.change-form #content-main>form .inline-related table>:not(:last-child)>:last-child>*,.passwordchange #content-main>form .inline-related table>:not(:last-child)>:last-child>*,.dashboard #content-main table>:not(:last-child)>:last-child>*,.change-list .results table>:not(:last-child)>:last-child>*,body.page-changehistory #content-main>.module #change-history>:not(:last-child)>:last-child>*,.page-admindocs .admindocs-body table>:not(:last-child)>:last-child>*,.page-admindocs .admindocs-body .module table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*,.change-form #content-main>form .inline-related table>:not(caption)>*,.passwordchange #content-main>form .inline-related table>:not(caption)>*,.change-list .results table>:not(caption)>*,body.page-changehistory #content-main>.module #change-history>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*,.change-form #content-main>form .inline-related table>:not(caption)>*>*,.passwordchange #content-main>form .inline-related table>:not(caption)>*>*,.change-list .results table>:not(caption)>*>*,body.page-changehistory #content-main>.module #change-history>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg: var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg: var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg: var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg: #e5d1d4;--bs-table-striped-bg: #dac7c9;--bs-table-striped-color: #000;--bs-table-active-bg: #cebcbf;--bs-table-active-color: #000;--bs-table-hover-bg: #d4c1c4;--bs-table-hover-color: #000;color:#000;border-color:#cebcbf}.table-secondary{--bs-table-bg: #f0f3cc;--bs-table-striped-bg: #e4e7c2;--bs-table-striped-color: #000;--bs-table-active-bg: #d8dbb8;--bs-table-active-color: #000;--bs-table-hover-bg: #dee1bd;--bs-table-hover-color: #000;color:#000;border-color:#d8dbb8}.table-success{--bs-table-bg: #d1e7dd;--bs-table-striped-bg: #c7dbd2;--bs-table-striped-color: #000;--bs-table-active-bg: #bcd0c7;--bs-table-active-color: #000;--bs-table-hover-bg: #c1d6cc;--bs-table-hover-color: #000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg: #cff4fc;--bs-table-striped-bg: #c5e8ef;--bs-table-striped-color: #000;--bs-table-active-bg: #badce3;--bs-table-active-color: #000;--bs-table-hover-bg: #bfe2e9;--bs-table-hover-color: #000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg: #fff3cd;--bs-table-striped-bg: #f2e7c3;--bs-table-striped-color: #000;--bs-table-active-bg: #e6dbb9;--bs-table-active-color: #000;--bs-table-hover-bg: #ece1be;--bs-table-hover-color: #000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg: #f8d7da;--bs-table-striped-bg: #eccccf;--bs-table-striped-color: #000;--bs-table-active-bg: #dfc2c4;--bs-table-active-color: #000;--bs-table-hover-bg: #e5c7ca;--bs-table-hover-color: #000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg: #f8f9fa;--bs-table-striped-bg: #ecedee;--bs-table-striped-color: #000;--bs-table-active-bg: #dfe0e1;--bs-table-active-color: #000;--bs-table-hover-bg: #e5e6e7;--bs-table-hover-color: #000;color:#000;border-color:#dfe0e1}.table-dark,.page-admindocs .admindocs-body .module table thead{--bs-table-bg: #212529;--bs-table-striped-bg: #2c3034;--bs-table-striped-color: #fff;--bs-table-active-bg: #373b3e;--bs-table-active-color: #fff;--bs-table-hover-bg: #323539;--bs-table-hover-color: #fff;color:#fff;border-color:#373b3e}.table-responsive,.change-list .results,body.page-changehistory #content-main>.module{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width: 575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text,.change-form #content-main>form .help,.passwordchange #content-main>form .help{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control,.change-form #content-main>form input[type=text],.passwordchange #content-main>form input[type=text],.change-form #content-main>form input[type=password],.passwordchange #content-main>form input[type=password],.change-form #content-main>form input[type=url],.passwordchange #content-main>form input[type=url],.change-form #content-main>form input[type=number],.passwordchange #content-main>form input[type=number],.change-form #content-main>form input[type=email],.passwordchange #content-main>form input[type=email],.change-form #content-main>form input[type=date],.passwordchange #content-main>form input[type=date],.change-form #content-main>form input[type=file],.passwordchange #content-main>form input[type=file],.change-form #content-main>form select[multiple],.passwordchange #content-main>form select[multiple],.change-form #content-main>form textarea,.passwordchange #content-main>form textarea,.auth-user.change-form #content-main>form textarea,.login #container input[type=\'text\'],.login #container input[type=\'password\'],.change-list #changelist #result_list input[type=text],.change-list #changelist #result_list input[type=number],.change-list #changelist #result_list input[type=email],.change-list #changelist #result_list input[type=date],.change-list #changelist-search input[type=text],.change-list .admindatefilter input[type=\'text\']{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control,.change-form #content-main>form input[type=text],.passwordchange #content-main>form input[type=text],.change-form #content-main>form input[type=password],.passwordchange #content-main>form input[type=password],.change-form #content-main>form input[type=url],.passwordchange #content-main>form input[type=url],.change-form #content-main>form input[type=number],.passwordchange #content-main>form input[type=number],.change-form #content-main>form input[type=email],.passwordchange #content-main>form input[type=email],.change-form #content-main>form input[type=date],.passwordchange #content-main>form input[type=date],.change-form #content-main>form input[type=file],.passwordchange #content-main>form input[type=file],.change-form #content-main>form select[multiple],.passwordchange #content-main>form select[multiple],.change-form #content-main>form textarea,.passwordchange #content-main>form textarea,.auth-user.change-form #content-main>form textarea,.login #container input[type=\'text\'],.login #container input[type=\'password\'],.change-list #changelist #result_list input[type=text],.change-list #changelist #result_list input[type=number],.change-list #changelist #result_list input[type=email],.change-list #changelist #result_list input[type=date],.change-list #changelist-search input[type=text],.change-list .admindatefilter input[type=\'text\']{transition:none}}.form-control[type="file"],.change-form #content-main>form input[type="file"][type=text],.passwordchange #content-main>form input[type="file"][type=text],.change-form #content-main>form input[type="file"][type=password],.passwordchange #content-main>form input[type="file"][type=password],.change-form #content-main>form input[type="file"][type=url],.passwordchange #content-main>form input[type="file"][type=url],.change-form #content-main>form input[type="file"][type=number],.passwordchange #content-main>form input[type="file"][type=number],.change-form #content-main>form input[type="file"][type=email],.passwordchange #content-main>form input[type="file"][type=email],.change-form #content-main>form input[type="file"][type=date],.passwordchange #content-main>form input[type="file"][type=date],.change-form #content-main>form input[type="file"][type=file],.passwordchange #content-main>form input[type="file"][type=file],.change-form #content-main>form select[type="file"][multiple],.passwordchange #content-main>form select[type="file"][multiple],.change-form #content-main>form textarea[type="file"],.passwordchange #content-main>form textarea[type="file"],.login #container input[type="file"][type=\'text\'],.login #container input[type="file"][type=\'password\'],.change-list #changelist #result_list input[type="file"][type=text],.change-list #changelist #result_list input[type="file"][type=number],.change-list #changelist #result_list input[type="file"][type=email],.change-list #changelist #result_list input[type="file"][type=date],.change-list #changelist-search input[type="file"][type=text],.change-list .admindatefilter input[type="file"][type=\'text\']{overflow:hidden}.form-control[type="file"]:not(:disabled):not([readonly]),.change-form #content-main>form input[type="file"]:not(:disabled):not([readonly])[type=text],.passwordchange #content-main>form input[type="file"]:not(:disabled):not([readonly])[type=text],.change-form #content-main>form input[type="file"]:not(:disabled):not([readonly])[type=password],.passwordchange #content-main>form input[type="file"]:not(:disabled):not([readonly])[type=password],.change-form #content-main>form input[type="file"]:not(:disabled):not([readonly])[type=url],.passwordchange #content-main>form input[type="file"]:not(:disabled):not([readonly])[type=url],.change-form #content-main>form input[type="file"]:not(:disabled):not([readonly])[type=number],.passwordchange #content-main>form input[type="file"]:not(:disabled):not([readonly])[type=number],.change-form #content-main>form input[type="file"]:not(:disabled):not([readonly])[type=email],.passwordchange #content-main>form input[type="file"]:not(:disabled):not([readonly])[type=email],.change-form #content-main>form input[type="file"]:not(:disabled):not([readonly])[type=date],.passwordchange #content-main>form input[type="file"]:not(:disabled):not([readonly])[type=date],.change-form #content-main>form input[type="file"]:not(:disabled):not([readonly])[type=file],.passwordchange #content-main>form input[type="file"]:not(:disabled):not([readonly])[type=file],.change-form #content-main>form select[type="file"]:not(:disabled):not([readonly])[multiple],.passwordchange #content-main>form select[type="file"]:not(:disabled):not([readonly])[multiple],.change-form #content-main>form textarea[type="file"]:not(:disabled):not([readonly]),.passwordchange #content-main>form textarea[type="file"]:not(:disabled):not([readonly]),.login #container input[type="file"]:not(:disabled):not([readonly])[type=\'text\'],.login #container input[type="file"]:not(:disabled):not([readonly])[type=\'password\'],.change-list #changelist #result_list input[type="file"]:not(:disabled):not([readonly])[type=text],.change-list #changelist #result_list input[type="file"]:not(:disabled):not([readonly])[type=number],.change-list #changelist #result_list input[type="file"]:not(:disabled):not([readonly])[type=email],.change-list #changelist #result_list input[type="file"]:not(:disabled):not([readonly])[type=date],.change-list #changelist-search input[type="file"]:not(:disabled):not([readonly])[type=text],.change-list .admindatefilter input[type="file"]:not(:disabled):not([readonly])[type=\'text\']{cursor:pointer}.form-control:focus,.change-form #content-main>form input:focus[type=text],.passwordchange #content-main>form input:focus[type=text],.change-form #content-main>form input:focus[type=password],.passwordchange #content-main>form input:focus[type=password],.change-form #content-main>form input:focus[type=url],.passwordchange #content-main>form input:focus[type=url],.change-form #content-main>form input:focus[type=number],.passwordchange #content-main>form input:focus[type=number],.change-form #content-main>form input:focus[type=email],.passwordchange #content-main>form input:focus[type=email],.change-form #content-main>form input:focus[type=date],.passwordchange #content-main>form input:focus[type=date],.change-form #content-main>form input:focus[type=file],.passwordchange #content-main>form input:focus[type=file],.change-form #content-main>form select:focus[multiple],.passwordchange #content-main>form select:focus[multiple],.change-form #content-main>form textarea:focus,.passwordchange #content-main>form textarea:focus,.login #container input:focus[type=\'text\'],.login #container input:focus[type=\'password\'],.change-list #changelist #result_list input:focus[type=text],.change-list #changelist #result_list input:focus[type=number],.change-list #changelist #result_list input:focus[type=email],.change-list #changelist #result_list input:focus[type=date],.change-list #changelist-search input:focus[type=text],.change-list .admindatefilter input:focus[type=\'text\']{color:#212529;background-color:#fff;border-color:#bf8d93;outline:0;box-shadow:0 0 0 .25rem rgba(127,27,39,0.25)}.form-control::-webkit-date-and-time-value,.change-form #content-main>form input[type=text]::-webkit-date-and-time-value,.passwordchange #content-main>form input[type=text]::-webkit-date-and-time-value,.change-form #content-main>form input[type=password]::-webkit-date-and-time-value,.passwordchange #content-main>form input[type=password]::-webkit-date-and-time-value,.change-form #content-main>form input[type=url]::-webkit-date-and-time-value,.passwordchange #content-main>form input[type=url]::-webkit-date-and-time-value,.change-form #content-main>form input[type=number]::-webkit-date-and-time-value,.passwordchange #content-main>form input[type=number]::-webkit-date-and-time-value,.change-form #content-main>form input[type=email]::-webkit-date-and-time-value,.passwordchange #content-main>form input[type=email]::-webkit-date-and-time-value,.change-form #content-main>form input[type=date]::-webkit-date-and-time-value,.passwordchange #content-main>form input[type=date]::-webkit-date-and-time-value,.change-form #content-main>form input[type=file]::-webkit-date-and-time-value,.passwordchange #content-main>form input[type=file]::-webkit-date-and-time-value,.change-form #content-main>form select[multiple]::-webkit-date-and-time-value,.passwordchange #content-main>form select[multiple]::-webkit-date-and-time-value,.change-form #content-main>form textarea::-webkit-date-and-time-value,.passwordchange #content-main>form textarea::-webkit-date-and-time-value,.auth-user.change-form #content-main>form textarea::-webkit-date-and-time-value,.login #container input[type=\'text\']::-webkit-date-and-time-value,.login #container input[type=\'password\']::-webkit-date-and-time-value,.change-list #changelist #result_list input[type=text]::-webkit-date-and-time-value,.change-list #changelist #result_list input[type=number]::-webkit-date-and-time-value,.change-list #changelist #result_list input[type=email]::-webkit-date-and-time-value,.change-list #changelist #result_list input[type=date]::-webkit-date-and-time-value,.change-list #changelist-search input[type=text]::-webkit-date-and-time-value,.change-list .admindatefilter input[type=\'text\']::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder, .change-form #content-main>form input[type=text]::-moz-placeholder, .passwordchange #content-main>form input[type=text]::-moz-placeholder, .change-form #content-main>form input[type=password]::-moz-placeholder, .passwordchange #content-main>form input[type=password]::-moz-placeholder, .change-form #content-main>form input[type=url]::-moz-placeholder, .passwordchange #content-main>form input[type=url]::-moz-placeholder, .change-form #content-main>form input[type=number]::-moz-placeholder, .passwordchange #content-main>form input[type=number]::-moz-placeholder, .change-form #content-main>form input[type=email]::-moz-placeholder, .passwordchange #content-main>form input[type=email]::-moz-placeholder, .change-form #content-main>form input[type=date]::-moz-placeholder, .passwordchange #content-main>form input[type=date]::-moz-placeholder, .change-form #content-main>form input[type=file]::-moz-placeholder, .passwordchange #content-main>form input[type=file]::-moz-placeholder, .change-form #content-main>form select[multiple]::-moz-placeholder, .passwordchange #content-main>form select[multiple]::-moz-placeholder, .change-form #content-main>form textarea::-moz-placeholder, .passwordchange #content-main>form textarea::-moz-placeholder, .auth-user.change-form #content-main>form textarea::-moz-placeholder, .login #container input[type=\'text\']::-moz-placeholder, .login #container input[type=\'password\']::-moz-placeholder, .change-list #changelist #result_list input[type=text]::-moz-placeholder, .change-list #changelist #result_list input[type=number]::-moz-placeholder, .change-list #changelist #result_list input[type=email]::-moz-placeholder, .change-list #changelist #result_list input[type=date]::-moz-placeholder, .change-list #changelist-search input[type=text]::-moz-placeholder, .change-list .admindatefilter input[type=\'text\']::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder, .change-form #content-main>form input[type=text]:-ms-input-placeholder, .passwordchange #content-main>form input[type=text]:-ms-input-placeholder, .change-form #content-main>form input[type=password]:-ms-input-placeholder, .passwordchange #content-main>form input[type=password]:-ms-input-placeholder, .change-form #content-main>form input[type=url]:-ms-input-placeholder, .passwordchange #content-main>form input[type=url]:-ms-input-placeholder, .change-form #content-main>form input[type=number]:-ms-input-placeholder, .passwordchange #content-main>form input[type=number]:-ms-input-placeholder, .change-form #content-main>form input[type=email]:-ms-input-placeholder, .passwordchange #content-main>form input[type=email]:-ms-input-placeholder, .change-form #content-main>form input[type=date]:-ms-input-placeholder, .passwordchange #content-main>form input[type=date]:-ms-input-placeholder, .change-form #content-main>form input[type=file]:-ms-input-placeholder, .passwordchange #content-main>form input[type=file]:-ms-input-placeholder, .change-form #content-main>form select[multiple]:-ms-input-placeholder, .passwordchange #content-main>form select[multiple]:-ms-input-placeholder, .change-form #content-main>form textarea:-ms-input-placeholder, .passwordchange #content-main>form textarea:-ms-input-placeholder, .auth-user.change-form #content-main>form textarea:-ms-input-placeholder, .login #container input[type=\'text\']:-ms-input-placeholder, .login #container input[type=\'password\']:-ms-input-placeholder, .change-list #changelist #result_list input[type=text]:-ms-input-placeholder, .change-list #changelist #result_list input[type=number]:-ms-input-placeholder, .change-list #changelist #result_list input[type=email]:-ms-input-placeholder, .change-list #changelist #result_list input[type=date]:-ms-input-placeholder, .change-list #changelist-search input[type=text]:-ms-input-placeholder, .change-list .admindatefilter input[type=\'text\']:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder, .change-form #content-main>form input[type=text]::-ms-input-placeholder, .passwordchange #content-main>form input[type=text]::-ms-input-placeholder, .change-form #content-main>form input[type=password]::-ms-input-placeholder, .passwordchange #content-main>form input[type=password]::-ms-input-placeholder, .change-form #content-main>form input[type=url]::-ms-input-placeholder, .passwordchange #content-main>form input[type=url]::-ms-input-placeholder, .change-form #content-main>form input[type=number]::-ms-input-placeholder, .passwordchange #content-main>form input[type=number]::-ms-input-placeholder, .change-form #content-main>form input[type=email]::-ms-input-placeholder, .passwordchange #content-main>form input[type=email]::-ms-input-placeholder, .change-form #content-main>form input[type=date]::-ms-input-placeholder, .passwordchange #content-main>form input[type=date]::-ms-input-placeholder, .change-form #content-main>form input[type=file]::-ms-input-placeholder, .passwordchange #content-main>form input[type=file]::-ms-input-placeholder, .change-form #content-main>form select[multiple]::-ms-input-placeholder, .passwordchange #content-main>form select[multiple]::-ms-input-placeholder, .change-form #content-main>form textarea::-ms-input-placeholder, .passwordchange #content-main>form textarea::-ms-input-placeholder, .auth-user.change-form #content-main>form textarea::-ms-input-placeholder, .login #container input[type=\'text\']::-ms-input-placeholder, .login #container input[type=\'password\']::-ms-input-placeholder, .change-list #changelist #result_list input[type=text]::-ms-input-placeholder, .change-list #changelist #result_list input[type=number]::-ms-input-placeholder, .change-list #changelist #result_list input[type=email]::-ms-input-placeholder, .change-list #changelist #result_list input[type=date]::-ms-input-placeholder, .change-list #changelist-search input[type=text]::-ms-input-placeholder, .change-list .admindatefilter input[type=\'text\']::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder,.change-form #content-main>form input[type=text]::placeholder,.passwordchange #content-main>form input[type=text]::placeholder,.change-form #content-main>form input[type=password]::placeholder,.passwordchange #content-main>form input[type=password]::placeholder,.change-form #content-main>form input[type=url]::placeholder,.passwordchange #content-main>form input[type=url]::placeholder,.change-form #content-main>form input[type=number]::placeholder,.passwordchange #content-main>form input[type=number]::placeholder,.change-form #content-main>form input[type=email]::placeholder,.passwordchange #content-main>form input[type=email]::placeholder,.change-form #content-main>form input[type=date]::placeholder,.passwordchange #content-main>form input[type=date]::placeholder,.change-form #content-main>form input[type=file]::placeholder,.passwordchange #content-main>form input[type=file]::placeholder,.change-form #content-main>form select[multiple]::placeholder,.passwordchange #content-main>form select[multiple]::placeholder,.change-form #content-main>form textarea::placeholder,.passwordchange #content-main>form textarea::placeholder,.auth-user.change-form #content-main>form textarea::placeholder,.login #container input[type=\'text\']::placeholder,.login #container input[type=\'password\']::placeholder,.change-list #changelist #result_list input[type=text]::placeholder,.change-list #changelist #result_list input[type=number]::placeholder,.change-list #changelist #result_list input[type=email]::placeholder,.change-list #changelist #result_list input[type=date]::placeholder,.change-list #changelist-search input[type=text]::placeholder,.change-list .admindatefilter input[type=\'text\']::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.change-form #content-main>form input:disabled[type=text],.passwordchange #content-main>form input:disabled[type=text],.change-form #content-main>form input:disabled[type=password],.passwordchange #content-main>form input:disabled[type=password],.change-form #content-main>form input:disabled[type=url],.passwordchange #content-main>form input:disabled[type=url],.change-form #content-main>form input:disabled[type=number],.passwordchange #content-main>form input:disabled[type=number],.change-form #content-main>form input:disabled[type=email],.passwordchange #content-main>form input:disabled[type=email],.change-form #content-main>form input:disabled[type=date],.passwordchange #content-main>form input:disabled[type=date],.change-form #content-main>form input:disabled[type=file],.passwordchange #content-main>form input:disabled[type=file],.change-form #content-main>form select:disabled[multiple],.passwordchange #content-main>form select:disabled[multiple],.change-form #content-main>form textarea:disabled,.passwordchange #content-main>form textarea:disabled,.login #container input:disabled[type=\'text\'],.login #container input:disabled[type=\'password\'],.change-list #changelist #result_list input:disabled[type=text],.change-list #changelist #result_list input:disabled[type=number],.change-list #changelist #result_list input:disabled[type=email],.change-list #changelist #result_list input:disabled[type=date],.change-list #changelist-search input:disabled[type=text],.change-list .admindatefilter input:disabled[type=\'text\'],.form-control[readonly],.change-form #content-main>form input[readonly][type=text],.passwordchange #content-main>form input[readonly][type=text],.change-form #content-main>form input[readonly][type=password],.passwordchange #content-main>form input[readonly][type=password],.change-form #content-main>form input[readonly][type=url],.passwordchange #content-main>form input[readonly][type=url],.change-form #content-main>form input[readonly][type=number],.passwordchange #content-main>form input[readonly][type=number],.change-form #content-main>form input[readonly][type=email],.passwordchange #content-main>form input[readonly][type=email],.change-form #content-main>form input[readonly][type=date],.passwordchange #content-main>form input[readonly][type=date],.change-form #content-main>form input[readonly][type=file],.passwordchange #content-main>form input[readonly][type=file],.change-form #content-main>form select[readonly][multiple],.passwordchange #content-main>form select[readonly][multiple],.change-form #content-main>form textarea[readonly],.passwordchange #content-main>form textarea[readonly],.login #container input[readonly][type=\'text\'],.login #container input[readonly][type=\'password\'],.change-list #changelist #result_list input[readonly][type=text],.change-list #changelist #result_list input[readonly][type=number],.change-list #changelist #result_list input[readonly][type=email],.change-list #changelist #result_list input[readonly][type=date],.change-list #changelist-search input[readonly][type=text],.change-list .admindatefilter input[readonly][type=\'text\']{background-color:#e9ecef;opacity:1}.form-control::file-selector-button,.change-form #content-main>form input[type=text]::file-selector-button,.passwordchange #content-main>form input[type=text]::file-selector-button,.change-form #content-main>form input[type=password]::file-selector-button,.passwordchange #content-main>form input[type=password]::file-selector-button,.change-form #content-main>form input[type=url]::file-selector-button,.passwordchange #content-main>form input[type=url]::file-selector-button,.change-form #content-main>form input[type=number]::file-selector-button,.passwordchange #content-main>form input[type=number]::file-selector-button,.change-form #content-main>form input[type=email]::file-selector-button,.passwordchange #content-main>form input[type=email]::file-selector-button,.change-form #content-main>form input[type=date]::file-selector-button,.passwordchange #content-main>form input[type=date]::file-selector-button,.change-form #content-main>form input[type=file]::file-selector-button,.passwordchange #content-main>form input[type=file]::file-selector-button,.change-form #content-main>form select[multiple]::file-selector-button,.passwordchange #content-main>form select[multiple]::file-selector-button,.change-form #content-main>form textarea::file-selector-button,.passwordchange #content-main>form textarea::file-selector-button,.auth-user.change-form #content-main>form textarea::file-selector-button,.login #container input[type=\'text\']::file-selector-button,.login #container input[type=\'password\']::file-selector-button,.change-list #changelist #result_list input[type=text]::file-selector-button,.change-list #changelist #result_list input[type=number]::file-selector-button,.change-list #changelist #result_list input[type=email]::file-selector-button,.change-list #changelist #result_list input[type=date]::file-selector-button,.change-list #changelist-search input[type=text]::file-selector-button,.change-list .admindatefilter input[type=\'text\']::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control::file-selector-button,.change-form #content-main>form input[type=text]::file-selector-button,.passwordchange #content-main>form input[type=text]::file-selector-button,.change-form #content-main>form input[type=password]::file-selector-button,.passwordchange #content-main>form input[type=password]::file-selector-button,.change-form #content-main>form input[type=url]::file-selector-button,.passwordchange #content-main>form input[type=url]::file-selector-button,.change-form #content-main>form input[type=number]::file-selector-button,.passwordchange #content-main>form input[type=number]::file-selector-button,.change-form #content-main>form input[type=email]::file-selector-button,.passwordchange #content-main>form input[type=email]::file-selector-button,.change-form #content-main>form input[type=date]::file-selector-button,.passwordchange #content-main>form input[type=date]::file-selector-button,.change-form #content-main>form input[type=file]::file-selector-button,.passwordchange #content-main>form input[type=file]::file-selector-button,.change-form #content-main>form select[multiple]::file-selector-button,.passwordchange #content-main>form select[multiple]::file-selector-button,.change-form #content-main>form textarea::file-selector-button,.passwordchange #content-main>form textarea::file-selector-button,.auth-user.change-form #content-main>form textarea::file-selector-button,.login #container input[type=\'text\']::file-selector-button,.login #container input[type=\'password\']::file-selector-button,.change-list #changelist #result_list input[type=text]::file-selector-button,.change-list #changelist #result_list input[type=number]::file-selector-button,.change-list #changelist #result_list input[type=email]::file-selector-button,.change-list #changelist #result_list input[type=date]::file-selector-button,.change-list #changelist-search input[type=text]::file-selector-button,.change-list .admindatefilter input[type=\'text\']::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button,.change-form #content-main>form input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,.passwordchange #content-main>form input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,.change-form #content-main>form input[type=password]:hover:not(:disabled):not([readonly])::file-selector-button,.passwordchange #content-main>form input[type=password]:hover:not(:disabled):not([readonly])::file-selector-button,.change-form #content-main>form input[type=url]:hover:not(:disabled):not([readonly])::file-selector-button,.passwordchange #content-main>form input[type=url]:hover:not(:disabled):not([readonly])::file-selector-button,.change-form #content-main>form input[type=number]:hover:not(:disabled):not([readonly])::file-selector-button,.passwordchange #content-main>form input[type=number]:hover:not(:disabled):not([readonly])::file-selector-button,.change-form #content-main>form input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,.passwordchange #content-main>form input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,.change-form #content-main>form input[type=date]:hover:not(:disabled):not([readonly])::file-selector-button,.passwordchange #content-main>form input[type=date]:hover:not(:disabled):not([readonly])::file-selector-button,.change-form #content-main>form input[type=file]:hover:not(:disabled):not([readonly])::file-selector-button,.passwordchange #content-main>form input[type=file]:hover:not(:disabled):not([readonly])::file-selector-button,.change-form #content-main>form select[multiple]:hover:not(:disabled):not([readonly])::file-selector-button,.passwordchange #content-main>form select[multiple]:hover:not(:disabled):not([readonly])::file-selector-button,.change-form #content-main>form textarea:hover:not(:disabled):not([readonly])::file-selector-button,.passwordchange #content-main>form textarea:hover:not(:disabled):not([readonly])::file-selector-button,.login #container input[type=\'text\']:hover:not(:disabled):not([readonly])::file-selector-button,.login #container input[type=\'password\']:hover:not(:disabled):not([readonly])::file-selector-button,.change-list #changelist #result_list input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,.change-list #changelist #result_list input[type=number]:hover:not(:disabled):not([readonly])::file-selector-button,.change-list #changelist #result_list input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,.change-list #changelist #result_list input[type=date]:hover:not(:disabled):not([readonly])::file-selector-button,.change-list #changelist-search input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,.change-list .admindatefilter input[type=\'text\']:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button,.change-form #content-main>form input[type=text]::-webkit-file-upload-button,.passwordchange #content-main>form input[type=text]::-webkit-file-upload-button,.change-form #content-main>form input[type=password]::-webkit-file-upload-button,.passwordchange #content-main>form input[type=password]::-webkit-file-upload-button,.change-form #content-main>form input[type=url]::-webkit-file-upload-button,.passwordchange #content-main>form input[type=url]::-webkit-file-upload-button,.change-form #content-main>form input[type=number]::-webkit-file-upload-button,.passwordchange #content-main>form input[type=number]::-webkit-file-upload-button,.change-form #content-main>form input[type=email]::-webkit-file-upload-button,.passwordchange #content-main>form input[type=email]::-webkit-file-upload-button,.change-form #content-main>form input[type=date]::-webkit-file-upload-button,.passwordchange #content-main>form input[type=date]::-webkit-file-upload-button,.change-form #content-main>form input[type=file]::-webkit-file-upload-button,.passwordchange #content-main>form input[type=file]::-webkit-file-upload-button,.change-form #content-main>form select[multiple]::-webkit-file-upload-button,.passwordchange #content-main>form select[multiple]::-webkit-file-upload-button,.change-form #content-main>form textarea::-webkit-file-upload-button,.passwordchange #content-main>form textarea::-webkit-file-upload-button,.auth-user.change-form #content-main>form textarea::-webkit-file-upload-button,.login #container input[type=\'text\']::-webkit-file-upload-button,.login #container input[type=\'password\']::-webkit-file-upload-button,.change-list #changelist #result_list input[type=text]::-webkit-file-upload-button,.change-list #changelist #result_list input[type=number]::-webkit-file-upload-button,.change-list #changelist #result_list input[type=email]::-webkit-file-upload-button,.change-list #changelist #result_list input[type=date]::-webkit-file-upload-button,.change-list #changelist-search input[type=text]::-webkit-file-upload-button,.change-list .admindatefilter input[type=\'text\']::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control::-webkit-file-upload-button,.change-form #content-main>form input[type=text]::-webkit-file-upload-button,.passwordchange #content-main>form input[type=text]::-webkit-file-upload-button,.change-form #content-main>form input[type=password]::-webkit-file-upload-button,.passwordchange #content-main>form input[type=password]::-webkit-file-upload-button,.change-form #content-main>form input[type=url]::-webkit-file-upload-button,.passwordchange #content-main>form input[type=url]::-webkit-file-upload-button,.change-form #content-main>form input[type=number]::-webkit-file-upload-button,.passwordchange #content-main>form input[type=number]::-webkit-file-upload-button,.change-form #content-main>form input[type=email]::-webkit-file-upload-button,.passwordchange #content-main>form input[type=email]::-webkit-file-upload-button,.change-form #content-main>form input[type=date]::-webkit-file-upload-button,.passwordchange #content-main>form input[type=date]::-webkit-file-upload-button,.change-form #content-main>form input[type=file]::-webkit-file-upload-button,.passwordchange #content-main>form input[type=file]::-webkit-file-upload-button,.change-form #content-main>form select[multiple]::-webkit-file-upload-button,.passwordchange #content-main>form select[multiple]::-webkit-file-upload-button,.change-form #content-main>form textarea::-webkit-file-upload-button,.passwordchange #content-main>form textarea::-webkit-file-upload-button,.auth-user.change-form #content-main>form textarea::-webkit-file-upload-button,.login #container input[type=\'text\']::-webkit-file-upload-button,.login #container input[type=\'password\']::-webkit-file-upload-button,.change-list #changelist #result_list input[type=text]::-webkit-file-upload-button,.change-list #changelist #result_list input[type=number]::-webkit-file-upload-button,.change-list #changelist #result_list input[type=email]::-webkit-file-upload-button,.change-list #changelist #result_list input[type=date]::-webkit-file-upload-button,.change-list #changelist-search input[type=text]::-webkit-file-upload-button,.change-list .admindatefilter input[type=\'text\']::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-form #content-main>form input[type=text]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.passwordchange #content-main>form input[type=text]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-form #content-main>form input[type=password]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.passwordchange #content-main>form input[type=password]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-form #content-main>form input[type=url]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.passwordchange #content-main>form input[type=url]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-form #content-main>form input[type=number]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.passwordchange #content-main>form input[type=number]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-form #content-main>form input[type=email]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.passwordchange #content-main>form input[type=email]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-form #content-main>form input[type=date]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.passwordchange #content-main>form input[type=date]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-form #content-main>form input[type=file]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.passwordchange #content-main>form input[type=file]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-form #content-main>form select[multiple]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.passwordchange #content-main>form select[multiple]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-form #content-main>form textarea:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.passwordchange #content-main>form textarea:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.login #container input[type=\'text\']:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.login #container input[type=\'password\']:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-list #changelist #result_list input[type=text]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-list #changelist #result_list input[type=number]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-list #changelist #result_list input[type=email]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-list #changelist #result_list input[type=date]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-list #changelist-search input[type=text]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-list .admindatefilter input[type=\'text\']:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-sm,.change-list #changelist-search input.form-control-plaintext[type=text],.change-list .admindatefilter input.form-control-plaintext[type=\'text\'],.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm,.change-list #changelist-search input[type=text],.change-list .admindatefilter input[type=\'text\']{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::file-selector-button,.change-list #changelist-search input[type=text]::file-selector-button,.change-list .admindatefilter input[type=\'text\']::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button,.change-list #changelist-search input[type=text]::-webkit-file-upload-button,.change-list .admindatefilter input[type=\'text\']::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control,.change-form #content-main>form textarea,.passwordchange #content-main>form textarea,.auth-user.change-form #content-main>form textarea{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{max-width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select,.change-form #content-main>form select:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form select:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23343a40\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M2 5l6 6 6-6\'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-select:focus,.change-form #content-main>form select:focus:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form select:focus:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form select:focus{border-color:#bf8d93;outline:0;box-shadow:0 0 0 .25rem rgba(127,27,39,0.25)}.form-select[multiple],.change-form #content-main>form select[multiple]:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form select[multiple]:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form select[multiple],.form-select[size]:not([size="1"]),.change-form #content-main>form select[size]:not([size="1"]):not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form select[size]:not([size="1"]):not([multiple]):not(.admin-autocomplete),.change-list #changelist-form select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled,.change-form #content-main>form select:disabled:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form select:disabled:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form select:disabled{color:#6c757d;background-color:#e9ecef}.form-select:-moz-focusring,.change-form #content-main>form select:-moz-focusring:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form select:-moz-focusring:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm,.change-list #changelist-form select{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input,.form-check input[type=checkbox]{float:left;margin-left:-1.5em}.form-check-input,input[type=checkbox]{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,0.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type="checkbox"],input[type="checkbox"][type=checkbox]{border-radius:.25em}.form-check-input[type="radio"],input[type="radio"][type=checkbox]{border-radius:50%}.form-check-input:active,input:active[type=checkbox]{-webkit-filter:brightness(90%);filter:brightness(90%)}.form-check-input:focus,input:focus[type=checkbox]{border-color:#bf8d93;outline:0;box-shadow:0 0 0 .25rem rgba(127,27,39,0.25)}.form-check-input:checked,input:checked[type=checkbox]{background-color:#7f1b27;border-color:#7f1b27}.form-check-input:checked[type="checkbox"],input:checked[type="checkbox"][type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 20 20\'%3e%3cpath fill=\'none\' stroke=\'%23fff\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'3\' d=\'M6 10l3 3l6-6\'/%3e%3c/svg%3e")}.form-check-input:checked[type="radio"],input:checked[type="radio"][type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'2\' fill=\'%23fff\'/%3e%3c/svg%3e")}.form-check-input[type="checkbox"]:indeterminate,input[type="checkbox"]:indeterminate[type=checkbox]{background-color:#7f1b27;border-color:#7f1b27;background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 20 20\'%3e%3cpath fill=\'none\' stroke=\'%23fff\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'3\' d=\'M6 10h8\'/%3e%3c/svg%3e")}.form-check-input:disabled,input:disabled[type=checkbox]{pointer-events:none;-webkit-filter:none;filter:none;opacity:.5}.form-check-input[disabled] ~ .form-check-label,input[disabled][type=checkbox] ~ .form-check-label,.form-check-input:disabled ~ .form-check-label,input:disabled[type=checkbox] ~ .form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input,.form-switch input[type=checkbox]{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'rgba%280,0,0,0.25%29\'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-switch .form-check-input,.form-switch input[type=checkbox]{transition:none}}.form-switch .form-check-input:focus,.form-switch input:focus[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23bf8d93\'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked,.form-switch input:checked[type=checkbox]{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23fff\'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.btn-check[disabled]+.btn,.change-form #content-main>form .form-row .btn-check[disabled]+.selector-chooseall,.passwordchange #content-main>form .form-row .btn-check[disabled]+.selector-chooseall,.change-form #content-main>form .form-row .btn-check[disabled]+.selector-clearall,.passwordchange #content-main>form .form-row .btn-check[disabled]+.selector-clearall,.change-form #content-main>form .submit-row .btn-check[disabled]+input[type=submit],.passwordchange #content-main>form .submit-row .btn-check[disabled]+input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-check[disabled]+.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-check[disabled]+.deletelink,.change-form #content-main>form .add-row .btn-check[disabled]+a,.passwordchange #content-main>form .add-row .btn-check[disabled]+a,.change-form #content-main>form .btn-check[disabled]+.inline-deletelink,.passwordchange #content-main>form .btn-check[disabled]+.inline-deletelink,.login #container .submit-row .btn-check[disabled]+input,#content .object-tools .btn-check[disabled]+a,.change-list #changelist-search .btn-check[disabled]+input[type=submit],.change-list .btn-check[disabled]+.changelist-filter-toggler,.change-list #changelist-form .actions .btn-check[disabled]+button,.paginator .btn-check[disabled]+.showall,.paginator .btn-check[disabled]+input,.delete-confirmation-content form .btn-check[disabled]+input[type=submit],.delete-confirmation-content form .btn-check[disabled]+.cancel-link,.actionresult #content>p .btn-check[disabled]+a,.page-admindocs .admindocs-body .small .btn-check[disabled]+a,.btn-check:disabled+.btn,.change-form #content-main>form .form-row .btn-check:disabled+.selector-chooseall,.passwordchange #content-main>form .form-row .btn-check:disabled+.selector-chooseall,.change-form #content-main>form .form-row .btn-check:disabled+.selector-clearall,.passwordchange #content-main>form .form-row .btn-check:disabled+.selector-clearall,.change-form #content-main>form .submit-row .btn-check:disabled+input[type=submit],.passwordchange #content-main>form .submit-row .btn-check:disabled+input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-check:disabled+.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-check:disabled+.deletelink,.change-form #content-main>form .add-row .btn-check:disabled+a,.passwordchange #content-main>form .add-row .btn-check:disabled+a,.change-form #content-main>form .btn-check:disabled+.inline-deletelink,.passwordchange #content-main>form .btn-check:disabled+.inline-deletelink,.login #container .submit-row .btn-check:disabled+input,#content .object-tools .btn-check:disabled+a,.change-list #changelist-search .btn-check:disabled+input[type=submit],.change-list .btn-check:disabled+.changelist-filter-toggler,.change-list #changelist-form .actions .btn-check:disabled+button,.paginator .btn-check:disabled+.showall,.paginator .btn-check:disabled+input,.delete-confirmation-content form .btn-check:disabled+input[type=submit],.delete-confirmation-content form .btn-check:disabled+.cancel-link,.actionresult #content>p .btn-check:disabled+a,.page-admindocs .admindocs-body .small .btn-check:disabled+a{pointer-events:none;-webkit-filter:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(127,27,39,0.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(127,27,39,0.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#7f1b27;border:0;border-radius:1rem;-webkit-transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#d9bbbe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#7f1b27;border:0;border-radius:1rem;-moz-transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#d9bbbe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.change-form #content-main>form .form-floating>input[type=text],.passwordchange #content-main>form .form-floating>input[type=text],.change-form #content-main>form .form-floating>input[type=password],.passwordchange #content-main>form .form-floating>input[type=password],.change-form #content-main>form .form-floating>input[type=url],.passwordchange #content-main>form .form-floating>input[type=url],.change-form #content-main>form .form-floating>input[type=number],.passwordchange #content-main>form .form-floating>input[type=number],.change-form #content-main>form .form-floating>input[type=email],.passwordchange #content-main>form .form-floating>input[type=email],.change-form #content-main>form .form-floating>input[type=date],.passwordchange #content-main>form .form-floating>input[type=date],.change-form #content-main>form .form-floating>input[type=file],.passwordchange #content-main>form .form-floating>input[type=file],.change-form #content-main>form .form-floating>select[multiple],.passwordchange #content-main>form .form-floating>select[multiple],.change-form #content-main>form .form-floating>textarea,.passwordchange #content-main>form .form-floating>textarea,.login #container .form-floating>input[type=\'text\'],.login #container .form-floating>input[type=\'password\'],.change-list #changelist #result_list .form-floating>input[type=text],.change-list #changelist #result_list .form-floating>input[type=number],.change-list #changelist #result_list .form-floating>input[type=email],.change-list #changelist #result_list .form-floating>input[type=date],.change-list #changelist-search .form-floating>input[type=text],.change-list .admindatefilter .form-floating>input[type=\'text\'],.form-floating>.form-select,.change-form #content-main>form .form-floating>select:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form .form-floating>select:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form .form-floating>select{height:calc(3.5rem + 2px);padding:1rem .75rem}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity 0.1s ease-in-out,transform 0.1s ease-in-out}@media (prefers-reduced-motion: reduce){.form-floating>label{transition:none}}.form-floating>.form-control::-moz-placeholder, .change-form #content-main>form .form-floating>input[type=text]::-moz-placeholder, .passwordchange #content-main>form .form-floating>input[type=text]::-moz-placeholder, .change-form #content-main>form .form-floating>input[type=password]::-moz-placeholder, .passwordchange #content-main>form .form-floating>input[type=password]::-moz-placeholder, .change-form #content-main>form .form-floating>input[type=url]::-moz-placeholder, .passwordchange #content-main>form .form-floating>input[type=url]::-moz-placeholder, .change-form #content-main>form .form-floating>input[type=number]::-moz-placeholder, .passwordchange #content-main>form .form-floating>input[type=number]::-moz-placeholder, .change-form #content-main>form .form-floating>input[type=email]::-moz-placeholder, .passwordchange #content-main>form .form-floating>input[type=email]::-moz-placeholder, .change-form #content-main>form .form-floating>input[type=date]::-moz-placeholder, .passwordchange #content-main>form .form-floating>input[type=date]::-moz-placeholder, .change-form #content-main>form .form-floating>input[type=file]::-moz-placeholder, .passwordchange #content-main>form .form-floating>input[type=file]::-moz-placeholder, .change-form #content-main>form .form-floating>select[multiple]::-moz-placeholder, .passwordchange #content-main>form .form-floating>select[multiple]::-moz-placeholder, .change-form #content-main>form .form-floating>textarea::-moz-placeholder, .passwordchange #content-main>form .form-floating>textarea::-moz-placeholder, .login #container .form-floating>input[type=\'text\']::-moz-placeholder, .login #container .form-floating>input[type=\'password\']::-moz-placeholder, .change-list #changelist #result_list .form-floating>input[type=text]::-moz-placeholder, .change-list #changelist #result_list .form-floating>input[type=number]::-moz-placeholder, .change-list #changelist #result_list .form-floating>input[type=email]::-moz-placeholder, .change-list #changelist #result_list .form-floating>input[type=date]::-moz-placeholder, .change-list #changelist-search .form-floating>input[type=text]::-moz-placeholder, .change-list .admindatefilter .form-floating>input[type=\'text\']::-moz-placeholder{color:transparent}.form-floating>.form-control:-ms-input-placeholder, .change-form #content-main>form .form-floating>input[type=text]:-ms-input-placeholder, .passwordchange #content-main>form .form-floating>input[type=text]:-ms-input-placeholder, .change-form #content-main>form .form-floating>input[type=password]:-ms-input-placeholder, .passwordchange #content-main>form .form-floating>input[type=password]:-ms-input-placeholder, .change-form #content-main>form .form-floating>input[type=url]:-ms-input-placeholder, .passwordchange #content-main>form .form-floating>input[type=url]:-ms-input-placeholder, .change-form #content-main>form .form-floating>input[type=number]:-ms-input-placeholder, .passwordchange #content-main>form .form-floating>input[type=number]:-ms-input-placeholder, .change-form #content-main>form .form-floating>input[type=email]:-ms-input-placeholder, .passwordchange #content-main>form .form-floating>input[type=email]:-ms-input-placeholder, .change-form #content-main>form .form-floating>input[type=date]:-ms-input-placeholder, .passwordchange #content-main>form .form-floating>input[type=date]:-ms-input-placeholder, .change-form #content-main>form .form-floating>input[type=file]:-ms-input-placeholder, .passwordchange #content-main>form .form-floating>input[type=file]:-ms-input-placeholder, .change-form #content-main>form .form-floating>select[multiple]:-ms-input-placeholder, .passwordchange #content-main>form .form-floating>select[multiple]:-ms-input-placeholder, .change-form #content-main>form .form-floating>textarea:-ms-input-placeholder, .passwordchange #content-main>form .form-floating>textarea:-ms-input-placeholder, .login #container .form-floating>input[type=\'text\']:-ms-input-placeholder, .login #container .form-floating>input[type=\'password\']:-ms-input-placeholder, .change-list #changelist #result_list .form-floating>input[type=text]:-ms-input-placeholder, .change-list #changelist #result_list .form-floating>input[type=number]:-ms-input-placeholder, .change-list #changelist #result_list .form-floating>input[type=email]:-ms-input-placeholder, .change-list #changelist #result_list .form-floating>input[type=date]:-ms-input-placeholder, .change-list #changelist-search .form-floating>input[type=text]:-ms-input-placeholder, .change-list .admindatefilter .form-floating>input[type=\'text\']:-ms-input-placeholder{color:transparent}.form-floating>.form-control::-ms-input-placeholder, .change-form #content-main>form .form-floating>input[type=text]::-ms-input-placeholder, .passwordchange #content-main>form .form-floating>input[type=text]::-ms-input-placeholder, .change-form #content-main>form .form-floating>input[type=password]::-ms-input-placeholder, .passwordchange #content-main>form .form-floating>input[type=password]::-ms-input-placeholder, .change-form #content-main>form .form-floating>input[type=url]::-ms-input-placeholder, .passwordchange #content-main>form .form-floating>input[type=url]::-ms-input-placeholder, .change-form #content-main>form .form-floating>input[type=number]::-ms-input-placeholder, .passwordchange #content-main>form .form-floating>input[type=number]::-ms-input-placeholder, .change-form #content-main>form .form-floating>input[type=email]::-ms-input-placeholder, .passwordchange #content-main>form .form-floating>input[type=email]::-ms-input-placeholder, .change-form #content-main>form .form-floating>input[type=date]::-ms-input-placeholder, .passwordchange #content-main>form .form-floating>input[type=date]::-ms-input-placeholder, .change-form #content-main>form .form-floating>input[type=file]::-ms-input-placeholder, .passwordchange #content-main>form .form-floating>input[type=file]::-ms-input-placeholder, .change-form #content-main>form .form-floating>select[multiple]::-ms-input-placeholder, .passwordchange #content-main>form .form-floating>select[multiple]::-ms-input-placeholder, .change-form #content-main>form .form-floating>textarea::-ms-input-placeholder, .passwordchange #content-main>form .form-floating>textarea::-ms-input-placeholder, .login #container .form-floating>input[type=\'text\']::-ms-input-placeholder, .login #container .form-floating>input[type=\'password\']::-ms-input-placeholder, .change-list #changelist #result_list .form-floating>input[type=text]::-ms-input-placeholder, .change-list #changelist #result_list .form-floating>input[type=number]::-ms-input-placeholder, .change-list #changelist #result_list .form-floating>input[type=email]::-ms-input-placeholder, .change-list #changelist #result_list .form-floating>input[type=date]::-ms-input-placeholder, .change-list #changelist-search .form-floating>input[type=text]::-ms-input-placeholder, .change-list .admindatefilter .form-floating>input[type=\'text\']::-ms-input-placeholder{color:transparent}.form-floating>.form-control::placeholder,.change-form #content-main>form .form-floating>input[type=text]::placeholder,.passwordchange #content-main>form .form-floating>input[type=text]::placeholder,.change-form #content-main>form .form-floating>input[type=password]::placeholder,.passwordchange #content-main>form .form-floating>input[type=password]::placeholder,.change-form #content-main>form .form-floating>input[type=url]::placeholder,.passwordchange #content-main>form .form-floating>input[type=url]::placeholder,.change-form #content-main>form .form-floating>input[type=number]::placeholder,.passwordchange #content-main>form .form-floating>input[type=number]::placeholder,.change-form #content-main>form .form-floating>input[type=email]::placeholder,.passwordchange #content-main>form .form-floating>input[type=email]::placeholder,.change-form #content-main>form .form-floating>input[type=date]::placeholder,.passwordchange #content-main>form .form-floating>input[type=date]::placeholder,.change-form #content-main>form .form-floating>input[type=file]::placeholder,.passwordchange #content-main>form .form-floating>input[type=file]::placeholder,.change-form #content-main>form .form-floating>select[multiple]::placeholder,.passwordchange #content-main>form .form-floating>select[multiple]::placeholder,.change-form #content-main>form .form-floating>textarea::placeholder,.passwordchange #content-main>form .form-floating>textarea::placeholder,.login #container .form-floating>input[type=\'text\']::placeholder,.login #container .form-floating>input[type=\'password\']::placeholder,.change-list #changelist #result_list .form-floating>input[type=text]::placeholder,.change-list #changelist #result_list .form-floating>input[type=number]::placeholder,.change-list #changelist #result_list .form-floating>input[type=email]::placeholder,.change-list #changelist #result_list .form-floating>input[type=date]::placeholder,.change-list #changelist-search .form-floating>input[type=text]::placeholder,.change-list .admindatefilter .form-floating>input[type=\'text\']::placeholder{color:transparent}.form-floating>.form-control:not(:-moz-placeholder-shown), .change-form #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=text], .passwordchange #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=text], .change-form #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=password], .passwordchange #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=password], .change-form #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=url], .passwordchange #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=url], .change-form #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=number], .passwordchange #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=number], .change-form #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=email], .passwordchange #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=email], .change-form #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=date], .passwordchange #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=date], .change-form #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=file], .passwordchange #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=file], .change-form #content-main>form .form-floating>select:not(:-moz-placeholder-shown)[multiple], .passwordchange #content-main>form .form-floating>select:not(:-moz-placeholder-shown)[multiple], .change-form #content-main>form .form-floating>textarea:not(:-moz-placeholder-shown), .passwordchange #content-main>form .form-floating>textarea:not(:-moz-placeholder-shown), .login #container .form-floating>input:not(:-moz-placeholder-shown)[type=\'text\'], .login #container .form-floating>input:not(:-moz-placeholder-shown)[type=\'password\'], .change-list #changelist #result_list .form-floating>input:not(:-moz-placeholder-shown)[type=text], .change-list #changelist #result_list .form-floating>input:not(:-moz-placeholder-shown)[type=number], .change-list #changelist #result_list .form-floating>input:not(:-moz-placeholder-shown)[type=email], .change-list #changelist #result_list .form-floating>input:not(:-moz-placeholder-shown)[type=date], .change-list #changelist-search .form-floating>input:not(:-moz-placeholder-shown)[type=text], .change-list .admindatefilter .form-floating>input:not(:-moz-placeholder-shown)[type=\'text\']{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-ms-input-placeholder), .change-form #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=text], .passwordchange #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=text], .change-form #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=password], .passwordchange #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=password], .change-form #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=url], .passwordchange #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=url], .change-form #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=number], .passwordchange #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=number], .change-form #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=email], .passwordchange #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=email], .change-form #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=date], .passwordchange #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=date], .change-form #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=file], .passwordchange #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=file], .change-form #content-main>form .form-floating>select:not(:-ms-input-placeholder)[multiple], .passwordchange #content-main>form .form-floating>select:not(:-ms-input-placeholder)[multiple], .change-form #content-main>form .form-floating>textarea:not(:-ms-input-placeholder), .passwordchange #content-main>form .form-floating>textarea:not(:-ms-input-placeholder), .login #container .form-floating>input:not(:-ms-input-placeholder)[type=\'text\'], .login #container .form-floating>input:not(:-ms-input-placeholder)[type=\'password\'], .change-list #changelist #result_list .form-floating>input:not(:-ms-input-placeholder)[type=text], .change-list #changelist #result_list .form-floating>input:not(:-ms-input-placeholder)[type=number], .change-list #changelist #result_list .form-floating>input:not(:-ms-input-placeholder)[type=email], .change-list #changelist #result_list .form-floating>input:not(:-ms-input-placeholder)[type=date], .change-list #changelist-search .form-floating>input:not(:-ms-input-placeholder)[type=text], .change-list .admindatefilter .form-floating>input:not(:-ms-input-placeholder)[type=\'text\']{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus,.change-form #content-main>form .form-floating>input:focus[type=text],.passwordchange #content-main>form .form-floating>input:focus[type=text],.change-form #content-main>form .form-floating>input:focus[type=password],.passwordchange #content-main>form .form-floating>input:focus[type=password],.change-form #content-main>form .form-floating>input:focus[type=url],.passwordchange #content-main>form .form-floating>input:focus[type=url],.change-form #content-main>form .form-floating>input:focus[type=number],.passwordchange #content-main>form .form-floating>input:focus[type=number],.change-form #content-main>form .form-floating>input:focus[type=email],.passwordchange #content-main>form .form-floating>input:focus[type=email],.change-form #content-main>form .form-floating>input:focus[type=date],.passwordchange #content-main>form .form-floating>input:focus[type=date],.change-form #content-main>form .form-floating>input:focus[type=file],.passwordchange #content-main>form .form-floating>input:focus[type=file],.change-form #content-main>form .form-floating>select:focus[multiple],.passwordchange #content-main>form .form-floating>select:focus[multiple],.change-form #content-main>form .form-floating>textarea:focus,.passwordchange #content-main>form .form-floating>textarea:focus,.login #container .form-floating>input:focus[type=\'text\'],.login #container .form-floating>input:focus[type=\'password\'],.change-list #changelist #result_list .form-floating>input:focus[type=text],.change-list #changelist #result_list .form-floating>input:focus[type=number],.change-list #changelist #result_list .form-floating>input:focus[type=email],.change-list #changelist #result_list .form-floating>input:focus[type=date],.change-list #changelist-search .form-floating>input:focus[type=text],.change-list .admindatefilter .form-floating>input:focus[type=\'text\'],.form-floating>.form-control:not(:placeholder-shown),.change-form #content-main>form .form-floating>input:not(:placeholder-shown)[type=text],.passwordchange #content-main>form .form-floating>input:not(:placeholder-shown)[type=text],.change-form #content-main>form .form-floating>input:not(:placeholder-shown)[type=password],.passwordchange #content-main>form .form-floating>input:not(:placeholder-shown)[type=password],.change-form #content-main>form .form-floating>input:not(:placeholder-shown)[type=url],.passwordchange #content-main>form .form-floating>input:not(:placeholder-shown)[type=url],.change-form #content-main>form .form-floating>input:not(:placeholder-shown)[type=number],.passwordchange #content-main>form .form-floating>input:not(:placeholder-shown)[type=number],.change-form #content-main>form .form-floating>input:not(:placeholder-shown)[type=email],.passwordchange #content-main>form .form-floating>input:not(:placeholder-shown)[type=email],.change-form #content-main>form .form-floating>input:not(:placeholder-shown)[type=date],.passwordchange #content-main>form .form-floating>input:not(:placeholder-shown)[type=date],.change-form #content-main>form .form-floating>input:not(:placeholder-shown)[type=file],.passwordchange #content-main>form .form-floating>input:not(:placeholder-shown)[type=file],.change-form #content-main>form .form-floating>select:not(:placeholder-shown)[multiple],.passwordchange #content-main>form .form-floating>select:not(:placeholder-shown)[multiple],.change-form #content-main>form .form-floating>textarea:not(:placeholder-shown),.passwordchange #content-main>form .form-floating>textarea:not(:placeholder-shown),.login #container .form-floating>input:not(:placeholder-shown)[type=\'text\'],.login #container .form-floating>input:not(:placeholder-shown)[type=\'password\'],.change-list #changelist #result_list .form-floating>input:not(:placeholder-shown)[type=text],.change-list #changelist #result_list .form-floating>input:not(:placeholder-shown)[type=number],.change-list #changelist #result_list .form-floating>input:not(:placeholder-shown)[type=email],.change-list #changelist #result_list .form-floating>input:not(:placeholder-shown)[type=date],.change-list #changelist-search .form-floating>input:not(:placeholder-shown)[type=text],.change-list .admindatefilter .form-floating>input:not(:placeholder-shown)[type=\'text\']{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill,.change-form #content-main>form .form-floating>input:-webkit-autofill[type=text],.passwordchange #content-main>form .form-floating>input:-webkit-autofill[type=text],.change-form #content-main>form .form-floating>input:-webkit-autofill[type=password],.passwordchange #content-main>form .form-floating>input:-webkit-autofill[type=password],.change-form #content-main>form .form-floating>input:-webkit-autofill[type=url],.passwordchange #content-main>form .form-floating>input:-webkit-autofill[type=url],.change-form #content-main>form .form-floating>input:-webkit-autofill[type=number],.passwordchange #content-main>form .form-floating>input:-webkit-autofill[type=number],.change-form #content-main>form .form-floating>input:-webkit-autofill[type=email],.passwordchange #content-main>form .form-floating>input:-webkit-autofill[type=email],.change-form #content-main>form .form-floating>input:-webkit-autofill[type=date],.passwordchange #content-main>form .form-floating>input:-webkit-autofill[type=date],.change-form #content-main>form .form-floating>input:-webkit-autofill[type=file],.passwordchange #content-main>form .form-floating>input:-webkit-autofill[type=file],.change-form #content-main>form .form-floating>select:-webkit-autofill[multiple],.passwordchange #content-main>form .form-floating>select:-webkit-autofill[multiple],.change-form #content-main>form .form-floating>textarea:-webkit-autofill,.passwordchange #content-main>form .form-floating>textarea:-webkit-autofill,.login #container .form-floating>input:-webkit-autofill[type=\'text\'],.login #container .form-floating>input:-webkit-autofill[type=\'password\'],.change-list #changelist #result_list .form-floating>input:-webkit-autofill[type=text],.change-list #changelist #result_list .form-floating>input:-webkit-autofill[type=number],.change-list #changelist #result_list .form-floating>input:-webkit-autofill[type=email],.change-list #changelist #result_list .form-floating>input:-webkit-autofill[type=date],.change-list #changelist-search .form-floating>input:-webkit-autofill[type=text],.change-list .admindatefilter .form-floating>input:-webkit-autofill[type=\'text\']{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select,.change-form #content-main>form .form-floating>select:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form .form-floating>select:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form .form-floating>select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown) ~ label, .change-form #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=text] ~ label, .passwordchange #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=text] ~ label, .change-form #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=password] ~ label, .passwordchange #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=password] ~ label, .change-form #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=url] ~ label, .passwordchange #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=url] ~ label, .change-form #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=number] ~ label, .passwordchange #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=number] ~ label, .change-form #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=email] ~ label, .passwordchange #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=email] ~ label, .change-form #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=date] ~ label, .passwordchange #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=date] ~ label, .change-form #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=file] ~ label, .passwordchange #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=file] ~ label, .change-form #content-main>form .form-floating>select:not(:-moz-placeholder-shown)[multiple] ~ label, .passwordchange #content-main>form .form-floating>select:not(:-moz-placeholder-shown)[multiple] ~ label, .change-form #content-main>form .form-floating>textarea:not(:-moz-placeholder-shown) ~ label, .passwordchange #content-main>form .form-floating>textarea:not(:-moz-placeholder-shown) ~ label, .login #container .form-floating>input:not(:-moz-placeholder-shown)[type=\'text\'] ~ label, .login #container .form-floating>input:not(:-moz-placeholder-shown)[type=\'password\'] ~ label, .change-list #changelist #result_list .form-floating>input:not(:-moz-placeholder-shown)[type=text] ~ label, .change-list #changelist #result_list .form-floating>input:not(:-moz-placeholder-shown)[type=number] ~ label, .change-list #changelist #result_list .form-floating>input:not(:-moz-placeholder-shown)[type=email] ~ label, .change-list #changelist #result_list .form-floating>input:not(:-moz-placeholder-shown)[type=date] ~ label, .change-list #changelist-search .form-floating>input:not(:-moz-placeholder-shown)[type=text] ~ label, .change-list .admindatefilter .form-floating>input:not(:-moz-placeholder-shown)[type=\'text\'] ~ label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:not(:-ms-input-placeholder) ~ label, .change-form #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=text] ~ label, .passwordchange #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=text] ~ label, .change-form #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=password] ~ label, .passwordchange #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=password] ~ label, .change-form #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=url] ~ label, .passwordchange #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=url] ~ label, .change-form #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=number] ~ label, .passwordchange #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=number] ~ label, .change-form #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=email] ~ label, .passwordchange #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=email] ~ label, .change-form #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=date] ~ label, .passwordchange #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=date] ~ label, .change-form #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=file] ~ label, .passwordchange #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=file] ~ label, .change-form #content-main>form .form-floating>select:not(:-ms-input-placeholder)[multiple] ~ label, .passwordchange #content-main>form .form-floating>select:not(:-ms-input-placeholder)[multiple] ~ label, .change-form #content-main>form .form-floating>textarea:not(:-ms-input-placeholder) ~ label, .passwordchange #content-main>form .form-floating>textarea:not(:-ms-input-placeholder) ~ label, .login #container .form-floating>input:not(:-ms-input-placeholder)[type=\'text\'] ~ label, .login #container .form-floating>input:not(:-ms-input-placeholder)[type=\'password\'] ~ label, .change-list #changelist #result_list .form-floating>input:not(:-ms-input-placeholder)[type=text] ~ label, .change-list #changelist #result_list .form-floating>input:not(:-ms-input-placeholder)[type=number] ~ label, .change-list #changelist #result_list .form-floating>input:not(:-ms-input-placeholder)[type=email] ~ label, .change-list #changelist #result_list .form-floating>input:not(:-ms-input-placeholder)[type=date] ~ label, .change-list #changelist-search .form-floating>input:not(:-ms-input-placeholder)[type=text] ~ label, .change-list .admindatefilter .form-floating>input:not(:-ms-input-placeholder)[type=\'text\'] ~ label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:focus ~ label,.change-form #content-main>form .form-floating>input:focus[type=text] ~ label,.passwordchange #content-main>form .form-floating>input:focus[type=text] ~ label,.change-form #content-main>form .form-floating>input:focus[type=password] ~ label,.passwordchange #content-main>form .form-floating>input:focus[type=password] ~ label,.change-form #content-main>form .form-floating>input:focus[type=url] ~ label,.passwordchange #content-main>form .form-floating>input:focus[type=url] ~ label,.change-form #content-main>form .form-floating>input:focus[type=number] ~ label,.passwordchange #content-main>form .form-floating>input:focus[type=number] ~ label,.change-form #content-main>form .form-floating>input:focus[type=email] ~ label,.passwordchange #content-main>form .form-floating>input:focus[type=email] ~ label,.change-form #content-main>form .form-floating>input:focus[type=date] ~ label,.passwordchange #content-main>form .form-floating>input:focus[type=date] ~ label,.change-form #content-main>form .form-floating>input:focus[type=file] ~ label,.passwordchange #content-main>form .form-floating>input:focus[type=file] ~ label,.change-form #content-main>form .form-floating>select:focus[multiple] ~ label,.passwordchange #content-main>form .form-floating>select:focus[multiple] ~ label,.change-form #content-main>form .form-floating>textarea:focus ~ label,.passwordchange #content-main>form .form-floating>textarea:focus ~ label,.login #container .form-floating>input:focus[type=\'text\'] ~ label,.login #container .form-floating>input:focus[type=\'password\'] ~ label,.change-list #changelist #result_list .form-floating>input:focus[type=text] ~ label,.change-list #changelist #result_list .form-floating>input:focus[type=number] ~ label,.change-list #changelist #result_list .form-floating>input:focus[type=email] ~ label,.change-list #changelist #result_list .form-floating>input:focus[type=date] ~ label,.change-list #changelist-search .form-floating>input:focus[type=text] ~ label,.change-list .admindatefilter .form-floating>input:focus[type=\'text\'] ~ label,.form-floating>.form-control:not(:placeholder-shown) ~ label,.change-form #content-main>form .form-floating>input:not(:placeholder-shown)[type=text] ~ label,.passwordchange #content-main>form .form-floating>input:not(:placeholder-shown)[type=text] ~ label,.change-form #content-main>form .form-floating>input:not(:placeholder-shown)[type=password] ~ label,.passwordchange #content-main>form .form-floating>input:not(:placeholder-shown)[type=password] ~ label,.change-form #content-main>form .form-floating>input:not(:placeholder-shown)[type=url] ~ label,.passwordchange #content-main>form .form-floating>input:not(:placeholder-shown)[type=url] ~ label,.change-form #content-main>form .form-floating>input:not(:placeholder-shown)[type=number] ~ label,.passwordchange #content-main>form .form-floating>input:not(:placeholder-shown)[type=number] ~ label,.change-form #content-main>form .form-floating>input:not(:placeholder-shown)[type=email] ~ label,.passwordchange #content-main>form .form-floating>input:not(:placeholder-shown)[type=email] ~ label,.change-form #content-main>form .form-floating>input:not(:placeholder-shown)[type=date] ~ label,.passwordchange #content-main>form .form-floating>input:not(:placeholder-shown)[type=date] ~ label,.change-form #content-main>form .form-floating>input:not(:placeholder-shown)[type=file] ~ label,.passwordchange #content-main>form .form-floating>input:not(:placeholder-shown)[type=file] ~ label,.change-form #content-main>form .form-floating>select:not(:placeholder-shown)[multiple] ~ label,.passwordchange #content-main>form .form-floating>select:not(:placeholder-shown)[multiple] ~ label,.change-form #content-main>form .form-floating>textarea:not(:placeholder-shown) ~ label,.passwordchange #content-main>form .form-floating>textarea:not(:placeholder-shown) ~ label,.login #container .form-floating>input:not(:placeholder-shown)[type=\'text\'] ~ label,.login #container .form-floating>input:not(:placeholder-shown)[type=\'password\'] ~ label,.change-list #changelist #result_list .form-floating>input:not(:placeholder-shown)[type=text] ~ label,.change-list #changelist #result_list .form-floating>input:not(:placeholder-shown)[type=number] ~ label,.change-list #changelist #result_list .form-floating>input:not(:placeholder-shown)[type=email] ~ label,.change-list #changelist #result_list .form-floating>input:not(:placeholder-shown)[type=date] ~ label,.change-list #changelist-search .form-floating>input:not(:placeholder-shown)[type=text] ~ label,.change-list .admindatefilter .form-floating>input:not(:placeholder-shown)[type=\'text\'] ~ label,.form-floating>.form-select ~ label,.change-form #content-main>form .form-floating>select:not([multiple]):not(.admin-autocomplete) ~ label,.passwordchange #content-main>form .form-floating>select:not([multiple]):not(.admin-autocomplete) ~ label,.change-list #changelist-form .form-floating>select ~ label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:-webkit-autofill ~ label,.change-form #content-main>form .form-floating>input:-webkit-autofill[type=text] ~ label,.passwordchange #content-main>form .form-floating>input:-webkit-autofill[type=text] ~ label,.change-form #content-main>form .form-floating>input:-webkit-autofill[type=password] ~ label,.passwordchange #content-main>form .form-floating>input:-webkit-autofill[type=password] ~ label,.change-form #content-main>form .form-floating>input:-webkit-autofill[type=url] ~ label,.passwordchange #content-main>form .form-floating>input:-webkit-autofill[type=url] ~ label,.change-form #content-main>form .form-floating>input:-webkit-autofill[type=number] ~ label,.passwordchange #content-main>form .form-floating>input:-webkit-autofill[type=number] ~ label,.change-form #content-main>form .form-floating>input:-webkit-autofill[type=email] ~ label,.passwordchange #content-main>form .form-floating>input:-webkit-autofill[type=email] ~ label,.change-form #content-main>form .form-floating>input:-webkit-autofill[type=date] ~ label,.passwordchange #content-main>form .form-floating>input:-webkit-autofill[type=date] ~ label,.change-form #content-main>form .form-floating>input:-webkit-autofill[type=file] ~ label,.passwordchange #content-main>form .form-floating>input:-webkit-autofill[type=file] ~ label,.change-form #content-main>form .form-floating>select:-webkit-autofill[multiple] ~ label,.passwordchange #content-main>form .form-floating>select:-webkit-autofill[multiple] ~ label,.change-form #content-main>form .form-floating>textarea:-webkit-autofill ~ label,.passwordchange #content-main>form .form-floating>textarea:-webkit-autofill ~ label,.login #container .form-floating>input:-webkit-autofill[type=\'text\'] ~ label,.login #container .form-floating>input:-webkit-autofill[type=\'password\'] ~ label,.change-list #changelist #result_list .form-floating>input:-webkit-autofill[type=text] ~ label,.change-list #changelist #result_list .form-floating>input:-webkit-autofill[type=number] ~ label,.change-list #changelist #result_list .form-floating>input:-webkit-autofill[type=email] ~ label,.change-list #changelist #result_list .form-floating>input:-webkit-autofill[type=date] ~ label,.change-list #changelist-search .form-floating>input:-webkit-autofill[type=text] ~ label,.change-list .admindatefilter .form-floating>input:-webkit-autofill[type=\'text\'] ~ label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.change-form #content-main>form .input-group>input[type=text],.passwordchange #content-main>form .input-group>input[type=text],.change-form #content-main>form .input-group>input[type=password],.passwordchange #content-main>form .input-group>input[type=password],.change-form #content-main>form .input-group>input[type=url],.passwordchange #content-main>form .input-group>input[type=url],.change-form #content-main>form .input-group>input[type=number],.passwordchange #content-main>form .input-group>input[type=number],.change-form #content-main>form .input-group>input[type=email],.passwordchange #content-main>form .input-group>input[type=email],.change-form #content-main>form .input-group>input[type=date],.passwordchange #content-main>form .input-group>input[type=date],.change-form #content-main>form .input-group>input[type=file],.passwordchange #content-main>form .input-group>input[type=file],.change-form #content-main>form .input-group>select[multiple],.passwordchange #content-main>form .input-group>select[multiple],.change-form #content-main>form .input-group>textarea,.passwordchange #content-main>form .input-group>textarea,.login #container .input-group>input[type=\'text\'],.login #container .input-group>input[type=\'password\'],.change-list #changelist #result_list .input-group>input[type=text],.change-list #changelist #result_list .input-group>input[type=number],.change-list #changelist #result_list .input-group>input[type=email],.change-list #changelist #result_list .input-group>input[type=date],.change-list #changelist-search .input-group>input[type=text],.change-list .admindatefilter .input-group>input[type=\'text\'],.input-group>.form-select,.change-form #content-main>form .input-group>select:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form .input-group>select:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form .input-group>select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.change-form #content-main>form .input-group>input:focus[type=text],.passwordchange #content-main>form .input-group>input:focus[type=text],.change-form #content-main>form .input-group>input:focus[type=password],.passwordchange #content-main>form .input-group>input:focus[type=password],.change-form #content-main>form .input-group>input:focus[type=url],.passwordchange #content-main>form .input-group>input:focus[type=url],.change-form #content-main>form .input-group>input:focus[type=number],.passwordchange #content-main>form .input-group>input:focus[type=number],.change-form #content-main>form .input-group>input:focus[type=email],.passwordchange #content-main>form .input-group>input:focus[type=email],.change-form #content-main>form .input-group>input:focus[type=date],.passwordchange #content-main>form .input-group>input:focus[type=date],.change-form #content-main>form .input-group>input:focus[type=file],.passwordchange #content-main>form .input-group>input:focus[type=file],.change-form #content-main>form .input-group>select:focus[multiple],.passwordchange #content-main>form .input-group>select:focus[multiple],.change-form #content-main>form .input-group>textarea:focus,.passwordchange #content-main>form .input-group>textarea:focus,.login #container .input-group>input:focus[type=\'text\'],.login #container .input-group>input:focus[type=\'password\'],.change-list #changelist #result_list .input-group>input:focus[type=text],.change-list #changelist #result_list .input-group>input:focus[type=number],.change-list #changelist #result_list .input-group>input:focus[type=email],.change-list #changelist #result_list .input-group>input:focus[type=date],.change-list #changelist-search .input-group>input:focus[type=text],.change-list .admindatefilter .input-group>input:focus[type=\'text\'],.input-group>.form-select:focus,.change-form #content-main>form .input-group>select:focus:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form .input-group>select:focus:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form .input-group>select:focus{z-index:3}.input-group .btn,.input-group .change-form #content-main>form .form-row .selector-chooseall,.change-form #content-main>form .form-row .input-group .selector-chooseall,.input-group .passwordchange #content-main>form .form-row .selector-chooseall,.passwordchange #content-main>form .form-row .input-group .selector-chooseall,.input-group .change-form #content-main>form .form-row .selector-clearall,.change-form #content-main>form .form-row .input-group .selector-clearall,.input-group .passwordchange #content-main>form .form-row .selector-clearall,.passwordchange #content-main>form .form-row .input-group .selector-clearall,.input-group .change-form #content-main>form .submit-row input[type=submit],.change-form #content-main>form .submit-row .input-group input[type=submit],.input-group .passwordchange #content-main>form .submit-row input[type=submit],.passwordchange #content-main>form .submit-row .input-group input[type=submit],.input-group .change-form #content-main>form .submit-row .deletelink-box .deletelink,.change-form #content-main>form .submit-row .deletelink-box .input-group .deletelink,.input-group .passwordchange #content-main>form .submit-row .deletelink-box .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .input-group .deletelink,.input-group .change-form #content-main>form .add-row a,.change-form #content-main>form .add-row .input-group a,.input-group .passwordchange #content-main>form .add-row a,.passwordchange #content-main>form .add-row .input-group a,.input-group .change-form #content-main>form .inline-deletelink,.change-form #content-main>form .input-group .inline-deletelink,.input-group .passwordchange #content-main>form .inline-deletelink,.passwordchange #content-main>form .input-group .inline-deletelink,.input-group .login #container .submit-row input,.login #container .submit-row .input-group input,.input-group #content .object-tools a,#content .object-tools .input-group a,.input-group .change-list #changelist-search input[type=submit],.change-list #changelist-search .input-group input[type=submit],.input-group .change-list .changelist-filter-toggler,.change-list .input-group .changelist-filter-toggler,.input-group .change-list #changelist-form .actions button,.change-list #changelist-form .actions .input-group button,.input-group .paginator .showall,.paginator .input-group .showall,.input-group .paginator input,.paginator .input-group input,.input-group .delete-confirmation-content form input[type=submit],.delete-confirmation-content form .input-group input[type=submit],.input-group .delete-confirmation-content form .cancel-link,.delete-confirmation-content form .input-group .cancel-link,.input-group .actionresult #content>p a,.actionresult #content>p .input-group a,.input-group .page-admindocs .admindocs-body .small a,.page-admindocs .admindocs-body .small .input-group a{position:relative;z-index:2}.input-group .btn:focus,.input-group .change-form #content-main>form .form-row .selector-chooseall:focus,.change-form #content-main>form .form-row .input-group .selector-chooseall:focus,.input-group .passwordchange #content-main>form .form-row .selector-chooseall:focus,.passwordchange #content-main>form .form-row .input-group .selector-chooseall:focus,.input-group .change-form #content-main>form .form-row .selector-clearall:focus,.change-form #content-main>form .form-row .input-group .selector-clearall:focus,.input-group .passwordchange #content-main>form .form-row .selector-clearall:focus,.passwordchange #content-main>form .form-row .input-group .selector-clearall:focus,.input-group .change-form #content-main>form .submit-row input:focus[type=submit],.change-form #content-main>form .submit-row .input-group input:focus[type=submit],.input-group .passwordchange #content-main>form .submit-row input:focus[type=submit],.passwordchange #content-main>form .submit-row .input-group input:focus[type=submit],.input-group .change-form #content-main>form .submit-row .deletelink-box .deletelink:focus,.change-form #content-main>form .submit-row .deletelink-box .input-group .deletelink:focus,.input-group .passwordchange #content-main>form .submit-row .deletelink-box .deletelink:focus,.passwordchange #content-main>form .submit-row .deletelink-box .input-group .deletelink:focus,.input-group .change-form #content-main>form .add-row a:focus,.change-form #content-main>form .add-row .input-group a:focus,.input-group .passwordchange #content-main>form .add-row a:focus,.passwordchange #content-main>form .add-row .input-group a:focus,.input-group .change-form #content-main>form .inline-deletelink:focus,.change-form #content-main>form .input-group .inline-deletelink:focus,.input-group .passwordchange #content-main>form .inline-deletelink:focus,.passwordchange #content-main>form .input-group .inline-deletelink:focus,.input-group .login #container .submit-row input:focus,.login #container .submit-row .input-group input:focus,.input-group #content .object-tools a:focus,#content .object-tools .input-group a:focus,.input-group .change-list #changelist-search input:focus[type=submit],.change-list #changelist-search .input-group input:focus[type=submit],.input-group .change-list .changelist-filter-toggler:focus,.change-list .input-group .changelist-filter-toggler:focus,.input-group .change-list #changelist-form .actions button:focus,.change-list #changelist-form .actions .input-group button:focus,.input-group .paginator .showall:focus,.paginator .input-group .showall:focus,.input-group .paginator input:focus,.paginator .input-group input:focus,.input-group .delete-confirmation-content form input:focus[type=submit],.delete-confirmation-content form .input-group input:focus[type=submit],.input-group .delete-confirmation-content form .cancel-link:focus,.delete-confirmation-content form .input-group .cancel-link:focus,.input-group .actionresult #content>p a:focus,.actionresult #content>p .input-group a:focus,.input-group .page-admindocs .admindocs-body .small a:focus,.page-admindocs .admindocs-body .small .input-group a:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg>.form-control,.change-form #content-main>form .input-group-lg>input[type=text],.passwordchange #content-main>form .input-group-lg>input[type=text],.change-form #content-main>form .input-group-lg>input[type=password],.passwordchange #content-main>form .input-group-lg>input[type=password],.change-form #content-main>form .input-group-lg>input[type=url],.passwordchange #content-main>form .input-group-lg>input[type=url],.change-form #content-main>form .input-group-lg>input[type=number],.passwordchange #content-main>form .input-group-lg>input[type=number],.change-form #content-main>form .input-group-lg>input[type=email],.passwordchange #content-main>form .input-group-lg>input[type=email],.change-form #content-main>form .input-group-lg>input[type=date],.passwordchange #content-main>form .input-group-lg>input[type=date],.change-form #content-main>form .input-group-lg>input[type=file],.passwordchange #content-main>form .input-group-lg>input[type=file],.change-form #content-main>form .input-group-lg>select[multiple],.passwordchange #content-main>form .input-group-lg>select[multiple],.change-form #content-main>form .input-group-lg>textarea,.passwordchange #content-main>form .input-group-lg>textarea,.login #container .input-group-lg>input[type=\'text\'],.login #container .input-group-lg>input[type=\'password\'],.change-list #changelist #result_list .input-group-lg>input[type=text],.change-list #changelist #result_list .input-group-lg>input[type=number],.change-list #changelist #result_list .input-group-lg>input[type=email],.change-list #changelist #result_list .input-group-lg>input[type=date],.change-list #changelist-search .input-group-lg>input[type=text],.change-list .admindatefilter .input-group-lg>input[type=\'text\'],.input-group-lg>.form-select,.change-form #content-main>form .input-group-lg>select:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form .input-group-lg>select:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form .input-group-lg>select,.input-group-lg>.input-group-text,.input-group-lg>.btn,.change-form #content-main>form .form-row .input-group-lg>.selector-chooseall,.passwordchange #content-main>form .form-row .input-group-lg>.selector-chooseall,.change-form #content-main>form .form-row .input-group-lg>.selector-clearall,.passwordchange #content-main>form .form-row .input-group-lg>.selector-clearall,.change-form #content-main>form .submit-row .input-group-lg>input[type=submit],.passwordchange #content-main>form .submit-row .input-group-lg>input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .input-group-lg>.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .input-group-lg>.deletelink,.change-form #content-main>form .add-row .input-group-lg>a,.passwordchange #content-main>form .add-row .input-group-lg>a,.change-form #content-main>form .input-group-lg>.inline-deletelink,.passwordchange #content-main>form .input-group-lg>.inline-deletelink,.login #container .submit-row .input-group-lg>input,#content .object-tools .input-group-lg>a,.change-list #changelist-search .input-group-lg>input[type=submit],.change-list .input-group-lg>.changelist-filter-toggler,.change-list #changelist-form .actions .input-group-lg>button,.paginator .input-group-lg>.showall,.paginator .input-group-lg>input,.delete-confirmation-content form .input-group-lg>input[type=submit],.delete-confirmation-content form .input-group-lg>.cancel-link,.actionresult #content>p .input-group-lg>a,.page-admindocs .admindocs-body .small .input-group-lg>a{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.form-control,.change-form #content-main>form .input-group-sm>input[type=text],.passwordchange #content-main>form .input-group-sm>input[type=text],.change-form #content-main>form .input-group-sm>input[type=password],.passwordchange #content-main>form .input-group-sm>input[type=password],.change-form #content-main>form .input-group-sm>input[type=url],.passwordchange #content-main>form .input-group-sm>input[type=url],.change-form #content-main>form .input-group-sm>input[type=number],.passwordchange #content-main>form .input-group-sm>input[type=number],.change-form #content-main>form .input-group-sm>input[type=email],.passwordchange #content-main>form .input-group-sm>input[type=email],.change-form #content-main>form .input-group-sm>input[type=date],.passwordchange #content-main>form .input-group-sm>input[type=date],.change-form #content-main>form .input-group-sm>input[type=file],.passwordchange #content-main>form .input-group-sm>input[type=file],.change-form #content-main>form .input-group-sm>select[multiple],.passwordchange #content-main>form .input-group-sm>select[multiple],.change-form #content-main>form .input-group-sm>textarea,.passwordchange #content-main>form .input-group-sm>textarea,.login #container .input-group-sm>input[type=\'text\'],.login #container .input-group-sm>input[type=\'password\'],.change-list #changelist #result_list .input-group-sm>input[type=text],.change-list #changelist #result_list .input-group-sm>input[type=number],.change-list #changelist #result_list .input-group-sm>input[type=email],.change-list #changelist #result_list .input-group-sm>input[type=date],.change-list #changelist-search .input-group-sm>input[type=text],.change-list .admindatefilter .input-group-sm>input[type=\'text\'],.input-group-sm>.form-select,.change-form #content-main>form .input-group-sm>select:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form .input-group-sm>select:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form .input-group-sm>select,.input-group-sm>.input-group-text,.input-group-sm>.btn,.change-form #content-main>form .form-row .input-group-sm>.selector-chooseall,.passwordchange #content-main>form .form-row .input-group-sm>.selector-chooseall,.change-form #content-main>form .form-row .input-group-sm>.selector-clearall,.passwordchange #content-main>form .form-row .input-group-sm>.selector-clearall,.change-form #content-main>form .submit-row .input-group-sm>input[type=submit],.passwordchange #content-main>form .submit-row .input-group-sm>input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .input-group-sm>.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .input-group-sm>.deletelink,.change-form #content-main>form .add-row .input-group-sm>a,.passwordchange #content-main>form .add-row .input-group-sm>a,.change-form #content-main>form .input-group-sm>.inline-deletelink,.passwordchange #content-main>form .input-group-sm>.inline-deletelink,.login #container .submit-row .input-group-sm>input,#content .object-tools .input-group-sm>a,.change-list #changelist-search .input-group-sm>input[type=submit],.change-list .input-group-sm>.changelist-filter-toggler,.change-list #changelist-form .actions .input-group-sm>button,.paginator .input-group-sm>.showall,.paginator .input-group-sm>input,.delete-confirmation-content form .input-group-sm>input[type=submit],.delete-confirmation-content form .input-group-sm>.cancel-link,.actionresult #content>p .input-group-sm>a,.page-admindocs .admindocs-body .small .input-group-sm>a{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.change-form #content-main>form .input-group-lg>select:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form .input-group-lg>select:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form .input-group-lg>select,.input-group-sm>.form-select,.change-form #content-main>form .input-group-sm>select:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form .input-group-sm>select:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form .input-group-sm>select{padding-right:3rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,0.9);border-radius:.25rem}.was-validated :valid ~ .valid-feedback,.was-validated :valid ~ .valid-tooltip,.is-valid ~ .valid-feedback,.is-valid ~ .valid-tooltip{display:block}.was-validated .form-control:valid,.was-validated .change-form #content-main>form input:valid[type=text],.change-form #content-main>form .was-validated input:valid[type=text],.was-validated .passwordchange #content-main>form input:valid[type=text],.passwordchange #content-main>form .was-validated input:valid[type=text],.was-validated .change-form #content-main>form input:valid[type=password],.change-form #content-main>form .was-validated input:valid[type=password],.was-validated .passwordchange #content-main>form input:valid[type=password],.passwordchange #content-main>form .was-validated input:valid[type=password],.was-validated .change-form #content-main>form input:valid[type=url],.change-form #content-main>form .was-validated input:valid[type=url],.was-validated .passwordchange #content-main>form input:valid[type=url],.passwordchange #content-main>form .was-validated input:valid[type=url],.was-validated .change-form #content-main>form input:valid[type=number],.change-form #content-main>form .was-validated input:valid[type=number],.was-validated .passwordchange #content-main>form input:valid[type=number],.passwordchange #content-main>form .was-validated input:valid[type=number],.was-validated .change-form #content-main>form input:valid[type=email],.change-form #content-main>form .was-validated input:valid[type=email],.was-validated .passwordchange #content-main>form input:valid[type=email],.passwordchange #content-main>form .was-validated input:valid[type=email],.was-validated .change-form #content-main>form input:valid[type=date],.change-form #content-main>form .was-validated input:valid[type=date],.was-validated .passwordchange #content-main>form input:valid[type=date],.passwordchange #content-main>form .was-validated input:valid[type=date],.was-validated .change-form #content-main>form input:valid[type=file],.change-form #content-main>form .was-validated input:valid[type=file],.was-validated .passwordchange #content-main>form input:valid[type=file],.passwordchange #content-main>form .was-validated input:valid[type=file],.was-validated .change-form #content-main>form select:valid[multiple],.change-form #content-main>form .was-validated select:valid[multiple],.was-validated .passwordchange #content-main>form select:valid[multiple],.passwordchange #content-main>form .was-validated select:valid[multiple],.was-validated .change-form #content-main>form textarea:valid,.change-form #content-main>form .was-validated textarea:valid,.was-validated .passwordchange #content-main>form textarea:valid,.passwordchange #content-main>form .was-validated textarea:valid,.was-validated .login #container input:valid[type=\'text\'],.login #container .was-validated input:valid[type=\'text\'],.was-validated .login #container input:valid[type=\'password\'],.login #container .was-validated input:valid[type=\'password\'],.was-validated .change-list #changelist #result_list input:valid[type=text],.change-list #changelist #result_list .was-validated input:valid[type=text],.was-validated .change-list #changelist #result_list input:valid[type=number],.change-list #changelist #result_list .was-validated input:valid[type=number],.was-validated .change-list #changelist #result_list input:valid[type=email],.change-list #changelist #result_list .was-validated input:valid[type=email],.was-validated .change-list #changelist #result_list input:valid[type=date],.change-list #changelist #result_list .was-validated input:valid[type=date],.was-validated .change-list #changelist-search input:valid[type=text],.change-list #changelist-search .was-validated input:valid[type=text],.was-validated .change-list .admindatefilter input:valid[type=\'text\'],.change-list .admindatefilter .was-validated input:valid[type=\'text\'],.form-control.is-valid,.change-form #content-main>form input.is-valid[type=text],.passwordchange #content-main>form input.is-valid[type=text],.change-form #content-main>form input.is-valid[type=password],.passwordchange #content-main>form input.is-valid[type=password],.change-form #content-main>form input.is-valid[type=url],.passwordchange #content-main>form input.is-valid[type=url],.change-form #content-main>form input.is-valid[type=number],.passwordchange #content-main>form input.is-valid[type=number],.change-form #content-main>form input.is-valid[type=email],.passwordchange #content-main>form input.is-valid[type=email],.change-form #content-main>form input.is-valid[type=date],.passwordchange #content-main>form input.is-valid[type=date],.change-form #content-main>form input.is-valid[type=file],.passwordchange #content-main>form input.is-valid[type=file],.change-form #content-main>form select.is-valid[multiple],.passwordchange #content-main>form select.is-valid[multiple],.change-form #content-main>form textarea.is-valid,.passwordchange #content-main>form textarea.is-valid,.login #container input.is-valid[type=\'text\'],.login #container input.is-valid[type=\'password\'],.change-list #changelist #result_list input.is-valid[type=text],.change-list #changelist #result_list input.is-valid[type=number],.change-list #changelist #result_list input.is-valid[type=email],.change-list #changelist #result_list input.is-valid[type=date],.change-list #changelist-search input.is-valid[type=text],.change-list .admindatefilter input.is-valid[type=\'text\']{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23198754\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:valid:focus,.was-validated .change-form #content-main>form input:valid:focus[type=text],.change-form #content-main>form .was-validated input:valid:focus[type=text],.was-validated .passwordchange #content-main>form input:valid:focus[type=text],.passwordchange #content-main>form .was-validated input:valid:focus[type=text],.was-validated .change-form #content-main>form input:valid:focus[type=password],.change-form #content-main>form .was-validated input:valid:focus[type=password],.was-validated .passwordchange #content-main>form input:valid:focus[type=password],.passwordchange #content-main>form .was-validated input:valid:focus[type=password],.was-validated .change-form #content-main>form input:valid:focus[type=url],.change-form #content-main>form .was-validated input:valid:focus[type=url],.was-validated .passwordchange #content-main>form input:valid:focus[type=url],.passwordchange #content-main>form .was-validated input:valid:focus[type=url],.was-validated .change-form #content-main>form input:valid:focus[type=number],.change-form #content-main>form .was-validated input:valid:focus[type=number],.was-validated .passwordchange #content-main>form input:valid:focus[type=number],.passwordchange #content-main>form .was-validated input:valid:focus[type=number],.was-validated .change-form #content-main>form input:valid:focus[type=email],.change-form #content-main>form .was-validated input:valid:focus[type=email],.was-validated .passwordchange #content-main>form input:valid:focus[type=email],.passwordchange #content-main>form .was-validated input:valid:focus[type=email],.was-validated .change-form #content-main>form input:valid:focus[type=date],.change-form #content-main>form .was-validated input:valid:focus[type=date],.was-validated .passwordchange #content-main>form input:valid:focus[type=date],.passwordchange #content-main>form .was-validated input:valid:focus[type=date],.was-validated .change-form #content-main>form input:valid:focus[type=file],.change-form #content-main>form .was-validated input:valid:focus[type=file],.was-validated .passwordchange #content-main>form input:valid:focus[type=file],.passwordchange #content-main>form .was-validated input:valid:focus[type=file],.was-validated .change-form #content-main>form select:valid:focus[multiple],.change-form #content-main>form .was-validated select:valid:focus[multiple],.was-validated .passwordchange #content-main>form select:valid:focus[multiple],.passwordchange #content-main>form .was-validated select:valid:focus[multiple],.was-validated .change-form #content-main>form textarea:valid:focus,.change-form #content-main>form .was-validated textarea:valid:focus,.was-validated .passwordchange #content-main>form textarea:valid:focus,.passwordchange #content-main>form .was-validated textarea:valid:focus,.was-validated .login #container input:valid:focus[type=\'text\'],.login #container .was-validated input:valid:focus[type=\'text\'],.was-validated .login #container input:valid:focus[type=\'password\'],.login #container .was-validated input:valid:focus[type=\'password\'],.was-validated .change-list #changelist #result_list input:valid:focus[type=text],.change-list #changelist #result_list .was-validated input:valid:focus[type=text],.was-validated .change-list #changelist #result_list input:valid:focus[type=number],.change-list #changelist #result_list .was-validated input:valid:focus[type=number],.was-validated .change-list #changelist #result_list input:valid:focus[type=email],.change-list #changelist #result_list .was-validated input:valid:focus[type=email],.was-validated .change-list #changelist #result_list input:valid:focus[type=date],.change-list #changelist #result_list .was-validated input:valid:focus[type=date],.was-validated .change-list #changelist-search input:valid:focus[type=text],.change-list #changelist-search .was-validated input:valid:focus[type=text],.was-validated .change-list .admindatefilter input:valid:focus[type=\'text\'],.change-list .admindatefilter .was-validated input:valid:focus[type=\'text\'],.form-control.is-valid:focus,.change-form #content-main>form input.is-valid:focus[type=text],.passwordchange #content-main>form input.is-valid:focus[type=text],.change-form #content-main>form input.is-valid:focus[type=password],.passwordchange #content-main>form input.is-valid:focus[type=password],.change-form #content-main>form input.is-valid:focus[type=url],.passwordchange #content-main>form input.is-valid:focus[type=url],.change-form #content-main>form input.is-valid:focus[type=number],.passwordchange #content-main>form input.is-valid:focus[type=number],.change-form #content-main>form input.is-valid:focus[type=email],.passwordchange #content-main>form input.is-valid:focus[type=email],.change-form #content-main>form input.is-valid:focus[type=date],.passwordchange #content-main>form input.is-valid:focus[type=date],.change-form #content-main>form input.is-valid:focus[type=file],.passwordchange #content-main>form input.is-valid:focus[type=file],.change-form #content-main>form select.is-valid:focus[multiple],.passwordchange #content-main>form select.is-valid:focus[multiple],.change-form #content-main>form textarea.is-valid:focus,.passwordchange #content-main>form textarea.is-valid:focus,.login #container input.is-valid:focus[type=\'text\'],.login #container input.is-valid:focus[type=\'password\'],.change-list #changelist #result_list input.is-valid:focus[type=text],.change-list #changelist #result_list input.is-valid:focus[type=number],.change-list #changelist #result_list input.is-valid:focus[type=email],.change-list #changelist #result_list input.is-valid:focus[type=date],.change-list #changelist-search input.is-valid:focus[type=text],.change-list .admindatefilter input.is-valid:focus[type=\'text\']{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,0.25)}.was-validated textarea.form-control:valid,.was-validated .change-form #content-main>form textarea:valid,.change-form #content-main>form .was-validated textarea:valid,.was-validated .passwordchange #content-main>form textarea:valid,.passwordchange #content-main>form .was-validated textarea:valid,textarea.form-control.is-valid,.change-form #content-main>form textarea.is-valid,.passwordchange #content-main>form textarea.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .form-select:valid,.was-validated .change-form #content-main>form select:valid:not([multiple]):not(.admin-autocomplete),.change-form #content-main>form .was-validated select:valid:not([multiple]):not(.admin-autocomplete),.was-validated .passwordchange #content-main>form select:valid:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form .was-validated select:valid:not([multiple]):not(.admin-autocomplete),.was-validated .change-list #changelist-form select:valid,.change-list #changelist-form .was-validated select:valid,.form-select.is-valid,.change-form #content-main>form select.is-valid:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form select.is-valid:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form select.is-valid{border-color:#198754;padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23343a40\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M2 5l6 6 6-6\'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23198754\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-select:valid:focus,.was-validated .change-form #content-main>form select:valid:focus:not([multiple]):not(.admin-autocomplete),.change-form #content-main>form .was-validated select:valid:focus:not([multiple]):not(.admin-autocomplete),.was-validated .passwordchange #content-main>form select:valid:focus:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form .was-validated select:valid:focus:not([multiple]):not(.admin-autocomplete),.was-validated .change-list #changelist-form select:valid:focus,.change-list #changelist-form .was-validated select:valid:focus,.form-select.is-valid:focus,.change-form #content-main>form select.is-valid:focus:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form select.is-valid:focus:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form select.is-valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,0.25)}.was-validated .form-check-input:valid,.was-validated input:valid[type=checkbox],.form-check-input.is-valid,input.is-valid[type=checkbox]{border-color:#198754}.was-validated .form-check-input:valid:checked,.was-validated input:valid:checked[type=checkbox],.form-check-input.is-valid:checked,input.is-valid:checked[type=checkbox]{background-color:#198754}.was-validated .form-check-input:valid:focus,.was-validated input:valid:focus[type=checkbox],.form-check-input.is-valid:focus,input.is-valid:focus[type=checkbox]{box-shadow:0 0 0 .25rem rgba(25,135,84,0.25)}.was-validated .form-check-input:valid ~ .form-check-label,.was-validated input:valid[type=checkbox] ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label,input.is-valid[type=checkbox] ~ .form-check-label{color:#198754}.form-check-inline .form-check-input ~ .valid-feedback,.form-check-inline input[type=checkbox] ~ .valid-feedback{margin-left:.5em}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,0.9);border-radius:.25rem}.was-validated :invalid ~ .invalid-feedback,.was-validated :invalid ~ .invalid-tooltip,.is-invalid ~ .invalid-feedback,.is-invalid ~ .invalid-tooltip{display:block}.was-validated .form-control:invalid,.was-validated .change-form #content-main>form input:invalid[type=text],.change-form #content-main>form .was-validated input:invalid[type=text],.was-validated .passwordchange #content-main>form input:invalid[type=text],.passwordchange #content-main>form .was-validated input:invalid[type=text],.was-validated .change-form #content-main>form input:invalid[type=password],.change-form #content-main>form .was-validated input:invalid[type=password],.was-validated .passwordchange #content-main>form input:invalid[type=password],.passwordchange #content-main>form .was-validated input:invalid[type=password],.was-validated .change-form #content-main>form input:invalid[type=url],.change-form #content-main>form .was-validated input:invalid[type=url],.was-validated .passwordchange #content-main>form input:invalid[type=url],.passwordchange #content-main>form .was-validated input:invalid[type=url],.was-validated .change-form #content-main>form input:invalid[type=number],.change-form #content-main>form .was-validated input:invalid[type=number],.was-validated .passwordchange #content-main>form input:invalid[type=number],.passwordchange #content-main>form .was-validated input:invalid[type=number],.was-validated .change-form #content-main>form input:invalid[type=email],.change-form #content-main>form .was-validated input:invalid[type=email],.was-validated .passwordchange #content-main>form input:invalid[type=email],.passwordchange #content-main>form .was-validated input:invalid[type=email],.was-validated .change-form #content-main>form input:invalid[type=date],.change-form #content-main>form .was-validated input:invalid[type=date],.was-validated .passwordchange #content-main>form input:invalid[type=date],.passwordchange #content-main>form .was-validated input:invalid[type=date],.was-validated .change-form #content-main>form input:invalid[type=file],.change-form #content-main>form .was-validated input:invalid[type=file],.was-validated .passwordchange #content-main>form input:invalid[type=file],.passwordchange #content-main>form .was-validated input:invalid[type=file],.was-validated .change-form #content-main>form select:invalid[multiple],.change-form #content-main>form .was-validated select:invalid[multiple],.was-validated .passwordchange #content-main>form select:invalid[multiple],.passwordchange #content-main>form .was-validated select:invalid[multiple],.was-validated .change-form #content-main>form textarea:invalid,.change-form #content-main>form .was-validated textarea:invalid,.was-validated .passwordchange #content-main>form textarea:invalid,.passwordchange #content-main>form .was-validated textarea:invalid,.was-validated .login #container input:invalid[type=\'text\'],.login #container .was-validated input:invalid[type=\'text\'],.was-validated .login #container input:invalid[type=\'password\'],.login #container .was-validated input:invalid[type=\'password\'],.was-validated .change-list #changelist #result_list input:invalid[type=text],.change-list #changelist #result_list .was-validated input:invalid[type=text],.was-validated .change-list #changelist #result_list input:invalid[type=number],.change-list #changelist #result_list .was-validated input:invalid[type=number],.was-validated .change-list #changelist #result_list input:invalid[type=email],.change-list #changelist #result_list .was-validated input:invalid[type=email],.was-validated .change-list #changelist #result_list input:invalid[type=date],.change-list #changelist #result_list .was-validated input:invalid[type=date],.was-validated .change-list #changelist-search input:invalid[type=text],.change-list #changelist-search .was-validated input:invalid[type=text],.was-validated .change-list .admindatefilter input:invalid[type=\'text\'],.change-list .admindatefilter .was-validated input:invalid[type=\'text\'],.form-control.is-invalid,.change-form #content-main>form input.is-invalid[type=text],.passwordchange #content-main>form input.is-invalid[type=text],.change-form #content-main>form input.is-invalid[type=password],.passwordchange #content-main>form input.is-invalid[type=password],.change-form #content-main>form input.is-invalid[type=url],.passwordchange #content-main>form input.is-invalid[type=url],.change-form #content-main>form input.is-invalid[type=number],.passwordchange #content-main>form input.is-invalid[type=number],.change-form #content-main>form input.is-invalid[type=email],.passwordchange #content-main>form input.is-invalid[type=email],.change-form #content-main>form input.is-invalid[type=date],.passwordchange #content-main>form input.is-invalid[type=date],.change-form #content-main>form input.is-invalid[type=file],.passwordchange #content-main>form input.is-invalid[type=file],.change-form #content-main>form select.is-invalid[multiple],.passwordchange #content-main>form select.is-invalid[multiple],.change-form #content-main>form textarea.is-invalid,.passwordchange #content-main>form textarea.is-invalid,.login #container input.is-invalid[type=\'text\'],.login #container input.is-invalid[type=\'password\'],.change-list #changelist #result_list input.is-invalid[type=text],.change-list #changelist #result_list input.is-invalid[type=number],.change-list #changelist #result_list input.is-invalid[type=email],.change-list #changelist #result_list input.is-invalid[type=date],.change-list #changelist-search input.is-invalid[type=text],.change-list .admindatefilter input.is-invalid[type=\'text\']{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 12 12\' width=\'12\' height=\'12\' fill=\'none\' stroke=\'%23dc3545\'%3e%3ccircle cx=\'6\' cy=\'6\' r=\'4.5\'/%3e%3cpath stroke-linejoin=\'round\' d=\'M5.8 3.6h.4L6 6.5z\'/%3e%3ccircle cx=\'6\' cy=\'8.2\' r=\'.6\' fill=\'%23dc3545\' stroke=\'none\'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:invalid:focus,.was-validated .change-form #content-main>form input:invalid:focus[type=text],.change-form #content-main>form .was-validated input:invalid:focus[type=text],.was-validated .passwordchange #content-main>form input:invalid:focus[type=text],.passwordchange #content-main>form .was-validated input:invalid:focus[type=text],.was-validated .change-form #content-main>form input:invalid:focus[type=password],.change-form #content-main>form .was-validated input:invalid:focus[type=password],.was-validated .passwordchange #content-main>form input:invalid:focus[type=password],.passwordchange #content-main>form .was-validated input:invalid:focus[type=password],.was-validated .change-form #content-main>form input:invalid:focus[type=url],.change-form #content-main>form .was-validated input:invalid:focus[type=url],.was-validated .passwordchange #content-main>form input:invalid:focus[type=url],.passwordchange #content-main>form .was-validated input:invalid:focus[type=url],.was-validated .change-form #content-main>form input:invalid:focus[type=number],.change-form #content-main>form .was-validated input:invalid:focus[type=number],.was-validated .passwordchange #content-main>form input:invalid:focus[type=number],.passwordchange #content-main>form .was-validated input:invalid:focus[type=number],.was-validated .change-form #content-main>form input:invalid:focus[type=email],.change-form #content-main>form .was-validated input:invalid:focus[type=email],.was-validated .passwordchange #content-main>form input:invalid:focus[type=email],.passwordchange #content-main>form .was-validated input:invalid:focus[type=email],.was-validated .change-form #content-main>form input:invalid:focus[type=date],.change-form #content-main>form .was-validated input:invalid:focus[type=date],.was-validated .passwordchange #content-main>form input:invalid:focus[type=date],.passwordchange #content-main>form .was-validated input:invalid:focus[type=date],.was-validated .change-form #content-main>form input:invalid:focus[type=file],.change-form #content-main>form .was-validated input:invalid:focus[type=file],.was-validated .passwordchange #content-main>form input:invalid:focus[type=file],.passwordchange #content-main>form .was-validated input:invalid:focus[type=file],.was-validated .change-form #content-main>form select:invalid:focus[multiple],.change-form #content-main>form .was-validated select:invalid:focus[multiple],.was-validated .passwordchange #content-main>form select:invalid:focus[multiple],.passwordchange #content-main>form .was-validated select:invalid:focus[multiple],.was-validated .change-form #content-main>form textarea:invalid:focus,.change-form #content-main>form .was-validated textarea:invalid:focus,.was-validated .passwordchange #content-main>form textarea:invalid:focus,.passwordchange #content-main>form .was-validated textarea:invalid:focus,.was-validated .login #container input:invalid:focus[type=\'text\'],.login #container .was-validated input:invalid:focus[type=\'text\'],.was-validated .login #container input:invalid:focus[type=\'password\'],.login #container .was-validated input:invalid:focus[type=\'password\'],.was-validated .change-list #changelist #result_list input:invalid:focus[type=text],.change-list #changelist #result_list .was-validated input:invalid:focus[type=text],.was-validated .change-list #changelist #result_list input:invalid:focus[type=number],.change-list #changelist #result_list .was-validated input:invalid:focus[type=number],.was-validated .change-list #changelist #result_list input:invalid:focus[type=email],.change-list #changelist #result_list .was-validated input:invalid:focus[type=email],.was-validated .change-list #changelist #result_list input:invalid:focus[type=date],.change-list #changelist #result_list .was-validated input:invalid:focus[type=date],.was-validated .change-list #changelist-search input:invalid:focus[type=text],.change-list #changelist-search .was-validated input:invalid:focus[type=text],.was-validated .change-list .admindatefilter input:invalid:focus[type=\'text\'],.change-list .admindatefilter .was-validated input:invalid:focus[type=\'text\'],.form-control.is-invalid:focus,.change-form #content-main>form input.is-invalid:focus[type=text],.passwordchange #content-main>form input.is-invalid:focus[type=text],.change-form #content-main>form input.is-invalid:focus[type=password],.passwordchange #content-main>form input.is-invalid:focus[type=password],.change-form #content-main>form input.is-invalid:focus[type=url],.passwordchange #content-main>form input.is-invalid:focus[type=url],.change-form #content-main>form input.is-invalid:focus[type=number],.passwordchange #content-main>form input.is-invalid:focus[type=number],.change-form #content-main>form input.is-invalid:focus[type=email],.passwordchange #content-main>form input.is-invalid:focus[type=email],.change-form #content-main>form input.is-invalid:focus[type=date],.passwordchange #content-main>form input.is-invalid:focus[type=date],.change-form #content-main>form input.is-invalid:focus[type=file],.passwordchange #content-main>form input.is-invalid:focus[type=file],.change-form #content-main>form select.is-invalid:focus[multiple],.passwordchange #content-main>form select.is-invalid:focus[multiple],.change-form #content-main>form textarea.is-invalid:focus,.passwordchange #content-main>form textarea.is-invalid:focus,.login #container input.is-invalid:focus[type=\'text\'],.login #container input.is-invalid:focus[type=\'password\'],.change-list #changelist #result_list input.is-invalid:focus[type=text],.change-list #changelist #result_list input.is-invalid:focus[type=number],.change-list #changelist #result_list input.is-invalid:focus[type=email],.change-list #changelist #result_list input.is-invalid:focus[type=date],.change-list #changelist-search input.is-invalid:focus[type=text],.change-list .admindatefilter input.is-invalid:focus[type=\'text\']{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,0.25)}.was-validated textarea.form-control:invalid,.was-validated .change-form #content-main>form textarea:invalid,.change-form #content-main>form .was-validated textarea:invalid,.was-validated .passwordchange #content-main>form textarea:invalid,.passwordchange #content-main>form .was-validated textarea:invalid,textarea.form-control.is-invalid,.change-form #content-main>form textarea.is-invalid,.passwordchange #content-main>form textarea.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .form-select:invalid,.was-validated .change-form #content-main>form select:invalid:not([multiple]):not(.admin-autocomplete),.change-form #content-main>form .was-validated select:invalid:not([multiple]):not(.admin-autocomplete),.was-validated .passwordchange #content-main>form select:invalid:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form .was-validated select:invalid:not([multiple]):not(.admin-autocomplete),.was-validated .change-list #changelist-form select:invalid,.change-list #changelist-form .was-validated select:invalid,.form-select.is-invalid,.change-form #content-main>form select.is-invalid:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form select.is-invalid:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form select.is-invalid{border-color:#dc3545;padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23343a40\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M2 5l6 6 6-6\'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 12 12\' width=\'12\' height=\'12\' fill=\'none\' stroke=\'%23dc3545\'%3e%3ccircle cx=\'6\' cy=\'6\' r=\'4.5\'/%3e%3cpath stroke-linejoin=\'round\' d=\'M5.8 3.6h.4L6 6.5z\'/%3e%3ccircle cx=\'6\' cy=\'8.2\' r=\'.6\' fill=\'%23dc3545\' stroke=\'none\'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-select:invalid:focus,.was-validated .change-form #content-main>form select:invalid:focus:not([multiple]):not(.admin-autocomplete),.change-form #content-main>form .was-validated select:invalid:focus:not([multiple]):not(.admin-autocomplete),.was-validated .passwordchange #content-main>form select:invalid:focus:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form .was-validated select:invalid:focus:not([multiple]):not(.admin-autocomplete),.was-validated .change-list #changelist-form select:invalid:focus,.change-list #changelist-form .was-validated select:invalid:focus,.form-select.is-invalid:focus,.change-form #content-main>form select.is-invalid:focus:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form select.is-invalid:focus:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,0.25)}.was-validated .form-check-input:invalid,.was-validated input:invalid[type=checkbox],.form-check-input.is-invalid,input.is-invalid[type=checkbox]{border-color:#dc3545}.was-validated .form-check-input:invalid:checked,.was-validated input:invalid:checked[type=checkbox],.form-check-input.is-invalid:checked,input.is-invalid:checked[type=checkbox]{background-color:#dc3545}.was-validated .form-check-input:invalid:focus,.was-validated input:invalid:focus[type=checkbox],.form-check-input.is-invalid:focus,input.is-invalid:focus[type=checkbox]{box-shadow:0 0 0 .25rem rgba(220,53,69,0.25)}.was-validated .form-check-input:invalid ~ .form-check-label,.was-validated input:invalid[type=checkbox] ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label,input.is-invalid[type=checkbox] ~ .form-check-label{color:#dc3545}.form-check-inline .form-check-input ~ .invalid-feedback,.form-check-inline input[type=checkbox] ~ .invalid-feedback{margin-left:.5em}.btn,.change-form #content-main>form .form-row .selector-chooseall,.passwordchange #content-main>form .form-row .selector-chooseall,.change-form #content-main>form .form-row .selector-clearall,.passwordchange #content-main>form .form-row .selector-clearall,.change-form #content-main>form .submit-row input[type=submit],.passwordchange #content-main>form .submit-row input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink,.change-form #content-main>form .add-row a,.passwordchange #content-main>form .add-row a,.change-form #content-main>form .inline-deletelink,.passwordchange #content-main>form .inline-deletelink,.login #container .submit-row input,#content .object-tools a,.change-list #changelist-search input[type=submit],.change-list .changelist-filter-toggler,.change-list #changelist-form .actions button,.paginator .showall,.paginator input,.delete-confirmation-content form input[type=submit],.delete-confirmation-content form .cancel-link,.actionresult #content>p a,.page-admindocs .admindocs-body .small a{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.btn,.change-form #content-main>form .form-row .selector-chooseall,.passwordchange #content-main>form .form-row .selector-chooseall,.change-form #content-main>form .form-row .selector-clearall,.passwordchange #content-main>form .form-row .selector-clearall,.change-form #content-main>form .submit-row input[type=submit],.passwordchange #content-main>form .submit-row input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink,.change-form #content-main>form .add-row a,.passwordchange #content-main>form .add-row a,.change-form #content-main>form .inline-deletelink,.passwordchange #content-main>form .inline-deletelink,.login #container .submit-row input,#content .object-tools a,.change-list #changelist-search input[type=submit],.change-list .changelist-filter-toggler,.change-list #changelist-form .actions button,.paginator .showall,.paginator input,.delete-confirmation-content form input[type=submit],.delete-confirmation-content form .cancel-link,.actionresult #content>p a,.page-admindocs .admindocs-body .small a{transition:none}}.btn:hover,.change-form #content-main>form .form-row .selector-chooseall:hover,.passwordchange #content-main>form .form-row .selector-chooseall:hover,.change-form #content-main>form .form-row .selector-clearall:hover,.passwordchange #content-main>form .form-row .selector-clearall:hover,.change-form #content-main>form .submit-row input:hover[type=submit],.passwordchange #content-main>form .submit-row input:hover[type=submit],.change-form #content-main>form .submit-row .deletelink-box .deletelink:hover,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink:hover,.change-form #content-main>form .add-row a:hover,.passwordchange #content-main>form .add-row a:hover,.change-form #content-main>form .inline-deletelink:hover,.passwordchange #content-main>form .inline-deletelink:hover,.login #container .submit-row input:hover,#content .object-tools a:hover,.change-list #changelist-search input:hover[type=submit],.change-list .changelist-filter-toggler:hover,.change-list #changelist-form .actions button:hover,.paginator .showall:hover,.paginator input:hover,.delete-confirmation-content form input:hover[type=submit],.delete-confirmation-content form .cancel-link:hover,.actionresult #content>p a:hover,.page-admindocs .admindocs-body .small a:hover{color:#212529}.btn-check:focus+.btn,.change-form #content-main>form .form-row .btn-check:focus+.selector-chooseall,.passwordchange #content-main>form .form-row .btn-check:focus+.selector-chooseall,.change-form #content-main>form .form-row .btn-check:focus+.selector-clearall,.passwordchange #content-main>form .form-row .btn-check:focus+.selector-clearall,.change-form #content-main>form .submit-row .btn-check:focus+input[type=submit],.passwordchange #content-main>form .submit-row .btn-check:focus+input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-check:focus+.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-check:focus+.deletelink,.change-form #content-main>form .add-row .btn-check:focus+a,.passwordchange #content-main>form .add-row .btn-check:focus+a,.change-form #content-main>form .btn-check:focus+.inline-deletelink,.passwordchange #content-main>form .btn-check:focus+.inline-deletelink,.login #container .submit-row .btn-check:focus+input,#content .object-tools .btn-check:focus+a,.change-list #changelist-search .btn-check:focus+input[type=submit],.change-list .btn-check:focus+.changelist-filter-toggler,.change-list #changelist-form .actions .btn-check:focus+button,.paginator .btn-check:focus+.showall,.paginator .btn-check:focus+input,.delete-confirmation-content form .btn-check:focus+input[type=submit],.delete-confirmation-content form .btn-check:focus+.cancel-link,.actionresult #content>p .btn-check:focus+a,.page-admindocs .admindocs-body .small .btn-check:focus+a,.btn:focus,.change-form #content-main>form .form-row .selector-chooseall:focus,.passwordchange #content-main>form .form-row .selector-chooseall:focus,.change-form #content-main>form .form-row .selector-clearall:focus,.passwordchange #content-main>form .form-row .selector-clearall:focus,.change-form #content-main>form .submit-row input:focus[type=submit],.passwordchange #content-main>form .submit-row input:focus[type=submit],.change-form #content-main>form .submit-row .deletelink-box .deletelink:focus,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink:focus,.change-form #content-main>form .add-row a:focus,.passwordchange #content-main>form .add-row a:focus,.change-form #content-main>form .inline-deletelink:focus,.passwordchange #content-main>form .inline-deletelink:focus,.login #container .submit-row input:focus,#content .object-tools a:focus,.change-list #changelist-search input:focus[type=submit],.change-list .changelist-filter-toggler:focus,.change-list #changelist-form .actions button:focus,.paginator .showall:focus,.paginator input:focus,.delete-confirmation-content form input:focus[type=submit],.delete-confirmation-content form .cancel-link:focus,.actionresult #content>p a:focus,.page-admindocs .admindocs-body .small a:focus{outline:0;box-shadow:0 0 0 .25rem rgba(127,27,39,0.25)}.btn:disabled,.change-form #content-main>form .form-row .selector-chooseall:disabled,.passwordchange #content-main>form .form-row .selector-chooseall:disabled,.change-form #content-main>form .form-row .selector-clearall:disabled,.passwordchange #content-main>form .form-row .selector-clearall:disabled,.change-form #content-main>form .submit-row input:disabled[type=submit],.passwordchange #content-main>form .submit-row input:disabled[type=submit],.change-form #content-main>form .submit-row .deletelink-box .deletelink:disabled,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink:disabled,.change-form #content-main>form .add-row a:disabled,.passwordchange #content-main>form .add-row a:disabled,.change-form #content-main>form .inline-deletelink:disabled,.passwordchange #content-main>form .inline-deletelink:disabled,.login #container .submit-row input:disabled,#content .object-tools a:disabled,.change-list #changelist-search input:disabled[type=submit],.change-list .changelist-filter-toggler:disabled,.change-list #changelist-form .actions button:disabled,.paginator .showall:disabled,.paginator input:disabled,.delete-confirmation-content form input:disabled[type=submit],.delete-confirmation-content form .cancel-link:disabled,.actionresult #content>p a:disabled,.page-admindocs .admindocs-body .small a:disabled,.btn.disabled,.change-form #content-main>form .form-row .disabled.selector-chooseall,.passwordchange #content-main>form .form-row .disabled.selector-chooseall,.change-form #content-main>form .form-row .disabled.selector-clearall,.passwordchange #content-main>form .form-row .disabled.selector-clearall,.change-form #content-main>form .submit-row input.disabled[type=submit],.passwordchange #content-main>form .submit-row input.disabled[type=submit],.change-form #content-main>form .submit-row .deletelink-box .disabled.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .disabled.deletelink,.change-form #content-main>form .add-row a.disabled,.passwordchange #content-main>form .add-row a.disabled,.change-form #content-main>form .disabled.inline-deletelink,.passwordchange #content-main>form .disabled.inline-deletelink,.login #container .submit-row input.disabled,#content .object-tools a.disabled,.change-list #changelist-search input.disabled[type=submit],.change-list .disabled.changelist-filter-toggler,.change-list #changelist-form .actions button.disabled,.paginator .disabled.showall,.paginator input.disabled,.delete-confirmation-content form input.disabled[type=submit],.delete-confirmation-content form .disabled.cancel-link,.actionresult #content>p a.disabled,.page-admindocs .admindocs-body .small a.disabled,fieldset:disabled .btn,fieldset:disabled .change-form #content-main>form .form-row .selector-chooseall,.change-form #content-main>form .form-row fieldset:disabled .selector-chooseall,fieldset:disabled .passwordchange #content-main>form .form-row .selector-chooseall,.passwordchange #content-main>form .form-row fieldset:disabled .selector-chooseall,fieldset:disabled .change-form #content-main>form .form-row .selector-clearall,.change-form #content-main>form .form-row fieldset:disabled .selector-clearall,fieldset:disabled .passwordchange #content-main>form .form-row .selector-clearall,.passwordchange #content-main>form .form-row fieldset:disabled .selector-clearall,fieldset:disabled .change-form #content-main>form .submit-row input[type=submit],.change-form #content-main>form .submit-row fieldset:disabled input[type=submit],fieldset:disabled .passwordchange #content-main>form .submit-row input[type=submit],.passwordchange #content-main>form .submit-row fieldset:disabled input[type=submit],fieldset:disabled .change-form #content-main>form .submit-row .deletelink-box .deletelink,.change-form #content-main>form .submit-row .deletelink-box fieldset:disabled .deletelink,fieldset:disabled .passwordchange #content-main>form .submit-row .deletelink-box .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box fieldset:disabled .deletelink,fieldset:disabled .change-form #content-main>form .add-row a,.change-form #content-main>form .add-row fieldset:disabled a,fieldset:disabled .passwordchange #content-main>form .add-row a,.passwordchange #content-main>form .add-row fieldset:disabled a,fieldset:disabled .change-form #content-main>form .inline-deletelink,.change-form #content-main>form fieldset:disabled .inline-deletelink,fieldset:disabled .passwordchange #content-main>form .inline-deletelink,.passwordchange #content-main>form fieldset:disabled .inline-deletelink,fieldset:disabled .login #container .submit-row input,.login #container .submit-row fieldset:disabled input,fieldset:disabled #content .object-tools a,#content .object-tools fieldset:disabled a,fieldset:disabled .change-list #changelist-search input[type=submit],.change-list #changelist-search fieldset:disabled input[type=submit],fieldset:disabled .change-list .changelist-filter-toggler,.change-list fieldset:disabled .changelist-filter-toggler,fieldset:disabled .change-list #changelist-form .actions button,.change-list #changelist-form .actions fieldset:disabled button,fieldset:disabled .paginator .showall,.paginator fieldset:disabled .showall,fieldset:disabled .paginator input,.paginator fieldset:disabled input,fieldset:disabled .delete-confirmation-content form input[type=submit],.delete-confirmation-content form fieldset:disabled input[type=submit],fieldset:disabled .delete-confirmation-content form .cancel-link,.delete-confirmation-content form fieldset:disabled .cancel-link,fieldset:disabled .actionresult #content>p a,.actionresult #content>p fieldset:disabled a,fieldset:disabled .page-admindocs .admindocs-body .small a,.page-admindocs .admindocs-body .small fieldset:disabled a{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#7f1b27;border-color:#7f1b27}.btn-primary:hover{color:#fff;background-color:#6c1721;border-color:#66151f}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#6c1721;border-color:#66151f;box-shadow:0 0 0 .25rem rgba(146,61,71,0.5)}.btn-check:checked+.btn-primary,.btn-check:active+.btn-primary,.btn-primary:active,.btn-primary.active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#66151f;border-color:#5f141d}.btn-check:checked+.btn-primary:focus,.btn-check:active+.btn-primary:focus,.btn-primary:active:focus,.btn-primary.active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(146,61,71,0.5)}.btn-primary:disabled,.btn-primary.disabled{color:#fff;background-color:#7f1b27;border-color:#7f1b27}.btn-secondary,.change-form #content-main>form .add-row a,.passwordchange #content-main>form .add-row a,.login #container .submit-row input,#content .object-tools a,.change-list .admindatefilter input[type=\'reset\'],.actionresult #content>p a,.page-admindocs .admindocs-body .small a{color:#000;background-color:#b3c100;border-color:#b3c100}.btn-secondary:hover,.change-form #content-main>form .add-row a:hover,.passwordchange #content-main>form .add-row a:hover,.login #container .submit-row input:hover,#content .object-tools a:hover,.change-list .admindatefilter input:hover[type=\'reset\'],.actionresult #content>p a:hover,.page-admindocs .admindocs-body .small a:hover{color:#000;background-color:#beca26;border-color:#bbc71a}.btn-check:focus+.btn-secondary,.change-form #content-main>form .add-row .btn-check:focus+a,.passwordchange #content-main>form .add-row .btn-check:focus+a,.login #container .submit-row .btn-check:focus+input,#content .object-tools .btn-check:focus+a,.change-list .admindatefilter .btn-check:focus+input[type=\'reset\'],.actionresult #content>p .btn-check:focus+a,.page-admindocs .admindocs-body .small .btn-check:focus+a,.btn-secondary:focus,.change-form #content-main>form .add-row a:focus,.passwordchange #content-main>form .add-row a:focus,.login #container .submit-row input:focus,#content .object-tools a:focus,.change-list .admindatefilter input:focus[type=\'reset\'],.actionresult #content>p a:focus,.page-admindocs .admindocs-body .small a:focus{color:#000;background-color:#beca26;border-color:#bbc71a;box-shadow:0 0 0 .25rem rgba(152,164,0,0.5)}.btn-check:checked+.btn-secondary,.change-form #content-main>form .add-row .btn-check:checked+a,.passwordchange #content-main>form .add-row .btn-check:checked+a,.login #container .submit-row .btn-check:checked+input,#content .object-tools .btn-check:checked+a,.change-list .admindatefilter .btn-check:checked+input[type=\'reset\'],.actionresult #content>p .btn-check:checked+a,.page-admindocs .admindocs-body .small .btn-check:checked+a,.btn-check:active+.btn-secondary,.change-form #content-main>form .add-row .btn-check:active+a,.passwordchange #content-main>form .add-row .btn-check:active+a,.login #container .submit-row .btn-check:active+input,#content .object-tools .btn-check:active+a,.change-list .admindatefilter .btn-check:active+input[type=\'reset\'],.actionresult #content>p .btn-check:active+a,.page-admindocs .admindocs-body .small .btn-check:active+a,.btn-secondary:active,.change-form #content-main>form .add-row a:active,.passwordchange #content-main>form .add-row a:active,.login #container .submit-row input:active,#content .object-tools a:active,.change-list .admindatefilter input:active[type=\'reset\'],.actionresult #content>p a:active,.page-admindocs .admindocs-body .small a:active,.btn-secondary.active,.change-form #content-main>form .add-row a.active,.passwordchange #content-main>form .add-row a.active,.login #container .submit-row input.active,#content .object-tools a.active,.change-list .admindatefilter input.active[type=\'reset\'],.actionresult #content>p a.active,.page-admindocs .admindocs-body .small a.active,.show>.btn-secondary.dropdown-toggle,.change-form #content-main>form .add-row .show>a.dropdown-toggle,.passwordchange #content-main>form .add-row .show>a.dropdown-toggle,.login #container .submit-row .show>input.dropdown-toggle,#content .object-tools .show>a.dropdown-toggle,.change-list .admindatefilter .show>input.dropdown-toggle[type=\'reset\'],.actionresult #content>p .show>a.dropdown-toggle,.page-admindocs .admindocs-body .small .show>a.dropdown-toggle{color:#000;background-color:#c2cd33;border-color:#bbc71a}.btn-check:checked+.btn-secondary:focus,.change-form #content-main>form .add-row .btn-check:checked+a:focus,.passwordchange #content-main>form .add-row .btn-check:checked+a:focus,.login #container .submit-row .btn-check:checked+input:focus,#content .object-tools .btn-check:checked+a:focus,.change-list .admindatefilter .btn-check:checked+input:focus[type=\'reset\'],.actionresult #content>p .btn-check:checked+a:focus,.page-admindocs .admindocs-body .small .btn-check:checked+a:focus,.btn-check:active+.btn-secondary:focus,.change-form #content-main>form .add-row .btn-check:active+a:focus,.passwordchange #content-main>form .add-row .btn-check:active+a:focus,.login #container .submit-row .btn-check:active+input:focus,#content .object-tools .btn-check:active+a:focus,.change-list .admindatefilter .btn-check:active+input:focus[type=\'reset\'],.actionresult #content>p .btn-check:active+a:focus,.page-admindocs .admindocs-body .small .btn-check:active+a:focus,.btn-secondary:active:focus,.change-form #content-main>form .add-row a:active:focus,.passwordchange #content-main>form .add-row a:active:focus,.login #container .submit-row input:active:focus,#content .object-tools a:active:focus,.change-list .admindatefilter input:active:focus[type=\'reset\'],.actionresult #content>p a:active:focus,.page-admindocs .admindocs-body .small a:active:focus,.btn-secondary.active:focus,.change-form #content-main>form .add-row a.active:focus,.passwordchange #content-main>form .add-row a.active:focus,.login #container .submit-row input.active:focus,#content .object-tools a.active:focus,.change-list .admindatefilter input.active:focus[type=\'reset\'],.actionresult #content>p a.active:focus,.page-admindocs .admindocs-body .small a.active:focus,.show>.btn-secondary.dropdown-toggle:focus,.change-form #content-main>form .add-row .show>a.dropdown-toggle:focus,.passwordchange #content-main>form .add-row .show>a.dropdown-toggle:focus,.login #container .submit-row .show>input.dropdown-toggle:focus,#content .object-tools .show>a.dropdown-toggle:focus,.change-list .admindatefilter .show>input.dropdown-toggle:focus[type=\'reset\'],.actionresult #content>p .show>a.dropdown-toggle:focus,.page-admindocs .admindocs-body .small .show>a.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(152,164,0,0.5)}.btn-secondary:disabled,.change-form #content-main>form .add-row a:disabled,.passwordchange #content-main>form .add-row a:disabled,.login #container .submit-row input:disabled,#content .object-tools a:disabled,.change-list .admindatefilter input:disabled[type=\'reset\'],.actionresult #content>p a:disabled,.page-admindocs .admindocs-body .small a:disabled,.btn-secondary.disabled,.change-form #content-main>form .add-row a.disabled,.passwordchange #content-main>form .add-row a.disabled,.login #container .submit-row input.disabled,#content .object-tools a.disabled,.change-list .admindatefilter input.disabled[type=\'reset\'],.actionresult #content>p a.disabled,.page-admindocs .admindocs-body .small a.disabled{color:#000;background-color:#b3c100;border-color:#b3c100}.btn-success,.change-form #content-main>form .submit-row input[type=submit],.passwordchange #content-main>form .submit-row input[type=submit],.paginator input,.delete-confirmation-content form .cancel-link{color:#fff;background-color:#198754;border-color:#198754}.btn-success:hover,.change-form #content-main>form .submit-row input:hover[type=submit],.passwordchange #content-main>form .submit-row input:hover[type=submit],.paginator input:hover,.delete-confirmation-content form .cancel-link:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.change-form #content-main>form .submit-row .btn-check:focus+input[type=submit],.passwordchange #content-main>form .submit-row .btn-check:focus+input[type=submit],.paginator .btn-check:focus+input,.delete-confirmation-content form .btn-check:focus+.cancel-link,.btn-success:focus,.change-form #content-main>form .submit-row input:focus[type=submit],.passwordchange #content-main>form .submit-row input:focus[type=submit],.paginator input:focus,.delete-confirmation-content form .cancel-link:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,0.5)}.btn-check:checked+.btn-success,.change-form #content-main>form .submit-row .btn-check:checked+input[type=submit],.passwordchange #content-main>form .submit-row .btn-check:checked+input[type=submit],.paginator .btn-check:checked+input,.delete-confirmation-content form .btn-check:checked+.cancel-link,.btn-check:active+.btn-success,.change-form #content-main>form .submit-row .btn-check:active+input[type=submit],.passwordchange #content-main>form .submit-row .btn-check:active+input[type=submit],.paginator .btn-check:active+input,.delete-confirmation-content form .btn-check:active+.cancel-link,.btn-success:active,.change-form #content-main>form .submit-row input:active[type=submit],.passwordchange #content-main>form .submit-row input:active[type=submit],.paginator input:active,.delete-confirmation-content form .cancel-link:active,.btn-success.active,.change-form #content-main>form .submit-row input.active[type=submit],.passwordchange #content-main>form .submit-row input.active[type=submit],.paginator input.active,.delete-confirmation-content form .active.cancel-link,.show>.btn-success.dropdown-toggle,.change-form #content-main>form .submit-row .show>input.dropdown-toggle[type=submit],.passwordchange #content-main>form .submit-row .show>input.dropdown-toggle[type=submit],.paginator .show>input.dropdown-toggle,.delete-confirmation-content form .show>.dropdown-toggle.cancel-link{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:checked+.btn-success:focus,.change-form #content-main>form .submit-row .btn-check:checked+input:focus[type=submit],.passwordchange #content-main>form .submit-row .btn-check:checked+input:focus[type=submit],.paginator .btn-check:checked+input:focus,.delete-confirmation-content form .btn-check:checked+.cancel-link:focus,.btn-check:active+.btn-success:focus,.change-form #content-main>form .submit-row .btn-check:active+input:focus[type=submit],.passwordchange #content-main>form .submit-row .btn-check:active+input:focus[type=submit],.paginator .btn-check:active+input:focus,.delete-confirmation-content form .btn-check:active+.cancel-link:focus,.btn-success:active:focus,.change-form #content-main>form .submit-row input:active:focus[type=submit],.passwordchange #content-main>form .submit-row input:active:focus[type=submit],.paginator input:active:focus,.delete-confirmation-content form .cancel-link:active:focus,.btn-success.active:focus,.change-form #content-main>form .submit-row input.active:focus[type=submit],.passwordchange #content-main>form .submit-row input.active:focus[type=submit],.paginator input.active:focus,.delete-confirmation-content form .active.cancel-link:focus,.show>.btn-success.dropdown-toggle:focus,.change-form #content-main>form .submit-row .show>input.dropdown-toggle:focus[type=submit],.passwordchange #content-main>form .submit-row .show>input.dropdown-toggle:focus[type=submit],.paginator .show>input.dropdown-toggle:focus,.delete-confirmation-content form .show>.dropdown-toggle.cancel-link:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,0.5)}.btn-success:disabled,.change-form #content-main>form .submit-row input:disabled[type=submit],.passwordchange #content-main>form .submit-row input:disabled[type=submit],.paginator input:disabled,.delete-confirmation-content form .cancel-link:disabled,.btn-success.disabled,.change-form #content-main>form .submit-row input.disabled[type=submit],.passwordchange #content-main>form .submit-row input.disabled[type=submit],.paginator input.disabled,.delete-confirmation-content form .disabled.cancel-link{color:#fff;background-color:#198754;border-color:#198754}.btn-info,.change-list .changelist-filter-toggler{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-info:hover,.change-list .changelist-filter-toggler:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.change-list .btn-check:focus+.changelist-filter-toggler,.btn-info:focus,.change-list .changelist-filter-toggler:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,0.5)}.btn-check:checked+.btn-info,.change-list .btn-check:checked+.changelist-filter-toggler,.btn-check:active+.btn-info,.change-list .btn-check:active+.changelist-filter-toggler,.btn-info:active,.change-list .changelist-filter-toggler:active,.btn-info.active,.change-list .active.changelist-filter-toggler,.show>.btn-info.dropdown-toggle,.change-list .show>.dropdown-toggle.changelist-filter-toggler{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:checked+.btn-info:focus,.change-list .btn-check:checked+.changelist-filter-toggler:focus,.btn-check:active+.btn-info:focus,.change-list .btn-check:active+.changelist-filter-toggler:focus,.btn-info:active:focus,.change-list .changelist-filter-toggler:active:focus,.btn-info.active:focus,.change-list .active.changelist-filter-toggler:focus,.show>.btn-info.dropdown-toggle:focus,.change-list .show>.dropdown-toggle.changelist-filter-toggler:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,0.5)}.btn-info:disabled,.change-list .changelist-filter-toggler:disabled,.btn-info.disabled,.change-list .disabled.changelist-filter-toggler{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning,.change-form #content-main>form .inline-deletelink,.passwordchange #content-main>form .inline-deletelink{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover,.change-form #content-main>form .inline-deletelink:hover,.passwordchange #content-main>form .inline-deletelink:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.change-form #content-main>form .btn-check:focus+.inline-deletelink,.passwordchange #content-main>form .btn-check:focus+.inline-deletelink,.btn-warning:focus,.change-form #content-main>form .inline-deletelink:focus,.passwordchange #content-main>form .inline-deletelink:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgba(217,164,6,0.5)}.btn-check:checked+.btn-warning,.change-form #content-main>form .btn-check:checked+.inline-deletelink,.passwordchange #content-main>form .btn-check:checked+.inline-deletelink,.btn-check:active+.btn-warning,.change-form #content-main>form .btn-check:active+.inline-deletelink,.passwordchange #content-main>form .btn-check:active+.inline-deletelink,.btn-warning:active,.change-form #content-main>form .inline-deletelink:active,.passwordchange #content-main>form .inline-deletelink:active,.btn-warning.active,.change-form #content-main>form .active.inline-deletelink,.passwordchange #content-main>form .active.inline-deletelink,.show>.btn-warning.dropdown-toggle,.change-form #content-main>form .show>.dropdown-toggle.inline-deletelink,.passwordchange #content-main>form .show>.dropdown-toggle.inline-deletelink{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:checked+.btn-warning:focus,.change-form #content-main>form .btn-check:checked+.inline-deletelink:focus,.passwordchange #content-main>form .btn-check:checked+.inline-deletelink:focus,.btn-check:active+.btn-warning:focus,.change-form #content-main>form .btn-check:active+.inline-deletelink:focus,.passwordchange #content-main>form .btn-check:active+.inline-deletelink:focus,.btn-warning:active:focus,.change-form #content-main>form .inline-deletelink:active:focus,.passwordchange #content-main>form .inline-deletelink:active:focus,.btn-warning.active:focus,.change-form #content-main>form .active.inline-deletelink:focus,.passwordchange #content-main>form .active.inline-deletelink:focus,.show>.btn-warning.dropdown-toggle:focus,.change-form #content-main>form .show>.dropdown-toggle.inline-deletelink:focus,.passwordchange #content-main>form .show>.dropdown-toggle.inline-deletelink:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,0.5)}.btn-warning:disabled,.change-form #content-main>form .inline-deletelink:disabled,.passwordchange #content-main>form .inline-deletelink:disabled,.btn-warning.disabled,.change-form #content-main>form .disabled.inline-deletelink,.passwordchange #content-main>form .disabled.inline-deletelink{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger,.change-form #content-main>form .submit-row .deletelink-box .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink,.delete-confirmation-content form input[type=submit]{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover,.change-form #content-main>form .submit-row .deletelink-box .deletelink:hover,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink:hover,.delete-confirmation-content form input:hover[type=submit]{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.change-form #content-main>form .submit-row .deletelink-box .btn-check:focus+.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-check:focus+.deletelink,.delete-confirmation-content form .btn-check:focus+input[type=submit],.btn-danger:focus,.change-form #content-main>form .submit-row .deletelink-box .deletelink:focus,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink:focus,.delete-confirmation-content form input:focus[type=submit]{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,0.5)}.btn-check:checked+.btn-danger,.change-form #content-main>form .submit-row .deletelink-box .btn-check:checked+.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-check:checked+.deletelink,.delete-confirmation-content form .btn-check:checked+input[type=submit],.btn-check:active+.btn-danger,.change-form #content-main>form .submit-row .deletelink-box .btn-check:active+.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-check:active+.deletelink,.delete-confirmation-content form .btn-check:active+input[type=submit],.btn-danger:active,.change-form #content-main>form .submit-row .deletelink-box .deletelink:active,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink:active,.delete-confirmation-content form input:active[type=submit],.btn-danger.active,.change-form #content-main>form .submit-row .deletelink-box .active.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .active.deletelink,.delete-confirmation-content form input.active[type=submit],.show>.btn-danger.dropdown-toggle,.change-form #content-main>form .submit-row .deletelink-box .show>.dropdown-toggle.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .show>.dropdown-toggle.deletelink,.delete-confirmation-content form .show>input.dropdown-toggle[type=submit]{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:checked+.btn-danger:focus,.change-form #content-main>form .submit-row .deletelink-box .btn-check:checked+.deletelink:focus,.passwordchange #content-main>form .submit-row .deletelink-box .btn-check:checked+.deletelink:focus,.delete-confirmation-content form .btn-check:checked+input:focus[type=submit],.btn-check:active+.btn-danger:focus,.change-form #content-main>form .submit-row .deletelink-box .btn-check:active+.deletelink:focus,.passwordchange #content-main>form .submit-row .deletelink-box .btn-check:active+.deletelink:focus,.delete-confirmation-content form .btn-check:active+input:focus[type=submit],.btn-danger:active:focus,.change-form #content-main>form .submit-row .deletelink-box .deletelink:active:focus,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink:active:focus,.delete-confirmation-content form input:active:focus[type=submit],.btn-danger.active:focus,.change-form #content-main>form .submit-row .deletelink-box .active.deletelink:focus,.passwordchange #content-main>form .submit-row .deletelink-box .active.deletelink:focus,.delete-confirmation-content form input.active:focus[type=submit],.show>.btn-danger.dropdown-toggle:focus,.change-form #content-main>form .submit-row .deletelink-box .show>.dropdown-toggle.deletelink:focus,.passwordchange #content-main>form .submit-row .deletelink-box .show>.dropdown-toggle.deletelink:focus,.delete-confirmation-content form .show>input.dropdown-toggle:focus[type=submit]{box-shadow:0 0 0 .25rem rgba(225,83,97,0.5)}.btn-danger:disabled,.change-form #content-main>form .submit-row .deletelink-box .deletelink:disabled,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink:disabled,.delete-confirmation-content form input:disabled[type=submit],.btn-danger.disabled,.change-form #content-main>form .submit-row .deletelink-box .disabled.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .disabled.deletelink,.delete-confirmation-content form input.disabled[type=submit]{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light,.change-form #content-main>form .form-row .selector-chooseall,.passwordchange #content-main>form .form-row .selector-chooseall,.change-form #content-main>form .form-row .selector-clearall,.passwordchange #content-main>form .form-row .selector-clearall,.change-list #changelist-form .actions button{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover,.change-form #content-main>form .form-row .selector-chooseall:hover,.passwordchange #content-main>form .form-row .selector-chooseall:hover,.change-form #content-main>form .form-row .selector-clearall:hover,.passwordchange #content-main>form .form-row .selector-clearall:hover,.change-list #changelist-form .actions button:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.change-form #content-main>form .form-row .btn-check:focus+.selector-chooseall,.passwordchange #content-main>form .form-row .btn-check:focus+.selector-chooseall,.change-form #content-main>form .form-row .btn-check:focus+.selector-clearall,.passwordchange #content-main>form .form-row .btn-check:focus+.selector-clearall,.change-list #changelist-form .actions .btn-check:focus+button,.btn-light:focus,.change-form #content-main>form .form-row .selector-chooseall:focus,.passwordchange #content-main>form .form-row .selector-chooseall:focus,.change-form #content-main>form .form-row .selector-clearall:focus,.passwordchange #content-main>form .form-row .selector-clearall:focus,.change-list #changelist-form .actions button:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem rgba(211,212,213,0.5)}.btn-check:checked+.btn-light,.change-form #content-main>form .form-row .btn-check:checked+.selector-chooseall,.passwordchange #content-main>form .form-row .btn-check:checked+.selector-chooseall,.change-form #content-main>form .form-row .btn-check:checked+.selector-clearall,.passwordchange #content-main>form .form-row .btn-check:checked+.selector-clearall,.change-list #changelist-form .actions .btn-check:checked+button,.btn-check:active+.btn-light,.change-form #content-main>form .form-row .btn-check:active+.selector-chooseall,.passwordchange #content-main>form .form-row .btn-check:active+.selector-chooseall,.change-form #content-main>form .form-row .btn-check:active+.selector-clearall,.passwordchange #content-main>form .form-row .btn-check:active+.selector-clearall,.change-list #changelist-form .actions .btn-check:active+button,.btn-light:active,.change-form #content-main>form .form-row .selector-chooseall:active,.passwordchange #content-main>form .form-row .selector-chooseall:active,.change-form #content-main>form .form-row .selector-clearall:active,.passwordchange #content-main>form .form-row .selector-clearall:active,.change-list #changelist-form .actions button:active,.btn-light.active,.change-form #content-main>form .form-row .active.selector-chooseall,.passwordchange #content-main>form .form-row .active.selector-chooseall,.change-form #content-main>form .form-row .active.selector-clearall,.passwordchange #content-main>form .form-row .active.selector-clearall,.change-list #changelist-form .actions button.active,.show>.btn-light.dropdown-toggle,.change-form #content-main>form .form-row .show>.dropdown-toggle.selector-chooseall,.passwordchange #content-main>form .form-row .show>.dropdown-toggle.selector-chooseall,.change-form #content-main>form .form-row .show>.dropdown-toggle.selector-clearall,.passwordchange #content-main>form .form-row .show>.dropdown-toggle.selector-clearall,.change-list #changelist-form .actions .show>button.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:checked+.btn-light:focus,.change-form #content-main>form .form-row .btn-check:checked+.selector-chooseall:focus,.passwordchange #content-main>form .form-row .btn-check:checked+.selector-chooseall:focus,.change-form #content-main>form .form-row .btn-check:checked+.selector-clearall:focus,.passwordchange #content-main>form .form-row .btn-check:checked+.selector-clearall:focus,.change-list #changelist-form .actions .btn-check:checked+button:focus,.btn-check:active+.btn-light:focus,.change-form #content-main>form .form-row .btn-check:active+.selector-chooseall:focus,.passwordchange #content-main>form .form-row .btn-check:active+.selector-chooseall:focus,.change-form #content-main>form .form-row .btn-check:active+.selector-clearall:focus,.passwordchange #content-main>form .form-row .btn-check:active+.selector-clearall:focus,.change-list #changelist-form .actions .btn-check:active+button:focus,.btn-light:active:focus,.change-form #content-main>form .form-row .selector-chooseall:active:focus,.passwordchange #content-main>form .form-row .selector-chooseall:active:focus,.change-form #content-main>form .form-row .selector-clearall:active:focus,.passwordchange #content-main>form .form-row .selector-clearall:active:focus,.change-list #changelist-form .actions button:active:focus,.btn-light.active:focus,.change-form #content-main>form .form-row .active.selector-chooseall:focus,.passwordchange #content-main>form .form-row .active.selector-chooseall:focus,.change-form #content-main>form .form-row .active.selector-clearall:focus,.passwordchange #content-main>form .form-row .active.selector-clearall:focus,.change-list #changelist-form .actions button.active:focus,.show>.btn-light.dropdown-toggle:focus,.change-form #content-main>form .form-row .show>.dropdown-toggle.selector-chooseall:focus,.passwordchange #content-main>form .form-row .show>.dropdown-toggle.selector-chooseall:focus,.change-form #content-main>form .form-row .show>.dropdown-toggle.selector-clearall:focus,.passwordchange #content-main>form .form-row .show>.dropdown-toggle.selector-clearall:focus,.change-list #changelist-form .actions .show>button.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(211,212,213,0.5)}.btn-light:disabled,.change-form #content-main>form .form-row .selector-chooseall:disabled,.passwordchange #content-main>form .form-row .selector-chooseall:disabled,.change-form #content-main>form .form-row .selector-clearall:disabled,.passwordchange #content-main>form .form-row .selector-clearall:disabled,.change-list #changelist-form .actions button:disabled,.btn-light.disabled,.change-form #content-main>form .form-row .disabled.selector-chooseall,.passwordchange #content-main>form .form-row .disabled.selector-chooseall,.change-form #content-main>form .form-row .disabled.selector-clearall,.passwordchange #content-main>form .form-row .disabled.selector-clearall,.change-list #changelist-form .actions button.disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgba(66,70,73,0.5)}.btn-check:checked+.btn-dark,.btn-check:active+.btn-dark,.btn-dark:active,.btn-dark.active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:checked+.btn-dark:focus,.btn-check:active+.btn-dark:focus,.btn-dark:active:focus,.btn-dark.active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,0.5)}.btn-dark:disabled,.btn-dark.disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary,.paginator .showall{color:#7f1b27;border-color:#7f1b27}.btn-outline-primary:hover,.paginator .showall:hover{color:#fff;background-color:#7f1b27;border-color:#7f1b27}.btn-check:focus+.btn-outline-primary,.paginator .btn-check:focus+.showall,.btn-outline-primary:focus,.paginator .showall:focus{box-shadow:0 0 0 .25rem rgba(127,27,39,0.5)}.btn-check:checked+.btn-outline-primary,.paginator .btn-check:checked+.showall,.btn-check:active+.btn-outline-primary,.paginator .btn-check:active+.showall,.btn-outline-primary:active,.paginator .showall:active,.btn-outline-primary.active,.paginator .active.showall,.btn-outline-primary.dropdown-toggle.show,.paginator .dropdown-toggle.show.showall{color:#fff;background-color:#7f1b27;border-color:#7f1b27}.btn-check:checked+.btn-outline-primary:focus,.paginator .btn-check:checked+.showall:focus,.btn-check:active+.btn-outline-primary:focus,.paginator .btn-check:active+.showall:focus,.btn-outline-primary:active:focus,.paginator .showall:active:focus,.btn-outline-primary.active:focus,.paginator .active.showall:focus,.btn-outline-primary.dropdown-toggle.show:focus,.paginator .dropdown-toggle.show.showall:focus{box-shadow:0 0 0 .25rem rgba(127,27,39,0.5)}.btn-outline-primary:disabled,.paginator .showall:disabled,.btn-outline-primary.disabled,.paginator .disabled.showall{color:#7f1b27;background-color:transparent}.btn-outline-secondary{color:#b3c100;border-color:#b3c100}.btn-outline-secondary:hover{color:#000;background-color:#b3c100;border-color:#b3c100}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(179,193,0,0.5)}.btn-check:checked+.btn-outline-secondary,.btn-check:active+.btn-outline-secondary,.btn-outline-secondary:active,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show{color:#000;background-color:#b3c100;border-color:#b3c100}.btn-check:checked+.btn-outline-secondary:focus,.btn-check:active+.btn-outline-secondary:focus,.btn-outline-secondary:active:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(179,193,0,0.5)}.btn-outline-secondary:disabled,.btn-outline-secondary.disabled{color:#b3c100;background-color:transparent}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,0.5)}.btn-check:checked+.btn-outline-success,.btn-check:active+.btn-outline-success,.btn-outline-success:active,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show{color:#fff;background-color:#198754;border-color:#198754}.btn-check:checked+.btn-outline-success:focus,.btn-check:active+.btn-outline-success:focus,.btn-outline-success:active:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,0.5)}.btn-outline-success:disabled,.btn-outline-success.disabled{color:#198754;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,0.5)}.btn-check:checked+.btn-outline-info,.btn-check:active+.btn-outline-info,.btn-outline-info:active,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:checked+.btn-outline-info:focus,.btn-check:active+.btn-outline-info:focus,.btn-outline-info:active:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,0.5)}.btn-outline-info:disabled,.btn-outline-info.disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,0.5)}.btn-check:checked+.btn-outline-warning,.btn-check:active+.btn-outline-warning,.btn-outline-warning:active,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:checked+.btn-outline-warning:focus,.btn-check:active+.btn-outline-warning:focus,.btn-outline-warning:active:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,0.5)}.btn-outline-warning:disabled,.btn-outline-warning.disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,0.5)}.btn-check:checked+.btn-outline-danger,.btn-check:active+.btn-outline-danger,.btn-outline-danger:active,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:checked+.btn-outline-danger:focus,.btn-check:active+.btn-outline-danger:focus,.btn-outline-danger:active:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,0.5)}.btn-outline-danger:disabled,.btn-outline-danger.disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,0.5)}.btn-check:checked+.btn-outline-light,.btn-check:active+.btn-outline-light,.btn-outline-light:active,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:checked+.btn-outline-light:focus,.btn-check:active+.btn-outline-light:focus,.btn-outline-light:active:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,0.5)}.btn-outline-light:disabled,.btn-outline-light.disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,0.5)}.btn-check:checked+.btn-outline-dark,.btn-check:active+.btn-outline-dark,.btn-outline-dark:active,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show{color:#fff;background-color:#212529;border-color:#212529}.btn-check:checked+.btn-outline-dark:focus,.btn-check:active+.btn-outline-dark:focus,.btn-outline-dark:active:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,0.5)}.btn-outline-dark:disabled,.btn-outline-dark.disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:#7f1b27;text-decoration:underline}.btn-link:hover{color:#66151f}.btn-link:disabled,.btn-link.disabled{color:#6c757d}.btn-lg,.btn-group-lg>.btn,.change-form #content-main>form .form-row .btn-group-lg>.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group-lg>.selector-chooseall,.change-form #content-main>form .form-row .btn-group-lg>.selector-clearall,.passwordchange #content-main>form .form-row .btn-group-lg>.selector-clearall,.change-form #content-main>form .submit-row .btn-group-lg>input[type=submit],.passwordchange #content-main>form .submit-row .btn-group-lg>input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-lg>.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-lg>.deletelink,.change-form #content-main>form .add-row .btn-group-lg>a,.passwordchange #content-main>form .add-row .btn-group-lg>a,.change-form #content-main>form .btn-group-lg>.inline-deletelink,.passwordchange #content-main>form .btn-group-lg>.inline-deletelink,.login #container .submit-row .btn-group-lg>input,#content .object-tools .btn-group-lg>a,.change-list #changelist-search .btn-group-lg>input[type=submit],.change-list .btn-group-lg>.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group-lg>button,.paginator .btn-group-lg>.showall,.paginator .btn-group-lg>input,.delete-confirmation-content form .btn-group-lg>input[type=submit],.delete-confirmation-content form .btn-group-lg>.cancel-link,.actionresult #content>p .btn-group-lg>a,.page-admindocs .admindocs-body .small .btn-group-lg>a{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-sm,.btn-group-sm>.btn,.change-form #content-main>form .form-row .btn-group-sm>.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group-sm>.selector-chooseall,.change-form #content-main>form .form-row .btn-group-sm>.selector-clearall,.passwordchange #content-main>form .form-row .btn-group-sm>.selector-clearall,.change-form #content-main>form .submit-row .btn-group-sm>input[type=submit],.passwordchange #content-main>form .submit-row .btn-group-sm>input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-sm>.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-sm>.deletelink,.change-form #content-main>form .add-row .btn-group-sm>a,.passwordchange #content-main>form .add-row .btn-group-sm>a,.change-form #content-main>form .btn-group-sm>.inline-deletelink,.passwordchange #content-main>form .btn-group-sm>.inline-deletelink,.login #container .submit-row .btn-group-sm>input,#content .object-tools .btn-group-sm>a,.change-list .btn-group-sm>.changelist-filter-toggler,.paginator .btn-group-sm>input,.delete-confirmation-content form .btn-group-sm>input[type=submit],.delete-confirmation-content form .btn-group-sm>.cancel-link,.actionresult #content>p .btn-group-sm>a,.change-list #changelist-search input[type=submit],.change-list #changelist-form .actions button,.change-list .admindatefilter input[type=\'submit\'],.change-list .admindatefilter input[type=\'reset\'],.paginator .showall,.page-admindocs .admindocs-body .small a{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.fade{transition:opacity 0.15s linear}@media (prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height 0.35s ease}@media (prefers-reduced-motion: reduce){.collapsing{transition:none}}.dropup,.dropend,.dropdown,.dropstart{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto /* rtl:ignore */;left:0 /* rtl:ignore */}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0 /* rtl:ignore */;left:auto /* rtl:ignore */}@media (min-width: 576px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-start[data-bs-popper]{right:auto /* rtl:ignore */;left:0 /* rtl:ignore */}.dropdown-menu-sm-end{--bs-position: end}.dropdown-menu-sm-end[data-bs-popper]{right:0 /* rtl:ignore */;left:auto /* rtl:ignore */}}@media (min-width: 768px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-start[data-bs-popper]{right:auto /* rtl:ignore */;left:0 /* rtl:ignore */}.dropdown-menu-md-end{--bs-position: end}.dropdown-menu-md-end[data-bs-popper]{right:0 /* rtl:ignore */;left:auto /* rtl:ignore */}}@media (min-width: 992px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-start[data-bs-popper]{right:auto /* rtl:ignore */;left:0 /* rtl:ignore */}.dropdown-menu-lg-end{--bs-position: end}.dropdown-menu-lg-end[data-bs-popper]{right:0 /* rtl:ignore */;left:auto /* rtl:ignore */}}@media (min-width: 1200px){.dropdown-menu-xl-start{--bs-position: start}.dropdown-menu-xl-start[data-bs-popper]{right:auto /* rtl:ignore */;left:0 /* rtl:ignore */}.dropdown-menu-xl-end{--bs-position: end}.dropdown-menu-xl-end[data-bs-popper]{right:0 /* rtl:ignore */;left:auto /* rtl:ignore */}}@media (min-width: 1400px){.dropdown-menu-xxl-start{--bs-position: start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto /* rtl:ignore */;left:0 /* rtl:ignore */}.dropdown-menu-xxl-end{--bs-position: end}.dropdown-menu-xxl-end[data-bs-popper]{right:0 /* rtl:ignore */;left:auto /* rtl:ignore */}}.dropup .dropdown-menu{top:auto;bottom:100%}.dropup .dropdown-menu[data-bs-popper]{margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu{top:0;right:auto;left:100%}.dropend .dropdown-menu[data-bs-popper]{margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu{top:0;right:100%;left:auto}.dropstart .dropdown-menu[data-bs-popper]{margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,0.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#7f1b27}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,0.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:hover,.dropdown-menu-dark .dropdown-item:focus{color:#fff;background-color:rgba(255,255,255,0.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#7f1b27}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,0.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.change-form #content-main>form .form-row .btn-group>.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group>.selector-chooseall,.change-form #content-main>form .form-row .btn-group>.selector-clearall,.passwordchange #content-main>form .form-row .btn-group>.selector-clearall,.change-form #content-main>form .submit-row .btn-group>input[type=submit],.passwordchange #content-main>form .submit-row .btn-group>input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group>.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group>.deletelink,.change-form #content-main>form .add-row .btn-group>a,.passwordchange #content-main>form .add-row .btn-group>a,.change-form #content-main>form .btn-group>.inline-deletelink,.passwordchange #content-main>form .btn-group>.inline-deletelink,.login #container .submit-row .btn-group>input,#content .object-tools .btn-group>a,.change-list #changelist-search .btn-group>input[type=submit],.change-list .btn-group>.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group>button,.paginator .btn-group>.showall,.paginator .btn-group>input,.delete-confirmation-content form .btn-group>input[type=submit],.delete-confirmation-content form .btn-group>.cancel-link,.actionresult #content>p .btn-group>a,.page-admindocs .admindocs-body .small .btn-group>a,.btn-group-vertical>.btn,.change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall,.change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall,.change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink,.change-form #content-main>form .add-row .btn-group-vertical>a,.passwordchange #content-main>form .add-row .btn-group-vertical>a,.change-form #content-main>form .btn-group-vertical>.inline-deletelink,.passwordchange #content-main>form .btn-group-vertical>.inline-deletelink,.login #container .submit-row .btn-group-vertical>input,#content .object-tools .btn-group-vertical>a,.change-list #changelist-search .btn-group-vertical>input[type=submit],.change-list .btn-group-vertical>.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group-vertical>button,.paginator .btn-group-vertical>.showall,.paginator .btn-group-vertical>input,.delete-confirmation-content form .btn-group-vertical>input[type=submit],.delete-confirmation-content form .btn-group-vertical>.cancel-link,.actionresult #content>p .btn-group-vertical>a,.page-admindocs .admindocs-body .small .btn-group-vertical>a{position:relative;flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.change-form #content-main>form .form-row .btn-group>.btn-check:checked+.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group>.btn-check:checked+.selector-chooseall,.change-form #content-main>form .form-row .btn-group>.btn-check:checked+.selector-clearall,.passwordchange #content-main>form .form-row .btn-group>.btn-check:checked+.selector-clearall,.change-form #content-main>form .submit-row .btn-group>.btn-check:checked+input[type=submit],.passwordchange #content-main>form .submit-row .btn-group>.btn-check:checked+input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group>.btn-check:checked+.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group>.btn-check:checked+.deletelink,.change-form #content-main>form .add-row .btn-group>.btn-check:checked+a,.passwordchange #content-main>form .add-row .btn-group>.btn-check:checked+a,.change-form #content-main>form .btn-group>.btn-check:checked+.inline-deletelink,.passwordchange #content-main>form .btn-group>.btn-check:checked+.inline-deletelink,.login #container .submit-row .btn-group>.btn-check:checked+input,#content .object-tools .btn-group>.btn-check:checked+a,.change-list #changelist-search .btn-group>.btn-check:checked+input[type=submit],.change-list .btn-group>.btn-check:checked+.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group>.btn-check:checked+button,.paginator .btn-group>.btn-check:checked+.showall,.paginator .btn-group>.btn-check:checked+input,.delete-confirmation-content form .btn-group>.btn-check:checked+input[type=submit],.delete-confirmation-content form .btn-group>.btn-check:checked+.cancel-link,.actionresult #content>p .btn-group>.btn-check:checked+a,.page-admindocs .admindocs-body .small .btn-group>.btn-check:checked+a,.btn-group>.btn-check:focus+.btn,.change-form #content-main>form .form-row .btn-group>.btn-check:focus+.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group>.btn-check:focus+.selector-chooseall,.change-form #content-main>form .form-row .btn-group>.btn-check:focus+.selector-clearall,.passwordchange #content-main>form .form-row .btn-group>.btn-check:focus+.selector-clearall,.change-form #content-main>form .submit-row .btn-group>.btn-check:focus+input[type=submit],.passwordchange #content-main>form .submit-row .btn-group>.btn-check:focus+input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group>.btn-check:focus+.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group>.btn-check:focus+.deletelink,.change-form #content-main>form .add-row .btn-group>.btn-check:focus+a,.passwordchange #content-main>form .add-row .btn-group>.btn-check:focus+a,.change-form #content-main>form .btn-group>.btn-check:focus+.inline-deletelink,.passwordchange #content-main>form .btn-group>.btn-check:focus+.inline-deletelink,.login #container .submit-row .btn-group>.btn-check:focus+input,#content .object-tools .btn-group>.btn-check:focus+a,.change-list #changelist-search .btn-group>.btn-check:focus+input[type=submit],.change-list .btn-group>.btn-check:focus+.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group>.btn-check:focus+button,.paginator .btn-group>.btn-check:focus+.showall,.paginator .btn-group>.btn-check:focus+input,.delete-confirmation-content form .btn-group>.btn-check:focus+input[type=submit],.delete-confirmation-content form .btn-group>.btn-check:focus+.cancel-link,.actionresult #content>p .btn-group>.btn-check:focus+a,.page-admindocs .admindocs-body .small .btn-group>.btn-check:focus+a,.btn-group>.btn:hover,.change-form #content-main>form .form-row .btn-group>.selector-chooseall:hover,.passwordchange #content-main>form .form-row .btn-group>.selector-chooseall:hover,.change-form #content-main>form .form-row .btn-group>.selector-clearall:hover,.passwordchange #content-main>form .form-row .btn-group>.selector-clearall:hover,.change-form #content-main>form .submit-row .btn-group>input:hover[type=submit],.passwordchange #content-main>form .submit-row .btn-group>input:hover[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group>.deletelink:hover,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group>.deletelink:hover,.change-form #content-main>form .add-row .btn-group>a:hover,.passwordchange #content-main>form .add-row .btn-group>a:hover,.change-form #content-main>form .btn-group>.inline-deletelink:hover,.passwordchange #content-main>form .btn-group>.inline-deletelink:hover,.login #container .submit-row .btn-group>input:hover,#content .object-tools .btn-group>a:hover,.change-list #changelist-search .btn-group>input:hover[type=submit],.change-list .btn-group>.changelist-filter-toggler:hover,.change-list #changelist-form .actions .btn-group>button:hover,.paginator .btn-group>.showall:hover,.paginator .btn-group>input:hover,.delete-confirmation-content form .btn-group>input:hover[type=submit],.delete-confirmation-content form .btn-group>.cancel-link:hover,.actionresult #content>p .btn-group>a:hover,.page-admindocs .admindocs-body .small .btn-group>a:hover,.btn-group>.btn:focus,.change-form #content-main>form .form-row .btn-group>.selector-chooseall:focus,.passwordchange #content-main>form .form-row .btn-group>.selector-chooseall:focus,.change-form #content-main>form .form-row .btn-group>.selector-clearall:focus,.passwordchange #content-main>form .form-row .btn-group>.selector-clearall:focus,.change-form #content-main>form .submit-row .btn-group>input:focus[type=submit],.passwordchange #content-main>form .submit-row .btn-group>input:focus[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group>.deletelink:focus,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group>.deletelink:focus,.change-form #content-main>form .add-row .btn-group>a:focus,.passwordchange #content-main>form .add-row .btn-group>a:focus,.change-form #content-main>form .btn-group>.inline-deletelink:focus,.passwordchange #content-main>form .btn-group>.inline-deletelink:focus,.login #container .submit-row .btn-group>input:focus,#content .object-tools .btn-group>a:focus,.change-list #changelist-search .btn-group>input:focus[type=submit],.change-list .btn-group>.changelist-filter-toggler:focus,.change-list #changelist-form .actions .btn-group>button:focus,.paginator .btn-group>.showall:focus,.paginator .btn-group>input:focus,.delete-confirmation-content form .btn-group>input:focus[type=submit],.delete-confirmation-content form .btn-group>.cancel-link:focus,.actionresult #content>p .btn-group>a:focus,.page-admindocs .admindocs-body .small .btn-group>a:focus,.btn-group>.btn:active,.change-form #content-main>form .form-row .btn-group>.selector-chooseall:active,.passwordchange #content-main>form .form-row .btn-group>.selector-chooseall:active,.change-form #content-main>form .form-row .btn-group>.selector-clearall:active,.passwordchange #content-main>form .form-row .btn-group>.selector-clearall:active,.change-form #content-main>form .submit-row .btn-group>input:active[type=submit],.passwordchange #content-main>form .submit-row .btn-group>input:active[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group>.deletelink:active,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group>.deletelink:active,.change-form #content-main>form .add-row .btn-group>a:active,.passwordchange #content-main>form .add-row .btn-group>a:active,.change-form #content-main>form .btn-group>.inline-deletelink:active,.passwordchange #content-main>form .btn-group>.inline-deletelink:active,.login #container .submit-row .btn-group>input:active,#content .object-tools .btn-group>a:active,.change-list #changelist-search .btn-group>input:active[type=submit],.change-list .btn-group>.changelist-filter-toggler:active,.change-list #changelist-form .actions .btn-group>button:active,.paginator .btn-group>.showall:active,.paginator .btn-group>input:active,.delete-confirmation-content form .btn-group>input:active[type=submit],.delete-confirmation-content form .btn-group>.cancel-link:active,.actionresult #content>p .btn-group>a:active,.page-admindocs .admindocs-body .small .btn-group>a:active,.btn-group>.btn.active,.change-form #content-main>form .form-row .btn-group>.active.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group>.active.selector-chooseall,.change-form #content-main>form .form-row .btn-group>.active.selector-clearall,.passwordchange #content-main>form .form-row .btn-group>.active.selector-clearall,.change-form #content-main>form .submit-row .btn-group>input.active[type=submit],.passwordchange #content-main>form .submit-row .btn-group>input.active[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group>.active.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group>.active.deletelink,.change-form #content-main>form .add-row .btn-group>a.active,.passwordchange #content-main>form .add-row .btn-group>a.active,.change-form #content-main>form .btn-group>.active.inline-deletelink,.passwordchange #content-main>form .btn-group>.active.inline-deletelink,.login #container .submit-row .btn-group>input.active,#content .object-tools .btn-group>a.active,.change-list #changelist-search .btn-group>input.active[type=submit],.change-list .btn-group>.active.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group>button.active,.paginator .btn-group>.active.showall,.paginator .btn-group>input.active,.delete-confirmation-content form .btn-group>input.active[type=submit],.delete-confirmation-content form .btn-group>.active.cancel-link,.actionresult #content>p .btn-group>a.active,.page-admindocs .admindocs-body .small .btn-group>a.active,.btn-group-vertical>.btn-check:checked+.btn,.change-form #content-main>form .form-row .btn-group-vertical>.btn-check:checked+.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group-vertical>.btn-check:checked+.selector-chooseall,.change-form #content-main>form .form-row .btn-group-vertical>.btn-check:checked+.selector-clearall,.passwordchange #content-main>form .form-row .btn-group-vertical>.btn-check:checked+.selector-clearall,.change-form #content-main>form .submit-row .btn-group-vertical>.btn-check:checked+input[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>.btn-check:checked+input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.btn-check:checked+.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.btn-check:checked+.deletelink,.change-form #content-main>form .add-row .btn-group-vertical>.btn-check:checked+a,.passwordchange #content-main>form .add-row .btn-group-vertical>.btn-check:checked+a,.change-form #content-main>form .btn-group-vertical>.btn-check:checked+.inline-deletelink,.passwordchange #content-main>form .btn-group-vertical>.btn-check:checked+.inline-deletelink,.login #container .submit-row .btn-group-vertical>.btn-check:checked+input,#content .object-tools .btn-group-vertical>.btn-check:checked+a,.change-list #changelist-search .btn-group-vertical>.btn-check:checked+input[type=submit],.change-list .btn-group-vertical>.btn-check:checked+.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group-vertical>.btn-check:checked+button,.paginator .btn-group-vertical>.btn-check:checked+.showall,.paginator .btn-group-vertical>.btn-check:checked+input,.delete-confirmation-content form .btn-group-vertical>.btn-check:checked+input[type=submit],.delete-confirmation-content form .btn-group-vertical>.btn-check:checked+.cancel-link,.actionresult #content>p .btn-group-vertical>.btn-check:checked+a,.page-admindocs .admindocs-body .small .btn-group-vertical>.btn-check:checked+a,.btn-group-vertical>.btn-check:focus+.btn,.change-form #content-main>form .form-row .btn-group-vertical>.btn-check:focus+.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group-vertical>.btn-check:focus+.selector-chooseall,.change-form #content-main>form .form-row .btn-group-vertical>.btn-check:focus+.selector-clearall,.passwordchange #content-main>form .form-row .btn-group-vertical>.btn-check:focus+.selector-clearall,.change-form #content-main>form .submit-row .btn-group-vertical>.btn-check:focus+input[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>.btn-check:focus+input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.btn-check:focus+.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.btn-check:focus+.deletelink,.change-form #content-main>form .add-row .btn-group-vertical>.btn-check:focus+a,.passwordchange #content-main>form .add-row .btn-group-vertical>.btn-check:focus+a,.change-form #content-main>form .btn-group-vertical>.btn-check:focus+.inline-deletelink,.passwordchange #content-main>form .btn-group-vertical>.btn-check:focus+.inline-deletelink,.login #container .submit-row .btn-group-vertical>.btn-check:focus+input,#content .object-tools .btn-group-vertical>.btn-check:focus+a,.change-list #changelist-search .btn-group-vertical>.btn-check:focus+input[type=submit],.change-list .btn-group-vertical>.btn-check:focus+.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group-vertical>.btn-check:focus+button,.paginator .btn-group-vertical>.btn-check:focus+.showall,.paginator .btn-group-vertical>.btn-check:focus+input,.delete-confirmation-content form .btn-group-vertical>.btn-check:focus+input[type=submit],.delete-confirmation-content form .btn-group-vertical>.btn-check:focus+.cancel-link,.actionresult #content>p .btn-group-vertical>.btn-check:focus+a,.page-admindocs .admindocs-body .small .btn-group-vertical>.btn-check:focus+a,.btn-group-vertical>.btn:hover,.change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall:hover,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall:hover,.change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall:hover,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall:hover,.change-form #content-main>form .submit-row .btn-group-vertical>input:hover[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>input:hover[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink:hover,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink:hover,.change-form #content-main>form .add-row .btn-group-vertical>a:hover,.passwordchange #content-main>form .add-row .btn-group-vertical>a:hover,.change-form #content-main>form .btn-group-vertical>.inline-deletelink:hover,.passwordchange #content-main>form .btn-group-vertical>.inline-deletelink:hover,.login #container .submit-row .btn-group-vertical>input:hover,#content .object-tools .btn-group-vertical>a:hover,.change-list #changelist-search .btn-group-vertical>input:hover[type=submit],.change-list .btn-group-vertical>.changelist-filter-toggler:hover,.change-list #changelist-form .actions .btn-group-vertical>button:hover,.paginator .btn-group-vertical>.showall:hover,.paginator .btn-group-vertical>input:hover,.delete-confirmation-content form .btn-group-vertical>input:hover[type=submit],.delete-confirmation-content form .btn-group-vertical>.cancel-link:hover,.actionresult #content>p .btn-group-vertical>a:hover,.page-admindocs .admindocs-body .small .btn-group-vertical>a:hover,.btn-group-vertical>.btn:focus,.change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall:focus,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall:focus,.change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall:focus,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall:focus,.change-form #content-main>form .submit-row .btn-group-vertical>input:focus[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>input:focus[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink:focus,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink:focus,.change-form #content-main>form .add-row .btn-group-vertical>a:focus,.passwordchange #content-main>form .add-row .btn-group-vertical>a:focus,.change-form #content-main>form .btn-group-vertical>.inline-deletelink:focus,.passwordchange #content-main>form .btn-group-vertical>.inline-deletelink:focus,.login #container .submit-row .btn-group-vertical>input:focus,#content .object-tools .btn-group-vertical>a:focus,.change-list #changelist-search .btn-group-vertical>input:focus[type=submit],.change-list .btn-group-vertical>.changelist-filter-toggler:focus,.change-list #changelist-form .actions .btn-group-vertical>button:focus,.paginator .btn-group-vertical>.showall:focus,.paginator .btn-group-vertical>input:focus,.delete-confirmation-content form .btn-group-vertical>input:focus[type=submit],.delete-confirmation-content form .btn-group-vertical>.cancel-link:focus,.actionresult #content>p .btn-group-vertical>a:focus,.page-admindocs .admindocs-body .small .btn-group-vertical>a:focus,.btn-group-vertical>.btn:active,.change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall:active,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall:active,.change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall:active,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall:active,.change-form #content-main>form .submit-row .btn-group-vertical>input:active[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>input:active[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink:active,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink:active,.change-form #content-main>form .add-row .btn-group-vertical>a:active,.passwordchange #content-main>form .add-row .btn-group-vertical>a:active,.change-form #content-main>form .btn-group-vertical>.inline-deletelink:active,.passwordchange #content-main>form .btn-group-vertical>.inline-deletelink:active,.login #container .submit-row .btn-group-vertical>input:active,#content .object-tools .btn-group-vertical>a:active,.change-list #changelist-search .btn-group-vertical>input:active[type=submit],.change-list .btn-group-vertical>.changelist-filter-toggler:active,.change-list #changelist-form .actions .btn-group-vertical>button:active,.paginator .btn-group-vertical>.showall:active,.paginator .btn-group-vertical>input:active,.delete-confirmation-content form .btn-group-vertical>input:active[type=submit],.delete-confirmation-content form .btn-group-vertical>.cancel-link:active,.actionresult #content>p .btn-group-vertical>a:active,.page-admindocs .admindocs-body .small .btn-group-vertical>a:active,.btn-group-vertical>.btn.active,.change-form #content-main>form .form-row .btn-group-vertical>.active.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group-vertical>.active.selector-chooseall,.change-form #content-main>form .form-row .btn-group-vertical>.active.selector-clearall,.passwordchange #content-main>form .form-row .btn-group-vertical>.active.selector-clearall,.change-form #content-main>form .submit-row .btn-group-vertical>input.active[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>input.active[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.active.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.active.deletelink,.change-form #content-main>form .add-row .btn-group-vertical>a.active,.passwordchange #content-main>form .add-row .btn-group-vertical>a.active,.change-form #content-main>form .btn-group-vertical>.active.inline-deletelink,.passwordchange #content-main>form .btn-group-vertical>.active.inline-deletelink,.login #container .submit-row .btn-group-vertical>input.active,#content .object-tools .btn-group-vertical>a.active,.change-list #changelist-search .btn-group-vertical>input.active[type=submit],.change-list .btn-group-vertical>.active.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group-vertical>button.active,.paginator .btn-group-vertical>.active.showall,.paginator .btn-group-vertical>input.active,.delete-confirmation-content form .btn-group-vertical>input.active[type=submit],.delete-confirmation-content form .btn-group-vertical>.active.cancel-link,.actionresult #content>p .btn-group-vertical>a.active,.page-admindocs .admindocs-body .small .btn-group-vertical>a.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:not(:first-child),.change-form #content-main>form .form-row .btn-group>.selector-chooseall:not(:first-child),.passwordchange #content-main>form .form-row .btn-group>.selector-chooseall:not(:first-child),.change-form #content-main>form .form-row .btn-group>.selector-clearall:not(:first-child),.passwordchange #content-main>form .form-row .btn-group>.selector-clearall:not(:first-child),.change-form #content-main>form .submit-row .btn-group>input:not(:first-child)[type=submit],.passwordchange #content-main>form .submit-row .btn-group>input:not(:first-child)[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group>.deletelink:not(:first-child),.passwordchange #content-main>form .submit-row .deletelink-box .btn-group>.deletelink:not(:first-child),.change-form #content-main>form .add-row .btn-group>a:not(:first-child),.passwordchange #content-main>form .add-row .btn-group>a:not(:first-child),.change-form #content-main>form .btn-group>.inline-deletelink:not(:first-child),.passwordchange #content-main>form .btn-group>.inline-deletelink:not(:first-child),.login #container .submit-row .btn-group>input:not(:first-child),#content .object-tools .btn-group>a:not(:first-child),.change-list #changelist-search .btn-group>input:not(:first-child)[type=submit],.change-list .btn-group>.changelist-filter-toggler:not(:first-child),.change-list #changelist-form .actions .btn-group>button:not(:first-child),.paginator .btn-group>.showall:not(:first-child),.paginator .btn-group>input:not(:first-child),.delete-confirmation-content form .btn-group>input:not(:first-child)[type=submit],.delete-confirmation-content form .btn-group>.cancel-link:not(:first-child),.actionresult #content>p .btn-group>a:not(:first-child),.page-admindocs .admindocs-body .small .btn-group>a:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:-1px}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.change-form #content-main>form .form-row .btn-group>.selector-chooseall:not(:last-child):not(.dropdown-toggle),.passwordchange #content-main>form .form-row .btn-group>.selector-chooseall:not(:last-child):not(.dropdown-toggle),.change-form #content-main>form .form-row .btn-group>.selector-clearall:not(:last-child):not(.dropdown-toggle),.passwordchange #content-main>form .form-row .btn-group>.selector-clearall:not(:last-child):not(.dropdown-toggle),.change-form #content-main>form .submit-row .btn-group>input:not(:last-child):not(.dropdown-toggle)[type=submit],.passwordchange #content-main>form .submit-row .btn-group>input:not(:last-child):not(.dropdown-toggle)[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group>.deletelink:not(:last-child):not(.dropdown-toggle),.passwordchange #content-main>form .submit-row .deletelink-box .btn-group>.deletelink:not(:last-child):not(.dropdown-toggle),.change-form #content-main>form .add-row .btn-group>a:not(:last-child):not(.dropdown-toggle),.passwordchange #content-main>form .add-row .btn-group>a:not(:last-child):not(.dropdown-toggle),.change-form #content-main>form .btn-group>.inline-deletelink:not(:last-child):not(.dropdown-toggle),.passwordchange #content-main>form .btn-group>.inline-deletelink:not(:last-child):not(.dropdown-toggle),.login #container .submit-row .btn-group>input:not(:last-child):not(.dropdown-toggle),#content .object-tools .btn-group>a:not(:last-child):not(.dropdown-toggle),.change-list #changelist-search .btn-group>input:not(:last-child):not(.dropdown-toggle)[type=submit],.change-list .btn-group>.changelist-filter-toggler:not(:last-child):not(.dropdown-toggle),.change-list #changelist-form .actions .btn-group>button:not(:last-child):not(.dropdown-toggle),.paginator .btn-group>.showall:not(:last-child):not(.dropdown-toggle),.paginator .btn-group>input:not(:last-child):not(.dropdown-toggle),.delete-confirmation-content form .btn-group>input:not(:last-child):not(.dropdown-toggle)[type=submit],.delete-confirmation-content form .btn-group>.cancel-link:not(:last-child):not(.dropdown-toggle),.actionresult #content>p .btn-group>a:not(:last-child):not(.dropdown-toggle),.page-admindocs .admindocs-body .small .btn-group>a:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn,.change-form #content-main>form .form-row .btn-group>.btn-group:not(:last-child)>.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group>.btn-group:not(:last-child)>.selector-chooseall,.change-form #content-main>form .form-row .btn-group>.btn-group:not(:last-child)>.selector-clearall,.passwordchange #content-main>form .form-row .btn-group>.btn-group:not(:last-child)>.selector-clearall,.change-form #content-main>form .submit-row .btn-group>.btn-group:not(:last-child)>input[type=submit],.passwordchange #content-main>form .submit-row .btn-group>.btn-group:not(:last-child)>input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group>.btn-group:not(:last-child)>.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group>.btn-group:not(:last-child)>.deletelink,.change-form #content-main>form .add-row .btn-group>.btn-group:not(:last-child)>a,.passwordchange #content-main>form .add-row .btn-group>.btn-group:not(:last-child)>a,.change-form #content-main>form .btn-group>.btn-group:not(:last-child)>.inline-deletelink,.passwordchange #content-main>form .btn-group>.btn-group:not(:last-child)>.inline-deletelink,.login #container .submit-row .btn-group>.btn-group:not(:last-child)>input,#content .object-tools .btn-group>.btn-group:not(:last-child)>a,.change-list #changelist-search .btn-group>.btn-group:not(:last-child)>input[type=submit],.change-list .btn-group>.btn-group:not(:last-child)>.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group>.btn-group:not(:last-child)>button,.paginator .btn-group>.btn-group:not(:last-child)>.showall,.paginator .btn-group>.btn-group:not(:last-child)>input,.delete-confirmation-content form .btn-group>.btn-group:not(:last-child)>input[type=submit],.delete-confirmation-content form .btn-group>.btn-group:not(:last-child)>.cancel-link,.actionresult #content>p .btn-group>.btn-group:not(:last-child)>a,.page-admindocs .admindocs-body .small .btn-group>.btn-group:not(:last-child)>a{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.change-form #content-main>form .form-row .btn-group>.selector-chooseall:nth-child(n+3),.passwordchange #content-main>form .form-row .btn-group>.selector-chooseall:nth-child(n+3),.change-form #content-main>form .form-row .btn-group>.selector-clearall:nth-child(n+3),.passwordchange #content-main>form .form-row .btn-group>.selector-clearall:nth-child(n+3),.change-form #content-main>form .submit-row .btn-group>input:nth-child(n+3)[type=submit],.passwordchange #content-main>form .submit-row .btn-group>input:nth-child(n+3)[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group>.deletelink:nth-child(n+3),.passwordchange #content-main>form .submit-row .deletelink-box .btn-group>.deletelink:nth-child(n+3),.change-form #content-main>form .add-row .btn-group>a:nth-child(n+3),.passwordchange #content-main>form .add-row .btn-group>a:nth-child(n+3),.change-form #content-main>form .btn-group>.inline-deletelink:nth-child(n+3),.passwordchange #content-main>form .btn-group>.inline-deletelink:nth-child(n+3),.login #container .submit-row .btn-group>input:nth-child(n+3),#content .object-tools .btn-group>a:nth-child(n+3),.change-list #changelist-search .btn-group>input:nth-child(n+3)[type=submit],.change-list .btn-group>.changelist-filter-toggler:nth-child(n+3),.change-list #changelist-form .actions .btn-group>button:nth-child(n+3),.paginator .btn-group>.showall:nth-child(n+3),.paginator .btn-group>input:nth-child(n+3),.delete-confirmation-content form .btn-group>input:nth-child(n+3)[type=submit],.delete-confirmation-content form .btn-group>.cancel-link:nth-child(n+3),.actionresult #content>p .btn-group>a:nth-child(n+3),.page-admindocs .admindocs-body .small .btn-group>a:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.change-form #content-main>form .form-row .btn-group>:not(.btn-check)+.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group>:not(.btn-check)+.selector-chooseall,.change-form #content-main>form .form-row .btn-group>:not(.btn-check)+.selector-clearall,.passwordchange #content-main>form .form-row .btn-group>:not(.btn-check)+.selector-clearall,.change-form #content-main>form .submit-row .btn-group>:not(.btn-check)+input[type=submit],.passwordchange #content-main>form .submit-row .btn-group>:not(.btn-check)+input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group>:not(.btn-check)+.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group>:not(.btn-check)+.deletelink,.change-form #content-main>form .add-row .btn-group>:not(.btn-check)+a,.passwordchange #content-main>form .add-row .btn-group>:not(.btn-check)+a,.change-form #content-main>form .btn-group>:not(.btn-check)+.inline-deletelink,.passwordchange #content-main>form .btn-group>:not(.btn-check)+.inline-deletelink,.login #container .submit-row .btn-group>:not(.btn-check)+input,#content .object-tools .btn-group>:not(.btn-check)+a,.change-list #changelist-search .btn-group>:not(.btn-check)+input[type=submit],.change-list .btn-group>:not(.btn-check)+.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group>:not(.btn-check)+button,.paginator .btn-group>:not(.btn-check)+.showall,.paginator .btn-group>:not(.btn-check)+input,.delete-confirmation-content form .btn-group>:not(.btn-check)+input[type=submit],.delete-confirmation-content form .btn-group>:not(.btn-check)+.cancel-link,.actionresult #content>p .btn-group>:not(.btn-check)+a,.page-admindocs .admindocs-body .small .btn-group>:not(.btn-check)+a,.btn-group>.btn-group:not(:first-child)>.btn,.change-form #content-main>form .form-row .btn-group>.btn-group:not(:first-child)>.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group>.btn-group:not(:first-child)>.selector-chooseall,.change-form #content-main>form .form-row .btn-group>.btn-group:not(:first-child)>.selector-clearall,.passwordchange #content-main>form .form-row .btn-group>.btn-group:not(:first-child)>.selector-clearall,.change-form #content-main>form .submit-row .btn-group>.btn-group:not(:first-child)>input[type=submit],.passwordchange #content-main>form .submit-row .btn-group>.btn-group:not(:first-child)>input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group>.btn-group:not(:first-child)>.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group>.btn-group:not(:first-child)>.deletelink,.change-form #content-main>form .add-row .btn-group>.btn-group:not(:first-child)>a,.passwordchange #content-main>form .add-row .btn-group>.btn-group:not(:first-child)>a,.change-form #content-main>form .btn-group>.btn-group:not(:first-child)>.inline-deletelink,.passwordchange #content-main>form .btn-group>.btn-group:not(:first-child)>.inline-deletelink,.login #container .submit-row .btn-group>.btn-group:not(:first-child)>input,#content .object-tools .btn-group>.btn-group:not(:first-child)>a,.change-list #changelist-search .btn-group>.btn-group:not(:first-child)>input[type=submit],.change-list .btn-group>.btn-group:not(:first-child)>.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group>.btn-group:not(:first-child)>button,.paginator .btn-group>.btn-group:not(:first-child)>.showall,.paginator .btn-group>.btn-group:not(:first-child)>input,.delete-confirmation-content form .btn-group>.btn-group:not(:first-child)>input[type=submit],.delete-confirmation-content form .btn-group>.btn-group:not(:first-child)>.cancel-link,.actionresult #content>p .btn-group>.btn-group:not(:first-child)>a,.page-admindocs .admindocs-body .small .btn-group>.btn-group:not(:first-child)>a{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split,.change-form #content-main>form .form-row .btn-group-sm>.selector-chooseall+.dropdown-toggle-split,.passwordchange #content-main>form .form-row .btn-group-sm>.selector-chooseall+.dropdown-toggle-split,.change-form #content-main>form .form-row .btn-group-sm>.selector-clearall+.dropdown-toggle-split,.passwordchange #content-main>form .form-row .btn-group-sm>.selector-clearall+.dropdown-toggle-split,.change-form #content-main>form .submit-row .btn-group-sm>input[type=submit]+.dropdown-toggle-split,.passwordchange #content-main>form .submit-row .btn-group-sm>input[type=submit]+.dropdown-toggle-split,.change-form #content-main>form .submit-row .deletelink-box .btn-group-sm>.deletelink+.dropdown-toggle-split,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-sm>.deletelink+.dropdown-toggle-split,.change-form #content-main>form .add-row .btn-group-sm>a+.dropdown-toggle-split,.passwordchange #content-main>form .add-row .btn-group-sm>a+.dropdown-toggle-split,.change-form #content-main>form .btn-group-sm>.inline-deletelink+.dropdown-toggle-split,.passwordchange #content-main>form .btn-group-sm>.inline-deletelink+.dropdown-toggle-split,.login #container .submit-row .btn-group-sm>input+.dropdown-toggle-split,#content .object-tools .btn-group-sm>a+.dropdown-toggle-split,.change-list #changelist-search .btn-group-sm>input[type=submit]+.dropdown-toggle-split,.change-list .btn-group-sm>.changelist-filter-toggler+.dropdown-toggle-split,.change-list #changelist-form .actions .btn-group-sm>button+.dropdown-toggle-split,.paginator .btn-group-sm>.showall+.dropdown-toggle-split,.paginator .btn-group-sm>input+.dropdown-toggle-split,.delete-confirmation-content form .btn-group-sm>input[type=submit]+.dropdown-toggle-split,.delete-confirmation-content form .btn-group-sm>.cancel-link+.dropdown-toggle-split,.actionresult #content>p .btn-group-sm>a+.dropdown-toggle-split,.page-admindocs .admindocs-body .small .btn-group-sm>a+.dropdown-toggle-split,.change-list #changelist-search input[type=submit]+.dropdown-toggle-split,.change-list #changelist-form .actions button+.dropdown-toggle-split,.change-list .admindatefilter input[type=\'submit\']+.dropdown-toggle-split,.change-list .admindatefilter input[type=\'reset\']+.dropdown-toggle-split,.paginator .showall+.dropdown-toggle-split,.page-admindocs .admindocs-body .small a+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split,.change-form #content-main>form .form-row .btn-group-lg>.selector-chooseall+.dropdown-toggle-split,.passwordchange #content-main>form .form-row .btn-group-lg>.selector-chooseall+.dropdown-toggle-split,.change-form #content-main>form .form-row .btn-group-lg>.selector-clearall+.dropdown-toggle-split,.passwordchange #content-main>form .form-row .btn-group-lg>.selector-clearall+.dropdown-toggle-split,.change-form #content-main>form .submit-row .btn-group-lg>input[type=submit]+.dropdown-toggle-split,.passwordchange #content-main>form .submit-row .btn-group-lg>input[type=submit]+.dropdown-toggle-split,.change-form #content-main>form .submit-row .deletelink-box .btn-group-lg>.deletelink+.dropdown-toggle-split,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-lg>.deletelink+.dropdown-toggle-split,.change-form #content-main>form .add-row .btn-group-lg>a+.dropdown-toggle-split,.passwordchange #content-main>form .add-row .btn-group-lg>a+.dropdown-toggle-split,.change-form #content-main>form .btn-group-lg>.inline-deletelink+.dropdown-toggle-split,.passwordchange #content-main>form .btn-group-lg>.inline-deletelink+.dropdown-toggle-split,.login #container .submit-row .btn-group-lg>input+.dropdown-toggle-split,#content .object-tools .btn-group-lg>a+.dropdown-toggle-split,.change-list #changelist-search .btn-group-lg>input[type=submit]+.dropdown-toggle-split,.change-list .btn-group-lg>.changelist-filter-toggler+.dropdown-toggle-split,.change-list #changelist-form .actions .btn-group-lg>button+.dropdown-toggle-split,.paginator .btn-group-lg>.showall+.dropdown-toggle-split,.paginator .btn-group-lg>input+.dropdown-toggle-split,.delete-confirmation-content form .btn-group-lg>input[type=submit]+.dropdown-toggle-split,.delete-confirmation-content form .btn-group-lg>.cancel-link+.dropdown-toggle-split,.actionresult #content>p .btn-group-lg>a+.dropdown-toggle-split,.page-admindocs .admindocs-body .small .btn-group-lg>a+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall,.change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall,.change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink,.change-form #content-main>form .add-row .btn-group-vertical>a,.passwordchange #content-main>form .add-row .btn-group-vertical>a,.change-form #content-main>form .btn-group-vertical>.inline-deletelink,.passwordchange #content-main>form .btn-group-vertical>.inline-deletelink,.login #container .submit-row .btn-group-vertical>input,#content .object-tools .btn-group-vertical>a,.change-list #changelist-search .btn-group-vertical>input[type=submit],.change-list .btn-group-vertical>.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group-vertical>button,.paginator .btn-group-vertical>.showall,.paginator .btn-group-vertical>input,.delete-confirmation-content form .btn-group-vertical>input[type=submit],.delete-confirmation-content form .btn-group-vertical>.cancel-link,.actionresult #content>p .btn-group-vertical>a,.page-admindocs .admindocs-body .small .btn-group-vertical>a,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall:not(:first-child),.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall:not(:first-child),.change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall:not(:first-child),.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall:not(:first-child),.change-form #content-main>form .submit-row .btn-group-vertical>input:not(:first-child)[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>input:not(:first-child)[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink:not(:first-child),.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink:not(:first-child),.change-form #content-main>form .add-row .btn-group-vertical>a:not(:first-child),.passwordchange #content-main>form .add-row .btn-group-vertical>a:not(:first-child),.change-form #content-main>form .btn-group-vertical>.inline-deletelink:not(:first-child),.passwordchange #content-main>form .btn-group-vertical>.inline-deletelink:not(:first-child),.login #container .submit-row .btn-group-vertical>input:not(:first-child),#content .object-tools .btn-group-vertical>a:not(:first-child),.change-list #changelist-search .btn-group-vertical>input:not(:first-child)[type=submit],.change-list .btn-group-vertical>.changelist-filter-toggler:not(:first-child),.change-list #changelist-form .actions .btn-group-vertical>button:not(:first-child),.paginator .btn-group-vertical>.showall:not(:first-child),.paginator .btn-group-vertical>input:not(:first-child),.delete-confirmation-content form .btn-group-vertical>input:not(:first-child)[type=submit],.delete-confirmation-content form .btn-group-vertical>.cancel-link:not(:first-child),.actionresult #content>p .btn-group-vertical>a:not(:first-child),.page-admindocs .admindocs-body .small .btn-group-vertical>a:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall:not(:last-child):not(.dropdown-toggle),.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall:not(:last-child):not(.dropdown-toggle),.change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall:not(:last-child):not(.dropdown-toggle),.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall:not(:last-child):not(.dropdown-toggle),.change-form #content-main>form .submit-row .btn-group-vertical>input:not(:last-child):not(.dropdown-toggle)[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>input:not(:last-child):not(.dropdown-toggle)[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink:not(:last-child):not(.dropdown-toggle),.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink:not(:last-child):not(.dropdown-toggle),.change-form #content-main>form .add-row .btn-group-vertical>a:not(:last-child):not(.dropdown-toggle),.passwordchange #content-main>form .add-row .btn-group-vertical>a:not(:last-child):not(.dropdown-toggle),.change-form #content-main>form .btn-group-vertical>.inline-deletelink:not(:last-child):not(.dropdown-toggle),.passwordchange #content-main>form .btn-group-vertical>.inline-deletelink:not(:last-child):not(.dropdown-toggle),.login #container .submit-row .btn-group-vertical>input:not(:last-child):not(.dropdown-toggle),#content .object-tools .btn-group-vertical>a:not(:last-child):not(.dropdown-toggle),.change-list #changelist-search .btn-group-vertical>input:not(:last-child):not(.dropdown-toggle)[type=submit],.change-list .btn-group-vertical>.changelist-filter-toggler:not(:last-child):not(.dropdown-toggle),.change-list #changelist-form .actions .btn-group-vertical>button:not(:last-child):not(.dropdown-toggle),.paginator .btn-group-vertical>.showall:not(:last-child):not(.dropdown-toggle),.paginator .btn-group-vertical>input:not(:last-child):not(.dropdown-toggle),.delete-confirmation-content form .btn-group-vertical>input:not(:last-child):not(.dropdown-toggle)[type=submit],.delete-confirmation-content form .btn-group-vertical>.cancel-link:not(:last-child):not(.dropdown-toggle),.actionresult #content>p .btn-group-vertical>a:not(:last-child):not(.dropdown-toggle),.page-admindocs .admindocs-body .small .btn-group-vertical>a:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn,.change-form #content-main>form .form-row .btn-group-vertical>.btn-group:not(:last-child)>.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group-vertical>.btn-group:not(:last-child)>.selector-chooseall,.change-form #content-main>form .form-row .btn-group-vertical>.btn-group:not(:last-child)>.selector-clearall,.passwordchange #content-main>form .form-row .btn-group-vertical>.btn-group:not(:last-child)>.selector-clearall,.change-form #content-main>form .submit-row .btn-group-vertical>.btn-group:not(:last-child)>input[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>.btn-group:not(:last-child)>input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.btn-group:not(:last-child)>.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.btn-group:not(:last-child)>.deletelink,.change-form #content-main>form .add-row .btn-group-vertical>.btn-group:not(:last-child)>a,.passwordchange #content-main>form .add-row .btn-group-vertical>.btn-group:not(:last-child)>a,.change-form #content-main>form .btn-group-vertical>.btn-group:not(:last-child)>.inline-deletelink,.passwordchange #content-main>form .btn-group-vertical>.btn-group:not(:last-child)>.inline-deletelink,.login #container .submit-row .btn-group-vertical>.btn-group:not(:last-child)>input,#content .object-tools .btn-group-vertical>.btn-group:not(:last-child)>a,.change-list #changelist-search .btn-group-vertical>.btn-group:not(:last-child)>input[type=submit],.change-list .btn-group-vertical>.btn-group:not(:last-child)>.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group-vertical>.btn-group:not(:last-child)>button,.paginator .btn-group-vertical>.btn-group:not(:last-child)>.showall,.paginator .btn-group-vertical>.btn-group:not(:last-child)>input,.delete-confirmation-content form .btn-group-vertical>.btn-group:not(:last-child)>input[type=submit],.delete-confirmation-content form .btn-group-vertical>.btn-group:not(:last-child)>.cancel-link,.actionresult #content>p .btn-group-vertical>.btn-group:not(:last-child)>a,.page-admindocs .admindocs-body .small .btn-group-vertical>.btn-group:not(:last-child)>a{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn ~ .btn,.change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .btn,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .btn,.change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .btn,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .btn,.change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .btn,.passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .btn,.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .btn,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .btn,.change-form #content-main>form .add-row .btn-group-vertical>a ~ .btn,.passwordchange #content-main>form .add-row .btn-group-vertical>a ~ .btn,.change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ .btn,.passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ .btn,.login #container .submit-row .btn-group-vertical>input ~ .btn,#content .object-tools .btn-group-vertical>a ~ .btn,.change-list #changelist-search .btn-group-vertical>input[type=submit] ~ .btn,.change-list .btn-group-vertical>.changelist-filter-toggler ~ .btn,.change-list #changelist-form .actions .btn-group-vertical>button ~ .btn,.paginator .btn-group-vertical>.showall ~ .btn,.paginator .btn-group-vertical>input ~ .btn,.delete-confirmation-content form .btn-group-vertical>input[type=submit] ~ .btn,.delete-confirmation-content form .btn-group-vertical>.cancel-link ~ .btn,.actionresult #content>p .btn-group-vertical>a ~ .btn,.page-admindocs .admindocs-body .small .btn-group-vertical>a ~ .btn,.change-form #content-main>form .form-row .btn-group-vertical>.btn ~ .selector-chooseall,.change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .selector-chooseall,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .selector-chooseall,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .selector-chooseall,.change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .selector-chooseall,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .selector-chooseall,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .selector-chooseall,.change-form #content-main>form .submit-row .form-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.change-form #content-main>form .form-row .submit-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.passwordchange .change-form #content-main>form .submit-row .form-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.change-form .passwordchange #content-main>form .submit-row .form-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.passwordchange .change-form #content-main>form .form-row .submit-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.change-form .passwordchange #content-main>form .form-row .submit-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.change-form #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.deletelink ~ .selector-chooseall,.change-form #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .selector-chooseall,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.deletelink ~ .selector-chooseall,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.deletelink ~ .selector-chooseall,.passwordchange .change-form #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .selector-chooseall,.change-form .passwordchange #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .selector-chooseall,.change-form #content-main>form .add-row .form-row .btn-group-vertical>a ~ .selector-chooseall,.change-form #content-main>form .form-row .add-row .btn-group-vertical>a ~ .selector-chooseall,.passwordchange .change-form #content-main>form .add-row .form-row .btn-group-vertical>a ~ .selector-chooseall,.change-form .passwordchange #content-main>form .add-row .form-row .btn-group-vertical>a ~ .selector-chooseall,.passwordchange .change-form #content-main>form .form-row .add-row .btn-group-vertical>a ~ .selector-chooseall,.change-form .passwordchange #content-main>form .form-row .add-row .btn-group-vertical>a ~ .selector-chooseall,.change-form #content-main>form .form-row .btn-group-vertical>.inline-deletelink ~ .selector-chooseall,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.inline-deletelink ~ .selector-chooseall,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.inline-deletelink ~ .selector-chooseall,.login #container .submit-row .change-form #content-main>form .form-row .btn-group-vertical>input ~ .selector-chooseall,.change-form #content-main>form .form-row .login #container .submit-row .btn-group-vertical>input ~ .selector-chooseall,#content .object-tools .change-form #content-main>form .form-row .btn-group-vertical>a ~ .selector-chooseall,.change-form #content-main>form .form-row #content .object-tools .btn-group-vertical>a ~ .selector-chooseall,.change-list #changelist-search .change-form #content-main>form .form-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.change-form #content-main>form .form-row .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.change-list .change-form #content-main>form .form-row .btn-group-vertical>.changelist-filter-toggler ~ .selector-chooseall,.change-form #content-main>form .form-row .change-list .btn-group-vertical>.changelist-filter-toggler ~ .selector-chooseall,.change-list #changelist-form .actions .change-form #content-main>form .form-row .btn-group-vertical>button ~ .selector-chooseall,.change-form #content-main>form .form-row .change-list #changelist-form .actions .btn-group-vertical>button ~ .selector-chooseall,.paginator .change-form #content-main>form .form-row .btn-group-vertical>.showall ~ .selector-chooseall,.change-form #content-main>form .form-row .paginator .btn-group-vertical>.showall ~ .selector-chooseall,.paginator .change-form #content-main>form .form-row .btn-group-vertical>input ~ .selector-chooseall,.change-form #content-main>form .form-row .paginator .btn-group-vertical>input ~ .selector-chooseall,.delete-confirmation-content .change-form #content-main>form .form-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.change-form .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.delete-confirmation-content .change-form #content-main>form .form-row .btn-group-vertical>.cancel-link ~ .selector-chooseall,.change-form .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>.cancel-link ~ .selector-chooseall,.actionresult #content>p .change-form #content-main>form .form-row .btn-group-vertical>a ~ .selector-chooseall,.change-form #content-main>form .form-row .actionresult #content>p .btn-group-vertical>a ~ .selector-chooseall,.page-admindocs .admindocs-body .small .change-form #content-main>form .form-row .btn-group-vertical>a ~ .selector-chooseall,.change-form #content-main>form .form-row .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ .selector-chooseall,.passwordchange #content-main>form .form-row .btn-group-vertical>.btn ~ .selector-chooseall,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .selector-chooseall,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .selector-chooseall,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .selector-chooseall,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .selector-chooseall,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .selector-chooseall,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .selector-chooseall,.change-form .passwordchange #content-main>form .submit-row .form-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.passwordchange .change-form #content-main>form .submit-row .form-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.change-form .passwordchange #content-main>form .form-row .submit-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.passwordchange .change-form #content-main>form .form-row .submit-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.passwordchange #content-main>form .submit-row .form-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.passwordchange #content-main>form .form-row .submit-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.deletelink ~ .selector-chooseall,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.deletelink ~ .selector-chooseall,.change-form .passwordchange #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .selector-chooseall,.passwordchange .change-form #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .selector-chooseall,.passwordchange #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.deletelink ~ .selector-chooseall,.passwordchange #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .selector-chooseall,.change-form .passwordchange #content-main>form .add-row .form-row .btn-group-vertical>a ~ .selector-chooseall,.passwordchange .change-form #content-main>form .add-row .form-row .btn-group-vertical>a ~ .selector-chooseall,.change-form .passwordchange #content-main>form .form-row .add-row .btn-group-vertical>a ~ .selector-chooseall,.passwordchange .change-form #content-main>form .form-row .add-row .btn-group-vertical>a ~ .selector-chooseall,.passwordchange #content-main>form .add-row .form-row .btn-group-vertical>a ~ .selector-chooseall,.passwordchange #content-main>form .form-row .add-row .btn-group-vertical>a ~ .selector-chooseall,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.inline-deletelink ~ .selector-chooseall,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.inline-deletelink ~ .selector-chooseall,.passwordchange #content-main>form .form-row .btn-group-vertical>.inline-deletelink ~ .selector-chooseall,.login #container .submit-row .passwordchange #content-main>form .form-row .btn-group-vertical>input ~ .selector-chooseall,.passwordchange #content-main>form .form-row .login #container .submit-row .btn-group-vertical>input ~ .selector-chooseall,#content .object-tools .passwordchange #content-main>form .form-row .btn-group-vertical>a ~ .selector-chooseall,.passwordchange #content-main>form .form-row #content .object-tools .btn-group-vertical>a ~ .selector-chooseall,.change-list #changelist-search .passwordchange #content-main>form .form-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.passwordchange #content-main>form .form-row .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.change-list .passwordchange #content-main>form .form-row .btn-group-vertical>.changelist-filter-toggler ~ .selector-chooseall,.passwordchange #content-main>form .form-row .change-list .btn-group-vertical>.changelist-filter-toggler ~ .selector-chooseall,.change-list #changelist-form .actions .passwordchange #content-main>form .form-row .btn-group-vertical>button ~ .selector-chooseall,.passwordchange #content-main>form .form-row .change-list #changelist-form .actions .btn-group-vertical>button ~ .selector-chooseall,.paginator .passwordchange #content-main>form .form-row .btn-group-vertical>.showall ~ .selector-chooseall,.passwordchange #content-main>form .form-row .paginator .btn-group-vertical>.showall ~ .selector-chooseall,.paginator .passwordchange #content-main>form .form-row .btn-group-vertical>input ~ .selector-chooseall,.passwordchange #content-main>form .form-row .paginator .btn-group-vertical>input ~ .selector-chooseall,.delete-confirmation-content .passwordchange #content-main>form .form-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.passwordchange .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.delete-confirmation-content .passwordchange #content-main>form .form-row .btn-group-vertical>.cancel-link ~ .selector-chooseall,.passwordchange .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>.cancel-link ~ .selector-chooseall,.actionresult #content>p .passwordchange #content-main>form .form-row .btn-group-vertical>a ~ .selector-chooseall,.passwordchange #content-main>form .form-row .actionresult #content>p .btn-group-vertical>a ~ .selector-chooseall,.page-admindocs .admindocs-body .small .passwordchange #content-main>form .form-row .btn-group-vertical>a ~ .selector-chooseall,.passwordchange #content-main>form .form-row .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ .selector-chooseall,.change-form #content-main>form .form-row .btn-group-vertical>.btn ~ .selector-clearall,.change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .selector-clearall,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .selector-clearall,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .selector-clearall,.change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .selector-clearall,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .selector-clearall,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .selector-clearall,.change-form #content-main>form .submit-row .form-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.change-form #content-main>form .form-row .submit-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.passwordchange .change-form #content-main>form .submit-row .form-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.change-form .passwordchange #content-main>form .submit-row .form-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.passwordchange .change-form #content-main>form .form-row .submit-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.change-form .passwordchange #content-main>form .form-row .submit-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.change-form #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.deletelink ~ .selector-clearall,.change-form #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .selector-clearall,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.deletelink ~ .selector-clearall,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.deletelink ~ .selector-clearall,.passwordchange .change-form #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .selector-clearall,.change-form .passwordchange #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .selector-clearall,.change-form #content-main>form .add-row .form-row .btn-group-vertical>a ~ .selector-clearall,.change-form #content-main>form .form-row .add-row .btn-group-vertical>a ~ .selector-clearall,.passwordchange .change-form #content-main>form .add-row .form-row .btn-group-vertical>a ~ .selector-clearall,.change-form .passwordchange #content-main>form .add-row .form-row .btn-group-vertical>a ~ .selector-clearall,.passwordchange .change-form #content-main>form .form-row .add-row .btn-group-vertical>a ~ .selector-clearall,.change-form .passwordchange #content-main>form .form-row .add-row .btn-group-vertical>a ~ .selector-clearall,.change-form #content-main>form .form-row .btn-group-vertical>.inline-deletelink ~ .selector-clearall,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.inline-deletelink ~ .selector-clearall,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.inline-deletelink ~ .selector-clearall,.login #container .submit-row .change-form #content-main>form .form-row .btn-group-vertical>input ~ .selector-clearall,.change-form #content-main>form .form-row .login #container .submit-row .btn-group-vertical>input ~ .selector-clearall,#content .object-tools .change-form #content-main>form .form-row .btn-group-vertical>a ~ .selector-clearall,.change-form #content-main>form .form-row #content .object-tools .btn-group-vertical>a ~ .selector-clearall,.change-list #changelist-search .change-form #content-main>form .form-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.change-form #content-main>form .form-row .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ .selector-clearall,.change-list .change-form #content-main>form .form-row .btn-group-vertical>.changelist-filter-toggler ~ .selector-clearall,.change-form #content-main>form .form-row .change-list .btn-group-vertical>.changelist-filter-toggler ~ .selector-clearall,.change-list #changelist-form .actions .change-form #content-main>form .form-row .btn-group-vertical>button ~ .selector-clearall,.change-form #content-main>form .form-row .change-list #changelist-form .actions .btn-group-vertical>button ~ .selector-clearall,.paginator .change-form #content-main>form .form-row .btn-group-vertical>.showall ~ .selector-clearall,.change-form #content-main>form .form-row .paginator .btn-group-vertical>.showall ~ .selector-clearall,.paginator .change-form #content-main>form .form-row .btn-group-vertical>input ~ .selector-clearall,.change-form #content-main>form .form-row .paginator .btn-group-vertical>input ~ .selector-clearall,.delete-confirmation-content .change-form #content-main>form .form-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.change-form .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.delete-confirmation-content .change-form #content-main>form .form-row .btn-group-vertical>.cancel-link ~ .selector-clearall,.change-form .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>.cancel-link ~ .selector-clearall,.actionresult #content>p .change-form #content-main>form .form-row .btn-group-vertical>a ~ .selector-clearall,.change-form #content-main>form .form-row .actionresult #content>p .btn-group-vertical>a ~ .selector-clearall,.page-admindocs .admindocs-body .small .change-form #content-main>form .form-row .btn-group-vertical>a ~ .selector-clearall,.change-form #content-main>form .form-row .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ .selector-clearall,.passwordchange #content-main>form .form-row .btn-group-vertical>.btn ~ .selector-clearall,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .selector-clearall,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .selector-clearall,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .selector-clearall,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .selector-clearall,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .selector-clearall,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .selector-clearall,.change-form .passwordchange #content-main>form .submit-row .form-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.passwordchange .change-form #content-main>form .submit-row .form-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.change-form .passwordchange #content-main>form .form-row .submit-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.passwordchange .change-form #content-main>form .form-row .submit-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.passwordchange #content-main>form .submit-row .form-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.passwordchange #content-main>form .form-row .submit-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.deletelink ~ .selector-clearall,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.deletelink ~ .selector-clearall,.change-form .passwordchange #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .selector-clearall,.passwordchange .change-form #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .selector-clearall,.passwordchange #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.deletelink ~ .selector-clearall,.passwordchange #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .selector-clearall,.change-form .passwordchange #content-main>form .add-row .form-row .btn-group-vertical>a ~ .selector-clearall,.passwordchange .change-form #content-main>form .add-row .form-row .btn-group-vertical>a ~ .selector-clearall,.change-form .passwordchange #content-main>form .form-row .add-row .btn-group-vertical>a ~ .selector-clearall,.passwordchange .change-form #content-main>form .form-row .add-row .btn-group-vertical>a ~ .selector-clearall,.passwordchange #content-main>form .add-row .form-row .btn-group-vertical>a ~ .selector-clearall,.passwordchange #content-main>form .form-row .add-row .btn-group-vertical>a ~ .selector-clearall,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.inline-deletelink ~ .selector-clearall,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.inline-deletelink ~ .selector-clearall,.passwordchange #content-main>form .form-row .btn-group-vertical>.inline-deletelink ~ .selector-clearall,.login #container .submit-row .passwordchange #content-main>form .form-row .btn-group-vertical>input ~ .selector-clearall,.passwordchange #content-main>form .form-row .login #container .submit-row .btn-group-vertical>input ~ .selector-clearall,#content .object-tools .passwordchange #content-main>form .form-row .btn-group-vertical>a ~ .selector-clearall,.passwordchange #content-main>form .form-row #content .object-tools .btn-group-vertical>a ~ .selector-clearall,.change-list #changelist-search .passwordchange #content-main>form .form-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.passwordchange #content-main>form .form-row .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ .selector-clearall,.change-list .passwordchange #content-main>form .form-row .btn-group-vertical>.changelist-filter-toggler ~ .selector-clearall,.passwordchange #content-main>form .form-row .change-list .btn-group-vertical>.changelist-filter-toggler ~ .selector-clearall,.change-list #changelist-form .actions .passwordchange #content-main>form .form-row .btn-group-vertical>button ~ .selector-clearall,.passwordchange #content-main>form .form-row .change-list #changelist-form .actions .btn-group-vertical>button ~ .selector-clearall,.paginator .passwordchange #content-main>form .form-row .btn-group-vertical>.showall ~ .selector-clearall,.passwordchange #content-main>form .form-row .paginator .btn-group-vertical>.showall ~ .selector-clearall,.paginator .passwordchange #content-main>form .form-row .btn-group-vertical>input ~ .selector-clearall,.passwordchange #content-main>form .form-row .paginator .btn-group-vertical>input ~ .selector-clearall,.delete-confirmation-content .passwordchange #content-main>form .form-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.passwordchange .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.delete-confirmation-content .passwordchange #content-main>form .form-row .btn-group-vertical>.cancel-link ~ .selector-clearall,.passwordchange .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>.cancel-link ~ .selector-clearall,.actionresult #content>p .passwordchange #content-main>form .form-row .btn-group-vertical>a ~ .selector-clearall,.passwordchange #content-main>form .form-row .actionresult #content>p .btn-group-vertical>a ~ .selector-clearall,.page-admindocs .admindocs-body .small .passwordchange #content-main>form .form-row .btn-group-vertical>a ~ .selector-clearall,.passwordchange #content-main>form .form-row .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ .selector-clearall,.change-form #content-main>form .submit-row .btn-group-vertical>.btn ~ input[type=submit],.change-form #content-main>form .form-row .submit-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.change-form #content-main>form .submit-row .form-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.passwordchange .change-form #content-main>form .form-row .submit-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.change-form .passwordchange #content-main>form .form-row .submit-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.passwordchange .change-form #content-main>form .submit-row .form-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.change-form .passwordchange #content-main>form .submit-row .form-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.change-form #content-main>form .form-row .submit-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.change-form #content-main>form .submit-row .form-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.passwordchange .change-form #content-main>form .form-row .submit-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.change-form .passwordchange #content-main>form .form-row .submit-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.passwordchange .change-form #content-main>form .submit-row .form-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.change-form .passwordchange #content-main>form .submit-row .form-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.passwordchange .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.change-form .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input[type=submit],.passwordchange .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input[type=submit],.change-form .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input[type=submit],.change-form #content-main>form .add-row .submit-row .btn-group-vertical>a ~ input[type=submit],.change-form #content-main>form .submit-row .add-row .btn-group-vertical>a ~ input[type=submit],.passwordchange .change-form #content-main>form .add-row .submit-row .btn-group-vertical>a ~ input[type=submit],.change-form .passwordchange #content-main>form .add-row .submit-row .btn-group-vertical>a ~ input[type=submit],.passwordchange .change-form #content-main>form .submit-row .add-row .btn-group-vertical>a ~ input[type=submit],.change-form .passwordchange #content-main>form .submit-row .add-row .btn-group-vertical>a ~ input[type=submit],.change-form #content-main>form .submit-row .btn-group-vertical>.inline-deletelink ~ input[type=submit],.passwordchange .change-form #content-main>form .submit-row .btn-group-vertical>.inline-deletelink ~ input[type=submit],.change-form .passwordchange #content-main>form .submit-row .btn-group-vertical>.inline-deletelink ~ input[type=submit],.login #container .change-form #content-main>form .submit-row .btn-group-vertical>input ~ input[type=submit],.change-form #content-main>form .login #container .submit-row .btn-group-vertical>input ~ input[type=submit],#content .object-tools .change-form #content-main>form .submit-row .btn-group-vertical>a ~ input[type=submit],.change-form #content-main>form .submit-row #content .object-tools .btn-group-vertical>a ~ input[type=submit],.change-list #changelist-search .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.change-form #content-main>form .submit-row .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ input[type=submit],.change-list .change-form #content-main>form .submit-row .btn-group-vertical>.changelist-filter-toggler ~ input[type=submit],.change-form #content-main>form .submit-row .change-list .btn-group-vertical>.changelist-filter-toggler ~ input[type=submit],.change-list #changelist-form .actions .change-form #content-main>form .submit-row .btn-group-vertical>button ~ input[type=submit],.change-form #content-main>form .submit-row .change-list #changelist-form .actions .btn-group-vertical>button ~ input[type=submit],.paginator .change-form #content-main>form .submit-row .btn-group-vertical>.showall ~ input[type=submit],.change-form #content-main>form .submit-row .paginator .btn-group-vertical>.showall ~ input[type=submit],.paginator .change-form #content-main>form .submit-row .btn-group-vertical>input ~ input[type=submit],.change-form #content-main>form .submit-row .paginator .btn-group-vertical>input ~ input[type=submit],.delete-confirmation-content .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.change-form .delete-confirmation-content #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.delete-confirmation-content .change-form #content-main>form .submit-row .btn-group-vertical>.cancel-link ~ input[type=submit],.change-form .delete-confirmation-content #content-main>form .submit-row .btn-group-vertical>.cancel-link ~ input[type=submit],.actionresult #content>p .change-form #content-main>form .submit-row .btn-group-vertical>a ~ input[type=submit],.change-form #content-main>form .submit-row .actionresult #content>p .btn-group-vertical>a ~ input[type=submit],.page-admindocs .admindocs-body .small .change-form #content-main>form .submit-row .btn-group-vertical>a ~ input[type=submit],.change-form #content-main>form .submit-row .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ input[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>.btn ~ input[type=submit],.change-form .passwordchange #content-main>form .form-row .submit-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.passwordchange .change-form #content-main>form .form-row .submit-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.change-form .passwordchange #content-main>form .submit-row .form-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.passwordchange .change-form #content-main>form .submit-row .form-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.passwordchange #content-main>form .form-row .submit-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.passwordchange #content-main>form .submit-row .form-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.change-form .passwordchange #content-main>form .form-row .submit-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.passwordchange .change-form #content-main>form .form-row .submit-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.change-form .passwordchange #content-main>form .submit-row .form-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.passwordchange .change-form #content-main>form .submit-row .form-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.passwordchange #content-main>form .form-row .submit-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.passwordchange #content-main>form .submit-row .form-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.change-form .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.passwordchange .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.change-form .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input[type=submit],.passwordchange .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input[type=submit],.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input[type=submit],.change-form .passwordchange #content-main>form .add-row .submit-row .btn-group-vertical>a ~ input[type=submit],.passwordchange .change-form #content-main>form .add-row .submit-row .btn-group-vertical>a ~ input[type=submit],.change-form .passwordchange #content-main>form .submit-row .add-row .btn-group-vertical>a ~ input[type=submit],.passwordchange .change-form #content-main>form .submit-row .add-row .btn-group-vertical>a ~ input[type=submit],.passwordchange #content-main>form .add-row .submit-row .btn-group-vertical>a ~ input[type=submit],.passwordchange #content-main>form .submit-row .add-row .btn-group-vertical>a ~ input[type=submit],.change-form .passwordchange #content-main>form .submit-row .btn-group-vertical>.inline-deletelink ~ input[type=submit],.passwordchange .change-form #content-main>form .submit-row .btn-group-vertical>.inline-deletelink ~ input[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>.inline-deletelink ~ input[type=submit],.login #container .passwordchange #content-main>form .submit-row .btn-group-vertical>input ~ input[type=submit],.passwordchange #content-main>form .login #container .submit-row .btn-group-vertical>input ~ input[type=submit],#content .object-tools .passwordchange #content-main>form .submit-row .btn-group-vertical>a ~ input[type=submit],.passwordchange #content-main>form .submit-row #content .object-tools .btn-group-vertical>a ~ input[type=submit],.change-list #changelist-search .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.passwordchange #content-main>form .submit-row .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ input[type=submit],.change-list .passwordchange #content-main>form .submit-row .btn-group-vertical>.changelist-filter-toggler ~ input[type=submit],.passwordchange #content-main>form .submit-row .change-list .btn-group-vertical>.changelist-filter-toggler ~ input[type=submit],.change-list #changelist-form .actions .passwordchange #content-main>form .submit-row .btn-group-vertical>button ~ input[type=submit],.passwordchange #content-main>form .submit-row .change-list #changelist-form .actions .btn-group-vertical>button ~ input[type=submit],.paginator .passwordchange #content-main>form .submit-row .btn-group-vertical>.showall ~ input[type=submit],.passwordchange #content-main>form .submit-row .paginator .btn-group-vertical>.showall ~ input[type=submit],.paginator .passwordchange #content-main>form .submit-row .btn-group-vertical>input ~ input[type=submit],.passwordchange #content-main>form .submit-row .paginator .btn-group-vertical>input ~ input[type=submit],.delete-confirmation-content .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.passwordchange .delete-confirmation-content #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.delete-confirmation-content .passwordchange #content-main>form .submit-row .btn-group-vertical>.cancel-link ~ input[type=submit],.passwordchange .delete-confirmation-content #content-main>form .submit-row .btn-group-vertical>.cancel-link ~ input[type=submit],.actionresult #content>p .passwordchange #content-main>form .submit-row .btn-group-vertical>a ~ input[type=submit],.passwordchange #content-main>form .submit-row .actionresult #content>p .btn-group-vertical>a ~ input[type=submit],.page-admindocs .admindocs-body .small .passwordchange #content-main>form .submit-row .btn-group-vertical>a ~ input[type=submit],.passwordchange #content-main>form .submit-row .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.btn ~ .deletelink,.change-form #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.selector-chooseall ~ .deletelink,.change-form #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.selector-chooseall ~ .deletelink,.passwordchange .change-form #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.selector-chooseall ~ .deletelink,.change-form .passwordchange #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.selector-chooseall ~ .deletelink,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.selector-chooseall ~ .deletelink,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.selector-chooseall ~ .deletelink,.change-form #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.selector-clearall ~ .deletelink,.change-form #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.selector-clearall ~ .deletelink,.passwordchange .change-form #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.selector-clearall ~ .deletelink,.change-form .passwordchange #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.selector-clearall ~ .deletelink,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.selector-clearall ~ .deletelink,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.selector-clearall ~ .deletelink,.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>input[type=submit] ~ .deletelink,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>input[type=submit] ~ .deletelink,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>input[type=submit] ~ .deletelink,.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .deletelink,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .deletelink,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .deletelink,.change-form #content-main>form .add-row .submit-row .deletelink-box .btn-group-vertical>a ~ .deletelink,.change-form #content-main>form .submit-row .deletelink-box .add-row .btn-group-vertical>a ~ .deletelink,.passwordchange .change-form #content-main>form .add-row .submit-row .deletelink-box .btn-group-vertical>a ~ .deletelink,.change-form .passwordchange #content-main>form .add-row .submit-row .deletelink-box .btn-group-vertical>a ~ .deletelink,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .add-row .btn-group-vertical>a ~ .deletelink,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .add-row .btn-group-vertical>a ~ .deletelink,.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.inline-deletelink ~ .deletelink,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.inline-deletelink ~ .deletelink,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.inline-deletelink ~ .deletelink,.login #container .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>input ~ .deletelink,.change-form #content-main>form .login #container .submit-row .deletelink-box .btn-group-vertical>input ~ .deletelink,#content .object-tools .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>a ~ .deletelink,.change-form #content-main>form .submit-row .deletelink-box #content .object-tools .btn-group-vertical>a ~ .deletelink,.change-list #changelist-search .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>input[type=submit] ~ .deletelink,.change-form #content-main>form .submit-row .deletelink-box .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ .deletelink,.change-list .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.changelist-filter-toggler ~ .deletelink,.change-form #content-main>form .submit-row .deletelink-box .change-list .btn-group-vertical>.changelist-filter-toggler ~ .deletelink,.change-list #changelist-form .actions .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>button ~ .deletelink,.change-form #content-main>form .submit-row .deletelink-box .change-list #changelist-form .actions .btn-group-vertical>button ~ .deletelink,.paginator .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.showall ~ .deletelink,.change-form #content-main>form .submit-row .deletelink-box .paginator .btn-group-vertical>.showall ~ .deletelink,.paginator .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>input ~ .deletelink,.change-form #content-main>form .submit-row .deletelink-box .paginator .btn-group-vertical>input ~ .deletelink,.delete-confirmation-content .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>input[type=submit] ~ .deletelink,.change-form .delete-confirmation-content #content-main>form .submit-row .deletelink-box .btn-group-vertical>input[type=submit] ~ .deletelink,.delete-confirmation-content .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.cancel-link ~ .deletelink,.change-form .delete-confirmation-content #content-main>form .submit-row .deletelink-box .btn-group-vertical>.cancel-link ~ .deletelink,.actionresult #content>p .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>a ~ .deletelink,.change-form #content-main>form .submit-row .deletelink-box .actionresult #content>p .btn-group-vertical>a ~ .deletelink,.page-admindocs .admindocs-body .small .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>a ~ .deletelink,.change-form #content-main>form .submit-row .deletelink-box .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.btn ~ .deletelink,.change-form .passwordchange #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.selector-chooseall ~ .deletelink,.passwordchange .change-form #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.selector-chooseall ~ .deletelink,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.selector-chooseall ~ .deletelink,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.selector-chooseall ~ .deletelink,.passwordchange #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.selector-chooseall ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.selector-chooseall ~ .deletelink,.change-form .passwordchange #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.selector-clearall ~ .deletelink,.passwordchange .change-form #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.selector-clearall ~ .deletelink,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.selector-clearall ~ .deletelink,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.selector-clearall ~ .deletelink,.passwordchange #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.selector-clearall ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.selector-clearall ~ .deletelink,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>input[type=submit] ~ .deletelink,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>input[type=submit] ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>input[type=submit] ~ .deletelink,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .deletelink,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .deletelink,.change-form .passwordchange #content-main>form .add-row .submit-row .deletelink-box .btn-group-vertical>a ~ .deletelink,.passwordchange .change-form #content-main>form .add-row .submit-row .deletelink-box .btn-group-vertical>a ~ .deletelink,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .add-row .btn-group-vertical>a ~ .deletelink,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .add-row .btn-group-vertical>a ~ .deletelink,.passwordchange #content-main>form .add-row .submit-row .deletelink-box .btn-group-vertical>a ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .add-row .btn-group-vertical>a ~ .deletelink,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.inline-deletelink ~ .deletelink,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.inline-deletelink ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.inline-deletelink ~ .deletelink,.login #container .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>input ~ .deletelink,.passwordchange #content-main>form .login #container .submit-row .deletelink-box .btn-group-vertical>input ~ .deletelink,#content .object-tools .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>a ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box #content .object-tools .btn-group-vertical>a ~ .deletelink,.change-list #changelist-search .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>input[type=submit] ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ .deletelink,.change-list .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.changelist-filter-toggler ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .change-list .btn-group-vertical>.changelist-filter-toggler ~ .deletelink,.change-list #changelist-form .actions .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>button ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .change-list #changelist-form .actions .btn-group-vertical>button ~ .deletelink,.paginator .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.showall ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .paginator .btn-group-vertical>.showall ~ .deletelink,.paginator .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>input ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .paginator .btn-group-vertical>input ~ .deletelink,.delete-confirmation-content .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>input[type=submit] ~ .deletelink,.passwordchange .delete-confirmation-content #content-main>form .submit-row .deletelink-box .btn-group-vertical>input[type=submit] ~ .deletelink,.delete-confirmation-content .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.cancel-link ~ .deletelink,.passwordchange .delete-confirmation-content #content-main>form .submit-row .deletelink-box .btn-group-vertical>.cancel-link ~ .deletelink,.actionresult #content>p .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>a ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .actionresult #content>p .btn-group-vertical>a ~ .deletelink,.page-admindocs .admindocs-body .small .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>a ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ .deletelink,.change-form #content-main>form .add-row .btn-group-vertical>.btn ~ a,.change-form #content-main>form .form-row .add-row .btn-group-vertical>.selector-chooseall ~ a,.change-form #content-main>form .add-row .form-row .btn-group-vertical>.selector-chooseall ~ a,.passwordchange .change-form #content-main>form .form-row .add-row .btn-group-vertical>.selector-chooseall ~ a,.change-form .passwordchange #content-main>form .form-row .add-row .btn-group-vertical>.selector-chooseall ~ a,.passwordchange .change-form #content-main>form .add-row .form-row .btn-group-vertical>.selector-chooseall ~ a,.change-form .passwordchange #content-main>form .add-row .form-row .btn-group-vertical>.selector-chooseall ~ a,.change-form #content-main>form .form-row .add-row .btn-group-vertical>.selector-clearall ~ a,.change-form #content-main>form .add-row .form-row .btn-group-vertical>.selector-clearall ~ a,.passwordchange .change-form #content-main>form .form-row .add-row .btn-group-vertical>.selector-clearall ~ a,.change-form .passwordchange #content-main>form .form-row .add-row .btn-group-vertical>.selector-clearall ~ a,.passwordchange .change-form #content-main>form .add-row .form-row .btn-group-vertical>.selector-clearall ~ a,.change-form .passwordchange #content-main>form .add-row .form-row .btn-group-vertical>.selector-clearall ~ a,.change-form #content-main>form .submit-row .add-row .btn-group-vertical>input[type=submit] ~ a,.change-form #content-main>form .add-row .submit-row .btn-group-vertical>input[type=submit] ~ a,.passwordchange .change-form #content-main>form .submit-row .add-row .btn-group-vertical>input[type=submit] ~ a,.change-form .passwordchange #content-main>form .submit-row .add-row .btn-group-vertical>input[type=submit] ~ a,.passwordchange .change-form #content-main>form .add-row .submit-row .btn-group-vertical>input[type=submit] ~ a,.change-form .passwordchange #content-main>form .add-row .submit-row .btn-group-vertical>input[type=submit] ~ a,.change-form #content-main>form .submit-row .deletelink-box .add-row .btn-group-vertical>.deletelink ~ a,.change-form #content-main>form .add-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ a,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .add-row .btn-group-vertical>.deletelink ~ a,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .add-row .btn-group-vertical>.deletelink ~ a,.passwordchange .change-form #content-main>form .add-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ a,.change-form .passwordchange #content-main>form .add-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ a,.change-form #content-main>form .add-row .btn-group-vertical>a ~ a,.passwordchange .change-form #content-main>form .add-row .btn-group-vertical>a ~ a,.change-form .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ a,.change-form #content-main>form .add-row .btn-group-vertical>.inline-deletelink ~ a,.passwordchange .change-form #content-main>form .add-row .btn-group-vertical>.inline-deletelink ~ a,.change-form .passwordchange #content-main>form .add-row .btn-group-vertical>.inline-deletelink ~ a,.login #container .submit-row .change-form #content-main>form .add-row .btn-group-vertical>input ~ a,.change-form #content-main>form .add-row .login #container .submit-row .btn-group-vertical>input ~ a,#content .object-tools .change-form #content-main>form .add-row .btn-group-vertical>a ~ a,.change-form #content-main>form .add-row #content .object-tools .btn-group-vertical>a ~ a,.change-list #changelist-search .change-form #content-main>form .add-row .btn-group-vertical>input[type=submit] ~ a,.change-form #content-main>form .add-row .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ a,.change-list .change-form #content-main>form .add-row .btn-group-vertical>.changelist-filter-toggler ~ a,.change-form #content-main>form .add-row .change-list .btn-group-vertical>.changelist-filter-toggler ~ a,.change-list #changelist-form .actions .change-form #content-main>form .add-row .btn-group-vertical>button ~ a,.change-form #content-main>form .add-row .change-list #changelist-form .actions .btn-group-vertical>button ~ a,.paginator .change-form #content-main>form .add-row .btn-group-vertical>.showall ~ a,.change-form #content-main>form .add-row .paginator .btn-group-vertical>.showall ~ a,.paginator .change-form #content-main>form .add-row .btn-group-vertical>input ~ a,.change-form #content-main>form .add-row .paginator .btn-group-vertical>input ~ a,.delete-confirmation-content .change-form #content-main>form .add-row .btn-group-vertical>input[type=submit] ~ a,.change-form .delete-confirmation-content #content-main>form .add-row .btn-group-vertical>input[type=submit] ~ a,.delete-confirmation-content .change-form #content-main>form .add-row .btn-group-vertical>.cancel-link ~ a,.change-form .delete-confirmation-content #content-main>form .add-row .btn-group-vertical>.cancel-link ~ a,.actionresult #content>p .change-form #content-main>form .add-row .btn-group-vertical>a ~ a,.change-form #content-main>form .add-row .actionresult #content>p .btn-group-vertical>a ~ a,.page-admindocs .admindocs-body .small .change-form #content-main>form .add-row .btn-group-vertical>a ~ a,.change-form #content-main>form .add-row .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ a,.passwordchange #content-main>form .add-row .btn-group-vertical>.btn ~ a,.change-form .passwordchange #content-main>form .form-row .add-row .btn-group-vertical>.selector-chooseall ~ a,.passwordchange .change-form #content-main>form .form-row .add-row .btn-group-vertical>.selector-chooseall ~ a,.change-form .passwordchange #content-main>form .add-row .form-row .btn-group-vertical>.selector-chooseall ~ a,.passwordchange .change-form #content-main>form .add-row .form-row .btn-group-vertical>.selector-chooseall ~ a,.passwordchange #content-main>form .form-row .add-row .btn-group-vertical>.selector-chooseall ~ a,.passwordchange #content-main>form .add-row .form-row .btn-group-vertical>.selector-chooseall ~ a,.change-form .passwordchange #content-main>form .form-row .add-row .btn-group-vertical>.selector-clearall ~ a,.passwordchange .change-form #content-main>form .form-row .add-row .btn-group-vertical>.selector-clearall ~ a,.change-form .passwordchange #content-main>form .add-row .form-row .btn-group-vertical>.selector-clearall ~ a,.passwordchange .change-form #content-main>form .add-row .form-row .btn-group-vertical>.selector-clearall ~ a,.passwordchange #content-main>form .form-row .add-row .btn-group-vertical>.selector-clearall ~ a,.passwordchange #content-main>form .add-row .form-row .btn-group-vertical>.selector-clearall ~ a,.change-form .passwordchange #content-main>form .submit-row .add-row .btn-group-vertical>input[type=submit] ~ a,.passwordchange .change-form #content-main>form .submit-row .add-row .btn-group-vertical>input[type=submit] ~ a,.change-form .passwordchange #content-main>form .add-row .submit-row .btn-group-vertical>input[type=submit] ~ a,.passwordchange .change-form #content-main>form .add-row .submit-row .btn-group-vertical>input[type=submit] ~ a,.passwordchange #content-main>form .submit-row .add-row .btn-group-vertical>input[type=submit] ~ a,.passwordchange #content-main>form .add-row .submit-row .btn-group-vertical>input[type=submit] ~ a,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .add-row .btn-group-vertical>.deletelink ~ a,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .add-row .btn-group-vertical>.deletelink ~ a,.change-form .passwordchange #content-main>form .add-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ a,.passwordchange .change-form #content-main>form .add-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ a,.passwordchange #content-main>form .submit-row .deletelink-box .add-row .btn-group-vertical>.deletelink ~ a,.passwordchange #content-main>form .add-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ a,.change-form .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ a,.passwordchange .change-form #content-main>form .add-row .btn-group-vertical>a ~ a,.passwordchange #content-main>form .add-row .btn-group-vertical>a ~ a,.change-form .passwordchange #content-main>form .add-row .btn-group-vertical>.inline-deletelink ~ a,.passwordchange .change-form #content-main>form .add-row .btn-group-vertical>.inline-deletelink ~ a,.passwordchange #content-main>form .add-row .btn-group-vertical>.inline-deletelink ~ a,.login #container .submit-row .passwordchange #content-main>form .add-row .btn-group-vertical>input ~ a,.passwordchange #content-main>form .add-row .login #container .submit-row .btn-group-vertical>input ~ a,#content .object-tools .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ a,.passwordchange #content-main>form .add-row #content .object-tools .btn-group-vertical>a ~ a,.change-list #changelist-search .passwordchange #content-main>form .add-row .btn-group-vertical>input[type=submit] ~ a,.passwordchange #content-main>form .add-row .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ a,.change-list .passwordchange #content-main>form .add-row .btn-group-vertical>.changelist-filter-toggler ~ a,.passwordchange #content-main>form .add-row .change-list .btn-group-vertical>.changelist-filter-toggler ~ a,.change-list #changelist-form .actions .passwordchange #content-main>form .add-row .btn-group-vertical>button ~ a,.passwordchange #content-main>form .add-row .change-list #changelist-form .actions .btn-group-vertical>button ~ a,.paginator .passwordchange #content-main>form .add-row .btn-group-vertical>.showall ~ a,.passwordchange #content-main>form .add-row .paginator .btn-group-vertical>.showall ~ a,.paginator .passwordchange #content-main>form .add-row .btn-group-vertical>input ~ a,.passwordchange #content-main>form .add-row .paginator .btn-group-vertical>input ~ a,.delete-confirmation-content .passwordchange #content-main>form .add-row .btn-group-vertical>input[type=submit] ~ a,.passwordchange .delete-confirmation-content #content-main>form .add-row .btn-group-vertical>input[type=submit] ~ a,.delete-confirmation-content .passwordchange #content-main>form .add-row .btn-group-vertical>.cancel-link ~ a,.passwordchange .delete-confirmation-content #content-main>form .add-row .btn-group-vertical>.cancel-link ~ a,.actionresult #content>p .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ a,.passwordchange #content-main>form .add-row .actionresult #content>p .btn-group-vertical>a ~ a,.page-admindocs .admindocs-body .small .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ a,.passwordchange #content-main>form .add-row .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ a,.change-form #content-main>form .btn-group-vertical>.btn ~ .inline-deletelink,.change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .inline-deletelink,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .inline-deletelink,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .inline-deletelink,.change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .inline-deletelink,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .inline-deletelink,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .inline-deletelink,.change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .inline-deletelink,.passwordchange .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .inline-deletelink,.change-form .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .inline-deletelink,.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .inline-deletelink,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .inline-deletelink,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .inline-deletelink,.change-form #content-main>form .add-row .btn-group-vertical>a ~ .inline-deletelink,.passwordchange .change-form #content-main>form .add-row .btn-group-vertical>a ~ .inline-deletelink,.change-form .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ .inline-deletelink,.change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ .inline-deletelink,.passwordchange .change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ .inline-deletelink,.change-form .passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ .inline-deletelink,.login #container .submit-row .change-form #content-main>form .btn-group-vertical>input ~ .inline-deletelink,.change-form #content-main>form .login #container .submit-row .btn-group-vertical>input ~ .inline-deletelink,#content .object-tools .change-form #content-main>form .btn-group-vertical>a ~ .inline-deletelink,.change-form #content-main>form #content .object-tools .btn-group-vertical>a ~ .inline-deletelink,.change-list #changelist-search .change-form #content-main>form .btn-group-vertical>input[type=submit] ~ .inline-deletelink,.change-form #content-main>form .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ .inline-deletelink,.change-list .change-form #content-main>form .btn-group-vertical>.changelist-filter-toggler ~ .inline-deletelink,.change-form #content-main>form .change-list .btn-group-vertical>.changelist-filter-toggler ~ .inline-deletelink,.change-list #changelist-form .actions .change-form #content-main>form .btn-group-vertical>button ~ .inline-deletelink,.change-form #content-main>form .change-list #changelist-form .actions .btn-group-vertical>button ~ .inline-deletelink,.paginator .change-form #content-main>form .btn-group-vertical>.showall ~ .inline-deletelink,.change-form #content-main>form .paginator .btn-group-vertical>.showall ~ .inline-deletelink,.paginator .change-form #content-main>form .btn-group-vertical>input ~ .inline-deletelink,.change-form #content-main>form .paginator .btn-group-vertical>input ~ .inline-deletelink,.delete-confirmation-content .change-form #content-main>form .btn-group-vertical>input[type=submit] ~ .inline-deletelink,.change-form .delete-confirmation-content #content-main>form .btn-group-vertical>input[type=submit] ~ .inline-deletelink,.delete-confirmation-content .change-form #content-main>form .btn-group-vertical>.cancel-link ~ .inline-deletelink,.change-form .delete-confirmation-content #content-main>form .btn-group-vertical>.cancel-link ~ .inline-deletelink,.actionresult #content>p .change-form #content-main>form .btn-group-vertical>a ~ .inline-deletelink,.change-form #content-main>form .actionresult #content>p .btn-group-vertical>a ~ .inline-deletelink,.page-admindocs .admindocs-body .small .change-form #content-main>form .btn-group-vertical>a ~ .inline-deletelink,.change-form #content-main>form .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ .inline-deletelink,.passwordchange #content-main>form .btn-group-vertical>.btn ~ .inline-deletelink,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .inline-deletelink,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .inline-deletelink,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .inline-deletelink,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .inline-deletelink,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .inline-deletelink,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .inline-deletelink,.change-form .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .inline-deletelink,.passwordchange .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .inline-deletelink,.passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .inline-deletelink,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .inline-deletelink,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .inline-deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .inline-deletelink,.change-form .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ .inline-deletelink,.passwordchange .change-form #content-main>form .add-row .btn-group-vertical>a ~ .inline-deletelink,.passwordchange #content-main>form .add-row .btn-group-vertical>a ~ .inline-deletelink,.change-form .passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ .inline-deletelink,.passwordchange .change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ .inline-deletelink,.passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ .inline-deletelink,.login #container .submit-row .passwordchange #content-main>form .btn-group-vertical>input ~ .inline-deletelink,.passwordchange #content-main>form .login #container .submit-row .btn-group-vertical>input ~ .inline-deletelink,#content .object-tools .passwordchange #content-main>form .btn-group-vertical>a ~ .inline-deletelink,.passwordchange #content-main>form #content .object-tools .btn-group-vertical>a ~ .inline-deletelink,.change-list #changelist-search .passwordchange #content-main>form .btn-group-vertical>input[type=submit] ~ .inline-deletelink,.passwordchange #content-main>form .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ .inline-deletelink,.change-list .passwordchange #content-main>form .btn-group-vertical>.changelist-filter-toggler ~ .inline-deletelink,.passwordchange #content-main>form .change-list .btn-group-vertical>.changelist-filter-toggler ~ .inline-deletelink,.change-list #changelist-form .actions .passwordchange #content-main>form .btn-group-vertical>button ~ .inline-deletelink,.passwordchange #content-main>form .change-list #changelist-form .actions .btn-group-vertical>button ~ .inline-deletelink,.paginator .passwordchange #content-main>form .btn-group-vertical>.showall ~ .inline-deletelink,.passwordchange #content-main>form .paginator .btn-group-vertical>.showall ~ .inline-deletelink,.paginator .passwordchange #content-main>form .btn-group-vertical>input ~ .inline-deletelink,.passwordchange #content-main>form .paginator .btn-group-vertical>input ~ .inline-deletelink,.delete-confirmation-content .passwordchange #content-main>form .btn-group-vertical>input[type=submit] ~ .inline-deletelink,.passwordchange .delete-confirmation-content #content-main>form .btn-group-vertical>input[type=submit] ~ .inline-deletelink,.delete-confirmation-content .passwordchange #content-main>form .btn-group-vertical>.cancel-link ~ .inline-deletelink,.passwordchange .delete-confirmation-content #content-main>form .btn-group-vertical>.cancel-link ~ .inline-deletelink,.actionresult #content>p .passwordchange #content-main>form .btn-group-vertical>a ~ .inline-deletelink,.passwordchange #content-main>form .actionresult #content>p .btn-group-vertical>a ~ .inline-deletelink,.page-admindocs .admindocs-body .small .passwordchange #content-main>form .btn-group-vertical>a ~ .inline-deletelink,.passwordchange #content-main>form .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ .inline-deletelink,.login #container .submit-row .btn-group-vertical>.btn ~ input,.change-form #content-main>form .form-row .login #container .submit-row .btn-group-vertical>.selector-chooseall ~ input,.login #container .submit-row .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ input,.passwordchange #content-main>form .form-row .login #container .submit-row .btn-group-vertical>.selector-chooseall ~ input,.login #container .submit-row .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ input,.change-form #content-main>form .form-row .login #container .submit-row .btn-group-vertical>.selector-clearall ~ input,.login #container .submit-row .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ input,.passwordchange #content-main>form .form-row .login #container .submit-row .btn-group-vertical>.selector-clearall ~ input,.login #container .submit-row .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ input,.change-form #content-main>form .login #container .submit-row .btn-group-vertical>input[type=submit] ~ input,.login #container .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input,.passwordchange #content-main>form .login #container .submit-row .btn-group-vertical>input[type=submit] ~ input,.login #container .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input,.change-form #content-main>form .login #container .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input,.login #container .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input,.passwordchange #content-main>form .login #container .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input,.login #container .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input,.change-form #content-main>form .add-row .login #container .submit-row .btn-group-vertical>a ~ input,.login #container .submit-row .change-form #content-main>form .add-row .btn-group-vertical>a ~ input,.passwordchange #content-main>form .add-row .login #container .submit-row .btn-group-vertical>a ~ input,.login #container .submit-row .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ input,.change-form #content-main>form .login #container .submit-row .btn-group-vertical>.inline-deletelink ~ input,.login #container .submit-row .change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ input,.passwordchange #content-main>form .login #container .submit-row .btn-group-vertical>.inline-deletelink ~ input,.login #container .submit-row .passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ input,.login #container .submit-row .btn-group-vertical>input ~ input,#content .object-tools .login #container .submit-row .btn-group-vertical>a ~ input,.login #container .submit-row #content .object-tools .btn-group-vertical>a ~ input,.change-list #changelist-search .login #container .submit-row .btn-group-vertical>input[type=submit] ~ input,.login #container .submit-row .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ input,.change-list .login #container .submit-row .btn-group-vertical>.changelist-filter-toggler ~ input,.login #container .submit-row .change-list .btn-group-vertical>.changelist-filter-toggler ~ input,.change-list #changelist-form .actions .login #container .submit-row .btn-group-vertical>button ~ input,.login #container .submit-row .change-list #changelist-form .actions .btn-group-vertical>button ~ input,.paginator .login #container .submit-row .btn-group-vertical>.showall ~ input,.login #container .submit-row .paginator .btn-group-vertical>.showall ~ input,.paginator .login #container .submit-row .btn-group-vertical>input ~ input,.login #container .submit-row .paginator .btn-group-vertical>input ~ input,.delete-confirmation-content form .login #container .submit-row .btn-group-vertical>input[type=submit] ~ input,.login #container .submit-row .delete-confirmation-content form .btn-group-vertical>input[type=submit] ~ input,.delete-confirmation-content form .login #container .submit-row .btn-group-vertical>.cancel-link ~ input,.login #container .submit-row .delete-confirmation-content form .btn-group-vertical>.cancel-link ~ input,.actionresult #content>p .login #container .submit-row .btn-group-vertical>a ~ input,.login #container .submit-row .actionresult #content>p .btn-group-vertical>a ~ input,.page-admindocs .admindocs-body .small .login #container .submit-row .btn-group-vertical>a ~ input,.login #container .submit-row .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ input,#content .object-tools .btn-group-vertical>.btn ~ a,.change-form #content-main>form .form-row #content .object-tools .btn-group-vertical>.selector-chooseall ~ a,#content .object-tools .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ a,.passwordchange #content-main>form .form-row #content .object-tools .btn-group-vertical>.selector-chooseall ~ a,#content .object-tools .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ a,.change-form #content-main>form .form-row #content .object-tools .btn-group-vertical>.selector-clearall ~ a,#content .object-tools .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ a,.passwordchange #content-main>form .form-row #content .object-tools .btn-group-vertical>.selector-clearall ~ a,#content .object-tools .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ a,.change-form #content-main>form .submit-row #content .object-tools .btn-group-vertical>input[type=submit] ~ a,#content .object-tools .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ a,.passwordchange #content-main>form .submit-row #content .object-tools .btn-group-vertical>input[type=submit] ~ a,#content .object-tools .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ a,.change-form #content-main>form .submit-row .deletelink-box #content .object-tools .btn-group-vertical>.deletelink ~ a,#content .object-tools .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ a,.passwordchange #content-main>form .submit-row .deletelink-box #content .object-tools .btn-group-vertical>.deletelink ~ a,#content .object-tools .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ a,.change-form #content-main>form .add-row #content .object-tools .btn-group-vertical>a ~ a,#content .object-tools .change-form #content-main>form .add-row .btn-group-vertical>a ~ a,.passwordchange #content-main>form .add-row #content .object-tools .btn-group-vertical>a ~ a,#content .object-tools .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ a,.change-form #content-main>form #content .object-tools .btn-group-vertical>.inline-deletelink ~ a,#content .object-tools .change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ a,.passwordchange #content-main>form #content .object-tools .btn-group-vertical>.inline-deletelink ~ a,#content .object-tools .passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ a,.login #container .submit-row #content .object-tools .btn-group-vertical>input ~ a,#content .object-tools .login #container .submit-row .btn-group-vertical>input ~ a,#content .object-tools .btn-group-vertical>a ~ a,.change-list #changelist-search #content .object-tools .btn-group-vertical>input[type=submit] ~ a,#content .object-tools .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ a,.change-list #content .object-tools .btn-group-vertical>.changelist-filter-toggler ~ a,#content .object-tools .change-list .btn-group-vertical>.changelist-filter-toggler ~ a,.change-list #changelist-form .actions #content .object-tools .btn-group-vertical>button ~ a,#content .object-tools .change-list #changelist-form .actions .btn-group-vertical>button ~ a,.paginator #content .object-tools .btn-group-vertical>.showall ~ a,#content .object-tools .paginator .btn-group-vertical>.showall ~ a,.paginator #content .object-tools .btn-group-vertical>input ~ a,#content .object-tools .paginator .btn-group-vertical>input ~ a,.delete-confirmation-content form #content .object-tools .btn-group-vertical>input[type=submit] ~ a,#content .object-tools .delete-confirmation-content form .btn-group-vertical>input[type=submit] ~ a,.delete-confirmation-content form #content .object-tools .btn-group-vertical>.cancel-link ~ a,#content .object-tools .delete-confirmation-content form .btn-group-vertical>.cancel-link ~ a,.actionresult #content>p .object-tools .btn-group-vertical>a ~ a,.page-admindocs .admindocs-body .small #content .object-tools .btn-group-vertical>a ~ a,#content .object-tools .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ a,.change-list #changelist-search .btn-group-vertical>.btn ~ input[type=submit],.change-form #content-main>form .form-row .change-list #changelist-search .btn-group-vertical>.selector-chooseall ~ input[type=submit],.change-list #changelist-search .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.passwordchange #content-main>form .form-row .change-list #changelist-search .btn-group-vertical>.selector-chooseall ~ input[type=submit],.change-list #changelist-search .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.change-form #content-main>form .form-row .change-list #changelist-search .btn-group-vertical>.selector-clearall ~ input[type=submit],.change-list #changelist-search .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.passwordchange #content-main>form .form-row .change-list #changelist-search .btn-group-vertical>.selector-clearall ~ input[type=submit],.change-list #changelist-search .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.change-form #content-main>form .submit-row .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ input[type=submit],.change-list #changelist-search .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.passwordchange #content-main>form .submit-row .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ input[type=submit],.change-list #changelist-search .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .change-list #changelist-search .btn-group-vertical>.deletelink ~ input[type=submit],.change-list #changelist-search .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input[type=submit],.passwordchange #content-main>form .submit-row .deletelink-box .change-list #changelist-search .btn-group-vertical>.deletelink ~ input[type=submit],.change-list #changelist-search .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input[type=submit],.change-form #content-main>form .add-row .change-list #changelist-search .btn-group-vertical>a ~ input[type=submit],.change-list #changelist-search .change-form #content-main>form .add-row .btn-group-vertical>a ~ input[type=submit],.passwordchange #content-main>form .add-row .change-list #changelist-search .btn-group-vertical>a ~ input[type=submit],.change-list #changelist-search .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ input[type=submit],.change-form #content-main>form .change-list #changelist-search .btn-group-vertical>.inline-deletelink ~ input[type=submit],.change-list #changelist-search .change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ input[type=submit],.passwordchange #content-main>form .change-list #changelist-search .btn-group-vertical>.inline-deletelink ~ input[type=submit],.change-list #changelist-search .passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ input[type=submit],.login #container .submit-row .change-list #changelist-search .btn-group-vertical>input ~ input[type=submit],.change-list #changelist-search .login #container .submit-row .btn-group-vertical>input ~ input[type=submit],#content .object-tools .change-list #changelist-search .btn-group-vertical>a ~ input[type=submit],.change-list #changelist-search #content .object-tools .btn-group-vertical>a ~ input[type=submit],.change-list #changelist-search .btn-group-vertical>input[type=submit] ~ input[type=submit],.change-list #changelist-search .btn-group-vertical>.changelist-filter-toggler ~ input[type=submit],.change-list #changelist-form .actions #changelist-search .btn-group-vertical>button ~ input[type=submit],.change-list #changelist-search #changelist-form .actions .btn-group-vertical>button ~ input[type=submit],.paginator .change-list #changelist-search .btn-group-vertical>.showall ~ input[type=submit],.change-list #changelist-search .paginator .btn-group-vertical>.showall ~ input[type=submit],.paginator .change-list #changelist-search .btn-group-vertical>input ~ input[type=submit],.change-list #changelist-search .paginator .btn-group-vertical>input ~ input[type=submit],.delete-confirmation-content form .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ input[type=submit],.change-list #changelist-search .delete-confirmation-content form .btn-group-vertical>input[type=submit] ~ input[type=submit],.delete-confirmation-content form .change-list #changelist-search .btn-group-vertical>.cancel-link ~ input[type=submit],.change-list #changelist-search .delete-confirmation-content form .btn-group-vertical>.cancel-link ~ input[type=submit],.actionresult #content>p .change-list #changelist-search .btn-group-vertical>a ~ input[type=submit],.change-list #changelist-search .actionresult #content>p .btn-group-vertical>a ~ input[type=submit],.page-admindocs .admindocs-body .small .change-list #changelist-search .btn-group-vertical>a ~ input[type=submit],.change-list #changelist-search .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ input[type=submit],.change-list .btn-group-vertical>.btn ~ .changelist-filter-toggler,.change-form #content-main>form .form-row .change-list .btn-group-vertical>.selector-chooseall ~ .changelist-filter-toggler,.change-list .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .changelist-filter-toggler,.passwordchange #content-main>form .form-row .change-list .btn-group-vertical>.selector-chooseall ~ .changelist-filter-toggler,.change-list .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .changelist-filter-toggler,.change-form #content-main>form .form-row .change-list .btn-group-vertical>.selector-clearall ~ .changelist-filter-toggler,.change-list .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .changelist-filter-toggler,.passwordchange #content-main>form .form-row .change-list .btn-group-vertical>.selector-clearall ~ .changelist-filter-toggler,.change-list .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .changelist-filter-toggler,.change-form #content-main>form .submit-row .change-list .btn-group-vertical>input[type=submit] ~ .changelist-filter-toggler,.change-list .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .changelist-filter-toggler,.passwordchange #content-main>form .submit-row .change-list .btn-group-vertical>input[type=submit] ~ .changelist-filter-toggler,.change-list .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .changelist-filter-toggler,.change-form #content-main>form .submit-row .deletelink-box .change-list .btn-group-vertical>.deletelink ~ .changelist-filter-toggler,.change-list .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .changelist-filter-toggler,.passwordchange #content-main>form .submit-row .deletelink-box .change-list .btn-group-vertical>.deletelink ~ .changelist-filter-toggler,.change-list .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .changelist-filter-toggler,.change-form #content-main>form .add-row .change-list .btn-group-vertical>a ~ .changelist-filter-toggler,.change-list .change-form #content-main>form .add-row .btn-group-vertical>a ~ .changelist-filter-toggler,.passwordchange #content-main>form .add-row .change-list .btn-group-vertical>a ~ .changelist-filter-toggler,.change-list .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ .changelist-filter-toggler,.change-form #content-main>form .change-list .btn-group-vertical>.inline-deletelink ~ .changelist-filter-toggler,.change-list .change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ .changelist-filter-toggler,.passwordchange #content-main>form .change-list .btn-group-vertical>.inline-deletelink ~ .changelist-filter-toggler,.change-list .passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ .changelist-filter-toggler,.login #container .submit-row .change-list .btn-group-vertical>input ~ .changelist-filter-toggler,.change-list .login #container .submit-row .btn-group-vertical>input ~ .changelist-filter-toggler,#content .object-tools .change-list .btn-group-vertical>a ~ .changelist-filter-toggler,.change-list #content .object-tools .btn-group-vertical>a ~ .changelist-filter-toggler,.change-list #changelist-search .btn-group-vertical>input[type=submit] ~ .changelist-filter-toggler,.change-list .btn-group-vertical>.changelist-filter-toggler ~ .changelist-filter-toggler,.change-list #changelist-form .actions .btn-group-vertical>button ~ .changelist-filter-toggler,.paginator .change-list .btn-group-vertical>.showall ~ .changelist-filter-toggler,.change-list .paginator .btn-group-vertical>.showall ~ .changelist-filter-toggler,.paginator .change-list .btn-group-vertical>input ~ .changelist-filter-toggler,.change-list .paginator .btn-group-vertical>input ~ .changelist-filter-toggler,.delete-confirmation-content form .change-list .btn-group-vertical>input[type=submit] ~ .changelist-filter-toggler,.change-list .delete-confirmation-content form .btn-group-vertical>input[type=submit] ~ .changelist-filter-toggler,.delete-confirmation-content form .change-list .btn-group-vertical>.cancel-link ~ .changelist-filter-toggler,.change-list .delete-confirmation-content form .btn-group-vertical>.cancel-link ~ .changelist-filter-toggler,.actionresult #content>p .change-list .btn-group-vertical>a ~ .changelist-filter-toggler,.change-list .actionresult #content>p .btn-group-vertical>a ~ .changelist-filter-toggler,.page-admindocs .admindocs-body .small .change-list .btn-group-vertical>a ~ .changelist-filter-toggler,.change-list .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ .changelist-filter-toggler,.change-list #changelist-form .actions .btn-group-vertical>.btn ~ button,.change-form #content-main>form .form-row .change-list #changelist-form .actions .btn-group-vertical>.selector-chooseall ~ button,.change-list #changelist-form .actions .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ button,.passwordchange #content-main>form .form-row .change-list #changelist-form .actions .btn-group-vertical>.selector-chooseall ~ button,.change-list #changelist-form .actions .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ button,.change-form #content-main>form .form-row .change-list #changelist-form .actions .btn-group-vertical>.selector-clearall ~ button,.change-list #changelist-form .actions .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ button,.passwordchange #content-main>form .form-row .change-list #changelist-form .actions .btn-group-vertical>.selector-clearall ~ button,.change-list #changelist-form .actions .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ button,.change-form #content-main>form .submit-row .change-list #changelist-form .actions .btn-group-vertical>input[type=submit] ~ button,.change-list #changelist-form .actions .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ button,.passwordchange #content-main>form .submit-row .change-list #changelist-form .actions .btn-group-vertical>input[type=submit] ~ button,.change-list #changelist-form .actions .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ button,.change-form #content-main>form .submit-row .deletelink-box .change-list #changelist-form .actions .btn-group-vertical>.deletelink ~ button,.change-list #changelist-form .actions .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ button,.passwordchange #content-main>form .submit-row .deletelink-box .change-list #changelist-form .actions .btn-group-vertical>.deletelink ~ button,.change-list #changelist-form .actions .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ button,.change-form #content-main>form .add-row .change-list #changelist-form .actions .btn-group-vertical>a ~ button,.change-list #changelist-form .actions .change-form #content-main>form .add-row .btn-group-vertical>a ~ button,.passwordchange #content-main>form .add-row .change-list #changelist-form .actions .btn-group-vertical>a ~ button,.change-list #changelist-form .actions .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ button,.change-form #content-main>form .change-list #changelist-form .actions .btn-group-vertical>.inline-deletelink ~ button,.change-list #changelist-form .actions .change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ button,.passwordchange #content-main>form .change-list #changelist-form .actions .btn-group-vertical>.inline-deletelink ~ button,.change-list #changelist-form .actions .passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ button,.login #container .submit-row .change-list #changelist-form .actions .btn-group-vertical>input ~ button,.change-list #changelist-form .actions .login #container .submit-row .btn-group-vertical>input ~ button,#content .object-tools .change-list #changelist-form .actions .btn-group-vertical>a ~ button,.change-list #changelist-form .actions #content .object-tools .btn-group-vertical>a ~ button,.change-list #changelist-search #changelist-form .actions .btn-group-vertical>input[type=submit] ~ button,.change-list #changelist-form .actions #changelist-search .btn-group-vertical>input[type=submit] ~ button,.change-list #changelist-form .actions .btn-group-vertical>.changelist-filter-toggler ~ button,.change-list #changelist-form .actions .btn-group-vertical>button ~ button,.paginator .change-list #changelist-form .actions .btn-group-vertical>.showall ~ button,.change-list #changelist-form .actions .paginator .btn-group-vertical>.showall ~ button,.paginator .change-list #changelist-form .actions .btn-group-vertical>input ~ button,.change-list #changelist-form .actions .paginator .btn-group-vertical>input ~ button,.delete-confirmation-content form .change-list #changelist-form .actions .btn-group-vertical>input[type=submit] ~ button,.change-list #changelist-form .actions .delete-confirmation-content form .btn-group-vertical>input[type=submit] ~ button,.delete-confirmation-content form .change-list #changelist-form .actions .btn-group-vertical>.cancel-link ~ button,.change-list #changelist-form .actions .delete-confirmation-content form .btn-group-vertical>.cancel-link ~ button,.actionresult #content>p .change-list #changelist-form .actions .btn-group-vertical>a ~ button,.change-list #changelist-form .actions .actionresult #content>p .btn-group-vertical>a ~ button,.page-admindocs .admindocs-body .small .change-list #changelist-form .actions .btn-group-vertical>a ~ button,.change-list #changelist-form .actions .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ button,.paginator .btn-group-vertical>.btn ~ .showall,.change-form #content-main>form .form-row .paginator .btn-group-vertical>.selector-chooseall ~ .showall,.paginator .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .showall,.passwordchange #content-main>form .form-row .paginator .btn-group-vertical>.selector-chooseall ~ .showall,.paginator .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .showall,.change-form #content-main>form .form-row .paginator .btn-group-vertical>.selector-clearall ~ .showall,.paginator .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .showall,.passwordchange #content-main>form .form-row .paginator .btn-group-vertical>.selector-clearall ~ .showall,.paginator .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .showall,.change-form #content-main>form .submit-row .paginator .btn-group-vertical>input[type=submit] ~ .showall,.paginator .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .showall,.passwordchange #content-main>form .submit-row .paginator .btn-group-vertical>input[type=submit] ~ .showall,.paginator .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .showall,.change-form #content-main>form .submit-row .deletelink-box .paginator .btn-group-vertical>.deletelink ~ .showall,.paginator .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .showall,.passwordchange #content-main>form .submit-row .deletelink-box .paginator .btn-group-vertical>.deletelink ~ .showall,.paginator .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .showall,.change-form #content-main>form .add-row .paginator .btn-group-vertical>a ~ .showall,.paginator .change-form #content-main>form .add-row .btn-group-vertical>a ~ .showall,.passwordchange #content-main>form .add-row .paginator .btn-group-vertical>a ~ .showall,.paginator .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ .showall,.change-form #content-main>form .paginator .btn-group-vertical>.inline-deletelink ~ .showall,.paginator .change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ .showall,.passwordchange #content-main>form .paginator .btn-group-vertical>.inline-deletelink ~ .showall,.paginator .passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ .showall,.login #container .submit-row .paginator .btn-group-vertical>input ~ .showall,.paginator .login #container .submit-row .btn-group-vertical>input ~ .showall,#content .object-tools .paginator .btn-group-vertical>a ~ .showall,.paginator #content .object-tools .btn-group-vertical>a ~ .showall,.change-list #changelist-search .paginator .btn-group-vertical>input[type=submit] ~ .showall,.paginator .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ .showall,.change-list .paginator .btn-group-vertical>.changelist-filter-toggler ~ .showall,.paginator .change-list .btn-group-vertical>.changelist-filter-toggler ~ .showall,.change-list #changelist-form .actions .paginator .btn-group-vertical>button ~ .showall,.paginator .change-list #changelist-form .actions .btn-group-vertical>button ~ .showall,.paginator .btn-group-vertical>.showall ~ .showall,.paginator .btn-group-vertical>input ~ .showall,.delete-confirmation-content form .paginator .btn-group-vertical>input[type=submit] ~ .showall,.paginator .delete-confirmation-content form .btn-group-vertical>input[type=submit] ~ .showall,.delete-confirmation-content form .paginator .btn-group-vertical>.cancel-link ~ .showall,.paginator .delete-confirmation-content form .btn-group-vertical>.cancel-link ~ .showall,.actionresult #content>p .paginator .btn-group-vertical>a ~ .showall,.paginator .actionresult #content>p .btn-group-vertical>a ~ .showall,.page-admindocs .admindocs-body .small .paginator .btn-group-vertical>a ~ .showall,.paginator .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ .showall,.paginator .btn-group-vertical>.btn ~ input,.change-form #content-main>form .form-row .paginator .btn-group-vertical>.selector-chooseall ~ input,.paginator .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ input,.passwordchange #content-main>form .form-row .paginator .btn-group-vertical>.selector-chooseall ~ input,.paginator .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ input,.change-form #content-main>form .form-row .paginator .btn-group-vertical>.selector-clearall ~ input,.paginator .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ input,.passwordchange #content-main>form .form-row .paginator .btn-group-vertical>.selector-clearall ~ input,.paginator .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ input,.change-form #content-main>form .submit-row .paginator .btn-group-vertical>input[type=submit] ~ input,.paginator .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input,.passwordchange #content-main>form .submit-row .paginator .btn-group-vertical>input[type=submit] ~ input,.paginator .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input,.change-form #content-main>form .submit-row .deletelink-box .paginator .btn-group-vertical>.deletelink ~ input,.paginator .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input,.passwordchange #content-main>form .submit-row .deletelink-box .paginator .btn-group-vertical>.deletelink ~ input,.paginator .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input,.change-form #content-main>form .add-row .paginator .btn-group-vertical>a ~ input,.paginator .change-form #content-main>form .add-row .btn-group-vertical>a ~ input,.passwordchange #content-main>form .add-row .paginator .btn-group-vertical>a ~ input,.paginator .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ input,.change-form #content-main>form .paginator .btn-group-vertical>.inline-deletelink ~ input,.paginator .change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ input,.passwordchange #content-main>form .paginator .btn-group-vertical>.inline-deletelink ~ input,.paginator .passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ input,.login #container .submit-row .paginator .btn-group-vertical>input ~ input,.paginator .login #container .submit-row .btn-group-vertical>input ~ input,#content .object-tools .paginator .btn-group-vertical>a ~ input,.paginator #content .object-tools .btn-group-vertical>a ~ input,.change-list #changelist-search .paginator .btn-group-vertical>input[type=submit] ~ input,.paginator .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ input,.change-list .paginator .btn-group-vertical>.changelist-filter-toggler ~ input,.paginator .change-list .btn-group-vertical>.changelist-filter-toggler ~ input,.change-list #changelist-form .actions .paginator .btn-group-vertical>button ~ input,.paginator .change-list #changelist-form .actions .btn-group-vertical>button ~ input,.paginator .btn-group-vertical>.showall ~ input,.paginator .btn-group-vertical>input ~ input,.delete-confirmation-content form .paginator .btn-group-vertical>input[type=submit] ~ input,.paginator .delete-confirmation-content form .btn-group-vertical>input[type=submit] ~ input,.delete-confirmation-content form .paginator .btn-group-vertical>.cancel-link ~ input,.paginator .delete-confirmation-content form .btn-group-vertical>.cancel-link ~ input,.actionresult #content>p .paginator .btn-group-vertical>a ~ input,.paginator .actionresult #content>p .btn-group-vertical>a ~ input,.page-admindocs .admindocs-body .small .paginator .btn-group-vertical>a ~ input,.paginator .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ input,.delete-confirmation-content form .btn-group-vertical>.btn ~ input[type=submit],.change-form .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.delete-confirmation-content .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.passwordchange .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.delete-confirmation-content .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.change-form .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.delete-confirmation-content .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.passwordchange .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.delete-confirmation-content .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.change-form .delete-confirmation-content #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.delete-confirmation-content .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.passwordchange .delete-confirmation-content #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.delete-confirmation-content .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.change-form .delete-confirmation-content #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input[type=submit],.delete-confirmation-content .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input[type=submit],.passwordchange .delete-confirmation-content #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input[type=submit],.delete-confirmation-content .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input[type=submit],.change-form .delete-confirmation-content #content-main>form .add-row .btn-group-vertical>a ~ input[type=submit],.delete-confirmation-content .change-form #content-main>form .add-row .btn-group-vertical>a ~ input[type=submit],.passwordchange .delete-confirmation-content #content-main>form .add-row .btn-group-vertical>a ~ input[type=submit],.delete-confirmation-content .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ input[type=submit],.change-form .delete-confirmation-content #content-main>form .btn-group-vertical>.inline-deletelink ~ input[type=submit],.delete-confirmation-content .change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ input[type=submit],.passwordchange .delete-confirmation-content #content-main>form .btn-group-vertical>.inline-deletelink ~ input[type=submit],.delete-confirmation-content .passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ input[type=submit],.login #container .submit-row .delete-confirmation-content form .btn-group-vertical>input ~ input[type=submit],.delete-confirmation-content form .login #container .submit-row .btn-group-vertical>input ~ input[type=submit],#content .object-tools .delete-confirmation-content form .btn-group-vertical>a ~ input[type=submit],.delete-confirmation-content form #content .object-tools .btn-group-vertical>a ~ input[type=submit],.change-list #changelist-search .delete-confirmation-content form .btn-group-vertical>input[type=submit] ~ input[type=submit],.delete-confirmation-content form .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ input[type=submit],.change-list .delete-confirmation-content form .btn-group-vertical>.changelist-filter-toggler ~ input[type=submit],.delete-confirmation-content form .change-list .btn-group-vertical>.changelist-filter-toggler ~ input[type=submit],.change-list #changelist-form .actions .delete-confirmation-content form .btn-group-vertical>button ~ input[type=submit],.delete-confirmation-content form .change-list #changelist-form .actions .btn-group-vertical>button ~ input[type=submit],.paginator .delete-confirmation-content form .btn-group-vertical>.showall ~ input[type=submit],.delete-confirmation-content form .paginator .btn-group-vertical>.showall ~ input[type=submit],.paginator .delete-confirmation-content form .btn-group-vertical>input ~ input[type=submit],.delete-confirmation-content form .paginator .btn-group-vertical>input ~ input[type=submit],.delete-confirmation-content form .btn-group-vertical>input[type=submit] ~ input[type=submit],.delete-confirmation-content form .btn-group-vertical>.cancel-link ~ input[type=submit],.actionresult #content>p .delete-confirmation-content form .btn-group-vertical>a ~ input[type=submit],.delete-confirmation-content form .actionresult #content>p .btn-group-vertical>a ~ input[type=submit],.page-admindocs .admindocs-body .small .delete-confirmation-content form .btn-group-vertical>a ~ input[type=submit],.delete-confirmation-content form .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ input[type=submit],.delete-confirmation-content form .btn-group-vertical>.btn ~ .cancel-link,.change-form .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .cancel-link,.delete-confirmation-content .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .cancel-link,.passwordchange .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .cancel-link,.delete-confirmation-content .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .cancel-link,.change-form .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .cancel-link,.delete-confirmation-content .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .cancel-link,.passwordchange .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .cancel-link,.delete-confirmation-content .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .cancel-link,.change-form .delete-confirmation-content #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .cancel-link,.delete-confirmation-content .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .cancel-link,.passwordchange .delete-confirmation-content #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .cancel-link,.delete-confirmation-content .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .cancel-link,.change-form .delete-confirmation-content #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .cancel-link,.delete-confirmation-content .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .cancel-link,.passwordchange .delete-confirmation-content #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .cancel-link,.delete-confirmation-content .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .cancel-link,.change-form .delete-confirmation-content #content-main>form .add-row .btn-group-vertical>a ~ .cancel-link,.delete-confirmation-content .change-form #content-main>form .add-row .btn-group-vertical>a ~ .cancel-link,.passwordchange .delete-confirmation-content #content-main>form .add-row .btn-group-vertical>a ~ .cancel-link,.delete-confirmation-content .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ .cancel-link,.change-form .delete-confirmation-content #content-main>form .btn-group-vertical>.inline-deletelink ~ .cancel-link,.delete-confirmation-content .change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ .cancel-link,.passwordchange .delete-confirmation-content #content-main>form .btn-group-vertical>.inline-deletelink ~ .cancel-link,.delete-confirmation-content .passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ .cancel-link,.login #container .submit-row .delete-confirmation-content form .btn-group-vertical>input ~ .cancel-link,.delete-confirmation-content form .login #container .submit-row .btn-group-vertical>input ~ .cancel-link,#content .object-tools .delete-confirmation-content form .btn-group-vertical>a ~ .cancel-link,.delete-confirmation-content form #content .object-tools .btn-group-vertical>a ~ .cancel-link,.change-list #changelist-search .delete-confirmation-content form .btn-group-vertical>input[type=submit] ~ .cancel-link,.delete-confirmation-content form .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ .cancel-link,.change-list .delete-confirmation-content form .btn-group-vertical>.changelist-filter-toggler ~ .cancel-link,.delete-confirmation-content form .change-list .btn-group-vertical>.changelist-filter-toggler ~ .cancel-link,.change-list #changelist-form .actions .delete-confirmation-content form .btn-group-vertical>button ~ .cancel-link,.delete-confirmation-content form .change-list #changelist-form .actions .btn-group-vertical>button ~ .cancel-link,.paginator .delete-confirmation-content form .btn-group-vertical>.showall ~ .cancel-link,.delete-confirmation-content form .paginator .btn-group-vertical>.showall ~ .cancel-link,.paginator .delete-confirmation-content form .btn-group-vertical>input ~ .cancel-link,.delete-confirmation-content form .paginator .btn-group-vertical>input ~ .cancel-link,.delete-confirmation-content form .btn-group-vertical>input[type=submit] ~ .cancel-link,.delete-confirmation-content form .btn-group-vertical>.cancel-link ~ .cancel-link,.actionresult #content>p .delete-confirmation-content form .btn-group-vertical>a ~ .cancel-link,.delete-confirmation-content form .actionresult #content>p .btn-group-vertical>a ~ .cancel-link,.page-admindocs .admindocs-body .small .delete-confirmation-content form .btn-group-vertical>a ~ .cancel-link,.delete-confirmation-content form .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ .cancel-link,.actionresult #content>p .btn-group-vertical>.btn ~ a,.change-form #content-main>form .form-row .actionresult #content>p .btn-group-vertical>.selector-chooseall ~ a,.actionresult #content>p .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ a,.passwordchange #content-main>form .form-row .actionresult #content>p .btn-group-vertical>.selector-chooseall ~ a,.actionresult #content>p .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ a,.change-form #content-main>form .form-row .actionresult #content>p .btn-group-vertical>.selector-clearall ~ a,.actionresult #content>p .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ a,.passwordchange #content-main>form .form-row .actionresult #content>p .btn-group-vertical>.selector-clearall ~ a,.actionresult #content>p .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ a,.change-form #content-main>form .submit-row .actionresult #content>p .btn-group-vertical>input[type=submit] ~ a,.actionresult #content>p .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ a,.passwordchange #content-main>form .submit-row .actionresult #content>p .btn-group-vertical>input[type=submit] ~ a,.actionresult #content>p .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ a,.change-form #content-main>form .submit-row .deletelink-box .actionresult #content>p .btn-group-vertical>.deletelink ~ a,.actionresult #content>p .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ a,.passwordchange #content-main>form .submit-row .deletelink-box .actionresult #content>p .btn-group-vertical>.deletelink ~ a,.actionresult #content>p .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ a,.change-form #content-main>form .add-row .actionresult #content>p .btn-group-vertical>a ~ a,.actionresult #content>p .change-form #content-main>form .add-row .btn-group-vertical>a ~ a,.passwordchange #content-main>form .add-row .actionresult #content>p .btn-group-vertical>a ~ a,.actionresult #content>p .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ a,.change-form #content-main>form .actionresult #content>p .btn-group-vertical>.inline-deletelink ~ a,.actionresult #content>p .change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ a,.passwordchange #content-main>form .actionresult #content>p .btn-group-vertical>.inline-deletelink ~ a,.actionresult #content>p .passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ a,.login #container .submit-row .actionresult #content>p .btn-group-vertical>input ~ a,.actionresult #content>p .login #container .submit-row .btn-group-vertical>input ~ a,.actionresult #content>p .object-tools .btn-group-vertical>a ~ a,.change-list #changelist-search .actionresult #content>p .btn-group-vertical>input[type=submit] ~ a,.actionresult #content>p .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ a,.change-list .actionresult #content>p .btn-group-vertical>.changelist-filter-toggler ~ a,.actionresult #content>p .change-list .btn-group-vertical>.changelist-filter-toggler ~ a,.change-list #changelist-form .actions .actionresult #content>p .btn-group-vertical>button ~ a,.actionresult #content>p .change-list #changelist-form .actions .btn-group-vertical>button ~ a,.paginator .actionresult #content>p .btn-group-vertical>.showall ~ a,.actionresult #content>p .paginator .btn-group-vertical>.showall ~ a,.paginator .actionresult #content>p .btn-group-vertical>input ~ a,.actionresult #content>p .paginator .btn-group-vertical>input ~ a,.delete-confirmation-content form .actionresult #content>p .btn-group-vertical>input[type=submit] ~ a,.actionresult #content>p .delete-confirmation-content form .btn-group-vertical>input[type=submit] ~ a,.delete-confirmation-content form .actionresult #content>p .btn-group-vertical>.cancel-link ~ a,.actionresult #content>p .delete-confirmation-content form .btn-group-vertical>.cancel-link ~ a,.actionresult #content>p .btn-group-vertical>a ~ a,.page-admindocs .admindocs-body .small .actionresult #content>p .btn-group-vertical>a ~ a,.actionresult #content>p .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ a,.page-admindocs .admindocs-body .small .btn-group-vertical>.btn ~ a,.change-form #content-main>form .form-row .page-admindocs .admindocs-body .small .btn-group-vertical>.selector-chooseall ~ a,.page-admindocs .admindocs-body .small .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ a,.passwordchange #content-main>form .form-row .page-admindocs .admindocs-body .small .btn-group-vertical>.selector-chooseall ~ a,.page-admindocs .admindocs-body .small .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ a,.change-form #content-main>form .form-row .page-admindocs .admindocs-body .small .btn-group-vertical>.selector-clearall ~ a,.page-admindocs .admindocs-body .small .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ a,.passwordchange #content-main>form .form-row .page-admindocs .admindocs-body .small .btn-group-vertical>.selector-clearall ~ a,.page-admindocs .admindocs-body .small .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ a,.change-form #content-main>form .submit-row .page-admindocs .admindocs-body .small .btn-group-vertical>input[type=submit] ~ a,.page-admindocs .admindocs-body .small .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ a,.passwordchange #content-main>form .submit-row .page-admindocs .admindocs-body .small .btn-group-vertical>input[type=submit] ~ a,.page-admindocs .admindocs-body .small .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ a,.change-form #content-main>form .submit-row .deletelink-box .page-admindocs .admindocs-body .small .btn-group-vertical>.deletelink ~ a,.page-admindocs .admindocs-body .small .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ a,.passwordchange #content-main>form .submit-row .deletelink-box .page-admindocs .admindocs-body .small .btn-group-vertical>.deletelink ~ a,.page-admindocs .admindocs-body .small .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ a,.change-form #content-main>form .add-row .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ a,.page-admindocs .admindocs-body .small .change-form #content-main>form .add-row .btn-group-vertical>a ~ a,.passwordchange #content-main>form .add-row .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ a,.page-admindocs .admindocs-body .small .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ a,.change-form #content-main>form .page-admindocs .admindocs-body .small .btn-group-vertical>.inline-deletelink ~ a,.page-admindocs .admindocs-body .small .change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ a,.passwordchange #content-main>form .page-admindocs .admindocs-body .small .btn-group-vertical>.inline-deletelink ~ a,.page-admindocs .admindocs-body .small .passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ a,.login #container .submit-row .page-admindocs .admindocs-body .small .btn-group-vertical>input ~ a,.page-admindocs .admindocs-body .small .login #container .submit-row .btn-group-vertical>input ~ a,#content .object-tools .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ a,.page-admindocs .admindocs-body .small #content .object-tools .btn-group-vertical>a ~ a,.change-list #changelist-search .page-admindocs .admindocs-body .small .btn-group-vertical>input[type=submit] ~ a,.page-admindocs .admindocs-body .small .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ a,.change-list .page-admindocs .admindocs-body .small .btn-group-vertical>.changelist-filter-toggler ~ a,.page-admindocs .admindocs-body .small .change-list .btn-group-vertical>.changelist-filter-toggler ~ a,.change-list #changelist-form .actions .page-admindocs .admindocs-body .small .btn-group-vertical>button ~ a,.page-admindocs .admindocs-body .small .change-list #changelist-form .actions .btn-group-vertical>button ~ a,.paginator .page-admindocs .admindocs-body .small .btn-group-vertical>.showall ~ a,.page-admindocs .admindocs-body .small .paginator .btn-group-vertical>.showall ~ a,.paginator .page-admindocs .admindocs-body .small .btn-group-vertical>input ~ a,.page-admindocs .admindocs-body .small .paginator .btn-group-vertical>input ~ a,.delete-confirmation-content form .page-admindocs .admindocs-body .small .btn-group-vertical>input[type=submit] ~ a,.page-admindocs .admindocs-body .small .delete-confirmation-content form .btn-group-vertical>input[type=submit] ~ a,.delete-confirmation-content form .page-admindocs .admindocs-body .small .btn-group-vertical>.cancel-link ~ a,.page-admindocs .admindocs-body .small .delete-confirmation-content form .btn-group-vertical>.cancel-link ~ a,.actionresult #content>p .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ a,.page-admindocs .admindocs-body .small .actionresult #content>p .btn-group-vertical>a ~ a,.page-admindocs .admindocs-body .small .btn-group-vertical>a ~ a,.btn-group-vertical>.btn-group:not(:first-child)>.btn,.change-form #content-main>form .form-row .btn-group-vertical>.btn-group:not(:first-child)>.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group-vertical>.btn-group:not(:first-child)>.selector-chooseall,.change-form #content-main>form .form-row .btn-group-vertical>.btn-group:not(:first-child)>.selector-clearall,.passwordchange #content-main>form .form-row .btn-group-vertical>.btn-group:not(:first-child)>.selector-clearall,.change-form #content-main>form .submit-row .btn-group-vertical>.btn-group:not(:first-child)>input[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>.btn-group:not(:first-child)>input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.btn-group:not(:first-child)>.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.btn-group:not(:first-child)>.deletelink,.change-form #content-main>form .add-row .btn-group-vertical>.btn-group:not(:first-child)>a,.passwordchange #content-main>form .add-row .btn-group-vertical>.btn-group:not(:first-child)>a,.change-form #content-main>form .btn-group-vertical>.btn-group:not(:first-child)>.inline-deletelink,.passwordchange #content-main>form .btn-group-vertical>.btn-group:not(:first-child)>.inline-deletelink,.login #container .submit-row .btn-group-vertical>.btn-group:not(:first-child)>input,#content .object-tools .btn-group-vertical>.btn-group:not(:first-child)>a,.change-list #changelist-search .btn-group-vertical>.btn-group:not(:first-child)>input[type=submit],.change-list .btn-group-vertical>.btn-group:not(:first-child)>.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group-vertical>.btn-group:not(:first-child)>button,.paginator .btn-group-vertical>.btn-group:not(:first-child)>.showall,.paginator .btn-group-vertical>.btn-group:not(:first-child)>input,.delete-confirmation-content form .btn-group-vertical>.btn-group:not(:first-child)>input[type=submit],.delete-confirmation-content form .btn-group-vertical>.btn-group:not(:first-child)>.cancel-link,.actionresult #content>p .btn-group-vertical>.btn-group:not(:first-child)>a,.page-admindocs .admindocs-body .small .btn-group-vertical>.btn-group:not(:first-child)>a{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;text-decoration:none;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.nav-link{transition:none}}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:none;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#7f1b27}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar,#header{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,#header .navbar>.container,.navbar #header>.container,#header>.container,.navbar>.container-fluid,#header .navbar>.container-fluid,.navbar #header>.container-fluid,#header>.container-fluid,.navbar>.container-sm,#header .navbar>.container-sm,.navbar #header>.container-sm,#header>.container-sm,.navbar>.container-md,#header .navbar>.container-md,.navbar #header>.container-md,#header>.container-md,.navbar>.container-lg,#header .navbar>.container-lg,.navbar #header>.container-lg,#header>.container-lg,.navbar>.container-xl,#header .navbar>.container-xl,.navbar #header>.container-xl,#header>.container-xl,.navbar>.container-xxl,#header .navbar>.container-xxl,.navbar #header>.container-xxl,#header>.container-xxl,.change-list .navbar>#content-main,.change-list #header .navbar>#content-main,.change-list .navbar #header>#content-main,.change-list #header>#content-main,.change-form .navbar>#content-main,.change-form #header .navbar>#content-main,.change-form .navbar #header>#content-main,.change-form #header>#content-main,body.page-changehistory .navbar>#content-main,body.page-changehistory #header .navbar>#content-main,body.page-changehistory .navbar #header>#content-main,body.page-changehistory #header>#content-main,.passwordchange .navbar>#content-main,.passwordchange #header .navbar>#content-main,.passwordchange .navbar #header>#content-main,.passwordchange #header>#content-main{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand,#branding{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text,#header #user-tools>a{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height, 75vh);overflow-y:auto}@media (min-width: 576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (min-width: 768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (min-width: 992px){.navbar-expand-lg,body:not(.login):not(.page-logout) #header.expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav,body:not(.login):not(.page-logout) #header.expand .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu,body:not(.login):not(.page-logout) #header.expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link,body:not(.login):not(.page-logout) #header.expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll,body:not(.login):not(.page-logout) #header.expand .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse,body:not(.login):not(.page-logout) #header.expand .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-lg .navbar-toggler,body:not(.login):not(.page-logout) #header.expand .navbar-toggler{display:none}}@media (min-width: 1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (min-width: 1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light #branding{color:rgba(0,0,0,0.9)}.navbar-light .navbar-brand:hover,.navbar-light #branding:hover,.navbar-light .navbar-brand:focus,.navbar-light #branding:focus{color:rgba(0,0,0,0.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,0.55)}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:rgba(0,0,0,0.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,0.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .nav-link.active{color:rgba(0,0,0,0.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,0.55);border-color:rgba(0,0,0,0.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%280,0,0,0.55%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e")}.navbar-light .navbar-text,.navbar-light #header #user-tools>a,#header .navbar-light #user-tools>a{color:rgba(0,0,0,0.55)}.navbar-light .navbar-text a,.navbar-light #header #user-tools>a a,#header .navbar-light #user-tools>a a,.navbar-light .navbar-text a:hover,.navbar-light #header #user-tools>a a:hover,#header .navbar-light #user-tools>a a:hover,.navbar-light .navbar-text a:focus,.navbar-light #header #user-tools>a a:focus,#header .navbar-light #user-tools>a a:focus{color:rgba(0,0,0,0.9)}.navbar-dark .navbar-brand,#header .navbar-brand,.navbar-dark #branding,#header #branding{color:#fff}.navbar-dark .navbar-brand:hover,#header .navbar-brand:hover,.navbar-dark #branding:hover,#header #branding:hover,.navbar-dark .navbar-brand:focus,#header .navbar-brand:focus,.navbar-dark #branding:focus,#header #branding:focus{color:#fff}.navbar-dark .navbar-nav .nav-link,#header .navbar-nav .nav-link{color:rgba(255,255,255,0.55)}.navbar-dark .navbar-nav .nav-link:hover,#header .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus,#header .navbar-nav .nav-link:focus{color:rgba(255,255,255,0.75)}.navbar-dark .navbar-nav .nav-link.disabled,#header .navbar-nav .nav-link.disabled{color:rgba(255,255,255,0.25)}.navbar-dark .navbar-nav .show>.nav-link,#header .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .nav-link.active,#header .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler,#header .navbar-toggler{color:rgba(255,255,255,0.55);border-color:rgba(255,255,255,0.1)}.navbar-dark .navbar-toggler-icon,#header .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%28255,255,255,0.55%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e")}.navbar-dark .navbar-text,#header .navbar-text,#header .navbar-dark #user-tools>a,#header #user-tools>a{color:rgba(255,255,255,0.55)}.navbar-dark .navbar-text a,#header .navbar-text a,#header .navbar-dark #user-tools>a a,#header #user-tools>a a,.navbar-dark .navbar-text a:hover,#header .navbar-text a:hover,#header .navbar-dark #user-tools>a a:hover,#header #user-tools>a a:hover,.navbar-dark .navbar-text a:focus,#header .navbar-text a:focus,#header .navbar-dark #user-tools>a a:focus,#header #user-tools>a a:focus{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,0.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1rem /* rtl:ignore */}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,0.03);border-bottom:1px solid rgba(0,0,0,0.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,0.03);border-top:1px solid rgba(0,0,0,0.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media (min-width: 576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0.125);border-radius:0;overflow-anchor:none;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease}@media (prefers-reduced-motion: reduce){.accordion-button{transition:none}}.accordion-button.collapsed{border-bottom-width:0}.accordion-button:not(.collapsed){color:#731823;background-color:#f2e8e9}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23731823\'%3e%3cpath fill-rule=\'evenodd\' d=\'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e");transform:rotate(180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23212529\'%3e%3cpath fill-rule=\'evenodd\' d=\'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform 0.2s ease-in-out}@media (prefers-reduced-motion: reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#bf8d93;outline:0;box-shadow:0 0 0 .25rem rgba(127,27,39,0.25)}.accordion-header{margin-bottom:0}.accordion-item:first-of-type .accordion-button{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-width:1px;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-collapse{border-bottom-width:1px;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-collapse{border:solid rgba(0,0,0,0.125);border-width:0 1px}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-button{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item:first-of-type .accordion-button{border-top-width:0;border-top-left-radius:0;border-top-right-radius:0}.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed{border-bottom-width:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#7f1b27;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#66151f;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#66151f;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgba(127,27,39,0.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#7f1b27;border-color:#7f1b27}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge,.change-form #content-main>form .form-row .selector-chooseall .badge,.passwordchange #content-main>form .form-row .selector-chooseall .badge,.change-form #content-main>form .form-row .selector-clearall .badge,.passwordchange #content-main>form .form-row .selector-clearall .badge,.change-form #content-main>form .submit-row input[type=submit] .badge,.passwordchange #content-main>form .submit-row input[type=submit] .badge,.change-form #content-main>form .submit-row .deletelink-box .deletelink .badge,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink .badge,.change-form #content-main>form .add-row a .badge,.passwordchange #content-main>form .add-row a .badge,.change-form #content-main>form .inline-deletelink .badge,.passwordchange #content-main>form .inline-deletelink .badge,.login #container .submit-row input .badge,#content .object-tools a .badge,.change-list #changelist-search input[type=submit] .badge,.change-list .changelist-filter-toggler .badge,.change-list #changelist-form .actions button .badge,.paginator .showall .badge,.paginator input .badge,.delete-confirmation-content form input[type=submit] .badge,.delete-confirmation-content form .cancel-link .badge,.actionresult #content>p a .badge,.page-admindocs .admindocs-body .small a .badge{position:relative;top:-1px}.alert,.change-form #content-main>form .errornote,.passwordchange #content-main>form .errornote,.login #container .errornote,.messagelist .success,.messagelist .info,.messagelist .warning,.messagelist .error,.page-admindocs .admindocs-body .help{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#4c1017;background-color:#e5d1d4;border-color:#d9bbbe}.alert-primary .alert-link{color:#3d0d12}.alert-secondary{color:#484d00;background-color:#f0f3cc;border-color:#e8ecb3}.alert-secondary .alert-link{color:#3a3e00}.alert-success,.messagelist .success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-success .alert-link,.messagelist .success .alert-link{color:#0c4128}.alert-info,.messagelist .info,.page-admindocs .admindocs-body .help{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link,.messagelist .info .alert-link,.page-admindocs .admindocs-body .help .alert-link{color:#04414d}.alert-warning,.login #container .errornote,.messagelist .warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link,.login #container .errornote .alert-link,.messagelist .warning .alert-link{color:#523e02}.alert-danger,.change-form #content-main>form .errornote,.passwordchange #content-main>form .errornote,.messagelist .error{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger .alert-link,.change-form #content-main>form .errornote .alert-link,.passwordchange #content-main>form .errornote .alert-link,.messagelist .error .alert-link{color:#6a1a21}.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#7f1b27;transition:width 0.6s ease}@media (prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion: reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,0.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#7f1b27;border-color:#7f1b27}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width: 576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#4c1017;background-color:#e5d1d4}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#4c1017;background-color:#cebcbf}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#4c1017;border-color:#4c1017}.list-group-item-secondary{color:#484d00;background-color:#f0f3cc}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#484d00;background-color:#d8dbb8}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#484d00;border-color:#484d00}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23000\'%3e%3cpath d=\'M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(127,27,39,0.25);opacity:1}.btn-close:disabled,.btn-close.disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:.25}.btn-close-white{-webkit-filter:invert(1) grayscale(100%) brightness(200%);filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,0.85);background-clip:padding-box;border:1px solid rgba(0,0,0,0.1);box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15);border-radius:.25rem}.toast:not(.showing):not(.show){opacity:0}.toast.hide{display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,0.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,0.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform 0.3s ease-out;transform:translate(0, -50px)}@media (prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body,.modal-dialog-scrollable .change-list #changelist-filter-modal,.change-list .modal-dialog-scrollable #changelist-filter-modal{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body,.change-list #changelist-filter-modal{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width: 992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width: 1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body,.modal-fullscreen .change-list #changelist-filter-modal,.change-list .modal-fullscreen #changelist-filter-modal{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width: 575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body,.modal-fullscreen-sm-down .change-list #changelist-filter-modal,.change-list .modal-fullscreen-sm-down #changelist-filter-modal{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width: 767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body,.modal-fullscreen-md-down .change-list #changelist-filter-modal,.change-list .modal-fullscreen-md-down #changelist-filter-modal{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width: 991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body,.modal-fullscreen-lg-down .change-list #changelist-filter-modal,.change-list .modal-fullscreen-lg-down #changelist-filter-modal{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width: 1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body,.modal-fullscreen-xl-down .change-list #changelist-filter-modal,.change-list .modal-fullscreen-xl-down #changelist-filter-modal{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width: 1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body,.modal-fullscreen-xxl-down .change-list #changelist-filter-modal,.change-list .modal-fullscreen-xxl-down #changelist-filter-modal{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[data-popper-placement^="top"]{padding:.4rem 0}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow{bottom:0}.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-end,.bs-tooltip-auto[data-popper-placement^="right"]{padding:0 .4rem}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-end .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[data-popper-placement^="bottom"]{padding:.4rem 0}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow{top:0}.bs-tooltip-bottom .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-start,.bs-tooltip-auto[data-popper-placement^="left"]{padding:0 .4rem}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-start .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0 /* rtl:ignore */;z-index:1060;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::before,.popover .popover-arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,0.25)}.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,0.25)}.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,0.25)}.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-bottom .popover-header::before,.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,0.25)}.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid #d8d8d8;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity 0.15s ease}@media (prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23fff\'%3e%3cpath d=\'M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z\'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23fff\'%3e%3cpath d=\'M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity 0.6s ease}@media (prefers-reduced-motion: reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon{-webkit-filter:invert(1) grayscale(100);filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(360deg) /* rtl:ignore */}}@keyframes spinner-border{to{transform:rotate(360deg) /* rtl:ignore */}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.clearfix::after,.change-form #content-main>form .inline-related h3::after,.passwordchange #content-main>form .inline-related h3::after,.change-form #content-main>form .inline-related .h3::after,.passwordchange #content-main>form .inline-related .h3::after,.sidebar-menu h1::after,.sidebar-menu .h1::after,.sidebar-menu .depth-0 a.has-children::after,.sidebar-menu .depth-0 span.has-children::after,.sidebar-menu .depth-1 a.has-children::after,.sidebar-menu .depth-1 span.has-children::after,.paginator::after{display:block;clear:both;content:""}.link-primary{color:#7f1b27}.link-primary:hover,.link-primary:focus{color:#66151f}.link-secondary{color:#b3c100}.link-secondary:hover,.link-secondary:focus{color:#c2cd33}.link-success{color:#198754}.link-success:hover,.link-success:focus{color:#146c43}.link-info{color:#0dcaf0}.link-info:hover,.link-info:focus{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:hover,.link-warning:focus{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:hover,.link-danger:focus{color:#b02a37}.link-light{color:#f8f9fa}.link-light:hover,.link-light:focus{color:#f9fafb}.link-dark{color:#212529}.link-dark:hover,.link-dark:focus{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio: calc(9 / 16 * 100%)}.ratio-21x9{--bs-aspect-ratio: calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width: 576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width: 768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width: 992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width: 1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width: 1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex,body:not(.login):not(.page-logout) #header.expand{display:flex !important}.d-inline-flex,#header #user-tools{display:inline-flex !important}.d-none{display:none !important}.shadow{box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15) !important}.shadow-sm{box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,0.175) !important}.shadow-none{box-shadow:none !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:-webkit-sticky !important;position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:1px solid #dee2e6 !important}.border-0{border:0 !important}.border-top{border-top:1px solid #dee2e6 !important}.border-top-0{border-top:0 !important}.border-end{border-right:1px solid #dee2e6 !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:1px solid #dee2e6 !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:1px solid #dee2e6 !important}.border-start-0{border-left:0 !important}.border-primary{border-color:#7f1b27 !important}.border-secondary{border-color:#b3c100 !important}.border-success{border-color:#198754 !important}.border-info{border-color:#0dcaf0 !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#dc3545 !important}.border-light{border-color:#f8f9fa !important}.border-dark{border-color:#212529 !important}.border-white{border-color:#fff !important}.border-0{border-width:0 !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-0{gap:0 !important}.gap-1{gap:.25rem !important}.gap-2{gap:.5rem !important}.gap-3{gap:1rem !important}.gap-4{gap:1.5rem !important}.gap-5{gap:3rem !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2,#content .object-tools,.change-form .object-tools{margin:.5rem !important}.m-3,.delete-confirmation-content{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2,.change-form #content-main>form .inline-related h3,.passwordchange #content-main>form .inline-related h3,.change-form #content-main>form .inline-related .h3,.passwordchange #content-main>form .inline-related .h3,.change-form #content-main>form .add-row,.passwordchange #content-main>form .add-row,.change-list .results{margin-top:.5rem !important}.mt-3,.change-form #content-main>form,.passwordchange #content-main>form,.auth-user.change-form #content-main>form,.dashboard #content-related>div{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1,.dashboard .addlink::before,.dashboard .viewlink::before,.dashboard .deletelink::before,.dashboard .changelink::before,.breadcrumbs a:first-child::before{margin-right:.25rem !important}.me-2,.change-list #changelist-form .actions button{margin-right:.5rem !important}.me-3,.change-form #content-main>form .form-row .datetime a+a,.passwordchange #content-main>form .form-row .datetime a+a,.paginator .end{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto,#branding{margin-right:auto !important}.mb-0,#content>h1,#content>.h1,.change-list #toolbar{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2,.change-form #content-main>form .add-row,.passwordchange #content-main>form .add-row{margin-bottom:.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4,.change-list #changelist-form .actions{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1,.change-form #content-main>form .submit-row input[type=submit],.passwordchange #content-main>form .submit-row input[type=submit]{margin-left:.25rem !important}.ms-2,.change-list #changelist-search input[type=submit],.change-list #changelist-form .actions button,.paginator .showall{margin-left:.5rem !important}.ms-3,.change-form #content-main>form .help,.passwordchange #content-main>form .help{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2,.change-form #content-main>form,.passwordchange #content-main>form,.auth-user.change-form #content-main>form,.change-form #content-main>form .form-row .selector-available h2,.passwordchange #content-main>form .form-row .selector-available h2,.change-form #content-main>form .form-row .selector-available .h2,.passwordchange #content-main>form .form-row .selector-available .h2,.change-form #content-main>form .form-row .selector-chosen h2,.passwordchange #content-main>form .form-row .selector-chosen h2,.change-form #content-main>form .form-row .selector-chosen .h2,.passwordchange #content-main>form .form-row .selector-chosen .h2{padding:.5rem !important}.p-3,.site-footer,.dashboard #content-related>div,.breadcrumbs,#content>h1,#content>.h1,.change-list #toolbar,body.page-changehistory #content-main>.module,.delete-confirmation-content{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0,.change-form #content-main>form .form-row .timezonewarning,.passwordchange #content-main>form .form-row .timezonewarning{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2,.change-form #content-main>form .form-row.errors .errorlist,.passwordchange #content-main>form .form-row.errors .errorlist{padding-top:.5rem !important}.pt-3,.change-form #content-main>form fieldset .description,.passwordchange #content-main>form fieldset .description,.actionresult #content h1+p,.actionresult #content .h1+p{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.25rem !important}.pe-2,.dashboard caption,.change-list #changelist-search label,.change-list #changelist-form .actions label{padding-right:.5rem !important}.pe-3,.change-form #content-main>form label,.passwordchange #content-main>form label,.auth-user.change-form #content-main>form label,.dashboard #content-main>p,.actionresult #content>p{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3,.change-form #content-main>form fieldset .description,.passwordchange #content-main>form fieldset .description{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-0,#content .object-tools,.change-form .object-tools{padding-left:0 !important}.ps-1{padding-left:.25rem !important}.ps-2,.dashboard caption{padding-left:.5rem !important}.ps-3,.dashboard #content-main>p,.messagelist .success,.messagelist .info,.messagelist .warning,.messagelist .error,.actionresult #content>p{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}.fs-1{font-size:calc(1.375rem + 1.5vw) !important}.fs-2{font-size:calc(1.325rem + .9vw) !important}.fs-3{font-size:calc(1.3rem + .6vw) !important}.fs-4{font-size:calc(1.275rem + .3vw) !important}.fs-5{font-size:1.25rem !important}.fs-6{font-size:1rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-light{font-weight:300 !important}.fw-lighter{font-weight:lighter !important}.fw-normal{font-weight:400 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:bolder !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-primary{color:#7f1b27 !important}.text-secondary{color:#b3c100 !important}.text-success{color:#198754 !important}.text-info{color:#0dcaf0 !important}.text-warning{color:#ffc107 !important}.text-danger{color:#dc3545 !important}.text-light{color:#f8f9fa !important}.text-dark{color:#212529 !important}.text-white{color:#fff !important}.text-body{color:#212529 !important}.text-muted,.change-form #content-main>form .form-row .selector-chooseall:not(.active),.passwordchange #content-main>form .form-row .selector-chooseall:not(.active),.change-form #content-main>form .form-row .selector-clearall:not(.active),.passwordchange #content-main>form .form-row .selector-clearall:not(.active),.change-form #content-main>form .help,.passwordchange #content-main>form .help{color:#6c757d !important}.text-black-50{color:rgba(0,0,0,0.5) !important}.text-white-50{color:rgba(255,255,255,0.5) !important}.text-reset{color:inherit !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.bg-primary{background-color:#7f1b27 !important}.bg-secondary{background-color:#b3c100 !important}.bg-success{background-color:#198754 !important}.bg-info{background-color:#0dcaf0 !important}.bg-warning{background-color:#ffc107 !important}.bg-danger{background-color:#dc3545 !important}.bg-light{background-color:#f8f9fa !important}.bg-dark,#header{background-color:#212529 !important}.bg-body{background-color:#fff !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:rgba(0,0,0,0) !important}.bg-gradient{background-image:var(--bs-gradient) !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.user-select-all{-webkit-user-select:all !important;-moz-user-select:all !important;-ms-user-select:all !important;user-select:all !important}.user-select-auto{-webkit-user-select:auto !important;-moz-user-select:auto !important;-ms-user-select:auto !important;user-select:auto !important}.user-select-none{-webkit-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:.25rem !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:.2rem !important}.rounded-2{border-radius:.25rem !important}.rounded-3{border-radius:.3rem !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.rounded-top{border-top-left-radius:.25rem !important;border-top-right-radius:.25rem !important}.rounded-end{border-top-right-radius:.25rem !important;border-bottom-right-radius:.25rem !important}.rounded-bottom{border-bottom-right-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-start{border-bottom-left-radius:.25rem !important;border-top-left-radius:.25rem !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media (min-width: 576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:.25rem !important}.gap-sm-2{gap:.5rem !important}.gap-sm-3{gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.gap-sm-5{gap:3rem !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width: 768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:.25rem !important}.gap-md-2{gap:.5rem !important}.gap-md-3{gap:1rem !important}.gap-md-4{gap:1.5rem !important}.gap-md-5{gap:3rem !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width: 992px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none,body:not(.login):not(.page-logout) #header.expand{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:.25rem !important}.gap-lg-2{gap:.5rem !important}.gap-lg-3{gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.gap-lg-5{gap:3rem !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width: 1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:.25rem !important}.gap-xl-2{gap:.5rem !important}.gap-xl-3{gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.gap-xl-5{gap:3rem !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}@media (min-width: 1400px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-xxl-0{gap:0 !important}.gap-xxl-1{gap:.25rem !important}.gap-xxl-2{gap:.5rem !important}.gap-xxl-3{gap:1rem !important}.gap-xxl-4{gap:1.5rem !important}.gap-xxl-5{gap:3rem !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.25rem !important}.m-xxl-2{margin:.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.25rem !important}.mt-xxl-2{margin-top:.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.25rem !important}.me-xxl-2{margin-right:.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.25rem !important}.ms-xxl-2{margin-left:.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.25rem !important}.pe-xxl-2{padding-right:.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.25rem !important}.ps-xxl-2{padding-left:.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}}@media (min-width: 1200px){.fs-1{font-size:2.5rem !important}.fs-2{font-size:2rem !important}.fs-3{font-size:1.75rem !important}.fs-4{font-size:1.5rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}/*!\n * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\n */.fa,.fas,.far,.fal,.fad,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid 0.08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\\f26e"}.fa-accessible-icon:before{content:"\\f368"}.fa-accusoft:before{content:"\\f369"}.fa-acquisitions-incorporated:before{content:"\\f6af"}.fa-ad:before{content:"\\f641"}.fa-address-book:before{content:"\\f2b9"}.fa-address-card:before{content:"\\f2bb"}.fa-adjust:before{content:"\\f042"}.fa-adn:before{content:"\\f170"}.fa-adobe:before{content:"\\f778"}.fa-adversal:before{content:"\\f36a"}.fa-affiliatetheme:before{content:"\\f36b"}.fa-air-freshener:before{content:"\\f5d0"}.fa-airbnb:before{content:"\\f834"}.fa-algolia:before{content:"\\f36c"}.fa-align-center:before{content:"\\f037"}.fa-align-justify:before{content:"\\f039"}.fa-align-left:before{content:"\\f036"}.fa-align-right:before{content:"\\f038"}.fa-alipay:before{content:"\\f642"}.fa-allergies:before{content:"\\f461"}.fa-amazon:before{content:"\\f270"}.fa-amazon-pay:before{content:"\\f42c"}.fa-ambulance:before{content:"\\f0f9"}.fa-american-sign-language-interpreting:before{content:"\\f2a3"}.fa-amilia:before{content:"\\f36d"}.fa-anchor:before{content:"\\f13d"}.fa-android:before{content:"\\f17b"}.fa-angellist:before{content:"\\f209"}.fa-angle-double-down:before{content:"\\f103"}.fa-angle-double-left:before{content:"\\f100"}.fa-angle-double-right:before{content:"\\f101"}.fa-angle-double-up:before{content:"\\f102"}.fa-angle-down:before{content:"\\f107"}.fa-angle-left:before{content:"\\f104"}.fa-angle-right:before{content:"\\f105"}.fa-angle-up:before{content:"\\f106"}.fa-angry:before{content:"\\f556"}.fa-angrycreative:before{content:"\\f36e"}.fa-angular:before{content:"\\f420"}.fa-ankh:before{content:"\\f644"}.fa-app-store:before{content:"\\f36f"}.fa-app-store-ios:before{content:"\\f370"}.fa-apper:before{content:"\\f371"}.fa-apple:before{content:"\\f179"}.fa-apple-alt:before{content:"\\f5d1"}.fa-apple-pay:before{content:"\\f415"}.fa-archive:before{content:"\\f187"}.fa-archway:before{content:"\\f557"}.fa-arrow-alt-circle-down:before{content:"\\f358"}.fa-arrow-alt-circle-left:before{content:"\\f359"}.fa-arrow-alt-circle-right:before{content:"\\f35a"}.fa-arrow-alt-circle-up:before{content:"\\f35b"}.fa-arrow-circle-down:before{content:"\\f0ab"}.fa-arrow-circle-left:before{content:"\\f0a8"}.fa-arrow-circle-right:before{content:"\\f0a9"}.fa-arrow-circle-up:before{content:"\\f0aa"}.fa-arrow-down:before{content:"\\f063"}.fa-arrow-left:before{content:"\\f060"}.fa-arrow-right:before{content:"\\f061"}.fa-arrow-up:before{content:"\\f062"}.fa-arrows-alt:before{content:"\\f0b2"}.fa-arrows-alt-h:before{content:"\\f337"}.fa-arrows-alt-v:before{content:"\\f338"}.fa-artstation:before{content:"\\f77a"}.fa-assistive-listening-systems:before{content:"\\f2a2"}.fa-asterisk:before{content:"\\f069"}.fa-asymmetrik:before{content:"\\f372"}.fa-at:before{content:"\\f1fa"}.fa-atlas:before{content:"\\f558"}.fa-atlassian:before{content:"\\f77b"}.fa-atom:before{content:"\\f5d2"}.fa-audible:before{content:"\\f373"}.fa-audio-description:before{content:"\\f29e"}.fa-autoprefixer:before{content:"\\f41c"}.fa-avianex:before{content:"\\f374"}.fa-aviato:before{content:"\\f421"}.fa-award:before{content:"\\f559"}.fa-aws:before{content:"\\f375"}.fa-baby:before{content:"\\f77c"}.fa-baby-carriage:before{content:"\\f77d"}.fa-backspace:before{content:"\\f55a"}.fa-backward:before{content:"\\f04a"}.fa-bacon:before{content:"\\f7e5"}.fa-bahai:before{content:"\\f666"}.fa-balance-scale:before{content:"\\f24e"}.fa-balance-scale-left:before{content:"\\f515"}.fa-balance-scale-right:before{content:"\\f516"}.fa-ban:before{content:"\\f05e"}.fa-band-aid:before{content:"\\f462"}.fa-bandcamp:before{content:"\\f2d5"}.fa-barcode:before{content:"\\f02a"}.fa-bars:before{content:"\\f0c9"}.fa-baseball-ball:before{content:"\\f433"}.fa-basketball-ball:before{content:"\\f434"}.fa-bath:before{content:"\\f2cd"}.fa-battery-empty:before{content:"\\f244"}.fa-battery-full:before{content:"\\f240"}.fa-battery-half:before{content:"\\f242"}.fa-battery-quarter:before{content:"\\f243"}.fa-battery-three-quarters:before{content:"\\f241"}.fa-battle-net:before{content:"\\f835"}.fa-bed:before{content:"\\f236"}.fa-beer:before{content:"\\f0fc"}.fa-behance:before{content:"\\f1b4"}.fa-behance-square:before{content:"\\f1b5"}.fa-bell:before{content:"\\f0f3"}.fa-bell-slash:before{content:"\\f1f6"}.fa-bezier-curve:before{content:"\\f55b"}.fa-bible:before{content:"\\f647"}.fa-bicycle:before{content:"\\f206"}.fa-biking:before{content:"\\f84a"}.fa-bimobject:before{content:"\\f378"}.fa-binoculars:before{content:"\\f1e5"}.fa-biohazard:before{content:"\\f780"}.fa-birthday-cake:before{content:"\\f1fd"}.fa-bitbucket:before{content:"\\f171"}.fa-bitcoin:before{content:"\\f379"}.fa-bity:before{content:"\\f37a"}.fa-black-tie:before{content:"\\f27e"}.fa-blackberry:before{content:"\\f37b"}.fa-blender:before{content:"\\f517"}.fa-blender-phone:before{content:"\\f6b6"}.fa-blind:before{content:"\\f29d"}.fa-blog:before{content:"\\f781"}.fa-blogger:before{content:"\\f37c"}.fa-blogger-b:before{content:"\\f37d"}.fa-bluetooth:before{content:"\\f293"}.fa-bluetooth-b:before{content:"\\f294"}.fa-bold:before{content:"\\f032"}.fa-bolt:before{content:"\\f0e7"}.fa-bomb:before{content:"\\f1e2"}.fa-bone:before{content:"\\f5d7"}.fa-bong:before{content:"\\f55c"}.fa-book:before{content:"\\f02d"}.fa-book-dead:before{content:"\\f6b7"}.fa-book-medical:before{content:"\\f7e6"}.fa-book-open:before{content:"\\f518"}.fa-book-reader:before{content:"\\f5da"}.fa-bookmark:before{content:"\\f02e"}.fa-bootstrap:before{content:"\\f836"}.fa-border-all:before{content:"\\f84c"}.fa-border-none:before{content:"\\f850"}.fa-border-style:before{content:"\\f853"}.fa-bowling-ball:before{content:"\\f436"}.fa-box:before{content:"\\f466"}.fa-box-open:before{content:"\\f49e"}.fa-box-tissue:before{content:"\\f95b"}.fa-boxes:before{content:"\\f468"}.fa-braille:before{content:"\\f2a1"}.fa-brain:before{content:"\\f5dc"}.fa-bread-slice:before{content:"\\f7ec"}.fa-briefcase:before{content:"\\f0b1"}.fa-briefcase-medical:before{content:"\\f469"}.fa-broadcast-tower:before{content:"\\f519"}.fa-broom:before{content:"\\f51a"}.fa-brush:before{content:"\\f55d"}.fa-btc:before{content:"\\f15a"}.fa-buffer:before{content:"\\f837"}.fa-bug:before{content:"\\f188"}.fa-building:before{content:"\\f1ad"}.fa-bullhorn:before{content:"\\f0a1"}.fa-bullseye:before{content:"\\f140"}.fa-burn:before{content:"\\f46a"}.fa-buromobelexperte:before{content:"\\f37f"}.fa-bus:before{content:"\\f207"}.fa-bus-alt:before{content:"\\f55e"}.fa-business-time:before{content:"\\f64a"}.fa-buy-n-large:before{content:"\\f8a6"}.fa-buysellads:before{content:"\\f20d"}.fa-calculator:before{content:"\\f1ec"}.fa-calendar:before{content:"\\f133"}.fa-calendar-alt:before{content:"\\f073"}.fa-calendar-check:before{content:"\\f274"}.fa-calendar-day:before{content:"\\f783"}.fa-calendar-minus:before{content:"\\f272"}.fa-calendar-plus:before{content:"\\f271"}.fa-calendar-times:before{content:"\\f273"}.fa-calendar-week:before{content:"\\f784"}.fa-camera:before{content:"\\f030"}.fa-camera-retro:before{content:"\\f083"}.fa-campground:before{content:"\\f6bb"}.fa-canadian-maple-leaf:before{content:"\\f785"}.fa-candy-cane:before{content:"\\f786"}.fa-cannabis:before{content:"\\f55f"}.fa-capsules:before{content:"\\f46b"}.fa-car:before{content:"\\f1b9"}.fa-car-alt:before{content:"\\f5de"}.fa-car-battery:before{content:"\\f5df"}.fa-car-crash:before{content:"\\f5e1"}.fa-car-side:before{content:"\\f5e4"}.fa-caravan:before{content:"\\f8ff"}.fa-caret-down:before{content:"\\f0d7"}.fa-caret-left:before{content:"\\f0d9"}.fa-caret-right:before{content:"\\f0da"}.fa-caret-square-down:before{content:"\\f150"}.fa-caret-square-left:before{content:"\\f191"}.fa-caret-square-right:before{content:"\\f152"}.fa-caret-square-up:before{content:"\\f151"}.fa-caret-up:before{content:"\\f0d8"}.fa-carrot:before{content:"\\f787"}.fa-cart-arrow-down:before{content:"\\f218"}.fa-cart-plus:before{content:"\\f217"}.fa-cash-register:before{content:"\\f788"}.fa-cat:before{content:"\\f6be"}.fa-cc-amazon-pay:before{content:"\\f42d"}.fa-cc-amex:before{content:"\\f1f3"}.fa-cc-apple-pay:before{content:"\\f416"}.fa-cc-diners-club:before{content:"\\f24c"}.fa-cc-discover:before{content:"\\f1f2"}.fa-cc-jcb:before{content:"\\f24b"}.fa-cc-mastercard:before{content:"\\f1f1"}.fa-cc-paypal:before{content:"\\f1f4"}.fa-cc-stripe:before{content:"\\f1f5"}.fa-cc-visa:before{content:"\\f1f0"}.fa-centercode:before{content:"\\f380"}.fa-centos:before{content:"\\f789"}.fa-certificate:before{content:"\\f0a3"}.fa-chair:before{content:"\\f6c0"}.fa-chalkboard:before{content:"\\f51b"}.fa-chalkboard-teacher:before{content:"\\f51c"}.fa-charging-station:before{content:"\\f5e7"}.fa-chart-area:before{content:"\\f1fe"}.fa-chart-bar:before{content:"\\f080"}.fa-chart-line:before{content:"\\f201"}.fa-chart-pie:before{content:"\\f200"}.fa-check:before{content:"\\f00c"}.fa-check-circle:before{content:"\\f058"}.fa-check-double:before{content:"\\f560"}.fa-check-square:before{content:"\\f14a"}.fa-cheese:before{content:"\\f7ef"}.fa-chess:before{content:"\\f439"}.fa-chess-bishop:before{content:"\\f43a"}.fa-chess-board:before{content:"\\f43c"}.fa-chess-king:before{content:"\\f43f"}.fa-chess-knight:before{content:"\\f441"}.fa-chess-pawn:before{content:"\\f443"}.fa-chess-queen:before{content:"\\f445"}.fa-chess-rook:before{content:"\\f447"}.fa-chevron-circle-down:before{content:"\\f13a"}.fa-chevron-circle-left:before{content:"\\f137"}.fa-chevron-circle-right:before{content:"\\f138"}.fa-chevron-circle-up:before{content:"\\f139"}.fa-chevron-down:before{content:"\\f078"}.fa-chevron-left:before{content:"\\f053"}.fa-chevron-right:before{content:"\\f054"}.fa-chevron-up:before{content:"\\f077"}.fa-child:before{content:"\\f1ae"}.fa-chrome:before{content:"\\f268"}.fa-chromecast:before{content:"\\f838"}.fa-church:before{content:"\\f51d"}.fa-circle:before{content:"\\f111"}.fa-circle-notch:before{content:"\\f1ce"}.fa-city:before{content:"\\f64f"}.fa-clinic-medical:before{content:"\\f7f2"}.fa-clipboard:before{content:"\\f328"}.fa-clipboard-check:before{content:"\\f46c"}.fa-clipboard-list:before{content:"\\f46d"}.fa-clock:before{content:"\\f017"}.fa-clone:before{content:"\\f24d"}.fa-closed-captioning:before{content:"\\f20a"}.fa-cloud:before{content:"\\f0c2"}.fa-cloud-download-alt:before{content:"\\f381"}.fa-cloud-meatball:before{content:"\\f73b"}.fa-cloud-moon:before{content:"\\f6c3"}.fa-cloud-moon-rain:before{content:"\\f73c"}.fa-cloud-rain:before{content:"\\f73d"}.fa-cloud-showers-heavy:before{content:"\\f740"}.fa-cloud-sun:before{content:"\\f6c4"}.fa-cloud-sun-rain:before{content:"\\f743"}.fa-cloud-upload-alt:before{content:"\\f382"}.fa-cloudscale:before{content:"\\f383"}.fa-cloudsmith:before{content:"\\f384"}.fa-cloudversify:before{content:"\\f385"}.fa-cocktail:before{content:"\\f561"}.fa-code:before{content:"\\f121"}.fa-code-branch:before{content:"\\f126"}.fa-codepen:before{content:"\\f1cb"}.fa-codiepie:before{content:"\\f284"}.fa-coffee:before{content:"\\f0f4"}.fa-cog:before{content:"\\f013"}.fa-cogs:before{content:"\\f085"}.fa-coins:before{content:"\\f51e"}.fa-columns:before{content:"\\f0db"}.fa-comment:before{content:"\\f075"}.fa-comment-alt:before{content:"\\f27a"}.fa-comment-dollar:before{content:"\\f651"}.fa-comment-dots:before{content:"\\f4ad"}.fa-comment-medical:before{content:"\\f7f5"}.fa-comment-slash:before{content:"\\f4b3"}.fa-comments:before{content:"\\f086"}.fa-comments-dollar:before{content:"\\f653"}.fa-compact-disc:before{content:"\\f51f"}.fa-compass:before{content:"\\f14e"}.fa-compress:before{content:"\\f066"}.fa-compress-alt:before{content:"\\f422"}.fa-compress-arrows-alt:before{content:"\\f78c"}.fa-concierge-bell:before{content:"\\f562"}.fa-confluence:before{content:"\\f78d"}.fa-connectdevelop:before{content:"\\f20e"}.fa-contao:before{content:"\\f26d"}.fa-cookie:before{content:"\\f563"}.fa-cookie-bite:before{content:"\\f564"}.fa-copy:before{content:"\\f0c5"}.fa-copyright:before{content:"\\f1f9"}.fa-cotton-bureau:before{content:"\\f89e"}.fa-couch:before{content:"\\f4b8"}.fa-cpanel:before{content:"\\f388"}.fa-creative-commons:before{content:"\\f25e"}.fa-creative-commons-by:before{content:"\\f4e7"}.fa-creative-commons-nc:before{content:"\\f4e8"}.fa-creative-commons-nc-eu:before{content:"\\f4e9"}.fa-creative-commons-nc-jp:before{content:"\\f4ea"}.fa-creative-commons-nd:before{content:"\\f4eb"}.fa-creative-commons-pd:before{content:"\\f4ec"}.fa-creative-commons-pd-alt:before{content:"\\f4ed"}.fa-creative-commons-remix:before{content:"\\f4ee"}.fa-creative-commons-sa:before{content:"\\f4ef"}.fa-creative-commons-sampling:before{content:"\\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\\f4f1"}.fa-creative-commons-share:before{content:"\\f4f2"}.fa-creative-commons-zero:before{content:"\\f4f3"}.fa-credit-card:before{content:"\\f09d"}.fa-critical-role:before{content:"\\f6c9"}.fa-crop:before{content:"\\f125"}.fa-crop-alt:before{content:"\\f565"}.fa-cross:before{content:"\\f654"}.fa-crosshairs:before{content:"\\f05b"}.fa-crow:before{content:"\\f520"}.fa-crown:before{content:"\\f521"}.fa-crutch:before{content:"\\f7f7"}.fa-css3:before{content:"\\f13c"}.fa-css3-alt:before{content:"\\f38b"}.fa-cube:before{content:"\\f1b2"}.fa-cubes:before{content:"\\f1b3"}.fa-cut:before{content:"\\f0c4"}.fa-cuttlefish:before{content:"\\f38c"}.fa-d-and-d:before{content:"\\f38d"}.fa-d-and-d-beyond:before{content:"\\f6ca"}.fa-dailymotion:before{content:"\\f952"}.fa-dashcube:before{content:"\\f210"}.fa-database:before{content:"\\f1c0"}.fa-deaf:before{content:"\\f2a4"}.fa-delicious:before{content:"\\f1a5"}.fa-democrat:before{content:"\\f747"}.fa-deploydog:before{content:"\\f38e"}.fa-deskpro:before{content:"\\f38f"}.fa-desktop:before{content:"\\f108"}.fa-dev:before{content:"\\f6cc"}.fa-deviantart:before{content:"\\f1bd"}.fa-dharmachakra:before{content:"\\f655"}.fa-dhl:before{content:"\\f790"}.fa-diagnoses:before{content:"\\f470"}.fa-diaspora:before{content:"\\f791"}.fa-dice:before{content:"\\f522"}.fa-dice-d20:before{content:"\\f6cf"}.fa-dice-d6:before{content:"\\f6d1"}.fa-dice-five:before{content:"\\f523"}.fa-dice-four:before{content:"\\f524"}.fa-dice-one:before{content:"\\f525"}.fa-dice-six:before{content:"\\f526"}.fa-dice-three:before{content:"\\f527"}.fa-dice-two:before{content:"\\f528"}.fa-digg:before{content:"\\f1a6"}.fa-digital-ocean:before{content:"\\f391"}.fa-digital-tachograph:before{content:"\\f566"}.fa-directions:before{content:"\\f5eb"}.fa-discord:before{content:"\\f392"}.fa-discourse:before{content:"\\f393"}.fa-disease:before{content:"\\f7fa"}.fa-divide:before{content:"\\f529"}.fa-dizzy:before{content:"\\f567"}.fa-dna:before{content:"\\f471"}.fa-dochub:before{content:"\\f394"}.fa-docker:before{content:"\\f395"}.fa-dog:before{content:"\\f6d3"}.fa-dollar-sign:before{content:"\\f155"}.fa-dolly:before{content:"\\f472"}.fa-dolly-flatbed:before{content:"\\f474"}.fa-donate:before{content:"\\f4b9"}.fa-door-closed:before{content:"\\f52a"}.fa-door-open:before{content:"\\f52b"}.fa-dot-circle:before{content:"\\f192"}.fa-dove:before{content:"\\f4ba"}.fa-download:before{content:"\\f019"}.fa-draft2digital:before{content:"\\f396"}.fa-drafting-compass:before{content:"\\f568"}.fa-dragon:before{content:"\\f6d5"}.fa-draw-polygon:before{content:"\\f5ee"}.fa-dribbble:before{content:"\\f17d"}.fa-dribbble-square:before{content:"\\f397"}.fa-dropbox:before{content:"\\f16b"}.fa-drum:before{content:"\\f569"}.fa-drum-steelpan:before{content:"\\f56a"}.fa-drumstick-bite:before{content:"\\f6d7"}.fa-drupal:before{content:"\\f1a9"}.fa-dumbbell:before{content:"\\f44b"}.fa-dumpster:before{content:"\\f793"}.fa-dumpster-fire:before{content:"\\f794"}.fa-dungeon:before{content:"\\f6d9"}.fa-dyalog:before{content:"\\f399"}.fa-earlybirds:before{content:"\\f39a"}.fa-ebay:before{content:"\\f4f4"}.fa-edge:before{content:"\\f282"}.fa-edit:before{content:"\\f044"}.fa-egg:before{content:"\\f7fb"}.fa-eject:before{content:"\\f052"}.fa-elementor:before{content:"\\f430"}.fa-ellipsis-h:before{content:"\\f141"}.fa-ellipsis-v:before{content:"\\f142"}.fa-ello:before{content:"\\f5f1"}.fa-ember:before{content:"\\f423"}.fa-empire:before{content:"\\f1d1"}.fa-envelope:before{content:"\\f0e0"}.fa-envelope-open:before{content:"\\f2b6"}.fa-envelope-open-text:before{content:"\\f658"}.fa-envelope-square:before{content:"\\f199"}.fa-envira:before{content:"\\f299"}.fa-equals:before{content:"\\f52c"}.fa-eraser:before{content:"\\f12d"}.fa-erlang:before{content:"\\f39d"}.fa-ethereum:before{content:"\\f42e"}.fa-ethernet:before{content:"\\f796"}.fa-etsy:before{content:"\\f2d7"}.fa-euro-sign:before{content:"\\f153"}.fa-evernote:before{content:"\\f839"}.fa-exchange-alt:before{content:"\\f362"}.fa-exclamation:before{content:"\\f12a"}.fa-exclamation-circle:before{content:"\\f06a"}.fa-exclamation-triangle:before{content:"\\f071"}.fa-expand:before{content:"\\f065"}.fa-expand-alt:before{content:"\\f424"}.fa-expand-arrows-alt:before{content:"\\f31e"}.fa-expeditedssl:before{content:"\\f23e"}.fa-external-link-alt:before{content:"\\f35d"}.fa-external-link-square-alt:before{content:"\\f360"}.fa-eye:before{content:"\\f06e"}.fa-eye-dropper:before{content:"\\f1fb"}.fa-eye-slash:before{content:"\\f070"}.fa-facebook:before{content:"\\f09a"}.fa-facebook-f:before{content:"\\f39e"}.fa-facebook-messenger:before{content:"\\f39f"}.fa-facebook-square:before{content:"\\f082"}.fa-fan:before{content:"\\f863"}.fa-fantasy-flight-games:before{content:"\\f6dc"}.fa-fast-backward:before{content:"\\f049"}.fa-fast-forward:before{content:"\\f050"}.fa-faucet:before{content:"\\f905"}.fa-fax:before{content:"\\f1ac"}.fa-feather:before{content:"\\f52d"}.fa-feather-alt:before{content:"\\f56b"}.fa-fedex:before{content:"\\f797"}.fa-fedora:before{content:"\\f798"}.fa-female:before{content:"\\f182"}.fa-fighter-jet:before{content:"\\f0fb"}.fa-figma:before{content:"\\f799"}.fa-file:before{content:"\\f15b"}.fa-file-alt:before{content:"\\f15c"}.fa-file-archive:before{content:"\\f1c6"}.fa-file-audio:before{content:"\\f1c7"}.fa-file-code:before{content:"\\f1c9"}.fa-file-contract:before{content:"\\f56c"}.fa-file-csv:before{content:"\\f6dd"}.fa-file-download:before{content:"\\f56d"}.fa-file-excel:before{content:"\\f1c3"}.fa-file-export:before{content:"\\f56e"}.fa-file-image:before{content:"\\f1c5"}.fa-file-import:before{content:"\\f56f"}.fa-file-invoice:before{content:"\\f570"}.fa-file-invoice-dollar:before{content:"\\f571"}.fa-file-medical:before{content:"\\f477"}.fa-file-medical-alt:before{content:"\\f478"}.fa-file-pdf:before{content:"\\f1c1"}.fa-file-powerpoint:before{content:"\\f1c4"}.fa-file-prescription:before{content:"\\f572"}.fa-file-signature:before{content:"\\f573"}.fa-file-upload:before{content:"\\f574"}.fa-file-video:before{content:"\\f1c8"}.fa-file-word:before{content:"\\f1c2"}.fa-fill:before{content:"\\f575"}.fa-fill-drip:before{content:"\\f576"}.fa-film:before{content:"\\f008"}.fa-filter:before{content:"\\f0b0"}.fa-fingerprint:before{content:"\\f577"}.fa-fire:before{content:"\\f06d"}.fa-fire-alt:before{content:"\\f7e4"}.fa-fire-extinguisher:before{content:"\\f134"}.fa-firefox:before{content:"\\f269"}.fa-firefox-browser:before{content:"\\f907"}.fa-first-aid:before{content:"\\f479"}.fa-first-order:before{content:"\\f2b0"}.fa-first-order-alt:before{content:"\\f50a"}.fa-firstdraft:before{content:"\\f3a1"}.fa-fish:before{content:"\\f578"}.fa-fist-raised:before{content:"\\f6de"}.fa-flag:before{content:"\\f024"}.fa-flag-checkered:before{content:"\\f11e"}.fa-flag-usa:before{content:"\\f74d"}.fa-flask:before{content:"\\f0c3"}.fa-flickr:before{content:"\\f16e"}.fa-flipboard:before{content:"\\f44d"}.fa-flushed:before{content:"\\f579"}.fa-fly:before{content:"\\f417"}.fa-folder:before{content:"\\f07b"}.fa-folder-minus:before{content:"\\f65d"}.fa-folder-open:before{content:"\\f07c"}.fa-folder-plus:before{content:"\\f65e"}.fa-font:before{content:"\\f031"}.fa-font-awesome:before{content:"\\f2b4"}.fa-font-awesome-alt:before{content:"\\f35c"}.fa-font-awesome-flag:before{content:"\\f425"}.fa-font-awesome-logo-full:before{content:"\\f4e6"}.fa-fonticons:before{content:"\\f280"}.fa-fonticons-fi:before{content:"\\f3a2"}.fa-football-ball:before{content:"\\f44e"}.fa-fort-awesome:before{content:"\\f286"}.fa-fort-awesome-alt:before{content:"\\f3a3"}.fa-forumbee:before{content:"\\f211"}.fa-forward:before{content:"\\f04e"}.fa-foursquare:before{content:"\\f180"}.fa-free-code-camp:before{content:"\\f2c5"}.fa-freebsd:before{content:"\\f3a4"}.fa-frog:before{content:"\\f52e"}.fa-frown:before{content:"\\f119"}.fa-frown-open:before{content:"\\f57a"}.fa-fulcrum:before{content:"\\f50b"}.fa-funnel-dollar:before{content:"\\f662"}.fa-futbol:before{content:"\\f1e3"}.fa-galactic-republic:before{content:"\\f50c"}.fa-galactic-senate:before{content:"\\f50d"}.fa-gamepad:before{content:"\\f11b"}.fa-gas-pump:before{content:"\\f52f"}.fa-gavel:before{content:"\\f0e3"}.fa-gem:before{content:"\\f3a5"}.fa-genderless:before{content:"\\f22d"}.fa-get-pocket:before{content:"\\f265"}.fa-gg:before{content:"\\f260"}.fa-gg-circle:before{content:"\\f261"}.fa-ghost:before{content:"\\f6e2"}.fa-gift:before{content:"\\f06b"}.fa-gifts:before{content:"\\f79c"}.fa-git:before{content:"\\f1d3"}.fa-git-alt:before{content:"\\f841"}.fa-git-square:before{content:"\\f1d2"}.fa-github:before{content:"\\f09b"}.fa-github-alt:before{content:"\\f113"}.fa-github-square:before{content:"\\f092"}.fa-gitkraken:before{content:"\\f3a6"}.fa-gitlab:before{content:"\\f296"}.fa-gitter:before{content:"\\f426"}.fa-glass-cheers:before{content:"\\f79f"}.fa-glass-martini:before{content:"\\f000"}.fa-glass-martini-alt:before{content:"\\f57b"}.fa-glass-whiskey:before{content:"\\f7a0"}.fa-glasses:before{content:"\\f530"}.fa-glide:before{content:"\\f2a5"}.fa-glide-g:before{content:"\\f2a6"}.fa-globe:before{content:"\\f0ac"}.fa-globe-africa:before{content:"\\f57c"}.fa-globe-americas:before{content:"\\f57d"}.fa-globe-asia:before{content:"\\f57e"}.fa-globe-europe:before{content:"\\f7a2"}.fa-gofore:before{content:"\\f3a7"}.fa-golf-ball:before{content:"\\f450"}.fa-goodreads:before{content:"\\f3a8"}.fa-goodreads-g:before{content:"\\f3a9"}.fa-google:before{content:"\\f1a0"}.fa-google-drive:before{content:"\\f3aa"}.fa-google-play:before{content:"\\f3ab"}.fa-google-plus:before{content:"\\f2b3"}.fa-google-plus-g:before{content:"\\f0d5"}.fa-google-plus-square:before{content:"\\f0d4"}.fa-google-wallet:before{content:"\\f1ee"}.fa-gopuram:before{content:"\\f664"}.fa-graduation-cap:before{content:"\\f19d"}.fa-gratipay:before{content:"\\f184"}.fa-grav:before{content:"\\f2d6"}.fa-greater-than:before{content:"\\f531"}.fa-greater-than-equal:before{content:"\\f532"}.fa-grimace:before{content:"\\f57f"}.fa-grin:before{content:"\\f580"}.fa-grin-alt:before{content:"\\f581"}.fa-grin-beam:before{content:"\\f582"}.fa-grin-beam-sweat:before{content:"\\f583"}.fa-grin-hearts:before{content:"\\f584"}.fa-grin-squint:before{content:"\\f585"}.fa-grin-squint-tears:before{content:"\\f586"}.fa-grin-stars:before{content:"\\f587"}.fa-grin-tears:before{content:"\\f588"}.fa-grin-tongue:before{content:"\\f589"}.fa-grin-tongue-squint:before{content:"\\f58a"}.fa-grin-tongue-wink:before{content:"\\f58b"}.fa-grin-wink:before{content:"\\f58c"}.fa-grip-horizontal:before{content:"\\f58d"}.fa-grip-lines:before{content:"\\f7a4"}.fa-grip-lines-vertical:before{content:"\\f7a5"}.fa-grip-vertical:before{content:"\\f58e"}.fa-gripfire:before{content:"\\f3ac"}.fa-grunt:before{content:"\\f3ad"}.fa-guitar:before{content:"\\f7a6"}.fa-gulp:before{content:"\\f3ae"}.fa-h-square:before{content:"\\f0fd"}.fa-hacker-news:before{content:"\\f1d4"}.fa-hacker-news-square:before{content:"\\f3af"}.fa-hackerrank:before{content:"\\f5f7"}.fa-hamburger:before{content:"\\f805"}.fa-hammer:before{content:"\\f6e3"}.fa-hamsa:before{content:"\\f665"}.fa-hand-holding:before{content:"\\f4bd"}.fa-hand-holding-heart:before{content:"\\f4be"}.fa-hand-holding-medical:before{content:"\\f95c"}.fa-hand-holding-usd:before{content:"\\f4c0"}.fa-hand-holding-water:before{content:"\\f4c1"}.fa-hand-lizard:before{content:"\\f258"}.fa-hand-middle-finger:before{content:"\\f806"}.fa-hand-paper:before{content:"\\f256"}.fa-hand-peace:before{content:"\\f25b"}.fa-hand-point-down:before{content:"\\f0a7"}.fa-hand-point-left:before{content:"\\f0a5"}.fa-hand-point-right:before{content:"\\f0a4"}.fa-hand-point-up:before{content:"\\f0a6"}.fa-hand-pointer:before{content:"\\f25a"}.fa-hand-rock:before{content:"\\f255"}.fa-hand-scissors:before{content:"\\f257"}.fa-hand-sparkles:before{content:"\\f95d"}.fa-hand-spock:before{content:"\\f259"}.fa-hands:before{content:"\\f4c2"}.fa-hands-helping:before{content:"\\f4c4"}.fa-hands-wash:before{content:"\\f95e"}.fa-handshake:before{content:"\\f2b5"}.fa-handshake-alt-slash:before{content:"\\f95f"}.fa-handshake-slash:before{content:"\\f960"}.fa-hanukiah:before{content:"\\f6e6"}.fa-hard-hat:before{content:"\\f807"}.fa-hashtag:before{content:"\\f292"}.fa-hat-cowboy:before{content:"\\f8c0"}.fa-hat-cowboy-side:before{content:"\\f8c1"}.fa-hat-wizard:before{content:"\\f6e8"}.fa-hdd:before{content:"\\f0a0"}.fa-head-side-cough:before{content:"\\f961"}.fa-head-side-cough-slash:before{content:"\\f962"}.fa-head-side-mask:before{content:"\\f963"}.fa-head-side-virus:before{content:"\\f964"}.fa-heading:before{content:"\\f1dc"}.fa-headphones:before{content:"\\f025"}.fa-headphones-alt:before{content:"\\f58f"}.fa-headset:before{content:"\\f590"}.fa-heart:before{content:"\\f004"}.fa-heart-broken:before{content:"\\f7a9"}.fa-heartbeat:before{content:"\\f21e"}.fa-helicopter:before{content:"\\f533"}.fa-highlighter:before{content:"\\f591"}.fa-hiking:before{content:"\\f6ec"}.fa-hippo:before{content:"\\f6ed"}.fa-hips:before{content:"\\f452"}.fa-hire-a-helper:before{content:"\\f3b0"}.fa-history:before{content:"\\f1da"}.fa-hockey-puck:before{content:"\\f453"}.fa-holly-berry:before{content:"\\f7aa"}.fa-home:before{content:"\\f015"}.fa-hooli:before{content:"\\f427"}.fa-hornbill:before{content:"\\f592"}.fa-horse:before{content:"\\f6f0"}.fa-horse-head:before{content:"\\f7ab"}.fa-hospital:before{content:"\\f0f8"}.fa-hospital-alt:before{content:"\\f47d"}.fa-hospital-symbol:before{content:"\\f47e"}.fa-hospital-user:before{content:"\\f80d"}.fa-hot-tub:before{content:"\\f593"}.fa-hotdog:before{content:"\\f80f"}.fa-hotel:before{content:"\\f594"}.fa-hotjar:before{content:"\\f3b1"}.fa-hourglass:before{content:"\\f254"}.fa-hourglass-end:before{content:"\\f253"}.fa-hourglass-half:before{content:"\\f252"}.fa-hourglass-start:before{content:"\\f251"}.fa-house-damage:before{content:"\\f6f1"}.fa-house-user:before{content:"\\f965"}.fa-houzz:before{content:"\\f27c"}.fa-hryvnia:before{content:"\\f6f2"}.fa-html5:before{content:"\\f13b"}.fa-hubspot:before{content:"\\f3b2"}.fa-i-cursor:before{content:"\\f246"}.fa-ice-cream:before{content:"\\f810"}.fa-icicles:before{content:"\\f7ad"}.fa-icons:before{content:"\\f86d"}.fa-id-badge:before{content:"\\f2c1"}.fa-id-card:before{content:"\\f2c2"}.fa-id-card-alt:before{content:"\\f47f"}.fa-ideal:before{content:"\\f913"}.fa-igloo:before{content:"\\f7ae"}.fa-image:before{content:"\\f03e"}.fa-images:before{content:"\\f302"}.fa-imdb:before{content:"\\f2d8"}.fa-inbox:before{content:"\\f01c"}.fa-indent:before{content:"\\f03c"}.fa-industry:before{content:"\\f275"}.fa-infinity:before{content:"\\f534"}.fa-info:before{content:"\\f129"}.fa-info-circle:before{content:"\\f05a"}.fa-instagram:before{content:"\\f16d"}.fa-instagram-square:before{content:"\\f955"}.fa-intercom:before{content:"\\f7af"}.fa-internet-explorer:before{content:"\\f26b"}.fa-invision:before{content:"\\f7b0"}.fa-ioxhost:before{content:"\\f208"}.fa-italic:before{content:"\\f033"}.fa-itch-io:before{content:"\\f83a"}.fa-itunes:before{content:"\\f3b4"}.fa-itunes-note:before{content:"\\f3b5"}.fa-java:before{content:"\\f4e4"}.fa-jedi:before{content:"\\f669"}.fa-jedi-order:before{content:"\\f50e"}.fa-jenkins:before{content:"\\f3b6"}.fa-jira:before{content:"\\f7b1"}.fa-joget:before{content:"\\f3b7"}.fa-joint:before{content:"\\f595"}.fa-joomla:before{content:"\\f1aa"}.fa-journal-whills:before{content:"\\f66a"}.fa-js:before{content:"\\f3b8"}.fa-js-square:before{content:"\\f3b9"}.fa-jsfiddle:before{content:"\\f1cc"}.fa-kaaba:before{content:"\\f66b"}.fa-kaggle:before{content:"\\f5fa"}.fa-key:before{content:"\\f084"}.fa-keybase:before{content:"\\f4f5"}.fa-keyboard:before{content:"\\f11c"}.fa-keycdn:before{content:"\\f3ba"}.fa-khanda:before{content:"\\f66d"}.fa-kickstarter:before{content:"\\f3bb"}.fa-kickstarter-k:before{content:"\\f3bc"}.fa-kiss:before{content:"\\f596"}.fa-kiss-beam:before{content:"\\f597"}.fa-kiss-wink-heart:before{content:"\\f598"}.fa-kiwi-bird:before{content:"\\f535"}.fa-korvue:before{content:"\\f42f"}.fa-landmark:before{content:"\\f66f"}.fa-language:before{content:"\\f1ab"}.fa-laptop:before{content:"\\f109"}.fa-laptop-code:before{content:"\\f5fc"}.fa-laptop-house:before{content:"\\f966"}.fa-laptop-medical:before{content:"\\f812"}.fa-laravel:before{content:"\\f3bd"}.fa-lastfm:before{content:"\\f202"}.fa-lastfm-square:before{content:"\\f203"}.fa-laugh:before{content:"\\f599"}.fa-laugh-beam:before{content:"\\f59a"}.fa-laugh-squint:before{content:"\\f59b"}.fa-laugh-wink:before{content:"\\f59c"}.fa-layer-group:before{content:"\\f5fd"}.fa-leaf:before{content:"\\f06c"}.fa-leanpub:before{content:"\\f212"}.fa-lemon:before{content:"\\f094"}.fa-less:before{content:"\\f41d"}.fa-less-than:before{content:"\\f536"}.fa-less-than-equal:before{content:"\\f537"}.fa-level-down-alt:before{content:"\\f3be"}.fa-level-up-alt:before{content:"\\f3bf"}.fa-life-ring:before{content:"\\f1cd"}.fa-lightbulb:before{content:"\\f0eb"}.fa-line:before{content:"\\f3c0"}.fa-link:before{content:"\\f0c1"}.fa-linkedin:before{content:"\\f08c"}.fa-linkedin-in:before{content:"\\f0e1"}.fa-linode:before{content:"\\f2b8"}.fa-linux:before{content:"\\f17c"}.fa-lira-sign:before{content:"\\f195"}.fa-list:before{content:"\\f03a"}.fa-list-alt:before{content:"\\f022"}.fa-list-ol:before{content:"\\f0cb"}.fa-list-ul:before{content:"\\f0ca"}.fa-location-arrow:before{content:"\\f124"}.fa-lock:before{content:"\\f023"}.fa-lock-open:before{content:"\\f3c1"}.fa-long-arrow-alt-down:before{content:"\\f309"}.fa-long-arrow-alt-left:before{content:"\\f30a"}.fa-long-arrow-alt-right:before{content:"\\f30b"}.fa-long-arrow-alt-up:before{content:"\\f30c"}.fa-low-vision:before{content:"\\f2a8"}.fa-luggage-cart:before{content:"\\f59d"}.fa-lungs:before{content:"\\f604"}.fa-lungs-virus:before{content:"\\f967"}.fa-lyft:before{content:"\\f3c3"}.fa-magento:before{content:"\\f3c4"}.fa-magic:before{content:"\\f0d0"}.fa-magnet:before{content:"\\f076"}.fa-mail-bulk:before{content:"\\f674"}.fa-mailchimp:before{content:"\\f59e"}.fa-male:before{content:"\\f183"}.fa-mandalorian:before{content:"\\f50f"}.fa-map:before{content:"\\f279"}.fa-map-marked:before{content:"\\f59f"}.fa-map-marked-alt:before{content:"\\f5a0"}.fa-map-marker:before{content:"\\f041"}.fa-map-marker-alt:before{content:"\\f3c5"}.fa-map-pin:before{content:"\\f276"}.fa-map-signs:before{content:"\\f277"}.fa-markdown:before{content:"\\f60f"}.fa-marker:before{content:"\\f5a1"}.fa-mars:before{content:"\\f222"}.fa-mars-double:before{content:"\\f227"}.fa-mars-stroke:before{content:"\\f229"}.fa-mars-stroke-h:before{content:"\\f22b"}.fa-mars-stroke-v:before{content:"\\f22a"}.fa-mask:before{content:"\\f6fa"}.fa-mastodon:before{content:"\\f4f6"}.fa-maxcdn:before{content:"\\f136"}.fa-mdb:before{content:"\\f8ca"}.fa-medal:before{content:"\\f5a2"}.fa-medapps:before{content:"\\f3c6"}.fa-medium:before{content:"\\f23a"}.fa-medium-m:before{content:"\\f3c7"}.fa-medkit:before{content:"\\f0fa"}.fa-medrt:before{content:"\\f3c8"}.fa-meetup:before{content:"\\f2e0"}.fa-megaport:before{content:"\\f5a3"}.fa-meh:before{content:"\\f11a"}.fa-meh-blank:before{content:"\\f5a4"}.fa-meh-rolling-eyes:before{content:"\\f5a5"}.fa-memory:before{content:"\\f538"}.fa-mendeley:before{content:"\\f7b3"}.fa-menorah:before{content:"\\f676"}.fa-mercury:before{content:"\\f223"}.fa-meteor:before{content:"\\f753"}.fa-microblog:before{content:"\\f91a"}.fa-microchip:before{content:"\\f2db"}.fa-microphone:before{content:"\\f130"}.fa-microphone-alt:before{content:"\\f3c9"}.fa-microphone-alt-slash:before{content:"\\f539"}.fa-microphone-slash:before{content:"\\f131"}.fa-microscope:before{content:"\\f610"}.fa-microsoft:before{content:"\\f3ca"}.fa-minus:before{content:"\\f068"}.fa-minus-circle:before{content:"\\f056"}.fa-minus-square:before{content:"\\f146"}.fa-mitten:before{content:"\\f7b5"}.fa-mix:before{content:"\\f3cb"}.fa-mixcloud:before{content:"\\f289"}.fa-mixer:before{content:"\\f956"}.fa-mizuni:before{content:"\\f3cc"}.fa-mobile:before{content:"\\f10b"}.fa-mobile-alt:before{content:"\\f3cd"}.fa-modx:before{content:"\\f285"}.fa-monero:before{content:"\\f3d0"}.fa-money-bill:before{content:"\\f0d6"}.fa-money-bill-alt:before{content:"\\f3d1"}.fa-money-bill-wave:before{content:"\\f53a"}.fa-money-bill-wave-alt:before{content:"\\f53b"}.fa-money-check:before{content:"\\f53c"}.fa-money-check-alt:before{content:"\\f53d"}.fa-monument:before{content:"\\f5a6"}.fa-moon:before{content:"\\f186"}.fa-mortar-pestle:before{content:"\\f5a7"}.fa-mosque:before{content:"\\f678"}.fa-motorcycle:before{content:"\\f21c"}.fa-mountain:before{content:"\\f6fc"}.fa-mouse:before{content:"\\f8cc"}.fa-mouse-pointer:before{content:"\\f245"}.fa-mug-hot:before{content:"\\f7b6"}.fa-music:before{content:"\\f001"}.fa-napster:before{content:"\\f3d2"}.fa-neos:before{content:"\\f612"}.fa-network-wired:before{content:"\\f6ff"}.fa-neuter:before{content:"\\f22c"}.fa-newspaper:before{content:"\\f1ea"}.fa-nimblr:before{content:"\\f5a8"}.fa-node:before{content:"\\f419"}.fa-node-js:before{content:"\\f3d3"}.fa-not-equal:before{content:"\\f53e"}.fa-notes-medical:before{content:"\\f481"}.fa-npm:before{content:"\\f3d4"}.fa-ns8:before{content:"\\f3d5"}.fa-nutritionix:before{content:"\\f3d6"}.fa-object-group:before{content:"\\f247"}.fa-object-ungroup:before{content:"\\f248"}.fa-odnoklassniki:before{content:"\\f263"}.fa-odnoklassniki-square:before{content:"\\f264"}.fa-oil-can:before{content:"\\f613"}.fa-old-republic:before{content:"\\f510"}.fa-om:before{content:"\\f679"}.fa-opencart:before{content:"\\f23d"}.fa-openid:before{content:"\\f19b"}.fa-opera:before{content:"\\f26a"}.fa-optin-monster:before{content:"\\f23c"}.fa-orcid:before{content:"\\f8d2"}.fa-osi:before{content:"\\f41a"}.fa-otter:before{content:"\\f700"}.fa-outdent:before{content:"\\f03b"}.fa-page4:before{content:"\\f3d7"}.fa-pagelines:before{content:"\\f18c"}.fa-pager:before{content:"\\f815"}.fa-paint-brush:before{content:"\\f1fc"}.fa-paint-roller:before{content:"\\f5aa"}.fa-palette:before{content:"\\f53f"}.fa-palfed:before{content:"\\f3d8"}.fa-pallet:before{content:"\\f482"}.fa-paper-plane:before{content:"\\f1d8"}.fa-paperclip:before{content:"\\f0c6"}.fa-parachute-box:before{content:"\\f4cd"}.fa-paragraph:before{content:"\\f1dd"}.fa-parking:before{content:"\\f540"}.fa-passport:before{content:"\\f5ab"}.fa-pastafarianism:before{content:"\\f67b"}.fa-paste:before{content:"\\f0ea"}.fa-patreon:before{content:"\\f3d9"}.fa-pause:before{content:"\\f04c"}.fa-pause-circle:before{content:"\\f28b"}.fa-paw:before{content:"\\f1b0"}.fa-paypal:before{content:"\\f1ed"}.fa-peace:before{content:"\\f67c"}.fa-pen:before{content:"\\f304"}.fa-pen-alt:before{content:"\\f305"}.fa-pen-fancy:before{content:"\\f5ac"}.fa-pen-nib:before{content:"\\f5ad"}.fa-pen-square:before{content:"\\f14b"}.fa-pencil-alt:before{content:"\\f303"}.fa-pencil-ruler:before{content:"\\f5ae"}.fa-penny-arcade:before{content:"\\f704"}.fa-people-arrows:before{content:"\\f968"}.fa-people-carry:before{content:"\\f4ce"}.fa-pepper-hot:before{content:"\\f816"}.fa-percent:before{content:"\\f295"}.fa-percentage:before{content:"\\f541"}.fa-periscope:before{content:"\\f3da"}.fa-person-booth:before{content:"\\f756"}.fa-phabricator:before{content:"\\f3db"}.fa-phoenix-framework:before{content:"\\f3dc"}.fa-phoenix-squadron:before{content:"\\f511"}.fa-phone:before{content:"\\f095"}.fa-phone-alt:before{content:"\\f879"}.fa-phone-slash:before{content:"\\f3dd"}.fa-phone-square:before{content:"\\f098"}.fa-phone-square-alt:before{content:"\\f87b"}.fa-phone-volume:before{content:"\\f2a0"}.fa-photo-video:before{content:"\\f87c"}.fa-php:before{content:"\\f457"}.fa-pied-piper:before{content:"\\f2ae"}.fa-pied-piper-alt:before{content:"\\f1a8"}.fa-pied-piper-hat:before{content:"\\f4e5"}.fa-pied-piper-pp:before{content:"\\f1a7"}.fa-pied-piper-square:before{content:"\\f91e"}.fa-piggy-bank:before{content:"\\f4d3"}.fa-pills:before{content:"\\f484"}.fa-pinterest:before{content:"\\f0d2"}.fa-pinterest-p:before{content:"\\f231"}.fa-pinterest-square:before{content:"\\f0d3"}.fa-pizza-slice:before{content:"\\f818"}.fa-place-of-worship:before{content:"\\f67f"}.fa-plane:before{content:"\\f072"}.fa-plane-arrival:before{content:"\\f5af"}.fa-plane-departure:before{content:"\\f5b0"}.fa-plane-slash:before{content:"\\f969"}.fa-play:before{content:"\\f04b"}.fa-play-circle:before{content:"\\f144"}.fa-playstation:before{content:"\\f3df"}.fa-plug:before{content:"\\f1e6"}.fa-plus:before{content:"\\f067"}.fa-plus-circle:before{content:"\\f055"}.fa-plus-square:before{content:"\\f0fe"}.fa-podcast:before{content:"\\f2ce"}.fa-poll:before{content:"\\f681"}.fa-poll-h:before{content:"\\f682"}.fa-poo:before{content:"\\f2fe"}.fa-poo-storm:before{content:"\\f75a"}.fa-poop:before{content:"\\f619"}.fa-portrait:before{content:"\\f3e0"}.fa-pound-sign:before{content:"\\f154"}.fa-power-off:before{content:"\\f011"}.fa-pray:before{content:"\\f683"}.fa-praying-hands:before{content:"\\f684"}.fa-prescription:before{content:"\\f5b1"}.fa-prescription-bottle:before{content:"\\f485"}.fa-prescription-bottle-alt:before{content:"\\f486"}.fa-print:before{content:"\\f02f"}.fa-procedures:before{content:"\\f487"}.fa-product-hunt:before{content:"\\f288"}.fa-project-diagram:before{content:"\\f542"}.fa-pump-medical:before{content:"\\f96a"}.fa-pump-soap:before{content:"\\f96b"}.fa-pushed:before{content:"\\f3e1"}.fa-puzzle-piece:before{content:"\\f12e"}.fa-python:before{content:"\\f3e2"}.fa-qq:before{content:"\\f1d6"}.fa-qrcode:before{content:"\\f029"}.fa-question:before{content:"\\f128"}.fa-question-circle:before{content:"\\f059"}.fa-quidditch:before{content:"\\f458"}.fa-quinscape:before{content:"\\f459"}.fa-quora:before{content:"\\f2c4"}.fa-quote-left:before{content:"\\f10d"}.fa-quote-right:before{content:"\\f10e"}.fa-quran:before{content:"\\f687"}.fa-r-project:before{content:"\\f4f7"}.fa-radiation:before{content:"\\f7b9"}.fa-radiation-alt:before{content:"\\f7ba"}.fa-rainbow:before{content:"\\f75b"}.fa-random:before{content:"\\f074"}.fa-raspberry-pi:before{content:"\\f7bb"}.fa-ravelry:before{content:"\\f2d9"}.fa-react:before{content:"\\f41b"}.fa-reacteurope:before{content:"\\f75d"}.fa-readme:before{content:"\\f4d5"}.fa-rebel:before{content:"\\f1d0"}.fa-receipt:before{content:"\\f543"}.fa-record-vinyl:before{content:"\\f8d9"}.fa-recycle:before{content:"\\f1b8"}.fa-red-river:before{content:"\\f3e3"}.fa-reddit:before{content:"\\f1a1"}.fa-reddit-alien:before{content:"\\f281"}.fa-reddit-square:before{content:"\\f1a2"}.fa-redhat:before{content:"\\f7bc"}.fa-redo:before{content:"\\f01e"}.fa-redo-alt:before{content:"\\f2f9"}.fa-registered:before{content:"\\f25d"}.fa-remove-format:before{content:"\\f87d"}.fa-renren:before{content:"\\f18b"}.fa-reply:before{content:"\\f3e5"}.fa-reply-all:before{content:"\\f122"}.fa-replyd:before{content:"\\f3e6"}.fa-republican:before{content:"\\f75e"}.fa-researchgate:before{content:"\\f4f8"}.fa-resolving:before{content:"\\f3e7"}.fa-restroom:before{content:"\\f7bd"}.fa-retweet:before{content:"\\f079"}.fa-rev:before{content:"\\f5b2"}.fa-ribbon:before{content:"\\f4d6"}.fa-ring:before{content:"\\f70b"}.fa-road:before{content:"\\f018"}.fa-robot:before{content:"\\f544"}.fa-rocket:before{content:"\\f135"}.fa-rocketchat:before{content:"\\f3e8"}.fa-rockrms:before{content:"\\f3e9"}.fa-route:before{content:"\\f4d7"}.fa-rss:before{content:"\\f09e"}.fa-rss-square:before{content:"\\f143"}.fa-ruble-sign:before{content:"\\f158"}.fa-ruler:before{content:"\\f545"}.fa-ruler-combined:before{content:"\\f546"}.fa-ruler-horizontal:before{content:"\\f547"}.fa-ruler-vertical:before{content:"\\f548"}.fa-running:before{content:"\\f70c"}.fa-rupee-sign:before{content:"\\f156"}.fa-sad-cry:before{content:"\\f5b3"}.fa-sad-tear:before{content:"\\f5b4"}.fa-safari:before{content:"\\f267"}.fa-salesforce:before{content:"\\f83b"}.fa-sass:before{content:"\\f41e"}.fa-satellite:before{content:"\\f7bf"}.fa-satellite-dish:before{content:"\\f7c0"}.fa-save:before{content:"\\f0c7"}.fa-schlix:before{content:"\\f3ea"}.fa-school:before{content:"\\f549"}.fa-screwdriver:before{content:"\\f54a"}.fa-scribd:before{content:"\\f28a"}.fa-scroll:before{content:"\\f70e"}.fa-sd-card:before{content:"\\f7c2"}.fa-search:before{content:"\\f002"}.fa-search-dollar:before{content:"\\f688"}.fa-search-location:before{content:"\\f689"}.fa-search-minus:before{content:"\\f010"}.fa-search-plus:before{content:"\\f00e"}.fa-searchengin:before{content:"\\f3eb"}.fa-seedling:before{content:"\\f4d8"}.fa-sellcast:before{content:"\\f2da"}.fa-sellsy:before{content:"\\f213"}.fa-server:before{content:"\\f233"}.fa-servicestack:before{content:"\\f3ec"}.fa-shapes:before{content:"\\f61f"}.fa-share:before{content:"\\f064"}.fa-share-alt:before{content:"\\f1e0"}.fa-share-alt-square:before{content:"\\f1e1"}.fa-share-square:before{content:"\\f14d"}.fa-shekel-sign:before{content:"\\f20b"}.fa-shield-alt:before{content:"\\f3ed"}.fa-shield-virus:before{content:"\\f96c"}.fa-ship:before{content:"\\f21a"}.fa-shipping-fast:before{content:"\\f48b"}.fa-shirtsinbulk:before{content:"\\f214"}.fa-shoe-prints:before{content:"\\f54b"}.fa-shopify:before{content:"\\f957"}.fa-shopping-bag:before{content:"\\f290"}.fa-shopping-basket:before{content:"\\f291"}.fa-shopping-cart:before{content:"\\f07a"}.fa-shopware:before{content:"\\f5b5"}.fa-shower:before{content:"\\f2cc"}.fa-shuttle-van:before{content:"\\f5b6"}.fa-sign:before{content:"\\f4d9"}.fa-sign-in-alt:before{content:"\\f2f6"}.fa-sign-language:before{content:"\\f2a7"}.fa-sign-out-alt:before{content:"\\f2f5"}.fa-signal:before{content:"\\f012"}.fa-signature:before{content:"\\f5b7"}.fa-sim-card:before{content:"\\f7c4"}.fa-simplybuilt:before{content:"\\f215"}.fa-sistrix:before{content:"\\f3ee"}.fa-sitemap:before{content:"\\f0e8"}.fa-sith:before{content:"\\f512"}.fa-skating:before{content:"\\f7c5"}.fa-sketch:before{content:"\\f7c6"}.fa-skiing:before{content:"\\f7c9"}.fa-skiing-nordic:before{content:"\\f7ca"}.fa-skull:before{content:"\\f54c"}.fa-skull-crossbones:before{content:"\\f714"}.fa-skyatlas:before{content:"\\f216"}.fa-skype:before{content:"\\f17e"}.fa-slack:before{content:"\\f198"}.fa-slack-hash:before{content:"\\f3ef"}.fa-slash:before{content:"\\f715"}.fa-sleigh:before{content:"\\f7cc"}.fa-sliders-h:before{content:"\\f1de"}.fa-slideshare:before{content:"\\f1e7"}.fa-smile:before{content:"\\f118"}.fa-smile-beam:before{content:"\\f5b8"}.fa-smile-wink:before{content:"\\f4da"}.fa-smog:before{content:"\\f75f"}.fa-smoking:before{content:"\\f48d"}.fa-smoking-ban:before{content:"\\f54d"}.fa-sms:before{content:"\\f7cd"}.fa-snapchat:before{content:"\\f2ab"}.fa-snapchat-ghost:before{content:"\\f2ac"}.fa-snapchat-square:before{content:"\\f2ad"}.fa-snowboarding:before{content:"\\f7ce"}.fa-snowflake:before{content:"\\f2dc"}.fa-snowman:before{content:"\\f7d0"}.fa-snowplow:before{content:"\\f7d2"}.fa-soap:before{content:"\\f96e"}.fa-socks:before{content:"\\f696"}.fa-solar-panel:before{content:"\\f5ba"}.fa-sort:before{content:"\\f0dc"}.fa-sort-alpha-down:before{content:"\\f15d"}.fa-sort-alpha-down-alt:before{content:"\\f881"}.fa-sort-alpha-up:before{content:"\\f15e"}.fa-sort-alpha-up-alt:before{content:"\\f882"}.fa-sort-amount-down:before{content:"\\f160"}.fa-sort-amount-down-alt:before{content:"\\f884"}.fa-sort-amount-up:before{content:"\\f161"}.fa-sort-amount-up-alt:before{content:"\\f885"}.fa-sort-down:before{content:"\\f0dd"}.fa-sort-numeric-down:before{content:"\\f162"}.fa-sort-numeric-down-alt:before{content:"\\f886"}.fa-sort-numeric-up:before{content:"\\f163"}.fa-sort-numeric-up-alt:before{content:"\\f887"}.fa-sort-up:before{content:"\\f0de"}.fa-soundcloud:before{content:"\\f1be"}.fa-sourcetree:before{content:"\\f7d3"}.fa-spa:before{content:"\\f5bb"}.fa-space-shuttle:before{content:"\\f197"}.fa-speakap:before{content:"\\f3f3"}.fa-speaker-deck:before{content:"\\f83c"}.fa-spell-check:before{content:"\\f891"}.fa-spider:before{content:"\\f717"}.fa-spinner:before{content:"\\f110"}.fa-splotch:before{content:"\\f5bc"}.fa-spotify:before{content:"\\f1bc"}.fa-spray-can:before{content:"\\f5bd"}.fa-square:before{content:"\\f0c8"}.fa-square-full:before{content:"\\f45c"}.fa-square-root-alt:before{content:"\\f698"}.fa-squarespace:before{content:"\\f5be"}.fa-stack-exchange:before{content:"\\f18d"}.fa-stack-overflow:before{content:"\\f16c"}.fa-stackpath:before{content:"\\f842"}.fa-stamp:before{content:"\\f5bf"}.fa-star:before{content:"\\f005"}.fa-star-and-crescent:before{content:"\\f699"}.fa-star-half:before{content:"\\f089"}.fa-star-half-alt:before{content:"\\f5c0"}.fa-star-of-david:before{content:"\\f69a"}.fa-star-of-life:before{content:"\\f621"}.fa-staylinked:before{content:"\\f3f5"}.fa-steam:before{content:"\\f1b6"}.fa-steam-square:before{content:"\\f1b7"}.fa-steam-symbol:before{content:"\\f3f6"}.fa-step-backward:before{content:"\\f048"}.fa-step-forward:before{content:"\\f051"}.fa-stethoscope:before{content:"\\f0f1"}.fa-sticker-mule:before{content:"\\f3f7"}.fa-sticky-note:before{content:"\\f249"}.fa-stop:before{content:"\\f04d"}.fa-stop-circle:before{content:"\\f28d"}.fa-stopwatch:before{content:"\\f2f2"}.fa-stopwatch-20:before{content:"\\f96f"}.fa-store:before{content:"\\f54e"}.fa-store-alt:before{content:"\\f54f"}.fa-store-alt-slash:before{content:"\\f970"}.fa-store-slash:before{content:"\\f971"}.fa-strava:before{content:"\\f428"}.fa-stream:before{content:"\\f550"}.fa-street-view:before{content:"\\f21d"}.fa-strikethrough:before{content:"\\f0cc"}.fa-stripe:before{content:"\\f429"}.fa-stripe-s:before{content:"\\f42a"}.fa-stroopwafel:before{content:"\\f551"}.fa-studiovinari:before{content:"\\f3f8"}.fa-stumbleupon:before{content:"\\f1a4"}.fa-stumbleupon-circle:before{content:"\\f1a3"}.fa-subscript:before{content:"\\f12c"}.fa-subway:before{content:"\\f239"}.fa-suitcase:before{content:"\\f0f2"}.fa-suitcase-rolling:before{content:"\\f5c1"}.fa-sun:before{content:"\\f185"}.fa-superpowers:before{content:"\\f2dd"}.fa-superscript:before{content:"\\f12b"}.fa-supple:before{content:"\\f3f9"}.fa-surprise:before{content:"\\f5c2"}.fa-suse:before{content:"\\f7d6"}.fa-swatchbook:before{content:"\\f5c3"}.fa-swift:before{content:"\\f8e1"}.fa-swimmer:before{content:"\\f5c4"}.fa-swimming-pool:before{content:"\\f5c5"}.fa-symfony:before{content:"\\f83d"}.fa-synagogue:before{content:"\\f69b"}.fa-sync:before{content:"\\f021"}.fa-sync-alt:before{content:"\\f2f1"}.fa-syringe:before{content:"\\f48e"}.fa-table:before{content:"\\f0ce"}.fa-table-tennis:before{content:"\\f45d"}.fa-tablet:before{content:"\\f10a"}.fa-tablet-alt:before{content:"\\f3fa"}.fa-tablets:before{content:"\\f490"}.fa-tachometer-alt:before{content:"\\f3fd"}.fa-tag:before{content:"\\f02b"}.fa-tags:before{content:"\\f02c"}.fa-tape:before{content:"\\f4db"}.fa-tasks:before{content:"\\f0ae"}.fa-taxi:before{content:"\\f1ba"}.fa-teamspeak:before{content:"\\f4f9"}.fa-teeth:before{content:"\\f62e"}.fa-teeth-open:before{content:"\\f62f"}.fa-telegram:before{content:"\\f2c6"}.fa-telegram-plane:before{content:"\\f3fe"}.fa-temperature-high:before{content:"\\f769"}.fa-temperature-low:before{content:"\\f76b"}.fa-tencent-weibo:before{content:"\\f1d5"}.fa-tenge:before{content:"\\f7d7"}.fa-terminal:before{content:"\\f120"}.fa-text-height:before{content:"\\f034"}.fa-text-width:before{content:"\\f035"}.fa-th:before{content:"\\f00a"}.fa-th-large:before{content:"\\f009"}.fa-th-list:before{content:"\\f00b"}.fa-the-red-yeti:before{content:"\\f69d"}.fa-theater-masks:before{content:"\\f630"}.fa-themeco:before{content:"\\f5c6"}.fa-themeisle:before{content:"\\f2b2"}.fa-thermometer:before{content:"\\f491"}.fa-thermometer-empty:before{content:"\\f2cb"}.fa-thermometer-full:before{content:"\\f2c7"}.fa-thermometer-half:before{content:"\\f2c9"}.fa-thermometer-quarter:before{content:"\\f2ca"}.fa-thermometer-three-quarters:before{content:"\\f2c8"}.fa-think-peaks:before{content:"\\f731"}.fa-thumbs-down:before{content:"\\f165"}.fa-thumbs-up:before{content:"\\f164"}.fa-thumbtack:before{content:"\\f08d"}.fa-ticket-alt:before{content:"\\f3ff"}.fa-times:before{content:"\\f00d"}.fa-times-circle:before{content:"\\f057"}.fa-tint:before{content:"\\f043"}.fa-tint-slash:before{content:"\\f5c7"}.fa-tired:before{content:"\\f5c8"}.fa-toggle-off:before{content:"\\f204"}.fa-toggle-on:before{content:"\\f205"}.fa-toilet:before{content:"\\f7d8"}.fa-toilet-paper:before{content:"\\f71e"}.fa-toilet-paper-slash:before{content:"\\f972"}.fa-toolbox:before{content:"\\f552"}.fa-tools:before{content:"\\f7d9"}.fa-tooth:before{content:"\\f5c9"}.fa-torah:before{content:"\\f6a0"}.fa-torii-gate:before{content:"\\f6a1"}.fa-tractor:before{content:"\\f722"}.fa-trade-federation:before{content:"\\f513"}.fa-trademark:before{content:"\\f25c"}.fa-traffic-light:before{content:"\\f637"}.fa-trailer:before{content:"\\f941"}.fa-train:before{content:"\\f238"}.fa-tram:before{content:"\\f7da"}.fa-transgender:before{content:"\\f224"}.fa-transgender-alt:before{content:"\\f225"}.fa-trash:before{content:"\\f1f8"}.fa-trash-alt:before{content:"\\f2ed"}.fa-trash-restore:before{content:"\\f829"}.fa-trash-restore-alt:before{content:"\\f82a"}.fa-tree:before{content:"\\f1bb"}.fa-trello:before{content:"\\f181"}.fa-tripadvisor:before{content:"\\f262"}.fa-trophy:before{content:"\\f091"}.fa-truck:before{content:"\\f0d1"}.fa-truck-loading:before{content:"\\f4de"}.fa-truck-monster:before{content:"\\f63b"}.fa-truck-moving:before{content:"\\f4df"}.fa-truck-pickup:before{content:"\\f63c"}.fa-tshirt:before{content:"\\f553"}.fa-tty:before{content:"\\f1e4"}.fa-tumblr:before{content:"\\f173"}.fa-tumblr-square:before{content:"\\f174"}.fa-tv:before{content:"\\f26c"}.fa-twitch:before{content:"\\f1e8"}.fa-twitter:before{content:"\\f099"}.fa-twitter-square:before{content:"\\f081"}.fa-typo3:before{content:"\\f42b"}.fa-uber:before{content:"\\f402"}.fa-ubuntu:before{content:"\\f7df"}.fa-uikit:before{content:"\\f403"}.fa-umbraco:before{content:"\\f8e8"}.fa-umbrella:before{content:"\\f0e9"}.fa-umbrella-beach:before{content:"\\f5ca"}.fa-underline:before{content:"\\f0cd"}.fa-undo:before{content:"\\f0e2"}.fa-undo-alt:before{content:"\\f2ea"}.fa-uniregistry:before{content:"\\f404"}.fa-unity:before{content:"\\f949"}.fa-universal-access:before{content:"\\f29a"}.fa-university:before{content:"\\f19c"}.fa-unlink:before{content:"\\f127"}.fa-unlock:before{content:"\\f09c"}.fa-unlock-alt:before{content:"\\f13e"}.fa-untappd:before{content:"\\f405"}.fa-upload:before{content:"\\f093"}.fa-ups:before{content:"\\f7e0"}.fa-usb:before{content:"\\f287"}.fa-user:before{content:"\\f007"}.fa-user-alt:before{content:"\\f406"}.fa-user-alt-slash:before{content:"\\f4fa"}.fa-user-astronaut:before{content:"\\f4fb"}.fa-user-check:before{content:"\\f4fc"}.fa-user-circle:before{content:"\\f2bd"}.fa-user-clock:before{content:"\\f4fd"}.fa-user-cog:before{content:"\\f4fe"}.fa-user-edit:before{content:"\\f4ff"}.fa-user-friends:before{content:"\\f500"}.fa-user-graduate:before{content:"\\f501"}.fa-user-injured:before{content:"\\f728"}.fa-user-lock:before{content:"\\f502"}.fa-user-md:before{content:"\\f0f0"}.fa-user-minus:before{content:"\\f503"}.fa-user-ninja:before{content:"\\f504"}.fa-user-nurse:before{content:"\\f82f"}.fa-user-plus:before{content:"\\f234"}.fa-user-secret:before{content:"\\f21b"}.fa-user-shield:before{content:"\\f505"}.fa-user-slash:before{content:"\\f506"}.fa-user-tag:before{content:"\\f507"}.fa-user-tie:before{content:"\\f508"}.fa-user-times:before{content:"\\f235"}.fa-users:before{content:"\\f0c0"}.fa-users-cog:before{content:"\\f509"}.fa-usps:before{content:"\\f7e1"}.fa-ussunnah:before{content:"\\f407"}.fa-utensil-spoon:before{content:"\\f2e5"}.fa-utensils:before{content:"\\f2e7"}.fa-vaadin:before{content:"\\f408"}.fa-vector-square:before{content:"\\f5cb"}.fa-venus:before{content:"\\f221"}.fa-venus-double:before{content:"\\f226"}.fa-venus-mars:before{content:"\\f228"}.fa-viacoin:before{content:"\\f237"}.fa-viadeo:before{content:"\\f2a9"}.fa-viadeo-square:before{content:"\\f2aa"}.fa-vial:before{content:"\\f492"}.fa-vials:before{content:"\\f493"}.fa-viber:before{content:"\\f409"}.fa-video:before{content:"\\f03d"}.fa-video-slash:before{content:"\\f4e2"}.fa-vihara:before{content:"\\f6a7"}.fa-vimeo:before{content:"\\f40a"}.fa-vimeo-square:before{content:"\\f194"}.fa-vimeo-v:before{content:"\\f27d"}.fa-vine:before{content:"\\f1ca"}.fa-virus:before{content:"\\f974"}.fa-virus-slash:before{content:"\\f975"}.fa-viruses:before{content:"\\f976"}.fa-vk:before{content:"\\f189"}.fa-vnv:before{content:"\\f40b"}.fa-voicemail:before{content:"\\f897"}.fa-volleyball-ball:before{content:"\\f45f"}.fa-volume-down:before{content:"\\f027"}.fa-volume-mute:before{content:"\\f6a9"}.fa-volume-off:before{content:"\\f026"}.fa-volume-up:before{content:"\\f028"}.fa-vote-yea:before{content:"\\f772"}.fa-vr-cardboard:before{content:"\\f729"}.fa-vuejs:before{content:"\\f41f"}.fa-walking:before{content:"\\f554"}.fa-wallet:before{content:"\\f555"}.fa-warehouse:before{content:"\\f494"}.fa-water:before{content:"\\f773"}.fa-wave-square:before{content:"\\f83e"}.fa-waze:before{content:"\\f83f"}.fa-weebly:before{content:"\\f5cc"}.fa-weibo:before{content:"\\f18a"}.fa-weight:before{content:"\\f496"}.fa-weight-hanging:before{content:"\\f5cd"}.fa-weixin:before{content:"\\f1d7"}.fa-whatsapp:before{content:"\\f232"}.fa-whatsapp-square:before{content:"\\f40c"}.fa-wheelchair:before{content:"\\f193"}.fa-whmcs:before{content:"\\f40d"}.fa-wifi:before{content:"\\f1eb"}.fa-wikipedia-w:before{content:"\\f266"}.fa-wind:before{content:"\\f72e"}.fa-window-close:before{content:"\\f410"}.fa-window-maximize:before{content:"\\f2d0"}.fa-window-minimize:before{content:"\\f2d1"}.fa-window-restore:before{content:"\\f2d2"}.fa-windows:before{content:"\\f17a"}.fa-wine-bottle:before{content:"\\f72f"}.fa-wine-glass:before{content:"\\f4e3"}.fa-wine-glass-alt:before{content:"\\f5ce"}.fa-wix:before{content:"\\f5cf"}.fa-wizards-of-the-coast:before{content:"\\f730"}.fa-wolf-pack-battalion:before{content:"\\f514"}.fa-won-sign:before{content:"\\f159"}.fa-wordpress:before{content:"\\f19a"}.fa-wordpress-simple:before{content:"\\f411"}.fa-wpbeginner:before{content:"\\f297"}.fa-wpexplorer:before{content:"\\f2de"}.fa-wpforms:before{content:"\\f298"}.fa-wpressr:before{content:"\\f3e4"}.fa-wrench:before{content:"\\f0ad"}.fa-x-ray:before{content:"\\f497"}.fa-xbox:before{content:"\\f412"}.fa-xing:before{content:"\\f168"}.fa-xing-square:before{content:"\\f169"}.fa-y-combinator:before{content:"\\f23b"}.fa-yahoo:before{content:"\\f19e"}.fa-yammer:before{content:"\\f840"}.fa-yandex:before{content:"\\f413"}.fa-yandex-international:before{content:"\\f414"}.fa-yarn:before{content:"\\f7e3"}.fa-yelp:before{content:"\\f1e9"}.fa-yen-sign:before{content:"\\f157"}.fa-yin-yang:before{content:"\\f6ad"}.fa-yoast:before{content:"\\f2b1"}.fa-youtube:before{content:"\\f167"}.fa-youtube-square:before{content:"\\f431"}.fa-zhihu:before{content:"\\f63f"}.sr-only{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}/*!\n * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\n */@font-face{font-family:\'Font Awesome 5 Free\';font-style:normal;font-weight:900;font-display:block;src:url('+_+");src:url("+j+') format("embedded-opentype"),url('+T+') format("woff2"),url('+E+') format("woff"),url('+C+') format("truetype"),url('+z+") format(\"svg\")}.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:900}/*!\n * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\n */@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:400;font-display:block;src:url("+A+");src:url("+D+') format("embedded-opentype"),url('+L+') format("woff2"),url('+S+') format("woff"),url('+O+') format("truetype"),url('+N+") format(\"svg\")}.fab{font-family:'Font Awesome 5 Brands';font-weight:400}@font-face{font-family:'Dosis';font-style:normal;font-weight:300;src:url("+q+") format(\"truetype\")}@font-face{font-family:'Dosis';font-style:normal;font-weight:400;src:url("+M+") format(\"truetype\")}@font-face{font-family:'Dosis';font-style:normal;font-weight:700;src:url("+I+") format(\"truetype\")}.change-form #content-main>form .form-row.errors .errorlist li::before,.passwordchange #content-main>form .form-row.errors .errorlist li::before,.change-form #content-main>form .form-row .date-icon::before,.passwordchange #content-main>form .form-row .date-icon::before,.change-form #content-main>form .form-row .clock-icon::before,.passwordchange #content-main>form .form-row .clock-icon::before,.change-form #content-main>form .form-row .related-lookup::before,.passwordchange #content-main>form .form-row .related-lookup::before,.change-form #content-main>form .submit-row .deletelink-box .deletelink::before,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink::before,.change-form #content-main>form .add-row a::before,.passwordchange #content-main>form .add-row a::before,.change-form #content-main>form .inline-deletelink::before,.passwordchange #content-main>form .inline-deletelink::before,.sidebar-menu .depth-0 a.has-children::after,.sidebar-menu .depth-0 span.has-children::after,.sidebar-menu .depth-1 a.has-children::after,.sidebar-menu .depth-1 span.has-children::after,.dashboard .addlink::before,.dashboard .viewlink::before,.dashboard .deletelink::before,.dashboard .changelink::before,.breadcrumbs a:first-child::before,#content .object-tools a::before,.messagelist .success::before,.messagelist .info::before,.messagelist .warning::before,.messagelist .error::before,.change-list #changelist .date-icon::before,.change-list #changelist .clock-icon::before,.delete-confirmation-content form .cancel-link::before{display:inline-block;font-family:'Font Awesome\\ 5 Free';margin-right:5px}.change-form #content-main>form,.passwordchange #content-main>form,.auth-user.change-form #content-main>form{background:#fff;border:1px solid #fff;clear:both;overflow:auto}.change-form #content-main>form h3,.passwordchange #content-main>form h3,.auth-user.change-form #content-main>form h3,.change-form #content-main>form .h3,.passwordchange #content-main>form .h3{font-size:1.2rem}.change-form #content-main>form .form-row,.passwordchange #content-main>form .form-row{background:#f9f9f9;margin-bottom:.5rem;padding:1rem .5rem}.change-form #content-main>form .form-row.with-wrapped-fields,.passwordchange #content-main>form .form-row.with-wrapped-fields{background:transparent}.change-form #content-main>form .form-row.errors,.passwordchange #content-main>form .form-row.errors{background:#f2dede}.change-form #content-main>form .form-row.errors .errorlist,.passwordchange #content-main>form .form-row.errors .errorlist{padding-left:0;width:100%}@media (min-width: 768px){.change-form #content-main>form .form-row.errors .errorlist,.passwordchange #content-main>form .form-row.errors .errorlist{padding-left:1.2rem}}.change-form #content-main>form .form-row.errors .errorlist li,.passwordchange #content-main>form .form-row.errors .errorlist li{color:#dc3545 !important;list-style-type:none;font-weight:bold;text-decoration:underline}.change-form #content-main>form .form-row.errors .errorlist li::before,.passwordchange #content-main>form .form-row.errors .errorlist li::before{content:'\\f12a';display:inline-block;margin-right:.5rem}.change-form #content-main>form .form-row.errors .wrapped-fields-container .errorlist,.passwordchange #content-main>form .form-row.errors .wrapped-fields-container .errorlist{padding-left:0 !important}.change-form #content-main>form .form-row .newline,.passwordchange #content-main>form .form-row .newline{display:block;height:.5rem;width:100%}.change-form #content-main>form .form-row>div,.passwordchange #content-main>form .form-row>div{align-items:flex-start;display:flex;flex:1;flex-direction:row;flex-wrap:wrap}.change-form #content-main>form .form-row>div.checkbox-row input,.passwordchange #content-main>form .form-row>div.checkbox-row input{margin-top:5px;order:2}.change-form #content-main>form .form-row>div.checkbox-row label,.passwordchange #content-main>form .form-row>div.checkbox-row label{order:1}.change-form #content-main>form .form-row>div.checkbox-row .help,.passwordchange #content-main>form .form-row>div.checkbox-row .help{order:3}.change-form #content-main>form .form-row .date-icon::before,.passwordchange #content-main>form .form-row .date-icon::before{content:'\\f073'}.change-form #content-main>form .form-row .clock-icon::before,.passwordchange #content-main>form .form-row .clock-icon::before{content:'\\f017'}.change-form #content-main>form .form-row .datetime,.passwordchange #content-main>form .form-row .datetime{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;margin:0}.change-form #content-main>form .form-row .datetime input,.passwordchange #content-main>form .form-row .datetime input{margin:0 10px}.change-form #content-main>form .form-row .datetime .datetimeshortcuts,.passwordchange #content-main>form .form-row .datetime .datetimeshortcuts{align-self:center;white-space:nowrap}.change-form #content-main>form .form-row .datetime .timezonewarning,.passwordchange #content-main>form .form-row .datetime .timezonewarning{margin-left:0 !important;white-space:nowrap;width:0}.change-form #content-main>form .form-row .datetimeshortcuts,.passwordchange #content-main>form .form-row .datetimeshortcuts{align-self:center}.change-form #content-main>form .form-row .datetimeshortcuts+.newline,.passwordchange #content-main>form .form-row .datetimeshortcuts+.newline,.change-form #content-main>form .form-row .datetimeshortcuts+br,.passwordchange #content-main>form .form-row .datetimeshortcuts+br{content:'';display:block;height:.5rem;width:100%}.change-form #content-main>form .form-row .timezonewarning,.passwordchange #content-main>form .form-row .timezonewarning{align-self:center;color:#d39e00;display:block;margin:.2rem 0;padding-left:1px}@media (min-width: 768px){.change-form #content-main>form .form-row .timezonewarning,.passwordchange #content-main>form .form-row .timezonewarning{margin-left:20%}}@media (min-width: 992px){.change-form #content-main>form .form-row .timezonewarning,.passwordchange #content-main>form .form-row .timezonewarning{margin-left:10%}}.change-form #content-main>form .form-row .related-widget-wrapper,.passwordchange #content-main>form .form-row .related-widget-wrapper{display:flex;flex-direction:row;flex-grow:1}.change-form #content-main>form .form-row .related-widget-wrapper+p,.passwordchange #content-main>form .form-row .related-widget-wrapper+p{flex-basis:100%;margin-left:0 !important}@media (min-width: 768px){.change-form #content-main>form .form-row .related-widget-wrapper+p,.passwordchange #content-main>form .form-row .related-widget-wrapper+p{margin-left:20% !important}}@media (min-width: 992px){.change-form #content-main>form .form-row .related-widget-wrapper+p,.passwordchange #content-main>form .form-row .related-widget-wrapper+p{margin-left:10% !important}}.change-form #content-main>form .form-row .related-widget-wrapper .add-related,.passwordchange #content-main>form .form-row .related-widget-wrapper .add-related{margin-left:15px;margin-right:15px;order:2}.change-form #content-main>form .form-row .related-widget-wrapper select,.passwordchange #content-main>form .form-row .related-widget-wrapper select{display:inline-block !important}.change-form #content-main>form .form-row .selector,.passwordchange #content-main>form .form-row .selector{display:flex;flex-direction:row;flex-wrap:nowrap}.change-form #content-main>form .form-row .selector.stacked,.passwordchange #content-main>form .form-row .selector.stacked{flex-direction:column}.change-form #content-main>form .form-row .selector.stacked .selector-chooser,.passwordchange #content-main>form .form-row .selector.stacked .selector-chooser{display:flex;flex-direction:row;margin:15px 0;width:auto}.change-form #content-main>form .form-row .selector.stacked .selector-chooser .selector-add,.passwordchange #content-main>form .form-row .selector.stacked .selector-chooser .selector-add{background:url("+P+") 0 -32px no-repeat}.change-form #content-main>form .form-row .selector.stacked .selector-chooser .selector-add.active,.passwordchange #content-main>form .form-row .selector.stacked .selector-chooser .selector-add.active{background:url("+P+") 0 -48px no-repeat}.change-form #content-main>form .form-row .selector.stacked .selector-chooser .selector-remove,.passwordchange #content-main>form .form-row .selector.stacked .selector-chooser .selector-remove{background:url("+P+") 0 0 no-repeat}.change-form #content-main>form .form-row .selector.stacked .selector-chooser .selector-remove.active,.passwordchange #content-main>form .form-row .selector.stacked .selector-chooser .selector-remove.active{background:url("+P+") 0 -16px no-repeat}.change-form #content-main>form .form-row .selector .help-icon,.passwordchange #content-main>form .form-row .selector .help-icon{background:url("+B+") 0 0 no-repeat;cursor:help;display:inline-block;height:13px;margin:-2px 0 0 2px;vertical-align:middle;width:13px}.change-form #content-main>form .form-row .selector-filter,.passwordchange #content-main>form .form-row .selector-filter{align-items:center;border-left:1px solid #ccc;border-right:1px solid #ccc;display:flex;flex-direction:row;margin-bottom:0;padding:5px}.change-form #content-main>form .form-row .selector-filter label,.passwordchange #content-main>form .form-row .selector-filter label{margin-bottom:0;padding-right:2px !important}.change-form #content-main>form .form-row .selector-filter .search-label-icon,.passwordchange #content-main>form .form-row .selector-filter .search-label-icon{background:url("+H+") 0 0 no-repeat;cursor:help;display:inline-block;height:18px;margin-top:5px;width:18px}.change-form #content-main>form .form-row .selector-filter input,.passwordchange #content-main>form .form-row .selector-filter input{padding:5px}.change-form #content-main>form .form-row .selector-available,.passwordchange #content-main>form .form-row .selector-available,.change-form #content-main>form .form-row .selector-chosen,.passwordchange #content-main>form .form-row .selector-chosen{text-align:center;width:330px}.change-form #content-main>form .form-row .selector-available h2,.passwordchange #content-main>form .form-row .selector-available h2,.change-form #content-main>form .form-row .selector-available .h2,.passwordchange #content-main>form .form-row .selector-available .h2,.change-form #content-main>form .form-row .selector-chosen h2,.passwordchange #content-main>form .form-row .selector-chosen h2,.change-form #content-main>form .form-row .selector-chosen .h2,.passwordchange #content-main>form .form-row .selector-chosen .h2{background:#fafafa;border-left:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc;font-size:1rem;margin-bottom:0}.change-form #content-main>form .form-row .selector-available select,.passwordchange #content-main>form .form-row .selector-available select,.change-form #content-main>form .form-row .selector-chosen select,.passwordchange #content-main>form .form-row .selector-chosen select{border-radius:0;min-height:200px;width:100%}.change-form #content-main>form .form-row .selector-chosen h2,.passwordchange #content-main>form .form-row .selector-chosen h2,.change-form #content-main>form .form-row .selector-chosen .h2,.passwordchange #content-main>form .form-row .selector-chosen .h2{background:#f2c1c7}.change-form #content-main>form .form-row .selector-chooseall,.passwordchange #content-main>form .form-row .selector-chooseall,.change-form #content-main>form .form-row .selector-clearall,.passwordchange #content-main>form .form-row .selector-clearall{display:inline-block;margin:5px auto}.change-form #content-main>form .form-row .selector-chooser,.passwordchange #content-main>form .form-row .selector-chooser{align-self:center;background-color:#eee;border-radius:10px;display:inline-block;float:left;margin:0 15px;padding:0;width:22px}.change-form #content-main>form .form-row .selector-chooser li,.passwordchange #content-main>form .form-row .selector-chooser li{list-style-type:none;margin:0;padding:3px}.change-form #content-main>form .form-row .selector-chooser .selector-add,.passwordchange #content-main>form .form-row .selector-chooser .selector-add{background:url("+P+") 0 -112px no-repeat}.change-form #content-main>form .form-row .selector-chooser .selector-remove,.passwordchange #content-main>form .form-row .selector-chooser .selector-remove{background:url("+P+") 0 -80px no-repeat}.change-form #content-main>form .form-row .selector-chooser .selector-add,.passwordchange #content-main>form .form-row .selector-chooser .selector-add,.change-form #content-main>form .form-row .selector-chooser .selector-remove,.passwordchange #content-main>form .form-row .selector-chooser .selector-remove{cursor:default;display:block;height:16px;opacity:.3;overflow:hidden;text-indent:-3000px;width:16px}.change-form #content-main>form .form-row .selector-chooser .selector-add.active,.passwordchange #content-main>form .form-row .selector-chooser .selector-add.active,.change-form #content-main>form .form-row .selector-chooser .selector-remove.active,.passwordchange #content-main>form .form-row .selector-chooser .selector-remove.active{opacity:1}.change-form #content-main>form .form-row .add-related,.passwordchange #content-main>form .form-row .add-related,.change-form #content-main>form .form-row .change-related,.passwordchange #content-main>form .form-row .change-related{vertical-align:top}.change-form #content-main>form .form-row .change-related,.passwordchange #content-main>form .form-row .change-related{margin-left:1rem}.change-form #content-main>form .form-row .related-lookup::before,.passwordchange #content-main>form .form-row .related-lookup::before{content:'\\f002';margin-left:5px}.change-form #content-main>form label,.passwordchange #content-main>form label,.auth-user.change-form #content-main>form label{flex-basis:100%;text-align:left}@media (min-width: 768px){.change-form #content-main>form label,.passwordchange #content-main>form label,.auth-user.change-form #content-main>form label{flex-basis:20%;text-align:right}}@media (min-width: 992px){.change-form #content-main>form label,.passwordchange #content-main>form label,.auth-user.change-form #content-main>form label{flex-basis:10%;text-align:right}}.change-form #content-main>form .required,.passwordchange #content-main>form .required{font-weight:bold}@media (min-width: 768px){.change-form #content-main>form input[type=text],.passwordchange #content-main>form input[type=text],.change-form #content-main>form input[type=password],.passwordchange #content-main>form input[type=password],.change-form #content-main>form input[type=url],.passwordchange #content-main>form input[type=url],.change-form #content-main>form input[type=number],.passwordchange #content-main>form input[type=number],.change-form #content-main>form input[type=email],.passwordchange #content-main>form input[type=email],.change-form #content-main>form input[type=date],.passwordchange #content-main>form input[type=date],.change-form #content-main>form input[type=file],.passwordchange #content-main>form input[type=file],.change-form #content-main>form select[multiple],.passwordchange #content-main>form select[multiple]{width:auto}}.change-form #content-main>form input[type=url],.passwordchange #content-main>form input[type=url]{display:inline-block !important}.change-form #content-main>form input[type=text][size],.passwordchange #content-main>form input[type=text][size]{width:auto !important}@media (min-width: 768px){.change-form #content-main>form input[type=text]:not([size]),.passwordchange #content-main>form input[type=text]:not([size]){min-width:240px}}.change-form #content-main>form textarea,.passwordchange #content-main>form textarea,.auth-user.change-form #content-main>form textarea{resize:both}@media (min-width: 768px){.change-form #content-main>form textarea,.passwordchange #content-main>form textarea,.auth-user.change-form #content-main>form textarea{width:auto}}.change-form #content-main>form .tabular.inline-related input[type=text],.passwordchange #content-main>form .tabular.inline-related input[type=text],.change-form #content-main>form .tabular.inline-related input[type=number],.passwordchange #content-main>form .tabular.inline-related input[type=number],.change-form #content-main>form .tabular.inline-related input[type=email],.passwordchange #content-main>form .tabular.inline-related input[type=email],.change-form #content-main>form .tabular.inline-related input[type=date],.passwordchange #content-main>form .tabular.inline-related input[type=date],.change-form #content-main>form .tabular.inline-related textarea,.passwordchange #content-main>form .tabular.inline-related textarea,.change-form #content-main>form .tabular.inline-related select,.passwordchange #content-main>form .tabular.inline-related select{min-width:auto !important;width:auto}.change-form #content-main>form .tabular.inline-related .inline-deletelink,.passwordchange #content-main>form .tabular.inline-related .inline-deletelink{float:none !important}.change-form #content-main>form select[multiple],.passwordchange #content-main>form select[multiple]{display:inline-block}.change-form #content-main>form select:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form select:not([multiple]):not(.admin-autocomplete){text-indent:.01px;text-overflow:''}@media (min-width: 768px){.change-form #content-main>form select:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form select:not([multiple]):not(.admin-autocomplete){width:auto}}.change-form #content-main>form .select2-container--admin-autocomplete,.passwordchange #content-main>form .select2-container--admin-autocomplete{min-width:320px}.change-form #content-main>form .select2-container--admin-autocomplete .select2-selection--single .select2-selection__arrow,.passwordchange #content-main>form .select2-container--admin-autocomplete .select2-selection--single .select2-selection__arrow{height:34px}.change-form #content-main>form .select2-container--admin-autocomplete .select2-selection--single .select2-selection__rendered,.passwordchange #content-main>form .select2-container--admin-autocomplete .select2-selection--single .select2-selection__rendered{line-height:36px}.change-form #content-main>form .select2-container .select2-selection--single,.passwordchange #content-main>form .select2-container .select2-selection--single{height:36px}.change-form #content-main>form .radiolist,.passwordchange #content-main>form .radiolist{list-style-type:none;padding-left:0}.change-form #content-main>form .radiolist.inline li,.passwordchange #content-main>form .radiolist.inline li{display:inline-block}.change-form #content-main>form .help,.passwordchange #content-main>form .help{flex-basis:100% !important;margin-left:0 !important;margin-top:.5rem;padding-left:1px}@media (min-width: 768px){.change-form #content-main>form .help,.passwordchange #content-main>form .help{margin-left:20% !important}}@media (min-width: 992px){.change-form #content-main>form .help,.passwordchange #content-main>form .help{margin-left:10% !important}}.change-form #content-main>form .help>ul,.passwordchange #content-main>form .help>ul{padding-left:1.2rem}.change-form #content-main>form div.help,.passwordchange #content-main>form div.help{color:#007eed !important}.change-form #content-main>form img.help,.passwordchange #content-main>form img.help{display:inline-block;margin-left:0 !important}.change-form #content-main>form .collapse,.passwordchange #content-main>form .collapse{display:block}.change-form #content-main>form .collapsed *,.passwordchange #content-main>form .collapsed *{display:none}.change-form #content-main>form .collapsed h2,.passwordchange #content-main>form .collapsed h2,.change-form #content-main>form .collapsed .h2,.passwordchange #content-main>form .collapsed .h2{display:block}.change-form #content-main>form .collapsed h2 a,.passwordchange #content-main>form .collapsed h2 a,.change-form #content-main>form .collapsed .h2 a,.passwordchange #content-main>form .collapsed .h2 a{display:inline}.change-form #content-main>form .submit-row,.passwordchange #content-main>form .submit-row{align-items:center;display:flex;flex-basis:baseline;flex-direction:column;margin-top:15px}@media (min-width: 768px){.change-form #content-main>form .submit-row,.passwordchange #content-main>form .submit-row{flex-direction:row-reverse}}.change-form #content-main>form .submit-row input[type=submit],.passwordchange #content-main>form .submit-row input[type=submit]{margin-bottom:15px;margin-left:auto;order:1;width:200px}@media (min-width: 768px){.change-form #content-main>form .submit-row input[type=submit],.passwordchange #content-main>form .submit-row input[type=submit]{margin-bottom:0}}.change-form #content-main>form .submit-row>a,.passwordchange #content-main>form .submit-row>a{margin-bottom:15px;margin-left:.25rem;order:1}@media (min-width: 768px){.change-form #content-main>form .submit-row>a,.passwordchange #content-main>form .submit-row>a{margin-bottom:0}}.change-form #content-main>form .submit-row .deletelink-box,.passwordchange #content-main>form .submit-row .deletelink-box{margin-bottom:0;margin-left:auto;margin-right:auto;order:2;text-align:center}@media (min-width: 768px){.change-form #content-main>form .submit-row .deletelink-box,.passwordchange #content-main>form .submit-row .deletelink-box{margin-left:0}}.change-form #content-main>form .submit-row .deletelink-box .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink{width:200px}@media (min-width: 768px){.change-form #content-main>form .submit-row .deletelink-box .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink{width:auto}}.change-form #content-main>form .submit-row .deletelink-box .deletelink::before,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink::before{content:'\\f1f8'}.change-form #content-main>form .errornote,.passwordchange #content-main>form .errornote{font-weight:bold}.change-form #content-main>form fieldset.collapse,.passwordchange #content-main>form fieldset.collapse{display:block}.change-form #content-main>form fieldset.collapse h2,.passwordchange #content-main>form fieldset.collapse h2,.change-form #content-main>form fieldset.collapse .h2,.passwordchange #content-main>form fieldset.collapse .h2{align-items:center;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between}.change-form #content-main>form fieldset.collapse h2::after,.passwordchange #content-main>form fieldset.collapse h2::after,.change-form #content-main>form fieldset.collapse .h2::after,.passwordchange #content-main>form fieldset.collapse .h2::after{color:#666;content:'\\f070';display:inline-block;font-family:'Font Awesome\\ 5 Free';font-size:1.1rem}.change-form #content-main>form fieldset.collapse.collapsed h2::after,.passwordchange #content-main>form fieldset.collapse.collapsed h2::after,.change-form #content-main>form fieldset.collapse.collapsed .h2::after,.passwordchange #content-main>form fieldset.collapse.collapsed .h2::after{content:'\\f06e'}.change-form #content-main>form fieldset .form-row,.passwordchange #content-main>form fieldset .form-row{margin-left:0;margin-right:0}.change-form #content-main>form fieldset>h2,.passwordchange #content-main>form fieldset>h2,.auth-user.change-form #content-main>form fieldset>h2,.change-form #content-main>form fieldset>.h2,.passwordchange #content-main>form fieldset>.h2{background:#f2c1c7;font-size:1.4rem;margin-bottom:0;padding:5px 10px}.change-form #content-main>form fieldset>h2+.form-row,.passwordchange #content-main>form fieldset>h2+.form-row,.change-form #content-main>form fieldset>.h2+.form-row,.passwordchange #content-main>form fieldset>.h2+.form-row{margin-top:15px}.change-form #content-main>form .inline-related,.passwordchange #content-main>form .inline-related{overflow-x:auto}.change-form #content-main>form .inline-related.empty-form,.passwordchange #content-main>form .inline-related.empty-form,.change-form #content-main>form .inline-related .empty-form,.passwordchange #content-main>form .inline-related .empty-form{display:none !important}.change-form #content-main>form .inline-related textarea,.passwordchange #content-main>form .inline-related textarea{display:inline}.change-form #content-main>form .inline-related h3,.passwordchange #content-main>form .inline-related h3,.change-form #content-main>form .inline-related .h3,.passwordchange #content-main>form .inline-related .h3{align-items:center;background:#fafafa;border-bottom:1px solid #eee;border-top:5px solid #eee;display:flex;font-size:1.1rem;padding:8px 10px}.change-form #content-main>form .inline-related h3 .inline_label,.passwordchange #content-main>form .inline-related h3 .inline_label,.change-form #content-main>form .inline-related .h3 .inline_label,.passwordchange #content-main>form .inline-related .h3 .inline_label{margin-left:.5rem;margin-right:auto}.change-form #content-main>form .inline-related h3>.delete label,.passwordchange #content-main>form .inline-related h3>.delete label,.change-form #content-main>form .inline-related .h3>.delete label,.passwordchange #content-main>form .inline-related .h3>.delete label{margin-bottom:0}.change-form #content-main>form .inline-related .vDateField,.passwordchange #content-main>form .inline-related .vDateField{display:inline-block}.change-form #content-main>form .inline-related .errorlist,.passwordchange #content-main>form .inline-related .errorlist{background:#f2dede}.change-form #content-main>form .inline-related>.module,.passwordchange #content-main>form .inline-related>.module{position:relative}.change-form #content-main>form .inline-related table th,.passwordchange #content-main>form .inline-related table th{background:#fafafa;font-weight:normal !important}.change-form #content-main>form .inline-related table th.required,.passwordchange #content-main>form .inline-related table th.required{font-weight:bold !important}.change-form #content-main>form .inline-related table th .help-tooltip,.passwordchange #content-main>form .inline-related table th .help-tooltip{height:15px;margin-top:-3px;width:15px}.change-form #content-main>form .inline-related table .form-row,.passwordchange #content-main>form .inline-related table .form-row{display:table-row}.change-form #content-main>form .inline-related table .original,.passwordchange #content-main>form .inline-related table .original{border-right:0px;padding:0;position:relative;width:0}.change-form #content-main>form .inline-related table .original p,.passwordchange #content-main>form .inline-related table .original p{align-items:center;background:#fafafa;border-bottom:1px solid #eee;display:flex;font-size:.9rem;flex-direction:row;left:14px;padding:0 4px;position:absolute;top:8px;white-space:nowrap}.change-form #content-main>form .inline-related table .original p .inlinechangelink,.passwordchange #content-main>form .inline-related table .original p .inlinechangelink{position:relative;right:-4px}.change-form #content-main>form .inline-related table .original+td,.passwordchange #content-main>form .inline-related table .original+td,.change-form #content-main>form .inline-related table .original+th,.passwordchange #content-main>form .inline-related table .original+th{border-left:0px}.change-form #content-main>form .inline-related table .has_original td,.passwordchange #content-main>form .inline-related table .has_original td{padding-top:44px}.change-form #content-main>form .inline-related .inlinechangelink,.passwordchange #content-main>form .inline-related .inlinechangelink{background:#ffe4dc;font-size:.9rem;margin-left:8px;padding:2px 4px}.change-form #content-main>form .inline-related .inlinechangelink::before,.passwordchange #content-main>form .inline-related .inlinechangelink::before{content:'\\f304';font-family:'Font Awesome\\ 5 Free';margin-right:4px}.change-form #content-main>form .inline-related .inlinechangelink:hover,.passwordchange #content-main>form .inline-related .inlinechangelink:hover{background:#ffbda9;text-decoration:none}.change-form #content-main>form .add-row a::before,.passwordchange #content-main>form .add-row a::before{content:'\\f067'}.change-form #content-main>form .inline-deletelink,.passwordchange #content-main>form .inline-deletelink{float:right;margin-right:15px;white-space:nowrap}.change-form #content-main>form .inline-deletelink::before,.passwordchange #content-main>form .inline-deletelink::before{content:'\\f00d'}.change-form #content-main>form .wrapped-fields-container,.passwordchange #content-main>form .wrapped-fields-container{flex-direction:column !important}.change-form #content-main>form .wrapped-fields-container .datetimeshortcuts,.passwordchange #content-main>form .wrapped-fields-container .datetimeshortcuts{align-self:top}.change-form #content-main>form .wrapped-fields-container label,.passwordchange #content-main>form .wrapped-fields-container label{flex-basis:auto !important}@media (min-width: 768px){.change-form #content-main>form .wrapped-fields-container,.passwordchange #content-main>form .wrapped-fields-container{flex-direction:row !important}.change-form #content-main>form .wrapped-fields-container label,.passwordchange #content-main>form .wrapped-fields-container label{flex-basis:20% !important;vertical-align:top}}@media (min-width: 992px){.change-form #content-main>form .wrapped-fields-container label,.passwordchange #content-main>form .wrapped-fields-container label{flex-basis:10% !important}}.change-form #content-main>form .wrapped-fields-container>*,.passwordchange #content-main>form .wrapped-fields-container>*{flex-grow:0 !important}.change-form #content-main>form .wrapped-fields-container .fieldBox,.passwordchange #content-main>form .wrapped-fields-container .fieldBox{margin-top:1rem;width:100%}.change-form #content-main>form .wrapped-fields-container .fieldBox label,.passwordchange #content-main>form .wrapped-fields-container .fieldBox label{width:100%}.change-form #content-main>form .wrapped-fields-container .fieldBox .help,.passwordchange #content-main>form .wrapped-fields-container .fieldBox .help{margin-left:0 !important}@media (min-width: 768px){.change-form #content-main>form .wrapped-fields-container .fieldBox,.passwordchange #content-main>form .wrapped-fields-container .fieldBox{margin-left:1rem;margin-top:0;width:auto}.change-form #content-main>form .wrapped-fields-container .fieldBox label,.passwordchange #content-main>form .wrapped-fields-container .fieldBox label{width:auto}.change-form #content-main>form .wrapped-fields-container .fieldBox label+*:not(.datetime),.passwordchange #content-main>form .wrapped-fields-container .fieldBox label+*:not(.datetime){display:inline-block}}html{background:#1c2429;height:100%}body{font-weight:300;min-height:100%;opacity:0;transition:opacity .2s linear}body.baton-ready{opacity:1}a{text-decoration:none}a:hover{text-decoration:underline}a.btn:hover,.change-form #content-main>form .form-row a.selector-chooseall:hover,.passwordchange #content-main>form .form-row a.selector-chooseall:hover,.change-form #content-main>form .form-row a.selector-clearall:hover,.passwordchange #content-main>form .form-row a.selector-clearall:hover,.change-form #content-main>form .submit-row .deletelink-box a.deletelink:hover,.passwordchange #content-main>form .submit-row .deletelink-box a.deletelink:hover,.change-form #content-main>form .add-row a:hover,.passwordchange #content-main>form .add-row a:hover,.change-form #content-main>form a.inline-deletelink:hover,.passwordchange #content-main>form a.inline-deletelink:hover,#content .object-tools a:hover,.change-list a.changelist-filter-toggler:hover,.paginator a.showall:hover,.delete-confirmation-content form a.cancel-link:hover,.actionresult #content>p a:hover,.page-admindocs .admindocs-body .small a:hover{text-decoration:none}button,input,optgroup,select,textarea{font-family:\"Dosis\",sans-serif}.clear{clear:both}#toggle-nav-sidebar,#nav-sidebar{display:none !important}@-webkit-keyframes bounce{0%{transform:translateY(0) rotate(0deg)}100%{transform:translateY(-5px) rotate(5deg)}}@keyframes bounce{0%{transform:translateY(0) rotate(0deg)}100%{transform:translateY(-5px) rotate(5deg)}}body.login{background:#fff;display:flex;flex-direction:column;justify-content:center;padding:1px 1rem 0}body.login #header #branding{margin:auto !important}.login #content{padding-top:1px !important}.login #content-main+br.clear{display:none}.login #container{border:0 !important;border-radius:0;max-width:100%;min-width:auto;width:24em}.login #container .navbar-toggler{display:none !important}.login #container .submit-row{padding:10px 0;text-align:center}.login #container .submit-row input{display:inline-block}.login #container form{padding:1rem}.login #container form .input-group-text{justify-content:center;width:42px}.login #container input[type='text'],.login #container input[type='password']{background:#fff !important;border-top-left-radius:0 !important;border-bottom-left-radius:0 !important}.login #container .pwd-visibility-toggle{color:#999;cursor:pointer;position:absolute;right:8px;top:11px;z-index:10}.login #container .form-row{margin-left:0 !important;margin-right:0 !important;position:relative}.login #container .errornote{margin:1rem 1rem 0;padding:.5rem}.page-logout #header{padding-left:1rem}.page-logout .site-footer{position:static}body.page-logout #header .navbar-toggler{display:none}#header{align-items:center;background:#1c2429 !important;color:#fff;flex-direction:row !important;padding:.6rem 0}#header strong{color:#fff;padding-left:0}#header strong::before{content:'\\f007';display:inline-block;font-family:'Font Awesome\\ 5 Free';margin-right:5px}#header a{color:#fff}#header a:hover{color:#d32d41;text-decoration:none}#header a.dropdown-item{color:#000}#header #user-tools>a{order:2}@media (min-width: 768px){#header #user-tools .dropdown-menu{left:auto;right:0}}#header .navbar-toggler{border-width:0 !important;margin-right:5px}#header .nav-menu.is-active{background:#263238}#branding{display:inline-block;padding-bottom:0}#branding h1,#branding .h1{font-size:1.6rem}.site-footer{background:#1c2429;border-top:1px solid #fff;bottom:0;color:#fff;font-size:.9rem;left:0;margin-top:20px;position:absolute;width:100%}.site-footer p{margin-bottom:5px;margin-top:5px}.site-footer a{color:#b3c100}.site-footer a:hover{color:#848e00}.site-footer .btn-light,.site-footer .change-form #content-main>form .form-row .selector-chooseall,.change-form #content-main>form .form-row .site-footer .selector-chooseall,.site-footer .passwordchange #content-main>form .form-row .selector-chooseall,.passwordchange #content-main>form .form-row .site-footer .selector-chooseall,.site-footer .change-form #content-main>form .form-row .selector-clearall,.change-form #content-main>form .form-row .site-footer .selector-clearall,.site-footer .passwordchange #content-main>form .form-row .selector-clearall,.passwordchange #content-main>form .form-row .site-footer .selector-clearall,.site-footer .change-list #changelist-form .actions button,.change-list #changelist-form .actions .site-footer button{color:#1c2429}.login #footer{display:none}.menu-open .sidebar-menu{left:0}@media (min-width: 992px){body:not(.menu-mobile) .sidebar-menu{height:auto;left:0;position:static}body:not(.menu-mobile) .sidebar-menu h1 i,body:not(.menu-mobile) .sidebar-menu .h1 i{display:none !important}}.sidebar-menu{background:#263238;color:#fff;height:100%;left:-100%;padding:0;position:fixed;top:0;z-index:100}@media (min-width: 992px){.sidebar-menu{overflow:auto}}.sidebar-menu #branding{background:#1c2429;border-bottom:1px solid #1c2429;padding-top:0;text-align:center;width:100%}.sidebar-menu #branding>h1,.sidebar-menu #branding>.h1{background:#1c2429}.sidebar-menu #branding a{color:#fff !important}.sidebar-menu .toggle-menu{cursor:pointer;position:absolute;right:1rem;top:1.6rem}.sidebar-menu #user-tools{display:none}.sidebar-menu #user-tools-sidebar{padding:1rem;position:relative;text-align:center}.sidebar-menu #user-tools-sidebar .user-links{height:38px;transition:height .2s linear}.sidebar-menu #user-tools-sidebar .user-area-toggler{cursor:pointer}.sidebar-menu #user-tools-sidebar.collapsed .user-links,.sidebar-menu #user-tools-sidebar.collapsed .user-info div{display:none}.sidebar-menu #user-tools-sidebar .gravatar-icon{border:2px solid #fff;border-radius:50%}.sidebar-menu #user-tools-sidebar .user-info{align-items:center;display:flex;flex-direction:column;font-size:1.2rem;justify-content:center}.sidebar-menu #user-tools-sidebar .user-links{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:.5rem}.sidebar-menu #user-tools-sidebar a{color:#ccc !important}.sidebar-menu #user-tools-sidebar a.view-site::after{content:'\\f108';font-family:'Font Awesome\\ 5 Free'}.sidebar-menu #user-tools-sidebar a.view-site[href*=doc]::after{content:'\\f02d' !important;font-family:'Font Awesome\\ 5 Free'}.sidebar-menu #user-tools-sidebar a.password::after{content:'\\f084';font-family:'Font Awesome\\ 5 Free'}.sidebar-menu #user-tools-sidebar a.logout::after{content:'\\f2f5';font-family:'Font Awesome\\ 5 Free';font-size:1.6rem}.sidebar-menu #user-tools-sidebar a::after{color:#b3c100;font-size:1.3rem;display:inline-block;margin:0 .6rem}.sidebar-menu .search-field-tool{margin:.5rem 1rem;position:relative}.sidebar-menu .search-field-tool input{background:#3b4d56;border-color:#263238;color:#fff;padding-right:30px}.sidebar-menu .search-field-tool::after{color:#b3c100;content:'\\f002';font-family:'Font Awesome\\ 5 Free';position:absolute;right:.5rem;top:.2rem}.sidebar-menu .search-field-tool.loading::after{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite;content:'\\f1ce'}.sidebar-menu .search-field-tool #admin-search-datalist{background:#1c2429;max-height:50vh;overflow:auto;position:absolute;width:100%}.sidebar-menu .search-field-tool #admin-search-datalist div{align-items:center;border-bottom:1px solid #181f23;cursor:pointer;display:flex;flex-direction:row;font-size:.9rem;justify-content:space-between;max-height:50vh;overflow:auto;padding:.5rem}.sidebar-menu .search-field-tool #admin-search-datalist div.selected{background:#263238}.sidebar-menu .search-field-tool #admin-search-datalist div i{color:#6ebbff;font-size:.9rem}.sidebar-menu h1,.sidebar-menu .h1{background:#37474f;color:#fff;font-size:1.6rem;margin-bottom:0;padding:1rem 16px;position:absolute;top:0;width:100%;z-index:12}@media (min-width: 992px){.sidebar-menu h1,.sidebar-menu .h1{background:#2d3940;position:static}}.sidebar-menu h1 i,.sidebar-menu .h1 i{cursor:pointer;float:right;font-weight:normal;margin-right:10px;margin-top:5px}.sidebar-menu .depth-0,.sidebar-menu .depth-1{background:#263238;height:100%;left:0;list-style-type:none;overflow:auto;padding:0;padding-top:66px;position:absolute;top:0;width:100%;z-index:10}@media (min-width: 992px){.sidebar-menu .depth-0,.sidebar-menu .depth-1{height:auto;padding-top:0;position:static}}.sidebar-menu .depth-0 li,.sidebar-menu .depth-1 li{padding:0}.sidebar-menu .depth-0 li a,.sidebar-menu .depth-0 li span,.sidebar-menu .depth-1 li a,.sidebar-menu .depth-1 li span{padding:10px 20px}.sidebar-menu .depth-0 a,.sidebar-menu .depth-0 span,.sidebar-menu .depth-1 a,.sidebar-menu .depth-1 span{color:#ccc;display:block;outline:0}.sidebar-menu .depth-0 a:hover,.sidebar-menu .depth-0 span:hover,.sidebar-menu .depth-1 a:hover,.sidebar-menu .depth-1 span:hover{color:#fff;text-decoration:none}.sidebar-menu .depth-0 a.has-children::after,.sidebar-menu .depth-0 span.has-children::after,.sidebar-menu .depth-1 a.has-children::after,.sidebar-menu .depth-1 span.has-children::after{content:'\\f105';float:right}.sidebar-menu .depth-0 a i,.sidebar-menu .depth-0 span i,.sidebar-menu .depth-1 a i,.sidebar-menu .depth-1 span i{display:inline-block;margin-right:8px}.sidebar-menu .depth-0>li:not(.title):hover{background:#222d32}.sidebar-menu .depth-0 .title{background:#1c2429 !important}.sidebar-menu .depth-0 .title>span{color:#d32d41 !important;font-weight:bold;text-transform:uppercase}.sidebar-menu .depth-1{display:block;margin-left:-100%;transition:margin-left .0s linear}@media (min-width: 992px){.sidebar-menu .depth-1{display:none;margin-left:0}.sidebar-menu .depth-1 li{padding-left:10px}}@media (min-width: 992px){.sidebar-menu .title>.depth-1 li{padding-left:0}}@media (min-width: 992px){.sidebar-menu .open .has-children::after{content:'\\f107' !important}.sidebar-menu .open ul,.sidebar-menu .open li{background:#304047 !important}}.sidebar-menu .open>.depth-1{display:block}.sidebar-menu .open .depth-1{margin-left:0;z-index:10}@media (min-width: 992px){.sidebar-menu .default-open .has-children::after{content:'\\f107' !important}.sidebar-menu .default-open ul,.sidebar-menu .default-open li{background:#304047 !important}.sidebar-menu .default-open>.depth-1{display:block}.sidebar-menu .default-open .depth-1{margin-left:0;z-index:10}}.sidebar-menu .nav-back{background:#1c2429}@media (min-width: 992px){.sidebar-menu .nav-back{display:none}}@media (min-width: 992px){.sidebar-menu .with-active .has-children::after{content:'\\f107' !important}.sidebar-menu .with-active ul,.sidebar-menu .with-active li{background:#304047}.sidebar-menu .with-active>.depth-1{display:block}.sidebar-menu .with-active .depth-1{margin-left:0;z-index:10}}@media (min-width: 992px){.sidebar-menu .active:not(.with-active){background:#55121a !important;border-left:5px solid #f5f5f5;position:relative}.sidebar-menu .active:not(.with-active) a{margin-left:-5px}}.dashboard #content{background:#f5f5f5}.dashboard #content-main{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) / -2);margin-left:calc(var(--bs-gutter-x) / -2);float:left;margin-left:0 !important;padding:16px 0;width:100%}@media (min-width: 992px){.dashboard #content-main{margin-left:-15px;width:75%}}.dashboard #content-main>.module{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) / 2);padding-left:calc(var(--bs-gutter-x) / 2);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:100%}@media (min-width: 992px){.dashboard #content-main>.module{flex:0 0 auto;width:50%}}@media (min-width: 1600px){.dashboard #content-main>.module{flex:0 0 auto;width:33.33333%}}.dashboard #content-main table{background:#fff;border:1px solid #fff}.dashboard #content-main table tbody{font-size:.9rem}.dashboard #content-main table th{width:100%}.dashboard #content-main table td{white-space:nowrap}.dashboard #content-related{float:right;margin-bottom:2rem;margin-right:0 !important;padding:0 15px;width:100%}@media (min-width: 992px){.dashboard #content-related{margin-right:25px;width:23%}}.dashboard #content-related h2,.dashboard #content-related .h2{font-size:1.4rem}.dashboard #content-related h3,.dashboard #content-related .h3{font-size:1.2rem}.dashboard #content-related>div{background:#fff;border:1px solid #fff}.dashboard #content-related .actionlist{font-size:.9rem}.dashboard caption{background:#f6f6f6;border:1px solid #fff;caption-side:top}.dashboard caption a{color:#000}.dashboard .actionlist{border-left:5px solid #e7e7e7;list-style-type:none;margin-left:.5rem;margin-top:1.5rem;padding-left:0;position:relative}.dashboard .actionlist::after{background-image:linear-gradient(#e7e7e7 50%, rgba(255,255,255,0) 0%);background-position:center;background-repeat:repeat-y;background-size:5px 13px;bottom:-25px;content:'';height:25px;left:-5px;position:absolute;width:5px}.dashboard .actionlist li{padding:1.5rem;padding-top:0;position:relative}.dashboard .actionlist li::before{background:#f90;border-radius:50%;color:#fff !important;display:inline-block;height:30px;left:-18px;line-height:30px;position:absolute;text-align:center;width:30px}.dashboard .actionlist li.addlink::before{background:#28a745}.dashboard .actionlist li.changelink::before{background:#007eed}.dashboard .actionlist li.deletelink::before{background:#dc3545}.dashboard .addlink::before,.dashboard .viewlink::before,.dashboard .deletelink::before,.dashboard .changelink::before{color:#f90;white-space:nowrap}.dashboard .addlink::before{content:'\\f067'}.dashboard .changelink::before{content:'\\f304'}.dashboard .deletelink::before{content:'\\f1f8'}.dashboard .viewlink::before{content:'\\f26c'}.breadcrumbs{background:#f0f0f0;line-height:1.9;word-spacing:5px}.breadcrumbs a:first-child::before{content:'\\f015'}@media (min-width: 992px){.menu-mobile #content{flex:0 0 100% !important;max-width:100% !important;width:100% !important}}#content{background:#f5f5f5;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;padding-top:0 !important;position:relative}@media (max-width: 767.98px){#content{flex:0 0 100% !important;max-width:100% !important}}#content>h1,#content>.h1{background:#fafafa;font-size:1.6rem;font-weight:700}#content .object-tools{float:right;list-style-type:none}#content .object-tools li{display:inline-block}.messagelist{list-style-type:none;padding:0}.messagelist .success::before{content:'\\f00c'}.messagelist .info::before{content:'\\f05a'}.messagelist .warning::before{content:'\\f12a'}.messagelist .error::before{content:'\\f071'}.modal-header{align-items:center !important}.modal-dialog button.back{align-items:center;background:#007eed;border:none;border-radius:50%;color:#fff;display:flex;height:24px;justify-content:center;position:relative;top:-4px;width:24px}.modal-dialog button.back:focus{border:none;outline:none}.change-list .object-tools .addlink::before{content:'\\f067'}.change-list #changelist{border:1px solid #fff;clear:both;display:flex;flex-wrap:wrap;overflow:hidden}.change-list #changelist .changelist-form-container{display:flex;flex:0 0 100%;flex-wrap:wrap;overflow:hidden}.change-list #changelist:first-child{margin-top:1rem}.change-list #changelist .toplinks{margin-bottom:0;padding-left:0}.change-list #changelist .toplinks li{background:rgba(0,0,0,0.1);display:inline-block;padding:.2rem 1rem}.change-list #changelist .toplinks li.date-back{background:#d32d41}.change-list #changelist .toplinks li.date-back a{color:#fff}.change-list #changelist .toplinks+br{display:none}.change-list #changelist .xfull{overflow:auto;width:100%}.change-list #changelist .xfull .toplinks{white-space:nowrap}.change-list #changelist .date-icon::before{content:'\\f073'}.change-list #changelist .clock-icon::before{content:'\\f017'}.change-list #changelist #result_list input[type=text],.change-list #changelist #result_list input[type=number],.change-list #changelist #result_list input[type=email],.change-list #changelist #result_list input[type=date]{display:inline;height:28px;margin:2px 0;width:auto}.change-list #toolbar{flex:0 0 auto;width:100%;background:#ebeff1;order:1}.change-list #changelist-search label,.change-list #changelist-search input{display:inline-block !important}.change-list #changelist-search label{position:relative;top:-2px;text-align:right}.change-list #changelist-search input[type=text]{max-width:160px}.change-list #changelist-search input[type=submit]{background:#fff;margin-top:-3px;max-width:100px}.change-list #changelist-search input[type=submit]:hover{background:#fafafa}.change-list .action-counter{display:block}@media (min-width: 576px){.change-list .action-counter{display:inline}}.change-list .changelist-filter-toggler{align-items:center;cursor:pointer;display:inline;float:right;font-size:1rem;margin-bottom:1rem;min-height:39px}.change-list .changelist-filter-toggler.active{background:#b3c100;border-color:#b3c100 !important}.change-list .changelist-filter-toggler.with-actions{display:flex;flex-direction:row;float:none;margin-bottom:0;position:absolute;right:16px;top:32px}.change-list .changelist-filter-toggler>span{display:none}@media (min-width: 576px){.change-list .changelist-filter-toggler>span{display:inline-block;margin-left:.5rem}}.change-list #changelist-filter,.change-list #changelist-filter-modal{flex:0 0 auto;width:100%;background:#fafafa;max-width:100%;order:3}@media (min-width: 992px){.change-list #changelist-filter,.change-list #changelist-filter-modal{flex:0 0 auto;width:0%;max-height:200px;max-width:99%;overflow:hidden}}.change-list #changelist-filter h2,.change-list #changelist-filter-modal h2,.change-list #changelist-filter .h2,.change-list #changelist-filter-modal .h2{background:#263238;color:#fff;font-size:1.4rem;margin-bottom:0;padding:.5rem 1rem}.change-list #changelist-filter #changelist-filter-clear,.change-list #changelist-filter-modal #changelist-filter-clear{background:#17a2b8;font-size:.9rem;margin-bottom:0;margin-top:0;padding:.5rem 1rem}.change-list #changelist-filter #changelist-filter-clear a,.change-list #changelist-filter-modal #changelist-filter-clear a{color:#fff}.change-list #changelist-filter h3,.change-list #changelist-filter-modal h3,.change-list #changelist-filter .h3,.change-list #changelist-filter-modal .h3{font-size:1.2rem;margin-top:1rem;padding:0 1rem}.change-list #changelist-filter h3:first-child,.change-list #changelist-filter-modal h3:first-child,.change-list #changelist-filter .h3:first-child,.change-list #changelist-filter-modal .h3:first-child{margin-top:0}.change-list #changelist-filter ul,.change-list #changelist-filter-modal ul{list-style-type:none;padding-left:15px}.change-list #changelist-filter ul .selected,.change-list #changelist-filter-modal ul .selected{border-left:5px solid #d32d41;margin-left:-15px;padding-left:10px}.change-list.changelist-filter-always-open #changelist-filter,.change-list.changelist-filter-always-open #changelist-filter-modal,.change-list.changelist-filter-always-open #changelist-form{transition:none !important}@media (min-width: 992px){.change-list.changelist-filter-active #changelist-filter,.change-list.changelist-filter-active #changelist-filter-modal{flex:0 0 auto;width:16.66667%;max-height:100%}}@media (min-width: 992px){.change-list.changelist-filter-active #changelist-form{flex:0 0 auto;width:83.33333%}}.change-list #changelist-filter-modal{max-width:100% !important;max-height:100% !important;order:0 !important;padding:.5rem 0 !important;width:auto !important}.change-list #changelist-filter-modal select{margin-left:0 !important;width:auto !important}.change-list #changelist-form{flex:0 0 auto;width:100%;background:#fff;order:2;padding:1rem !important;position:relative}@media (min-width: 992px){.change-list #changelist-form{flex:0 0 auto;width:100%}}.change-list #changelist-form .actions .all,.change-list #changelist-form .actions .question,.change-list #changelist-form .actions .clear{display:none}.change-list #changelist-form select{-moz-appearance:none;text-indent:.01px;text-overflow:''}.change-list .results{background:#fff;clear:both}.change-list .results table thead>tr{background:#f0f0f0;color:inherit}.change-list .results table tbody tr:nth-child(2n+1){background:#fafafa;color:inherit}.change-list .results table tbody tr.selected,.change-list .results table tbody tr.selected td,.change-list .results table tbody tr.selected th{background:#e1dac9 !important;color:inherit}.change-list .results table .action-checkbox-column{width:20px}.change-list .results table .action-checkbox-column .text{padding-right:0}.change-list .results table th,.change-list .results table td{padding:.3rem}.change-list .results .sortoptions{float:right}.change-list .results th .text{padding-right:44px}.change-list .results .sorted .sortoptions a{background:url("+F+") 0 0 no-repeat;background-size:14px auto;display:inline-block;height:14px;position:relative;width:14px}.change-list .results .sorted .sortoptions a.sortremove::after{color:#999;content:'\\\\';font-size:18px;font-weight:200;left:3px;position:absolute;top:-6px}.change-list .results .sorted .sortoptions a.descending{background-position:0 -56px;top:1px}.change-list .results .sorted .sortoptions a.ascending{background-position:0 -42px}.change-list .baton-cl-include-top{padding-right:50px}@media (min-width: 576px){.change-list .baton-cl-include-top{padding-right:100px}}.change-list .baton-cl-include-above,.change-list .baton-cl-include-below{width:100%}.change-list .baton-cl-include-below{order:2}.change-list .admindatefilter{border-bottom:0 !important;margin-right:15px;padding-bottom:0;position:relative}.change-list .admindatefilter form>p{display:flex;flex-direction:row}.change-list .admindatefilter .datetimeshortcuts{right:2rem}.change-list .admindatefilter input[type='text']{flex-grow:1}.change-form .object-tools{float:right;list-style-type:none}.change-form .object-tools .historylink::before{content:'\\f017'}.change-form .object-tools .viewsitelink::before{content:'\\f26c'}.change-form .baton-image-preview{height:100px}.change-form .baton-image-preview:hover{-webkit-animation:bounce 0.1s;animation:bounce 0.1s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-iteration-count:4;animation-iteration-count:4}.change-form .collapse-entry h3,.change-form .collapse-entry .h3{cursor:pointer}.change-form .collapse-entry h3 .entry-collapse-toggler,.change-form .collapse-entry .h3 .entry-collapse-toggler{margin-left:1rem !important;order:1}.change-form .collapse-entry h3 .entry-collapse-toggler::before,.change-form .collapse-entry .h3 .entry-collapse-toggler::before{color:#666;content:'\\f070';cursor:pointer;font-family:'Font Awesome\\ 5 Free'}.change-form .collapse-entry h3 .entry-collapse-toggler+span,.change-form .collapse-entry .h3 .entry-collapse-toggler+span{margin-left:auto}.change-form .collapse-entry h3.entry-collapsed+fieldset,.change-form .collapse-entry .entry-collapsed.h3+fieldset{display:none !important}.change-form .collapse-entry h3.entry-collapsed .entry-collapse-toggler::before,.change-form .collapse-entry .entry-collapsed.h3 .entry-collapse-toggler::before{content:'\\f06e'}.change-form .collapse-entry .last-related h3 .entry-collapse-toggler::before,.change-form .collapse-entry .last-related .h3 .entry-collapse-toggler::before,.change-form .expand-first .inline-related[id$=\"-0\"] h3 .entry-collapse-toggler::before,.change-form .expand-first .inline-related[id$=\"-0\"] .h3 .entry-collapse-toggler::before{content:'\\f06e'}.change-form .collapse-entry .last-related h3+fieldset,.change-form .collapse-entry .last-related .h3+fieldset,.change-form .expand-first .inline-related[id$=\"-0\"] h3+fieldset,.change-form .expand-first .inline-related[id$=\"-0\"] .h3+fieldset{display:none !important}.change-form .collapse-entry .last-related h3.entry-collapsed .entry-collapse-toggler::before,.change-form .collapse-entry .last-related .entry-collapsed.h3 .entry-collapse-toggler::before,.change-form .expand-first .inline-related[id$=\"-0\"] h3.entry-collapsed .entry-collapse-toggler::before,.change-form .expand-first .inline-related[id$=\"-0\"] .entry-collapsed.h3 .entry-collapse-toggler::before{content:'\\f070'}.change-form .collapse-entry .last-related h3.entry-collapsed+fieldset,.change-form .collapse-entry .last-related .entry-collapsed.h3+fieldset,.change-form .expand-first .inline-related[id$=\"-0\"] h3.entry-collapsed+fieldset,.change-form .expand-first .inline-related[id$=\"-0\"] .entry-collapsed.h3+fieldset{display:block !important}.spinner-overlay{align-items:center;background:rgba(255,255,255,0.8);bottom:0;color:#000;display:flex;height:100%;justify-content:center;left:0;position:fixed;right:0;text-align:center;top:0;width:100%;z-index:100}.spinner-overlay p{font-size:3rem;font-weight:bold}.nav-tabs .nav-link{background:#fafafa;border:1px solid #dee2e6;font-weight:bold}.submit-row+.nav-tabs{margin-top:1rem}.baton-form-include{display:block;min-width:100%}.baton-form-include-right{display:inline !important;min-width:auto !important}.change-form #content-main>form .form-row>div.baton-form-include{display:block}body.page-changehistory #content-main>.module{background:#fff;border:1px solid #fff;margin-top:15px}body.page-changehistory #content-main>.module #change-history{margin-bottom:0}body.page-changehistory #content-main>.module #change-history thead>tr{background:#f0f0f0;color:inherit}body.page-changehistory #content-main>.module #change-history tbody tr:nth-child(2n+1){background:#fafafa;color:inherit}body.page-changehistory #content-main>.module #change-history td,body.page-changehistory #content-main>.module #change-history th{padding:.3rem}.paginator{overflow:auto;padding-top:.5rem;white-space:nowrap}.paginator span,.paginator a:not(.showall){background:#fff;border:1px solid #eee;color:#000;display:inline-block;height:40px;line-height:40px;padding:0 !important;text-align:center;width:40px}.paginator span:hover,.paginator a:not(.showall):hover{background:#eee}.paginator .this-page{background:#455a64;color:#fff}.paginator .this-page:hover{background:#455a64}.paginator .showall{margin-top:-5px}.paginator input{margin-top:-4px}@media (min-width: 768px){.paginator input{float:right;margin-top:0}}.delete-confirmation-content{background:#fff;border:1px solid #fff}.delete-confirmation-content form .cancel-link::before{content:'\\f0e2'}.passwordchange #content-main .form-row,.auth-user.change-form #content-main .form-row{align-items:flex-start;display:flex;flex:1;flex-direction:row;flex-wrap:wrap}.calendarbox,.clockbox{margin:5px auto;font-size:12px;width:19em;text-align:center;background:white;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,0.15);overflow:hidden;position:relative}.clockbox{width:auto}.clockbox h2,.clockbox .h2{background:#eee;border-bottom:1px solid #ddd;font-size:1rem;padding:0.5rem 1rem}.calendar{margin:0;padding:0}.calendar table{margin:0;padding:0;border-collapse:collapse;background:white;width:100%}.calendar table caption{caption-side:top}.calendar caption,.calendarbox h2,.calendarbox .h2{margin:0;text-align:center;border-top:none;background:#f5dd5d;font-weight:700;font-size:12px;color:#333}.calendar th{padding:8px 5px;background:#f8f8f8;border-bottom:1px solid #ddd;font-weight:400;font-size:12px;text-align:center;color:#666}.calendar td{font-weight:400;font-size:12px;text-align:center;padding:0;border-top:1px solid #eee;border-bottom:none}.calendar td.selected a{background:#79aec8;color:#fff}.calendar td.nonday{background:#f8f8f8}.calendar td.today a{font-weight:700}.calendar td a,.timelist a{display:block;font-weight:400;padding:6px;text-decoration:none;color:#444}.calendar td a:focus,.timelist a:focus,.calendar td a:hover,.timelist a:hover{background:#79aec8;color:white}.calendar td a:active,.timelist a:active{background:#417690;color:white}.calendarnav{font-size:10px;text-align:center;color:#ccc;margin:0;padding:1px 3px}.calendarnav a:link,#calendarnav a:visited,#calendarnav a:focus,#calendarnav a:hover{color:#999}.calendar-shortcuts{background:white;border-top:1px solid #eee;font-size:11px;line-height:11px;padding:8px 0;color:#ccc}.calendarbox .calendarnav-previous,.calendarbox .calendarnav-next{display:block;height:15px;padding:0;position:absolute;text-indent:-9999px;top:14px;width:15px}.calendarnav-previous{background:url("+R+") 0 0 no-repeat;left:10px}.calendarbox .calendarnav-previous:focus,.calendarbox .calendarnav-previous:hover{background-position:0 -15px}.calendarnav-next{right:10px;background:url("+R+") 0 -30px no-repeat}.calendarbox .calendarnav-next:focus,.calendarbox .calendarnav-next:hover{background-position:0 -45px}.calendar-cancel{margin:0;padding:4px 0;font-size:12px;background:#eee;border-top:1px solid #ddd;color:#333}.calendar-cancel:focus,.calendar-cancel:hover{background:#ddd}.calendar-cancel a{color:black;display:block}ul.timelist,.timelist li{list-style-type:none;margin:0;padding:0}.timelist a{padding:2px}.container-analytics{width:100%}.container-analytics h1,.container-analytics .h1{font-size:1.6rem}.container-analytics h2,.container-analytics .h2{font-size:1.4rem}.container-analytics .chart-container{background:#fff;border:1px solid #fff;padding:15px}.page-admindocs .admindocs-body{padding:0 1rem}.page-admindocs .admindocs-body #content-main{padding-top:1rem}.page-admindocs .admindocs-body h2,.page-admindocs .admindocs-body .h2{font-size:1.5rem}.page-admindocs .admindocs-body h3,.page-admindocs .admindocs-body .h3{font-size:1.4rem}.page-admindocs .admindocs-body .subhead{margin-bottom:1rem}.page-admindocs .admindocs-body .help::before{content:'\\f05a';display:inline-block;font-family:'Font Awesome\\ 5 Free';margin-right:.5rem}.page-admindocs .admindocs-body .simple{background:#ddd;padding-bottom:.5rem;padding-top:1rem}.page-admindocs .admindocs-body pre{background:#333;color:#fff;font-size:.8rem;padding:1rem}.page-admindocs .admindocs-body table{border:#e0e0e0 !important}.page-admindocs .admindocs-body .module{background:#fff;margin-bottom:1rem;max-width:100%;overflow:auto}.page-admindocs .admindocs-body .module h2,.page-admindocs .admindocs-body .module .h2{background:#f6f6f6;border:1px solid #fff;font-size:1.4rem;padding:.5rem}.page-admindocs .admindocs-body .module h3,.page-admindocs .admindocs-body .module .h3{color:#d32d41;font-size:1.4rem}.page-admindocs .admindocs-body .module h4,.page-admindocs .admindocs-body .module .h4{font-size:1.2rem}.page-admindocs .admindocs-body .module>h3,.page-admindocs .admindocs-body .module>.h3,.page-admindocs .admindocs-body .module>p,.page-admindocs .admindocs-body .module>h4,.page-admindocs .admindocs-body .module>.h4,.page-admindocs .admindocs-body .module>dl{padding-left:.5rem;padding-right:.5rem}.page-admindocs .colSM .admindocs-body{display:flex;flex-direction:column}@media (min-width: 992px){.page-admindocs .colSM .admindocs-body{flex-direction:row}}.page-admindocs .colSM .admindocs-body #content-main{order:2}.page-admindocs .colSM .admindocs-body #content-related{order:1}@media (min-width: 992px){.page-admindocs .colSM .admindocs-body #content-related{margin-right:1rem;padding-top:1rem}}.filter-files-field.js-filter-files{width:170px}.filter-files-container .filter-search-wrapper{width:auto !important}.filebrowser .paginator span{border:0 !important;width:auto !important}.search-is-focused .filter-files-container{position:relative}form .form-row .filer-dropzone.filer-dropzone-mobile .filerFile{display:flex;justify-content:center}.js-filer-dropzone .insertlinkButton{padding-top:0 !important}.form-row .filer-dropzone .filerFile .related-lookup.related-lookup-change{min-width:36px}.form-row .filer-dropzone .filerFile .related-lookup.related-lookup-change::before{content:'' !important}.form-row .filer-dropzone .filerFile .related-lookup.related-lookup-change .edit-file{margin-top:-10px}form .form-row .filer-dropzone{min-width:100% !important}\n",""]),t.exports=e},function(t,e,n){"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=function(t,e){var n=t[1]||"",o=t[3];if(!o)return n;if(e&&"function"==typeof btoa){var r=(i=o,l=btoa(unescape(encodeURIComponent(JSON.stringify(i)))),c="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(l),"/*# ".concat(c," */")),a=o.sources.map((function(t){return"/*# sourceURL=".concat(o.sourceRoot||"").concat(t," */")}));return[n].concat(a).concat([r]).join("\n")}var i,l,c;return[n].join("\n")}(e,t);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,o){"string"==typeof t&&(t=[[null,t,""]]);var r={};if(o)for(var a=0;a=0&&c.splice(e,1)}function p(t){var e=document.createElement("style");return e.type="text/css",f(t,e),e}function g(t,e){var n,o,r;if(e.singleton){var a=l++;n=i||(i=p(e)),o=b.bind(null,n,a,!1),r=b.bind(null,n,a,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(n=function(t){var e=document.createElement("link");return e.rel="stylesheet",f(t,e),e}(e),o=v.bind(null,n),r=function(){d(n),n.href&&URL.revokeObjectURL(n.href)}):(n=p(e),o=w.bind(null,n),r=function(){d(n)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else r()}}t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");void 0===(e=e||{}).singleton&&(e.singleton=r()),void 0===e.insertAt&&(e.insertAt="bottom");var o=m(t);return s(o,e),function(t){for(var r=[],a=0;a0,o._pointerEvent=Boolean(window.PointerEvent),o._addEventListeners(),o}i(e,t);var n=e.prototype;return n.next=function(){this._isSliding||this._slide("next")},n.nextWhenVisible=function(){!document.hidden&&v(this._element)&&this.next()},n.prev=function(){this._isSliding||this._slide("prev")},n.pause=function(t){t||(this._isPaused=!0),Q(".carousel-item-next, .carousel-item-prev",this._element)&&(u(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},n.cycle=function(t){t||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config&&this._config.interval&&!this._isPaused&&(this._updateInterval(),this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},n.to=function(t){var e=this;this._activeElement=Q(".active.carousel-item",this._element);var n=this._getItemIndex(this._activeElement);if(!(t>this._items.length-1||t<0))if(this._isSliding)R.one(this._element,"slid.bs.carousel",(function(){return e.to(t)}));else{if(n===t)return this.pause(),void this.cycle();var o=t>n?"next":"prev";this._slide(o,this._items[t])}},n.dispose=function(){t.prototype.dispose.call(this),R.off(this._element,et),this._items=null,this._config=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},n._getConfig=function(t){return t=a({},nt,t),w("carousel",t,ot),t},n._handleSwipe=function(){var t=Math.abs(this.touchDeltaX);if(!(t<=40)){var e=t/this.touchDeltaX;this.touchDeltaX=0,e>0&&(_?this.next():this.prev()),e<0&&(_?this.prev():this.next())}},n._addEventListeners=function(){var t=this;this._config.keyboard&&R.on(this._element,"keydown.bs.carousel",(function(e){return t._keydown(e)})),"hover"===this._config.pause&&(R.on(this._element,"mouseenter.bs.carousel",(function(e){return t.pause(e)})),R.on(this._element,"mouseleave.bs.carousel",(function(e){return t.cycle(e)}))),this._config.touch&&this._touchSupported&&this._addTouchEventListeners()},n._addTouchEventListeners=function(){var t=this,e=function(e){!t._pointerEvent||"pen"!==e.pointerType&&"touch"!==e.pointerType?t._pointerEvent||(t.touchStartX=e.touches[0].clientX):t.touchStartX=e.clientX},n=function(e){!t._pointerEvent||"pen"!==e.pointerType&&"touch"!==e.pointerType||(t.touchDeltaX=e.clientX-t.touchStartX),t._handleSwipe(),"hover"===t._config.pause&&(t.pause(),t.touchTimeout&&clearTimeout(t.touchTimeout),t.touchTimeout=setTimeout((function(e){return t.cycle(e)}),500+t._config.interval))};K(".carousel-item img",this._element).forEach((function(t){R.on(t,"dragstart.bs.carousel",(function(t){return t.preventDefault()}))})),this._pointerEvent?(R.on(this._element,"pointerdown.bs.carousel",(function(t){return e(t)})),R.on(this._element,"pointerup.bs.carousel",(function(t){return n(t)})),this._element.classList.add("pointer-event")):(R.on(this._element,"touchstart.bs.carousel",(function(t){return e(t)})),R.on(this._element,"touchmove.bs.carousel",(function(e){return function(e){e.touches&&e.touches.length>1?t.touchDeltaX=0:t.touchDeltaX=e.touches[0].clientX-t.touchStartX}(e)})),R.on(this._element,"touchend.bs.carousel",(function(t){return n(t)})))},n._keydown=function(t){/input|textarea/i.test(t.target.tagName)||("ArrowLeft"===t.key?(t.preventDefault(),_?this.next():this.prev()):"ArrowRight"===t.key&&(t.preventDefault(),_?this.prev():this.next()))},n._getItemIndex=function(t){return this._items=t&&t.parentNode?K(".carousel-item",t.parentNode):[],this._items.indexOf(t)},n._getItemByDirection=function(t,e){var n="next"===t,o="prev"===t,r=this._getItemIndex(e),a=this._items.length-1;if((o&&0===r||n&&r===a)&&!this._config.wrap)return e;var i=(r+("prev"===t?-1:1))%this._items.length;return-1===i?this._items[this._items.length-1]:this._items[i]},n._triggerSlideEvent=function(t,e){var n=this._getItemIndex(t),o=this._getItemIndex(Q(".active.carousel-item",this._element));return R.trigger(this._element,"slide.bs.carousel",{relatedTarget:t,direction:e,from:o,to:n})},n._setActiveIndicatorElement=function(t){if(this._indicatorsElement){var e=Q(".active",this._indicatorsElement);e.classList.remove("active"),e.removeAttribute("aria-current");for(var n=K("[data-bs-target]",this._indicatorsElement),o=0;o0)for(var o=0;o0&&a--,"ArrowDown"===t.key&&adocument.documentElement.clientHeight;e||(this._element.style.overflowY="hidden"),this._element.classList.add("modal-static");var n=g(this._dialog);R.off(this._element,"transitionend"),R.one(this._element,"transitionend",(function(){t._element.classList.remove("modal-static"),e||(R.one(t._element,"transitionend",(function(){t._element.style.overflowY=""})),b(t._element,n))})),b(this._element,n),this._element.focus()}},n._adjustDialog=function(){var t=this._element.scrollHeight>document.documentElement.clientHeight;(!this._isBodyOverflowing&&t&&!_||this._isBodyOverflowing&&!t&&_)&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),(this._isBodyOverflowing&&!t&&!_||!this._isBodyOverflowing&&t&&_)&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},n._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},n._checkScrollbar=function(){var t=document.body.getBoundingClientRect();this._isBodyOverflowing=Math.round(t.left+t.right)
',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:[0,0],container:!1,fallbackPlacements:["top","right","bottom","left"],boundary:"clippingParents",customClass:"",sanitize:!0,sanitizeFn:null,allowList:jt,popperConfig:null},Lt={HIDE:"hide.bs.tooltip",HIDDEN:"hidden.bs.tooltip",SHOW:"show.bs.tooltip",SHOWN:"shown.bs.tooltip",INSERTED:"inserted.bs.tooltip",CLICK:"click.bs.tooltip",FOCUSIN:"focusin.bs.tooltip",FOCUSOUT:"focusout.bs.tooltip",MOUSEENTER:"mouseenter.bs.tooltip",MOUSELEAVE:"mouseleave.bs.tooltip"},St=function(e){function o(t,o){var r;if(void 0===n)throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");return(r=e.call(this,t)||this)._isEnabled=!0,r._timeout=0,r._hoverState="",r._activeTrigger={},r._popper=null,r.config=r._getConfig(o),r.tip=null,r._setListeners(),r}i(o,e);var l=o.prototype;return l.enable=function(){this._isEnabled=!0},l.disable=function(){this._isEnabled=!1},l.toggleEnabled=function(){this._isEnabled=!this._isEnabled},l.toggle=function(t){if(this._isEnabled)if(t){var e=this._initializeOnDelegatedTarget(t);e._activeTrigger.click=!e._activeTrigger.click,e._isWithActiveTrigger()?e._enter(null,e):e._leave(null,e)}else{if(this.getTipElement().classList.contains("show"))return void this._leave(null,this);this._enter(null,this)}},l.dispose=function(){clearTimeout(this._timeout),R.off(this._element,this.constructor.EVENT_KEY),R.off(this._element.closest(".modal"),"hide.bs.modal",this._hideModalHandler),this.tip&&this.tip.parentNode&&this.tip.parentNode.removeChild(this.tip),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.config=null,this.tip=null,e.prototype.dispose.call(this)},l.show=function(){var e=this;if("none"===this._element.style.display)throw new Error("Please use show on visible elements");if(this.isWithContent()&&this._isEnabled){var n=R.trigger(this._element,this.constructor.Event.SHOW),o=function t(e){if(!document.documentElement.attachShadow)return null;if("function"==typeof e.getRootNode){var n=e.getRootNode();return n instanceof ShadowRoot?n:null}return e instanceof ShadowRoot?e:e.parentNode?t(e.parentNode):null}(this._element),r=null===o?this._element.ownerDocument.documentElement.contains(this._element):o.contains(this._element);if(!n.defaultPrevented&&r){var a=this.getTipElement(),i=m(this.constructor.NAME);a.setAttribute("id",i),this._element.setAttribute("aria-describedby",i),this.setContent(),this.config.animation&&a.classList.add("fade");var l="function"==typeof this.config.placement?this.config.placement.call(this,a,this._element):this.config.placement,c=this._getAttachment(l);this._addAttachmentClass(c);var s=this._getContainer();E(a,this.constructor.DATA_KEY,this),this._element.ownerDocument.documentElement.contains(this.tip)||s.appendChild(a),R.trigger(this._element,this.constructor.Event.INSERTED),this._popper=t.createPopper(this._element,a,this._getPopperConfig(c)),a.classList.add("show");var f,d,p="function"==typeof this.config.customClass?this.config.customClass():this.config.customClass;p&&(f=a.classList).add.apply(f,p.split(" ")),"ontouchstart"in document.documentElement&&(d=[]).concat.apply(d,document.body.children).forEach((function(t){R.on(t,"mouseover",(function(){}))}));var u=function(){var t=e._hoverState;e._hoverState=null,R.trigger(e._element,e.constructor.Event.SHOWN),"out"===t&&e._leave(null,e)};if(this.tip.classList.contains("fade")){var h=g(this.tip);R.one(this.tip,"transitionend",u),b(this.tip,h)}else u()}}},l.hide=function(){var t=this;if(this._popper){var e=this.getTipElement(),n=function(){"show"!==t._hoverState&&e.parentNode&&e.parentNode.removeChild(e),t._cleanTipClass(),t._element.removeAttribute("aria-describedby"),R.trigger(t._element,t.constructor.Event.HIDDEN),t._popper&&(t._popper.destroy(),t._popper=null)};if(!R.trigger(this._element,this.constructor.Event.HIDE).defaultPrevented){var o;if(e.classList.remove("show"),"ontouchstart"in document.documentElement&&(o=[]).concat.apply(o,document.body.children).forEach((function(t){return R.off(t,"mouseover",y)})),this._activeTrigger.click=!1,this._activeTrigger.focus=!1,this._activeTrigger.hover=!1,this.tip.classList.contains("fade")){var r=g(e);R.one(e,"transitionend",n),b(e,r)}else n();this._hoverState=""}}},l.update=function(){null!==this._popper&&this._popper.update()},l.isWithContent=function(){return Boolean(this.getTitle())},l.getTipElement=function(){if(this.tip)return this.tip;var t=document.createElement("div");return t.innerHTML=this.config.template,this.tip=t.children[0],this.tip},l.setContent=function(){var t=this.getTipElement();this.setElementContent(Q(".tooltip-inner",t),this.getTitle()),t.classList.remove("fade","show")},l.setElementContent=function(t,e){if(null!==t)return"object"==typeof e&&h(e)?(e.jquery&&(e=e[0]),void(this.config.html?e.parentNode!==t&&(t.innerHTML="",t.appendChild(e)):t.textContent=e.textContent)):void(this.config.html?(this.config.sanitize&&(e=Tt(e,this.config.allowList,this.config.sanitizeFn)),t.innerHTML=e):t.textContent=e)},l.getTitle=function(){var t=this._element.getAttribute("data-bs-original-title");return t||(t="function"==typeof this.config.title?this.config.title.call(this._element):this.config.title),t},l.updateAttachment=function(t){return"right"===t?"end":"left"===t?"start":t},l._initializeOnDelegatedTarget=function(t,e){var n=this.constructor.DATA_KEY;return(e=e||C(t.delegateTarget,n))||(e=new this.constructor(t.delegateTarget,this._getDelegateConfig()),E(t.delegateTarget,n,e)),e},l._getOffset=function(){var t=this,e=this.config.offset;return"string"==typeof e?e.split(",").map((function(t){return Number.parseInt(t,10)})):"function"==typeof e?function(n){return e(n,t._element)}:e},l._getPopperConfig=function(t){var e=this,n={placement:t,modifiers:[{name:"flip",options:{altBoundary:!0,fallbackPlacements:this.config.fallbackPlacements}},{name:"offset",options:{offset:this._getOffset()}},{name:"preventOverflow",options:{boundary:this.config.boundary}},{name:"arrow",options:{element:"."+this.constructor.NAME+"-arrow"}},{name:"onChange",enabled:!0,phase:"afterWrite",fn:function(t){return e._handlePopperPlacementChange(t)}}],onFirstUpdate:function(t){t.options.placement!==t.placement&&e._handlePopperPlacementChange(t)}};return a({},n,"function"==typeof this.config.popperConfig?this.config.popperConfig(n):this.config.popperConfig)},l._addAttachmentClass=function(t){this.getTipElement().classList.add("bs-tooltip-"+this.updateAttachment(t))},l._getContainer=function(){return!1===this.config.container?document.body:h(this.config.container)?this.config.container:Q(this.config.container)},l._getAttachment=function(t){return At[t.toUpperCase()]},l._setListeners=function(){var t=this;this.config.trigger.split(" ").forEach((function(e){if("click"===e)R.on(t._element,t.constructor.Event.CLICK,t.config.selector,(function(e){return t.toggle(e)}));else if("manual"!==e){var n="hover"===e?t.constructor.Event.MOUSEENTER:t.constructor.Event.FOCUSIN,o="hover"===e?t.constructor.Event.MOUSELEAVE:t.constructor.Event.FOCUSOUT;R.on(t._element,n,t.config.selector,(function(e){return t._enter(e)})),R.on(t._element,o,t.config.selector,(function(e){return t._leave(e)}))}})),this._hideModalHandler=function(){t._element&&t.hide()},R.on(this._element.closest(".modal"),"hide.bs.modal",this._hideModalHandler),this.config.selector?this.config=a({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},l._fixTitle=function(){var t=this._element.getAttribute("title"),e=typeof this._element.getAttribute("data-bs-original-title");(t||"string"!==e)&&(this._element.setAttribute("data-bs-original-title",t||""),!t||this._element.getAttribute("aria-label")||this._element.textContent||this._element.setAttribute("aria-label",t),this._element.setAttribute("title",""))},l._enter=function(t,e){e=this._initializeOnDelegatedTarget(t,e),t&&(e._activeTrigger["focusin"===t.type?"focus":"hover"]=!0),e.getTipElement().classList.contains("show")||"show"===e._hoverState?e._hoverState="show":(clearTimeout(e._timeout),e._hoverState="show",e.config.delay&&e.config.delay.show?e._timeout=setTimeout((function(){"show"===e._hoverState&&e.show()}),e.config.delay.show):e.show())},l._leave=function(t,e){e=this._initializeOnDelegatedTarget(t,e),t&&(e._activeTrigger["focusout"===t.type?"focus":"hover"]=!1),e._isWithActiveTrigger()||(clearTimeout(e._timeout),e._hoverState="out",e.config.delay&&e.config.delay.hide?e._timeout=setTimeout((function(){"out"===e._hoverState&&e.hide()}),e.config.delay.hide):e.hide())},l._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},l._getConfig=function(t){var e=V.getDataAttributes(this._element);return Object.keys(e).forEach((function(t){Ct.has(t)&&delete e[t]})),t&&"object"==typeof t.container&&t.container.jquery&&(t.container=t.container[0]),"number"==typeof(t=a({},this.constructor.Default,e,"object"==typeof t&&t?t:{})).delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),w("tooltip",t,this.constructor.DefaultType),t.sanitize&&(t.template=Tt(t.template,t.allowList,t.sanitizeFn)),t},l._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},l._cleanTipClass=function(){var t=this.getTipElement(),e=t.getAttribute("class").match(Et);null!==e&&e.length>0&&e.map((function(t){return t.trim()})).forEach((function(e){return t.classList.remove(e)}))},l._handlePopperPlacementChange=function(t){var e=t.state;e&&(this.tip=e.elements.popper,this._cleanTipClass(),this._addAttachmentClass(this._getAttachment(e.placement)))},o.jQueryInterface=function(t){return this.each((function(){var e=C(this,"bs.tooltip"),n="object"==typeof t&&t;if((e||!/dispose|hide/.test(t))&&(e||(e=new o(this,n)),"string"==typeof t)){if(void 0===e[t])throw new TypeError('No method named "'+t+'"');e[t]()}}))},r(o,null,[{key:"Default",get:function(){return Dt}},{key:"NAME",get:function(){return"tooltip"}},{key:"DATA_KEY",get:function(){return"bs.tooltip"}},{key:"Event",get:function(){return Lt}},{key:"EVENT_KEY",get:function(){return".bs.tooltip"}},{key:"DefaultType",get:function(){return zt}}]),o}(W);j("tooltip",St);var Ot=new RegExp("(^|\\s)bs-popover\\S+","g"),Nt=a({},St.Default,{placement:"right",offset:[0,8],trigger:"click",content:"",template:''}),qt=a({},St.DefaultType,{content:"(string|element|function)"}),Mt={HIDE:"hide.bs.popover",HIDDEN:"hidden.bs.popover",SHOW:"show.bs.popover",SHOWN:"shown.bs.popover",INSERTED:"inserted.bs.popover",CLICK:"click.bs.popover",FOCUSIN:"focusin.bs.popover",FOCUSOUT:"focusout.bs.popover",MOUSEENTER:"mouseenter.bs.popover",MOUSELEAVE:"mouseleave.bs.popover"},It=function(t){function e(){return t.apply(this,arguments)||this}i(e,t);var n=e.prototype;return n.isWithContent=function(){return this.getTitle()||this._getContent()},n.setContent=function(){var t=this.getTipElement();this.setElementContent(Q(".popover-header",t),this.getTitle());var e=this._getContent();"function"==typeof e&&(e=e.call(this._element)),this.setElementContent(Q(".popover-body",t),e),t.classList.remove("fade","show")},n._addAttachmentClass=function(t){this.getTipElement().classList.add("bs-popover-"+this.updateAttachment(t))},n._getContent=function(){return this._element.getAttribute("data-bs-content")||this.config.content},n._cleanTipClass=function(){var t=this.getTipElement(),e=t.getAttribute("class").match(Ot);null!==e&&e.length>0&&e.map((function(t){return t.trim()})).forEach((function(e){return t.classList.remove(e)}))},e.jQueryInterface=function(t){return this.each((function(){var n=C(this,"bs.popover"),o="object"==typeof t?t:null;if((n||!/dispose|hide/.test(t))&&(n||(n=new e(this,o),E(this,"bs.popover",n)),"string"==typeof t)){if(void 0===n[t])throw new TypeError('No method named "'+t+'"');n[t]()}}))},r(e,null,[{key:"Default",get:function(){return Nt}},{key:"NAME",get:function(){return"popover"}},{key:"DATA_KEY",get:function(){return"bs.popover"}},{key:"Event",get:function(){return Mt}},{key:"EVENT_KEY",get:function(){return".bs.popover"}},{key:"DefaultType",get:function(){return qt}}]),e}(St);j("popover",It);var Pt={offset:10,method:"auto",target:""},Bt={offset:"number",method:"string",target:"(string|element)"},Ht=function(t){function e(e,n){var o;return(o=t.call(this,e)||this)._scrollElement="BODY"===e.tagName?window:e,o._config=o._getConfig(n),o._selector=o._config.target+" .nav-link, "+o._config.target+" .list-group-item, "+o._config.target+" .dropdown-item",o._offsets=[],o._targets=[],o._activeTarget=null,o._scrollHeight=0,R.on(o._scrollElement,"scroll.bs.scrollspy",(function(){return o._process()})),o.refresh(),o._process(),o}i(e,t);var n=e.prototype;return n.refresh=function(){var t=this,e=this._scrollElement===this._scrollElement.window?"offset":"position",n="auto"===this._config.method?e:this._config.method,o="position"===n?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),K(this._selector).map((function(t){var e=d(t),r=e?Q(e):null;if(r){var a=r.getBoundingClientRect();if(a.width||a.height)return[V[n](r).top+o,e]}return null})).filter((function(t){return t})).sort((function(t,e){return t[0]-e[0]})).forEach((function(e){t._offsets.push(e[0]),t._targets.push(e[1])}))},n.dispose=function(){t.prototype.dispose.call(this),R.off(this._scrollElement,".bs.scrollspy"),this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},n._getConfig=function(t){if("string"!=typeof(t=a({},Pt,"object"==typeof t&&t?t:{})).target&&h(t.target)){var e=t.target.id;e||(e=m("scrollspy"),t.target.id=e),t.target="#"+e}return w("scrollspy",t,Bt),t},n._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},n._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},n._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},n._process=function(){var t=this._getScrollTop()+this._config.offset,e=this._getScrollHeight(),n=this._config.offset+e-this._getOffsetHeight();if(this._scrollHeight!==e&&this.refresh(),t>=n){var o=this._targets[this._targets.length-1];this._activeTarget!==o&&this._activate(o)}else{if(this._activeTarget&&t0)return this._activeTarget=null,void this._clear();for(var r=this._offsets.length;r--;)this._activeTarget!==this._targets[r]&&t>=this._offsets[r]&&(void 0===this._offsets[r+1]||t li > .active":".active";e=(e=K(r,o))[e.length-1]}var a=e?R.trigger(e,"hide.bs.tab",{relatedTarget:this._element}):null;if(!(R.trigger(this._element,"show.bs.tab",{relatedTarget:e}).defaultPrevented||null!==a&&a.defaultPrevented)){this._activate(this._element,o);var i=function(){R.trigger(e,"hidden.bs.tab",{relatedTarget:t._element}),R.trigger(t._element,"shown.bs.tab",{relatedTarget:e})};n?this._activate(n,n.parentNode,i):i()}}},n._activate=function(t,e,n){var o=this,r=(!e||"UL"!==e.nodeName&&"OL"!==e.nodeName?G(e,".active"):K(":scope > li > .active",e))[0],a=n&&r&&r.classList.contains("fade"),i=function(){return o._transitionComplete(t,r,n)};if(r&&a){var l=g(r);r.classList.remove("show"),R.one(r,"transitionend",i),b(r,l)}else i()},n._transitionComplete=function(t,e,n){if(e){e.classList.remove("active");var o=Q(":scope > .dropdown-menu .active",e.parentNode);o&&o.classList.remove("active"),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!1)}t.classList.add("active"),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!0),x(t),t.classList.contains("fade")&&t.classList.add("show"),t.parentNode&&t.parentNode.classList.contains("dropdown-menu")&&(t.closest(".dropdown")&&K(".dropdown-toggle").forEach((function(t){return t.classList.add("active")})),t.setAttribute("aria-expanded",!0)),n&&n()},e.jQueryInterface=function(t){return this.each((function(){var n=C(this,"bs.tab")||new e(this);if("string"==typeof t){if(void 0===n[t])throw new TypeError('No method named "'+t+'"');n[t]()}}))},r(e,null,[{key:"DATA_KEY",get:function(){return"bs.tab"}}]),e}(W);R.on(document,"click.bs.tab.data-api",'[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]',(function(t){t.preventDefault(),(C(this,"bs.tab")||new Ft(this)).show()})),j("tab",Ft);var Rt={animation:"boolean",autohide:"boolean",delay:"number"},Wt={animation:!0,autohide:!0,delay:5e3},Ut=function(t){function e(e,n){var o;return(o=t.call(this,e)||this)._config=o._getConfig(n),o._timeout=null,o._setListeners(),o}i(e,t);var n=e.prototype;return n.show=function(){var t=this;if(!R.trigger(this._element,"show.bs.toast").defaultPrevented){this._clearTimeout(),this._config.animation&&this._element.classList.add("fade");var e=function(){t._element.classList.remove("showing"),t._element.classList.add("show"),R.trigger(t._element,"shown.bs.toast"),t._config.autohide&&(t._timeout=setTimeout((function(){t.hide()}),t._config.delay))};if(this._element.classList.remove("hide"),x(this._element),this._element.classList.add("showing"),this._config.animation){var n=g(this._element);R.one(this._element,"transitionend",e),b(this._element,n)}else e()}},n.hide=function(){var t=this;if(this._element.classList.contains("show")&&!R.trigger(this._element,"hide.bs.toast").defaultPrevented){var e=function(){t._element.classList.add("hide"),R.trigger(t._element,"hidden.bs.toast")};if(this._element.classList.remove("show"),this._config.animation){var n=g(this._element);R.one(this._element,"transitionend",e),b(this._element,n)}else e()}},n.dispose=function(){this._clearTimeout(),this._element.classList.contains("show")&&this._element.classList.remove("show"),R.off(this._element,"click.dismiss.bs.toast"),t.prototype.dispose.call(this),this._config=null},n._getConfig=function(t){return t=a({},Wt,V.getDataAttributes(this._element),"object"==typeof t&&t?t:{}),w("toast",t,this.constructor.DefaultType),t},n._setListeners=function(){var t=this;R.on(this._element,"click.dismiss.bs.toast",'[data-bs-dismiss="toast"]',(function(){return t.hide()}))},n._clearTimeout=function(){clearTimeout(this._timeout),this._timeout=null},e.jQueryInterface=function(t){return this.each((function(){var n=C(this,"bs.toast");if(n||(n=new e(this,"object"==typeof t&&t)),"string"==typeof t){if(void 0===n[t])throw new TypeError('No method named "'+t+'"');n[t](this)}}))},r(e,null,[{key:"DefaultType",get:function(){return Rt}},{key:"Default",get:function(){return Wt}},{key:"DATA_KEY",get:function(){return"bs.toast"}}]),e}(W);return j("toast",Ut),{Alert:U,Button:$,Carousel:rt,Collapse:lt,Dropdown:bt,Modal:yt,Popover:It,ScrollSpy:Ht,Tab:Ft,Toast:Ut,Tooltip:St}}(n(44))},function(t,e,n){"use strict";var o=n(0),r=n.n(o),a={init:function(t){this.menuAlwaysCollapsed=t.menuAlwaysCollapsed,this.fixNodes()},fixNodes:function(){this.menuAlwaysCollapsed?r()("#header").addClass("menu-always-collapsed"):r()("#header").addClass("expand"),r()("#branding").before(r()("
\n \n ');return r()(n)}};e.a=l},function(t,e,n){"use strict";var o=n(0),r=n.n(o),a=n(1),i=n(3),l=992,c={init:function(t){this._filtersDiv=r()("#changelist-filter"),this.t=new a.a(r()("html").attr("lang")),this.filtersForm=t.changelistFiltersForm,this.filtersInModal=t.changelistFiltersInModal,this.filtersAlwaysOpen=t.changelistFiltersAlwaysOpen,this.initTemplates(),this._filtersDiv.length&&(this.activate(),this.fixRangeFilter())},activate:function(){var t=this;if(r()(".changelist-form-container").length&&r()("#changelist-filter").appendTo(r()(".changelist-form-container")),this.filtersAlwaysOpen)r()(document.body).addClass("changelist-filter-active changelist-filter-always-open");else{var e=/__[^=]+=/.test(location.search),n=0!==r()("#changelist-form > .actions").length,o=r()("#changelist-form"),a=r()("",{class:"changelist-filter-toggler"+(e?" active":"")+(n?" with-actions":"")}).html(' '+this.t.get("filter")+"");if(this.filtersInModal||parseInt(r()(window).width()) h2"),m=s.html();s.remove();var f=r()("#changelist-filter-modal");this.modal=new i.a({title:m,content:f,size:"md",hideFooter:!this.filtersForm,actionBtnLabel:this.t.get("filter"),actionBtnCb:function(){c.filter(f)}}),a.click((function(){c.modal.toggle()}))}else{if(this.filtersForm){var d=r()("",{class:"btn btn-primary"}).html(this.t.get("filter")).on("click",(function(){return t.filter(r()("#changelist-filter"))}));r()("#changelist-filter").append(r()("
",{class:"text-center mb-3"}).append(d))}a.click((function(){r()(document.body).toggleClass("changelist-filter-active"),100===parseInt(t._filtersDiv.css("max-width"))&&r()("html,body").animate({scrollTop:t._filtersDiv.offset().top})}))}o.prepend(a)}/_popup=1/.test(location.href)&&r()("#changelist-form .results").css("padding-top","78px")},getDropdownValue:function(t){var e=r()(t).find("option").attr("value").substr(1).split("&"),n=r()(t).val().substr(1).split("&").filter((function(t){return-1===e.indexOf(t)}));return n.length?n.join("&"):null},filter:function(t){var e=this,n=[],o=t.find("select"),r=t.find("input").not("[type=hidden]");o.toArray().map((function(t){return e.getDropdownValue(t)})).filter((function(t){return null!==t})).forEach((function(t){return n.push(t)})),r.each((function(t,e){return""!==e.value?n.push("".concat(e.name,"=").concat(e.value)):null})),location.href=location.pathname+(n.length?"?"+n.filter((function(t){return""!==t})).join("&"):"")},initTemplates:function(){var t={above:"before",below:"after",top:"prepend",bottom:"append"};r()("template[data-type=include]").each((function(e,n){var o=t[r()(n).attr("data-position")];void 0!==o?r()("#changelist-form")[o](r()(n).html()):console.error("Baton: wrong changelist include position detected")})),r()("template[data-type=filters-include]").each((function(e,n){var o=t[r()(n).attr("data-position")];if(void 0!==o&&"before"!==o&&"after"!==o)if("prepend"===o&&r()("#changelist-filter-clear").length)r()("#changelist-filter-clear").after(r()(n).html());else if("prepend"===o&&r()("#changelist-filter > h2").length)r()("#changelist-filter > h2").after(r()(n).html());else{r()("#changelist-filter")[o](r()(n).html())}else console.error("Baton: wrong changelist filters include position detected")})),r()("template[data-type=attributes]").each((function(t,e){try{var n=JSON.parse(r()(e).html());for(var o in n)if(n.hasOwnProperty(o)){var a=void 0,i="tr";n[o].selector?(a=n[o].selector,delete n[o].selector):a="#result_list tr input[name=_selected_action][value="+o+"]",void 0!==n[o].getParent&&(i=n[o].getParent,delete n[o].getParent),(i?r()(a).parents(i):r()(a)).attr(n[o])}}catch(t){console.error(t)}}))},fixRangeFilter:function(){this.filtersForm&&(r()(".admindatefilter .controls").remove(),r()(".admindatefilter form").onSubmit=function(){return!1})}};e.a=c},function(t,e,n){"use strict";n.r(e),function(t,e){n(4),n(20),n(43);var o=n(2),r=n.n(o),a=n(5),i=n(6),l=n(7),c=n(8),s=n(9),m=n(10),f=n(11),d=n(18),p=n(12),g=n(13),u=n(14),h=n(15),b=n(3),w=n(17);window.Baton={intialized:!1,init:function(e){console.info("Baton:","init"),this.initialized=!0;var n=this.page();t("body").addClass("page-"+n),w.a.init(e),a.a.init(e),r.a.emit("onNavbarReady"),"login"===n||"logout"===n||/_popup/.test(location.search)||l.a.init(e,r.a),"login"===n?g.a.init(e):"logout"===n||"password_change_success"===n?c.a.init():"password_change"===n?s.a.init():"changelist"===n?d.a.init(e):"add_form"===n||"change_form"===n?p.a.init(e):"admindocs"===n?u.a.init():"filer"===n&&h.a.init(),i.a.init({remove:/_popup/.test(location.search)}),"add_form"!==n&&"change_form"!==n||f.a.init(r.a),setTimeout(this.loadTooltips,1e3),console.info("Baton:","ready"),document.body.className+=" baton-ready",e.menuAlwaysCollapsed&&(document.body.className+=" menu-mobile"),r.a.emit("onReady")},loadTooltips:function(){t("[title]:not(iframe)").tooltip()},page:function(){return/^(\/[a-z]{2})?\/admin\/$/.test(location.pathname)?"dashboard":/^(\/[a-z]{2})?\/admin\/doc\//.test(location.pathname)?"admindocs":/^(\/[a-z]{2})?\/admin\/login\/$/.test(location.pathname)?"login":/^(\/[a-z]{2})?\/admin\/logout\/$/.test(location.pathname)?"logout":/^(\/[a-z]{2})?\/admin\/password_change\/$/.test(location.pathname)?"password_change":/^(\/[a-z]{2})?\/admin\/password_change\/done\/$/.test(location.pathname)?"password_change_success":/\/add\//.test(location.pathname)?"add_form":/\/change\//.test(location.pathname)?"change_form":document.getElementById("changelist")?"changelist":document.getElementById("change-history")||/^(\/[a-z]{2})?\/admin\/[^/]+\/[^/]+\/[^/]+\/history/.test(location.pathname)?"changehistory":/\/filer\//.test(location.pathname)?"filer":"default"},Analytics:m.a,Dispatcher:r.a,Modal:b.a},window.jQuery=e}.call(this,n(0),n(0))},function(t,e,n){var o=n(21);"string"==typeof o&&(o=[[t.i,o,""]]);n(42)(o,{});o.locals&&(t.exports=o.locals)},function(t,e,n){var o=n(22),r=n(23),a=n(24),i=n(25),l=n(26),c=n(27),s=n(28),m=n(29),f=n(30),d=n(31),p=n(32),g=n(33),u=n(34),h=n(35),b=n(36),w=n(37),v=n(38),y=n(39),x=n(40),k=n(41);e=o(!1);var _=r(a),j=r(a,{hash:"?#iefix"}),T=r(i),E=r(l),C=r(c),z=r(s,{hash:"#fontawesome"}),A=r(m),D=r(m,{hash:"?#iefix"}),L=r(f),S=r(d),O=r(p),N=r(g,{hash:"#fontawesome"}),q=r(u),M=r(h),I=r(b),P=r(w),B=r(v),H=r(y),F=r(x),R=r(k);e.push([t.i,'/*!\n * Bootstrap v5.0.0-beta2 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */:root{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-primary: #7f1b27;--bs-secondary: #b3c100;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-font-sans-serif: "Dosis", sans-serif;--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255,255,255,0.15), rgba(255,255,255,0))}*,*::before,*::after{box-sizing:border-box}@media (prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-font-sans-serif);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width: 1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + .9vw)}@media (min-width: 1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + .6vw)}@media (min-width: 1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + .3vw)}@media (min-width: 1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-bs-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:.875em}mark,.mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#7f1b27;text-decoration:underline}a:hover{color:#66151f}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr /* rtl:ignore */;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role="button"]{cursor:pointer}select{word-wrap:normal}[list]::-webkit-calendar-picker-indicator{display:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"\\2014\\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl,.change-list #content-main,.change-form #content-main,body.page-changehistory #content-main,.passwordchange #content-main,.auth-user.change-form #content-main{width:100%;padding-right:var(--bs-gutter-x, .75rem);padding-left:var(--bs-gutter-x, .75rem);margin-right:auto;margin-left:auto}@media (min-width: 576px){.container,.container-sm{max-width:540px}}@media (min-width: 768px){.container,.container-sm,.container-md{max-width:720px}}@media (min-width: 992px){.container,.container-sm,.container-md,.container-lg{max-width:960px}}@media (min-width: 1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1140px}}@media (min-width: 1400px){.container,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) / -2);margin-left:calc(var(--bs-gutter-x) / -2)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) / 2);padding-left:calc(var(--bs-gutter-x) / 2);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333%}.col-2{flex:0 0 auto;width:16.66667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333%}.col-5{flex:0 0 auto;width:41.66667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333%}.col-8{flex:0 0 auto;width:66.66667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333%}.col-11{flex:0 0 auto;width:91.66667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: .25rem}.g-1,.gy-1{--bs-gutter-y: .25rem}.g-2,.gx-2{--bs-gutter-x: .5rem}.g-2,.gy-2{--bs-gutter-y: .5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media (min-width: 576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333%}.col-sm-2{flex:0 0 auto;width:16.66667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333%}.col-sm-5{flex:0 0 auto;width:41.66667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333%}.col-sm-8{flex:0 0 auto;width:66.66667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333%}.col-sm-11{flex:0 0 auto;width:91.66667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: .25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: .25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: .5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: .5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media (min-width: 768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333%}.col-md-2{flex:0 0 auto;width:16.66667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333%}.col-md-5{flex:0 0 auto;width:41.66667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333%}.col-md-8{flex:0 0 auto;width:66.66667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333%}.col-md-11{flex:0 0 auto;width:91.66667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: .25rem}.g-md-1,.gy-md-1{--bs-gutter-y: .25rem}.g-md-2,.gx-md-2{--bs-gutter-x: .5rem}.g-md-2,.gy-md-2{--bs-gutter-y: .5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media (min-width: 992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333%}.col-lg-2{flex:0 0 auto;width:16.66667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333%}.col-lg-5{flex:0 0 auto;width:41.66667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333%}.col-lg-8{flex:0 0 auto;width:66.66667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333%}.col-lg-11{flex:0 0 auto;width:91.66667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: .25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: .25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: .5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: .5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media (min-width: 1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333%}.col-xl-2{flex:0 0 auto;width:16.66667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333%}.col-xl-5{flex:0 0 auto;width:41.66667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333%}.col-xl-8{flex:0 0 auto;width:66.66667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333%}.col-xl-11{flex:0 0 auto;width:91.66667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: .25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: .25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: .5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: .5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media (min-width: 1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333%}.col-xxl-2{flex:0 0 auto;width:16.66667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333%}.col-xxl-5{flex:0 0 auto;width:41.66667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333%}.col-xxl-8{flex:0 0 auto;width:66.66667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333%}.col-xxl-11{flex:0 0 auto;width:91.66667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333%}.offset-xxl-2{margin-left:16.66667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333%}.offset-xxl-5{margin-left:41.66667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333%}.offset-xxl-8{margin-left:66.66667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333%}.offset-xxl-11{margin-left:91.66667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: .25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: .25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: .5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: .5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.table,.change-form #content-main>form .inline-related table,.passwordchange #content-main>form .inline-related table,.dashboard #content-main table,.change-list .results table,body.page-changehistory #content-main>.module #change-history,.page-admindocs .admindocs-body table,.page-admindocs .admindocs-body .module table{--bs-table-bg: rgba(0,0,0,0);--bs-table-striped-color: #212529;--bs-table-striped-bg: rgba(0,0,0,0.05);--bs-table-active-color: #212529;--bs-table-active-bg: rgba(0,0,0,0.1);--bs-table-hover-color: #212529;--bs-table-hover-bg: rgba(0,0,0,0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*,.change-form #content-main>form .inline-related table>:not(caption)>*>*,.passwordchange #content-main>form .inline-related table>:not(caption)>*>*,.dashboard #content-main table>:not(caption)>*>*,.change-list .results table>:not(caption)>*>*,body.page-changehistory #content-main>.module #change-history>:not(caption)>*>*,.page-admindocs .admindocs-body table>:not(caption)>*>*,.page-admindocs .admindocs-body .module table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody,.change-form #content-main>form .inline-related table>tbody,.passwordchange #content-main>form .inline-related table>tbody,.dashboard #content-main table>tbody,.change-list .results table>tbody,body.page-changehistory #content-main>.module #change-history>tbody,.page-admindocs .admindocs-body table>tbody,.page-admindocs .admindocs-body .module table>tbody{vertical-align:inherit}.table>thead,.change-form #content-main>form .inline-related table>thead,.passwordchange #content-main>form .inline-related table>thead,.dashboard #content-main table>thead,.change-list .results table>thead,body.page-changehistory #content-main>.module #change-history>thead,.page-admindocs .admindocs-body table>thead,.page-admindocs .admindocs-body .module table>thead{vertical-align:bottom}.table>:not(:last-child)>:last-child>*,.change-form #content-main>form .inline-related table>:not(:last-child)>:last-child>*,.passwordchange #content-main>form .inline-related table>:not(:last-child)>:last-child>*,.dashboard #content-main table>:not(:last-child)>:last-child>*,.change-list .results table>:not(:last-child)>:last-child>*,body.page-changehistory #content-main>.module #change-history>:not(:last-child)>:last-child>*,.page-admindocs .admindocs-body table>:not(:last-child)>:last-child>*,.page-admindocs .admindocs-body .module table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*,.change-form #content-main>form .inline-related table>:not(caption)>*,.passwordchange #content-main>form .inline-related table>:not(caption)>*,.change-list .results table>:not(caption)>*,body.page-changehistory #content-main>.module #change-history>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*,.change-form #content-main>form .inline-related table>:not(caption)>*>*,.passwordchange #content-main>form .inline-related table>:not(caption)>*>*,.change-list .results table>:not(caption)>*>*,body.page-changehistory #content-main>.module #change-history>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg: var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg: var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg: var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg: #e5d1d4;--bs-table-striped-bg: #dac7c9;--bs-table-striped-color: #000;--bs-table-active-bg: #cebcbf;--bs-table-active-color: #000;--bs-table-hover-bg: #d4c1c4;--bs-table-hover-color: #000;color:#000;border-color:#cebcbf}.table-secondary{--bs-table-bg: #f0f3cc;--bs-table-striped-bg: #e4e7c2;--bs-table-striped-color: #000;--bs-table-active-bg: #d8dbb8;--bs-table-active-color: #000;--bs-table-hover-bg: #dee1bd;--bs-table-hover-color: #000;color:#000;border-color:#d8dbb8}.table-success{--bs-table-bg: #d1e7dd;--bs-table-striped-bg: #c7dbd2;--bs-table-striped-color: #000;--bs-table-active-bg: #bcd0c7;--bs-table-active-color: #000;--bs-table-hover-bg: #c1d6cc;--bs-table-hover-color: #000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg: #cff4fc;--bs-table-striped-bg: #c5e8ef;--bs-table-striped-color: #000;--bs-table-active-bg: #badce3;--bs-table-active-color: #000;--bs-table-hover-bg: #bfe2e9;--bs-table-hover-color: #000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg: #fff3cd;--bs-table-striped-bg: #f2e7c3;--bs-table-striped-color: #000;--bs-table-active-bg: #e6dbb9;--bs-table-active-color: #000;--bs-table-hover-bg: #ece1be;--bs-table-hover-color: #000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg: #f8d7da;--bs-table-striped-bg: #eccccf;--bs-table-striped-color: #000;--bs-table-active-bg: #dfc2c4;--bs-table-active-color: #000;--bs-table-hover-bg: #e5c7ca;--bs-table-hover-color: #000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg: #f8f9fa;--bs-table-striped-bg: #ecedee;--bs-table-striped-color: #000;--bs-table-active-bg: #dfe0e1;--bs-table-active-color: #000;--bs-table-hover-bg: #e5e6e7;--bs-table-hover-color: #000;color:#000;border-color:#dfe0e1}.table-dark,.page-admindocs .admindocs-body .module table thead{--bs-table-bg: #212529;--bs-table-striped-bg: #2c3034;--bs-table-striped-color: #fff;--bs-table-active-bg: #373b3e;--bs-table-active-color: #fff;--bs-table-hover-bg: #323539;--bs-table-hover-color: #fff;color:#fff;border-color:#373b3e}.table-responsive,.change-list .results,body.page-changehistory #content-main>.module{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width: 575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text,.change-form #content-main>form .help,.passwordchange #content-main>form .help{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control,.change-form #content-main>form input[type=text],.passwordchange #content-main>form input[type=text],.change-form #content-main>form input[type=password],.passwordchange #content-main>form input[type=password],.change-form #content-main>form input[type=url],.passwordchange #content-main>form input[type=url],.change-form #content-main>form input[type=number],.passwordchange #content-main>form input[type=number],.change-form #content-main>form input[type=email],.passwordchange #content-main>form input[type=email],.change-form #content-main>form input[type=date],.passwordchange #content-main>form input[type=date],.change-form #content-main>form input[type=file],.passwordchange #content-main>form input[type=file],.change-form #content-main>form select[multiple],.passwordchange #content-main>form select[multiple],.change-form #content-main>form textarea,.passwordchange #content-main>form textarea,.auth-user.change-form #content-main>form textarea,.login #container input[type=\'text\'],.login #container input[type=\'password\'],.change-list #changelist #result_list input[type=text],.change-list #changelist #result_list input[type=number],.change-list #changelist #result_list input[type=email],.change-list #changelist #result_list input[type=date],.change-list #changelist-search input[type=text],.change-list .admindatefilter input[type=\'text\']{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control,.change-form #content-main>form input[type=text],.passwordchange #content-main>form input[type=text],.change-form #content-main>form input[type=password],.passwordchange #content-main>form input[type=password],.change-form #content-main>form input[type=url],.passwordchange #content-main>form input[type=url],.change-form #content-main>form input[type=number],.passwordchange #content-main>form input[type=number],.change-form #content-main>form input[type=email],.passwordchange #content-main>form input[type=email],.change-form #content-main>form input[type=date],.passwordchange #content-main>form input[type=date],.change-form #content-main>form input[type=file],.passwordchange #content-main>form input[type=file],.change-form #content-main>form select[multiple],.passwordchange #content-main>form select[multiple],.change-form #content-main>form textarea,.passwordchange #content-main>form textarea,.auth-user.change-form #content-main>form textarea,.login #container input[type=\'text\'],.login #container input[type=\'password\'],.change-list #changelist #result_list input[type=text],.change-list #changelist #result_list input[type=number],.change-list #changelist #result_list input[type=email],.change-list #changelist #result_list input[type=date],.change-list #changelist-search input[type=text],.change-list .admindatefilter input[type=\'text\']{transition:none}}.form-control[type="file"],.change-form #content-main>form input[type="file"][type=text],.passwordchange #content-main>form input[type="file"][type=text],.change-form #content-main>form input[type="file"][type=password],.passwordchange #content-main>form input[type="file"][type=password],.change-form #content-main>form input[type="file"][type=url],.passwordchange #content-main>form input[type="file"][type=url],.change-form #content-main>form input[type="file"][type=number],.passwordchange #content-main>form input[type="file"][type=number],.change-form #content-main>form input[type="file"][type=email],.passwordchange #content-main>form input[type="file"][type=email],.change-form #content-main>form input[type="file"][type=date],.passwordchange #content-main>form input[type="file"][type=date],.change-form #content-main>form input[type="file"][type=file],.passwordchange #content-main>form input[type="file"][type=file],.change-form #content-main>form select[type="file"][multiple],.passwordchange #content-main>form select[type="file"][multiple],.change-form #content-main>form textarea[type="file"],.passwordchange #content-main>form textarea[type="file"],.login #container input[type="file"][type=\'text\'],.login #container input[type="file"][type=\'password\'],.change-list #changelist #result_list input[type="file"][type=text],.change-list #changelist #result_list input[type="file"][type=number],.change-list #changelist #result_list input[type="file"][type=email],.change-list #changelist #result_list input[type="file"][type=date],.change-list #changelist-search input[type="file"][type=text],.change-list .admindatefilter input[type="file"][type=\'text\']{overflow:hidden}.form-control[type="file"]:not(:disabled):not([readonly]),.change-form #content-main>form input[type="file"]:not(:disabled):not([readonly])[type=text],.passwordchange #content-main>form input[type="file"]:not(:disabled):not([readonly])[type=text],.change-form #content-main>form input[type="file"]:not(:disabled):not([readonly])[type=password],.passwordchange #content-main>form input[type="file"]:not(:disabled):not([readonly])[type=password],.change-form #content-main>form input[type="file"]:not(:disabled):not([readonly])[type=url],.passwordchange #content-main>form input[type="file"]:not(:disabled):not([readonly])[type=url],.change-form #content-main>form input[type="file"]:not(:disabled):not([readonly])[type=number],.passwordchange #content-main>form input[type="file"]:not(:disabled):not([readonly])[type=number],.change-form #content-main>form input[type="file"]:not(:disabled):not([readonly])[type=email],.passwordchange #content-main>form input[type="file"]:not(:disabled):not([readonly])[type=email],.change-form #content-main>form input[type="file"]:not(:disabled):not([readonly])[type=date],.passwordchange #content-main>form input[type="file"]:not(:disabled):not([readonly])[type=date],.change-form #content-main>form input[type="file"]:not(:disabled):not([readonly])[type=file],.passwordchange #content-main>form input[type="file"]:not(:disabled):not([readonly])[type=file],.change-form #content-main>form select[type="file"]:not(:disabled):not([readonly])[multiple],.passwordchange #content-main>form select[type="file"]:not(:disabled):not([readonly])[multiple],.change-form #content-main>form textarea[type="file"]:not(:disabled):not([readonly]),.passwordchange #content-main>form textarea[type="file"]:not(:disabled):not([readonly]),.login #container input[type="file"]:not(:disabled):not([readonly])[type=\'text\'],.login #container input[type="file"]:not(:disabled):not([readonly])[type=\'password\'],.change-list #changelist #result_list input[type="file"]:not(:disabled):not([readonly])[type=text],.change-list #changelist #result_list input[type="file"]:not(:disabled):not([readonly])[type=number],.change-list #changelist #result_list input[type="file"]:not(:disabled):not([readonly])[type=email],.change-list #changelist #result_list input[type="file"]:not(:disabled):not([readonly])[type=date],.change-list #changelist-search input[type="file"]:not(:disabled):not([readonly])[type=text],.change-list .admindatefilter input[type="file"]:not(:disabled):not([readonly])[type=\'text\']{cursor:pointer}.form-control:focus,.change-form #content-main>form input:focus[type=text],.passwordchange #content-main>form input:focus[type=text],.change-form #content-main>form input:focus[type=password],.passwordchange #content-main>form input:focus[type=password],.change-form #content-main>form input:focus[type=url],.passwordchange #content-main>form input:focus[type=url],.change-form #content-main>form input:focus[type=number],.passwordchange #content-main>form input:focus[type=number],.change-form #content-main>form input:focus[type=email],.passwordchange #content-main>form input:focus[type=email],.change-form #content-main>form input:focus[type=date],.passwordchange #content-main>form input:focus[type=date],.change-form #content-main>form input:focus[type=file],.passwordchange #content-main>form input:focus[type=file],.change-form #content-main>form select:focus[multiple],.passwordchange #content-main>form select:focus[multiple],.change-form #content-main>form textarea:focus,.passwordchange #content-main>form textarea:focus,.login #container input:focus[type=\'text\'],.login #container input:focus[type=\'password\'],.change-list #changelist #result_list input:focus[type=text],.change-list #changelist #result_list input:focus[type=number],.change-list #changelist #result_list input:focus[type=email],.change-list #changelist #result_list input:focus[type=date],.change-list #changelist-search input:focus[type=text],.change-list .admindatefilter input:focus[type=\'text\']{color:#212529;background-color:#fff;border-color:#bf8d93;outline:0;box-shadow:0 0 0 .25rem rgba(127,27,39,0.25)}.form-control::-webkit-date-and-time-value,.change-form #content-main>form input[type=text]::-webkit-date-and-time-value,.passwordchange #content-main>form input[type=text]::-webkit-date-and-time-value,.change-form #content-main>form input[type=password]::-webkit-date-and-time-value,.passwordchange #content-main>form input[type=password]::-webkit-date-and-time-value,.change-form #content-main>form input[type=url]::-webkit-date-and-time-value,.passwordchange #content-main>form input[type=url]::-webkit-date-and-time-value,.change-form #content-main>form input[type=number]::-webkit-date-and-time-value,.passwordchange #content-main>form input[type=number]::-webkit-date-and-time-value,.change-form #content-main>form input[type=email]::-webkit-date-and-time-value,.passwordchange #content-main>form input[type=email]::-webkit-date-and-time-value,.change-form #content-main>form input[type=date]::-webkit-date-and-time-value,.passwordchange #content-main>form input[type=date]::-webkit-date-and-time-value,.change-form #content-main>form input[type=file]::-webkit-date-and-time-value,.passwordchange #content-main>form input[type=file]::-webkit-date-and-time-value,.change-form #content-main>form select[multiple]::-webkit-date-and-time-value,.passwordchange #content-main>form select[multiple]::-webkit-date-and-time-value,.change-form #content-main>form textarea::-webkit-date-and-time-value,.passwordchange #content-main>form textarea::-webkit-date-and-time-value,.auth-user.change-form #content-main>form textarea::-webkit-date-and-time-value,.login #container input[type=\'text\']::-webkit-date-and-time-value,.login #container input[type=\'password\']::-webkit-date-and-time-value,.change-list #changelist #result_list input[type=text]::-webkit-date-and-time-value,.change-list #changelist #result_list input[type=number]::-webkit-date-and-time-value,.change-list #changelist #result_list input[type=email]::-webkit-date-and-time-value,.change-list #changelist #result_list input[type=date]::-webkit-date-and-time-value,.change-list #changelist-search input[type=text]::-webkit-date-and-time-value,.change-list .admindatefilter input[type=\'text\']::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder, .change-form #content-main>form input[type=text]::-moz-placeholder, .passwordchange #content-main>form input[type=text]::-moz-placeholder, .change-form #content-main>form input[type=password]::-moz-placeholder, .passwordchange #content-main>form input[type=password]::-moz-placeholder, .change-form #content-main>form input[type=url]::-moz-placeholder, .passwordchange #content-main>form input[type=url]::-moz-placeholder, .change-form #content-main>form input[type=number]::-moz-placeholder, .passwordchange #content-main>form input[type=number]::-moz-placeholder, .change-form #content-main>form input[type=email]::-moz-placeholder, .passwordchange #content-main>form input[type=email]::-moz-placeholder, .change-form #content-main>form input[type=date]::-moz-placeholder, .passwordchange #content-main>form input[type=date]::-moz-placeholder, .change-form #content-main>form input[type=file]::-moz-placeholder, .passwordchange #content-main>form input[type=file]::-moz-placeholder, .change-form #content-main>form select[multiple]::-moz-placeholder, .passwordchange #content-main>form select[multiple]::-moz-placeholder, .change-form #content-main>form textarea::-moz-placeholder, .passwordchange #content-main>form textarea::-moz-placeholder, .auth-user.change-form #content-main>form textarea::-moz-placeholder, .login #container input[type=\'text\']::-moz-placeholder, .login #container input[type=\'password\']::-moz-placeholder, .change-list #changelist #result_list input[type=text]::-moz-placeholder, .change-list #changelist #result_list input[type=number]::-moz-placeholder, .change-list #changelist #result_list input[type=email]::-moz-placeholder, .change-list #changelist #result_list input[type=date]::-moz-placeholder, .change-list #changelist-search input[type=text]::-moz-placeholder, .change-list .admindatefilter input[type=\'text\']::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder, .change-form #content-main>form input[type=text]:-ms-input-placeholder, .passwordchange #content-main>form input[type=text]:-ms-input-placeholder, .change-form #content-main>form input[type=password]:-ms-input-placeholder, .passwordchange #content-main>form input[type=password]:-ms-input-placeholder, .change-form #content-main>form input[type=url]:-ms-input-placeholder, .passwordchange #content-main>form input[type=url]:-ms-input-placeholder, .change-form #content-main>form input[type=number]:-ms-input-placeholder, .passwordchange #content-main>form input[type=number]:-ms-input-placeholder, .change-form #content-main>form input[type=email]:-ms-input-placeholder, .passwordchange #content-main>form input[type=email]:-ms-input-placeholder, .change-form #content-main>form input[type=date]:-ms-input-placeholder, .passwordchange #content-main>form input[type=date]:-ms-input-placeholder, .change-form #content-main>form input[type=file]:-ms-input-placeholder, .passwordchange #content-main>form input[type=file]:-ms-input-placeholder, .change-form #content-main>form select[multiple]:-ms-input-placeholder, .passwordchange #content-main>form select[multiple]:-ms-input-placeholder, .change-form #content-main>form textarea:-ms-input-placeholder, .passwordchange #content-main>form textarea:-ms-input-placeholder, .auth-user.change-form #content-main>form textarea:-ms-input-placeholder, .login #container input[type=\'text\']:-ms-input-placeholder, .login #container input[type=\'password\']:-ms-input-placeholder, .change-list #changelist #result_list input[type=text]:-ms-input-placeholder, .change-list #changelist #result_list input[type=number]:-ms-input-placeholder, .change-list #changelist #result_list input[type=email]:-ms-input-placeholder, .change-list #changelist #result_list input[type=date]:-ms-input-placeholder, .change-list #changelist-search input[type=text]:-ms-input-placeholder, .change-list .admindatefilter input[type=\'text\']:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder, .change-form #content-main>form input[type=text]::-ms-input-placeholder, .passwordchange #content-main>form input[type=text]::-ms-input-placeholder, .change-form #content-main>form input[type=password]::-ms-input-placeholder, .passwordchange #content-main>form input[type=password]::-ms-input-placeholder, .change-form #content-main>form input[type=url]::-ms-input-placeholder, .passwordchange #content-main>form input[type=url]::-ms-input-placeholder, .change-form #content-main>form input[type=number]::-ms-input-placeholder, .passwordchange #content-main>form input[type=number]::-ms-input-placeholder, .change-form #content-main>form input[type=email]::-ms-input-placeholder, .passwordchange #content-main>form input[type=email]::-ms-input-placeholder, .change-form #content-main>form input[type=date]::-ms-input-placeholder, .passwordchange #content-main>form input[type=date]::-ms-input-placeholder, .change-form #content-main>form input[type=file]::-ms-input-placeholder, .passwordchange #content-main>form input[type=file]::-ms-input-placeholder, .change-form #content-main>form select[multiple]::-ms-input-placeholder, .passwordchange #content-main>form select[multiple]::-ms-input-placeholder, .change-form #content-main>form textarea::-ms-input-placeholder, .passwordchange #content-main>form textarea::-ms-input-placeholder, .auth-user.change-form #content-main>form textarea::-ms-input-placeholder, .login #container input[type=\'text\']::-ms-input-placeholder, .login #container input[type=\'password\']::-ms-input-placeholder, .change-list #changelist #result_list input[type=text]::-ms-input-placeholder, .change-list #changelist #result_list input[type=number]::-ms-input-placeholder, .change-list #changelist #result_list input[type=email]::-ms-input-placeholder, .change-list #changelist #result_list input[type=date]::-ms-input-placeholder, .change-list #changelist-search input[type=text]::-ms-input-placeholder, .change-list .admindatefilter input[type=\'text\']::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder,.change-form #content-main>form input[type=text]::placeholder,.passwordchange #content-main>form input[type=text]::placeholder,.change-form #content-main>form input[type=password]::placeholder,.passwordchange #content-main>form input[type=password]::placeholder,.change-form #content-main>form input[type=url]::placeholder,.passwordchange #content-main>form input[type=url]::placeholder,.change-form #content-main>form input[type=number]::placeholder,.passwordchange #content-main>form input[type=number]::placeholder,.change-form #content-main>form input[type=email]::placeholder,.passwordchange #content-main>form input[type=email]::placeholder,.change-form #content-main>form input[type=date]::placeholder,.passwordchange #content-main>form input[type=date]::placeholder,.change-form #content-main>form input[type=file]::placeholder,.passwordchange #content-main>form input[type=file]::placeholder,.change-form #content-main>form select[multiple]::placeholder,.passwordchange #content-main>form select[multiple]::placeholder,.change-form #content-main>form textarea::placeholder,.passwordchange #content-main>form textarea::placeholder,.auth-user.change-form #content-main>form textarea::placeholder,.login #container input[type=\'text\']::placeholder,.login #container input[type=\'password\']::placeholder,.change-list #changelist #result_list input[type=text]::placeholder,.change-list #changelist #result_list input[type=number]::placeholder,.change-list #changelist #result_list input[type=email]::placeholder,.change-list #changelist #result_list input[type=date]::placeholder,.change-list #changelist-search input[type=text]::placeholder,.change-list .admindatefilter input[type=\'text\']::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.change-form #content-main>form input:disabled[type=text],.passwordchange #content-main>form input:disabled[type=text],.change-form #content-main>form input:disabled[type=password],.passwordchange #content-main>form input:disabled[type=password],.change-form #content-main>form input:disabled[type=url],.passwordchange #content-main>form input:disabled[type=url],.change-form #content-main>form input:disabled[type=number],.passwordchange #content-main>form input:disabled[type=number],.change-form #content-main>form input:disabled[type=email],.passwordchange #content-main>form input:disabled[type=email],.change-form #content-main>form input:disabled[type=date],.passwordchange #content-main>form input:disabled[type=date],.change-form #content-main>form input:disabled[type=file],.passwordchange #content-main>form input:disabled[type=file],.change-form #content-main>form select:disabled[multiple],.passwordchange #content-main>form select:disabled[multiple],.change-form #content-main>form textarea:disabled,.passwordchange #content-main>form textarea:disabled,.login #container input:disabled[type=\'text\'],.login #container input:disabled[type=\'password\'],.change-list #changelist #result_list input:disabled[type=text],.change-list #changelist #result_list input:disabled[type=number],.change-list #changelist #result_list input:disabled[type=email],.change-list #changelist #result_list input:disabled[type=date],.change-list #changelist-search input:disabled[type=text],.change-list .admindatefilter input:disabled[type=\'text\'],.form-control[readonly],.change-form #content-main>form input[readonly][type=text],.passwordchange #content-main>form input[readonly][type=text],.change-form #content-main>form input[readonly][type=password],.passwordchange #content-main>form input[readonly][type=password],.change-form #content-main>form input[readonly][type=url],.passwordchange #content-main>form input[readonly][type=url],.change-form #content-main>form input[readonly][type=number],.passwordchange #content-main>form input[readonly][type=number],.change-form #content-main>form input[readonly][type=email],.passwordchange #content-main>form input[readonly][type=email],.change-form #content-main>form input[readonly][type=date],.passwordchange #content-main>form input[readonly][type=date],.change-form #content-main>form input[readonly][type=file],.passwordchange #content-main>form input[readonly][type=file],.change-form #content-main>form select[readonly][multiple],.passwordchange #content-main>form select[readonly][multiple],.change-form #content-main>form textarea[readonly],.passwordchange #content-main>form textarea[readonly],.login #container input[readonly][type=\'text\'],.login #container input[readonly][type=\'password\'],.change-list #changelist #result_list input[readonly][type=text],.change-list #changelist #result_list input[readonly][type=number],.change-list #changelist #result_list input[readonly][type=email],.change-list #changelist #result_list input[readonly][type=date],.change-list #changelist-search input[readonly][type=text],.change-list .admindatefilter input[readonly][type=\'text\']{background-color:#e9ecef;opacity:1}.form-control::file-selector-button,.change-form #content-main>form input[type=text]::file-selector-button,.passwordchange #content-main>form input[type=text]::file-selector-button,.change-form #content-main>form input[type=password]::file-selector-button,.passwordchange #content-main>form input[type=password]::file-selector-button,.change-form #content-main>form input[type=url]::file-selector-button,.passwordchange #content-main>form input[type=url]::file-selector-button,.change-form #content-main>form input[type=number]::file-selector-button,.passwordchange #content-main>form input[type=number]::file-selector-button,.change-form #content-main>form input[type=email]::file-selector-button,.passwordchange #content-main>form input[type=email]::file-selector-button,.change-form #content-main>form input[type=date]::file-selector-button,.passwordchange #content-main>form input[type=date]::file-selector-button,.change-form #content-main>form input[type=file]::file-selector-button,.passwordchange #content-main>form input[type=file]::file-selector-button,.change-form #content-main>form select[multiple]::file-selector-button,.passwordchange #content-main>form select[multiple]::file-selector-button,.change-form #content-main>form textarea::file-selector-button,.passwordchange #content-main>form textarea::file-selector-button,.auth-user.change-form #content-main>form textarea::file-selector-button,.login #container input[type=\'text\']::file-selector-button,.login #container input[type=\'password\']::file-selector-button,.change-list #changelist #result_list input[type=text]::file-selector-button,.change-list #changelist #result_list input[type=number]::file-selector-button,.change-list #changelist #result_list input[type=email]::file-selector-button,.change-list #changelist #result_list input[type=date]::file-selector-button,.change-list #changelist-search input[type=text]::file-selector-button,.change-list .admindatefilter input[type=\'text\']::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control::file-selector-button,.change-form #content-main>form input[type=text]::file-selector-button,.passwordchange #content-main>form input[type=text]::file-selector-button,.change-form #content-main>form input[type=password]::file-selector-button,.passwordchange #content-main>form input[type=password]::file-selector-button,.change-form #content-main>form input[type=url]::file-selector-button,.passwordchange #content-main>form input[type=url]::file-selector-button,.change-form #content-main>form input[type=number]::file-selector-button,.passwordchange #content-main>form input[type=number]::file-selector-button,.change-form #content-main>form input[type=email]::file-selector-button,.passwordchange #content-main>form input[type=email]::file-selector-button,.change-form #content-main>form input[type=date]::file-selector-button,.passwordchange #content-main>form input[type=date]::file-selector-button,.change-form #content-main>form input[type=file]::file-selector-button,.passwordchange #content-main>form input[type=file]::file-selector-button,.change-form #content-main>form select[multiple]::file-selector-button,.passwordchange #content-main>form select[multiple]::file-selector-button,.change-form #content-main>form textarea::file-selector-button,.passwordchange #content-main>form textarea::file-selector-button,.auth-user.change-form #content-main>form textarea::file-selector-button,.login #container input[type=\'text\']::file-selector-button,.login #container input[type=\'password\']::file-selector-button,.change-list #changelist #result_list input[type=text]::file-selector-button,.change-list #changelist #result_list input[type=number]::file-selector-button,.change-list #changelist #result_list input[type=email]::file-selector-button,.change-list #changelist #result_list input[type=date]::file-selector-button,.change-list #changelist-search input[type=text]::file-selector-button,.change-list .admindatefilter input[type=\'text\']::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button,.change-form #content-main>form input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,.passwordchange #content-main>form input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,.change-form #content-main>form input[type=password]:hover:not(:disabled):not([readonly])::file-selector-button,.passwordchange #content-main>form input[type=password]:hover:not(:disabled):not([readonly])::file-selector-button,.change-form #content-main>form input[type=url]:hover:not(:disabled):not([readonly])::file-selector-button,.passwordchange #content-main>form input[type=url]:hover:not(:disabled):not([readonly])::file-selector-button,.change-form #content-main>form input[type=number]:hover:not(:disabled):not([readonly])::file-selector-button,.passwordchange #content-main>form input[type=number]:hover:not(:disabled):not([readonly])::file-selector-button,.change-form #content-main>form input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,.passwordchange #content-main>form input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,.change-form #content-main>form input[type=date]:hover:not(:disabled):not([readonly])::file-selector-button,.passwordchange #content-main>form input[type=date]:hover:not(:disabled):not([readonly])::file-selector-button,.change-form #content-main>form input[type=file]:hover:not(:disabled):not([readonly])::file-selector-button,.passwordchange #content-main>form input[type=file]:hover:not(:disabled):not([readonly])::file-selector-button,.change-form #content-main>form select[multiple]:hover:not(:disabled):not([readonly])::file-selector-button,.passwordchange #content-main>form select[multiple]:hover:not(:disabled):not([readonly])::file-selector-button,.change-form #content-main>form textarea:hover:not(:disabled):not([readonly])::file-selector-button,.passwordchange #content-main>form textarea:hover:not(:disabled):not([readonly])::file-selector-button,.login #container input[type=\'text\']:hover:not(:disabled):not([readonly])::file-selector-button,.login #container input[type=\'password\']:hover:not(:disabled):not([readonly])::file-selector-button,.change-list #changelist #result_list input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,.change-list #changelist #result_list input[type=number]:hover:not(:disabled):not([readonly])::file-selector-button,.change-list #changelist #result_list input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,.change-list #changelist #result_list input[type=date]:hover:not(:disabled):not([readonly])::file-selector-button,.change-list #changelist-search input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,.change-list .admindatefilter input[type=\'text\']:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button,.change-form #content-main>form input[type=text]::-webkit-file-upload-button,.passwordchange #content-main>form input[type=text]::-webkit-file-upload-button,.change-form #content-main>form input[type=password]::-webkit-file-upload-button,.passwordchange #content-main>form input[type=password]::-webkit-file-upload-button,.change-form #content-main>form input[type=url]::-webkit-file-upload-button,.passwordchange #content-main>form input[type=url]::-webkit-file-upload-button,.change-form #content-main>form input[type=number]::-webkit-file-upload-button,.passwordchange #content-main>form input[type=number]::-webkit-file-upload-button,.change-form #content-main>form input[type=email]::-webkit-file-upload-button,.passwordchange #content-main>form input[type=email]::-webkit-file-upload-button,.change-form #content-main>form input[type=date]::-webkit-file-upload-button,.passwordchange #content-main>form input[type=date]::-webkit-file-upload-button,.change-form #content-main>form input[type=file]::-webkit-file-upload-button,.passwordchange #content-main>form input[type=file]::-webkit-file-upload-button,.change-form #content-main>form select[multiple]::-webkit-file-upload-button,.passwordchange #content-main>form select[multiple]::-webkit-file-upload-button,.change-form #content-main>form textarea::-webkit-file-upload-button,.passwordchange #content-main>form textarea::-webkit-file-upload-button,.auth-user.change-form #content-main>form textarea::-webkit-file-upload-button,.login #container input[type=\'text\']::-webkit-file-upload-button,.login #container input[type=\'password\']::-webkit-file-upload-button,.change-list #changelist #result_list input[type=text]::-webkit-file-upload-button,.change-list #changelist #result_list input[type=number]::-webkit-file-upload-button,.change-list #changelist #result_list input[type=email]::-webkit-file-upload-button,.change-list #changelist #result_list input[type=date]::-webkit-file-upload-button,.change-list #changelist-search input[type=text]::-webkit-file-upload-button,.change-list .admindatefilter input[type=\'text\']::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control::-webkit-file-upload-button,.change-form #content-main>form input[type=text]::-webkit-file-upload-button,.passwordchange #content-main>form input[type=text]::-webkit-file-upload-button,.change-form #content-main>form input[type=password]::-webkit-file-upload-button,.passwordchange #content-main>form input[type=password]::-webkit-file-upload-button,.change-form #content-main>form input[type=url]::-webkit-file-upload-button,.passwordchange #content-main>form input[type=url]::-webkit-file-upload-button,.change-form #content-main>form input[type=number]::-webkit-file-upload-button,.passwordchange #content-main>form input[type=number]::-webkit-file-upload-button,.change-form #content-main>form input[type=email]::-webkit-file-upload-button,.passwordchange #content-main>form input[type=email]::-webkit-file-upload-button,.change-form #content-main>form input[type=date]::-webkit-file-upload-button,.passwordchange #content-main>form input[type=date]::-webkit-file-upload-button,.change-form #content-main>form input[type=file]::-webkit-file-upload-button,.passwordchange #content-main>form input[type=file]::-webkit-file-upload-button,.change-form #content-main>form select[multiple]::-webkit-file-upload-button,.passwordchange #content-main>form select[multiple]::-webkit-file-upload-button,.change-form #content-main>form textarea::-webkit-file-upload-button,.passwordchange #content-main>form textarea::-webkit-file-upload-button,.auth-user.change-form #content-main>form textarea::-webkit-file-upload-button,.login #container input[type=\'text\']::-webkit-file-upload-button,.login #container input[type=\'password\']::-webkit-file-upload-button,.change-list #changelist #result_list input[type=text]::-webkit-file-upload-button,.change-list #changelist #result_list input[type=number]::-webkit-file-upload-button,.change-list #changelist #result_list input[type=email]::-webkit-file-upload-button,.change-list #changelist #result_list input[type=date]::-webkit-file-upload-button,.change-list #changelist-search input[type=text]::-webkit-file-upload-button,.change-list .admindatefilter input[type=\'text\']::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-form #content-main>form input[type=text]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.passwordchange #content-main>form input[type=text]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-form #content-main>form input[type=password]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.passwordchange #content-main>form input[type=password]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-form #content-main>form input[type=url]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.passwordchange #content-main>form input[type=url]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-form #content-main>form input[type=number]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.passwordchange #content-main>form input[type=number]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-form #content-main>form input[type=email]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.passwordchange #content-main>form input[type=email]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-form #content-main>form input[type=date]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.passwordchange #content-main>form input[type=date]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-form #content-main>form input[type=file]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.passwordchange #content-main>form input[type=file]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-form #content-main>form select[multiple]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.passwordchange #content-main>form select[multiple]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-form #content-main>form textarea:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.passwordchange #content-main>form textarea:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.login #container input[type=\'text\']:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.login #container input[type=\'password\']:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-list #changelist #result_list input[type=text]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-list #changelist #result_list input[type=number]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-list #changelist #result_list input[type=email]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-list #changelist #result_list input[type=date]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-list #changelist-search input[type=text]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.change-list .admindatefilter input[type=\'text\']:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-sm,.change-list #changelist-search input.form-control-plaintext[type=text],.change-list .admindatefilter input.form-control-plaintext[type=\'text\'],.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm,.change-list #changelist-search input[type=text],.change-list .admindatefilter input[type=\'text\']{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::file-selector-button,.change-list #changelist-search input[type=text]::file-selector-button,.change-list .admindatefilter input[type=\'text\']::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button,.change-list #changelist-search input[type=text]::-webkit-file-upload-button,.change-list .admindatefilter input[type=\'text\']::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control,.change-form #content-main>form textarea,.passwordchange #content-main>form textarea,.auth-user.change-form #content-main>form textarea{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{max-width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select,.change-form #content-main>form select:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form select:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23343a40\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M2 5l6 6 6-6\'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-select:focus,.change-form #content-main>form select:focus:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form select:focus:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form select:focus{border-color:#bf8d93;outline:0;box-shadow:0 0 0 .25rem rgba(127,27,39,0.25)}.form-select[multiple],.change-form #content-main>form select[multiple]:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form select[multiple]:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form select[multiple],.form-select[size]:not([size="1"]),.change-form #content-main>form select[size]:not([size="1"]):not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form select[size]:not([size="1"]):not([multiple]):not(.admin-autocomplete),.change-list #changelist-form select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled,.change-form #content-main>form select:disabled:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form select:disabled:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form select:disabled{color:#6c757d;background-color:#e9ecef}.form-select:-moz-focusring,.change-form #content-main>form select:-moz-focusring:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form select:-moz-focusring:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm,.change-list #changelist-form select{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input,.form-check input[type=checkbox]{float:left;margin-left:-1.5em}.form-check-input,input[type=checkbox]{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,0.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type="checkbox"],input[type="checkbox"][type=checkbox]{border-radius:.25em}.form-check-input[type="radio"],input[type="radio"][type=checkbox]{border-radius:50%}.form-check-input:active,input:active[type=checkbox]{-webkit-filter:brightness(90%);filter:brightness(90%)}.form-check-input:focus,input:focus[type=checkbox]{border-color:#bf8d93;outline:0;box-shadow:0 0 0 .25rem rgba(127,27,39,0.25)}.form-check-input:checked,input:checked[type=checkbox]{background-color:#7f1b27;border-color:#7f1b27}.form-check-input:checked[type="checkbox"],input:checked[type="checkbox"][type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 20 20\'%3e%3cpath fill=\'none\' stroke=\'%23fff\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'3\' d=\'M6 10l3 3l6-6\'/%3e%3c/svg%3e")}.form-check-input:checked[type="radio"],input:checked[type="radio"][type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'2\' fill=\'%23fff\'/%3e%3c/svg%3e")}.form-check-input[type="checkbox"]:indeterminate,input[type="checkbox"]:indeterminate[type=checkbox]{background-color:#7f1b27;border-color:#7f1b27;background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 20 20\'%3e%3cpath fill=\'none\' stroke=\'%23fff\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'3\' d=\'M6 10h8\'/%3e%3c/svg%3e")}.form-check-input:disabled,input:disabled[type=checkbox]{pointer-events:none;-webkit-filter:none;filter:none;opacity:.5}.form-check-input[disabled] ~ .form-check-label,input[disabled][type=checkbox] ~ .form-check-label,.form-check-input:disabled ~ .form-check-label,input:disabled[type=checkbox] ~ .form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input,.form-switch input[type=checkbox]{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'rgba%280,0,0,0.25%29\'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-switch .form-check-input,.form-switch input[type=checkbox]{transition:none}}.form-switch .form-check-input:focus,.form-switch input:focus[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23bf8d93\'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked,.form-switch input:checked[type=checkbox]{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23fff\'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.btn-check[disabled]+.btn,.change-form #content-main>form .form-row .btn-check[disabled]+.selector-chooseall,.passwordchange #content-main>form .form-row .btn-check[disabled]+.selector-chooseall,.change-form #content-main>form .form-row .btn-check[disabled]+.selector-clearall,.passwordchange #content-main>form .form-row .btn-check[disabled]+.selector-clearall,.change-form #content-main>form .submit-row .btn-check[disabled]+input[type=submit],.passwordchange #content-main>form .submit-row .btn-check[disabled]+input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-check[disabled]+.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-check[disabled]+.deletelink,.change-form #content-main>form .add-row .btn-check[disabled]+a,.passwordchange #content-main>form .add-row .btn-check[disabled]+a,.change-form #content-main>form .btn-check[disabled]+.inline-deletelink,.passwordchange #content-main>form .btn-check[disabled]+.inline-deletelink,.login #container .submit-row .btn-check[disabled]+input,#content .object-tools .btn-check[disabled]+a,.change-list #changelist-search .btn-check[disabled]+input[type=submit],.change-list .btn-check[disabled]+.changelist-filter-toggler,.change-list #changelist-form .actions .btn-check[disabled]+button,.paginator .btn-check[disabled]+.showall,.paginator .btn-check[disabled]+input,.delete-confirmation-content form .btn-check[disabled]+input[type=submit],.delete-confirmation-content form .btn-check[disabled]+.cancel-link,.actionresult #content>p .btn-check[disabled]+a,.page-admindocs .admindocs-body .small .btn-check[disabled]+a,.btn-check:disabled+.btn,.change-form #content-main>form .form-row .btn-check:disabled+.selector-chooseall,.passwordchange #content-main>form .form-row .btn-check:disabled+.selector-chooseall,.change-form #content-main>form .form-row .btn-check:disabled+.selector-clearall,.passwordchange #content-main>form .form-row .btn-check:disabled+.selector-clearall,.change-form #content-main>form .submit-row .btn-check:disabled+input[type=submit],.passwordchange #content-main>form .submit-row .btn-check:disabled+input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-check:disabled+.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-check:disabled+.deletelink,.change-form #content-main>form .add-row .btn-check:disabled+a,.passwordchange #content-main>form .add-row .btn-check:disabled+a,.change-form #content-main>form .btn-check:disabled+.inline-deletelink,.passwordchange #content-main>form .btn-check:disabled+.inline-deletelink,.login #container .submit-row .btn-check:disabled+input,#content .object-tools .btn-check:disabled+a,.change-list #changelist-search .btn-check:disabled+input[type=submit],.change-list .btn-check:disabled+.changelist-filter-toggler,.change-list #changelist-form .actions .btn-check:disabled+button,.paginator .btn-check:disabled+.showall,.paginator .btn-check:disabled+input,.delete-confirmation-content form .btn-check:disabled+input[type=submit],.delete-confirmation-content form .btn-check:disabled+.cancel-link,.actionresult #content>p .btn-check:disabled+a,.page-admindocs .admindocs-body .small .btn-check:disabled+a{pointer-events:none;-webkit-filter:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(127,27,39,0.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(127,27,39,0.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#7f1b27;border:0;border-radius:1rem;-webkit-transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#d9bbbe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#7f1b27;border:0;border-radius:1rem;-moz-transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#d9bbbe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.change-form #content-main>form .form-floating>input[type=text],.passwordchange #content-main>form .form-floating>input[type=text],.change-form #content-main>form .form-floating>input[type=password],.passwordchange #content-main>form .form-floating>input[type=password],.change-form #content-main>form .form-floating>input[type=url],.passwordchange #content-main>form .form-floating>input[type=url],.change-form #content-main>form .form-floating>input[type=number],.passwordchange #content-main>form .form-floating>input[type=number],.change-form #content-main>form .form-floating>input[type=email],.passwordchange #content-main>form .form-floating>input[type=email],.change-form #content-main>form .form-floating>input[type=date],.passwordchange #content-main>form .form-floating>input[type=date],.change-form #content-main>form .form-floating>input[type=file],.passwordchange #content-main>form .form-floating>input[type=file],.change-form #content-main>form .form-floating>select[multiple],.passwordchange #content-main>form .form-floating>select[multiple],.change-form #content-main>form .form-floating>textarea,.passwordchange #content-main>form .form-floating>textarea,.login #container .form-floating>input[type=\'text\'],.login #container .form-floating>input[type=\'password\'],.change-list #changelist #result_list .form-floating>input[type=text],.change-list #changelist #result_list .form-floating>input[type=number],.change-list #changelist #result_list .form-floating>input[type=email],.change-list #changelist #result_list .form-floating>input[type=date],.change-list #changelist-search .form-floating>input[type=text],.change-list .admindatefilter .form-floating>input[type=\'text\'],.form-floating>.form-select,.change-form #content-main>form .form-floating>select:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form .form-floating>select:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form .form-floating>select{height:calc(3.5rem + 2px);padding:1rem .75rem}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity 0.1s ease-in-out,transform 0.1s ease-in-out}@media (prefers-reduced-motion: reduce){.form-floating>label{transition:none}}.form-floating>.form-control::-moz-placeholder, .change-form #content-main>form .form-floating>input[type=text]::-moz-placeholder, .passwordchange #content-main>form .form-floating>input[type=text]::-moz-placeholder, .change-form #content-main>form .form-floating>input[type=password]::-moz-placeholder, .passwordchange #content-main>form .form-floating>input[type=password]::-moz-placeholder, .change-form #content-main>form .form-floating>input[type=url]::-moz-placeholder, .passwordchange #content-main>form .form-floating>input[type=url]::-moz-placeholder, .change-form #content-main>form .form-floating>input[type=number]::-moz-placeholder, .passwordchange #content-main>form .form-floating>input[type=number]::-moz-placeholder, .change-form #content-main>form .form-floating>input[type=email]::-moz-placeholder, .passwordchange #content-main>form .form-floating>input[type=email]::-moz-placeholder, .change-form #content-main>form .form-floating>input[type=date]::-moz-placeholder, .passwordchange #content-main>form .form-floating>input[type=date]::-moz-placeholder, .change-form #content-main>form .form-floating>input[type=file]::-moz-placeholder, .passwordchange #content-main>form .form-floating>input[type=file]::-moz-placeholder, .change-form #content-main>form .form-floating>select[multiple]::-moz-placeholder, .passwordchange #content-main>form .form-floating>select[multiple]::-moz-placeholder, .change-form #content-main>form .form-floating>textarea::-moz-placeholder, .passwordchange #content-main>form .form-floating>textarea::-moz-placeholder, .login #container .form-floating>input[type=\'text\']::-moz-placeholder, .login #container .form-floating>input[type=\'password\']::-moz-placeholder, .change-list #changelist #result_list .form-floating>input[type=text]::-moz-placeholder, .change-list #changelist #result_list .form-floating>input[type=number]::-moz-placeholder, .change-list #changelist #result_list .form-floating>input[type=email]::-moz-placeholder, .change-list #changelist #result_list .form-floating>input[type=date]::-moz-placeholder, .change-list #changelist-search .form-floating>input[type=text]::-moz-placeholder, .change-list .admindatefilter .form-floating>input[type=\'text\']::-moz-placeholder{color:transparent}.form-floating>.form-control:-ms-input-placeholder, .change-form #content-main>form .form-floating>input[type=text]:-ms-input-placeholder, .passwordchange #content-main>form .form-floating>input[type=text]:-ms-input-placeholder, .change-form #content-main>form .form-floating>input[type=password]:-ms-input-placeholder, .passwordchange #content-main>form .form-floating>input[type=password]:-ms-input-placeholder, .change-form #content-main>form .form-floating>input[type=url]:-ms-input-placeholder, .passwordchange #content-main>form .form-floating>input[type=url]:-ms-input-placeholder, .change-form #content-main>form .form-floating>input[type=number]:-ms-input-placeholder, .passwordchange #content-main>form .form-floating>input[type=number]:-ms-input-placeholder, .change-form #content-main>form .form-floating>input[type=email]:-ms-input-placeholder, .passwordchange #content-main>form .form-floating>input[type=email]:-ms-input-placeholder, .change-form #content-main>form .form-floating>input[type=date]:-ms-input-placeholder, .passwordchange #content-main>form .form-floating>input[type=date]:-ms-input-placeholder, .change-form #content-main>form .form-floating>input[type=file]:-ms-input-placeholder, .passwordchange #content-main>form .form-floating>input[type=file]:-ms-input-placeholder, .change-form #content-main>form .form-floating>select[multiple]:-ms-input-placeholder, .passwordchange #content-main>form .form-floating>select[multiple]:-ms-input-placeholder, .change-form #content-main>form .form-floating>textarea:-ms-input-placeholder, .passwordchange #content-main>form .form-floating>textarea:-ms-input-placeholder, .login #container .form-floating>input[type=\'text\']:-ms-input-placeholder, .login #container .form-floating>input[type=\'password\']:-ms-input-placeholder, .change-list #changelist #result_list .form-floating>input[type=text]:-ms-input-placeholder, .change-list #changelist #result_list .form-floating>input[type=number]:-ms-input-placeholder, .change-list #changelist #result_list .form-floating>input[type=email]:-ms-input-placeholder, .change-list #changelist #result_list .form-floating>input[type=date]:-ms-input-placeholder, .change-list #changelist-search .form-floating>input[type=text]:-ms-input-placeholder, .change-list .admindatefilter .form-floating>input[type=\'text\']:-ms-input-placeholder{color:transparent}.form-floating>.form-control::-ms-input-placeholder, .change-form #content-main>form .form-floating>input[type=text]::-ms-input-placeholder, .passwordchange #content-main>form .form-floating>input[type=text]::-ms-input-placeholder, .change-form #content-main>form .form-floating>input[type=password]::-ms-input-placeholder, .passwordchange #content-main>form .form-floating>input[type=password]::-ms-input-placeholder, .change-form #content-main>form .form-floating>input[type=url]::-ms-input-placeholder, .passwordchange #content-main>form .form-floating>input[type=url]::-ms-input-placeholder, .change-form #content-main>form .form-floating>input[type=number]::-ms-input-placeholder, .passwordchange #content-main>form .form-floating>input[type=number]::-ms-input-placeholder, .change-form #content-main>form .form-floating>input[type=email]::-ms-input-placeholder, .passwordchange #content-main>form .form-floating>input[type=email]::-ms-input-placeholder, .change-form #content-main>form .form-floating>input[type=date]::-ms-input-placeholder, .passwordchange #content-main>form .form-floating>input[type=date]::-ms-input-placeholder, .change-form #content-main>form .form-floating>input[type=file]::-ms-input-placeholder, .passwordchange #content-main>form .form-floating>input[type=file]::-ms-input-placeholder, .change-form #content-main>form .form-floating>select[multiple]::-ms-input-placeholder, .passwordchange #content-main>form .form-floating>select[multiple]::-ms-input-placeholder, .change-form #content-main>form .form-floating>textarea::-ms-input-placeholder, .passwordchange #content-main>form .form-floating>textarea::-ms-input-placeholder, .login #container .form-floating>input[type=\'text\']::-ms-input-placeholder, .login #container .form-floating>input[type=\'password\']::-ms-input-placeholder, .change-list #changelist #result_list .form-floating>input[type=text]::-ms-input-placeholder, .change-list #changelist #result_list .form-floating>input[type=number]::-ms-input-placeholder, .change-list #changelist #result_list .form-floating>input[type=email]::-ms-input-placeholder, .change-list #changelist #result_list .form-floating>input[type=date]::-ms-input-placeholder, .change-list #changelist-search .form-floating>input[type=text]::-ms-input-placeholder, .change-list .admindatefilter .form-floating>input[type=\'text\']::-ms-input-placeholder{color:transparent}.form-floating>.form-control::placeholder,.change-form #content-main>form .form-floating>input[type=text]::placeholder,.passwordchange #content-main>form .form-floating>input[type=text]::placeholder,.change-form #content-main>form .form-floating>input[type=password]::placeholder,.passwordchange #content-main>form .form-floating>input[type=password]::placeholder,.change-form #content-main>form .form-floating>input[type=url]::placeholder,.passwordchange #content-main>form .form-floating>input[type=url]::placeholder,.change-form #content-main>form .form-floating>input[type=number]::placeholder,.passwordchange #content-main>form .form-floating>input[type=number]::placeholder,.change-form #content-main>form .form-floating>input[type=email]::placeholder,.passwordchange #content-main>form .form-floating>input[type=email]::placeholder,.change-form #content-main>form .form-floating>input[type=date]::placeholder,.passwordchange #content-main>form .form-floating>input[type=date]::placeholder,.change-form #content-main>form .form-floating>input[type=file]::placeholder,.passwordchange #content-main>form .form-floating>input[type=file]::placeholder,.change-form #content-main>form .form-floating>select[multiple]::placeholder,.passwordchange #content-main>form .form-floating>select[multiple]::placeholder,.change-form #content-main>form .form-floating>textarea::placeholder,.passwordchange #content-main>form .form-floating>textarea::placeholder,.login #container .form-floating>input[type=\'text\']::placeholder,.login #container .form-floating>input[type=\'password\']::placeholder,.change-list #changelist #result_list .form-floating>input[type=text]::placeholder,.change-list #changelist #result_list .form-floating>input[type=number]::placeholder,.change-list #changelist #result_list .form-floating>input[type=email]::placeholder,.change-list #changelist #result_list .form-floating>input[type=date]::placeholder,.change-list #changelist-search .form-floating>input[type=text]::placeholder,.change-list .admindatefilter .form-floating>input[type=\'text\']::placeholder{color:transparent}.form-floating>.form-control:not(:-moz-placeholder-shown), .change-form #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=text], .passwordchange #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=text], .change-form #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=password], .passwordchange #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=password], .change-form #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=url], .passwordchange #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=url], .change-form #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=number], .passwordchange #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=number], .change-form #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=email], .passwordchange #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=email], .change-form #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=date], .passwordchange #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=date], .change-form #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=file], .passwordchange #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=file], .change-form #content-main>form .form-floating>select:not(:-moz-placeholder-shown)[multiple], .passwordchange #content-main>form .form-floating>select:not(:-moz-placeholder-shown)[multiple], .change-form #content-main>form .form-floating>textarea:not(:-moz-placeholder-shown), .passwordchange #content-main>form .form-floating>textarea:not(:-moz-placeholder-shown), .login #container .form-floating>input:not(:-moz-placeholder-shown)[type=\'text\'], .login #container .form-floating>input:not(:-moz-placeholder-shown)[type=\'password\'], .change-list #changelist #result_list .form-floating>input:not(:-moz-placeholder-shown)[type=text], .change-list #changelist #result_list .form-floating>input:not(:-moz-placeholder-shown)[type=number], .change-list #changelist #result_list .form-floating>input:not(:-moz-placeholder-shown)[type=email], .change-list #changelist #result_list .form-floating>input:not(:-moz-placeholder-shown)[type=date], .change-list #changelist-search .form-floating>input:not(:-moz-placeholder-shown)[type=text], .change-list .admindatefilter .form-floating>input:not(:-moz-placeholder-shown)[type=\'text\']{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-ms-input-placeholder), .change-form #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=text], .passwordchange #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=text], .change-form #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=password], .passwordchange #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=password], .change-form #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=url], .passwordchange #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=url], .change-form #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=number], .passwordchange #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=number], .change-form #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=email], .passwordchange #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=email], .change-form #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=date], .passwordchange #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=date], .change-form #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=file], .passwordchange #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=file], .change-form #content-main>form .form-floating>select:not(:-ms-input-placeholder)[multiple], .passwordchange #content-main>form .form-floating>select:not(:-ms-input-placeholder)[multiple], .change-form #content-main>form .form-floating>textarea:not(:-ms-input-placeholder), .passwordchange #content-main>form .form-floating>textarea:not(:-ms-input-placeholder), .login #container .form-floating>input:not(:-ms-input-placeholder)[type=\'text\'], .login #container .form-floating>input:not(:-ms-input-placeholder)[type=\'password\'], .change-list #changelist #result_list .form-floating>input:not(:-ms-input-placeholder)[type=text], .change-list #changelist #result_list .form-floating>input:not(:-ms-input-placeholder)[type=number], .change-list #changelist #result_list .form-floating>input:not(:-ms-input-placeholder)[type=email], .change-list #changelist #result_list .form-floating>input:not(:-ms-input-placeholder)[type=date], .change-list #changelist-search .form-floating>input:not(:-ms-input-placeholder)[type=text], .change-list .admindatefilter .form-floating>input:not(:-ms-input-placeholder)[type=\'text\']{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus,.change-form #content-main>form .form-floating>input:focus[type=text],.passwordchange #content-main>form .form-floating>input:focus[type=text],.change-form #content-main>form .form-floating>input:focus[type=password],.passwordchange #content-main>form .form-floating>input:focus[type=password],.change-form #content-main>form .form-floating>input:focus[type=url],.passwordchange #content-main>form .form-floating>input:focus[type=url],.change-form #content-main>form .form-floating>input:focus[type=number],.passwordchange #content-main>form .form-floating>input:focus[type=number],.change-form #content-main>form .form-floating>input:focus[type=email],.passwordchange #content-main>form .form-floating>input:focus[type=email],.change-form #content-main>form .form-floating>input:focus[type=date],.passwordchange #content-main>form .form-floating>input:focus[type=date],.change-form #content-main>form .form-floating>input:focus[type=file],.passwordchange #content-main>form .form-floating>input:focus[type=file],.change-form #content-main>form .form-floating>select:focus[multiple],.passwordchange #content-main>form .form-floating>select:focus[multiple],.change-form #content-main>form .form-floating>textarea:focus,.passwordchange #content-main>form .form-floating>textarea:focus,.login #container .form-floating>input:focus[type=\'text\'],.login #container .form-floating>input:focus[type=\'password\'],.change-list #changelist #result_list .form-floating>input:focus[type=text],.change-list #changelist #result_list .form-floating>input:focus[type=number],.change-list #changelist #result_list .form-floating>input:focus[type=email],.change-list #changelist #result_list .form-floating>input:focus[type=date],.change-list #changelist-search .form-floating>input:focus[type=text],.change-list .admindatefilter .form-floating>input:focus[type=\'text\'],.form-floating>.form-control:not(:placeholder-shown),.change-form #content-main>form .form-floating>input:not(:placeholder-shown)[type=text],.passwordchange #content-main>form .form-floating>input:not(:placeholder-shown)[type=text],.change-form #content-main>form .form-floating>input:not(:placeholder-shown)[type=password],.passwordchange #content-main>form .form-floating>input:not(:placeholder-shown)[type=password],.change-form #content-main>form .form-floating>input:not(:placeholder-shown)[type=url],.passwordchange #content-main>form .form-floating>input:not(:placeholder-shown)[type=url],.change-form #content-main>form .form-floating>input:not(:placeholder-shown)[type=number],.passwordchange #content-main>form .form-floating>input:not(:placeholder-shown)[type=number],.change-form #content-main>form .form-floating>input:not(:placeholder-shown)[type=email],.passwordchange #content-main>form .form-floating>input:not(:placeholder-shown)[type=email],.change-form #content-main>form .form-floating>input:not(:placeholder-shown)[type=date],.passwordchange #content-main>form .form-floating>input:not(:placeholder-shown)[type=date],.change-form #content-main>form .form-floating>input:not(:placeholder-shown)[type=file],.passwordchange #content-main>form .form-floating>input:not(:placeholder-shown)[type=file],.change-form #content-main>form .form-floating>select:not(:placeholder-shown)[multiple],.passwordchange #content-main>form .form-floating>select:not(:placeholder-shown)[multiple],.change-form #content-main>form .form-floating>textarea:not(:placeholder-shown),.passwordchange #content-main>form .form-floating>textarea:not(:placeholder-shown),.login #container .form-floating>input:not(:placeholder-shown)[type=\'text\'],.login #container .form-floating>input:not(:placeholder-shown)[type=\'password\'],.change-list #changelist #result_list .form-floating>input:not(:placeholder-shown)[type=text],.change-list #changelist #result_list .form-floating>input:not(:placeholder-shown)[type=number],.change-list #changelist #result_list .form-floating>input:not(:placeholder-shown)[type=email],.change-list #changelist #result_list .form-floating>input:not(:placeholder-shown)[type=date],.change-list #changelist-search .form-floating>input:not(:placeholder-shown)[type=text],.change-list .admindatefilter .form-floating>input:not(:placeholder-shown)[type=\'text\']{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill,.change-form #content-main>form .form-floating>input:-webkit-autofill[type=text],.passwordchange #content-main>form .form-floating>input:-webkit-autofill[type=text],.change-form #content-main>form .form-floating>input:-webkit-autofill[type=password],.passwordchange #content-main>form .form-floating>input:-webkit-autofill[type=password],.change-form #content-main>form .form-floating>input:-webkit-autofill[type=url],.passwordchange #content-main>form .form-floating>input:-webkit-autofill[type=url],.change-form #content-main>form .form-floating>input:-webkit-autofill[type=number],.passwordchange #content-main>form .form-floating>input:-webkit-autofill[type=number],.change-form #content-main>form .form-floating>input:-webkit-autofill[type=email],.passwordchange #content-main>form .form-floating>input:-webkit-autofill[type=email],.change-form #content-main>form .form-floating>input:-webkit-autofill[type=date],.passwordchange #content-main>form .form-floating>input:-webkit-autofill[type=date],.change-form #content-main>form .form-floating>input:-webkit-autofill[type=file],.passwordchange #content-main>form .form-floating>input:-webkit-autofill[type=file],.change-form #content-main>form .form-floating>select:-webkit-autofill[multiple],.passwordchange #content-main>form .form-floating>select:-webkit-autofill[multiple],.change-form #content-main>form .form-floating>textarea:-webkit-autofill,.passwordchange #content-main>form .form-floating>textarea:-webkit-autofill,.login #container .form-floating>input:-webkit-autofill[type=\'text\'],.login #container .form-floating>input:-webkit-autofill[type=\'password\'],.change-list #changelist #result_list .form-floating>input:-webkit-autofill[type=text],.change-list #changelist #result_list .form-floating>input:-webkit-autofill[type=number],.change-list #changelist #result_list .form-floating>input:-webkit-autofill[type=email],.change-list #changelist #result_list .form-floating>input:-webkit-autofill[type=date],.change-list #changelist-search .form-floating>input:-webkit-autofill[type=text],.change-list .admindatefilter .form-floating>input:-webkit-autofill[type=\'text\']{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select,.change-form #content-main>form .form-floating>select:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form .form-floating>select:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form .form-floating>select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown) ~ label, .change-form #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=text] ~ label, .passwordchange #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=text] ~ label, .change-form #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=password] ~ label, .passwordchange #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=password] ~ label, .change-form #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=url] ~ label, .passwordchange #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=url] ~ label, .change-form #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=number] ~ label, .passwordchange #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=number] ~ label, .change-form #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=email] ~ label, .passwordchange #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=email] ~ label, .change-form #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=date] ~ label, .passwordchange #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=date] ~ label, .change-form #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=file] ~ label, .passwordchange #content-main>form .form-floating>input:not(:-moz-placeholder-shown)[type=file] ~ label, .change-form #content-main>form .form-floating>select:not(:-moz-placeholder-shown)[multiple] ~ label, .passwordchange #content-main>form .form-floating>select:not(:-moz-placeholder-shown)[multiple] ~ label, .change-form #content-main>form .form-floating>textarea:not(:-moz-placeholder-shown) ~ label, .passwordchange #content-main>form .form-floating>textarea:not(:-moz-placeholder-shown) ~ label, .login #container .form-floating>input:not(:-moz-placeholder-shown)[type=\'text\'] ~ label, .login #container .form-floating>input:not(:-moz-placeholder-shown)[type=\'password\'] ~ label, .change-list #changelist #result_list .form-floating>input:not(:-moz-placeholder-shown)[type=text] ~ label, .change-list #changelist #result_list .form-floating>input:not(:-moz-placeholder-shown)[type=number] ~ label, .change-list #changelist #result_list .form-floating>input:not(:-moz-placeholder-shown)[type=email] ~ label, .change-list #changelist #result_list .form-floating>input:not(:-moz-placeholder-shown)[type=date] ~ label, .change-list #changelist-search .form-floating>input:not(:-moz-placeholder-shown)[type=text] ~ label, .change-list .admindatefilter .form-floating>input:not(:-moz-placeholder-shown)[type=\'text\'] ~ label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:not(:-ms-input-placeholder) ~ label, .change-form #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=text] ~ label, .passwordchange #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=text] ~ label, .change-form #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=password] ~ label, .passwordchange #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=password] ~ label, .change-form #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=url] ~ label, .passwordchange #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=url] ~ label, .change-form #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=number] ~ label, .passwordchange #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=number] ~ label, .change-form #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=email] ~ label, .passwordchange #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=email] ~ label, .change-form #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=date] ~ label, .passwordchange #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=date] ~ label, .change-form #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=file] ~ label, .passwordchange #content-main>form .form-floating>input:not(:-ms-input-placeholder)[type=file] ~ label, .change-form #content-main>form .form-floating>select:not(:-ms-input-placeholder)[multiple] ~ label, .passwordchange #content-main>form .form-floating>select:not(:-ms-input-placeholder)[multiple] ~ label, .change-form #content-main>form .form-floating>textarea:not(:-ms-input-placeholder) ~ label, .passwordchange #content-main>form .form-floating>textarea:not(:-ms-input-placeholder) ~ label, .login #container .form-floating>input:not(:-ms-input-placeholder)[type=\'text\'] ~ label, .login #container .form-floating>input:not(:-ms-input-placeholder)[type=\'password\'] ~ label, .change-list #changelist #result_list .form-floating>input:not(:-ms-input-placeholder)[type=text] ~ label, .change-list #changelist #result_list .form-floating>input:not(:-ms-input-placeholder)[type=number] ~ label, .change-list #changelist #result_list .form-floating>input:not(:-ms-input-placeholder)[type=email] ~ label, .change-list #changelist #result_list .form-floating>input:not(:-ms-input-placeholder)[type=date] ~ label, .change-list #changelist-search .form-floating>input:not(:-ms-input-placeholder)[type=text] ~ label, .change-list .admindatefilter .form-floating>input:not(:-ms-input-placeholder)[type=\'text\'] ~ label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:focus ~ label,.change-form #content-main>form .form-floating>input:focus[type=text] ~ label,.passwordchange #content-main>form .form-floating>input:focus[type=text] ~ label,.change-form #content-main>form .form-floating>input:focus[type=password] ~ label,.passwordchange #content-main>form .form-floating>input:focus[type=password] ~ label,.change-form #content-main>form .form-floating>input:focus[type=url] ~ label,.passwordchange #content-main>form .form-floating>input:focus[type=url] ~ label,.change-form #content-main>form .form-floating>input:focus[type=number] ~ label,.passwordchange #content-main>form .form-floating>input:focus[type=number] ~ label,.change-form #content-main>form .form-floating>input:focus[type=email] ~ label,.passwordchange #content-main>form .form-floating>input:focus[type=email] ~ label,.change-form #content-main>form .form-floating>input:focus[type=date] ~ label,.passwordchange #content-main>form .form-floating>input:focus[type=date] ~ label,.change-form #content-main>form .form-floating>input:focus[type=file] ~ label,.passwordchange #content-main>form .form-floating>input:focus[type=file] ~ label,.change-form #content-main>form .form-floating>select:focus[multiple] ~ label,.passwordchange #content-main>form .form-floating>select:focus[multiple] ~ label,.change-form #content-main>form .form-floating>textarea:focus ~ label,.passwordchange #content-main>form .form-floating>textarea:focus ~ label,.login #container .form-floating>input:focus[type=\'text\'] ~ label,.login #container .form-floating>input:focus[type=\'password\'] ~ label,.change-list #changelist #result_list .form-floating>input:focus[type=text] ~ label,.change-list #changelist #result_list .form-floating>input:focus[type=number] ~ label,.change-list #changelist #result_list .form-floating>input:focus[type=email] ~ label,.change-list #changelist #result_list .form-floating>input:focus[type=date] ~ label,.change-list #changelist-search .form-floating>input:focus[type=text] ~ label,.change-list .admindatefilter .form-floating>input:focus[type=\'text\'] ~ label,.form-floating>.form-control:not(:placeholder-shown) ~ label,.change-form #content-main>form .form-floating>input:not(:placeholder-shown)[type=text] ~ label,.passwordchange #content-main>form .form-floating>input:not(:placeholder-shown)[type=text] ~ label,.change-form #content-main>form .form-floating>input:not(:placeholder-shown)[type=password] ~ label,.passwordchange #content-main>form .form-floating>input:not(:placeholder-shown)[type=password] ~ label,.change-form #content-main>form .form-floating>input:not(:placeholder-shown)[type=url] ~ label,.passwordchange #content-main>form .form-floating>input:not(:placeholder-shown)[type=url] ~ label,.change-form #content-main>form .form-floating>input:not(:placeholder-shown)[type=number] ~ label,.passwordchange #content-main>form .form-floating>input:not(:placeholder-shown)[type=number] ~ label,.change-form #content-main>form .form-floating>input:not(:placeholder-shown)[type=email] ~ label,.passwordchange #content-main>form .form-floating>input:not(:placeholder-shown)[type=email] ~ label,.change-form #content-main>form .form-floating>input:not(:placeholder-shown)[type=date] ~ label,.passwordchange #content-main>form .form-floating>input:not(:placeholder-shown)[type=date] ~ label,.change-form #content-main>form .form-floating>input:not(:placeholder-shown)[type=file] ~ label,.passwordchange #content-main>form .form-floating>input:not(:placeholder-shown)[type=file] ~ label,.change-form #content-main>form .form-floating>select:not(:placeholder-shown)[multiple] ~ label,.passwordchange #content-main>form .form-floating>select:not(:placeholder-shown)[multiple] ~ label,.change-form #content-main>form .form-floating>textarea:not(:placeholder-shown) ~ label,.passwordchange #content-main>form .form-floating>textarea:not(:placeholder-shown) ~ label,.login #container .form-floating>input:not(:placeholder-shown)[type=\'text\'] ~ label,.login #container .form-floating>input:not(:placeholder-shown)[type=\'password\'] ~ label,.change-list #changelist #result_list .form-floating>input:not(:placeholder-shown)[type=text] ~ label,.change-list #changelist #result_list .form-floating>input:not(:placeholder-shown)[type=number] ~ label,.change-list #changelist #result_list .form-floating>input:not(:placeholder-shown)[type=email] ~ label,.change-list #changelist #result_list .form-floating>input:not(:placeholder-shown)[type=date] ~ label,.change-list #changelist-search .form-floating>input:not(:placeholder-shown)[type=text] ~ label,.change-list .admindatefilter .form-floating>input:not(:placeholder-shown)[type=\'text\'] ~ label,.form-floating>.form-select ~ label,.change-form #content-main>form .form-floating>select:not([multiple]):not(.admin-autocomplete) ~ label,.passwordchange #content-main>form .form-floating>select:not([multiple]):not(.admin-autocomplete) ~ label,.change-list #changelist-form .form-floating>select ~ label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:-webkit-autofill ~ label,.change-form #content-main>form .form-floating>input:-webkit-autofill[type=text] ~ label,.passwordchange #content-main>form .form-floating>input:-webkit-autofill[type=text] ~ label,.change-form #content-main>form .form-floating>input:-webkit-autofill[type=password] ~ label,.passwordchange #content-main>form .form-floating>input:-webkit-autofill[type=password] ~ label,.change-form #content-main>form .form-floating>input:-webkit-autofill[type=url] ~ label,.passwordchange #content-main>form .form-floating>input:-webkit-autofill[type=url] ~ label,.change-form #content-main>form .form-floating>input:-webkit-autofill[type=number] ~ label,.passwordchange #content-main>form .form-floating>input:-webkit-autofill[type=number] ~ label,.change-form #content-main>form .form-floating>input:-webkit-autofill[type=email] ~ label,.passwordchange #content-main>form .form-floating>input:-webkit-autofill[type=email] ~ label,.change-form #content-main>form .form-floating>input:-webkit-autofill[type=date] ~ label,.passwordchange #content-main>form .form-floating>input:-webkit-autofill[type=date] ~ label,.change-form #content-main>form .form-floating>input:-webkit-autofill[type=file] ~ label,.passwordchange #content-main>form .form-floating>input:-webkit-autofill[type=file] ~ label,.change-form #content-main>form .form-floating>select:-webkit-autofill[multiple] ~ label,.passwordchange #content-main>form .form-floating>select:-webkit-autofill[multiple] ~ label,.change-form #content-main>form .form-floating>textarea:-webkit-autofill ~ label,.passwordchange #content-main>form .form-floating>textarea:-webkit-autofill ~ label,.login #container .form-floating>input:-webkit-autofill[type=\'text\'] ~ label,.login #container .form-floating>input:-webkit-autofill[type=\'password\'] ~ label,.change-list #changelist #result_list .form-floating>input:-webkit-autofill[type=text] ~ label,.change-list #changelist #result_list .form-floating>input:-webkit-autofill[type=number] ~ label,.change-list #changelist #result_list .form-floating>input:-webkit-autofill[type=email] ~ label,.change-list #changelist #result_list .form-floating>input:-webkit-autofill[type=date] ~ label,.change-list #changelist-search .form-floating>input:-webkit-autofill[type=text] ~ label,.change-list .admindatefilter .form-floating>input:-webkit-autofill[type=\'text\'] ~ label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.change-form #content-main>form .input-group>input[type=text],.passwordchange #content-main>form .input-group>input[type=text],.change-form #content-main>form .input-group>input[type=password],.passwordchange #content-main>form .input-group>input[type=password],.change-form #content-main>form .input-group>input[type=url],.passwordchange #content-main>form .input-group>input[type=url],.change-form #content-main>form .input-group>input[type=number],.passwordchange #content-main>form .input-group>input[type=number],.change-form #content-main>form .input-group>input[type=email],.passwordchange #content-main>form .input-group>input[type=email],.change-form #content-main>form .input-group>input[type=date],.passwordchange #content-main>form .input-group>input[type=date],.change-form #content-main>form .input-group>input[type=file],.passwordchange #content-main>form .input-group>input[type=file],.change-form #content-main>form .input-group>select[multiple],.passwordchange #content-main>form .input-group>select[multiple],.change-form #content-main>form .input-group>textarea,.passwordchange #content-main>form .input-group>textarea,.login #container .input-group>input[type=\'text\'],.login #container .input-group>input[type=\'password\'],.change-list #changelist #result_list .input-group>input[type=text],.change-list #changelist #result_list .input-group>input[type=number],.change-list #changelist #result_list .input-group>input[type=email],.change-list #changelist #result_list .input-group>input[type=date],.change-list #changelist-search .input-group>input[type=text],.change-list .admindatefilter .input-group>input[type=\'text\'],.input-group>.form-select,.change-form #content-main>form .input-group>select:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form .input-group>select:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form .input-group>select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.change-form #content-main>form .input-group>input:focus[type=text],.passwordchange #content-main>form .input-group>input:focus[type=text],.change-form #content-main>form .input-group>input:focus[type=password],.passwordchange #content-main>form .input-group>input:focus[type=password],.change-form #content-main>form .input-group>input:focus[type=url],.passwordchange #content-main>form .input-group>input:focus[type=url],.change-form #content-main>form .input-group>input:focus[type=number],.passwordchange #content-main>form .input-group>input:focus[type=number],.change-form #content-main>form .input-group>input:focus[type=email],.passwordchange #content-main>form .input-group>input:focus[type=email],.change-form #content-main>form .input-group>input:focus[type=date],.passwordchange #content-main>form .input-group>input:focus[type=date],.change-form #content-main>form .input-group>input:focus[type=file],.passwordchange #content-main>form .input-group>input:focus[type=file],.change-form #content-main>form .input-group>select:focus[multiple],.passwordchange #content-main>form .input-group>select:focus[multiple],.change-form #content-main>form .input-group>textarea:focus,.passwordchange #content-main>form .input-group>textarea:focus,.login #container .input-group>input:focus[type=\'text\'],.login #container .input-group>input:focus[type=\'password\'],.change-list #changelist #result_list .input-group>input:focus[type=text],.change-list #changelist #result_list .input-group>input:focus[type=number],.change-list #changelist #result_list .input-group>input:focus[type=email],.change-list #changelist #result_list .input-group>input:focus[type=date],.change-list #changelist-search .input-group>input:focus[type=text],.change-list .admindatefilter .input-group>input:focus[type=\'text\'],.input-group>.form-select:focus,.change-form #content-main>form .input-group>select:focus:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form .input-group>select:focus:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form .input-group>select:focus{z-index:3}.input-group .btn,.input-group .change-form #content-main>form .form-row .selector-chooseall,.change-form #content-main>form .form-row .input-group .selector-chooseall,.input-group .passwordchange #content-main>form .form-row .selector-chooseall,.passwordchange #content-main>form .form-row .input-group .selector-chooseall,.input-group .change-form #content-main>form .form-row .selector-clearall,.change-form #content-main>form .form-row .input-group .selector-clearall,.input-group .passwordchange #content-main>form .form-row .selector-clearall,.passwordchange #content-main>form .form-row .input-group .selector-clearall,.input-group .change-form #content-main>form .submit-row input[type=submit],.change-form #content-main>form .submit-row .input-group input[type=submit],.input-group .passwordchange #content-main>form .submit-row input[type=submit],.passwordchange #content-main>form .submit-row .input-group input[type=submit],.input-group .change-form #content-main>form .submit-row .deletelink-box .deletelink,.change-form #content-main>form .submit-row .deletelink-box .input-group .deletelink,.input-group .passwordchange #content-main>form .submit-row .deletelink-box .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .input-group .deletelink,.input-group .change-form #content-main>form .add-row a,.change-form #content-main>form .add-row .input-group a,.input-group .passwordchange #content-main>form .add-row a,.passwordchange #content-main>form .add-row .input-group a,.input-group .change-form #content-main>form .inline-deletelink,.change-form #content-main>form .input-group .inline-deletelink,.input-group .passwordchange #content-main>form .inline-deletelink,.passwordchange #content-main>form .input-group .inline-deletelink,.input-group .login #container .submit-row input,.login #container .submit-row .input-group input,.input-group #content .object-tools a,#content .object-tools .input-group a,.input-group .change-list #changelist-search input[type=submit],.change-list #changelist-search .input-group input[type=submit],.input-group .change-list .changelist-filter-toggler,.change-list .input-group .changelist-filter-toggler,.input-group .change-list #changelist-form .actions button,.change-list #changelist-form .actions .input-group button,.input-group .paginator .showall,.paginator .input-group .showall,.input-group .paginator input,.paginator .input-group input,.input-group .delete-confirmation-content form input[type=submit],.delete-confirmation-content form .input-group input[type=submit],.input-group .delete-confirmation-content form .cancel-link,.delete-confirmation-content form .input-group .cancel-link,.input-group .actionresult #content>p a,.actionresult #content>p .input-group a,.input-group .page-admindocs .admindocs-body .small a,.page-admindocs .admindocs-body .small .input-group a{position:relative;z-index:2}.input-group .btn:focus,.input-group .change-form #content-main>form .form-row .selector-chooseall:focus,.change-form #content-main>form .form-row .input-group .selector-chooseall:focus,.input-group .passwordchange #content-main>form .form-row .selector-chooseall:focus,.passwordchange #content-main>form .form-row .input-group .selector-chooseall:focus,.input-group .change-form #content-main>form .form-row .selector-clearall:focus,.change-form #content-main>form .form-row .input-group .selector-clearall:focus,.input-group .passwordchange #content-main>form .form-row .selector-clearall:focus,.passwordchange #content-main>form .form-row .input-group .selector-clearall:focus,.input-group .change-form #content-main>form .submit-row input:focus[type=submit],.change-form #content-main>form .submit-row .input-group input:focus[type=submit],.input-group .passwordchange #content-main>form .submit-row input:focus[type=submit],.passwordchange #content-main>form .submit-row .input-group input:focus[type=submit],.input-group .change-form #content-main>form .submit-row .deletelink-box .deletelink:focus,.change-form #content-main>form .submit-row .deletelink-box .input-group .deletelink:focus,.input-group .passwordchange #content-main>form .submit-row .deletelink-box .deletelink:focus,.passwordchange #content-main>form .submit-row .deletelink-box .input-group .deletelink:focus,.input-group .change-form #content-main>form .add-row a:focus,.change-form #content-main>form .add-row .input-group a:focus,.input-group .passwordchange #content-main>form .add-row a:focus,.passwordchange #content-main>form .add-row .input-group a:focus,.input-group .change-form #content-main>form .inline-deletelink:focus,.change-form #content-main>form .input-group .inline-deletelink:focus,.input-group .passwordchange #content-main>form .inline-deletelink:focus,.passwordchange #content-main>form .input-group .inline-deletelink:focus,.input-group .login #container .submit-row input:focus,.login #container .submit-row .input-group input:focus,.input-group #content .object-tools a:focus,#content .object-tools .input-group a:focus,.input-group .change-list #changelist-search input:focus[type=submit],.change-list #changelist-search .input-group input:focus[type=submit],.input-group .change-list .changelist-filter-toggler:focus,.change-list .input-group .changelist-filter-toggler:focus,.input-group .change-list #changelist-form .actions button:focus,.change-list #changelist-form .actions .input-group button:focus,.input-group .paginator .showall:focus,.paginator .input-group .showall:focus,.input-group .paginator input:focus,.paginator .input-group input:focus,.input-group .delete-confirmation-content form input:focus[type=submit],.delete-confirmation-content form .input-group input:focus[type=submit],.input-group .delete-confirmation-content form .cancel-link:focus,.delete-confirmation-content form .input-group .cancel-link:focus,.input-group .actionresult #content>p a:focus,.actionresult #content>p .input-group a:focus,.input-group .page-admindocs .admindocs-body .small a:focus,.page-admindocs .admindocs-body .small .input-group a:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg>.form-control,.change-form #content-main>form .input-group-lg>input[type=text],.passwordchange #content-main>form .input-group-lg>input[type=text],.change-form #content-main>form .input-group-lg>input[type=password],.passwordchange #content-main>form .input-group-lg>input[type=password],.change-form #content-main>form .input-group-lg>input[type=url],.passwordchange #content-main>form .input-group-lg>input[type=url],.change-form #content-main>form .input-group-lg>input[type=number],.passwordchange #content-main>form .input-group-lg>input[type=number],.change-form #content-main>form .input-group-lg>input[type=email],.passwordchange #content-main>form .input-group-lg>input[type=email],.change-form #content-main>form .input-group-lg>input[type=date],.passwordchange #content-main>form .input-group-lg>input[type=date],.change-form #content-main>form .input-group-lg>input[type=file],.passwordchange #content-main>form .input-group-lg>input[type=file],.change-form #content-main>form .input-group-lg>select[multiple],.passwordchange #content-main>form .input-group-lg>select[multiple],.change-form #content-main>form .input-group-lg>textarea,.passwordchange #content-main>form .input-group-lg>textarea,.login #container .input-group-lg>input[type=\'text\'],.login #container .input-group-lg>input[type=\'password\'],.change-list #changelist #result_list .input-group-lg>input[type=text],.change-list #changelist #result_list .input-group-lg>input[type=number],.change-list #changelist #result_list .input-group-lg>input[type=email],.change-list #changelist #result_list .input-group-lg>input[type=date],.change-list #changelist-search .input-group-lg>input[type=text],.change-list .admindatefilter .input-group-lg>input[type=\'text\'],.input-group-lg>.form-select,.change-form #content-main>form .input-group-lg>select:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form .input-group-lg>select:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form .input-group-lg>select,.input-group-lg>.input-group-text,.input-group-lg>.btn,.change-form #content-main>form .form-row .input-group-lg>.selector-chooseall,.passwordchange #content-main>form .form-row .input-group-lg>.selector-chooseall,.change-form #content-main>form .form-row .input-group-lg>.selector-clearall,.passwordchange #content-main>form .form-row .input-group-lg>.selector-clearall,.change-form #content-main>form .submit-row .input-group-lg>input[type=submit],.passwordchange #content-main>form .submit-row .input-group-lg>input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .input-group-lg>.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .input-group-lg>.deletelink,.change-form #content-main>form .add-row .input-group-lg>a,.passwordchange #content-main>form .add-row .input-group-lg>a,.change-form #content-main>form .input-group-lg>.inline-deletelink,.passwordchange #content-main>form .input-group-lg>.inline-deletelink,.login #container .submit-row .input-group-lg>input,#content .object-tools .input-group-lg>a,.change-list #changelist-search .input-group-lg>input[type=submit],.change-list .input-group-lg>.changelist-filter-toggler,.change-list #changelist-form .actions .input-group-lg>button,.paginator .input-group-lg>.showall,.paginator .input-group-lg>input,.delete-confirmation-content form .input-group-lg>input[type=submit],.delete-confirmation-content form .input-group-lg>.cancel-link,.actionresult #content>p .input-group-lg>a,.page-admindocs .admindocs-body .small .input-group-lg>a{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.form-control,.change-form #content-main>form .input-group-sm>input[type=text],.passwordchange #content-main>form .input-group-sm>input[type=text],.change-form #content-main>form .input-group-sm>input[type=password],.passwordchange #content-main>form .input-group-sm>input[type=password],.change-form #content-main>form .input-group-sm>input[type=url],.passwordchange #content-main>form .input-group-sm>input[type=url],.change-form #content-main>form .input-group-sm>input[type=number],.passwordchange #content-main>form .input-group-sm>input[type=number],.change-form #content-main>form .input-group-sm>input[type=email],.passwordchange #content-main>form .input-group-sm>input[type=email],.change-form #content-main>form .input-group-sm>input[type=date],.passwordchange #content-main>form .input-group-sm>input[type=date],.change-form #content-main>form .input-group-sm>input[type=file],.passwordchange #content-main>form .input-group-sm>input[type=file],.change-form #content-main>form .input-group-sm>select[multiple],.passwordchange #content-main>form .input-group-sm>select[multiple],.change-form #content-main>form .input-group-sm>textarea,.passwordchange #content-main>form .input-group-sm>textarea,.login #container .input-group-sm>input[type=\'text\'],.login #container .input-group-sm>input[type=\'password\'],.change-list #changelist #result_list .input-group-sm>input[type=text],.change-list #changelist #result_list .input-group-sm>input[type=number],.change-list #changelist #result_list .input-group-sm>input[type=email],.change-list #changelist #result_list .input-group-sm>input[type=date],.change-list #changelist-search .input-group-sm>input[type=text],.change-list .admindatefilter .input-group-sm>input[type=\'text\'],.input-group-sm>.form-select,.change-form #content-main>form .input-group-sm>select:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form .input-group-sm>select:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form .input-group-sm>select,.input-group-sm>.input-group-text,.input-group-sm>.btn,.change-form #content-main>form .form-row .input-group-sm>.selector-chooseall,.passwordchange #content-main>form .form-row .input-group-sm>.selector-chooseall,.change-form #content-main>form .form-row .input-group-sm>.selector-clearall,.passwordchange #content-main>form .form-row .input-group-sm>.selector-clearall,.change-form #content-main>form .submit-row .input-group-sm>input[type=submit],.passwordchange #content-main>form .submit-row .input-group-sm>input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .input-group-sm>.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .input-group-sm>.deletelink,.change-form #content-main>form .add-row .input-group-sm>a,.passwordchange #content-main>form .add-row .input-group-sm>a,.change-form #content-main>form .input-group-sm>.inline-deletelink,.passwordchange #content-main>form .input-group-sm>.inline-deletelink,.login #container .submit-row .input-group-sm>input,#content .object-tools .input-group-sm>a,.change-list #changelist-search .input-group-sm>input[type=submit],.change-list .input-group-sm>.changelist-filter-toggler,.change-list #changelist-form .actions .input-group-sm>button,.paginator .input-group-sm>.showall,.paginator .input-group-sm>input,.delete-confirmation-content form .input-group-sm>input[type=submit],.delete-confirmation-content form .input-group-sm>.cancel-link,.actionresult #content>p .input-group-sm>a,.page-admindocs .admindocs-body .small .input-group-sm>a{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.change-form #content-main>form .input-group-lg>select:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form .input-group-lg>select:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form .input-group-lg>select,.input-group-sm>.form-select,.change-form #content-main>form .input-group-sm>select:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form .input-group-sm>select:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form .input-group-sm>select{padding-right:3rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,0.9);border-radius:.25rem}.was-validated :valid ~ .valid-feedback,.was-validated :valid ~ .valid-tooltip,.is-valid ~ .valid-feedback,.is-valid ~ .valid-tooltip{display:block}.was-validated .form-control:valid,.was-validated .change-form #content-main>form input:valid[type=text],.change-form #content-main>form .was-validated input:valid[type=text],.was-validated .passwordchange #content-main>form input:valid[type=text],.passwordchange #content-main>form .was-validated input:valid[type=text],.was-validated .change-form #content-main>form input:valid[type=password],.change-form #content-main>form .was-validated input:valid[type=password],.was-validated .passwordchange #content-main>form input:valid[type=password],.passwordchange #content-main>form .was-validated input:valid[type=password],.was-validated .change-form #content-main>form input:valid[type=url],.change-form #content-main>form .was-validated input:valid[type=url],.was-validated .passwordchange #content-main>form input:valid[type=url],.passwordchange #content-main>form .was-validated input:valid[type=url],.was-validated .change-form #content-main>form input:valid[type=number],.change-form #content-main>form .was-validated input:valid[type=number],.was-validated .passwordchange #content-main>form input:valid[type=number],.passwordchange #content-main>form .was-validated input:valid[type=number],.was-validated .change-form #content-main>form input:valid[type=email],.change-form #content-main>form .was-validated input:valid[type=email],.was-validated .passwordchange #content-main>form input:valid[type=email],.passwordchange #content-main>form .was-validated input:valid[type=email],.was-validated .change-form #content-main>form input:valid[type=date],.change-form #content-main>form .was-validated input:valid[type=date],.was-validated .passwordchange #content-main>form input:valid[type=date],.passwordchange #content-main>form .was-validated input:valid[type=date],.was-validated .change-form #content-main>form input:valid[type=file],.change-form #content-main>form .was-validated input:valid[type=file],.was-validated .passwordchange #content-main>form input:valid[type=file],.passwordchange #content-main>form .was-validated input:valid[type=file],.was-validated .change-form #content-main>form select:valid[multiple],.change-form #content-main>form .was-validated select:valid[multiple],.was-validated .passwordchange #content-main>form select:valid[multiple],.passwordchange #content-main>form .was-validated select:valid[multiple],.was-validated .change-form #content-main>form textarea:valid,.change-form #content-main>form .was-validated textarea:valid,.was-validated .passwordchange #content-main>form textarea:valid,.passwordchange #content-main>form .was-validated textarea:valid,.was-validated .login #container input:valid[type=\'text\'],.login #container .was-validated input:valid[type=\'text\'],.was-validated .login #container input:valid[type=\'password\'],.login #container .was-validated input:valid[type=\'password\'],.was-validated .change-list #changelist #result_list input:valid[type=text],.change-list #changelist #result_list .was-validated input:valid[type=text],.was-validated .change-list #changelist #result_list input:valid[type=number],.change-list #changelist #result_list .was-validated input:valid[type=number],.was-validated .change-list #changelist #result_list input:valid[type=email],.change-list #changelist #result_list .was-validated input:valid[type=email],.was-validated .change-list #changelist #result_list input:valid[type=date],.change-list #changelist #result_list .was-validated input:valid[type=date],.was-validated .change-list #changelist-search input:valid[type=text],.change-list #changelist-search .was-validated input:valid[type=text],.was-validated .change-list .admindatefilter input:valid[type=\'text\'],.change-list .admindatefilter .was-validated input:valid[type=\'text\'],.form-control.is-valid,.change-form #content-main>form input.is-valid[type=text],.passwordchange #content-main>form input.is-valid[type=text],.change-form #content-main>form input.is-valid[type=password],.passwordchange #content-main>form input.is-valid[type=password],.change-form #content-main>form input.is-valid[type=url],.passwordchange #content-main>form input.is-valid[type=url],.change-form #content-main>form input.is-valid[type=number],.passwordchange #content-main>form input.is-valid[type=number],.change-form #content-main>form input.is-valid[type=email],.passwordchange #content-main>form input.is-valid[type=email],.change-form #content-main>form input.is-valid[type=date],.passwordchange #content-main>form input.is-valid[type=date],.change-form #content-main>form input.is-valid[type=file],.passwordchange #content-main>form input.is-valid[type=file],.change-form #content-main>form select.is-valid[multiple],.passwordchange #content-main>form select.is-valid[multiple],.change-form #content-main>form textarea.is-valid,.passwordchange #content-main>form textarea.is-valid,.login #container input.is-valid[type=\'text\'],.login #container input.is-valid[type=\'password\'],.change-list #changelist #result_list input.is-valid[type=text],.change-list #changelist #result_list input.is-valid[type=number],.change-list #changelist #result_list input.is-valid[type=email],.change-list #changelist #result_list input.is-valid[type=date],.change-list #changelist-search input.is-valid[type=text],.change-list .admindatefilter input.is-valid[type=\'text\']{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23198754\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:valid:focus,.was-validated .change-form #content-main>form input:valid:focus[type=text],.change-form #content-main>form .was-validated input:valid:focus[type=text],.was-validated .passwordchange #content-main>form input:valid:focus[type=text],.passwordchange #content-main>form .was-validated input:valid:focus[type=text],.was-validated .change-form #content-main>form input:valid:focus[type=password],.change-form #content-main>form .was-validated input:valid:focus[type=password],.was-validated .passwordchange #content-main>form input:valid:focus[type=password],.passwordchange #content-main>form .was-validated input:valid:focus[type=password],.was-validated .change-form #content-main>form input:valid:focus[type=url],.change-form #content-main>form .was-validated input:valid:focus[type=url],.was-validated .passwordchange #content-main>form input:valid:focus[type=url],.passwordchange #content-main>form .was-validated input:valid:focus[type=url],.was-validated .change-form #content-main>form input:valid:focus[type=number],.change-form #content-main>form .was-validated input:valid:focus[type=number],.was-validated .passwordchange #content-main>form input:valid:focus[type=number],.passwordchange #content-main>form .was-validated input:valid:focus[type=number],.was-validated .change-form #content-main>form input:valid:focus[type=email],.change-form #content-main>form .was-validated input:valid:focus[type=email],.was-validated .passwordchange #content-main>form input:valid:focus[type=email],.passwordchange #content-main>form .was-validated input:valid:focus[type=email],.was-validated .change-form #content-main>form input:valid:focus[type=date],.change-form #content-main>form .was-validated input:valid:focus[type=date],.was-validated .passwordchange #content-main>form input:valid:focus[type=date],.passwordchange #content-main>form .was-validated input:valid:focus[type=date],.was-validated .change-form #content-main>form input:valid:focus[type=file],.change-form #content-main>form .was-validated input:valid:focus[type=file],.was-validated .passwordchange #content-main>form input:valid:focus[type=file],.passwordchange #content-main>form .was-validated input:valid:focus[type=file],.was-validated .change-form #content-main>form select:valid:focus[multiple],.change-form #content-main>form .was-validated select:valid:focus[multiple],.was-validated .passwordchange #content-main>form select:valid:focus[multiple],.passwordchange #content-main>form .was-validated select:valid:focus[multiple],.was-validated .change-form #content-main>form textarea:valid:focus,.change-form #content-main>form .was-validated textarea:valid:focus,.was-validated .passwordchange #content-main>form textarea:valid:focus,.passwordchange #content-main>form .was-validated textarea:valid:focus,.was-validated .login #container input:valid:focus[type=\'text\'],.login #container .was-validated input:valid:focus[type=\'text\'],.was-validated .login #container input:valid:focus[type=\'password\'],.login #container .was-validated input:valid:focus[type=\'password\'],.was-validated .change-list #changelist #result_list input:valid:focus[type=text],.change-list #changelist #result_list .was-validated input:valid:focus[type=text],.was-validated .change-list #changelist #result_list input:valid:focus[type=number],.change-list #changelist #result_list .was-validated input:valid:focus[type=number],.was-validated .change-list #changelist #result_list input:valid:focus[type=email],.change-list #changelist #result_list .was-validated input:valid:focus[type=email],.was-validated .change-list #changelist #result_list input:valid:focus[type=date],.change-list #changelist #result_list .was-validated input:valid:focus[type=date],.was-validated .change-list #changelist-search input:valid:focus[type=text],.change-list #changelist-search .was-validated input:valid:focus[type=text],.was-validated .change-list .admindatefilter input:valid:focus[type=\'text\'],.change-list .admindatefilter .was-validated input:valid:focus[type=\'text\'],.form-control.is-valid:focus,.change-form #content-main>form input.is-valid:focus[type=text],.passwordchange #content-main>form input.is-valid:focus[type=text],.change-form #content-main>form input.is-valid:focus[type=password],.passwordchange #content-main>form input.is-valid:focus[type=password],.change-form #content-main>form input.is-valid:focus[type=url],.passwordchange #content-main>form input.is-valid:focus[type=url],.change-form #content-main>form input.is-valid:focus[type=number],.passwordchange #content-main>form input.is-valid:focus[type=number],.change-form #content-main>form input.is-valid:focus[type=email],.passwordchange #content-main>form input.is-valid:focus[type=email],.change-form #content-main>form input.is-valid:focus[type=date],.passwordchange #content-main>form input.is-valid:focus[type=date],.change-form #content-main>form input.is-valid:focus[type=file],.passwordchange #content-main>form input.is-valid:focus[type=file],.change-form #content-main>form select.is-valid:focus[multiple],.passwordchange #content-main>form select.is-valid:focus[multiple],.change-form #content-main>form textarea.is-valid:focus,.passwordchange #content-main>form textarea.is-valid:focus,.login #container input.is-valid:focus[type=\'text\'],.login #container input.is-valid:focus[type=\'password\'],.change-list #changelist #result_list input.is-valid:focus[type=text],.change-list #changelist #result_list input.is-valid:focus[type=number],.change-list #changelist #result_list input.is-valid:focus[type=email],.change-list #changelist #result_list input.is-valid:focus[type=date],.change-list #changelist-search input.is-valid:focus[type=text],.change-list .admindatefilter input.is-valid:focus[type=\'text\']{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,0.25)}.was-validated textarea.form-control:valid,.was-validated .change-form #content-main>form textarea:valid,.change-form #content-main>form .was-validated textarea:valid,.was-validated .passwordchange #content-main>form textarea:valid,.passwordchange #content-main>form .was-validated textarea:valid,textarea.form-control.is-valid,.change-form #content-main>form textarea.is-valid,.passwordchange #content-main>form textarea.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .form-select:valid,.was-validated .change-form #content-main>form select:valid:not([multiple]):not(.admin-autocomplete),.change-form #content-main>form .was-validated select:valid:not([multiple]):not(.admin-autocomplete),.was-validated .passwordchange #content-main>form select:valid:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form .was-validated select:valid:not([multiple]):not(.admin-autocomplete),.was-validated .change-list #changelist-form select:valid,.change-list #changelist-form .was-validated select:valid,.form-select.is-valid,.change-form #content-main>form select.is-valid:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form select.is-valid:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form select.is-valid{border-color:#198754;padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23343a40\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M2 5l6 6 6-6\'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23198754\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-select:valid:focus,.was-validated .change-form #content-main>form select:valid:focus:not([multiple]):not(.admin-autocomplete),.change-form #content-main>form .was-validated select:valid:focus:not([multiple]):not(.admin-autocomplete),.was-validated .passwordchange #content-main>form select:valid:focus:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form .was-validated select:valid:focus:not([multiple]):not(.admin-autocomplete),.was-validated .change-list #changelist-form select:valid:focus,.change-list #changelist-form .was-validated select:valid:focus,.form-select.is-valid:focus,.change-form #content-main>form select.is-valid:focus:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form select.is-valid:focus:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form select.is-valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,0.25)}.was-validated .form-check-input:valid,.was-validated input:valid[type=checkbox],.form-check-input.is-valid,input.is-valid[type=checkbox]{border-color:#198754}.was-validated .form-check-input:valid:checked,.was-validated input:valid:checked[type=checkbox],.form-check-input.is-valid:checked,input.is-valid:checked[type=checkbox]{background-color:#198754}.was-validated .form-check-input:valid:focus,.was-validated input:valid:focus[type=checkbox],.form-check-input.is-valid:focus,input.is-valid:focus[type=checkbox]{box-shadow:0 0 0 .25rem rgba(25,135,84,0.25)}.was-validated .form-check-input:valid ~ .form-check-label,.was-validated input:valid[type=checkbox] ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label,input.is-valid[type=checkbox] ~ .form-check-label{color:#198754}.form-check-inline .form-check-input ~ .valid-feedback,.form-check-inline input[type=checkbox] ~ .valid-feedback{margin-left:.5em}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,0.9);border-radius:.25rem}.was-validated :invalid ~ .invalid-feedback,.was-validated :invalid ~ .invalid-tooltip,.is-invalid ~ .invalid-feedback,.is-invalid ~ .invalid-tooltip{display:block}.was-validated .form-control:invalid,.was-validated .change-form #content-main>form input:invalid[type=text],.change-form #content-main>form .was-validated input:invalid[type=text],.was-validated .passwordchange #content-main>form input:invalid[type=text],.passwordchange #content-main>form .was-validated input:invalid[type=text],.was-validated .change-form #content-main>form input:invalid[type=password],.change-form #content-main>form .was-validated input:invalid[type=password],.was-validated .passwordchange #content-main>form input:invalid[type=password],.passwordchange #content-main>form .was-validated input:invalid[type=password],.was-validated .change-form #content-main>form input:invalid[type=url],.change-form #content-main>form .was-validated input:invalid[type=url],.was-validated .passwordchange #content-main>form input:invalid[type=url],.passwordchange #content-main>form .was-validated input:invalid[type=url],.was-validated .change-form #content-main>form input:invalid[type=number],.change-form #content-main>form .was-validated input:invalid[type=number],.was-validated .passwordchange #content-main>form input:invalid[type=number],.passwordchange #content-main>form .was-validated input:invalid[type=number],.was-validated .change-form #content-main>form input:invalid[type=email],.change-form #content-main>form .was-validated input:invalid[type=email],.was-validated .passwordchange #content-main>form input:invalid[type=email],.passwordchange #content-main>form .was-validated input:invalid[type=email],.was-validated .change-form #content-main>form input:invalid[type=date],.change-form #content-main>form .was-validated input:invalid[type=date],.was-validated .passwordchange #content-main>form input:invalid[type=date],.passwordchange #content-main>form .was-validated input:invalid[type=date],.was-validated .change-form #content-main>form input:invalid[type=file],.change-form #content-main>form .was-validated input:invalid[type=file],.was-validated .passwordchange #content-main>form input:invalid[type=file],.passwordchange #content-main>form .was-validated input:invalid[type=file],.was-validated .change-form #content-main>form select:invalid[multiple],.change-form #content-main>form .was-validated select:invalid[multiple],.was-validated .passwordchange #content-main>form select:invalid[multiple],.passwordchange #content-main>form .was-validated select:invalid[multiple],.was-validated .change-form #content-main>form textarea:invalid,.change-form #content-main>form .was-validated textarea:invalid,.was-validated .passwordchange #content-main>form textarea:invalid,.passwordchange #content-main>form .was-validated textarea:invalid,.was-validated .login #container input:invalid[type=\'text\'],.login #container .was-validated input:invalid[type=\'text\'],.was-validated .login #container input:invalid[type=\'password\'],.login #container .was-validated input:invalid[type=\'password\'],.was-validated .change-list #changelist #result_list input:invalid[type=text],.change-list #changelist #result_list .was-validated input:invalid[type=text],.was-validated .change-list #changelist #result_list input:invalid[type=number],.change-list #changelist #result_list .was-validated input:invalid[type=number],.was-validated .change-list #changelist #result_list input:invalid[type=email],.change-list #changelist #result_list .was-validated input:invalid[type=email],.was-validated .change-list #changelist #result_list input:invalid[type=date],.change-list #changelist #result_list .was-validated input:invalid[type=date],.was-validated .change-list #changelist-search input:invalid[type=text],.change-list #changelist-search .was-validated input:invalid[type=text],.was-validated .change-list .admindatefilter input:invalid[type=\'text\'],.change-list .admindatefilter .was-validated input:invalid[type=\'text\'],.form-control.is-invalid,.change-form #content-main>form input.is-invalid[type=text],.passwordchange #content-main>form input.is-invalid[type=text],.change-form #content-main>form input.is-invalid[type=password],.passwordchange #content-main>form input.is-invalid[type=password],.change-form #content-main>form input.is-invalid[type=url],.passwordchange #content-main>form input.is-invalid[type=url],.change-form #content-main>form input.is-invalid[type=number],.passwordchange #content-main>form input.is-invalid[type=number],.change-form #content-main>form input.is-invalid[type=email],.passwordchange #content-main>form input.is-invalid[type=email],.change-form #content-main>form input.is-invalid[type=date],.passwordchange #content-main>form input.is-invalid[type=date],.change-form #content-main>form input.is-invalid[type=file],.passwordchange #content-main>form input.is-invalid[type=file],.change-form #content-main>form select.is-invalid[multiple],.passwordchange #content-main>form select.is-invalid[multiple],.change-form #content-main>form textarea.is-invalid,.passwordchange #content-main>form textarea.is-invalid,.login #container input.is-invalid[type=\'text\'],.login #container input.is-invalid[type=\'password\'],.change-list #changelist #result_list input.is-invalid[type=text],.change-list #changelist #result_list input.is-invalid[type=number],.change-list #changelist #result_list input.is-invalid[type=email],.change-list #changelist #result_list input.is-invalid[type=date],.change-list #changelist-search input.is-invalid[type=text],.change-list .admindatefilter input.is-invalid[type=\'text\']{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 12 12\' width=\'12\' height=\'12\' fill=\'none\' stroke=\'%23dc3545\'%3e%3ccircle cx=\'6\' cy=\'6\' r=\'4.5\'/%3e%3cpath stroke-linejoin=\'round\' d=\'M5.8 3.6h.4L6 6.5z\'/%3e%3ccircle cx=\'6\' cy=\'8.2\' r=\'.6\' fill=\'%23dc3545\' stroke=\'none\'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:invalid:focus,.was-validated .change-form #content-main>form input:invalid:focus[type=text],.change-form #content-main>form .was-validated input:invalid:focus[type=text],.was-validated .passwordchange #content-main>form input:invalid:focus[type=text],.passwordchange #content-main>form .was-validated input:invalid:focus[type=text],.was-validated .change-form #content-main>form input:invalid:focus[type=password],.change-form #content-main>form .was-validated input:invalid:focus[type=password],.was-validated .passwordchange #content-main>form input:invalid:focus[type=password],.passwordchange #content-main>form .was-validated input:invalid:focus[type=password],.was-validated .change-form #content-main>form input:invalid:focus[type=url],.change-form #content-main>form .was-validated input:invalid:focus[type=url],.was-validated .passwordchange #content-main>form input:invalid:focus[type=url],.passwordchange #content-main>form .was-validated input:invalid:focus[type=url],.was-validated .change-form #content-main>form input:invalid:focus[type=number],.change-form #content-main>form .was-validated input:invalid:focus[type=number],.was-validated .passwordchange #content-main>form input:invalid:focus[type=number],.passwordchange #content-main>form .was-validated input:invalid:focus[type=number],.was-validated .change-form #content-main>form input:invalid:focus[type=email],.change-form #content-main>form .was-validated input:invalid:focus[type=email],.was-validated .passwordchange #content-main>form input:invalid:focus[type=email],.passwordchange #content-main>form .was-validated input:invalid:focus[type=email],.was-validated .change-form #content-main>form input:invalid:focus[type=date],.change-form #content-main>form .was-validated input:invalid:focus[type=date],.was-validated .passwordchange #content-main>form input:invalid:focus[type=date],.passwordchange #content-main>form .was-validated input:invalid:focus[type=date],.was-validated .change-form #content-main>form input:invalid:focus[type=file],.change-form #content-main>form .was-validated input:invalid:focus[type=file],.was-validated .passwordchange #content-main>form input:invalid:focus[type=file],.passwordchange #content-main>form .was-validated input:invalid:focus[type=file],.was-validated .change-form #content-main>form select:invalid:focus[multiple],.change-form #content-main>form .was-validated select:invalid:focus[multiple],.was-validated .passwordchange #content-main>form select:invalid:focus[multiple],.passwordchange #content-main>form .was-validated select:invalid:focus[multiple],.was-validated .change-form #content-main>form textarea:invalid:focus,.change-form #content-main>form .was-validated textarea:invalid:focus,.was-validated .passwordchange #content-main>form textarea:invalid:focus,.passwordchange #content-main>form .was-validated textarea:invalid:focus,.was-validated .login #container input:invalid:focus[type=\'text\'],.login #container .was-validated input:invalid:focus[type=\'text\'],.was-validated .login #container input:invalid:focus[type=\'password\'],.login #container .was-validated input:invalid:focus[type=\'password\'],.was-validated .change-list #changelist #result_list input:invalid:focus[type=text],.change-list #changelist #result_list .was-validated input:invalid:focus[type=text],.was-validated .change-list #changelist #result_list input:invalid:focus[type=number],.change-list #changelist #result_list .was-validated input:invalid:focus[type=number],.was-validated .change-list #changelist #result_list input:invalid:focus[type=email],.change-list #changelist #result_list .was-validated input:invalid:focus[type=email],.was-validated .change-list #changelist #result_list input:invalid:focus[type=date],.change-list #changelist #result_list .was-validated input:invalid:focus[type=date],.was-validated .change-list #changelist-search input:invalid:focus[type=text],.change-list #changelist-search .was-validated input:invalid:focus[type=text],.was-validated .change-list .admindatefilter input:invalid:focus[type=\'text\'],.change-list .admindatefilter .was-validated input:invalid:focus[type=\'text\'],.form-control.is-invalid:focus,.change-form #content-main>form input.is-invalid:focus[type=text],.passwordchange #content-main>form input.is-invalid:focus[type=text],.change-form #content-main>form input.is-invalid:focus[type=password],.passwordchange #content-main>form input.is-invalid:focus[type=password],.change-form #content-main>form input.is-invalid:focus[type=url],.passwordchange #content-main>form input.is-invalid:focus[type=url],.change-form #content-main>form input.is-invalid:focus[type=number],.passwordchange #content-main>form input.is-invalid:focus[type=number],.change-form #content-main>form input.is-invalid:focus[type=email],.passwordchange #content-main>form input.is-invalid:focus[type=email],.change-form #content-main>form input.is-invalid:focus[type=date],.passwordchange #content-main>form input.is-invalid:focus[type=date],.change-form #content-main>form input.is-invalid:focus[type=file],.passwordchange #content-main>form input.is-invalid:focus[type=file],.change-form #content-main>form select.is-invalid:focus[multiple],.passwordchange #content-main>form select.is-invalid:focus[multiple],.change-form #content-main>form textarea.is-invalid:focus,.passwordchange #content-main>form textarea.is-invalid:focus,.login #container input.is-invalid:focus[type=\'text\'],.login #container input.is-invalid:focus[type=\'password\'],.change-list #changelist #result_list input.is-invalid:focus[type=text],.change-list #changelist #result_list input.is-invalid:focus[type=number],.change-list #changelist #result_list input.is-invalid:focus[type=email],.change-list #changelist #result_list input.is-invalid:focus[type=date],.change-list #changelist-search input.is-invalid:focus[type=text],.change-list .admindatefilter input.is-invalid:focus[type=\'text\']{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,0.25)}.was-validated textarea.form-control:invalid,.was-validated .change-form #content-main>form textarea:invalid,.change-form #content-main>form .was-validated textarea:invalid,.was-validated .passwordchange #content-main>form textarea:invalid,.passwordchange #content-main>form .was-validated textarea:invalid,textarea.form-control.is-invalid,.change-form #content-main>form textarea.is-invalid,.passwordchange #content-main>form textarea.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .form-select:invalid,.was-validated .change-form #content-main>form select:invalid:not([multiple]):not(.admin-autocomplete),.change-form #content-main>form .was-validated select:invalid:not([multiple]):not(.admin-autocomplete),.was-validated .passwordchange #content-main>form select:invalid:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form .was-validated select:invalid:not([multiple]):not(.admin-autocomplete),.was-validated .change-list #changelist-form select:invalid,.change-list #changelist-form .was-validated select:invalid,.form-select.is-invalid,.change-form #content-main>form select.is-invalid:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form select.is-invalid:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form select.is-invalid{border-color:#dc3545;padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23343a40\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M2 5l6 6 6-6\'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 12 12\' width=\'12\' height=\'12\' fill=\'none\' stroke=\'%23dc3545\'%3e%3ccircle cx=\'6\' cy=\'6\' r=\'4.5\'/%3e%3cpath stroke-linejoin=\'round\' d=\'M5.8 3.6h.4L6 6.5z\'/%3e%3ccircle cx=\'6\' cy=\'8.2\' r=\'.6\' fill=\'%23dc3545\' stroke=\'none\'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-select:invalid:focus,.was-validated .change-form #content-main>form select:invalid:focus:not([multiple]):not(.admin-autocomplete),.change-form #content-main>form .was-validated select:invalid:focus:not([multiple]):not(.admin-autocomplete),.was-validated .passwordchange #content-main>form select:invalid:focus:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form .was-validated select:invalid:focus:not([multiple]):not(.admin-autocomplete),.was-validated .change-list #changelist-form select:invalid:focus,.change-list #changelist-form .was-validated select:invalid:focus,.form-select.is-invalid:focus,.change-form #content-main>form select.is-invalid:focus:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form select.is-invalid:focus:not([multiple]):not(.admin-autocomplete),.change-list #changelist-form select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,0.25)}.was-validated .form-check-input:invalid,.was-validated input:invalid[type=checkbox],.form-check-input.is-invalid,input.is-invalid[type=checkbox]{border-color:#dc3545}.was-validated .form-check-input:invalid:checked,.was-validated input:invalid:checked[type=checkbox],.form-check-input.is-invalid:checked,input.is-invalid:checked[type=checkbox]{background-color:#dc3545}.was-validated .form-check-input:invalid:focus,.was-validated input:invalid:focus[type=checkbox],.form-check-input.is-invalid:focus,input.is-invalid:focus[type=checkbox]{box-shadow:0 0 0 .25rem rgba(220,53,69,0.25)}.was-validated .form-check-input:invalid ~ .form-check-label,.was-validated input:invalid[type=checkbox] ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label,input.is-invalid[type=checkbox] ~ .form-check-label{color:#dc3545}.form-check-inline .form-check-input ~ .invalid-feedback,.form-check-inline input[type=checkbox] ~ .invalid-feedback{margin-left:.5em}.btn,.change-form #content-main>form .form-row .selector-chooseall,.passwordchange #content-main>form .form-row .selector-chooseall,.change-form #content-main>form .form-row .selector-clearall,.passwordchange #content-main>form .form-row .selector-clearall,.change-form #content-main>form .submit-row input[type=submit],.passwordchange #content-main>form .submit-row input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink,.change-form #content-main>form .add-row a,.passwordchange #content-main>form .add-row a,.change-form #content-main>form .inline-deletelink,.passwordchange #content-main>form .inline-deletelink,.login #container .submit-row input,#content .object-tools a,.change-list #changelist-search input[type=submit],.change-list .changelist-filter-toggler,.change-list #changelist-form .actions button,.paginator .showall,.paginator input,.delete-confirmation-content form input[type=submit],.delete-confirmation-content form .cancel-link,.actionresult #content>p a,.page-admindocs .admindocs-body .small a{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.btn,.change-form #content-main>form .form-row .selector-chooseall,.passwordchange #content-main>form .form-row .selector-chooseall,.change-form #content-main>form .form-row .selector-clearall,.passwordchange #content-main>form .form-row .selector-clearall,.change-form #content-main>form .submit-row input[type=submit],.passwordchange #content-main>form .submit-row input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink,.change-form #content-main>form .add-row a,.passwordchange #content-main>form .add-row a,.change-form #content-main>form .inline-deletelink,.passwordchange #content-main>form .inline-deletelink,.login #container .submit-row input,#content .object-tools a,.change-list #changelist-search input[type=submit],.change-list .changelist-filter-toggler,.change-list #changelist-form .actions button,.paginator .showall,.paginator input,.delete-confirmation-content form input[type=submit],.delete-confirmation-content form .cancel-link,.actionresult #content>p a,.page-admindocs .admindocs-body .small a{transition:none}}.btn:hover,.change-form #content-main>form .form-row .selector-chooseall:hover,.passwordchange #content-main>form .form-row .selector-chooseall:hover,.change-form #content-main>form .form-row .selector-clearall:hover,.passwordchange #content-main>form .form-row .selector-clearall:hover,.change-form #content-main>form .submit-row input:hover[type=submit],.passwordchange #content-main>form .submit-row input:hover[type=submit],.change-form #content-main>form .submit-row .deletelink-box .deletelink:hover,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink:hover,.change-form #content-main>form .add-row a:hover,.passwordchange #content-main>form .add-row a:hover,.change-form #content-main>form .inline-deletelink:hover,.passwordchange #content-main>form .inline-deletelink:hover,.login #container .submit-row input:hover,#content .object-tools a:hover,.change-list #changelist-search input:hover[type=submit],.change-list .changelist-filter-toggler:hover,.change-list #changelist-form .actions button:hover,.paginator .showall:hover,.paginator input:hover,.delete-confirmation-content form input:hover[type=submit],.delete-confirmation-content form .cancel-link:hover,.actionresult #content>p a:hover,.page-admindocs .admindocs-body .small a:hover{color:#212529}.btn-check:focus+.btn,.change-form #content-main>form .form-row .btn-check:focus+.selector-chooseall,.passwordchange #content-main>form .form-row .btn-check:focus+.selector-chooseall,.change-form #content-main>form .form-row .btn-check:focus+.selector-clearall,.passwordchange #content-main>form .form-row .btn-check:focus+.selector-clearall,.change-form #content-main>form .submit-row .btn-check:focus+input[type=submit],.passwordchange #content-main>form .submit-row .btn-check:focus+input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-check:focus+.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-check:focus+.deletelink,.change-form #content-main>form .add-row .btn-check:focus+a,.passwordchange #content-main>form .add-row .btn-check:focus+a,.change-form #content-main>form .btn-check:focus+.inline-deletelink,.passwordchange #content-main>form .btn-check:focus+.inline-deletelink,.login #container .submit-row .btn-check:focus+input,#content .object-tools .btn-check:focus+a,.change-list #changelist-search .btn-check:focus+input[type=submit],.change-list .btn-check:focus+.changelist-filter-toggler,.change-list #changelist-form .actions .btn-check:focus+button,.paginator .btn-check:focus+.showall,.paginator .btn-check:focus+input,.delete-confirmation-content form .btn-check:focus+input[type=submit],.delete-confirmation-content form .btn-check:focus+.cancel-link,.actionresult #content>p .btn-check:focus+a,.page-admindocs .admindocs-body .small .btn-check:focus+a,.btn:focus,.change-form #content-main>form .form-row .selector-chooseall:focus,.passwordchange #content-main>form .form-row .selector-chooseall:focus,.change-form #content-main>form .form-row .selector-clearall:focus,.passwordchange #content-main>form .form-row .selector-clearall:focus,.change-form #content-main>form .submit-row input:focus[type=submit],.passwordchange #content-main>form .submit-row input:focus[type=submit],.change-form #content-main>form .submit-row .deletelink-box .deletelink:focus,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink:focus,.change-form #content-main>form .add-row a:focus,.passwordchange #content-main>form .add-row a:focus,.change-form #content-main>form .inline-deletelink:focus,.passwordchange #content-main>form .inline-deletelink:focus,.login #container .submit-row input:focus,#content .object-tools a:focus,.change-list #changelist-search input:focus[type=submit],.change-list .changelist-filter-toggler:focus,.change-list #changelist-form .actions button:focus,.paginator .showall:focus,.paginator input:focus,.delete-confirmation-content form input:focus[type=submit],.delete-confirmation-content form .cancel-link:focus,.actionresult #content>p a:focus,.page-admindocs .admindocs-body .small a:focus{outline:0;box-shadow:0 0 0 .25rem rgba(127,27,39,0.25)}.btn:disabled,.change-form #content-main>form .form-row .selector-chooseall:disabled,.passwordchange #content-main>form .form-row .selector-chooseall:disabled,.change-form #content-main>form .form-row .selector-clearall:disabled,.passwordchange #content-main>form .form-row .selector-clearall:disabled,.change-form #content-main>form .submit-row input:disabled[type=submit],.passwordchange #content-main>form .submit-row input:disabled[type=submit],.change-form #content-main>form .submit-row .deletelink-box .deletelink:disabled,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink:disabled,.change-form #content-main>form .add-row a:disabled,.passwordchange #content-main>form .add-row a:disabled,.change-form #content-main>form .inline-deletelink:disabled,.passwordchange #content-main>form .inline-deletelink:disabled,.login #container .submit-row input:disabled,#content .object-tools a:disabled,.change-list #changelist-search input:disabled[type=submit],.change-list .changelist-filter-toggler:disabled,.change-list #changelist-form .actions button:disabled,.paginator .showall:disabled,.paginator input:disabled,.delete-confirmation-content form input:disabled[type=submit],.delete-confirmation-content form .cancel-link:disabled,.actionresult #content>p a:disabled,.page-admindocs .admindocs-body .small a:disabled,.btn.disabled,.change-form #content-main>form .form-row .disabled.selector-chooseall,.passwordchange #content-main>form .form-row .disabled.selector-chooseall,.change-form #content-main>form .form-row .disabled.selector-clearall,.passwordchange #content-main>form .form-row .disabled.selector-clearall,.change-form #content-main>form .submit-row input.disabled[type=submit],.passwordchange #content-main>form .submit-row input.disabled[type=submit],.change-form #content-main>form .submit-row .deletelink-box .disabled.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .disabled.deletelink,.change-form #content-main>form .add-row a.disabled,.passwordchange #content-main>form .add-row a.disabled,.change-form #content-main>form .disabled.inline-deletelink,.passwordchange #content-main>form .disabled.inline-deletelink,.login #container .submit-row input.disabled,#content .object-tools a.disabled,.change-list #changelist-search input.disabled[type=submit],.change-list .disabled.changelist-filter-toggler,.change-list #changelist-form .actions button.disabled,.paginator .disabled.showall,.paginator input.disabled,.delete-confirmation-content form input.disabled[type=submit],.delete-confirmation-content form .disabled.cancel-link,.actionresult #content>p a.disabled,.page-admindocs .admindocs-body .small a.disabled,fieldset:disabled .btn,fieldset:disabled .change-form #content-main>form .form-row .selector-chooseall,.change-form #content-main>form .form-row fieldset:disabled .selector-chooseall,fieldset:disabled .passwordchange #content-main>form .form-row .selector-chooseall,.passwordchange #content-main>form .form-row fieldset:disabled .selector-chooseall,fieldset:disabled .change-form #content-main>form .form-row .selector-clearall,.change-form #content-main>form .form-row fieldset:disabled .selector-clearall,fieldset:disabled .passwordchange #content-main>form .form-row .selector-clearall,.passwordchange #content-main>form .form-row fieldset:disabled .selector-clearall,fieldset:disabled .change-form #content-main>form .submit-row input[type=submit],.change-form #content-main>form .submit-row fieldset:disabled input[type=submit],fieldset:disabled .passwordchange #content-main>form .submit-row input[type=submit],.passwordchange #content-main>form .submit-row fieldset:disabled input[type=submit],fieldset:disabled .change-form #content-main>form .submit-row .deletelink-box .deletelink,.change-form #content-main>form .submit-row .deletelink-box fieldset:disabled .deletelink,fieldset:disabled .passwordchange #content-main>form .submit-row .deletelink-box .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box fieldset:disabled .deletelink,fieldset:disabled .change-form #content-main>form .add-row a,.change-form #content-main>form .add-row fieldset:disabled a,fieldset:disabled .passwordchange #content-main>form .add-row a,.passwordchange #content-main>form .add-row fieldset:disabled a,fieldset:disabled .change-form #content-main>form .inline-deletelink,.change-form #content-main>form fieldset:disabled .inline-deletelink,fieldset:disabled .passwordchange #content-main>form .inline-deletelink,.passwordchange #content-main>form fieldset:disabled .inline-deletelink,fieldset:disabled .login #container .submit-row input,.login #container .submit-row fieldset:disabled input,fieldset:disabled #content .object-tools a,#content .object-tools fieldset:disabled a,fieldset:disabled .change-list #changelist-search input[type=submit],.change-list #changelist-search fieldset:disabled input[type=submit],fieldset:disabled .change-list .changelist-filter-toggler,.change-list fieldset:disabled .changelist-filter-toggler,fieldset:disabled .change-list #changelist-form .actions button,.change-list #changelist-form .actions fieldset:disabled button,fieldset:disabled .paginator .showall,.paginator fieldset:disabled .showall,fieldset:disabled .paginator input,.paginator fieldset:disabled input,fieldset:disabled .delete-confirmation-content form input[type=submit],.delete-confirmation-content form fieldset:disabled input[type=submit],fieldset:disabled .delete-confirmation-content form .cancel-link,.delete-confirmation-content form fieldset:disabled .cancel-link,fieldset:disabled .actionresult #content>p a,.actionresult #content>p fieldset:disabled a,fieldset:disabled .page-admindocs .admindocs-body .small a,.page-admindocs .admindocs-body .small fieldset:disabled a{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#7f1b27;border-color:#7f1b27}.btn-primary:hover{color:#fff;background-color:#6c1721;border-color:#66151f}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#6c1721;border-color:#66151f;box-shadow:0 0 0 .25rem rgba(146,61,71,0.5)}.btn-check:checked+.btn-primary,.btn-check:active+.btn-primary,.btn-primary:active,.btn-primary.active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#66151f;border-color:#5f141d}.btn-check:checked+.btn-primary:focus,.btn-check:active+.btn-primary:focus,.btn-primary:active:focus,.btn-primary.active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(146,61,71,0.5)}.btn-primary:disabled,.btn-primary.disabled{color:#fff;background-color:#7f1b27;border-color:#7f1b27}.btn-secondary,.change-form #content-main>form .add-row a,.passwordchange #content-main>form .add-row a,.login #container .submit-row input,#content .object-tools a,.change-list .admindatefilter input[type=\'reset\'],.actionresult #content>p a,.page-admindocs .admindocs-body .small a{color:#000;background-color:#b3c100;border-color:#b3c100}.btn-secondary:hover,.change-form #content-main>form .add-row a:hover,.passwordchange #content-main>form .add-row a:hover,.login #container .submit-row input:hover,#content .object-tools a:hover,.change-list .admindatefilter input:hover[type=\'reset\'],.actionresult #content>p a:hover,.page-admindocs .admindocs-body .small a:hover{color:#000;background-color:#beca26;border-color:#bbc71a}.btn-check:focus+.btn-secondary,.change-form #content-main>form .add-row .btn-check:focus+a,.passwordchange #content-main>form .add-row .btn-check:focus+a,.login #container .submit-row .btn-check:focus+input,#content .object-tools .btn-check:focus+a,.change-list .admindatefilter .btn-check:focus+input[type=\'reset\'],.actionresult #content>p .btn-check:focus+a,.page-admindocs .admindocs-body .small .btn-check:focus+a,.btn-secondary:focus,.change-form #content-main>form .add-row a:focus,.passwordchange #content-main>form .add-row a:focus,.login #container .submit-row input:focus,#content .object-tools a:focus,.change-list .admindatefilter input:focus[type=\'reset\'],.actionresult #content>p a:focus,.page-admindocs .admindocs-body .small a:focus{color:#000;background-color:#beca26;border-color:#bbc71a;box-shadow:0 0 0 .25rem rgba(152,164,0,0.5)}.btn-check:checked+.btn-secondary,.change-form #content-main>form .add-row .btn-check:checked+a,.passwordchange #content-main>form .add-row .btn-check:checked+a,.login #container .submit-row .btn-check:checked+input,#content .object-tools .btn-check:checked+a,.change-list .admindatefilter .btn-check:checked+input[type=\'reset\'],.actionresult #content>p .btn-check:checked+a,.page-admindocs .admindocs-body .small .btn-check:checked+a,.btn-check:active+.btn-secondary,.change-form #content-main>form .add-row .btn-check:active+a,.passwordchange #content-main>form .add-row .btn-check:active+a,.login #container .submit-row .btn-check:active+input,#content .object-tools .btn-check:active+a,.change-list .admindatefilter .btn-check:active+input[type=\'reset\'],.actionresult #content>p .btn-check:active+a,.page-admindocs .admindocs-body .small .btn-check:active+a,.btn-secondary:active,.change-form #content-main>form .add-row a:active,.passwordchange #content-main>form .add-row a:active,.login #container .submit-row input:active,#content .object-tools a:active,.change-list .admindatefilter input:active[type=\'reset\'],.actionresult #content>p a:active,.page-admindocs .admindocs-body .small a:active,.btn-secondary.active,.change-form #content-main>form .add-row a.active,.passwordchange #content-main>form .add-row a.active,.login #container .submit-row input.active,#content .object-tools a.active,.change-list .admindatefilter input.active[type=\'reset\'],.actionresult #content>p a.active,.page-admindocs .admindocs-body .small a.active,.show>.btn-secondary.dropdown-toggle,.change-form #content-main>form .add-row .show>a.dropdown-toggle,.passwordchange #content-main>form .add-row .show>a.dropdown-toggle,.login #container .submit-row .show>input.dropdown-toggle,#content .object-tools .show>a.dropdown-toggle,.change-list .admindatefilter .show>input.dropdown-toggle[type=\'reset\'],.actionresult #content>p .show>a.dropdown-toggle,.page-admindocs .admindocs-body .small .show>a.dropdown-toggle{color:#000;background-color:#c2cd33;border-color:#bbc71a}.btn-check:checked+.btn-secondary:focus,.change-form #content-main>form .add-row .btn-check:checked+a:focus,.passwordchange #content-main>form .add-row .btn-check:checked+a:focus,.login #container .submit-row .btn-check:checked+input:focus,#content .object-tools .btn-check:checked+a:focus,.change-list .admindatefilter .btn-check:checked+input:focus[type=\'reset\'],.actionresult #content>p .btn-check:checked+a:focus,.page-admindocs .admindocs-body .small .btn-check:checked+a:focus,.btn-check:active+.btn-secondary:focus,.change-form #content-main>form .add-row .btn-check:active+a:focus,.passwordchange #content-main>form .add-row .btn-check:active+a:focus,.login #container .submit-row .btn-check:active+input:focus,#content .object-tools .btn-check:active+a:focus,.change-list .admindatefilter .btn-check:active+input:focus[type=\'reset\'],.actionresult #content>p .btn-check:active+a:focus,.page-admindocs .admindocs-body .small .btn-check:active+a:focus,.btn-secondary:active:focus,.change-form #content-main>form .add-row a:active:focus,.passwordchange #content-main>form .add-row a:active:focus,.login #container .submit-row input:active:focus,#content .object-tools a:active:focus,.change-list .admindatefilter input:active:focus[type=\'reset\'],.actionresult #content>p a:active:focus,.page-admindocs .admindocs-body .small a:active:focus,.btn-secondary.active:focus,.change-form #content-main>form .add-row a.active:focus,.passwordchange #content-main>form .add-row a.active:focus,.login #container .submit-row input.active:focus,#content .object-tools a.active:focus,.change-list .admindatefilter input.active:focus[type=\'reset\'],.actionresult #content>p a.active:focus,.page-admindocs .admindocs-body .small a.active:focus,.show>.btn-secondary.dropdown-toggle:focus,.change-form #content-main>form .add-row .show>a.dropdown-toggle:focus,.passwordchange #content-main>form .add-row .show>a.dropdown-toggle:focus,.login #container .submit-row .show>input.dropdown-toggle:focus,#content .object-tools .show>a.dropdown-toggle:focus,.change-list .admindatefilter .show>input.dropdown-toggle:focus[type=\'reset\'],.actionresult #content>p .show>a.dropdown-toggle:focus,.page-admindocs .admindocs-body .small .show>a.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(152,164,0,0.5)}.btn-secondary:disabled,.change-form #content-main>form .add-row a:disabled,.passwordchange #content-main>form .add-row a:disabled,.login #container .submit-row input:disabled,#content .object-tools a:disabled,.change-list .admindatefilter input:disabled[type=\'reset\'],.actionresult #content>p a:disabled,.page-admindocs .admindocs-body .small a:disabled,.btn-secondary.disabled,.change-form #content-main>form .add-row a.disabled,.passwordchange #content-main>form .add-row a.disabled,.login #container .submit-row input.disabled,#content .object-tools a.disabled,.change-list .admindatefilter input.disabled[type=\'reset\'],.actionresult #content>p a.disabled,.page-admindocs .admindocs-body .small a.disabled{color:#000;background-color:#b3c100;border-color:#b3c100}.btn-success,.change-form #content-main>form .submit-row input[type=submit],.passwordchange #content-main>form .submit-row input[type=submit],.paginator input,.delete-confirmation-content form .cancel-link{color:#fff;background-color:#198754;border-color:#198754}.btn-success:hover,.change-form #content-main>form .submit-row input:hover[type=submit],.passwordchange #content-main>form .submit-row input:hover[type=submit],.paginator input:hover,.delete-confirmation-content form .cancel-link:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.change-form #content-main>form .submit-row .btn-check:focus+input[type=submit],.passwordchange #content-main>form .submit-row .btn-check:focus+input[type=submit],.paginator .btn-check:focus+input,.delete-confirmation-content form .btn-check:focus+.cancel-link,.btn-success:focus,.change-form #content-main>form .submit-row input:focus[type=submit],.passwordchange #content-main>form .submit-row input:focus[type=submit],.paginator input:focus,.delete-confirmation-content form .cancel-link:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,0.5)}.btn-check:checked+.btn-success,.change-form #content-main>form .submit-row .btn-check:checked+input[type=submit],.passwordchange #content-main>form .submit-row .btn-check:checked+input[type=submit],.paginator .btn-check:checked+input,.delete-confirmation-content form .btn-check:checked+.cancel-link,.btn-check:active+.btn-success,.change-form #content-main>form .submit-row .btn-check:active+input[type=submit],.passwordchange #content-main>form .submit-row .btn-check:active+input[type=submit],.paginator .btn-check:active+input,.delete-confirmation-content form .btn-check:active+.cancel-link,.btn-success:active,.change-form #content-main>form .submit-row input:active[type=submit],.passwordchange #content-main>form .submit-row input:active[type=submit],.paginator input:active,.delete-confirmation-content form .cancel-link:active,.btn-success.active,.change-form #content-main>form .submit-row input.active[type=submit],.passwordchange #content-main>form .submit-row input.active[type=submit],.paginator input.active,.delete-confirmation-content form .active.cancel-link,.show>.btn-success.dropdown-toggle,.change-form #content-main>form .submit-row .show>input.dropdown-toggle[type=submit],.passwordchange #content-main>form .submit-row .show>input.dropdown-toggle[type=submit],.paginator .show>input.dropdown-toggle,.delete-confirmation-content form .show>.dropdown-toggle.cancel-link{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:checked+.btn-success:focus,.change-form #content-main>form .submit-row .btn-check:checked+input:focus[type=submit],.passwordchange #content-main>form .submit-row .btn-check:checked+input:focus[type=submit],.paginator .btn-check:checked+input:focus,.delete-confirmation-content form .btn-check:checked+.cancel-link:focus,.btn-check:active+.btn-success:focus,.change-form #content-main>form .submit-row .btn-check:active+input:focus[type=submit],.passwordchange #content-main>form .submit-row .btn-check:active+input:focus[type=submit],.paginator .btn-check:active+input:focus,.delete-confirmation-content form .btn-check:active+.cancel-link:focus,.btn-success:active:focus,.change-form #content-main>form .submit-row input:active:focus[type=submit],.passwordchange #content-main>form .submit-row input:active:focus[type=submit],.paginator input:active:focus,.delete-confirmation-content form .cancel-link:active:focus,.btn-success.active:focus,.change-form #content-main>form .submit-row input.active:focus[type=submit],.passwordchange #content-main>form .submit-row input.active:focus[type=submit],.paginator input.active:focus,.delete-confirmation-content form .active.cancel-link:focus,.show>.btn-success.dropdown-toggle:focus,.change-form #content-main>form .submit-row .show>input.dropdown-toggle:focus[type=submit],.passwordchange #content-main>form .submit-row .show>input.dropdown-toggle:focus[type=submit],.paginator .show>input.dropdown-toggle:focus,.delete-confirmation-content form .show>.dropdown-toggle.cancel-link:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,0.5)}.btn-success:disabled,.change-form #content-main>form .submit-row input:disabled[type=submit],.passwordchange #content-main>form .submit-row input:disabled[type=submit],.paginator input:disabled,.delete-confirmation-content form .cancel-link:disabled,.btn-success.disabled,.change-form #content-main>form .submit-row input.disabled[type=submit],.passwordchange #content-main>form .submit-row input.disabled[type=submit],.paginator input.disabled,.delete-confirmation-content form .disabled.cancel-link{color:#fff;background-color:#198754;border-color:#198754}.btn-info,.change-list .changelist-filter-toggler{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-info:hover,.change-list .changelist-filter-toggler:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.change-list .btn-check:focus+.changelist-filter-toggler,.btn-info:focus,.change-list .changelist-filter-toggler:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,0.5)}.btn-check:checked+.btn-info,.change-list .btn-check:checked+.changelist-filter-toggler,.btn-check:active+.btn-info,.change-list .btn-check:active+.changelist-filter-toggler,.btn-info:active,.change-list .changelist-filter-toggler:active,.btn-info.active,.change-list .active.changelist-filter-toggler,.show>.btn-info.dropdown-toggle,.change-list .show>.dropdown-toggle.changelist-filter-toggler{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:checked+.btn-info:focus,.change-list .btn-check:checked+.changelist-filter-toggler:focus,.btn-check:active+.btn-info:focus,.change-list .btn-check:active+.changelist-filter-toggler:focus,.btn-info:active:focus,.change-list .changelist-filter-toggler:active:focus,.btn-info.active:focus,.change-list .active.changelist-filter-toggler:focus,.show>.btn-info.dropdown-toggle:focus,.change-list .show>.dropdown-toggle.changelist-filter-toggler:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,0.5)}.btn-info:disabled,.change-list .changelist-filter-toggler:disabled,.btn-info.disabled,.change-list .disabled.changelist-filter-toggler{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning,.change-form #content-main>form .inline-deletelink,.passwordchange #content-main>form .inline-deletelink{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover,.change-form #content-main>form .inline-deletelink:hover,.passwordchange #content-main>form .inline-deletelink:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.change-form #content-main>form .btn-check:focus+.inline-deletelink,.passwordchange #content-main>form .btn-check:focus+.inline-deletelink,.btn-warning:focus,.change-form #content-main>form .inline-deletelink:focus,.passwordchange #content-main>form .inline-deletelink:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgba(217,164,6,0.5)}.btn-check:checked+.btn-warning,.change-form #content-main>form .btn-check:checked+.inline-deletelink,.passwordchange #content-main>form .btn-check:checked+.inline-deletelink,.btn-check:active+.btn-warning,.change-form #content-main>form .btn-check:active+.inline-deletelink,.passwordchange #content-main>form .btn-check:active+.inline-deletelink,.btn-warning:active,.change-form #content-main>form .inline-deletelink:active,.passwordchange #content-main>form .inline-deletelink:active,.btn-warning.active,.change-form #content-main>form .active.inline-deletelink,.passwordchange #content-main>form .active.inline-deletelink,.show>.btn-warning.dropdown-toggle,.change-form #content-main>form .show>.dropdown-toggle.inline-deletelink,.passwordchange #content-main>form .show>.dropdown-toggle.inline-deletelink{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:checked+.btn-warning:focus,.change-form #content-main>form .btn-check:checked+.inline-deletelink:focus,.passwordchange #content-main>form .btn-check:checked+.inline-deletelink:focus,.btn-check:active+.btn-warning:focus,.change-form #content-main>form .btn-check:active+.inline-deletelink:focus,.passwordchange #content-main>form .btn-check:active+.inline-deletelink:focus,.btn-warning:active:focus,.change-form #content-main>form .inline-deletelink:active:focus,.passwordchange #content-main>form .inline-deletelink:active:focus,.btn-warning.active:focus,.change-form #content-main>form .active.inline-deletelink:focus,.passwordchange #content-main>form .active.inline-deletelink:focus,.show>.btn-warning.dropdown-toggle:focus,.change-form #content-main>form .show>.dropdown-toggle.inline-deletelink:focus,.passwordchange #content-main>form .show>.dropdown-toggle.inline-deletelink:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,0.5)}.btn-warning:disabled,.change-form #content-main>form .inline-deletelink:disabled,.passwordchange #content-main>form .inline-deletelink:disabled,.btn-warning.disabled,.change-form #content-main>form .disabled.inline-deletelink,.passwordchange #content-main>form .disabled.inline-deletelink{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger,.change-form #content-main>form .submit-row .deletelink-box .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink,.delete-confirmation-content form input[type=submit]{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover,.change-form #content-main>form .submit-row .deletelink-box .deletelink:hover,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink:hover,.delete-confirmation-content form input:hover[type=submit]{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.change-form #content-main>form .submit-row .deletelink-box .btn-check:focus+.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-check:focus+.deletelink,.delete-confirmation-content form .btn-check:focus+input[type=submit],.btn-danger:focus,.change-form #content-main>form .submit-row .deletelink-box .deletelink:focus,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink:focus,.delete-confirmation-content form input:focus[type=submit]{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,0.5)}.btn-check:checked+.btn-danger,.change-form #content-main>form .submit-row .deletelink-box .btn-check:checked+.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-check:checked+.deletelink,.delete-confirmation-content form .btn-check:checked+input[type=submit],.btn-check:active+.btn-danger,.change-form #content-main>form .submit-row .deletelink-box .btn-check:active+.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-check:active+.deletelink,.delete-confirmation-content form .btn-check:active+input[type=submit],.btn-danger:active,.change-form #content-main>form .submit-row .deletelink-box .deletelink:active,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink:active,.delete-confirmation-content form input:active[type=submit],.btn-danger.active,.change-form #content-main>form .submit-row .deletelink-box .active.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .active.deletelink,.delete-confirmation-content form input.active[type=submit],.show>.btn-danger.dropdown-toggle,.change-form #content-main>form .submit-row .deletelink-box .show>.dropdown-toggle.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .show>.dropdown-toggle.deletelink,.delete-confirmation-content form .show>input.dropdown-toggle[type=submit]{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:checked+.btn-danger:focus,.change-form #content-main>form .submit-row .deletelink-box .btn-check:checked+.deletelink:focus,.passwordchange #content-main>form .submit-row .deletelink-box .btn-check:checked+.deletelink:focus,.delete-confirmation-content form .btn-check:checked+input:focus[type=submit],.btn-check:active+.btn-danger:focus,.change-form #content-main>form .submit-row .deletelink-box .btn-check:active+.deletelink:focus,.passwordchange #content-main>form .submit-row .deletelink-box .btn-check:active+.deletelink:focus,.delete-confirmation-content form .btn-check:active+input:focus[type=submit],.btn-danger:active:focus,.change-form #content-main>form .submit-row .deletelink-box .deletelink:active:focus,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink:active:focus,.delete-confirmation-content form input:active:focus[type=submit],.btn-danger.active:focus,.change-form #content-main>form .submit-row .deletelink-box .active.deletelink:focus,.passwordchange #content-main>form .submit-row .deletelink-box .active.deletelink:focus,.delete-confirmation-content form input.active:focus[type=submit],.show>.btn-danger.dropdown-toggle:focus,.change-form #content-main>form .submit-row .deletelink-box .show>.dropdown-toggle.deletelink:focus,.passwordchange #content-main>form .submit-row .deletelink-box .show>.dropdown-toggle.deletelink:focus,.delete-confirmation-content form .show>input.dropdown-toggle:focus[type=submit]{box-shadow:0 0 0 .25rem rgba(225,83,97,0.5)}.btn-danger:disabled,.change-form #content-main>form .submit-row .deletelink-box .deletelink:disabled,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink:disabled,.delete-confirmation-content form input:disabled[type=submit],.btn-danger.disabled,.change-form #content-main>form .submit-row .deletelink-box .disabled.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .disabled.deletelink,.delete-confirmation-content form input.disabled[type=submit]{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light,.change-form #content-main>form .form-row .selector-chooseall,.passwordchange #content-main>form .form-row .selector-chooseall,.change-form #content-main>form .form-row .selector-clearall,.passwordchange #content-main>form .form-row .selector-clearall,.change-list #changelist-form .actions button{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover,.change-form #content-main>form .form-row .selector-chooseall:hover,.passwordchange #content-main>form .form-row .selector-chooseall:hover,.change-form #content-main>form .form-row .selector-clearall:hover,.passwordchange #content-main>form .form-row .selector-clearall:hover,.change-list #changelist-form .actions button:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.change-form #content-main>form .form-row .btn-check:focus+.selector-chooseall,.passwordchange #content-main>form .form-row .btn-check:focus+.selector-chooseall,.change-form #content-main>form .form-row .btn-check:focus+.selector-clearall,.passwordchange #content-main>form .form-row .btn-check:focus+.selector-clearall,.change-list #changelist-form .actions .btn-check:focus+button,.btn-light:focus,.change-form #content-main>form .form-row .selector-chooseall:focus,.passwordchange #content-main>form .form-row .selector-chooseall:focus,.change-form #content-main>form .form-row .selector-clearall:focus,.passwordchange #content-main>form .form-row .selector-clearall:focus,.change-list #changelist-form .actions button:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem rgba(211,212,213,0.5)}.btn-check:checked+.btn-light,.change-form #content-main>form .form-row .btn-check:checked+.selector-chooseall,.passwordchange #content-main>form .form-row .btn-check:checked+.selector-chooseall,.change-form #content-main>form .form-row .btn-check:checked+.selector-clearall,.passwordchange #content-main>form .form-row .btn-check:checked+.selector-clearall,.change-list #changelist-form .actions .btn-check:checked+button,.btn-check:active+.btn-light,.change-form #content-main>form .form-row .btn-check:active+.selector-chooseall,.passwordchange #content-main>form .form-row .btn-check:active+.selector-chooseall,.change-form #content-main>form .form-row .btn-check:active+.selector-clearall,.passwordchange #content-main>form .form-row .btn-check:active+.selector-clearall,.change-list #changelist-form .actions .btn-check:active+button,.btn-light:active,.change-form #content-main>form .form-row .selector-chooseall:active,.passwordchange #content-main>form .form-row .selector-chooseall:active,.change-form #content-main>form .form-row .selector-clearall:active,.passwordchange #content-main>form .form-row .selector-clearall:active,.change-list #changelist-form .actions button:active,.btn-light.active,.change-form #content-main>form .form-row .active.selector-chooseall,.passwordchange #content-main>form .form-row .active.selector-chooseall,.change-form #content-main>form .form-row .active.selector-clearall,.passwordchange #content-main>form .form-row .active.selector-clearall,.change-list #changelist-form .actions button.active,.show>.btn-light.dropdown-toggle,.change-form #content-main>form .form-row .show>.dropdown-toggle.selector-chooseall,.passwordchange #content-main>form .form-row .show>.dropdown-toggle.selector-chooseall,.change-form #content-main>form .form-row .show>.dropdown-toggle.selector-clearall,.passwordchange #content-main>form .form-row .show>.dropdown-toggle.selector-clearall,.change-list #changelist-form .actions .show>button.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:checked+.btn-light:focus,.change-form #content-main>form .form-row .btn-check:checked+.selector-chooseall:focus,.passwordchange #content-main>form .form-row .btn-check:checked+.selector-chooseall:focus,.change-form #content-main>form .form-row .btn-check:checked+.selector-clearall:focus,.passwordchange #content-main>form .form-row .btn-check:checked+.selector-clearall:focus,.change-list #changelist-form .actions .btn-check:checked+button:focus,.btn-check:active+.btn-light:focus,.change-form #content-main>form .form-row .btn-check:active+.selector-chooseall:focus,.passwordchange #content-main>form .form-row .btn-check:active+.selector-chooseall:focus,.change-form #content-main>form .form-row .btn-check:active+.selector-clearall:focus,.passwordchange #content-main>form .form-row .btn-check:active+.selector-clearall:focus,.change-list #changelist-form .actions .btn-check:active+button:focus,.btn-light:active:focus,.change-form #content-main>form .form-row .selector-chooseall:active:focus,.passwordchange #content-main>form .form-row .selector-chooseall:active:focus,.change-form #content-main>form .form-row .selector-clearall:active:focus,.passwordchange #content-main>form .form-row .selector-clearall:active:focus,.change-list #changelist-form .actions button:active:focus,.btn-light.active:focus,.change-form #content-main>form .form-row .active.selector-chooseall:focus,.passwordchange #content-main>form .form-row .active.selector-chooseall:focus,.change-form #content-main>form .form-row .active.selector-clearall:focus,.passwordchange #content-main>form .form-row .active.selector-clearall:focus,.change-list #changelist-form .actions button.active:focus,.show>.btn-light.dropdown-toggle:focus,.change-form #content-main>form .form-row .show>.dropdown-toggle.selector-chooseall:focus,.passwordchange #content-main>form .form-row .show>.dropdown-toggle.selector-chooseall:focus,.change-form #content-main>form .form-row .show>.dropdown-toggle.selector-clearall:focus,.passwordchange #content-main>form .form-row .show>.dropdown-toggle.selector-clearall:focus,.change-list #changelist-form .actions .show>button.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(211,212,213,0.5)}.btn-light:disabled,.change-form #content-main>form .form-row .selector-chooseall:disabled,.passwordchange #content-main>form .form-row .selector-chooseall:disabled,.change-form #content-main>form .form-row .selector-clearall:disabled,.passwordchange #content-main>form .form-row .selector-clearall:disabled,.change-list #changelist-form .actions button:disabled,.btn-light.disabled,.change-form #content-main>form .form-row .disabled.selector-chooseall,.passwordchange #content-main>form .form-row .disabled.selector-chooseall,.change-form #content-main>form .form-row .disabled.selector-clearall,.passwordchange #content-main>form .form-row .disabled.selector-clearall,.change-list #changelist-form .actions button.disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgba(66,70,73,0.5)}.btn-check:checked+.btn-dark,.btn-check:active+.btn-dark,.btn-dark:active,.btn-dark.active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:checked+.btn-dark:focus,.btn-check:active+.btn-dark:focus,.btn-dark:active:focus,.btn-dark.active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,0.5)}.btn-dark:disabled,.btn-dark.disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary,.paginator .showall{color:#7f1b27;border-color:#7f1b27}.btn-outline-primary:hover,.paginator .showall:hover{color:#fff;background-color:#7f1b27;border-color:#7f1b27}.btn-check:focus+.btn-outline-primary,.paginator .btn-check:focus+.showall,.btn-outline-primary:focus,.paginator .showall:focus{box-shadow:0 0 0 .25rem rgba(127,27,39,0.5)}.btn-check:checked+.btn-outline-primary,.paginator .btn-check:checked+.showall,.btn-check:active+.btn-outline-primary,.paginator .btn-check:active+.showall,.btn-outline-primary:active,.paginator .showall:active,.btn-outline-primary.active,.paginator .active.showall,.btn-outline-primary.dropdown-toggle.show,.paginator .dropdown-toggle.show.showall{color:#fff;background-color:#7f1b27;border-color:#7f1b27}.btn-check:checked+.btn-outline-primary:focus,.paginator .btn-check:checked+.showall:focus,.btn-check:active+.btn-outline-primary:focus,.paginator .btn-check:active+.showall:focus,.btn-outline-primary:active:focus,.paginator .showall:active:focus,.btn-outline-primary.active:focus,.paginator .active.showall:focus,.btn-outline-primary.dropdown-toggle.show:focus,.paginator .dropdown-toggle.show.showall:focus{box-shadow:0 0 0 .25rem rgba(127,27,39,0.5)}.btn-outline-primary:disabled,.paginator .showall:disabled,.btn-outline-primary.disabled,.paginator .disabled.showall{color:#7f1b27;background-color:transparent}.btn-outline-secondary{color:#b3c100;border-color:#b3c100}.btn-outline-secondary:hover{color:#000;background-color:#b3c100;border-color:#b3c100}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(179,193,0,0.5)}.btn-check:checked+.btn-outline-secondary,.btn-check:active+.btn-outline-secondary,.btn-outline-secondary:active,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show{color:#000;background-color:#b3c100;border-color:#b3c100}.btn-check:checked+.btn-outline-secondary:focus,.btn-check:active+.btn-outline-secondary:focus,.btn-outline-secondary:active:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(179,193,0,0.5)}.btn-outline-secondary:disabled,.btn-outline-secondary.disabled{color:#b3c100;background-color:transparent}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,0.5)}.btn-check:checked+.btn-outline-success,.btn-check:active+.btn-outline-success,.btn-outline-success:active,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show{color:#fff;background-color:#198754;border-color:#198754}.btn-check:checked+.btn-outline-success:focus,.btn-check:active+.btn-outline-success:focus,.btn-outline-success:active:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,0.5)}.btn-outline-success:disabled,.btn-outline-success.disabled{color:#198754;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,0.5)}.btn-check:checked+.btn-outline-info,.btn-check:active+.btn-outline-info,.btn-outline-info:active,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:checked+.btn-outline-info:focus,.btn-check:active+.btn-outline-info:focus,.btn-outline-info:active:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,0.5)}.btn-outline-info:disabled,.btn-outline-info.disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,0.5)}.btn-check:checked+.btn-outline-warning,.btn-check:active+.btn-outline-warning,.btn-outline-warning:active,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:checked+.btn-outline-warning:focus,.btn-check:active+.btn-outline-warning:focus,.btn-outline-warning:active:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,0.5)}.btn-outline-warning:disabled,.btn-outline-warning.disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,0.5)}.btn-check:checked+.btn-outline-danger,.btn-check:active+.btn-outline-danger,.btn-outline-danger:active,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:checked+.btn-outline-danger:focus,.btn-check:active+.btn-outline-danger:focus,.btn-outline-danger:active:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,0.5)}.btn-outline-danger:disabled,.btn-outline-danger.disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,0.5)}.btn-check:checked+.btn-outline-light,.btn-check:active+.btn-outline-light,.btn-outline-light:active,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:checked+.btn-outline-light:focus,.btn-check:active+.btn-outline-light:focus,.btn-outline-light:active:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,0.5)}.btn-outline-light:disabled,.btn-outline-light.disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,0.5)}.btn-check:checked+.btn-outline-dark,.btn-check:active+.btn-outline-dark,.btn-outline-dark:active,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show{color:#fff;background-color:#212529;border-color:#212529}.btn-check:checked+.btn-outline-dark:focus,.btn-check:active+.btn-outline-dark:focus,.btn-outline-dark:active:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,0.5)}.btn-outline-dark:disabled,.btn-outline-dark.disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:#7f1b27;text-decoration:underline}.btn-link:hover{color:#66151f}.btn-link:disabled,.btn-link.disabled{color:#6c757d}.btn-lg,.btn-group-lg>.btn,.change-form #content-main>form .form-row .btn-group-lg>.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group-lg>.selector-chooseall,.change-form #content-main>form .form-row .btn-group-lg>.selector-clearall,.passwordchange #content-main>form .form-row .btn-group-lg>.selector-clearall,.change-form #content-main>form .submit-row .btn-group-lg>input[type=submit],.passwordchange #content-main>form .submit-row .btn-group-lg>input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-lg>.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-lg>.deletelink,.change-form #content-main>form .add-row .btn-group-lg>a,.passwordchange #content-main>form .add-row .btn-group-lg>a,.change-form #content-main>form .btn-group-lg>.inline-deletelink,.passwordchange #content-main>form .btn-group-lg>.inline-deletelink,.login #container .submit-row .btn-group-lg>input,#content .object-tools .btn-group-lg>a,.change-list #changelist-search .btn-group-lg>input[type=submit],.change-list .btn-group-lg>.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group-lg>button,.paginator .btn-group-lg>.showall,.paginator .btn-group-lg>input,.delete-confirmation-content form .btn-group-lg>input[type=submit],.delete-confirmation-content form .btn-group-lg>.cancel-link,.actionresult #content>p .btn-group-lg>a,.page-admindocs .admindocs-body .small .btn-group-lg>a{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-sm,.btn-group-sm>.btn,.change-form #content-main>form .form-row .btn-group-sm>.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group-sm>.selector-chooseall,.change-form #content-main>form .form-row .btn-group-sm>.selector-clearall,.passwordchange #content-main>form .form-row .btn-group-sm>.selector-clearall,.change-form #content-main>form .submit-row .btn-group-sm>input[type=submit],.passwordchange #content-main>form .submit-row .btn-group-sm>input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-sm>.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-sm>.deletelink,.change-form #content-main>form .add-row .btn-group-sm>a,.passwordchange #content-main>form .add-row .btn-group-sm>a,.change-form #content-main>form .btn-group-sm>.inline-deletelink,.passwordchange #content-main>form .btn-group-sm>.inline-deletelink,.login #container .submit-row .btn-group-sm>input,#content .object-tools .btn-group-sm>a,.change-list .btn-group-sm>.changelist-filter-toggler,.paginator .btn-group-sm>input,.delete-confirmation-content form .btn-group-sm>input[type=submit],.delete-confirmation-content form .btn-group-sm>.cancel-link,.actionresult #content>p .btn-group-sm>a,.change-list #changelist-search input[type=submit],.change-list #changelist-form .actions button,.change-list .admindatefilter input[type=\'submit\'],.change-list .admindatefilter input[type=\'reset\'],.paginator .showall,.page-admindocs .admindocs-body .small a{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.fade{transition:opacity 0.15s linear}@media (prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height 0.35s ease}@media (prefers-reduced-motion: reduce){.collapsing{transition:none}}.dropup,.dropend,.dropdown,.dropstart{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto /* rtl:ignore */;left:0 /* rtl:ignore */}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0 /* rtl:ignore */;left:auto /* rtl:ignore */}@media (min-width: 576px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-start[data-bs-popper]{right:auto /* rtl:ignore */;left:0 /* rtl:ignore */}.dropdown-menu-sm-end{--bs-position: end}.dropdown-menu-sm-end[data-bs-popper]{right:0 /* rtl:ignore */;left:auto /* rtl:ignore */}}@media (min-width: 768px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-start[data-bs-popper]{right:auto /* rtl:ignore */;left:0 /* rtl:ignore */}.dropdown-menu-md-end{--bs-position: end}.dropdown-menu-md-end[data-bs-popper]{right:0 /* rtl:ignore */;left:auto /* rtl:ignore */}}@media (min-width: 992px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-start[data-bs-popper]{right:auto /* rtl:ignore */;left:0 /* rtl:ignore */}.dropdown-menu-lg-end{--bs-position: end}.dropdown-menu-lg-end[data-bs-popper]{right:0 /* rtl:ignore */;left:auto /* rtl:ignore */}}@media (min-width: 1200px){.dropdown-menu-xl-start{--bs-position: start}.dropdown-menu-xl-start[data-bs-popper]{right:auto /* rtl:ignore */;left:0 /* rtl:ignore */}.dropdown-menu-xl-end{--bs-position: end}.dropdown-menu-xl-end[data-bs-popper]{right:0 /* rtl:ignore */;left:auto /* rtl:ignore */}}@media (min-width: 1400px){.dropdown-menu-xxl-start{--bs-position: start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto /* rtl:ignore */;left:0 /* rtl:ignore */}.dropdown-menu-xxl-end{--bs-position: end}.dropdown-menu-xxl-end[data-bs-popper]{right:0 /* rtl:ignore */;left:auto /* rtl:ignore */}}.dropup .dropdown-menu{top:auto;bottom:100%}.dropup .dropdown-menu[data-bs-popper]{margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu{top:0;right:auto;left:100%}.dropend .dropdown-menu[data-bs-popper]{margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu{top:0;right:100%;left:auto}.dropstart .dropdown-menu[data-bs-popper]{margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,0.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#7f1b27}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,0.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:hover,.dropdown-menu-dark .dropdown-item:focus{color:#fff;background-color:rgba(255,255,255,0.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#7f1b27}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,0.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.change-form #content-main>form .form-row .btn-group>.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group>.selector-chooseall,.change-form #content-main>form .form-row .btn-group>.selector-clearall,.passwordchange #content-main>form .form-row .btn-group>.selector-clearall,.change-form #content-main>form .submit-row .btn-group>input[type=submit],.passwordchange #content-main>form .submit-row .btn-group>input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group>.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group>.deletelink,.change-form #content-main>form .add-row .btn-group>a,.passwordchange #content-main>form .add-row .btn-group>a,.change-form #content-main>form .btn-group>.inline-deletelink,.passwordchange #content-main>form .btn-group>.inline-deletelink,.login #container .submit-row .btn-group>input,#content .object-tools .btn-group>a,.change-list #changelist-search .btn-group>input[type=submit],.change-list .btn-group>.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group>button,.paginator .btn-group>.showall,.paginator .btn-group>input,.delete-confirmation-content form .btn-group>input[type=submit],.delete-confirmation-content form .btn-group>.cancel-link,.actionresult #content>p .btn-group>a,.page-admindocs .admindocs-body .small .btn-group>a,.btn-group-vertical>.btn,.change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall,.change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall,.change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink,.change-form #content-main>form .add-row .btn-group-vertical>a,.passwordchange #content-main>form .add-row .btn-group-vertical>a,.change-form #content-main>form .btn-group-vertical>.inline-deletelink,.passwordchange #content-main>form .btn-group-vertical>.inline-deletelink,.login #container .submit-row .btn-group-vertical>input,#content .object-tools .btn-group-vertical>a,.change-list #changelist-search .btn-group-vertical>input[type=submit],.change-list .btn-group-vertical>.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group-vertical>button,.paginator .btn-group-vertical>.showall,.paginator .btn-group-vertical>input,.delete-confirmation-content form .btn-group-vertical>input[type=submit],.delete-confirmation-content form .btn-group-vertical>.cancel-link,.actionresult #content>p .btn-group-vertical>a,.page-admindocs .admindocs-body .small .btn-group-vertical>a{position:relative;flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.change-form #content-main>form .form-row .btn-group>.btn-check:checked+.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group>.btn-check:checked+.selector-chooseall,.change-form #content-main>form .form-row .btn-group>.btn-check:checked+.selector-clearall,.passwordchange #content-main>form .form-row .btn-group>.btn-check:checked+.selector-clearall,.change-form #content-main>form .submit-row .btn-group>.btn-check:checked+input[type=submit],.passwordchange #content-main>form .submit-row .btn-group>.btn-check:checked+input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group>.btn-check:checked+.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group>.btn-check:checked+.deletelink,.change-form #content-main>form .add-row .btn-group>.btn-check:checked+a,.passwordchange #content-main>form .add-row .btn-group>.btn-check:checked+a,.change-form #content-main>form .btn-group>.btn-check:checked+.inline-deletelink,.passwordchange #content-main>form .btn-group>.btn-check:checked+.inline-deletelink,.login #container .submit-row .btn-group>.btn-check:checked+input,#content .object-tools .btn-group>.btn-check:checked+a,.change-list #changelist-search .btn-group>.btn-check:checked+input[type=submit],.change-list .btn-group>.btn-check:checked+.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group>.btn-check:checked+button,.paginator .btn-group>.btn-check:checked+.showall,.paginator .btn-group>.btn-check:checked+input,.delete-confirmation-content form .btn-group>.btn-check:checked+input[type=submit],.delete-confirmation-content form .btn-group>.btn-check:checked+.cancel-link,.actionresult #content>p .btn-group>.btn-check:checked+a,.page-admindocs .admindocs-body .small .btn-group>.btn-check:checked+a,.btn-group>.btn-check:focus+.btn,.change-form #content-main>form .form-row .btn-group>.btn-check:focus+.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group>.btn-check:focus+.selector-chooseall,.change-form #content-main>form .form-row .btn-group>.btn-check:focus+.selector-clearall,.passwordchange #content-main>form .form-row .btn-group>.btn-check:focus+.selector-clearall,.change-form #content-main>form .submit-row .btn-group>.btn-check:focus+input[type=submit],.passwordchange #content-main>form .submit-row .btn-group>.btn-check:focus+input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group>.btn-check:focus+.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group>.btn-check:focus+.deletelink,.change-form #content-main>form .add-row .btn-group>.btn-check:focus+a,.passwordchange #content-main>form .add-row .btn-group>.btn-check:focus+a,.change-form #content-main>form .btn-group>.btn-check:focus+.inline-deletelink,.passwordchange #content-main>form .btn-group>.btn-check:focus+.inline-deletelink,.login #container .submit-row .btn-group>.btn-check:focus+input,#content .object-tools .btn-group>.btn-check:focus+a,.change-list #changelist-search .btn-group>.btn-check:focus+input[type=submit],.change-list .btn-group>.btn-check:focus+.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group>.btn-check:focus+button,.paginator .btn-group>.btn-check:focus+.showall,.paginator .btn-group>.btn-check:focus+input,.delete-confirmation-content form .btn-group>.btn-check:focus+input[type=submit],.delete-confirmation-content form .btn-group>.btn-check:focus+.cancel-link,.actionresult #content>p .btn-group>.btn-check:focus+a,.page-admindocs .admindocs-body .small .btn-group>.btn-check:focus+a,.btn-group>.btn:hover,.change-form #content-main>form .form-row .btn-group>.selector-chooseall:hover,.passwordchange #content-main>form .form-row .btn-group>.selector-chooseall:hover,.change-form #content-main>form .form-row .btn-group>.selector-clearall:hover,.passwordchange #content-main>form .form-row .btn-group>.selector-clearall:hover,.change-form #content-main>form .submit-row .btn-group>input:hover[type=submit],.passwordchange #content-main>form .submit-row .btn-group>input:hover[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group>.deletelink:hover,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group>.deletelink:hover,.change-form #content-main>form .add-row .btn-group>a:hover,.passwordchange #content-main>form .add-row .btn-group>a:hover,.change-form #content-main>form .btn-group>.inline-deletelink:hover,.passwordchange #content-main>form .btn-group>.inline-deletelink:hover,.login #container .submit-row .btn-group>input:hover,#content .object-tools .btn-group>a:hover,.change-list #changelist-search .btn-group>input:hover[type=submit],.change-list .btn-group>.changelist-filter-toggler:hover,.change-list #changelist-form .actions .btn-group>button:hover,.paginator .btn-group>.showall:hover,.paginator .btn-group>input:hover,.delete-confirmation-content form .btn-group>input:hover[type=submit],.delete-confirmation-content form .btn-group>.cancel-link:hover,.actionresult #content>p .btn-group>a:hover,.page-admindocs .admindocs-body .small .btn-group>a:hover,.btn-group>.btn:focus,.change-form #content-main>form .form-row .btn-group>.selector-chooseall:focus,.passwordchange #content-main>form .form-row .btn-group>.selector-chooseall:focus,.change-form #content-main>form .form-row .btn-group>.selector-clearall:focus,.passwordchange #content-main>form .form-row .btn-group>.selector-clearall:focus,.change-form #content-main>form .submit-row .btn-group>input:focus[type=submit],.passwordchange #content-main>form .submit-row .btn-group>input:focus[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group>.deletelink:focus,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group>.deletelink:focus,.change-form #content-main>form .add-row .btn-group>a:focus,.passwordchange #content-main>form .add-row .btn-group>a:focus,.change-form #content-main>form .btn-group>.inline-deletelink:focus,.passwordchange #content-main>form .btn-group>.inline-deletelink:focus,.login #container .submit-row .btn-group>input:focus,#content .object-tools .btn-group>a:focus,.change-list #changelist-search .btn-group>input:focus[type=submit],.change-list .btn-group>.changelist-filter-toggler:focus,.change-list #changelist-form .actions .btn-group>button:focus,.paginator .btn-group>.showall:focus,.paginator .btn-group>input:focus,.delete-confirmation-content form .btn-group>input:focus[type=submit],.delete-confirmation-content form .btn-group>.cancel-link:focus,.actionresult #content>p .btn-group>a:focus,.page-admindocs .admindocs-body .small .btn-group>a:focus,.btn-group>.btn:active,.change-form #content-main>form .form-row .btn-group>.selector-chooseall:active,.passwordchange #content-main>form .form-row .btn-group>.selector-chooseall:active,.change-form #content-main>form .form-row .btn-group>.selector-clearall:active,.passwordchange #content-main>form .form-row .btn-group>.selector-clearall:active,.change-form #content-main>form .submit-row .btn-group>input:active[type=submit],.passwordchange #content-main>form .submit-row .btn-group>input:active[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group>.deletelink:active,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group>.deletelink:active,.change-form #content-main>form .add-row .btn-group>a:active,.passwordchange #content-main>form .add-row .btn-group>a:active,.change-form #content-main>form .btn-group>.inline-deletelink:active,.passwordchange #content-main>form .btn-group>.inline-deletelink:active,.login #container .submit-row .btn-group>input:active,#content .object-tools .btn-group>a:active,.change-list #changelist-search .btn-group>input:active[type=submit],.change-list .btn-group>.changelist-filter-toggler:active,.change-list #changelist-form .actions .btn-group>button:active,.paginator .btn-group>.showall:active,.paginator .btn-group>input:active,.delete-confirmation-content form .btn-group>input:active[type=submit],.delete-confirmation-content form .btn-group>.cancel-link:active,.actionresult #content>p .btn-group>a:active,.page-admindocs .admindocs-body .small .btn-group>a:active,.btn-group>.btn.active,.change-form #content-main>form .form-row .btn-group>.active.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group>.active.selector-chooseall,.change-form #content-main>form .form-row .btn-group>.active.selector-clearall,.passwordchange #content-main>form .form-row .btn-group>.active.selector-clearall,.change-form #content-main>form .submit-row .btn-group>input.active[type=submit],.passwordchange #content-main>form .submit-row .btn-group>input.active[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group>.active.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group>.active.deletelink,.change-form #content-main>form .add-row .btn-group>a.active,.passwordchange #content-main>form .add-row .btn-group>a.active,.change-form #content-main>form .btn-group>.active.inline-deletelink,.passwordchange #content-main>form .btn-group>.active.inline-deletelink,.login #container .submit-row .btn-group>input.active,#content .object-tools .btn-group>a.active,.change-list #changelist-search .btn-group>input.active[type=submit],.change-list .btn-group>.active.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group>button.active,.paginator .btn-group>.active.showall,.paginator .btn-group>input.active,.delete-confirmation-content form .btn-group>input.active[type=submit],.delete-confirmation-content form .btn-group>.active.cancel-link,.actionresult #content>p .btn-group>a.active,.page-admindocs .admindocs-body .small .btn-group>a.active,.btn-group-vertical>.btn-check:checked+.btn,.change-form #content-main>form .form-row .btn-group-vertical>.btn-check:checked+.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group-vertical>.btn-check:checked+.selector-chooseall,.change-form #content-main>form .form-row .btn-group-vertical>.btn-check:checked+.selector-clearall,.passwordchange #content-main>form .form-row .btn-group-vertical>.btn-check:checked+.selector-clearall,.change-form #content-main>form .submit-row .btn-group-vertical>.btn-check:checked+input[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>.btn-check:checked+input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.btn-check:checked+.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.btn-check:checked+.deletelink,.change-form #content-main>form .add-row .btn-group-vertical>.btn-check:checked+a,.passwordchange #content-main>form .add-row .btn-group-vertical>.btn-check:checked+a,.change-form #content-main>form .btn-group-vertical>.btn-check:checked+.inline-deletelink,.passwordchange #content-main>form .btn-group-vertical>.btn-check:checked+.inline-deletelink,.login #container .submit-row .btn-group-vertical>.btn-check:checked+input,#content .object-tools .btn-group-vertical>.btn-check:checked+a,.change-list #changelist-search .btn-group-vertical>.btn-check:checked+input[type=submit],.change-list .btn-group-vertical>.btn-check:checked+.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group-vertical>.btn-check:checked+button,.paginator .btn-group-vertical>.btn-check:checked+.showall,.paginator .btn-group-vertical>.btn-check:checked+input,.delete-confirmation-content form .btn-group-vertical>.btn-check:checked+input[type=submit],.delete-confirmation-content form .btn-group-vertical>.btn-check:checked+.cancel-link,.actionresult #content>p .btn-group-vertical>.btn-check:checked+a,.page-admindocs .admindocs-body .small .btn-group-vertical>.btn-check:checked+a,.btn-group-vertical>.btn-check:focus+.btn,.change-form #content-main>form .form-row .btn-group-vertical>.btn-check:focus+.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group-vertical>.btn-check:focus+.selector-chooseall,.change-form #content-main>form .form-row .btn-group-vertical>.btn-check:focus+.selector-clearall,.passwordchange #content-main>form .form-row .btn-group-vertical>.btn-check:focus+.selector-clearall,.change-form #content-main>form .submit-row .btn-group-vertical>.btn-check:focus+input[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>.btn-check:focus+input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.btn-check:focus+.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.btn-check:focus+.deletelink,.change-form #content-main>form .add-row .btn-group-vertical>.btn-check:focus+a,.passwordchange #content-main>form .add-row .btn-group-vertical>.btn-check:focus+a,.change-form #content-main>form .btn-group-vertical>.btn-check:focus+.inline-deletelink,.passwordchange #content-main>form .btn-group-vertical>.btn-check:focus+.inline-deletelink,.login #container .submit-row .btn-group-vertical>.btn-check:focus+input,#content .object-tools .btn-group-vertical>.btn-check:focus+a,.change-list #changelist-search .btn-group-vertical>.btn-check:focus+input[type=submit],.change-list .btn-group-vertical>.btn-check:focus+.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group-vertical>.btn-check:focus+button,.paginator .btn-group-vertical>.btn-check:focus+.showall,.paginator .btn-group-vertical>.btn-check:focus+input,.delete-confirmation-content form .btn-group-vertical>.btn-check:focus+input[type=submit],.delete-confirmation-content form .btn-group-vertical>.btn-check:focus+.cancel-link,.actionresult #content>p .btn-group-vertical>.btn-check:focus+a,.page-admindocs .admindocs-body .small .btn-group-vertical>.btn-check:focus+a,.btn-group-vertical>.btn:hover,.change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall:hover,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall:hover,.change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall:hover,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall:hover,.change-form #content-main>form .submit-row .btn-group-vertical>input:hover[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>input:hover[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink:hover,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink:hover,.change-form #content-main>form .add-row .btn-group-vertical>a:hover,.passwordchange #content-main>form .add-row .btn-group-vertical>a:hover,.change-form #content-main>form .btn-group-vertical>.inline-deletelink:hover,.passwordchange #content-main>form .btn-group-vertical>.inline-deletelink:hover,.login #container .submit-row .btn-group-vertical>input:hover,#content .object-tools .btn-group-vertical>a:hover,.change-list #changelist-search .btn-group-vertical>input:hover[type=submit],.change-list .btn-group-vertical>.changelist-filter-toggler:hover,.change-list #changelist-form .actions .btn-group-vertical>button:hover,.paginator .btn-group-vertical>.showall:hover,.paginator .btn-group-vertical>input:hover,.delete-confirmation-content form .btn-group-vertical>input:hover[type=submit],.delete-confirmation-content form .btn-group-vertical>.cancel-link:hover,.actionresult #content>p .btn-group-vertical>a:hover,.page-admindocs .admindocs-body .small .btn-group-vertical>a:hover,.btn-group-vertical>.btn:focus,.change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall:focus,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall:focus,.change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall:focus,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall:focus,.change-form #content-main>form .submit-row .btn-group-vertical>input:focus[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>input:focus[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink:focus,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink:focus,.change-form #content-main>form .add-row .btn-group-vertical>a:focus,.passwordchange #content-main>form .add-row .btn-group-vertical>a:focus,.change-form #content-main>form .btn-group-vertical>.inline-deletelink:focus,.passwordchange #content-main>form .btn-group-vertical>.inline-deletelink:focus,.login #container .submit-row .btn-group-vertical>input:focus,#content .object-tools .btn-group-vertical>a:focus,.change-list #changelist-search .btn-group-vertical>input:focus[type=submit],.change-list .btn-group-vertical>.changelist-filter-toggler:focus,.change-list #changelist-form .actions .btn-group-vertical>button:focus,.paginator .btn-group-vertical>.showall:focus,.paginator .btn-group-vertical>input:focus,.delete-confirmation-content form .btn-group-vertical>input:focus[type=submit],.delete-confirmation-content form .btn-group-vertical>.cancel-link:focus,.actionresult #content>p .btn-group-vertical>a:focus,.page-admindocs .admindocs-body .small .btn-group-vertical>a:focus,.btn-group-vertical>.btn:active,.change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall:active,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall:active,.change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall:active,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall:active,.change-form #content-main>form .submit-row .btn-group-vertical>input:active[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>input:active[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink:active,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink:active,.change-form #content-main>form .add-row .btn-group-vertical>a:active,.passwordchange #content-main>form .add-row .btn-group-vertical>a:active,.change-form #content-main>form .btn-group-vertical>.inline-deletelink:active,.passwordchange #content-main>form .btn-group-vertical>.inline-deletelink:active,.login #container .submit-row .btn-group-vertical>input:active,#content .object-tools .btn-group-vertical>a:active,.change-list #changelist-search .btn-group-vertical>input:active[type=submit],.change-list .btn-group-vertical>.changelist-filter-toggler:active,.change-list #changelist-form .actions .btn-group-vertical>button:active,.paginator .btn-group-vertical>.showall:active,.paginator .btn-group-vertical>input:active,.delete-confirmation-content form .btn-group-vertical>input:active[type=submit],.delete-confirmation-content form .btn-group-vertical>.cancel-link:active,.actionresult #content>p .btn-group-vertical>a:active,.page-admindocs .admindocs-body .small .btn-group-vertical>a:active,.btn-group-vertical>.btn.active,.change-form #content-main>form .form-row .btn-group-vertical>.active.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group-vertical>.active.selector-chooseall,.change-form #content-main>form .form-row .btn-group-vertical>.active.selector-clearall,.passwordchange #content-main>form .form-row .btn-group-vertical>.active.selector-clearall,.change-form #content-main>form .submit-row .btn-group-vertical>input.active[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>input.active[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.active.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.active.deletelink,.change-form #content-main>form .add-row .btn-group-vertical>a.active,.passwordchange #content-main>form .add-row .btn-group-vertical>a.active,.change-form #content-main>form .btn-group-vertical>.active.inline-deletelink,.passwordchange #content-main>form .btn-group-vertical>.active.inline-deletelink,.login #container .submit-row .btn-group-vertical>input.active,#content .object-tools .btn-group-vertical>a.active,.change-list #changelist-search .btn-group-vertical>input.active[type=submit],.change-list .btn-group-vertical>.active.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group-vertical>button.active,.paginator .btn-group-vertical>.active.showall,.paginator .btn-group-vertical>input.active,.delete-confirmation-content form .btn-group-vertical>input.active[type=submit],.delete-confirmation-content form .btn-group-vertical>.active.cancel-link,.actionresult #content>p .btn-group-vertical>a.active,.page-admindocs .admindocs-body .small .btn-group-vertical>a.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:not(:first-child),.change-form #content-main>form .form-row .btn-group>.selector-chooseall:not(:first-child),.passwordchange #content-main>form .form-row .btn-group>.selector-chooseall:not(:first-child),.change-form #content-main>form .form-row .btn-group>.selector-clearall:not(:first-child),.passwordchange #content-main>form .form-row .btn-group>.selector-clearall:not(:first-child),.change-form #content-main>form .submit-row .btn-group>input:not(:first-child)[type=submit],.passwordchange #content-main>form .submit-row .btn-group>input:not(:first-child)[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group>.deletelink:not(:first-child),.passwordchange #content-main>form .submit-row .deletelink-box .btn-group>.deletelink:not(:first-child),.change-form #content-main>form .add-row .btn-group>a:not(:first-child),.passwordchange #content-main>form .add-row .btn-group>a:not(:first-child),.change-form #content-main>form .btn-group>.inline-deletelink:not(:first-child),.passwordchange #content-main>form .btn-group>.inline-deletelink:not(:first-child),.login #container .submit-row .btn-group>input:not(:first-child),#content .object-tools .btn-group>a:not(:first-child),.change-list #changelist-search .btn-group>input:not(:first-child)[type=submit],.change-list .btn-group>.changelist-filter-toggler:not(:first-child),.change-list #changelist-form .actions .btn-group>button:not(:first-child),.paginator .btn-group>.showall:not(:first-child),.paginator .btn-group>input:not(:first-child),.delete-confirmation-content form .btn-group>input:not(:first-child)[type=submit],.delete-confirmation-content form .btn-group>.cancel-link:not(:first-child),.actionresult #content>p .btn-group>a:not(:first-child),.page-admindocs .admindocs-body .small .btn-group>a:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:-1px}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.change-form #content-main>form .form-row .btn-group>.selector-chooseall:not(:last-child):not(.dropdown-toggle),.passwordchange #content-main>form .form-row .btn-group>.selector-chooseall:not(:last-child):not(.dropdown-toggle),.change-form #content-main>form .form-row .btn-group>.selector-clearall:not(:last-child):not(.dropdown-toggle),.passwordchange #content-main>form .form-row .btn-group>.selector-clearall:not(:last-child):not(.dropdown-toggle),.change-form #content-main>form .submit-row .btn-group>input:not(:last-child):not(.dropdown-toggle)[type=submit],.passwordchange #content-main>form .submit-row .btn-group>input:not(:last-child):not(.dropdown-toggle)[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group>.deletelink:not(:last-child):not(.dropdown-toggle),.passwordchange #content-main>form .submit-row .deletelink-box .btn-group>.deletelink:not(:last-child):not(.dropdown-toggle),.change-form #content-main>form .add-row .btn-group>a:not(:last-child):not(.dropdown-toggle),.passwordchange #content-main>form .add-row .btn-group>a:not(:last-child):not(.dropdown-toggle),.change-form #content-main>form .btn-group>.inline-deletelink:not(:last-child):not(.dropdown-toggle),.passwordchange #content-main>form .btn-group>.inline-deletelink:not(:last-child):not(.dropdown-toggle),.login #container .submit-row .btn-group>input:not(:last-child):not(.dropdown-toggle),#content .object-tools .btn-group>a:not(:last-child):not(.dropdown-toggle),.change-list #changelist-search .btn-group>input:not(:last-child):not(.dropdown-toggle)[type=submit],.change-list .btn-group>.changelist-filter-toggler:not(:last-child):not(.dropdown-toggle),.change-list #changelist-form .actions .btn-group>button:not(:last-child):not(.dropdown-toggle),.paginator .btn-group>.showall:not(:last-child):not(.dropdown-toggle),.paginator .btn-group>input:not(:last-child):not(.dropdown-toggle),.delete-confirmation-content form .btn-group>input:not(:last-child):not(.dropdown-toggle)[type=submit],.delete-confirmation-content form .btn-group>.cancel-link:not(:last-child):not(.dropdown-toggle),.actionresult #content>p .btn-group>a:not(:last-child):not(.dropdown-toggle),.page-admindocs .admindocs-body .small .btn-group>a:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn,.change-form #content-main>form .form-row .btn-group>.btn-group:not(:last-child)>.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group>.btn-group:not(:last-child)>.selector-chooseall,.change-form #content-main>form .form-row .btn-group>.btn-group:not(:last-child)>.selector-clearall,.passwordchange #content-main>form .form-row .btn-group>.btn-group:not(:last-child)>.selector-clearall,.change-form #content-main>form .submit-row .btn-group>.btn-group:not(:last-child)>input[type=submit],.passwordchange #content-main>form .submit-row .btn-group>.btn-group:not(:last-child)>input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group>.btn-group:not(:last-child)>.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group>.btn-group:not(:last-child)>.deletelink,.change-form #content-main>form .add-row .btn-group>.btn-group:not(:last-child)>a,.passwordchange #content-main>form .add-row .btn-group>.btn-group:not(:last-child)>a,.change-form #content-main>form .btn-group>.btn-group:not(:last-child)>.inline-deletelink,.passwordchange #content-main>form .btn-group>.btn-group:not(:last-child)>.inline-deletelink,.login #container .submit-row .btn-group>.btn-group:not(:last-child)>input,#content .object-tools .btn-group>.btn-group:not(:last-child)>a,.change-list #changelist-search .btn-group>.btn-group:not(:last-child)>input[type=submit],.change-list .btn-group>.btn-group:not(:last-child)>.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group>.btn-group:not(:last-child)>button,.paginator .btn-group>.btn-group:not(:last-child)>.showall,.paginator .btn-group>.btn-group:not(:last-child)>input,.delete-confirmation-content form .btn-group>.btn-group:not(:last-child)>input[type=submit],.delete-confirmation-content form .btn-group>.btn-group:not(:last-child)>.cancel-link,.actionresult #content>p .btn-group>.btn-group:not(:last-child)>a,.page-admindocs .admindocs-body .small .btn-group>.btn-group:not(:last-child)>a{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.change-form #content-main>form .form-row .btn-group>.selector-chooseall:nth-child(n+3),.passwordchange #content-main>form .form-row .btn-group>.selector-chooseall:nth-child(n+3),.change-form #content-main>form .form-row .btn-group>.selector-clearall:nth-child(n+3),.passwordchange #content-main>form .form-row .btn-group>.selector-clearall:nth-child(n+3),.change-form #content-main>form .submit-row .btn-group>input:nth-child(n+3)[type=submit],.passwordchange #content-main>form .submit-row .btn-group>input:nth-child(n+3)[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group>.deletelink:nth-child(n+3),.passwordchange #content-main>form .submit-row .deletelink-box .btn-group>.deletelink:nth-child(n+3),.change-form #content-main>form .add-row .btn-group>a:nth-child(n+3),.passwordchange #content-main>form .add-row .btn-group>a:nth-child(n+3),.change-form #content-main>form .btn-group>.inline-deletelink:nth-child(n+3),.passwordchange #content-main>form .btn-group>.inline-deletelink:nth-child(n+3),.login #container .submit-row .btn-group>input:nth-child(n+3),#content .object-tools .btn-group>a:nth-child(n+3),.change-list #changelist-search .btn-group>input:nth-child(n+3)[type=submit],.change-list .btn-group>.changelist-filter-toggler:nth-child(n+3),.change-list #changelist-form .actions .btn-group>button:nth-child(n+3),.paginator .btn-group>.showall:nth-child(n+3),.paginator .btn-group>input:nth-child(n+3),.delete-confirmation-content form .btn-group>input:nth-child(n+3)[type=submit],.delete-confirmation-content form .btn-group>.cancel-link:nth-child(n+3),.actionresult #content>p .btn-group>a:nth-child(n+3),.page-admindocs .admindocs-body .small .btn-group>a:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.change-form #content-main>form .form-row .btn-group>:not(.btn-check)+.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group>:not(.btn-check)+.selector-chooseall,.change-form #content-main>form .form-row .btn-group>:not(.btn-check)+.selector-clearall,.passwordchange #content-main>form .form-row .btn-group>:not(.btn-check)+.selector-clearall,.change-form #content-main>form .submit-row .btn-group>:not(.btn-check)+input[type=submit],.passwordchange #content-main>form .submit-row .btn-group>:not(.btn-check)+input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group>:not(.btn-check)+.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group>:not(.btn-check)+.deletelink,.change-form #content-main>form .add-row .btn-group>:not(.btn-check)+a,.passwordchange #content-main>form .add-row .btn-group>:not(.btn-check)+a,.change-form #content-main>form .btn-group>:not(.btn-check)+.inline-deletelink,.passwordchange #content-main>form .btn-group>:not(.btn-check)+.inline-deletelink,.login #container .submit-row .btn-group>:not(.btn-check)+input,#content .object-tools .btn-group>:not(.btn-check)+a,.change-list #changelist-search .btn-group>:not(.btn-check)+input[type=submit],.change-list .btn-group>:not(.btn-check)+.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group>:not(.btn-check)+button,.paginator .btn-group>:not(.btn-check)+.showall,.paginator .btn-group>:not(.btn-check)+input,.delete-confirmation-content form .btn-group>:not(.btn-check)+input[type=submit],.delete-confirmation-content form .btn-group>:not(.btn-check)+.cancel-link,.actionresult #content>p .btn-group>:not(.btn-check)+a,.page-admindocs .admindocs-body .small .btn-group>:not(.btn-check)+a,.btn-group>.btn-group:not(:first-child)>.btn,.change-form #content-main>form .form-row .btn-group>.btn-group:not(:first-child)>.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group>.btn-group:not(:first-child)>.selector-chooseall,.change-form #content-main>form .form-row .btn-group>.btn-group:not(:first-child)>.selector-clearall,.passwordchange #content-main>form .form-row .btn-group>.btn-group:not(:first-child)>.selector-clearall,.change-form #content-main>form .submit-row .btn-group>.btn-group:not(:first-child)>input[type=submit],.passwordchange #content-main>form .submit-row .btn-group>.btn-group:not(:first-child)>input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group>.btn-group:not(:first-child)>.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group>.btn-group:not(:first-child)>.deletelink,.change-form #content-main>form .add-row .btn-group>.btn-group:not(:first-child)>a,.passwordchange #content-main>form .add-row .btn-group>.btn-group:not(:first-child)>a,.change-form #content-main>form .btn-group>.btn-group:not(:first-child)>.inline-deletelink,.passwordchange #content-main>form .btn-group>.btn-group:not(:first-child)>.inline-deletelink,.login #container .submit-row .btn-group>.btn-group:not(:first-child)>input,#content .object-tools .btn-group>.btn-group:not(:first-child)>a,.change-list #changelist-search .btn-group>.btn-group:not(:first-child)>input[type=submit],.change-list .btn-group>.btn-group:not(:first-child)>.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group>.btn-group:not(:first-child)>button,.paginator .btn-group>.btn-group:not(:first-child)>.showall,.paginator .btn-group>.btn-group:not(:first-child)>input,.delete-confirmation-content form .btn-group>.btn-group:not(:first-child)>input[type=submit],.delete-confirmation-content form .btn-group>.btn-group:not(:first-child)>.cancel-link,.actionresult #content>p .btn-group>.btn-group:not(:first-child)>a,.page-admindocs .admindocs-body .small .btn-group>.btn-group:not(:first-child)>a{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split,.change-form #content-main>form .form-row .btn-group-sm>.selector-chooseall+.dropdown-toggle-split,.passwordchange #content-main>form .form-row .btn-group-sm>.selector-chooseall+.dropdown-toggle-split,.change-form #content-main>form .form-row .btn-group-sm>.selector-clearall+.dropdown-toggle-split,.passwordchange #content-main>form .form-row .btn-group-sm>.selector-clearall+.dropdown-toggle-split,.change-form #content-main>form .submit-row .btn-group-sm>input[type=submit]+.dropdown-toggle-split,.passwordchange #content-main>form .submit-row .btn-group-sm>input[type=submit]+.dropdown-toggle-split,.change-form #content-main>form .submit-row .deletelink-box .btn-group-sm>.deletelink+.dropdown-toggle-split,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-sm>.deletelink+.dropdown-toggle-split,.change-form #content-main>form .add-row .btn-group-sm>a+.dropdown-toggle-split,.passwordchange #content-main>form .add-row .btn-group-sm>a+.dropdown-toggle-split,.change-form #content-main>form .btn-group-sm>.inline-deletelink+.dropdown-toggle-split,.passwordchange #content-main>form .btn-group-sm>.inline-deletelink+.dropdown-toggle-split,.login #container .submit-row .btn-group-sm>input+.dropdown-toggle-split,#content .object-tools .btn-group-sm>a+.dropdown-toggle-split,.change-list #changelist-search .btn-group-sm>input[type=submit]+.dropdown-toggle-split,.change-list .btn-group-sm>.changelist-filter-toggler+.dropdown-toggle-split,.change-list #changelist-form .actions .btn-group-sm>button+.dropdown-toggle-split,.paginator .btn-group-sm>.showall+.dropdown-toggle-split,.paginator .btn-group-sm>input+.dropdown-toggle-split,.delete-confirmation-content form .btn-group-sm>input[type=submit]+.dropdown-toggle-split,.delete-confirmation-content form .btn-group-sm>.cancel-link+.dropdown-toggle-split,.actionresult #content>p .btn-group-sm>a+.dropdown-toggle-split,.page-admindocs .admindocs-body .small .btn-group-sm>a+.dropdown-toggle-split,.change-list #changelist-search input[type=submit]+.dropdown-toggle-split,.change-list #changelist-form .actions button+.dropdown-toggle-split,.change-list .admindatefilter input[type=\'submit\']+.dropdown-toggle-split,.change-list .admindatefilter input[type=\'reset\']+.dropdown-toggle-split,.paginator .showall+.dropdown-toggle-split,.page-admindocs .admindocs-body .small a+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split,.change-form #content-main>form .form-row .btn-group-lg>.selector-chooseall+.dropdown-toggle-split,.passwordchange #content-main>form .form-row .btn-group-lg>.selector-chooseall+.dropdown-toggle-split,.change-form #content-main>form .form-row .btn-group-lg>.selector-clearall+.dropdown-toggle-split,.passwordchange #content-main>form .form-row .btn-group-lg>.selector-clearall+.dropdown-toggle-split,.change-form #content-main>form .submit-row .btn-group-lg>input[type=submit]+.dropdown-toggle-split,.passwordchange #content-main>form .submit-row .btn-group-lg>input[type=submit]+.dropdown-toggle-split,.change-form #content-main>form .submit-row .deletelink-box .btn-group-lg>.deletelink+.dropdown-toggle-split,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-lg>.deletelink+.dropdown-toggle-split,.change-form #content-main>form .add-row .btn-group-lg>a+.dropdown-toggle-split,.passwordchange #content-main>form .add-row .btn-group-lg>a+.dropdown-toggle-split,.change-form #content-main>form .btn-group-lg>.inline-deletelink+.dropdown-toggle-split,.passwordchange #content-main>form .btn-group-lg>.inline-deletelink+.dropdown-toggle-split,.login #container .submit-row .btn-group-lg>input+.dropdown-toggle-split,#content .object-tools .btn-group-lg>a+.dropdown-toggle-split,.change-list #changelist-search .btn-group-lg>input[type=submit]+.dropdown-toggle-split,.change-list .btn-group-lg>.changelist-filter-toggler+.dropdown-toggle-split,.change-list #changelist-form .actions .btn-group-lg>button+.dropdown-toggle-split,.paginator .btn-group-lg>.showall+.dropdown-toggle-split,.paginator .btn-group-lg>input+.dropdown-toggle-split,.delete-confirmation-content form .btn-group-lg>input[type=submit]+.dropdown-toggle-split,.delete-confirmation-content form .btn-group-lg>.cancel-link+.dropdown-toggle-split,.actionresult #content>p .btn-group-lg>a+.dropdown-toggle-split,.page-admindocs .admindocs-body .small .btn-group-lg>a+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall,.change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall,.change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink,.change-form #content-main>form .add-row .btn-group-vertical>a,.passwordchange #content-main>form .add-row .btn-group-vertical>a,.change-form #content-main>form .btn-group-vertical>.inline-deletelink,.passwordchange #content-main>form .btn-group-vertical>.inline-deletelink,.login #container .submit-row .btn-group-vertical>input,#content .object-tools .btn-group-vertical>a,.change-list #changelist-search .btn-group-vertical>input[type=submit],.change-list .btn-group-vertical>.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group-vertical>button,.paginator .btn-group-vertical>.showall,.paginator .btn-group-vertical>input,.delete-confirmation-content form .btn-group-vertical>input[type=submit],.delete-confirmation-content form .btn-group-vertical>.cancel-link,.actionresult #content>p .btn-group-vertical>a,.page-admindocs .admindocs-body .small .btn-group-vertical>a,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall:not(:first-child),.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall:not(:first-child),.change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall:not(:first-child),.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall:not(:first-child),.change-form #content-main>form .submit-row .btn-group-vertical>input:not(:first-child)[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>input:not(:first-child)[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink:not(:first-child),.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink:not(:first-child),.change-form #content-main>form .add-row .btn-group-vertical>a:not(:first-child),.passwordchange #content-main>form .add-row .btn-group-vertical>a:not(:first-child),.change-form #content-main>form .btn-group-vertical>.inline-deletelink:not(:first-child),.passwordchange #content-main>form .btn-group-vertical>.inline-deletelink:not(:first-child),.login #container .submit-row .btn-group-vertical>input:not(:first-child),#content .object-tools .btn-group-vertical>a:not(:first-child),.change-list #changelist-search .btn-group-vertical>input:not(:first-child)[type=submit],.change-list .btn-group-vertical>.changelist-filter-toggler:not(:first-child),.change-list #changelist-form .actions .btn-group-vertical>button:not(:first-child),.paginator .btn-group-vertical>.showall:not(:first-child),.paginator .btn-group-vertical>input:not(:first-child),.delete-confirmation-content form .btn-group-vertical>input:not(:first-child)[type=submit],.delete-confirmation-content form .btn-group-vertical>.cancel-link:not(:first-child),.actionresult #content>p .btn-group-vertical>a:not(:first-child),.page-admindocs .admindocs-body .small .btn-group-vertical>a:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall:not(:last-child):not(.dropdown-toggle),.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall:not(:last-child):not(.dropdown-toggle),.change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall:not(:last-child):not(.dropdown-toggle),.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall:not(:last-child):not(.dropdown-toggle),.change-form #content-main>form .submit-row .btn-group-vertical>input:not(:last-child):not(.dropdown-toggle)[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>input:not(:last-child):not(.dropdown-toggle)[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink:not(:last-child):not(.dropdown-toggle),.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink:not(:last-child):not(.dropdown-toggle),.change-form #content-main>form .add-row .btn-group-vertical>a:not(:last-child):not(.dropdown-toggle),.passwordchange #content-main>form .add-row .btn-group-vertical>a:not(:last-child):not(.dropdown-toggle),.change-form #content-main>form .btn-group-vertical>.inline-deletelink:not(:last-child):not(.dropdown-toggle),.passwordchange #content-main>form .btn-group-vertical>.inline-deletelink:not(:last-child):not(.dropdown-toggle),.login #container .submit-row .btn-group-vertical>input:not(:last-child):not(.dropdown-toggle),#content .object-tools .btn-group-vertical>a:not(:last-child):not(.dropdown-toggle),.change-list #changelist-search .btn-group-vertical>input:not(:last-child):not(.dropdown-toggle)[type=submit],.change-list .btn-group-vertical>.changelist-filter-toggler:not(:last-child):not(.dropdown-toggle),.change-list #changelist-form .actions .btn-group-vertical>button:not(:last-child):not(.dropdown-toggle),.paginator .btn-group-vertical>.showall:not(:last-child):not(.dropdown-toggle),.paginator .btn-group-vertical>input:not(:last-child):not(.dropdown-toggle),.delete-confirmation-content form .btn-group-vertical>input:not(:last-child):not(.dropdown-toggle)[type=submit],.delete-confirmation-content form .btn-group-vertical>.cancel-link:not(:last-child):not(.dropdown-toggle),.actionresult #content>p .btn-group-vertical>a:not(:last-child):not(.dropdown-toggle),.page-admindocs .admindocs-body .small .btn-group-vertical>a:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn,.change-form #content-main>form .form-row .btn-group-vertical>.btn-group:not(:last-child)>.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group-vertical>.btn-group:not(:last-child)>.selector-chooseall,.change-form #content-main>form .form-row .btn-group-vertical>.btn-group:not(:last-child)>.selector-clearall,.passwordchange #content-main>form .form-row .btn-group-vertical>.btn-group:not(:last-child)>.selector-clearall,.change-form #content-main>form .submit-row .btn-group-vertical>.btn-group:not(:last-child)>input[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>.btn-group:not(:last-child)>input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.btn-group:not(:last-child)>.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.btn-group:not(:last-child)>.deletelink,.change-form #content-main>form .add-row .btn-group-vertical>.btn-group:not(:last-child)>a,.passwordchange #content-main>form .add-row .btn-group-vertical>.btn-group:not(:last-child)>a,.change-form #content-main>form .btn-group-vertical>.btn-group:not(:last-child)>.inline-deletelink,.passwordchange #content-main>form .btn-group-vertical>.btn-group:not(:last-child)>.inline-deletelink,.login #container .submit-row .btn-group-vertical>.btn-group:not(:last-child)>input,#content .object-tools .btn-group-vertical>.btn-group:not(:last-child)>a,.change-list #changelist-search .btn-group-vertical>.btn-group:not(:last-child)>input[type=submit],.change-list .btn-group-vertical>.btn-group:not(:last-child)>.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group-vertical>.btn-group:not(:last-child)>button,.paginator .btn-group-vertical>.btn-group:not(:last-child)>.showall,.paginator .btn-group-vertical>.btn-group:not(:last-child)>input,.delete-confirmation-content form .btn-group-vertical>.btn-group:not(:last-child)>input[type=submit],.delete-confirmation-content form .btn-group-vertical>.btn-group:not(:last-child)>.cancel-link,.actionresult #content>p .btn-group-vertical>.btn-group:not(:last-child)>a,.page-admindocs .admindocs-body .small .btn-group-vertical>.btn-group:not(:last-child)>a{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn ~ .btn,.change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .btn,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .btn,.change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .btn,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .btn,.change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .btn,.passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .btn,.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .btn,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .btn,.change-form #content-main>form .add-row .btn-group-vertical>a ~ .btn,.passwordchange #content-main>form .add-row .btn-group-vertical>a ~ .btn,.change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ .btn,.passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ .btn,.login #container .submit-row .btn-group-vertical>input ~ .btn,#content .object-tools .btn-group-vertical>a ~ .btn,.change-list #changelist-search .btn-group-vertical>input[type=submit] ~ .btn,.change-list .btn-group-vertical>.changelist-filter-toggler ~ .btn,.change-list #changelist-form .actions .btn-group-vertical>button ~ .btn,.paginator .btn-group-vertical>.showall ~ .btn,.paginator .btn-group-vertical>input ~ .btn,.delete-confirmation-content form .btn-group-vertical>input[type=submit] ~ .btn,.delete-confirmation-content form .btn-group-vertical>.cancel-link ~ .btn,.actionresult #content>p .btn-group-vertical>a ~ .btn,.page-admindocs .admindocs-body .small .btn-group-vertical>a ~ .btn,.change-form #content-main>form .form-row .btn-group-vertical>.btn ~ .selector-chooseall,.change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .selector-chooseall,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .selector-chooseall,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .selector-chooseall,.change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .selector-chooseall,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .selector-chooseall,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .selector-chooseall,.change-form #content-main>form .submit-row .form-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.change-form #content-main>form .form-row .submit-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.passwordchange .change-form #content-main>form .submit-row .form-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.change-form .passwordchange #content-main>form .submit-row .form-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.passwordchange .change-form #content-main>form .form-row .submit-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.change-form .passwordchange #content-main>form .form-row .submit-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.change-form #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.deletelink ~ .selector-chooseall,.change-form #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .selector-chooseall,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.deletelink ~ .selector-chooseall,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.deletelink ~ .selector-chooseall,.passwordchange .change-form #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .selector-chooseall,.change-form .passwordchange #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .selector-chooseall,.change-form #content-main>form .add-row .form-row .btn-group-vertical>a ~ .selector-chooseall,.change-form #content-main>form .form-row .add-row .btn-group-vertical>a ~ .selector-chooseall,.passwordchange .change-form #content-main>form .add-row .form-row .btn-group-vertical>a ~ .selector-chooseall,.change-form .passwordchange #content-main>form .add-row .form-row .btn-group-vertical>a ~ .selector-chooseall,.passwordchange .change-form #content-main>form .form-row .add-row .btn-group-vertical>a ~ .selector-chooseall,.change-form .passwordchange #content-main>form .form-row .add-row .btn-group-vertical>a ~ .selector-chooseall,.change-form #content-main>form .form-row .btn-group-vertical>.inline-deletelink ~ .selector-chooseall,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.inline-deletelink ~ .selector-chooseall,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.inline-deletelink ~ .selector-chooseall,.login #container .submit-row .change-form #content-main>form .form-row .btn-group-vertical>input ~ .selector-chooseall,.change-form #content-main>form .form-row .login #container .submit-row .btn-group-vertical>input ~ .selector-chooseall,#content .object-tools .change-form #content-main>form .form-row .btn-group-vertical>a ~ .selector-chooseall,.change-form #content-main>form .form-row #content .object-tools .btn-group-vertical>a ~ .selector-chooseall,.change-list #changelist-search .change-form #content-main>form .form-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.change-form #content-main>form .form-row .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.change-list .change-form #content-main>form .form-row .btn-group-vertical>.changelist-filter-toggler ~ .selector-chooseall,.change-form #content-main>form .form-row .change-list .btn-group-vertical>.changelist-filter-toggler ~ .selector-chooseall,.change-list #changelist-form .actions .change-form #content-main>form .form-row .btn-group-vertical>button ~ .selector-chooseall,.change-form #content-main>form .form-row .change-list #changelist-form .actions .btn-group-vertical>button ~ .selector-chooseall,.paginator .change-form #content-main>form .form-row .btn-group-vertical>.showall ~ .selector-chooseall,.change-form #content-main>form .form-row .paginator .btn-group-vertical>.showall ~ .selector-chooseall,.paginator .change-form #content-main>form .form-row .btn-group-vertical>input ~ .selector-chooseall,.change-form #content-main>form .form-row .paginator .btn-group-vertical>input ~ .selector-chooseall,.delete-confirmation-content .change-form #content-main>form .form-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.change-form .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.delete-confirmation-content .change-form #content-main>form .form-row .btn-group-vertical>.cancel-link ~ .selector-chooseall,.change-form .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>.cancel-link ~ .selector-chooseall,.actionresult #content>p .change-form #content-main>form .form-row .btn-group-vertical>a ~ .selector-chooseall,.change-form #content-main>form .form-row .actionresult #content>p .btn-group-vertical>a ~ .selector-chooseall,.page-admindocs .admindocs-body .small .change-form #content-main>form .form-row .btn-group-vertical>a ~ .selector-chooseall,.change-form #content-main>form .form-row .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ .selector-chooseall,.passwordchange #content-main>form .form-row .btn-group-vertical>.btn ~ .selector-chooseall,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .selector-chooseall,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .selector-chooseall,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .selector-chooseall,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .selector-chooseall,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .selector-chooseall,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .selector-chooseall,.change-form .passwordchange #content-main>form .submit-row .form-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.passwordchange .change-form #content-main>form .submit-row .form-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.change-form .passwordchange #content-main>form .form-row .submit-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.passwordchange .change-form #content-main>form .form-row .submit-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.passwordchange #content-main>form .submit-row .form-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.passwordchange #content-main>form .form-row .submit-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.deletelink ~ .selector-chooseall,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.deletelink ~ .selector-chooseall,.change-form .passwordchange #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .selector-chooseall,.passwordchange .change-form #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .selector-chooseall,.passwordchange #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.deletelink ~ .selector-chooseall,.passwordchange #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .selector-chooseall,.change-form .passwordchange #content-main>form .add-row .form-row .btn-group-vertical>a ~ .selector-chooseall,.passwordchange .change-form #content-main>form .add-row .form-row .btn-group-vertical>a ~ .selector-chooseall,.change-form .passwordchange #content-main>form .form-row .add-row .btn-group-vertical>a ~ .selector-chooseall,.passwordchange .change-form #content-main>form .form-row .add-row .btn-group-vertical>a ~ .selector-chooseall,.passwordchange #content-main>form .add-row .form-row .btn-group-vertical>a ~ .selector-chooseall,.passwordchange #content-main>form .form-row .add-row .btn-group-vertical>a ~ .selector-chooseall,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.inline-deletelink ~ .selector-chooseall,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.inline-deletelink ~ .selector-chooseall,.passwordchange #content-main>form .form-row .btn-group-vertical>.inline-deletelink ~ .selector-chooseall,.login #container .submit-row .passwordchange #content-main>form .form-row .btn-group-vertical>input ~ .selector-chooseall,.passwordchange #content-main>form .form-row .login #container .submit-row .btn-group-vertical>input ~ .selector-chooseall,#content .object-tools .passwordchange #content-main>form .form-row .btn-group-vertical>a ~ .selector-chooseall,.passwordchange #content-main>form .form-row #content .object-tools .btn-group-vertical>a ~ .selector-chooseall,.change-list #changelist-search .passwordchange #content-main>form .form-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.passwordchange #content-main>form .form-row .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.change-list .passwordchange #content-main>form .form-row .btn-group-vertical>.changelist-filter-toggler ~ .selector-chooseall,.passwordchange #content-main>form .form-row .change-list .btn-group-vertical>.changelist-filter-toggler ~ .selector-chooseall,.change-list #changelist-form .actions .passwordchange #content-main>form .form-row .btn-group-vertical>button ~ .selector-chooseall,.passwordchange #content-main>form .form-row .change-list #changelist-form .actions .btn-group-vertical>button ~ .selector-chooseall,.paginator .passwordchange #content-main>form .form-row .btn-group-vertical>.showall ~ .selector-chooseall,.passwordchange #content-main>form .form-row .paginator .btn-group-vertical>.showall ~ .selector-chooseall,.paginator .passwordchange #content-main>form .form-row .btn-group-vertical>input ~ .selector-chooseall,.passwordchange #content-main>form .form-row .paginator .btn-group-vertical>input ~ .selector-chooseall,.delete-confirmation-content .passwordchange #content-main>form .form-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.passwordchange .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>input[type=submit] ~ .selector-chooseall,.delete-confirmation-content .passwordchange #content-main>form .form-row .btn-group-vertical>.cancel-link ~ .selector-chooseall,.passwordchange .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>.cancel-link ~ .selector-chooseall,.actionresult #content>p .passwordchange #content-main>form .form-row .btn-group-vertical>a ~ .selector-chooseall,.passwordchange #content-main>form .form-row .actionresult #content>p .btn-group-vertical>a ~ .selector-chooseall,.page-admindocs .admindocs-body .small .passwordchange #content-main>form .form-row .btn-group-vertical>a ~ .selector-chooseall,.passwordchange #content-main>form .form-row .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ .selector-chooseall,.change-form #content-main>form .form-row .btn-group-vertical>.btn ~ .selector-clearall,.change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .selector-clearall,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .selector-clearall,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .selector-clearall,.change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .selector-clearall,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .selector-clearall,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .selector-clearall,.change-form #content-main>form .submit-row .form-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.change-form #content-main>form .form-row .submit-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.passwordchange .change-form #content-main>form .submit-row .form-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.change-form .passwordchange #content-main>form .submit-row .form-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.passwordchange .change-form #content-main>form .form-row .submit-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.change-form .passwordchange #content-main>form .form-row .submit-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.change-form #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.deletelink ~ .selector-clearall,.change-form #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .selector-clearall,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.deletelink ~ .selector-clearall,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.deletelink ~ .selector-clearall,.passwordchange .change-form #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .selector-clearall,.change-form .passwordchange #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .selector-clearall,.change-form #content-main>form .add-row .form-row .btn-group-vertical>a ~ .selector-clearall,.change-form #content-main>form .form-row .add-row .btn-group-vertical>a ~ .selector-clearall,.passwordchange .change-form #content-main>form .add-row .form-row .btn-group-vertical>a ~ .selector-clearall,.change-form .passwordchange #content-main>form .add-row .form-row .btn-group-vertical>a ~ .selector-clearall,.passwordchange .change-form #content-main>form .form-row .add-row .btn-group-vertical>a ~ .selector-clearall,.change-form .passwordchange #content-main>form .form-row .add-row .btn-group-vertical>a ~ .selector-clearall,.change-form #content-main>form .form-row .btn-group-vertical>.inline-deletelink ~ .selector-clearall,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.inline-deletelink ~ .selector-clearall,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.inline-deletelink ~ .selector-clearall,.login #container .submit-row .change-form #content-main>form .form-row .btn-group-vertical>input ~ .selector-clearall,.change-form #content-main>form .form-row .login #container .submit-row .btn-group-vertical>input ~ .selector-clearall,#content .object-tools .change-form #content-main>form .form-row .btn-group-vertical>a ~ .selector-clearall,.change-form #content-main>form .form-row #content .object-tools .btn-group-vertical>a ~ .selector-clearall,.change-list #changelist-search .change-form #content-main>form .form-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.change-form #content-main>form .form-row .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ .selector-clearall,.change-list .change-form #content-main>form .form-row .btn-group-vertical>.changelist-filter-toggler ~ .selector-clearall,.change-form #content-main>form .form-row .change-list .btn-group-vertical>.changelist-filter-toggler ~ .selector-clearall,.change-list #changelist-form .actions .change-form #content-main>form .form-row .btn-group-vertical>button ~ .selector-clearall,.change-form #content-main>form .form-row .change-list #changelist-form .actions .btn-group-vertical>button ~ .selector-clearall,.paginator .change-form #content-main>form .form-row .btn-group-vertical>.showall ~ .selector-clearall,.change-form #content-main>form .form-row .paginator .btn-group-vertical>.showall ~ .selector-clearall,.paginator .change-form #content-main>form .form-row .btn-group-vertical>input ~ .selector-clearall,.change-form #content-main>form .form-row .paginator .btn-group-vertical>input ~ .selector-clearall,.delete-confirmation-content .change-form #content-main>form .form-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.change-form .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.delete-confirmation-content .change-form #content-main>form .form-row .btn-group-vertical>.cancel-link ~ .selector-clearall,.change-form .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>.cancel-link ~ .selector-clearall,.actionresult #content>p .change-form #content-main>form .form-row .btn-group-vertical>a ~ .selector-clearall,.change-form #content-main>form .form-row .actionresult #content>p .btn-group-vertical>a ~ .selector-clearall,.page-admindocs .admindocs-body .small .change-form #content-main>form .form-row .btn-group-vertical>a ~ .selector-clearall,.change-form #content-main>form .form-row .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ .selector-clearall,.passwordchange #content-main>form .form-row .btn-group-vertical>.btn ~ .selector-clearall,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .selector-clearall,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .selector-clearall,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .selector-clearall,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .selector-clearall,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .selector-clearall,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .selector-clearall,.change-form .passwordchange #content-main>form .submit-row .form-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.passwordchange .change-form #content-main>form .submit-row .form-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.change-form .passwordchange #content-main>form .form-row .submit-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.passwordchange .change-form #content-main>form .form-row .submit-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.passwordchange #content-main>form .submit-row .form-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.passwordchange #content-main>form .form-row .submit-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.deletelink ~ .selector-clearall,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.deletelink ~ .selector-clearall,.change-form .passwordchange #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .selector-clearall,.passwordchange .change-form #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .selector-clearall,.passwordchange #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.deletelink ~ .selector-clearall,.passwordchange #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .selector-clearall,.change-form .passwordchange #content-main>form .add-row .form-row .btn-group-vertical>a ~ .selector-clearall,.passwordchange .change-form #content-main>form .add-row .form-row .btn-group-vertical>a ~ .selector-clearall,.change-form .passwordchange #content-main>form .form-row .add-row .btn-group-vertical>a ~ .selector-clearall,.passwordchange .change-form #content-main>form .form-row .add-row .btn-group-vertical>a ~ .selector-clearall,.passwordchange #content-main>form .add-row .form-row .btn-group-vertical>a ~ .selector-clearall,.passwordchange #content-main>form .form-row .add-row .btn-group-vertical>a ~ .selector-clearall,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.inline-deletelink ~ .selector-clearall,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.inline-deletelink ~ .selector-clearall,.passwordchange #content-main>form .form-row .btn-group-vertical>.inline-deletelink ~ .selector-clearall,.login #container .submit-row .passwordchange #content-main>form .form-row .btn-group-vertical>input ~ .selector-clearall,.passwordchange #content-main>form .form-row .login #container .submit-row .btn-group-vertical>input ~ .selector-clearall,#content .object-tools .passwordchange #content-main>form .form-row .btn-group-vertical>a ~ .selector-clearall,.passwordchange #content-main>form .form-row #content .object-tools .btn-group-vertical>a ~ .selector-clearall,.change-list #changelist-search .passwordchange #content-main>form .form-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.passwordchange #content-main>form .form-row .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ .selector-clearall,.change-list .passwordchange #content-main>form .form-row .btn-group-vertical>.changelist-filter-toggler ~ .selector-clearall,.passwordchange #content-main>form .form-row .change-list .btn-group-vertical>.changelist-filter-toggler ~ .selector-clearall,.change-list #changelist-form .actions .passwordchange #content-main>form .form-row .btn-group-vertical>button ~ .selector-clearall,.passwordchange #content-main>form .form-row .change-list #changelist-form .actions .btn-group-vertical>button ~ .selector-clearall,.paginator .passwordchange #content-main>form .form-row .btn-group-vertical>.showall ~ .selector-clearall,.passwordchange #content-main>form .form-row .paginator .btn-group-vertical>.showall ~ .selector-clearall,.paginator .passwordchange #content-main>form .form-row .btn-group-vertical>input ~ .selector-clearall,.passwordchange #content-main>form .form-row .paginator .btn-group-vertical>input ~ .selector-clearall,.delete-confirmation-content .passwordchange #content-main>form .form-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.passwordchange .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>input[type=submit] ~ .selector-clearall,.delete-confirmation-content .passwordchange #content-main>form .form-row .btn-group-vertical>.cancel-link ~ .selector-clearall,.passwordchange .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>.cancel-link ~ .selector-clearall,.actionresult #content>p .passwordchange #content-main>form .form-row .btn-group-vertical>a ~ .selector-clearall,.passwordchange #content-main>form .form-row .actionresult #content>p .btn-group-vertical>a ~ .selector-clearall,.page-admindocs .admindocs-body .small .passwordchange #content-main>form .form-row .btn-group-vertical>a ~ .selector-clearall,.passwordchange #content-main>form .form-row .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ .selector-clearall,.change-form #content-main>form .submit-row .btn-group-vertical>.btn ~ input[type=submit],.change-form #content-main>form .form-row .submit-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.change-form #content-main>form .submit-row .form-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.passwordchange .change-form #content-main>form .form-row .submit-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.change-form .passwordchange #content-main>form .form-row .submit-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.passwordchange .change-form #content-main>form .submit-row .form-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.change-form .passwordchange #content-main>form .submit-row .form-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.change-form #content-main>form .form-row .submit-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.change-form #content-main>form .submit-row .form-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.passwordchange .change-form #content-main>form .form-row .submit-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.change-form .passwordchange #content-main>form .form-row .submit-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.passwordchange .change-form #content-main>form .submit-row .form-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.change-form .passwordchange #content-main>form .submit-row .form-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.passwordchange .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.change-form .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input[type=submit],.passwordchange .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input[type=submit],.change-form .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input[type=submit],.change-form #content-main>form .add-row .submit-row .btn-group-vertical>a ~ input[type=submit],.change-form #content-main>form .submit-row .add-row .btn-group-vertical>a ~ input[type=submit],.passwordchange .change-form #content-main>form .add-row .submit-row .btn-group-vertical>a ~ input[type=submit],.change-form .passwordchange #content-main>form .add-row .submit-row .btn-group-vertical>a ~ input[type=submit],.passwordchange .change-form #content-main>form .submit-row .add-row .btn-group-vertical>a ~ input[type=submit],.change-form .passwordchange #content-main>form .submit-row .add-row .btn-group-vertical>a ~ input[type=submit],.change-form #content-main>form .submit-row .btn-group-vertical>.inline-deletelink ~ input[type=submit],.passwordchange .change-form #content-main>form .submit-row .btn-group-vertical>.inline-deletelink ~ input[type=submit],.change-form .passwordchange #content-main>form .submit-row .btn-group-vertical>.inline-deletelink ~ input[type=submit],.login #container .change-form #content-main>form .submit-row .btn-group-vertical>input ~ input[type=submit],.change-form #content-main>form .login #container .submit-row .btn-group-vertical>input ~ input[type=submit],#content .object-tools .change-form #content-main>form .submit-row .btn-group-vertical>a ~ input[type=submit],.change-form #content-main>form .submit-row #content .object-tools .btn-group-vertical>a ~ input[type=submit],.change-list #changelist-search .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.change-form #content-main>form .submit-row .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ input[type=submit],.change-list .change-form #content-main>form .submit-row .btn-group-vertical>.changelist-filter-toggler ~ input[type=submit],.change-form #content-main>form .submit-row .change-list .btn-group-vertical>.changelist-filter-toggler ~ input[type=submit],.change-list #changelist-form .actions .change-form #content-main>form .submit-row .btn-group-vertical>button ~ input[type=submit],.change-form #content-main>form .submit-row .change-list #changelist-form .actions .btn-group-vertical>button ~ input[type=submit],.paginator .change-form #content-main>form .submit-row .btn-group-vertical>.showall ~ input[type=submit],.change-form #content-main>form .submit-row .paginator .btn-group-vertical>.showall ~ input[type=submit],.paginator .change-form #content-main>form .submit-row .btn-group-vertical>input ~ input[type=submit],.change-form #content-main>form .submit-row .paginator .btn-group-vertical>input ~ input[type=submit],.delete-confirmation-content .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.change-form .delete-confirmation-content #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.delete-confirmation-content .change-form #content-main>form .submit-row .btn-group-vertical>.cancel-link ~ input[type=submit],.change-form .delete-confirmation-content #content-main>form .submit-row .btn-group-vertical>.cancel-link ~ input[type=submit],.actionresult #content>p .change-form #content-main>form .submit-row .btn-group-vertical>a ~ input[type=submit],.change-form #content-main>form .submit-row .actionresult #content>p .btn-group-vertical>a ~ input[type=submit],.page-admindocs .admindocs-body .small .change-form #content-main>form .submit-row .btn-group-vertical>a ~ input[type=submit],.change-form #content-main>form .submit-row .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ input[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>.btn ~ input[type=submit],.change-form .passwordchange #content-main>form .form-row .submit-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.passwordchange .change-form #content-main>form .form-row .submit-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.change-form .passwordchange #content-main>form .submit-row .form-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.passwordchange .change-form #content-main>form .submit-row .form-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.passwordchange #content-main>form .form-row .submit-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.passwordchange #content-main>form .submit-row .form-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.change-form .passwordchange #content-main>form .form-row .submit-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.passwordchange .change-form #content-main>form .form-row .submit-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.change-form .passwordchange #content-main>form .submit-row .form-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.passwordchange .change-form #content-main>form .submit-row .form-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.passwordchange #content-main>form .form-row .submit-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.passwordchange #content-main>form .submit-row .form-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.change-form .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.passwordchange .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.change-form .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input[type=submit],.passwordchange .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input[type=submit],.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input[type=submit],.change-form .passwordchange #content-main>form .add-row .submit-row .btn-group-vertical>a ~ input[type=submit],.passwordchange .change-form #content-main>form .add-row .submit-row .btn-group-vertical>a ~ input[type=submit],.change-form .passwordchange #content-main>form .submit-row .add-row .btn-group-vertical>a ~ input[type=submit],.passwordchange .change-form #content-main>form .submit-row .add-row .btn-group-vertical>a ~ input[type=submit],.passwordchange #content-main>form .add-row .submit-row .btn-group-vertical>a ~ input[type=submit],.passwordchange #content-main>form .submit-row .add-row .btn-group-vertical>a ~ input[type=submit],.change-form .passwordchange #content-main>form .submit-row .btn-group-vertical>.inline-deletelink ~ input[type=submit],.passwordchange .change-form #content-main>form .submit-row .btn-group-vertical>.inline-deletelink ~ input[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>.inline-deletelink ~ input[type=submit],.login #container .passwordchange #content-main>form .submit-row .btn-group-vertical>input ~ input[type=submit],.passwordchange #content-main>form .login #container .submit-row .btn-group-vertical>input ~ input[type=submit],#content .object-tools .passwordchange #content-main>form .submit-row .btn-group-vertical>a ~ input[type=submit],.passwordchange #content-main>form .submit-row #content .object-tools .btn-group-vertical>a ~ input[type=submit],.change-list #changelist-search .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.passwordchange #content-main>form .submit-row .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ input[type=submit],.change-list .passwordchange #content-main>form .submit-row .btn-group-vertical>.changelist-filter-toggler ~ input[type=submit],.passwordchange #content-main>form .submit-row .change-list .btn-group-vertical>.changelist-filter-toggler ~ input[type=submit],.change-list #changelist-form .actions .passwordchange #content-main>form .submit-row .btn-group-vertical>button ~ input[type=submit],.passwordchange #content-main>form .submit-row .change-list #changelist-form .actions .btn-group-vertical>button ~ input[type=submit],.paginator .passwordchange #content-main>form .submit-row .btn-group-vertical>.showall ~ input[type=submit],.passwordchange #content-main>form .submit-row .paginator .btn-group-vertical>.showall ~ input[type=submit],.paginator .passwordchange #content-main>form .submit-row .btn-group-vertical>input ~ input[type=submit],.passwordchange #content-main>form .submit-row .paginator .btn-group-vertical>input ~ input[type=submit],.delete-confirmation-content .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.passwordchange .delete-confirmation-content #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.delete-confirmation-content .passwordchange #content-main>form .submit-row .btn-group-vertical>.cancel-link ~ input[type=submit],.passwordchange .delete-confirmation-content #content-main>form .submit-row .btn-group-vertical>.cancel-link ~ input[type=submit],.actionresult #content>p .passwordchange #content-main>form .submit-row .btn-group-vertical>a ~ input[type=submit],.passwordchange #content-main>form .submit-row .actionresult #content>p .btn-group-vertical>a ~ input[type=submit],.page-admindocs .admindocs-body .small .passwordchange #content-main>form .submit-row .btn-group-vertical>a ~ input[type=submit],.passwordchange #content-main>form .submit-row .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.btn ~ .deletelink,.change-form #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.selector-chooseall ~ .deletelink,.change-form #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.selector-chooseall ~ .deletelink,.passwordchange .change-form #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.selector-chooseall ~ .deletelink,.change-form .passwordchange #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.selector-chooseall ~ .deletelink,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.selector-chooseall ~ .deletelink,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.selector-chooseall ~ .deletelink,.change-form #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.selector-clearall ~ .deletelink,.change-form #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.selector-clearall ~ .deletelink,.passwordchange .change-form #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.selector-clearall ~ .deletelink,.change-form .passwordchange #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.selector-clearall ~ .deletelink,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.selector-clearall ~ .deletelink,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.selector-clearall ~ .deletelink,.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>input[type=submit] ~ .deletelink,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>input[type=submit] ~ .deletelink,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>input[type=submit] ~ .deletelink,.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .deletelink,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .deletelink,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .deletelink,.change-form #content-main>form .add-row .submit-row .deletelink-box .btn-group-vertical>a ~ .deletelink,.change-form #content-main>form .submit-row .deletelink-box .add-row .btn-group-vertical>a ~ .deletelink,.passwordchange .change-form #content-main>form .add-row .submit-row .deletelink-box .btn-group-vertical>a ~ .deletelink,.change-form .passwordchange #content-main>form .add-row .submit-row .deletelink-box .btn-group-vertical>a ~ .deletelink,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .add-row .btn-group-vertical>a ~ .deletelink,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .add-row .btn-group-vertical>a ~ .deletelink,.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.inline-deletelink ~ .deletelink,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.inline-deletelink ~ .deletelink,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.inline-deletelink ~ .deletelink,.login #container .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>input ~ .deletelink,.change-form #content-main>form .login #container .submit-row .deletelink-box .btn-group-vertical>input ~ .deletelink,#content .object-tools .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>a ~ .deletelink,.change-form #content-main>form .submit-row .deletelink-box #content .object-tools .btn-group-vertical>a ~ .deletelink,.change-list #changelist-search .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>input[type=submit] ~ .deletelink,.change-form #content-main>form .submit-row .deletelink-box .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ .deletelink,.change-list .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.changelist-filter-toggler ~ .deletelink,.change-form #content-main>form .submit-row .deletelink-box .change-list .btn-group-vertical>.changelist-filter-toggler ~ .deletelink,.change-list #changelist-form .actions .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>button ~ .deletelink,.change-form #content-main>form .submit-row .deletelink-box .change-list #changelist-form .actions .btn-group-vertical>button ~ .deletelink,.paginator .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.showall ~ .deletelink,.change-form #content-main>form .submit-row .deletelink-box .paginator .btn-group-vertical>.showall ~ .deletelink,.paginator .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>input ~ .deletelink,.change-form #content-main>form .submit-row .deletelink-box .paginator .btn-group-vertical>input ~ .deletelink,.delete-confirmation-content .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>input[type=submit] ~ .deletelink,.change-form .delete-confirmation-content #content-main>form .submit-row .deletelink-box .btn-group-vertical>input[type=submit] ~ .deletelink,.delete-confirmation-content .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.cancel-link ~ .deletelink,.change-form .delete-confirmation-content #content-main>form .submit-row .deletelink-box .btn-group-vertical>.cancel-link ~ .deletelink,.actionresult #content>p .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>a ~ .deletelink,.change-form #content-main>form .submit-row .deletelink-box .actionresult #content>p .btn-group-vertical>a ~ .deletelink,.page-admindocs .admindocs-body .small .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>a ~ .deletelink,.change-form #content-main>form .submit-row .deletelink-box .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.btn ~ .deletelink,.change-form .passwordchange #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.selector-chooseall ~ .deletelink,.passwordchange .change-form #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.selector-chooseall ~ .deletelink,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.selector-chooseall ~ .deletelink,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.selector-chooseall ~ .deletelink,.passwordchange #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.selector-chooseall ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.selector-chooseall ~ .deletelink,.change-form .passwordchange #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.selector-clearall ~ .deletelink,.passwordchange .change-form #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.selector-clearall ~ .deletelink,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.selector-clearall ~ .deletelink,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.selector-clearall ~ .deletelink,.passwordchange #content-main>form .form-row .submit-row .deletelink-box .btn-group-vertical>.selector-clearall ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .form-row .btn-group-vertical>.selector-clearall ~ .deletelink,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>input[type=submit] ~ .deletelink,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>input[type=submit] ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>input[type=submit] ~ .deletelink,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .deletelink,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .deletelink,.change-form .passwordchange #content-main>form .add-row .submit-row .deletelink-box .btn-group-vertical>a ~ .deletelink,.passwordchange .change-form #content-main>form .add-row .submit-row .deletelink-box .btn-group-vertical>a ~ .deletelink,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .add-row .btn-group-vertical>a ~ .deletelink,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .add-row .btn-group-vertical>a ~ .deletelink,.passwordchange #content-main>form .add-row .submit-row .deletelink-box .btn-group-vertical>a ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .add-row .btn-group-vertical>a ~ .deletelink,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.inline-deletelink ~ .deletelink,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.inline-deletelink ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.inline-deletelink ~ .deletelink,.login #container .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>input ~ .deletelink,.passwordchange #content-main>form .login #container .submit-row .deletelink-box .btn-group-vertical>input ~ .deletelink,#content .object-tools .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>a ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box #content .object-tools .btn-group-vertical>a ~ .deletelink,.change-list #changelist-search .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>input[type=submit] ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ .deletelink,.change-list .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.changelist-filter-toggler ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .change-list .btn-group-vertical>.changelist-filter-toggler ~ .deletelink,.change-list #changelist-form .actions .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>button ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .change-list #changelist-form .actions .btn-group-vertical>button ~ .deletelink,.paginator .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.showall ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .paginator .btn-group-vertical>.showall ~ .deletelink,.paginator .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>input ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .paginator .btn-group-vertical>input ~ .deletelink,.delete-confirmation-content .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>input[type=submit] ~ .deletelink,.passwordchange .delete-confirmation-content #content-main>form .submit-row .deletelink-box .btn-group-vertical>input[type=submit] ~ .deletelink,.delete-confirmation-content .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.cancel-link ~ .deletelink,.passwordchange .delete-confirmation-content #content-main>form .submit-row .deletelink-box .btn-group-vertical>.cancel-link ~ .deletelink,.actionresult #content>p .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>a ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .actionresult #content>p .btn-group-vertical>a ~ .deletelink,.page-admindocs .admindocs-body .small .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>a ~ .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ .deletelink,.change-form #content-main>form .add-row .btn-group-vertical>.btn ~ a,.change-form #content-main>form .form-row .add-row .btn-group-vertical>.selector-chooseall ~ a,.change-form #content-main>form .add-row .form-row .btn-group-vertical>.selector-chooseall ~ a,.passwordchange .change-form #content-main>form .form-row .add-row .btn-group-vertical>.selector-chooseall ~ a,.change-form .passwordchange #content-main>form .form-row .add-row .btn-group-vertical>.selector-chooseall ~ a,.passwordchange .change-form #content-main>form .add-row .form-row .btn-group-vertical>.selector-chooseall ~ a,.change-form .passwordchange #content-main>form .add-row .form-row .btn-group-vertical>.selector-chooseall ~ a,.change-form #content-main>form .form-row .add-row .btn-group-vertical>.selector-clearall ~ a,.change-form #content-main>form .add-row .form-row .btn-group-vertical>.selector-clearall ~ a,.passwordchange .change-form #content-main>form .form-row .add-row .btn-group-vertical>.selector-clearall ~ a,.change-form .passwordchange #content-main>form .form-row .add-row .btn-group-vertical>.selector-clearall ~ a,.passwordchange .change-form #content-main>form .add-row .form-row .btn-group-vertical>.selector-clearall ~ a,.change-form .passwordchange #content-main>form .add-row .form-row .btn-group-vertical>.selector-clearall ~ a,.change-form #content-main>form .submit-row .add-row .btn-group-vertical>input[type=submit] ~ a,.change-form #content-main>form .add-row .submit-row .btn-group-vertical>input[type=submit] ~ a,.passwordchange .change-form #content-main>form .submit-row .add-row .btn-group-vertical>input[type=submit] ~ a,.change-form .passwordchange #content-main>form .submit-row .add-row .btn-group-vertical>input[type=submit] ~ a,.passwordchange .change-form #content-main>form .add-row .submit-row .btn-group-vertical>input[type=submit] ~ a,.change-form .passwordchange #content-main>form .add-row .submit-row .btn-group-vertical>input[type=submit] ~ a,.change-form #content-main>form .submit-row .deletelink-box .add-row .btn-group-vertical>.deletelink ~ a,.change-form #content-main>form .add-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ a,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .add-row .btn-group-vertical>.deletelink ~ a,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .add-row .btn-group-vertical>.deletelink ~ a,.passwordchange .change-form #content-main>form .add-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ a,.change-form .passwordchange #content-main>form .add-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ a,.change-form #content-main>form .add-row .btn-group-vertical>a ~ a,.passwordchange .change-form #content-main>form .add-row .btn-group-vertical>a ~ a,.change-form .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ a,.change-form #content-main>form .add-row .btn-group-vertical>.inline-deletelink ~ a,.passwordchange .change-form #content-main>form .add-row .btn-group-vertical>.inline-deletelink ~ a,.change-form .passwordchange #content-main>form .add-row .btn-group-vertical>.inline-deletelink ~ a,.login #container .submit-row .change-form #content-main>form .add-row .btn-group-vertical>input ~ a,.change-form #content-main>form .add-row .login #container .submit-row .btn-group-vertical>input ~ a,#content .object-tools .change-form #content-main>form .add-row .btn-group-vertical>a ~ a,.change-form #content-main>form .add-row #content .object-tools .btn-group-vertical>a ~ a,.change-list #changelist-search .change-form #content-main>form .add-row .btn-group-vertical>input[type=submit] ~ a,.change-form #content-main>form .add-row .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ a,.change-list .change-form #content-main>form .add-row .btn-group-vertical>.changelist-filter-toggler ~ a,.change-form #content-main>form .add-row .change-list .btn-group-vertical>.changelist-filter-toggler ~ a,.change-list #changelist-form .actions .change-form #content-main>form .add-row .btn-group-vertical>button ~ a,.change-form #content-main>form .add-row .change-list #changelist-form .actions .btn-group-vertical>button ~ a,.paginator .change-form #content-main>form .add-row .btn-group-vertical>.showall ~ a,.change-form #content-main>form .add-row .paginator .btn-group-vertical>.showall ~ a,.paginator .change-form #content-main>form .add-row .btn-group-vertical>input ~ a,.change-form #content-main>form .add-row .paginator .btn-group-vertical>input ~ a,.delete-confirmation-content .change-form #content-main>form .add-row .btn-group-vertical>input[type=submit] ~ a,.change-form .delete-confirmation-content #content-main>form .add-row .btn-group-vertical>input[type=submit] ~ a,.delete-confirmation-content .change-form #content-main>form .add-row .btn-group-vertical>.cancel-link ~ a,.change-form .delete-confirmation-content #content-main>form .add-row .btn-group-vertical>.cancel-link ~ a,.actionresult #content>p .change-form #content-main>form .add-row .btn-group-vertical>a ~ a,.change-form #content-main>form .add-row .actionresult #content>p .btn-group-vertical>a ~ a,.page-admindocs .admindocs-body .small .change-form #content-main>form .add-row .btn-group-vertical>a ~ a,.change-form #content-main>form .add-row .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ a,.passwordchange #content-main>form .add-row .btn-group-vertical>.btn ~ a,.change-form .passwordchange #content-main>form .form-row .add-row .btn-group-vertical>.selector-chooseall ~ a,.passwordchange .change-form #content-main>form .form-row .add-row .btn-group-vertical>.selector-chooseall ~ a,.change-form .passwordchange #content-main>form .add-row .form-row .btn-group-vertical>.selector-chooseall ~ a,.passwordchange .change-form #content-main>form .add-row .form-row .btn-group-vertical>.selector-chooseall ~ a,.passwordchange #content-main>form .form-row .add-row .btn-group-vertical>.selector-chooseall ~ a,.passwordchange #content-main>form .add-row .form-row .btn-group-vertical>.selector-chooseall ~ a,.change-form .passwordchange #content-main>form .form-row .add-row .btn-group-vertical>.selector-clearall ~ a,.passwordchange .change-form #content-main>form .form-row .add-row .btn-group-vertical>.selector-clearall ~ a,.change-form .passwordchange #content-main>form .add-row .form-row .btn-group-vertical>.selector-clearall ~ a,.passwordchange .change-form #content-main>form .add-row .form-row .btn-group-vertical>.selector-clearall ~ a,.passwordchange #content-main>form .form-row .add-row .btn-group-vertical>.selector-clearall ~ a,.passwordchange #content-main>form .add-row .form-row .btn-group-vertical>.selector-clearall ~ a,.change-form .passwordchange #content-main>form .submit-row .add-row .btn-group-vertical>input[type=submit] ~ a,.passwordchange .change-form #content-main>form .submit-row .add-row .btn-group-vertical>input[type=submit] ~ a,.change-form .passwordchange #content-main>form .add-row .submit-row .btn-group-vertical>input[type=submit] ~ a,.passwordchange .change-form #content-main>form .add-row .submit-row .btn-group-vertical>input[type=submit] ~ a,.passwordchange #content-main>form .submit-row .add-row .btn-group-vertical>input[type=submit] ~ a,.passwordchange #content-main>form .add-row .submit-row .btn-group-vertical>input[type=submit] ~ a,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .add-row .btn-group-vertical>.deletelink ~ a,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .add-row .btn-group-vertical>.deletelink ~ a,.change-form .passwordchange #content-main>form .add-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ a,.passwordchange .change-form #content-main>form .add-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ a,.passwordchange #content-main>form .submit-row .deletelink-box .add-row .btn-group-vertical>.deletelink ~ a,.passwordchange #content-main>form .add-row .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ a,.change-form .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ a,.passwordchange .change-form #content-main>form .add-row .btn-group-vertical>a ~ a,.passwordchange #content-main>form .add-row .btn-group-vertical>a ~ a,.change-form .passwordchange #content-main>form .add-row .btn-group-vertical>.inline-deletelink ~ a,.passwordchange .change-form #content-main>form .add-row .btn-group-vertical>.inline-deletelink ~ a,.passwordchange #content-main>form .add-row .btn-group-vertical>.inline-deletelink ~ a,.login #container .submit-row .passwordchange #content-main>form .add-row .btn-group-vertical>input ~ a,.passwordchange #content-main>form .add-row .login #container .submit-row .btn-group-vertical>input ~ a,#content .object-tools .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ a,.passwordchange #content-main>form .add-row #content .object-tools .btn-group-vertical>a ~ a,.change-list #changelist-search .passwordchange #content-main>form .add-row .btn-group-vertical>input[type=submit] ~ a,.passwordchange #content-main>form .add-row .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ a,.change-list .passwordchange #content-main>form .add-row .btn-group-vertical>.changelist-filter-toggler ~ a,.passwordchange #content-main>form .add-row .change-list .btn-group-vertical>.changelist-filter-toggler ~ a,.change-list #changelist-form .actions .passwordchange #content-main>form .add-row .btn-group-vertical>button ~ a,.passwordchange #content-main>form .add-row .change-list #changelist-form .actions .btn-group-vertical>button ~ a,.paginator .passwordchange #content-main>form .add-row .btn-group-vertical>.showall ~ a,.passwordchange #content-main>form .add-row .paginator .btn-group-vertical>.showall ~ a,.paginator .passwordchange #content-main>form .add-row .btn-group-vertical>input ~ a,.passwordchange #content-main>form .add-row .paginator .btn-group-vertical>input ~ a,.delete-confirmation-content .passwordchange #content-main>form .add-row .btn-group-vertical>input[type=submit] ~ a,.passwordchange .delete-confirmation-content #content-main>form .add-row .btn-group-vertical>input[type=submit] ~ a,.delete-confirmation-content .passwordchange #content-main>form .add-row .btn-group-vertical>.cancel-link ~ a,.passwordchange .delete-confirmation-content #content-main>form .add-row .btn-group-vertical>.cancel-link ~ a,.actionresult #content>p .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ a,.passwordchange #content-main>form .add-row .actionresult #content>p .btn-group-vertical>a ~ a,.page-admindocs .admindocs-body .small .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ a,.passwordchange #content-main>form .add-row .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ a,.change-form #content-main>form .btn-group-vertical>.btn ~ .inline-deletelink,.change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .inline-deletelink,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .inline-deletelink,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .inline-deletelink,.change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .inline-deletelink,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .inline-deletelink,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .inline-deletelink,.change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .inline-deletelink,.passwordchange .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .inline-deletelink,.change-form .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .inline-deletelink,.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .inline-deletelink,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .inline-deletelink,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .inline-deletelink,.change-form #content-main>form .add-row .btn-group-vertical>a ~ .inline-deletelink,.passwordchange .change-form #content-main>form .add-row .btn-group-vertical>a ~ .inline-deletelink,.change-form .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ .inline-deletelink,.change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ .inline-deletelink,.passwordchange .change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ .inline-deletelink,.change-form .passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ .inline-deletelink,.login #container .submit-row .change-form #content-main>form .btn-group-vertical>input ~ .inline-deletelink,.change-form #content-main>form .login #container .submit-row .btn-group-vertical>input ~ .inline-deletelink,#content .object-tools .change-form #content-main>form .btn-group-vertical>a ~ .inline-deletelink,.change-form #content-main>form #content .object-tools .btn-group-vertical>a ~ .inline-deletelink,.change-list #changelist-search .change-form #content-main>form .btn-group-vertical>input[type=submit] ~ .inline-deletelink,.change-form #content-main>form .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ .inline-deletelink,.change-list .change-form #content-main>form .btn-group-vertical>.changelist-filter-toggler ~ .inline-deletelink,.change-form #content-main>form .change-list .btn-group-vertical>.changelist-filter-toggler ~ .inline-deletelink,.change-list #changelist-form .actions .change-form #content-main>form .btn-group-vertical>button ~ .inline-deletelink,.change-form #content-main>form .change-list #changelist-form .actions .btn-group-vertical>button ~ .inline-deletelink,.paginator .change-form #content-main>form .btn-group-vertical>.showall ~ .inline-deletelink,.change-form #content-main>form .paginator .btn-group-vertical>.showall ~ .inline-deletelink,.paginator .change-form #content-main>form .btn-group-vertical>input ~ .inline-deletelink,.change-form #content-main>form .paginator .btn-group-vertical>input ~ .inline-deletelink,.delete-confirmation-content .change-form #content-main>form .btn-group-vertical>input[type=submit] ~ .inline-deletelink,.change-form .delete-confirmation-content #content-main>form .btn-group-vertical>input[type=submit] ~ .inline-deletelink,.delete-confirmation-content .change-form #content-main>form .btn-group-vertical>.cancel-link ~ .inline-deletelink,.change-form .delete-confirmation-content #content-main>form .btn-group-vertical>.cancel-link ~ .inline-deletelink,.actionresult #content>p .change-form #content-main>form .btn-group-vertical>a ~ .inline-deletelink,.change-form #content-main>form .actionresult #content>p .btn-group-vertical>a ~ .inline-deletelink,.page-admindocs .admindocs-body .small .change-form #content-main>form .btn-group-vertical>a ~ .inline-deletelink,.change-form #content-main>form .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ .inline-deletelink,.passwordchange #content-main>form .btn-group-vertical>.btn ~ .inline-deletelink,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .inline-deletelink,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .inline-deletelink,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .inline-deletelink,.change-form .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .inline-deletelink,.passwordchange .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .inline-deletelink,.passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .inline-deletelink,.change-form .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .inline-deletelink,.passwordchange .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .inline-deletelink,.passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .inline-deletelink,.change-form .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .inline-deletelink,.passwordchange .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .inline-deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .inline-deletelink,.change-form .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ .inline-deletelink,.passwordchange .change-form #content-main>form .add-row .btn-group-vertical>a ~ .inline-deletelink,.passwordchange #content-main>form .add-row .btn-group-vertical>a ~ .inline-deletelink,.change-form .passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ .inline-deletelink,.passwordchange .change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ .inline-deletelink,.passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ .inline-deletelink,.login #container .submit-row .passwordchange #content-main>form .btn-group-vertical>input ~ .inline-deletelink,.passwordchange #content-main>form .login #container .submit-row .btn-group-vertical>input ~ .inline-deletelink,#content .object-tools .passwordchange #content-main>form .btn-group-vertical>a ~ .inline-deletelink,.passwordchange #content-main>form #content .object-tools .btn-group-vertical>a ~ .inline-deletelink,.change-list #changelist-search .passwordchange #content-main>form .btn-group-vertical>input[type=submit] ~ .inline-deletelink,.passwordchange #content-main>form .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ .inline-deletelink,.change-list .passwordchange #content-main>form .btn-group-vertical>.changelist-filter-toggler ~ .inline-deletelink,.passwordchange #content-main>form .change-list .btn-group-vertical>.changelist-filter-toggler ~ .inline-deletelink,.change-list #changelist-form .actions .passwordchange #content-main>form .btn-group-vertical>button ~ .inline-deletelink,.passwordchange #content-main>form .change-list #changelist-form .actions .btn-group-vertical>button ~ .inline-deletelink,.paginator .passwordchange #content-main>form .btn-group-vertical>.showall ~ .inline-deletelink,.passwordchange #content-main>form .paginator .btn-group-vertical>.showall ~ .inline-deletelink,.paginator .passwordchange #content-main>form .btn-group-vertical>input ~ .inline-deletelink,.passwordchange #content-main>form .paginator .btn-group-vertical>input ~ .inline-deletelink,.delete-confirmation-content .passwordchange #content-main>form .btn-group-vertical>input[type=submit] ~ .inline-deletelink,.passwordchange .delete-confirmation-content #content-main>form .btn-group-vertical>input[type=submit] ~ .inline-deletelink,.delete-confirmation-content .passwordchange #content-main>form .btn-group-vertical>.cancel-link ~ .inline-deletelink,.passwordchange .delete-confirmation-content #content-main>form .btn-group-vertical>.cancel-link ~ .inline-deletelink,.actionresult #content>p .passwordchange #content-main>form .btn-group-vertical>a ~ .inline-deletelink,.passwordchange #content-main>form .actionresult #content>p .btn-group-vertical>a ~ .inline-deletelink,.page-admindocs .admindocs-body .small .passwordchange #content-main>form .btn-group-vertical>a ~ .inline-deletelink,.passwordchange #content-main>form .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ .inline-deletelink,.login #container .submit-row .btn-group-vertical>.btn ~ input,.change-form #content-main>form .form-row .login #container .submit-row .btn-group-vertical>.selector-chooseall ~ input,.login #container .submit-row .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ input,.passwordchange #content-main>form .form-row .login #container .submit-row .btn-group-vertical>.selector-chooseall ~ input,.login #container .submit-row .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ input,.change-form #content-main>form .form-row .login #container .submit-row .btn-group-vertical>.selector-clearall ~ input,.login #container .submit-row .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ input,.passwordchange #content-main>form .form-row .login #container .submit-row .btn-group-vertical>.selector-clearall ~ input,.login #container .submit-row .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ input,.change-form #content-main>form .login #container .submit-row .btn-group-vertical>input[type=submit] ~ input,.login #container .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input,.passwordchange #content-main>form .login #container .submit-row .btn-group-vertical>input[type=submit] ~ input,.login #container .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input,.change-form #content-main>form .login #container .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input,.login #container .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input,.passwordchange #content-main>form .login #container .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input,.login #container .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input,.change-form #content-main>form .add-row .login #container .submit-row .btn-group-vertical>a ~ input,.login #container .submit-row .change-form #content-main>form .add-row .btn-group-vertical>a ~ input,.passwordchange #content-main>form .add-row .login #container .submit-row .btn-group-vertical>a ~ input,.login #container .submit-row .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ input,.change-form #content-main>form .login #container .submit-row .btn-group-vertical>.inline-deletelink ~ input,.login #container .submit-row .change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ input,.passwordchange #content-main>form .login #container .submit-row .btn-group-vertical>.inline-deletelink ~ input,.login #container .submit-row .passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ input,.login #container .submit-row .btn-group-vertical>input ~ input,#content .object-tools .login #container .submit-row .btn-group-vertical>a ~ input,.login #container .submit-row #content .object-tools .btn-group-vertical>a ~ input,.change-list #changelist-search .login #container .submit-row .btn-group-vertical>input[type=submit] ~ input,.login #container .submit-row .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ input,.change-list .login #container .submit-row .btn-group-vertical>.changelist-filter-toggler ~ input,.login #container .submit-row .change-list .btn-group-vertical>.changelist-filter-toggler ~ input,.change-list #changelist-form .actions .login #container .submit-row .btn-group-vertical>button ~ input,.login #container .submit-row .change-list #changelist-form .actions .btn-group-vertical>button ~ input,.paginator .login #container .submit-row .btn-group-vertical>.showall ~ input,.login #container .submit-row .paginator .btn-group-vertical>.showall ~ input,.paginator .login #container .submit-row .btn-group-vertical>input ~ input,.login #container .submit-row .paginator .btn-group-vertical>input ~ input,.delete-confirmation-content form .login #container .submit-row .btn-group-vertical>input[type=submit] ~ input,.login #container .submit-row .delete-confirmation-content form .btn-group-vertical>input[type=submit] ~ input,.delete-confirmation-content form .login #container .submit-row .btn-group-vertical>.cancel-link ~ input,.login #container .submit-row .delete-confirmation-content form .btn-group-vertical>.cancel-link ~ input,.actionresult #content>p .login #container .submit-row .btn-group-vertical>a ~ input,.login #container .submit-row .actionresult #content>p .btn-group-vertical>a ~ input,.page-admindocs .admindocs-body .small .login #container .submit-row .btn-group-vertical>a ~ input,.login #container .submit-row .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ input,#content .object-tools .btn-group-vertical>.btn ~ a,.change-form #content-main>form .form-row #content .object-tools .btn-group-vertical>.selector-chooseall ~ a,#content .object-tools .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ a,.passwordchange #content-main>form .form-row #content .object-tools .btn-group-vertical>.selector-chooseall ~ a,#content .object-tools .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ a,.change-form #content-main>form .form-row #content .object-tools .btn-group-vertical>.selector-clearall ~ a,#content .object-tools .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ a,.passwordchange #content-main>form .form-row #content .object-tools .btn-group-vertical>.selector-clearall ~ a,#content .object-tools .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ a,.change-form #content-main>form .submit-row #content .object-tools .btn-group-vertical>input[type=submit] ~ a,#content .object-tools .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ a,.passwordchange #content-main>form .submit-row #content .object-tools .btn-group-vertical>input[type=submit] ~ a,#content .object-tools .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ a,.change-form #content-main>form .submit-row .deletelink-box #content .object-tools .btn-group-vertical>.deletelink ~ a,#content .object-tools .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ a,.passwordchange #content-main>form .submit-row .deletelink-box #content .object-tools .btn-group-vertical>.deletelink ~ a,#content .object-tools .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ a,.change-form #content-main>form .add-row #content .object-tools .btn-group-vertical>a ~ a,#content .object-tools .change-form #content-main>form .add-row .btn-group-vertical>a ~ a,.passwordchange #content-main>form .add-row #content .object-tools .btn-group-vertical>a ~ a,#content .object-tools .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ a,.change-form #content-main>form #content .object-tools .btn-group-vertical>.inline-deletelink ~ a,#content .object-tools .change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ a,.passwordchange #content-main>form #content .object-tools .btn-group-vertical>.inline-deletelink ~ a,#content .object-tools .passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ a,.login #container .submit-row #content .object-tools .btn-group-vertical>input ~ a,#content .object-tools .login #container .submit-row .btn-group-vertical>input ~ a,#content .object-tools .btn-group-vertical>a ~ a,.change-list #changelist-search #content .object-tools .btn-group-vertical>input[type=submit] ~ a,#content .object-tools .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ a,.change-list #content .object-tools .btn-group-vertical>.changelist-filter-toggler ~ a,#content .object-tools .change-list .btn-group-vertical>.changelist-filter-toggler ~ a,.change-list #changelist-form .actions #content .object-tools .btn-group-vertical>button ~ a,#content .object-tools .change-list #changelist-form .actions .btn-group-vertical>button ~ a,.paginator #content .object-tools .btn-group-vertical>.showall ~ a,#content .object-tools .paginator .btn-group-vertical>.showall ~ a,.paginator #content .object-tools .btn-group-vertical>input ~ a,#content .object-tools .paginator .btn-group-vertical>input ~ a,.delete-confirmation-content form #content .object-tools .btn-group-vertical>input[type=submit] ~ a,#content .object-tools .delete-confirmation-content form .btn-group-vertical>input[type=submit] ~ a,.delete-confirmation-content form #content .object-tools .btn-group-vertical>.cancel-link ~ a,#content .object-tools .delete-confirmation-content form .btn-group-vertical>.cancel-link ~ a,.actionresult #content>p .object-tools .btn-group-vertical>a ~ a,.page-admindocs .admindocs-body .small #content .object-tools .btn-group-vertical>a ~ a,#content .object-tools .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ a,.change-list #changelist-search .btn-group-vertical>.btn ~ input[type=submit],.change-form #content-main>form .form-row .change-list #changelist-search .btn-group-vertical>.selector-chooseall ~ input[type=submit],.change-list #changelist-search .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.passwordchange #content-main>form .form-row .change-list #changelist-search .btn-group-vertical>.selector-chooseall ~ input[type=submit],.change-list #changelist-search .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.change-form #content-main>form .form-row .change-list #changelist-search .btn-group-vertical>.selector-clearall ~ input[type=submit],.change-list #changelist-search .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.passwordchange #content-main>form .form-row .change-list #changelist-search .btn-group-vertical>.selector-clearall ~ input[type=submit],.change-list #changelist-search .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.change-form #content-main>form .submit-row .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ input[type=submit],.change-list #changelist-search .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.passwordchange #content-main>form .submit-row .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ input[type=submit],.change-list #changelist-search .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .change-list #changelist-search .btn-group-vertical>.deletelink ~ input[type=submit],.change-list #changelist-search .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input[type=submit],.passwordchange #content-main>form .submit-row .deletelink-box .change-list #changelist-search .btn-group-vertical>.deletelink ~ input[type=submit],.change-list #changelist-search .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input[type=submit],.change-form #content-main>form .add-row .change-list #changelist-search .btn-group-vertical>a ~ input[type=submit],.change-list #changelist-search .change-form #content-main>form .add-row .btn-group-vertical>a ~ input[type=submit],.passwordchange #content-main>form .add-row .change-list #changelist-search .btn-group-vertical>a ~ input[type=submit],.change-list #changelist-search .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ input[type=submit],.change-form #content-main>form .change-list #changelist-search .btn-group-vertical>.inline-deletelink ~ input[type=submit],.change-list #changelist-search .change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ input[type=submit],.passwordchange #content-main>form .change-list #changelist-search .btn-group-vertical>.inline-deletelink ~ input[type=submit],.change-list #changelist-search .passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ input[type=submit],.login #container .submit-row .change-list #changelist-search .btn-group-vertical>input ~ input[type=submit],.change-list #changelist-search .login #container .submit-row .btn-group-vertical>input ~ input[type=submit],#content .object-tools .change-list #changelist-search .btn-group-vertical>a ~ input[type=submit],.change-list #changelist-search #content .object-tools .btn-group-vertical>a ~ input[type=submit],.change-list #changelist-search .btn-group-vertical>input[type=submit] ~ input[type=submit],.change-list #changelist-search .btn-group-vertical>.changelist-filter-toggler ~ input[type=submit],.change-list #changelist-form .actions #changelist-search .btn-group-vertical>button ~ input[type=submit],.change-list #changelist-search #changelist-form .actions .btn-group-vertical>button ~ input[type=submit],.paginator .change-list #changelist-search .btn-group-vertical>.showall ~ input[type=submit],.change-list #changelist-search .paginator .btn-group-vertical>.showall ~ input[type=submit],.paginator .change-list #changelist-search .btn-group-vertical>input ~ input[type=submit],.change-list #changelist-search .paginator .btn-group-vertical>input ~ input[type=submit],.delete-confirmation-content form .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ input[type=submit],.change-list #changelist-search .delete-confirmation-content form .btn-group-vertical>input[type=submit] ~ input[type=submit],.delete-confirmation-content form .change-list #changelist-search .btn-group-vertical>.cancel-link ~ input[type=submit],.change-list #changelist-search .delete-confirmation-content form .btn-group-vertical>.cancel-link ~ input[type=submit],.actionresult #content>p .change-list #changelist-search .btn-group-vertical>a ~ input[type=submit],.change-list #changelist-search .actionresult #content>p .btn-group-vertical>a ~ input[type=submit],.page-admindocs .admindocs-body .small .change-list #changelist-search .btn-group-vertical>a ~ input[type=submit],.change-list #changelist-search .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ input[type=submit],.change-list .btn-group-vertical>.btn ~ .changelist-filter-toggler,.change-form #content-main>form .form-row .change-list .btn-group-vertical>.selector-chooseall ~ .changelist-filter-toggler,.change-list .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .changelist-filter-toggler,.passwordchange #content-main>form .form-row .change-list .btn-group-vertical>.selector-chooseall ~ .changelist-filter-toggler,.change-list .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .changelist-filter-toggler,.change-form #content-main>form .form-row .change-list .btn-group-vertical>.selector-clearall ~ .changelist-filter-toggler,.change-list .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .changelist-filter-toggler,.passwordchange #content-main>form .form-row .change-list .btn-group-vertical>.selector-clearall ~ .changelist-filter-toggler,.change-list .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .changelist-filter-toggler,.change-form #content-main>form .submit-row .change-list .btn-group-vertical>input[type=submit] ~ .changelist-filter-toggler,.change-list .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .changelist-filter-toggler,.passwordchange #content-main>form .submit-row .change-list .btn-group-vertical>input[type=submit] ~ .changelist-filter-toggler,.change-list .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .changelist-filter-toggler,.change-form #content-main>form .submit-row .deletelink-box .change-list .btn-group-vertical>.deletelink ~ .changelist-filter-toggler,.change-list .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .changelist-filter-toggler,.passwordchange #content-main>form .submit-row .deletelink-box .change-list .btn-group-vertical>.deletelink ~ .changelist-filter-toggler,.change-list .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .changelist-filter-toggler,.change-form #content-main>form .add-row .change-list .btn-group-vertical>a ~ .changelist-filter-toggler,.change-list .change-form #content-main>form .add-row .btn-group-vertical>a ~ .changelist-filter-toggler,.passwordchange #content-main>form .add-row .change-list .btn-group-vertical>a ~ .changelist-filter-toggler,.change-list .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ .changelist-filter-toggler,.change-form #content-main>form .change-list .btn-group-vertical>.inline-deletelink ~ .changelist-filter-toggler,.change-list .change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ .changelist-filter-toggler,.passwordchange #content-main>form .change-list .btn-group-vertical>.inline-deletelink ~ .changelist-filter-toggler,.change-list .passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ .changelist-filter-toggler,.login #container .submit-row .change-list .btn-group-vertical>input ~ .changelist-filter-toggler,.change-list .login #container .submit-row .btn-group-vertical>input ~ .changelist-filter-toggler,#content .object-tools .change-list .btn-group-vertical>a ~ .changelist-filter-toggler,.change-list #content .object-tools .btn-group-vertical>a ~ .changelist-filter-toggler,.change-list #changelist-search .btn-group-vertical>input[type=submit] ~ .changelist-filter-toggler,.change-list .btn-group-vertical>.changelist-filter-toggler ~ .changelist-filter-toggler,.change-list #changelist-form .actions .btn-group-vertical>button ~ .changelist-filter-toggler,.paginator .change-list .btn-group-vertical>.showall ~ .changelist-filter-toggler,.change-list .paginator .btn-group-vertical>.showall ~ .changelist-filter-toggler,.paginator .change-list .btn-group-vertical>input ~ .changelist-filter-toggler,.change-list .paginator .btn-group-vertical>input ~ .changelist-filter-toggler,.delete-confirmation-content form .change-list .btn-group-vertical>input[type=submit] ~ .changelist-filter-toggler,.change-list .delete-confirmation-content form .btn-group-vertical>input[type=submit] ~ .changelist-filter-toggler,.delete-confirmation-content form .change-list .btn-group-vertical>.cancel-link ~ .changelist-filter-toggler,.change-list .delete-confirmation-content form .btn-group-vertical>.cancel-link ~ .changelist-filter-toggler,.actionresult #content>p .change-list .btn-group-vertical>a ~ .changelist-filter-toggler,.change-list .actionresult #content>p .btn-group-vertical>a ~ .changelist-filter-toggler,.page-admindocs .admindocs-body .small .change-list .btn-group-vertical>a ~ .changelist-filter-toggler,.change-list .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ .changelist-filter-toggler,.change-list #changelist-form .actions .btn-group-vertical>.btn ~ button,.change-form #content-main>form .form-row .change-list #changelist-form .actions .btn-group-vertical>.selector-chooseall ~ button,.change-list #changelist-form .actions .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ button,.passwordchange #content-main>form .form-row .change-list #changelist-form .actions .btn-group-vertical>.selector-chooseall ~ button,.change-list #changelist-form .actions .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ button,.change-form #content-main>form .form-row .change-list #changelist-form .actions .btn-group-vertical>.selector-clearall ~ button,.change-list #changelist-form .actions .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ button,.passwordchange #content-main>form .form-row .change-list #changelist-form .actions .btn-group-vertical>.selector-clearall ~ button,.change-list #changelist-form .actions .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ button,.change-form #content-main>form .submit-row .change-list #changelist-form .actions .btn-group-vertical>input[type=submit] ~ button,.change-list #changelist-form .actions .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ button,.passwordchange #content-main>form .submit-row .change-list #changelist-form .actions .btn-group-vertical>input[type=submit] ~ button,.change-list #changelist-form .actions .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ button,.change-form #content-main>form .submit-row .deletelink-box .change-list #changelist-form .actions .btn-group-vertical>.deletelink ~ button,.change-list #changelist-form .actions .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ button,.passwordchange #content-main>form .submit-row .deletelink-box .change-list #changelist-form .actions .btn-group-vertical>.deletelink ~ button,.change-list #changelist-form .actions .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ button,.change-form #content-main>form .add-row .change-list #changelist-form .actions .btn-group-vertical>a ~ button,.change-list #changelist-form .actions .change-form #content-main>form .add-row .btn-group-vertical>a ~ button,.passwordchange #content-main>form .add-row .change-list #changelist-form .actions .btn-group-vertical>a ~ button,.change-list #changelist-form .actions .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ button,.change-form #content-main>form .change-list #changelist-form .actions .btn-group-vertical>.inline-deletelink ~ button,.change-list #changelist-form .actions .change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ button,.passwordchange #content-main>form .change-list #changelist-form .actions .btn-group-vertical>.inline-deletelink ~ button,.change-list #changelist-form .actions .passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ button,.login #container .submit-row .change-list #changelist-form .actions .btn-group-vertical>input ~ button,.change-list #changelist-form .actions .login #container .submit-row .btn-group-vertical>input ~ button,#content .object-tools .change-list #changelist-form .actions .btn-group-vertical>a ~ button,.change-list #changelist-form .actions #content .object-tools .btn-group-vertical>a ~ button,.change-list #changelist-search #changelist-form .actions .btn-group-vertical>input[type=submit] ~ button,.change-list #changelist-form .actions #changelist-search .btn-group-vertical>input[type=submit] ~ button,.change-list #changelist-form .actions .btn-group-vertical>.changelist-filter-toggler ~ button,.change-list #changelist-form .actions .btn-group-vertical>button ~ button,.paginator .change-list #changelist-form .actions .btn-group-vertical>.showall ~ button,.change-list #changelist-form .actions .paginator .btn-group-vertical>.showall ~ button,.paginator .change-list #changelist-form .actions .btn-group-vertical>input ~ button,.change-list #changelist-form .actions .paginator .btn-group-vertical>input ~ button,.delete-confirmation-content form .change-list #changelist-form .actions .btn-group-vertical>input[type=submit] ~ button,.change-list #changelist-form .actions .delete-confirmation-content form .btn-group-vertical>input[type=submit] ~ button,.delete-confirmation-content form .change-list #changelist-form .actions .btn-group-vertical>.cancel-link ~ button,.change-list #changelist-form .actions .delete-confirmation-content form .btn-group-vertical>.cancel-link ~ button,.actionresult #content>p .change-list #changelist-form .actions .btn-group-vertical>a ~ button,.change-list #changelist-form .actions .actionresult #content>p .btn-group-vertical>a ~ button,.page-admindocs .admindocs-body .small .change-list #changelist-form .actions .btn-group-vertical>a ~ button,.change-list #changelist-form .actions .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ button,.paginator .btn-group-vertical>.btn ~ .showall,.change-form #content-main>form .form-row .paginator .btn-group-vertical>.selector-chooseall ~ .showall,.paginator .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .showall,.passwordchange #content-main>form .form-row .paginator .btn-group-vertical>.selector-chooseall ~ .showall,.paginator .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .showall,.change-form #content-main>form .form-row .paginator .btn-group-vertical>.selector-clearall ~ .showall,.paginator .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .showall,.passwordchange #content-main>form .form-row .paginator .btn-group-vertical>.selector-clearall ~ .showall,.paginator .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .showall,.change-form #content-main>form .submit-row .paginator .btn-group-vertical>input[type=submit] ~ .showall,.paginator .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .showall,.passwordchange #content-main>form .submit-row .paginator .btn-group-vertical>input[type=submit] ~ .showall,.paginator .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .showall,.change-form #content-main>form .submit-row .deletelink-box .paginator .btn-group-vertical>.deletelink ~ .showall,.paginator .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .showall,.passwordchange #content-main>form .submit-row .deletelink-box .paginator .btn-group-vertical>.deletelink ~ .showall,.paginator .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .showall,.change-form #content-main>form .add-row .paginator .btn-group-vertical>a ~ .showall,.paginator .change-form #content-main>form .add-row .btn-group-vertical>a ~ .showall,.passwordchange #content-main>form .add-row .paginator .btn-group-vertical>a ~ .showall,.paginator .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ .showall,.change-form #content-main>form .paginator .btn-group-vertical>.inline-deletelink ~ .showall,.paginator .change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ .showall,.passwordchange #content-main>form .paginator .btn-group-vertical>.inline-deletelink ~ .showall,.paginator .passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ .showall,.login #container .submit-row .paginator .btn-group-vertical>input ~ .showall,.paginator .login #container .submit-row .btn-group-vertical>input ~ .showall,#content .object-tools .paginator .btn-group-vertical>a ~ .showall,.paginator #content .object-tools .btn-group-vertical>a ~ .showall,.change-list #changelist-search .paginator .btn-group-vertical>input[type=submit] ~ .showall,.paginator .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ .showall,.change-list .paginator .btn-group-vertical>.changelist-filter-toggler ~ .showall,.paginator .change-list .btn-group-vertical>.changelist-filter-toggler ~ .showall,.change-list #changelist-form .actions .paginator .btn-group-vertical>button ~ .showall,.paginator .change-list #changelist-form .actions .btn-group-vertical>button ~ .showall,.paginator .btn-group-vertical>.showall ~ .showall,.paginator .btn-group-vertical>input ~ .showall,.delete-confirmation-content form .paginator .btn-group-vertical>input[type=submit] ~ .showall,.paginator .delete-confirmation-content form .btn-group-vertical>input[type=submit] ~ .showall,.delete-confirmation-content form .paginator .btn-group-vertical>.cancel-link ~ .showall,.paginator .delete-confirmation-content form .btn-group-vertical>.cancel-link ~ .showall,.actionresult #content>p .paginator .btn-group-vertical>a ~ .showall,.paginator .actionresult #content>p .btn-group-vertical>a ~ .showall,.page-admindocs .admindocs-body .small .paginator .btn-group-vertical>a ~ .showall,.paginator .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ .showall,.paginator .btn-group-vertical>.btn ~ input,.change-form #content-main>form .form-row .paginator .btn-group-vertical>.selector-chooseall ~ input,.paginator .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ input,.passwordchange #content-main>form .form-row .paginator .btn-group-vertical>.selector-chooseall ~ input,.paginator .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ input,.change-form #content-main>form .form-row .paginator .btn-group-vertical>.selector-clearall ~ input,.paginator .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ input,.passwordchange #content-main>form .form-row .paginator .btn-group-vertical>.selector-clearall ~ input,.paginator .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ input,.change-form #content-main>form .submit-row .paginator .btn-group-vertical>input[type=submit] ~ input,.paginator .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input,.passwordchange #content-main>form .submit-row .paginator .btn-group-vertical>input[type=submit] ~ input,.paginator .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input,.change-form #content-main>form .submit-row .deletelink-box .paginator .btn-group-vertical>.deletelink ~ input,.paginator .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input,.passwordchange #content-main>form .submit-row .deletelink-box .paginator .btn-group-vertical>.deletelink ~ input,.paginator .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input,.change-form #content-main>form .add-row .paginator .btn-group-vertical>a ~ input,.paginator .change-form #content-main>form .add-row .btn-group-vertical>a ~ input,.passwordchange #content-main>form .add-row .paginator .btn-group-vertical>a ~ input,.paginator .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ input,.change-form #content-main>form .paginator .btn-group-vertical>.inline-deletelink ~ input,.paginator .change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ input,.passwordchange #content-main>form .paginator .btn-group-vertical>.inline-deletelink ~ input,.paginator .passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ input,.login #container .submit-row .paginator .btn-group-vertical>input ~ input,.paginator .login #container .submit-row .btn-group-vertical>input ~ input,#content .object-tools .paginator .btn-group-vertical>a ~ input,.paginator #content .object-tools .btn-group-vertical>a ~ input,.change-list #changelist-search .paginator .btn-group-vertical>input[type=submit] ~ input,.paginator .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ input,.change-list .paginator .btn-group-vertical>.changelist-filter-toggler ~ input,.paginator .change-list .btn-group-vertical>.changelist-filter-toggler ~ input,.change-list #changelist-form .actions .paginator .btn-group-vertical>button ~ input,.paginator .change-list #changelist-form .actions .btn-group-vertical>button ~ input,.paginator .btn-group-vertical>.showall ~ input,.paginator .btn-group-vertical>input ~ input,.delete-confirmation-content form .paginator .btn-group-vertical>input[type=submit] ~ input,.paginator .delete-confirmation-content form .btn-group-vertical>input[type=submit] ~ input,.delete-confirmation-content form .paginator .btn-group-vertical>.cancel-link ~ input,.paginator .delete-confirmation-content form .btn-group-vertical>.cancel-link ~ input,.actionresult #content>p .paginator .btn-group-vertical>a ~ input,.paginator .actionresult #content>p .btn-group-vertical>a ~ input,.page-admindocs .admindocs-body .small .paginator .btn-group-vertical>a ~ input,.paginator .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ input,.delete-confirmation-content form .btn-group-vertical>.btn ~ input[type=submit],.change-form .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.delete-confirmation-content .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.passwordchange .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.delete-confirmation-content .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ input[type=submit],.change-form .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.delete-confirmation-content .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.passwordchange .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.delete-confirmation-content .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ input[type=submit],.change-form .delete-confirmation-content #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.delete-confirmation-content .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.passwordchange .delete-confirmation-content #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.delete-confirmation-content .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ input[type=submit],.change-form .delete-confirmation-content #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input[type=submit],.delete-confirmation-content .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input[type=submit],.passwordchange .delete-confirmation-content #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input[type=submit],.delete-confirmation-content .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ input[type=submit],.change-form .delete-confirmation-content #content-main>form .add-row .btn-group-vertical>a ~ input[type=submit],.delete-confirmation-content .change-form #content-main>form .add-row .btn-group-vertical>a ~ input[type=submit],.passwordchange .delete-confirmation-content #content-main>form .add-row .btn-group-vertical>a ~ input[type=submit],.delete-confirmation-content .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ input[type=submit],.change-form .delete-confirmation-content #content-main>form .btn-group-vertical>.inline-deletelink ~ input[type=submit],.delete-confirmation-content .change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ input[type=submit],.passwordchange .delete-confirmation-content #content-main>form .btn-group-vertical>.inline-deletelink ~ input[type=submit],.delete-confirmation-content .passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ input[type=submit],.login #container .submit-row .delete-confirmation-content form .btn-group-vertical>input ~ input[type=submit],.delete-confirmation-content form .login #container .submit-row .btn-group-vertical>input ~ input[type=submit],#content .object-tools .delete-confirmation-content form .btn-group-vertical>a ~ input[type=submit],.delete-confirmation-content form #content .object-tools .btn-group-vertical>a ~ input[type=submit],.change-list #changelist-search .delete-confirmation-content form .btn-group-vertical>input[type=submit] ~ input[type=submit],.delete-confirmation-content form .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ input[type=submit],.change-list .delete-confirmation-content form .btn-group-vertical>.changelist-filter-toggler ~ input[type=submit],.delete-confirmation-content form .change-list .btn-group-vertical>.changelist-filter-toggler ~ input[type=submit],.change-list #changelist-form .actions .delete-confirmation-content form .btn-group-vertical>button ~ input[type=submit],.delete-confirmation-content form .change-list #changelist-form .actions .btn-group-vertical>button ~ input[type=submit],.paginator .delete-confirmation-content form .btn-group-vertical>.showall ~ input[type=submit],.delete-confirmation-content form .paginator .btn-group-vertical>.showall ~ input[type=submit],.paginator .delete-confirmation-content form .btn-group-vertical>input ~ input[type=submit],.delete-confirmation-content form .paginator .btn-group-vertical>input ~ input[type=submit],.delete-confirmation-content form .btn-group-vertical>input[type=submit] ~ input[type=submit],.delete-confirmation-content form .btn-group-vertical>.cancel-link ~ input[type=submit],.actionresult #content>p .delete-confirmation-content form .btn-group-vertical>a ~ input[type=submit],.delete-confirmation-content form .actionresult #content>p .btn-group-vertical>a ~ input[type=submit],.page-admindocs .admindocs-body .small .delete-confirmation-content form .btn-group-vertical>a ~ input[type=submit],.delete-confirmation-content form .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ input[type=submit],.delete-confirmation-content form .btn-group-vertical>.btn ~ .cancel-link,.change-form .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .cancel-link,.delete-confirmation-content .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .cancel-link,.passwordchange .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .cancel-link,.delete-confirmation-content .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ .cancel-link,.change-form .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .cancel-link,.delete-confirmation-content .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .cancel-link,.passwordchange .delete-confirmation-content #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .cancel-link,.delete-confirmation-content .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ .cancel-link,.change-form .delete-confirmation-content #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .cancel-link,.delete-confirmation-content .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .cancel-link,.passwordchange .delete-confirmation-content #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .cancel-link,.delete-confirmation-content .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ .cancel-link,.change-form .delete-confirmation-content #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .cancel-link,.delete-confirmation-content .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .cancel-link,.passwordchange .delete-confirmation-content #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .cancel-link,.delete-confirmation-content .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ .cancel-link,.change-form .delete-confirmation-content #content-main>form .add-row .btn-group-vertical>a ~ .cancel-link,.delete-confirmation-content .change-form #content-main>form .add-row .btn-group-vertical>a ~ .cancel-link,.passwordchange .delete-confirmation-content #content-main>form .add-row .btn-group-vertical>a ~ .cancel-link,.delete-confirmation-content .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ .cancel-link,.change-form .delete-confirmation-content #content-main>form .btn-group-vertical>.inline-deletelink ~ .cancel-link,.delete-confirmation-content .change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ .cancel-link,.passwordchange .delete-confirmation-content #content-main>form .btn-group-vertical>.inline-deletelink ~ .cancel-link,.delete-confirmation-content .passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ .cancel-link,.login #container .submit-row .delete-confirmation-content form .btn-group-vertical>input ~ .cancel-link,.delete-confirmation-content form .login #container .submit-row .btn-group-vertical>input ~ .cancel-link,#content .object-tools .delete-confirmation-content form .btn-group-vertical>a ~ .cancel-link,.delete-confirmation-content form #content .object-tools .btn-group-vertical>a ~ .cancel-link,.change-list #changelist-search .delete-confirmation-content form .btn-group-vertical>input[type=submit] ~ .cancel-link,.delete-confirmation-content form .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ .cancel-link,.change-list .delete-confirmation-content form .btn-group-vertical>.changelist-filter-toggler ~ .cancel-link,.delete-confirmation-content form .change-list .btn-group-vertical>.changelist-filter-toggler ~ .cancel-link,.change-list #changelist-form .actions .delete-confirmation-content form .btn-group-vertical>button ~ .cancel-link,.delete-confirmation-content form .change-list #changelist-form .actions .btn-group-vertical>button ~ .cancel-link,.paginator .delete-confirmation-content form .btn-group-vertical>.showall ~ .cancel-link,.delete-confirmation-content form .paginator .btn-group-vertical>.showall ~ .cancel-link,.paginator .delete-confirmation-content form .btn-group-vertical>input ~ .cancel-link,.delete-confirmation-content form .paginator .btn-group-vertical>input ~ .cancel-link,.delete-confirmation-content form .btn-group-vertical>input[type=submit] ~ .cancel-link,.delete-confirmation-content form .btn-group-vertical>.cancel-link ~ .cancel-link,.actionresult #content>p .delete-confirmation-content form .btn-group-vertical>a ~ .cancel-link,.delete-confirmation-content form .actionresult #content>p .btn-group-vertical>a ~ .cancel-link,.page-admindocs .admindocs-body .small .delete-confirmation-content form .btn-group-vertical>a ~ .cancel-link,.delete-confirmation-content form .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ .cancel-link,.actionresult #content>p .btn-group-vertical>.btn ~ a,.change-form #content-main>form .form-row .actionresult #content>p .btn-group-vertical>.selector-chooseall ~ a,.actionresult #content>p .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ a,.passwordchange #content-main>form .form-row .actionresult #content>p .btn-group-vertical>.selector-chooseall ~ a,.actionresult #content>p .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ a,.change-form #content-main>form .form-row .actionresult #content>p .btn-group-vertical>.selector-clearall ~ a,.actionresult #content>p .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ a,.passwordchange #content-main>form .form-row .actionresult #content>p .btn-group-vertical>.selector-clearall ~ a,.actionresult #content>p .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ a,.change-form #content-main>form .submit-row .actionresult #content>p .btn-group-vertical>input[type=submit] ~ a,.actionresult #content>p .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ a,.passwordchange #content-main>form .submit-row .actionresult #content>p .btn-group-vertical>input[type=submit] ~ a,.actionresult #content>p .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ a,.change-form #content-main>form .submit-row .deletelink-box .actionresult #content>p .btn-group-vertical>.deletelink ~ a,.actionresult #content>p .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ a,.passwordchange #content-main>form .submit-row .deletelink-box .actionresult #content>p .btn-group-vertical>.deletelink ~ a,.actionresult #content>p .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ a,.change-form #content-main>form .add-row .actionresult #content>p .btn-group-vertical>a ~ a,.actionresult #content>p .change-form #content-main>form .add-row .btn-group-vertical>a ~ a,.passwordchange #content-main>form .add-row .actionresult #content>p .btn-group-vertical>a ~ a,.actionresult #content>p .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ a,.change-form #content-main>form .actionresult #content>p .btn-group-vertical>.inline-deletelink ~ a,.actionresult #content>p .change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ a,.passwordchange #content-main>form .actionresult #content>p .btn-group-vertical>.inline-deletelink ~ a,.actionresult #content>p .passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ a,.login #container .submit-row .actionresult #content>p .btn-group-vertical>input ~ a,.actionresult #content>p .login #container .submit-row .btn-group-vertical>input ~ a,.actionresult #content>p .object-tools .btn-group-vertical>a ~ a,.change-list #changelist-search .actionresult #content>p .btn-group-vertical>input[type=submit] ~ a,.actionresult #content>p .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ a,.change-list .actionresult #content>p .btn-group-vertical>.changelist-filter-toggler ~ a,.actionresult #content>p .change-list .btn-group-vertical>.changelist-filter-toggler ~ a,.change-list #changelist-form .actions .actionresult #content>p .btn-group-vertical>button ~ a,.actionresult #content>p .change-list #changelist-form .actions .btn-group-vertical>button ~ a,.paginator .actionresult #content>p .btn-group-vertical>.showall ~ a,.actionresult #content>p .paginator .btn-group-vertical>.showall ~ a,.paginator .actionresult #content>p .btn-group-vertical>input ~ a,.actionresult #content>p .paginator .btn-group-vertical>input ~ a,.delete-confirmation-content form .actionresult #content>p .btn-group-vertical>input[type=submit] ~ a,.actionresult #content>p .delete-confirmation-content form .btn-group-vertical>input[type=submit] ~ a,.delete-confirmation-content form .actionresult #content>p .btn-group-vertical>.cancel-link ~ a,.actionresult #content>p .delete-confirmation-content form .btn-group-vertical>.cancel-link ~ a,.actionresult #content>p .btn-group-vertical>a ~ a,.page-admindocs .admindocs-body .small .actionresult #content>p .btn-group-vertical>a ~ a,.actionresult #content>p .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ a,.page-admindocs .admindocs-body .small .btn-group-vertical>.btn ~ a,.change-form #content-main>form .form-row .page-admindocs .admindocs-body .small .btn-group-vertical>.selector-chooseall ~ a,.page-admindocs .admindocs-body .small .change-form #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ a,.passwordchange #content-main>form .form-row .page-admindocs .admindocs-body .small .btn-group-vertical>.selector-chooseall ~ a,.page-admindocs .admindocs-body .small .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-chooseall ~ a,.change-form #content-main>form .form-row .page-admindocs .admindocs-body .small .btn-group-vertical>.selector-clearall ~ a,.page-admindocs .admindocs-body .small .change-form #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ a,.passwordchange #content-main>form .form-row .page-admindocs .admindocs-body .small .btn-group-vertical>.selector-clearall ~ a,.page-admindocs .admindocs-body .small .passwordchange #content-main>form .form-row .btn-group-vertical>.selector-clearall ~ a,.change-form #content-main>form .submit-row .page-admindocs .admindocs-body .small .btn-group-vertical>input[type=submit] ~ a,.page-admindocs .admindocs-body .small .change-form #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ a,.passwordchange #content-main>form .submit-row .page-admindocs .admindocs-body .small .btn-group-vertical>input[type=submit] ~ a,.page-admindocs .admindocs-body .small .passwordchange #content-main>form .submit-row .btn-group-vertical>input[type=submit] ~ a,.change-form #content-main>form .submit-row .deletelink-box .page-admindocs .admindocs-body .small .btn-group-vertical>.deletelink ~ a,.page-admindocs .admindocs-body .small .change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ a,.passwordchange #content-main>form .submit-row .deletelink-box .page-admindocs .admindocs-body .small .btn-group-vertical>.deletelink ~ a,.page-admindocs .admindocs-body .small .passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.deletelink ~ a,.change-form #content-main>form .add-row .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ a,.page-admindocs .admindocs-body .small .change-form #content-main>form .add-row .btn-group-vertical>a ~ a,.passwordchange #content-main>form .add-row .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ a,.page-admindocs .admindocs-body .small .passwordchange #content-main>form .add-row .btn-group-vertical>a ~ a,.change-form #content-main>form .page-admindocs .admindocs-body .small .btn-group-vertical>.inline-deletelink ~ a,.page-admindocs .admindocs-body .small .change-form #content-main>form .btn-group-vertical>.inline-deletelink ~ a,.passwordchange #content-main>form .page-admindocs .admindocs-body .small .btn-group-vertical>.inline-deletelink ~ a,.page-admindocs .admindocs-body .small .passwordchange #content-main>form .btn-group-vertical>.inline-deletelink ~ a,.login #container .submit-row .page-admindocs .admindocs-body .small .btn-group-vertical>input ~ a,.page-admindocs .admindocs-body .small .login #container .submit-row .btn-group-vertical>input ~ a,#content .object-tools .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ a,.page-admindocs .admindocs-body .small #content .object-tools .btn-group-vertical>a ~ a,.change-list #changelist-search .page-admindocs .admindocs-body .small .btn-group-vertical>input[type=submit] ~ a,.page-admindocs .admindocs-body .small .change-list #changelist-search .btn-group-vertical>input[type=submit] ~ a,.change-list .page-admindocs .admindocs-body .small .btn-group-vertical>.changelist-filter-toggler ~ a,.page-admindocs .admindocs-body .small .change-list .btn-group-vertical>.changelist-filter-toggler ~ a,.change-list #changelist-form .actions .page-admindocs .admindocs-body .small .btn-group-vertical>button ~ a,.page-admindocs .admindocs-body .small .change-list #changelist-form .actions .btn-group-vertical>button ~ a,.paginator .page-admindocs .admindocs-body .small .btn-group-vertical>.showall ~ a,.page-admindocs .admindocs-body .small .paginator .btn-group-vertical>.showall ~ a,.paginator .page-admindocs .admindocs-body .small .btn-group-vertical>input ~ a,.page-admindocs .admindocs-body .small .paginator .btn-group-vertical>input ~ a,.delete-confirmation-content form .page-admindocs .admindocs-body .small .btn-group-vertical>input[type=submit] ~ a,.page-admindocs .admindocs-body .small .delete-confirmation-content form .btn-group-vertical>input[type=submit] ~ a,.delete-confirmation-content form .page-admindocs .admindocs-body .small .btn-group-vertical>.cancel-link ~ a,.page-admindocs .admindocs-body .small .delete-confirmation-content form .btn-group-vertical>.cancel-link ~ a,.actionresult #content>p .page-admindocs .admindocs-body .small .btn-group-vertical>a ~ a,.page-admindocs .admindocs-body .small .actionresult #content>p .btn-group-vertical>a ~ a,.page-admindocs .admindocs-body .small .btn-group-vertical>a ~ a,.btn-group-vertical>.btn-group:not(:first-child)>.btn,.change-form #content-main>form .form-row .btn-group-vertical>.btn-group:not(:first-child)>.selector-chooseall,.passwordchange #content-main>form .form-row .btn-group-vertical>.btn-group:not(:first-child)>.selector-chooseall,.change-form #content-main>form .form-row .btn-group-vertical>.btn-group:not(:first-child)>.selector-clearall,.passwordchange #content-main>form .form-row .btn-group-vertical>.btn-group:not(:first-child)>.selector-clearall,.change-form #content-main>form .submit-row .btn-group-vertical>.btn-group:not(:first-child)>input[type=submit],.passwordchange #content-main>form .submit-row .btn-group-vertical>.btn-group:not(:first-child)>input[type=submit],.change-form #content-main>form .submit-row .deletelink-box .btn-group-vertical>.btn-group:not(:first-child)>.deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .btn-group-vertical>.btn-group:not(:first-child)>.deletelink,.change-form #content-main>form .add-row .btn-group-vertical>.btn-group:not(:first-child)>a,.passwordchange #content-main>form .add-row .btn-group-vertical>.btn-group:not(:first-child)>a,.change-form #content-main>form .btn-group-vertical>.btn-group:not(:first-child)>.inline-deletelink,.passwordchange #content-main>form .btn-group-vertical>.btn-group:not(:first-child)>.inline-deletelink,.login #container .submit-row .btn-group-vertical>.btn-group:not(:first-child)>input,#content .object-tools .btn-group-vertical>.btn-group:not(:first-child)>a,.change-list #changelist-search .btn-group-vertical>.btn-group:not(:first-child)>input[type=submit],.change-list .btn-group-vertical>.btn-group:not(:first-child)>.changelist-filter-toggler,.change-list #changelist-form .actions .btn-group-vertical>.btn-group:not(:first-child)>button,.paginator .btn-group-vertical>.btn-group:not(:first-child)>.showall,.paginator .btn-group-vertical>.btn-group:not(:first-child)>input,.delete-confirmation-content form .btn-group-vertical>.btn-group:not(:first-child)>input[type=submit],.delete-confirmation-content form .btn-group-vertical>.btn-group:not(:first-child)>.cancel-link,.actionresult #content>p .btn-group-vertical>.btn-group:not(:first-child)>a,.page-admindocs .admindocs-body .small .btn-group-vertical>.btn-group:not(:first-child)>a{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;text-decoration:none;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.nav-link{transition:none}}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:none;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#7f1b27}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar,#header{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,#header .navbar>.container,.navbar #header>.container,#header>.container,.navbar>.container-fluid,#header .navbar>.container-fluid,.navbar #header>.container-fluid,#header>.container-fluid,.navbar>.container-sm,#header .navbar>.container-sm,.navbar #header>.container-sm,#header>.container-sm,.navbar>.container-md,#header .navbar>.container-md,.navbar #header>.container-md,#header>.container-md,.navbar>.container-lg,#header .navbar>.container-lg,.navbar #header>.container-lg,#header>.container-lg,.navbar>.container-xl,#header .navbar>.container-xl,.navbar #header>.container-xl,#header>.container-xl,.navbar>.container-xxl,#header .navbar>.container-xxl,.navbar #header>.container-xxl,#header>.container-xxl,.change-list .navbar>#content-main,.change-list #header .navbar>#content-main,.change-list .navbar #header>#content-main,.change-list #header>#content-main,.change-form .navbar>#content-main,.change-form #header .navbar>#content-main,.change-form .navbar #header>#content-main,.change-form #header>#content-main,body.page-changehistory .navbar>#content-main,body.page-changehistory #header .navbar>#content-main,body.page-changehistory .navbar #header>#content-main,body.page-changehistory #header>#content-main,.passwordchange .navbar>#content-main,.passwordchange #header .navbar>#content-main,.passwordchange .navbar #header>#content-main,.passwordchange #header>#content-main{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand,#branding{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text,#header #user-tools>a{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height, 75vh);overflow-y:auto}@media (min-width: 576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (min-width: 768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (min-width: 992px){.navbar-expand-lg,body:not(.login):not(.page-logout) #header.expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav,body:not(.login):not(.page-logout) #header.expand .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu,body:not(.login):not(.page-logout) #header.expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link,body:not(.login):not(.page-logout) #header.expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll,body:not(.login):not(.page-logout) #header.expand .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse,body:not(.login):not(.page-logout) #header.expand .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-lg .navbar-toggler,body:not(.login):not(.page-logout) #header.expand .navbar-toggler{display:none}}@media (min-width: 1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (min-width: 1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light #branding{color:rgba(0,0,0,0.9)}.navbar-light .navbar-brand:hover,.navbar-light #branding:hover,.navbar-light .navbar-brand:focus,.navbar-light #branding:focus{color:rgba(0,0,0,0.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,0.55)}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:rgba(0,0,0,0.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,0.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .nav-link.active{color:rgba(0,0,0,0.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,0.55);border-color:rgba(0,0,0,0.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%280,0,0,0.55%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e")}.navbar-light .navbar-text,.navbar-light #header #user-tools>a,#header .navbar-light #user-tools>a{color:rgba(0,0,0,0.55)}.navbar-light .navbar-text a,.navbar-light #header #user-tools>a a,#header .navbar-light #user-tools>a a,.navbar-light .navbar-text a:hover,.navbar-light #header #user-tools>a a:hover,#header .navbar-light #user-tools>a a:hover,.navbar-light .navbar-text a:focus,.navbar-light #header #user-tools>a a:focus,#header .navbar-light #user-tools>a a:focus{color:rgba(0,0,0,0.9)}.navbar-dark .navbar-brand,#header .navbar-brand,.navbar-dark #branding,#header #branding{color:#fff}.navbar-dark .navbar-brand:hover,#header .navbar-brand:hover,.navbar-dark #branding:hover,#header #branding:hover,.navbar-dark .navbar-brand:focus,#header .navbar-brand:focus,.navbar-dark #branding:focus,#header #branding:focus{color:#fff}.navbar-dark .navbar-nav .nav-link,#header .navbar-nav .nav-link{color:rgba(255,255,255,0.55)}.navbar-dark .navbar-nav .nav-link:hover,#header .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus,#header .navbar-nav .nav-link:focus{color:rgba(255,255,255,0.75)}.navbar-dark .navbar-nav .nav-link.disabled,#header .navbar-nav .nav-link.disabled{color:rgba(255,255,255,0.25)}.navbar-dark .navbar-nav .show>.nav-link,#header .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .nav-link.active,#header .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler,#header .navbar-toggler{color:rgba(255,255,255,0.55);border-color:rgba(255,255,255,0.1)}.navbar-dark .navbar-toggler-icon,#header .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%28255,255,255,0.55%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e")}.navbar-dark .navbar-text,#header .navbar-text,#header .navbar-dark #user-tools>a,#header #user-tools>a{color:rgba(255,255,255,0.55)}.navbar-dark .navbar-text a,#header .navbar-text a,#header .navbar-dark #user-tools>a a,#header #user-tools>a a,.navbar-dark .navbar-text a:hover,#header .navbar-text a:hover,#header .navbar-dark #user-tools>a a:hover,#header #user-tools>a a:hover,.navbar-dark .navbar-text a:focus,#header .navbar-text a:focus,#header .navbar-dark #user-tools>a a:focus,#header #user-tools>a a:focus{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,0.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1rem /* rtl:ignore */}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,0.03);border-bottom:1px solid rgba(0,0,0,0.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,0.03);border-top:1px solid rgba(0,0,0,0.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media (min-width: 576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0.125);border-radius:0;overflow-anchor:none;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease}@media (prefers-reduced-motion: reduce){.accordion-button{transition:none}}.accordion-button.collapsed{border-bottom-width:0}.accordion-button:not(.collapsed){color:#731823;background-color:#f2e8e9}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23731823\'%3e%3cpath fill-rule=\'evenodd\' d=\'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e");transform:rotate(180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23212529\'%3e%3cpath fill-rule=\'evenodd\' d=\'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform 0.2s ease-in-out}@media (prefers-reduced-motion: reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#bf8d93;outline:0;box-shadow:0 0 0 .25rem rgba(127,27,39,0.25)}.accordion-header{margin-bottom:0}.accordion-item:first-of-type .accordion-button{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-width:1px;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-collapse{border-bottom-width:1px;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-collapse{border:solid rgba(0,0,0,0.125);border-width:0 1px}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-button{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item:first-of-type .accordion-button{border-top-width:0;border-top-left-radius:0;border-top-right-radius:0}.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed{border-bottom-width:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#7f1b27;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#66151f;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#66151f;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgba(127,27,39,0.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#7f1b27;border-color:#7f1b27}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge,.change-form #content-main>form .form-row .selector-chooseall .badge,.passwordchange #content-main>form .form-row .selector-chooseall .badge,.change-form #content-main>form .form-row .selector-clearall .badge,.passwordchange #content-main>form .form-row .selector-clearall .badge,.change-form #content-main>form .submit-row input[type=submit] .badge,.passwordchange #content-main>form .submit-row input[type=submit] .badge,.change-form #content-main>form .submit-row .deletelink-box .deletelink .badge,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink .badge,.change-form #content-main>form .add-row a .badge,.passwordchange #content-main>form .add-row a .badge,.change-form #content-main>form .inline-deletelink .badge,.passwordchange #content-main>form .inline-deletelink .badge,.login #container .submit-row input .badge,#content .object-tools a .badge,.change-list #changelist-search input[type=submit] .badge,.change-list .changelist-filter-toggler .badge,.change-list #changelist-form .actions button .badge,.paginator .showall .badge,.paginator input .badge,.delete-confirmation-content form input[type=submit] .badge,.delete-confirmation-content form .cancel-link .badge,.actionresult #content>p a .badge,.page-admindocs .admindocs-body .small a .badge{position:relative;top:-1px}.alert,.change-form #content-main>form .errornote,.passwordchange #content-main>form .errornote,.login #container .errornote,.messagelist .success,.messagelist .info,.messagelist .warning,.messagelist .error,.page-admindocs .admindocs-body .help{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#4c1017;background-color:#e5d1d4;border-color:#d9bbbe}.alert-primary .alert-link{color:#3d0d12}.alert-secondary{color:#484d00;background-color:#f0f3cc;border-color:#e8ecb3}.alert-secondary .alert-link{color:#3a3e00}.alert-success,.messagelist .success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-success .alert-link,.messagelist .success .alert-link{color:#0c4128}.alert-info,.messagelist .info,.page-admindocs .admindocs-body .help{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link,.messagelist .info .alert-link,.page-admindocs .admindocs-body .help .alert-link{color:#04414d}.alert-warning,.login #container .errornote,.messagelist .warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link,.login #container .errornote .alert-link,.messagelist .warning .alert-link{color:#523e02}.alert-danger,.change-form #content-main>form .errornote,.passwordchange #content-main>form .errornote,.messagelist .error{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger .alert-link,.change-form #content-main>form .errornote .alert-link,.passwordchange #content-main>form .errornote .alert-link,.messagelist .error .alert-link{color:#6a1a21}.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#7f1b27;transition:width 0.6s ease}@media (prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion: reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,0.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#7f1b27;border-color:#7f1b27}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width: 576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#4c1017;background-color:#e5d1d4}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#4c1017;background-color:#cebcbf}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#4c1017;border-color:#4c1017}.list-group-item-secondary{color:#484d00;background-color:#f0f3cc}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#484d00;background-color:#d8dbb8}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#484d00;border-color:#484d00}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23000\'%3e%3cpath d=\'M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(127,27,39,0.25);opacity:1}.btn-close:disabled,.btn-close.disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:.25}.btn-close-white{-webkit-filter:invert(1) grayscale(100%) brightness(200%);filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,0.85);background-clip:padding-box;border:1px solid rgba(0,0,0,0.1);box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15);border-radius:.25rem}.toast:not(.showing):not(.show){opacity:0}.toast.hide{display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,0.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,0.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform 0.3s ease-out;transform:translate(0, -50px)}@media (prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body,.modal-dialog-scrollable .change-list #changelist-filter-modal,.change-list .modal-dialog-scrollable #changelist-filter-modal{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body,.change-list #changelist-filter-modal{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width: 992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width: 1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body,.modal-fullscreen .change-list #changelist-filter-modal,.change-list .modal-fullscreen #changelist-filter-modal{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width: 575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body,.modal-fullscreen-sm-down .change-list #changelist-filter-modal,.change-list .modal-fullscreen-sm-down #changelist-filter-modal{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width: 767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body,.modal-fullscreen-md-down .change-list #changelist-filter-modal,.change-list .modal-fullscreen-md-down #changelist-filter-modal{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width: 991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body,.modal-fullscreen-lg-down .change-list #changelist-filter-modal,.change-list .modal-fullscreen-lg-down #changelist-filter-modal{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width: 1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body,.modal-fullscreen-xl-down .change-list #changelist-filter-modal,.change-list .modal-fullscreen-xl-down #changelist-filter-modal{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width: 1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body,.modal-fullscreen-xxl-down .change-list #changelist-filter-modal,.change-list .modal-fullscreen-xxl-down #changelist-filter-modal{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[data-popper-placement^="top"]{padding:.4rem 0}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow{bottom:0}.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-end,.bs-tooltip-auto[data-popper-placement^="right"]{padding:0 .4rem}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-end .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[data-popper-placement^="bottom"]{padding:.4rem 0}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow{top:0}.bs-tooltip-bottom .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-start,.bs-tooltip-auto[data-popper-placement^="left"]{padding:0 .4rem}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-start .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0 /* rtl:ignore */;z-index:1060;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::before,.popover .popover-arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,0.25)}.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,0.25)}.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,0.25)}.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-bottom .popover-header::before,.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,0.25)}.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid #d8d8d8;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity 0.15s ease}@media (prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23fff\'%3e%3cpath d=\'M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z\'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23fff\'%3e%3cpath d=\'M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity 0.6s ease}@media (prefers-reduced-motion: reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon{-webkit-filter:invert(1) grayscale(100);filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(360deg) /* rtl:ignore */}}@keyframes spinner-border{to{transform:rotate(360deg) /* rtl:ignore */}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.clearfix::after,.change-form #content-main>form .inline-related h3::after,.passwordchange #content-main>form .inline-related h3::after,.change-form #content-main>form .inline-related .h3::after,.passwordchange #content-main>form .inline-related .h3::after,.sidebar-menu h1::after,.sidebar-menu .h1::after,.sidebar-menu .depth-0 a.has-children::after,.sidebar-menu .depth-0 span.has-children::after,.sidebar-menu .depth-1 a.has-children::after,.sidebar-menu .depth-1 span.has-children::after,.paginator::after{display:block;clear:both;content:""}.link-primary{color:#7f1b27}.link-primary:hover,.link-primary:focus{color:#66151f}.link-secondary{color:#b3c100}.link-secondary:hover,.link-secondary:focus{color:#c2cd33}.link-success{color:#198754}.link-success:hover,.link-success:focus{color:#146c43}.link-info{color:#0dcaf0}.link-info:hover,.link-info:focus{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:hover,.link-warning:focus{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:hover,.link-danger:focus{color:#b02a37}.link-light{color:#f8f9fa}.link-light:hover,.link-light:focus{color:#f9fafb}.link-dark{color:#212529}.link-dark:hover,.link-dark:focus{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio: calc(9 / 16 * 100%)}.ratio-21x9{--bs-aspect-ratio: calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width: 576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width: 768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width: 992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width: 1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width: 1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex,body:not(.login):not(.page-logout) #header.expand{display:flex !important}.d-inline-flex,#header #user-tools{display:inline-flex !important}.d-none{display:none !important}.shadow{box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15) !important}.shadow-sm{box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,0.175) !important}.shadow-none{box-shadow:none !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:-webkit-sticky !important;position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:1px solid #dee2e6 !important}.border-0{border:0 !important}.border-top{border-top:1px solid #dee2e6 !important}.border-top-0{border-top:0 !important}.border-end{border-right:1px solid #dee2e6 !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:1px solid #dee2e6 !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:1px solid #dee2e6 !important}.border-start-0{border-left:0 !important}.border-primary{border-color:#7f1b27 !important}.border-secondary{border-color:#b3c100 !important}.border-success{border-color:#198754 !important}.border-info{border-color:#0dcaf0 !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#dc3545 !important}.border-light{border-color:#f8f9fa !important}.border-dark{border-color:#212529 !important}.border-white{border-color:#fff !important}.border-0{border-width:0 !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-0{gap:0 !important}.gap-1{gap:.25rem !important}.gap-2{gap:.5rem !important}.gap-3{gap:1rem !important}.gap-4{gap:1.5rem !important}.gap-5{gap:3rem !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2,#content .object-tools,.change-form .object-tools{margin:.5rem !important}.m-3,.delete-confirmation-content{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2,.change-form #content-main>form .inline-related h3,.passwordchange #content-main>form .inline-related h3,.change-form #content-main>form .inline-related .h3,.passwordchange #content-main>form .inline-related .h3,.change-form #content-main>form .add-row,.passwordchange #content-main>form .add-row,.change-list .results{margin-top:.5rem !important}.mt-3,.change-form #content-main>form,.passwordchange #content-main>form,.auth-user.change-form #content-main>form,.dashboard #content-related>div{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1,.dashboard .addlink::before,.dashboard .viewlink::before,.dashboard .deletelink::before,.dashboard .changelink::before,.breadcrumbs a:first-child::before{margin-right:.25rem !important}.me-2,.change-list #changelist-form .actions button{margin-right:.5rem !important}.me-3,.change-form #content-main>form .form-row .datetime a+a,.passwordchange #content-main>form .form-row .datetime a+a,.paginator .end{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto,#branding{margin-right:auto !important}.mb-0,#content>h1,#content>.h1,.change-list #toolbar{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2,.change-form #content-main>form .add-row,.passwordchange #content-main>form .add-row{margin-bottom:.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4,.change-list #changelist-form .actions{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1,.change-form #content-main>form .submit-row input[type=submit],.passwordchange #content-main>form .submit-row input[type=submit]{margin-left:.25rem !important}.ms-2,.change-list #changelist-search input[type=submit],.change-list #changelist-form .actions button,.paginator .showall{margin-left:.5rem !important}.ms-3,.change-form #content-main>form .help,.passwordchange #content-main>form .help{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2,.change-form #content-main>form,.passwordchange #content-main>form,.auth-user.change-form #content-main>form,.change-form #content-main>form .form-row .selector-available h2,.passwordchange #content-main>form .form-row .selector-available h2,.change-form #content-main>form .form-row .selector-available .h2,.passwordchange #content-main>form .form-row .selector-available .h2,.change-form #content-main>form .form-row .selector-chosen h2,.passwordchange #content-main>form .form-row .selector-chosen h2,.change-form #content-main>form .form-row .selector-chosen .h2,.passwordchange #content-main>form .form-row .selector-chosen .h2{padding:.5rem !important}.p-3,.site-footer,.dashboard #content-related>div,.breadcrumbs,#content>h1,#content>.h1,.change-list #toolbar,body.page-changehistory #content-main>.module,.delete-confirmation-content{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0,.change-form #content-main>form .form-row .timezonewarning,.passwordchange #content-main>form .form-row .timezonewarning{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2,.change-form #content-main>form .form-row.errors .errorlist,.passwordchange #content-main>form .form-row.errors .errorlist{padding-top:.5rem !important}.pt-3,.change-form #content-main>form fieldset .description,.passwordchange #content-main>form fieldset .description,.actionresult #content h1+p,.actionresult #content .h1+p{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.25rem !important}.pe-2,.dashboard caption,.change-list #changelist-search label,.change-list #changelist-form .actions label{padding-right:.5rem !important}.pe-3,.change-form #content-main>form label,.passwordchange #content-main>form label,.auth-user.change-form #content-main>form label,.dashboard #content-main>p,.actionresult #content>p{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3,.change-form #content-main>form fieldset .description,.passwordchange #content-main>form fieldset .description{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-0,#content .object-tools,.change-form .object-tools{padding-left:0 !important}.ps-1{padding-left:.25rem !important}.ps-2,.dashboard caption{padding-left:.5rem !important}.ps-3,.dashboard #content-main>p,.messagelist .success,.messagelist .info,.messagelist .warning,.messagelist .error,.actionresult #content>p{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}.fs-1{font-size:calc(1.375rem + 1.5vw) !important}.fs-2{font-size:calc(1.325rem + .9vw) !important}.fs-3{font-size:calc(1.3rem + .6vw) !important}.fs-4{font-size:calc(1.275rem + .3vw) !important}.fs-5{font-size:1.25rem !important}.fs-6{font-size:1rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-light{font-weight:300 !important}.fw-lighter{font-weight:lighter !important}.fw-normal{font-weight:400 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:bolder !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-primary{color:#7f1b27 !important}.text-secondary{color:#b3c100 !important}.text-success{color:#198754 !important}.text-info{color:#0dcaf0 !important}.text-warning{color:#ffc107 !important}.text-danger{color:#dc3545 !important}.text-light{color:#f8f9fa !important}.text-dark{color:#212529 !important}.text-white{color:#fff !important}.text-body{color:#212529 !important}.text-muted,.change-form #content-main>form .form-row .selector-chooseall:not(.active),.passwordchange #content-main>form .form-row .selector-chooseall:not(.active),.change-form #content-main>form .form-row .selector-clearall:not(.active),.passwordchange #content-main>form .form-row .selector-clearall:not(.active),.change-form #content-main>form .help,.passwordchange #content-main>form .help{color:#6c757d !important}.text-black-50{color:rgba(0,0,0,0.5) !important}.text-white-50{color:rgba(255,255,255,0.5) !important}.text-reset{color:inherit !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.bg-primary{background-color:#7f1b27 !important}.bg-secondary{background-color:#b3c100 !important}.bg-success{background-color:#198754 !important}.bg-info{background-color:#0dcaf0 !important}.bg-warning{background-color:#ffc107 !important}.bg-danger{background-color:#dc3545 !important}.bg-light{background-color:#f8f9fa !important}.bg-dark,#header{background-color:#212529 !important}.bg-body{background-color:#fff !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:rgba(0,0,0,0) !important}.bg-gradient{background-image:var(--bs-gradient) !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.user-select-all{-webkit-user-select:all !important;-moz-user-select:all !important;-ms-user-select:all !important;user-select:all !important}.user-select-auto{-webkit-user-select:auto !important;-moz-user-select:auto !important;-ms-user-select:auto !important;user-select:auto !important}.user-select-none{-webkit-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:.25rem !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:.2rem !important}.rounded-2{border-radius:.25rem !important}.rounded-3{border-radius:.3rem !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.rounded-top{border-top-left-radius:.25rem !important;border-top-right-radius:.25rem !important}.rounded-end{border-top-right-radius:.25rem !important;border-bottom-right-radius:.25rem !important}.rounded-bottom{border-bottom-right-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-start{border-bottom-left-radius:.25rem !important;border-top-left-radius:.25rem !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media (min-width: 576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:.25rem !important}.gap-sm-2{gap:.5rem !important}.gap-sm-3{gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.gap-sm-5{gap:3rem !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width: 768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:.25rem !important}.gap-md-2{gap:.5rem !important}.gap-md-3{gap:1rem !important}.gap-md-4{gap:1.5rem !important}.gap-md-5{gap:3rem !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width: 992px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none,body:not(.login):not(.page-logout) #header.expand{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:.25rem !important}.gap-lg-2{gap:.5rem !important}.gap-lg-3{gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.gap-lg-5{gap:3rem !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width: 1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:.25rem !important}.gap-xl-2{gap:.5rem !important}.gap-xl-3{gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.gap-xl-5{gap:3rem !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}@media (min-width: 1400px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-xxl-0{gap:0 !important}.gap-xxl-1{gap:.25rem !important}.gap-xxl-2{gap:.5rem !important}.gap-xxl-3{gap:1rem !important}.gap-xxl-4{gap:1.5rem !important}.gap-xxl-5{gap:3rem !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.25rem !important}.m-xxl-2{margin:.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.25rem !important}.mt-xxl-2{margin-top:.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.25rem !important}.me-xxl-2{margin-right:.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.25rem !important}.ms-xxl-2{margin-left:.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.25rem !important}.pe-xxl-2{padding-right:.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.25rem !important}.ps-xxl-2{padding-left:.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}}@media (min-width: 1200px){.fs-1{font-size:2.5rem !important}.fs-2{font-size:2rem !important}.fs-3{font-size:1.75rem !important}.fs-4{font-size:1.5rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}/*!\n * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\n */.fa,.fas,.far,.fal,.fad,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid 0.08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\\f26e"}.fa-accessible-icon:before{content:"\\f368"}.fa-accusoft:before{content:"\\f369"}.fa-acquisitions-incorporated:before{content:"\\f6af"}.fa-ad:before{content:"\\f641"}.fa-address-book:before{content:"\\f2b9"}.fa-address-card:before{content:"\\f2bb"}.fa-adjust:before{content:"\\f042"}.fa-adn:before{content:"\\f170"}.fa-adobe:before{content:"\\f778"}.fa-adversal:before{content:"\\f36a"}.fa-affiliatetheme:before{content:"\\f36b"}.fa-air-freshener:before{content:"\\f5d0"}.fa-airbnb:before{content:"\\f834"}.fa-algolia:before{content:"\\f36c"}.fa-align-center:before{content:"\\f037"}.fa-align-justify:before{content:"\\f039"}.fa-align-left:before{content:"\\f036"}.fa-align-right:before{content:"\\f038"}.fa-alipay:before{content:"\\f642"}.fa-allergies:before{content:"\\f461"}.fa-amazon:before{content:"\\f270"}.fa-amazon-pay:before{content:"\\f42c"}.fa-ambulance:before{content:"\\f0f9"}.fa-american-sign-language-interpreting:before{content:"\\f2a3"}.fa-amilia:before{content:"\\f36d"}.fa-anchor:before{content:"\\f13d"}.fa-android:before{content:"\\f17b"}.fa-angellist:before{content:"\\f209"}.fa-angle-double-down:before{content:"\\f103"}.fa-angle-double-left:before{content:"\\f100"}.fa-angle-double-right:before{content:"\\f101"}.fa-angle-double-up:before{content:"\\f102"}.fa-angle-down:before{content:"\\f107"}.fa-angle-left:before{content:"\\f104"}.fa-angle-right:before{content:"\\f105"}.fa-angle-up:before{content:"\\f106"}.fa-angry:before{content:"\\f556"}.fa-angrycreative:before{content:"\\f36e"}.fa-angular:before{content:"\\f420"}.fa-ankh:before{content:"\\f644"}.fa-app-store:before{content:"\\f36f"}.fa-app-store-ios:before{content:"\\f370"}.fa-apper:before{content:"\\f371"}.fa-apple:before{content:"\\f179"}.fa-apple-alt:before{content:"\\f5d1"}.fa-apple-pay:before{content:"\\f415"}.fa-archive:before{content:"\\f187"}.fa-archway:before{content:"\\f557"}.fa-arrow-alt-circle-down:before{content:"\\f358"}.fa-arrow-alt-circle-left:before{content:"\\f359"}.fa-arrow-alt-circle-right:before{content:"\\f35a"}.fa-arrow-alt-circle-up:before{content:"\\f35b"}.fa-arrow-circle-down:before{content:"\\f0ab"}.fa-arrow-circle-left:before{content:"\\f0a8"}.fa-arrow-circle-right:before{content:"\\f0a9"}.fa-arrow-circle-up:before{content:"\\f0aa"}.fa-arrow-down:before{content:"\\f063"}.fa-arrow-left:before{content:"\\f060"}.fa-arrow-right:before{content:"\\f061"}.fa-arrow-up:before{content:"\\f062"}.fa-arrows-alt:before{content:"\\f0b2"}.fa-arrows-alt-h:before{content:"\\f337"}.fa-arrows-alt-v:before{content:"\\f338"}.fa-artstation:before{content:"\\f77a"}.fa-assistive-listening-systems:before{content:"\\f2a2"}.fa-asterisk:before{content:"\\f069"}.fa-asymmetrik:before{content:"\\f372"}.fa-at:before{content:"\\f1fa"}.fa-atlas:before{content:"\\f558"}.fa-atlassian:before{content:"\\f77b"}.fa-atom:before{content:"\\f5d2"}.fa-audible:before{content:"\\f373"}.fa-audio-description:before{content:"\\f29e"}.fa-autoprefixer:before{content:"\\f41c"}.fa-avianex:before{content:"\\f374"}.fa-aviato:before{content:"\\f421"}.fa-award:before{content:"\\f559"}.fa-aws:before{content:"\\f375"}.fa-baby:before{content:"\\f77c"}.fa-baby-carriage:before{content:"\\f77d"}.fa-backspace:before{content:"\\f55a"}.fa-backward:before{content:"\\f04a"}.fa-bacon:before{content:"\\f7e5"}.fa-bahai:before{content:"\\f666"}.fa-balance-scale:before{content:"\\f24e"}.fa-balance-scale-left:before{content:"\\f515"}.fa-balance-scale-right:before{content:"\\f516"}.fa-ban:before{content:"\\f05e"}.fa-band-aid:before{content:"\\f462"}.fa-bandcamp:before{content:"\\f2d5"}.fa-barcode:before{content:"\\f02a"}.fa-bars:before{content:"\\f0c9"}.fa-baseball-ball:before{content:"\\f433"}.fa-basketball-ball:before{content:"\\f434"}.fa-bath:before{content:"\\f2cd"}.fa-battery-empty:before{content:"\\f244"}.fa-battery-full:before{content:"\\f240"}.fa-battery-half:before{content:"\\f242"}.fa-battery-quarter:before{content:"\\f243"}.fa-battery-three-quarters:before{content:"\\f241"}.fa-battle-net:before{content:"\\f835"}.fa-bed:before{content:"\\f236"}.fa-beer:before{content:"\\f0fc"}.fa-behance:before{content:"\\f1b4"}.fa-behance-square:before{content:"\\f1b5"}.fa-bell:before{content:"\\f0f3"}.fa-bell-slash:before{content:"\\f1f6"}.fa-bezier-curve:before{content:"\\f55b"}.fa-bible:before{content:"\\f647"}.fa-bicycle:before{content:"\\f206"}.fa-biking:before{content:"\\f84a"}.fa-bimobject:before{content:"\\f378"}.fa-binoculars:before{content:"\\f1e5"}.fa-biohazard:before{content:"\\f780"}.fa-birthday-cake:before{content:"\\f1fd"}.fa-bitbucket:before{content:"\\f171"}.fa-bitcoin:before{content:"\\f379"}.fa-bity:before{content:"\\f37a"}.fa-black-tie:before{content:"\\f27e"}.fa-blackberry:before{content:"\\f37b"}.fa-blender:before{content:"\\f517"}.fa-blender-phone:before{content:"\\f6b6"}.fa-blind:before{content:"\\f29d"}.fa-blog:before{content:"\\f781"}.fa-blogger:before{content:"\\f37c"}.fa-blogger-b:before{content:"\\f37d"}.fa-bluetooth:before{content:"\\f293"}.fa-bluetooth-b:before{content:"\\f294"}.fa-bold:before{content:"\\f032"}.fa-bolt:before{content:"\\f0e7"}.fa-bomb:before{content:"\\f1e2"}.fa-bone:before{content:"\\f5d7"}.fa-bong:before{content:"\\f55c"}.fa-book:before{content:"\\f02d"}.fa-book-dead:before{content:"\\f6b7"}.fa-book-medical:before{content:"\\f7e6"}.fa-book-open:before{content:"\\f518"}.fa-book-reader:before{content:"\\f5da"}.fa-bookmark:before{content:"\\f02e"}.fa-bootstrap:before{content:"\\f836"}.fa-border-all:before{content:"\\f84c"}.fa-border-none:before{content:"\\f850"}.fa-border-style:before{content:"\\f853"}.fa-bowling-ball:before{content:"\\f436"}.fa-box:before{content:"\\f466"}.fa-box-open:before{content:"\\f49e"}.fa-box-tissue:before{content:"\\f95b"}.fa-boxes:before{content:"\\f468"}.fa-braille:before{content:"\\f2a1"}.fa-brain:before{content:"\\f5dc"}.fa-bread-slice:before{content:"\\f7ec"}.fa-briefcase:before{content:"\\f0b1"}.fa-briefcase-medical:before{content:"\\f469"}.fa-broadcast-tower:before{content:"\\f519"}.fa-broom:before{content:"\\f51a"}.fa-brush:before{content:"\\f55d"}.fa-btc:before{content:"\\f15a"}.fa-buffer:before{content:"\\f837"}.fa-bug:before{content:"\\f188"}.fa-building:before{content:"\\f1ad"}.fa-bullhorn:before{content:"\\f0a1"}.fa-bullseye:before{content:"\\f140"}.fa-burn:before{content:"\\f46a"}.fa-buromobelexperte:before{content:"\\f37f"}.fa-bus:before{content:"\\f207"}.fa-bus-alt:before{content:"\\f55e"}.fa-business-time:before{content:"\\f64a"}.fa-buy-n-large:before{content:"\\f8a6"}.fa-buysellads:before{content:"\\f20d"}.fa-calculator:before{content:"\\f1ec"}.fa-calendar:before{content:"\\f133"}.fa-calendar-alt:before{content:"\\f073"}.fa-calendar-check:before{content:"\\f274"}.fa-calendar-day:before{content:"\\f783"}.fa-calendar-minus:before{content:"\\f272"}.fa-calendar-plus:before{content:"\\f271"}.fa-calendar-times:before{content:"\\f273"}.fa-calendar-week:before{content:"\\f784"}.fa-camera:before{content:"\\f030"}.fa-camera-retro:before{content:"\\f083"}.fa-campground:before{content:"\\f6bb"}.fa-canadian-maple-leaf:before{content:"\\f785"}.fa-candy-cane:before{content:"\\f786"}.fa-cannabis:before{content:"\\f55f"}.fa-capsules:before{content:"\\f46b"}.fa-car:before{content:"\\f1b9"}.fa-car-alt:before{content:"\\f5de"}.fa-car-battery:before{content:"\\f5df"}.fa-car-crash:before{content:"\\f5e1"}.fa-car-side:before{content:"\\f5e4"}.fa-caravan:before{content:"\\f8ff"}.fa-caret-down:before{content:"\\f0d7"}.fa-caret-left:before{content:"\\f0d9"}.fa-caret-right:before{content:"\\f0da"}.fa-caret-square-down:before{content:"\\f150"}.fa-caret-square-left:before{content:"\\f191"}.fa-caret-square-right:before{content:"\\f152"}.fa-caret-square-up:before{content:"\\f151"}.fa-caret-up:before{content:"\\f0d8"}.fa-carrot:before{content:"\\f787"}.fa-cart-arrow-down:before{content:"\\f218"}.fa-cart-plus:before{content:"\\f217"}.fa-cash-register:before{content:"\\f788"}.fa-cat:before{content:"\\f6be"}.fa-cc-amazon-pay:before{content:"\\f42d"}.fa-cc-amex:before{content:"\\f1f3"}.fa-cc-apple-pay:before{content:"\\f416"}.fa-cc-diners-club:before{content:"\\f24c"}.fa-cc-discover:before{content:"\\f1f2"}.fa-cc-jcb:before{content:"\\f24b"}.fa-cc-mastercard:before{content:"\\f1f1"}.fa-cc-paypal:before{content:"\\f1f4"}.fa-cc-stripe:before{content:"\\f1f5"}.fa-cc-visa:before{content:"\\f1f0"}.fa-centercode:before{content:"\\f380"}.fa-centos:before{content:"\\f789"}.fa-certificate:before{content:"\\f0a3"}.fa-chair:before{content:"\\f6c0"}.fa-chalkboard:before{content:"\\f51b"}.fa-chalkboard-teacher:before{content:"\\f51c"}.fa-charging-station:before{content:"\\f5e7"}.fa-chart-area:before{content:"\\f1fe"}.fa-chart-bar:before{content:"\\f080"}.fa-chart-line:before{content:"\\f201"}.fa-chart-pie:before{content:"\\f200"}.fa-check:before{content:"\\f00c"}.fa-check-circle:before{content:"\\f058"}.fa-check-double:before{content:"\\f560"}.fa-check-square:before{content:"\\f14a"}.fa-cheese:before{content:"\\f7ef"}.fa-chess:before{content:"\\f439"}.fa-chess-bishop:before{content:"\\f43a"}.fa-chess-board:before{content:"\\f43c"}.fa-chess-king:before{content:"\\f43f"}.fa-chess-knight:before{content:"\\f441"}.fa-chess-pawn:before{content:"\\f443"}.fa-chess-queen:before{content:"\\f445"}.fa-chess-rook:before{content:"\\f447"}.fa-chevron-circle-down:before{content:"\\f13a"}.fa-chevron-circle-left:before{content:"\\f137"}.fa-chevron-circle-right:before{content:"\\f138"}.fa-chevron-circle-up:before{content:"\\f139"}.fa-chevron-down:before{content:"\\f078"}.fa-chevron-left:before{content:"\\f053"}.fa-chevron-right:before{content:"\\f054"}.fa-chevron-up:before{content:"\\f077"}.fa-child:before{content:"\\f1ae"}.fa-chrome:before{content:"\\f268"}.fa-chromecast:before{content:"\\f838"}.fa-church:before{content:"\\f51d"}.fa-circle:before{content:"\\f111"}.fa-circle-notch:before{content:"\\f1ce"}.fa-city:before{content:"\\f64f"}.fa-clinic-medical:before{content:"\\f7f2"}.fa-clipboard:before{content:"\\f328"}.fa-clipboard-check:before{content:"\\f46c"}.fa-clipboard-list:before{content:"\\f46d"}.fa-clock:before{content:"\\f017"}.fa-clone:before{content:"\\f24d"}.fa-closed-captioning:before{content:"\\f20a"}.fa-cloud:before{content:"\\f0c2"}.fa-cloud-download-alt:before{content:"\\f381"}.fa-cloud-meatball:before{content:"\\f73b"}.fa-cloud-moon:before{content:"\\f6c3"}.fa-cloud-moon-rain:before{content:"\\f73c"}.fa-cloud-rain:before{content:"\\f73d"}.fa-cloud-showers-heavy:before{content:"\\f740"}.fa-cloud-sun:before{content:"\\f6c4"}.fa-cloud-sun-rain:before{content:"\\f743"}.fa-cloud-upload-alt:before{content:"\\f382"}.fa-cloudscale:before{content:"\\f383"}.fa-cloudsmith:before{content:"\\f384"}.fa-cloudversify:before{content:"\\f385"}.fa-cocktail:before{content:"\\f561"}.fa-code:before{content:"\\f121"}.fa-code-branch:before{content:"\\f126"}.fa-codepen:before{content:"\\f1cb"}.fa-codiepie:before{content:"\\f284"}.fa-coffee:before{content:"\\f0f4"}.fa-cog:before{content:"\\f013"}.fa-cogs:before{content:"\\f085"}.fa-coins:before{content:"\\f51e"}.fa-columns:before{content:"\\f0db"}.fa-comment:before{content:"\\f075"}.fa-comment-alt:before{content:"\\f27a"}.fa-comment-dollar:before{content:"\\f651"}.fa-comment-dots:before{content:"\\f4ad"}.fa-comment-medical:before{content:"\\f7f5"}.fa-comment-slash:before{content:"\\f4b3"}.fa-comments:before{content:"\\f086"}.fa-comments-dollar:before{content:"\\f653"}.fa-compact-disc:before{content:"\\f51f"}.fa-compass:before{content:"\\f14e"}.fa-compress:before{content:"\\f066"}.fa-compress-alt:before{content:"\\f422"}.fa-compress-arrows-alt:before{content:"\\f78c"}.fa-concierge-bell:before{content:"\\f562"}.fa-confluence:before{content:"\\f78d"}.fa-connectdevelop:before{content:"\\f20e"}.fa-contao:before{content:"\\f26d"}.fa-cookie:before{content:"\\f563"}.fa-cookie-bite:before{content:"\\f564"}.fa-copy:before{content:"\\f0c5"}.fa-copyright:before{content:"\\f1f9"}.fa-cotton-bureau:before{content:"\\f89e"}.fa-couch:before{content:"\\f4b8"}.fa-cpanel:before{content:"\\f388"}.fa-creative-commons:before{content:"\\f25e"}.fa-creative-commons-by:before{content:"\\f4e7"}.fa-creative-commons-nc:before{content:"\\f4e8"}.fa-creative-commons-nc-eu:before{content:"\\f4e9"}.fa-creative-commons-nc-jp:before{content:"\\f4ea"}.fa-creative-commons-nd:before{content:"\\f4eb"}.fa-creative-commons-pd:before{content:"\\f4ec"}.fa-creative-commons-pd-alt:before{content:"\\f4ed"}.fa-creative-commons-remix:before{content:"\\f4ee"}.fa-creative-commons-sa:before{content:"\\f4ef"}.fa-creative-commons-sampling:before{content:"\\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\\f4f1"}.fa-creative-commons-share:before{content:"\\f4f2"}.fa-creative-commons-zero:before{content:"\\f4f3"}.fa-credit-card:before{content:"\\f09d"}.fa-critical-role:before{content:"\\f6c9"}.fa-crop:before{content:"\\f125"}.fa-crop-alt:before{content:"\\f565"}.fa-cross:before{content:"\\f654"}.fa-crosshairs:before{content:"\\f05b"}.fa-crow:before{content:"\\f520"}.fa-crown:before{content:"\\f521"}.fa-crutch:before{content:"\\f7f7"}.fa-css3:before{content:"\\f13c"}.fa-css3-alt:before{content:"\\f38b"}.fa-cube:before{content:"\\f1b2"}.fa-cubes:before{content:"\\f1b3"}.fa-cut:before{content:"\\f0c4"}.fa-cuttlefish:before{content:"\\f38c"}.fa-d-and-d:before{content:"\\f38d"}.fa-d-and-d-beyond:before{content:"\\f6ca"}.fa-dailymotion:before{content:"\\f952"}.fa-dashcube:before{content:"\\f210"}.fa-database:before{content:"\\f1c0"}.fa-deaf:before{content:"\\f2a4"}.fa-delicious:before{content:"\\f1a5"}.fa-democrat:before{content:"\\f747"}.fa-deploydog:before{content:"\\f38e"}.fa-deskpro:before{content:"\\f38f"}.fa-desktop:before{content:"\\f108"}.fa-dev:before{content:"\\f6cc"}.fa-deviantart:before{content:"\\f1bd"}.fa-dharmachakra:before{content:"\\f655"}.fa-dhl:before{content:"\\f790"}.fa-diagnoses:before{content:"\\f470"}.fa-diaspora:before{content:"\\f791"}.fa-dice:before{content:"\\f522"}.fa-dice-d20:before{content:"\\f6cf"}.fa-dice-d6:before{content:"\\f6d1"}.fa-dice-five:before{content:"\\f523"}.fa-dice-four:before{content:"\\f524"}.fa-dice-one:before{content:"\\f525"}.fa-dice-six:before{content:"\\f526"}.fa-dice-three:before{content:"\\f527"}.fa-dice-two:before{content:"\\f528"}.fa-digg:before{content:"\\f1a6"}.fa-digital-ocean:before{content:"\\f391"}.fa-digital-tachograph:before{content:"\\f566"}.fa-directions:before{content:"\\f5eb"}.fa-discord:before{content:"\\f392"}.fa-discourse:before{content:"\\f393"}.fa-disease:before{content:"\\f7fa"}.fa-divide:before{content:"\\f529"}.fa-dizzy:before{content:"\\f567"}.fa-dna:before{content:"\\f471"}.fa-dochub:before{content:"\\f394"}.fa-docker:before{content:"\\f395"}.fa-dog:before{content:"\\f6d3"}.fa-dollar-sign:before{content:"\\f155"}.fa-dolly:before{content:"\\f472"}.fa-dolly-flatbed:before{content:"\\f474"}.fa-donate:before{content:"\\f4b9"}.fa-door-closed:before{content:"\\f52a"}.fa-door-open:before{content:"\\f52b"}.fa-dot-circle:before{content:"\\f192"}.fa-dove:before{content:"\\f4ba"}.fa-download:before{content:"\\f019"}.fa-draft2digital:before{content:"\\f396"}.fa-drafting-compass:before{content:"\\f568"}.fa-dragon:before{content:"\\f6d5"}.fa-draw-polygon:before{content:"\\f5ee"}.fa-dribbble:before{content:"\\f17d"}.fa-dribbble-square:before{content:"\\f397"}.fa-dropbox:before{content:"\\f16b"}.fa-drum:before{content:"\\f569"}.fa-drum-steelpan:before{content:"\\f56a"}.fa-drumstick-bite:before{content:"\\f6d7"}.fa-drupal:before{content:"\\f1a9"}.fa-dumbbell:before{content:"\\f44b"}.fa-dumpster:before{content:"\\f793"}.fa-dumpster-fire:before{content:"\\f794"}.fa-dungeon:before{content:"\\f6d9"}.fa-dyalog:before{content:"\\f399"}.fa-earlybirds:before{content:"\\f39a"}.fa-ebay:before{content:"\\f4f4"}.fa-edge:before{content:"\\f282"}.fa-edit:before{content:"\\f044"}.fa-egg:before{content:"\\f7fb"}.fa-eject:before{content:"\\f052"}.fa-elementor:before{content:"\\f430"}.fa-ellipsis-h:before{content:"\\f141"}.fa-ellipsis-v:before{content:"\\f142"}.fa-ello:before{content:"\\f5f1"}.fa-ember:before{content:"\\f423"}.fa-empire:before{content:"\\f1d1"}.fa-envelope:before{content:"\\f0e0"}.fa-envelope-open:before{content:"\\f2b6"}.fa-envelope-open-text:before{content:"\\f658"}.fa-envelope-square:before{content:"\\f199"}.fa-envira:before{content:"\\f299"}.fa-equals:before{content:"\\f52c"}.fa-eraser:before{content:"\\f12d"}.fa-erlang:before{content:"\\f39d"}.fa-ethereum:before{content:"\\f42e"}.fa-ethernet:before{content:"\\f796"}.fa-etsy:before{content:"\\f2d7"}.fa-euro-sign:before{content:"\\f153"}.fa-evernote:before{content:"\\f839"}.fa-exchange-alt:before{content:"\\f362"}.fa-exclamation:before{content:"\\f12a"}.fa-exclamation-circle:before{content:"\\f06a"}.fa-exclamation-triangle:before{content:"\\f071"}.fa-expand:before{content:"\\f065"}.fa-expand-alt:before{content:"\\f424"}.fa-expand-arrows-alt:before{content:"\\f31e"}.fa-expeditedssl:before{content:"\\f23e"}.fa-external-link-alt:before{content:"\\f35d"}.fa-external-link-square-alt:before{content:"\\f360"}.fa-eye:before{content:"\\f06e"}.fa-eye-dropper:before{content:"\\f1fb"}.fa-eye-slash:before{content:"\\f070"}.fa-facebook:before{content:"\\f09a"}.fa-facebook-f:before{content:"\\f39e"}.fa-facebook-messenger:before{content:"\\f39f"}.fa-facebook-square:before{content:"\\f082"}.fa-fan:before{content:"\\f863"}.fa-fantasy-flight-games:before{content:"\\f6dc"}.fa-fast-backward:before{content:"\\f049"}.fa-fast-forward:before{content:"\\f050"}.fa-faucet:before{content:"\\f905"}.fa-fax:before{content:"\\f1ac"}.fa-feather:before{content:"\\f52d"}.fa-feather-alt:before{content:"\\f56b"}.fa-fedex:before{content:"\\f797"}.fa-fedora:before{content:"\\f798"}.fa-female:before{content:"\\f182"}.fa-fighter-jet:before{content:"\\f0fb"}.fa-figma:before{content:"\\f799"}.fa-file:before{content:"\\f15b"}.fa-file-alt:before{content:"\\f15c"}.fa-file-archive:before{content:"\\f1c6"}.fa-file-audio:before{content:"\\f1c7"}.fa-file-code:before{content:"\\f1c9"}.fa-file-contract:before{content:"\\f56c"}.fa-file-csv:before{content:"\\f6dd"}.fa-file-download:before{content:"\\f56d"}.fa-file-excel:before{content:"\\f1c3"}.fa-file-export:before{content:"\\f56e"}.fa-file-image:before{content:"\\f1c5"}.fa-file-import:before{content:"\\f56f"}.fa-file-invoice:before{content:"\\f570"}.fa-file-invoice-dollar:before{content:"\\f571"}.fa-file-medical:before{content:"\\f477"}.fa-file-medical-alt:before{content:"\\f478"}.fa-file-pdf:before{content:"\\f1c1"}.fa-file-powerpoint:before{content:"\\f1c4"}.fa-file-prescription:before{content:"\\f572"}.fa-file-signature:before{content:"\\f573"}.fa-file-upload:before{content:"\\f574"}.fa-file-video:before{content:"\\f1c8"}.fa-file-word:before{content:"\\f1c2"}.fa-fill:before{content:"\\f575"}.fa-fill-drip:before{content:"\\f576"}.fa-film:before{content:"\\f008"}.fa-filter:before{content:"\\f0b0"}.fa-fingerprint:before{content:"\\f577"}.fa-fire:before{content:"\\f06d"}.fa-fire-alt:before{content:"\\f7e4"}.fa-fire-extinguisher:before{content:"\\f134"}.fa-firefox:before{content:"\\f269"}.fa-firefox-browser:before{content:"\\f907"}.fa-first-aid:before{content:"\\f479"}.fa-first-order:before{content:"\\f2b0"}.fa-first-order-alt:before{content:"\\f50a"}.fa-firstdraft:before{content:"\\f3a1"}.fa-fish:before{content:"\\f578"}.fa-fist-raised:before{content:"\\f6de"}.fa-flag:before{content:"\\f024"}.fa-flag-checkered:before{content:"\\f11e"}.fa-flag-usa:before{content:"\\f74d"}.fa-flask:before{content:"\\f0c3"}.fa-flickr:before{content:"\\f16e"}.fa-flipboard:before{content:"\\f44d"}.fa-flushed:before{content:"\\f579"}.fa-fly:before{content:"\\f417"}.fa-folder:before{content:"\\f07b"}.fa-folder-minus:before{content:"\\f65d"}.fa-folder-open:before{content:"\\f07c"}.fa-folder-plus:before{content:"\\f65e"}.fa-font:before{content:"\\f031"}.fa-font-awesome:before{content:"\\f2b4"}.fa-font-awesome-alt:before{content:"\\f35c"}.fa-font-awesome-flag:before{content:"\\f425"}.fa-font-awesome-logo-full:before{content:"\\f4e6"}.fa-fonticons:before{content:"\\f280"}.fa-fonticons-fi:before{content:"\\f3a2"}.fa-football-ball:before{content:"\\f44e"}.fa-fort-awesome:before{content:"\\f286"}.fa-fort-awesome-alt:before{content:"\\f3a3"}.fa-forumbee:before{content:"\\f211"}.fa-forward:before{content:"\\f04e"}.fa-foursquare:before{content:"\\f180"}.fa-free-code-camp:before{content:"\\f2c5"}.fa-freebsd:before{content:"\\f3a4"}.fa-frog:before{content:"\\f52e"}.fa-frown:before{content:"\\f119"}.fa-frown-open:before{content:"\\f57a"}.fa-fulcrum:before{content:"\\f50b"}.fa-funnel-dollar:before{content:"\\f662"}.fa-futbol:before{content:"\\f1e3"}.fa-galactic-republic:before{content:"\\f50c"}.fa-galactic-senate:before{content:"\\f50d"}.fa-gamepad:before{content:"\\f11b"}.fa-gas-pump:before{content:"\\f52f"}.fa-gavel:before{content:"\\f0e3"}.fa-gem:before{content:"\\f3a5"}.fa-genderless:before{content:"\\f22d"}.fa-get-pocket:before{content:"\\f265"}.fa-gg:before{content:"\\f260"}.fa-gg-circle:before{content:"\\f261"}.fa-ghost:before{content:"\\f6e2"}.fa-gift:before{content:"\\f06b"}.fa-gifts:before{content:"\\f79c"}.fa-git:before{content:"\\f1d3"}.fa-git-alt:before{content:"\\f841"}.fa-git-square:before{content:"\\f1d2"}.fa-github:before{content:"\\f09b"}.fa-github-alt:before{content:"\\f113"}.fa-github-square:before{content:"\\f092"}.fa-gitkraken:before{content:"\\f3a6"}.fa-gitlab:before{content:"\\f296"}.fa-gitter:before{content:"\\f426"}.fa-glass-cheers:before{content:"\\f79f"}.fa-glass-martini:before{content:"\\f000"}.fa-glass-martini-alt:before{content:"\\f57b"}.fa-glass-whiskey:before{content:"\\f7a0"}.fa-glasses:before{content:"\\f530"}.fa-glide:before{content:"\\f2a5"}.fa-glide-g:before{content:"\\f2a6"}.fa-globe:before{content:"\\f0ac"}.fa-globe-africa:before{content:"\\f57c"}.fa-globe-americas:before{content:"\\f57d"}.fa-globe-asia:before{content:"\\f57e"}.fa-globe-europe:before{content:"\\f7a2"}.fa-gofore:before{content:"\\f3a7"}.fa-golf-ball:before{content:"\\f450"}.fa-goodreads:before{content:"\\f3a8"}.fa-goodreads-g:before{content:"\\f3a9"}.fa-google:before{content:"\\f1a0"}.fa-google-drive:before{content:"\\f3aa"}.fa-google-play:before{content:"\\f3ab"}.fa-google-plus:before{content:"\\f2b3"}.fa-google-plus-g:before{content:"\\f0d5"}.fa-google-plus-square:before{content:"\\f0d4"}.fa-google-wallet:before{content:"\\f1ee"}.fa-gopuram:before{content:"\\f664"}.fa-graduation-cap:before{content:"\\f19d"}.fa-gratipay:before{content:"\\f184"}.fa-grav:before{content:"\\f2d6"}.fa-greater-than:before{content:"\\f531"}.fa-greater-than-equal:before{content:"\\f532"}.fa-grimace:before{content:"\\f57f"}.fa-grin:before{content:"\\f580"}.fa-grin-alt:before{content:"\\f581"}.fa-grin-beam:before{content:"\\f582"}.fa-grin-beam-sweat:before{content:"\\f583"}.fa-grin-hearts:before{content:"\\f584"}.fa-grin-squint:before{content:"\\f585"}.fa-grin-squint-tears:before{content:"\\f586"}.fa-grin-stars:before{content:"\\f587"}.fa-grin-tears:before{content:"\\f588"}.fa-grin-tongue:before{content:"\\f589"}.fa-grin-tongue-squint:before{content:"\\f58a"}.fa-grin-tongue-wink:before{content:"\\f58b"}.fa-grin-wink:before{content:"\\f58c"}.fa-grip-horizontal:before{content:"\\f58d"}.fa-grip-lines:before{content:"\\f7a4"}.fa-grip-lines-vertical:before{content:"\\f7a5"}.fa-grip-vertical:before{content:"\\f58e"}.fa-gripfire:before{content:"\\f3ac"}.fa-grunt:before{content:"\\f3ad"}.fa-guitar:before{content:"\\f7a6"}.fa-gulp:before{content:"\\f3ae"}.fa-h-square:before{content:"\\f0fd"}.fa-hacker-news:before{content:"\\f1d4"}.fa-hacker-news-square:before{content:"\\f3af"}.fa-hackerrank:before{content:"\\f5f7"}.fa-hamburger:before{content:"\\f805"}.fa-hammer:before{content:"\\f6e3"}.fa-hamsa:before{content:"\\f665"}.fa-hand-holding:before{content:"\\f4bd"}.fa-hand-holding-heart:before{content:"\\f4be"}.fa-hand-holding-medical:before{content:"\\f95c"}.fa-hand-holding-usd:before{content:"\\f4c0"}.fa-hand-holding-water:before{content:"\\f4c1"}.fa-hand-lizard:before{content:"\\f258"}.fa-hand-middle-finger:before{content:"\\f806"}.fa-hand-paper:before{content:"\\f256"}.fa-hand-peace:before{content:"\\f25b"}.fa-hand-point-down:before{content:"\\f0a7"}.fa-hand-point-left:before{content:"\\f0a5"}.fa-hand-point-right:before{content:"\\f0a4"}.fa-hand-point-up:before{content:"\\f0a6"}.fa-hand-pointer:before{content:"\\f25a"}.fa-hand-rock:before{content:"\\f255"}.fa-hand-scissors:before{content:"\\f257"}.fa-hand-sparkles:before{content:"\\f95d"}.fa-hand-spock:before{content:"\\f259"}.fa-hands:before{content:"\\f4c2"}.fa-hands-helping:before{content:"\\f4c4"}.fa-hands-wash:before{content:"\\f95e"}.fa-handshake:before{content:"\\f2b5"}.fa-handshake-alt-slash:before{content:"\\f95f"}.fa-handshake-slash:before{content:"\\f960"}.fa-hanukiah:before{content:"\\f6e6"}.fa-hard-hat:before{content:"\\f807"}.fa-hashtag:before{content:"\\f292"}.fa-hat-cowboy:before{content:"\\f8c0"}.fa-hat-cowboy-side:before{content:"\\f8c1"}.fa-hat-wizard:before{content:"\\f6e8"}.fa-hdd:before{content:"\\f0a0"}.fa-head-side-cough:before{content:"\\f961"}.fa-head-side-cough-slash:before{content:"\\f962"}.fa-head-side-mask:before{content:"\\f963"}.fa-head-side-virus:before{content:"\\f964"}.fa-heading:before{content:"\\f1dc"}.fa-headphones:before{content:"\\f025"}.fa-headphones-alt:before{content:"\\f58f"}.fa-headset:before{content:"\\f590"}.fa-heart:before{content:"\\f004"}.fa-heart-broken:before{content:"\\f7a9"}.fa-heartbeat:before{content:"\\f21e"}.fa-helicopter:before{content:"\\f533"}.fa-highlighter:before{content:"\\f591"}.fa-hiking:before{content:"\\f6ec"}.fa-hippo:before{content:"\\f6ed"}.fa-hips:before{content:"\\f452"}.fa-hire-a-helper:before{content:"\\f3b0"}.fa-history:before{content:"\\f1da"}.fa-hockey-puck:before{content:"\\f453"}.fa-holly-berry:before{content:"\\f7aa"}.fa-home:before{content:"\\f015"}.fa-hooli:before{content:"\\f427"}.fa-hornbill:before{content:"\\f592"}.fa-horse:before{content:"\\f6f0"}.fa-horse-head:before{content:"\\f7ab"}.fa-hospital:before{content:"\\f0f8"}.fa-hospital-alt:before{content:"\\f47d"}.fa-hospital-symbol:before{content:"\\f47e"}.fa-hospital-user:before{content:"\\f80d"}.fa-hot-tub:before{content:"\\f593"}.fa-hotdog:before{content:"\\f80f"}.fa-hotel:before{content:"\\f594"}.fa-hotjar:before{content:"\\f3b1"}.fa-hourglass:before{content:"\\f254"}.fa-hourglass-end:before{content:"\\f253"}.fa-hourglass-half:before{content:"\\f252"}.fa-hourglass-start:before{content:"\\f251"}.fa-house-damage:before{content:"\\f6f1"}.fa-house-user:before{content:"\\f965"}.fa-houzz:before{content:"\\f27c"}.fa-hryvnia:before{content:"\\f6f2"}.fa-html5:before{content:"\\f13b"}.fa-hubspot:before{content:"\\f3b2"}.fa-i-cursor:before{content:"\\f246"}.fa-ice-cream:before{content:"\\f810"}.fa-icicles:before{content:"\\f7ad"}.fa-icons:before{content:"\\f86d"}.fa-id-badge:before{content:"\\f2c1"}.fa-id-card:before{content:"\\f2c2"}.fa-id-card-alt:before{content:"\\f47f"}.fa-ideal:before{content:"\\f913"}.fa-igloo:before{content:"\\f7ae"}.fa-image:before{content:"\\f03e"}.fa-images:before{content:"\\f302"}.fa-imdb:before{content:"\\f2d8"}.fa-inbox:before{content:"\\f01c"}.fa-indent:before{content:"\\f03c"}.fa-industry:before{content:"\\f275"}.fa-infinity:before{content:"\\f534"}.fa-info:before{content:"\\f129"}.fa-info-circle:before{content:"\\f05a"}.fa-instagram:before{content:"\\f16d"}.fa-instagram-square:before{content:"\\f955"}.fa-intercom:before{content:"\\f7af"}.fa-internet-explorer:before{content:"\\f26b"}.fa-invision:before{content:"\\f7b0"}.fa-ioxhost:before{content:"\\f208"}.fa-italic:before{content:"\\f033"}.fa-itch-io:before{content:"\\f83a"}.fa-itunes:before{content:"\\f3b4"}.fa-itunes-note:before{content:"\\f3b5"}.fa-java:before{content:"\\f4e4"}.fa-jedi:before{content:"\\f669"}.fa-jedi-order:before{content:"\\f50e"}.fa-jenkins:before{content:"\\f3b6"}.fa-jira:before{content:"\\f7b1"}.fa-joget:before{content:"\\f3b7"}.fa-joint:before{content:"\\f595"}.fa-joomla:before{content:"\\f1aa"}.fa-journal-whills:before{content:"\\f66a"}.fa-js:before{content:"\\f3b8"}.fa-js-square:before{content:"\\f3b9"}.fa-jsfiddle:before{content:"\\f1cc"}.fa-kaaba:before{content:"\\f66b"}.fa-kaggle:before{content:"\\f5fa"}.fa-key:before{content:"\\f084"}.fa-keybase:before{content:"\\f4f5"}.fa-keyboard:before{content:"\\f11c"}.fa-keycdn:before{content:"\\f3ba"}.fa-khanda:before{content:"\\f66d"}.fa-kickstarter:before{content:"\\f3bb"}.fa-kickstarter-k:before{content:"\\f3bc"}.fa-kiss:before{content:"\\f596"}.fa-kiss-beam:before{content:"\\f597"}.fa-kiss-wink-heart:before{content:"\\f598"}.fa-kiwi-bird:before{content:"\\f535"}.fa-korvue:before{content:"\\f42f"}.fa-landmark:before{content:"\\f66f"}.fa-language:before{content:"\\f1ab"}.fa-laptop:before{content:"\\f109"}.fa-laptop-code:before{content:"\\f5fc"}.fa-laptop-house:before{content:"\\f966"}.fa-laptop-medical:before{content:"\\f812"}.fa-laravel:before{content:"\\f3bd"}.fa-lastfm:before{content:"\\f202"}.fa-lastfm-square:before{content:"\\f203"}.fa-laugh:before{content:"\\f599"}.fa-laugh-beam:before{content:"\\f59a"}.fa-laugh-squint:before{content:"\\f59b"}.fa-laugh-wink:before{content:"\\f59c"}.fa-layer-group:before{content:"\\f5fd"}.fa-leaf:before{content:"\\f06c"}.fa-leanpub:before{content:"\\f212"}.fa-lemon:before{content:"\\f094"}.fa-less:before{content:"\\f41d"}.fa-less-than:before{content:"\\f536"}.fa-less-than-equal:before{content:"\\f537"}.fa-level-down-alt:before{content:"\\f3be"}.fa-level-up-alt:before{content:"\\f3bf"}.fa-life-ring:before{content:"\\f1cd"}.fa-lightbulb:before{content:"\\f0eb"}.fa-line:before{content:"\\f3c0"}.fa-link:before{content:"\\f0c1"}.fa-linkedin:before{content:"\\f08c"}.fa-linkedin-in:before{content:"\\f0e1"}.fa-linode:before{content:"\\f2b8"}.fa-linux:before{content:"\\f17c"}.fa-lira-sign:before{content:"\\f195"}.fa-list:before{content:"\\f03a"}.fa-list-alt:before{content:"\\f022"}.fa-list-ol:before{content:"\\f0cb"}.fa-list-ul:before{content:"\\f0ca"}.fa-location-arrow:before{content:"\\f124"}.fa-lock:before{content:"\\f023"}.fa-lock-open:before{content:"\\f3c1"}.fa-long-arrow-alt-down:before{content:"\\f309"}.fa-long-arrow-alt-left:before{content:"\\f30a"}.fa-long-arrow-alt-right:before{content:"\\f30b"}.fa-long-arrow-alt-up:before{content:"\\f30c"}.fa-low-vision:before{content:"\\f2a8"}.fa-luggage-cart:before{content:"\\f59d"}.fa-lungs:before{content:"\\f604"}.fa-lungs-virus:before{content:"\\f967"}.fa-lyft:before{content:"\\f3c3"}.fa-magento:before{content:"\\f3c4"}.fa-magic:before{content:"\\f0d0"}.fa-magnet:before{content:"\\f076"}.fa-mail-bulk:before{content:"\\f674"}.fa-mailchimp:before{content:"\\f59e"}.fa-male:before{content:"\\f183"}.fa-mandalorian:before{content:"\\f50f"}.fa-map:before{content:"\\f279"}.fa-map-marked:before{content:"\\f59f"}.fa-map-marked-alt:before{content:"\\f5a0"}.fa-map-marker:before{content:"\\f041"}.fa-map-marker-alt:before{content:"\\f3c5"}.fa-map-pin:before{content:"\\f276"}.fa-map-signs:before{content:"\\f277"}.fa-markdown:before{content:"\\f60f"}.fa-marker:before{content:"\\f5a1"}.fa-mars:before{content:"\\f222"}.fa-mars-double:before{content:"\\f227"}.fa-mars-stroke:before{content:"\\f229"}.fa-mars-stroke-h:before{content:"\\f22b"}.fa-mars-stroke-v:before{content:"\\f22a"}.fa-mask:before{content:"\\f6fa"}.fa-mastodon:before{content:"\\f4f6"}.fa-maxcdn:before{content:"\\f136"}.fa-mdb:before{content:"\\f8ca"}.fa-medal:before{content:"\\f5a2"}.fa-medapps:before{content:"\\f3c6"}.fa-medium:before{content:"\\f23a"}.fa-medium-m:before{content:"\\f3c7"}.fa-medkit:before{content:"\\f0fa"}.fa-medrt:before{content:"\\f3c8"}.fa-meetup:before{content:"\\f2e0"}.fa-megaport:before{content:"\\f5a3"}.fa-meh:before{content:"\\f11a"}.fa-meh-blank:before{content:"\\f5a4"}.fa-meh-rolling-eyes:before{content:"\\f5a5"}.fa-memory:before{content:"\\f538"}.fa-mendeley:before{content:"\\f7b3"}.fa-menorah:before{content:"\\f676"}.fa-mercury:before{content:"\\f223"}.fa-meteor:before{content:"\\f753"}.fa-microblog:before{content:"\\f91a"}.fa-microchip:before{content:"\\f2db"}.fa-microphone:before{content:"\\f130"}.fa-microphone-alt:before{content:"\\f3c9"}.fa-microphone-alt-slash:before{content:"\\f539"}.fa-microphone-slash:before{content:"\\f131"}.fa-microscope:before{content:"\\f610"}.fa-microsoft:before{content:"\\f3ca"}.fa-minus:before{content:"\\f068"}.fa-minus-circle:before{content:"\\f056"}.fa-minus-square:before{content:"\\f146"}.fa-mitten:before{content:"\\f7b5"}.fa-mix:before{content:"\\f3cb"}.fa-mixcloud:before{content:"\\f289"}.fa-mixer:before{content:"\\f956"}.fa-mizuni:before{content:"\\f3cc"}.fa-mobile:before{content:"\\f10b"}.fa-mobile-alt:before{content:"\\f3cd"}.fa-modx:before{content:"\\f285"}.fa-monero:before{content:"\\f3d0"}.fa-money-bill:before{content:"\\f0d6"}.fa-money-bill-alt:before{content:"\\f3d1"}.fa-money-bill-wave:before{content:"\\f53a"}.fa-money-bill-wave-alt:before{content:"\\f53b"}.fa-money-check:before{content:"\\f53c"}.fa-money-check-alt:before{content:"\\f53d"}.fa-monument:before{content:"\\f5a6"}.fa-moon:before{content:"\\f186"}.fa-mortar-pestle:before{content:"\\f5a7"}.fa-mosque:before{content:"\\f678"}.fa-motorcycle:before{content:"\\f21c"}.fa-mountain:before{content:"\\f6fc"}.fa-mouse:before{content:"\\f8cc"}.fa-mouse-pointer:before{content:"\\f245"}.fa-mug-hot:before{content:"\\f7b6"}.fa-music:before{content:"\\f001"}.fa-napster:before{content:"\\f3d2"}.fa-neos:before{content:"\\f612"}.fa-network-wired:before{content:"\\f6ff"}.fa-neuter:before{content:"\\f22c"}.fa-newspaper:before{content:"\\f1ea"}.fa-nimblr:before{content:"\\f5a8"}.fa-node:before{content:"\\f419"}.fa-node-js:before{content:"\\f3d3"}.fa-not-equal:before{content:"\\f53e"}.fa-notes-medical:before{content:"\\f481"}.fa-npm:before{content:"\\f3d4"}.fa-ns8:before{content:"\\f3d5"}.fa-nutritionix:before{content:"\\f3d6"}.fa-object-group:before{content:"\\f247"}.fa-object-ungroup:before{content:"\\f248"}.fa-odnoklassniki:before{content:"\\f263"}.fa-odnoklassniki-square:before{content:"\\f264"}.fa-oil-can:before{content:"\\f613"}.fa-old-republic:before{content:"\\f510"}.fa-om:before{content:"\\f679"}.fa-opencart:before{content:"\\f23d"}.fa-openid:before{content:"\\f19b"}.fa-opera:before{content:"\\f26a"}.fa-optin-monster:before{content:"\\f23c"}.fa-orcid:before{content:"\\f8d2"}.fa-osi:before{content:"\\f41a"}.fa-otter:before{content:"\\f700"}.fa-outdent:before{content:"\\f03b"}.fa-page4:before{content:"\\f3d7"}.fa-pagelines:before{content:"\\f18c"}.fa-pager:before{content:"\\f815"}.fa-paint-brush:before{content:"\\f1fc"}.fa-paint-roller:before{content:"\\f5aa"}.fa-palette:before{content:"\\f53f"}.fa-palfed:before{content:"\\f3d8"}.fa-pallet:before{content:"\\f482"}.fa-paper-plane:before{content:"\\f1d8"}.fa-paperclip:before{content:"\\f0c6"}.fa-parachute-box:before{content:"\\f4cd"}.fa-paragraph:before{content:"\\f1dd"}.fa-parking:before{content:"\\f540"}.fa-passport:before{content:"\\f5ab"}.fa-pastafarianism:before{content:"\\f67b"}.fa-paste:before{content:"\\f0ea"}.fa-patreon:before{content:"\\f3d9"}.fa-pause:before{content:"\\f04c"}.fa-pause-circle:before{content:"\\f28b"}.fa-paw:before{content:"\\f1b0"}.fa-paypal:before{content:"\\f1ed"}.fa-peace:before{content:"\\f67c"}.fa-pen:before{content:"\\f304"}.fa-pen-alt:before{content:"\\f305"}.fa-pen-fancy:before{content:"\\f5ac"}.fa-pen-nib:before{content:"\\f5ad"}.fa-pen-square:before{content:"\\f14b"}.fa-pencil-alt:before{content:"\\f303"}.fa-pencil-ruler:before{content:"\\f5ae"}.fa-penny-arcade:before{content:"\\f704"}.fa-people-arrows:before{content:"\\f968"}.fa-people-carry:before{content:"\\f4ce"}.fa-pepper-hot:before{content:"\\f816"}.fa-percent:before{content:"\\f295"}.fa-percentage:before{content:"\\f541"}.fa-periscope:before{content:"\\f3da"}.fa-person-booth:before{content:"\\f756"}.fa-phabricator:before{content:"\\f3db"}.fa-phoenix-framework:before{content:"\\f3dc"}.fa-phoenix-squadron:before{content:"\\f511"}.fa-phone:before{content:"\\f095"}.fa-phone-alt:before{content:"\\f879"}.fa-phone-slash:before{content:"\\f3dd"}.fa-phone-square:before{content:"\\f098"}.fa-phone-square-alt:before{content:"\\f87b"}.fa-phone-volume:before{content:"\\f2a0"}.fa-photo-video:before{content:"\\f87c"}.fa-php:before{content:"\\f457"}.fa-pied-piper:before{content:"\\f2ae"}.fa-pied-piper-alt:before{content:"\\f1a8"}.fa-pied-piper-hat:before{content:"\\f4e5"}.fa-pied-piper-pp:before{content:"\\f1a7"}.fa-pied-piper-square:before{content:"\\f91e"}.fa-piggy-bank:before{content:"\\f4d3"}.fa-pills:before{content:"\\f484"}.fa-pinterest:before{content:"\\f0d2"}.fa-pinterest-p:before{content:"\\f231"}.fa-pinterest-square:before{content:"\\f0d3"}.fa-pizza-slice:before{content:"\\f818"}.fa-place-of-worship:before{content:"\\f67f"}.fa-plane:before{content:"\\f072"}.fa-plane-arrival:before{content:"\\f5af"}.fa-plane-departure:before{content:"\\f5b0"}.fa-plane-slash:before{content:"\\f969"}.fa-play:before{content:"\\f04b"}.fa-play-circle:before{content:"\\f144"}.fa-playstation:before{content:"\\f3df"}.fa-plug:before{content:"\\f1e6"}.fa-plus:before{content:"\\f067"}.fa-plus-circle:before{content:"\\f055"}.fa-plus-square:before{content:"\\f0fe"}.fa-podcast:before{content:"\\f2ce"}.fa-poll:before{content:"\\f681"}.fa-poll-h:before{content:"\\f682"}.fa-poo:before{content:"\\f2fe"}.fa-poo-storm:before{content:"\\f75a"}.fa-poop:before{content:"\\f619"}.fa-portrait:before{content:"\\f3e0"}.fa-pound-sign:before{content:"\\f154"}.fa-power-off:before{content:"\\f011"}.fa-pray:before{content:"\\f683"}.fa-praying-hands:before{content:"\\f684"}.fa-prescription:before{content:"\\f5b1"}.fa-prescription-bottle:before{content:"\\f485"}.fa-prescription-bottle-alt:before{content:"\\f486"}.fa-print:before{content:"\\f02f"}.fa-procedures:before{content:"\\f487"}.fa-product-hunt:before{content:"\\f288"}.fa-project-diagram:before{content:"\\f542"}.fa-pump-medical:before{content:"\\f96a"}.fa-pump-soap:before{content:"\\f96b"}.fa-pushed:before{content:"\\f3e1"}.fa-puzzle-piece:before{content:"\\f12e"}.fa-python:before{content:"\\f3e2"}.fa-qq:before{content:"\\f1d6"}.fa-qrcode:before{content:"\\f029"}.fa-question:before{content:"\\f128"}.fa-question-circle:before{content:"\\f059"}.fa-quidditch:before{content:"\\f458"}.fa-quinscape:before{content:"\\f459"}.fa-quora:before{content:"\\f2c4"}.fa-quote-left:before{content:"\\f10d"}.fa-quote-right:before{content:"\\f10e"}.fa-quran:before{content:"\\f687"}.fa-r-project:before{content:"\\f4f7"}.fa-radiation:before{content:"\\f7b9"}.fa-radiation-alt:before{content:"\\f7ba"}.fa-rainbow:before{content:"\\f75b"}.fa-random:before{content:"\\f074"}.fa-raspberry-pi:before{content:"\\f7bb"}.fa-ravelry:before{content:"\\f2d9"}.fa-react:before{content:"\\f41b"}.fa-reacteurope:before{content:"\\f75d"}.fa-readme:before{content:"\\f4d5"}.fa-rebel:before{content:"\\f1d0"}.fa-receipt:before{content:"\\f543"}.fa-record-vinyl:before{content:"\\f8d9"}.fa-recycle:before{content:"\\f1b8"}.fa-red-river:before{content:"\\f3e3"}.fa-reddit:before{content:"\\f1a1"}.fa-reddit-alien:before{content:"\\f281"}.fa-reddit-square:before{content:"\\f1a2"}.fa-redhat:before{content:"\\f7bc"}.fa-redo:before{content:"\\f01e"}.fa-redo-alt:before{content:"\\f2f9"}.fa-registered:before{content:"\\f25d"}.fa-remove-format:before{content:"\\f87d"}.fa-renren:before{content:"\\f18b"}.fa-reply:before{content:"\\f3e5"}.fa-reply-all:before{content:"\\f122"}.fa-replyd:before{content:"\\f3e6"}.fa-republican:before{content:"\\f75e"}.fa-researchgate:before{content:"\\f4f8"}.fa-resolving:before{content:"\\f3e7"}.fa-restroom:before{content:"\\f7bd"}.fa-retweet:before{content:"\\f079"}.fa-rev:before{content:"\\f5b2"}.fa-ribbon:before{content:"\\f4d6"}.fa-ring:before{content:"\\f70b"}.fa-road:before{content:"\\f018"}.fa-robot:before{content:"\\f544"}.fa-rocket:before{content:"\\f135"}.fa-rocketchat:before{content:"\\f3e8"}.fa-rockrms:before{content:"\\f3e9"}.fa-route:before{content:"\\f4d7"}.fa-rss:before{content:"\\f09e"}.fa-rss-square:before{content:"\\f143"}.fa-ruble-sign:before{content:"\\f158"}.fa-ruler:before{content:"\\f545"}.fa-ruler-combined:before{content:"\\f546"}.fa-ruler-horizontal:before{content:"\\f547"}.fa-ruler-vertical:before{content:"\\f548"}.fa-running:before{content:"\\f70c"}.fa-rupee-sign:before{content:"\\f156"}.fa-sad-cry:before{content:"\\f5b3"}.fa-sad-tear:before{content:"\\f5b4"}.fa-safari:before{content:"\\f267"}.fa-salesforce:before{content:"\\f83b"}.fa-sass:before{content:"\\f41e"}.fa-satellite:before{content:"\\f7bf"}.fa-satellite-dish:before{content:"\\f7c0"}.fa-save:before{content:"\\f0c7"}.fa-schlix:before{content:"\\f3ea"}.fa-school:before{content:"\\f549"}.fa-screwdriver:before{content:"\\f54a"}.fa-scribd:before{content:"\\f28a"}.fa-scroll:before{content:"\\f70e"}.fa-sd-card:before{content:"\\f7c2"}.fa-search:before{content:"\\f002"}.fa-search-dollar:before{content:"\\f688"}.fa-search-location:before{content:"\\f689"}.fa-search-minus:before{content:"\\f010"}.fa-search-plus:before{content:"\\f00e"}.fa-searchengin:before{content:"\\f3eb"}.fa-seedling:before{content:"\\f4d8"}.fa-sellcast:before{content:"\\f2da"}.fa-sellsy:before{content:"\\f213"}.fa-server:before{content:"\\f233"}.fa-servicestack:before{content:"\\f3ec"}.fa-shapes:before{content:"\\f61f"}.fa-share:before{content:"\\f064"}.fa-share-alt:before{content:"\\f1e0"}.fa-share-alt-square:before{content:"\\f1e1"}.fa-share-square:before{content:"\\f14d"}.fa-shekel-sign:before{content:"\\f20b"}.fa-shield-alt:before{content:"\\f3ed"}.fa-shield-virus:before{content:"\\f96c"}.fa-ship:before{content:"\\f21a"}.fa-shipping-fast:before{content:"\\f48b"}.fa-shirtsinbulk:before{content:"\\f214"}.fa-shoe-prints:before{content:"\\f54b"}.fa-shopify:before{content:"\\f957"}.fa-shopping-bag:before{content:"\\f290"}.fa-shopping-basket:before{content:"\\f291"}.fa-shopping-cart:before{content:"\\f07a"}.fa-shopware:before{content:"\\f5b5"}.fa-shower:before{content:"\\f2cc"}.fa-shuttle-van:before{content:"\\f5b6"}.fa-sign:before{content:"\\f4d9"}.fa-sign-in-alt:before{content:"\\f2f6"}.fa-sign-language:before{content:"\\f2a7"}.fa-sign-out-alt:before{content:"\\f2f5"}.fa-signal:before{content:"\\f012"}.fa-signature:before{content:"\\f5b7"}.fa-sim-card:before{content:"\\f7c4"}.fa-simplybuilt:before{content:"\\f215"}.fa-sistrix:before{content:"\\f3ee"}.fa-sitemap:before{content:"\\f0e8"}.fa-sith:before{content:"\\f512"}.fa-skating:before{content:"\\f7c5"}.fa-sketch:before{content:"\\f7c6"}.fa-skiing:before{content:"\\f7c9"}.fa-skiing-nordic:before{content:"\\f7ca"}.fa-skull:before{content:"\\f54c"}.fa-skull-crossbones:before{content:"\\f714"}.fa-skyatlas:before{content:"\\f216"}.fa-skype:before{content:"\\f17e"}.fa-slack:before{content:"\\f198"}.fa-slack-hash:before{content:"\\f3ef"}.fa-slash:before{content:"\\f715"}.fa-sleigh:before{content:"\\f7cc"}.fa-sliders-h:before{content:"\\f1de"}.fa-slideshare:before{content:"\\f1e7"}.fa-smile:before{content:"\\f118"}.fa-smile-beam:before{content:"\\f5b8"}.fa-smile-wink:before{content:"\\f4da"}.fa-smog:before{content:"\\f75f"}.fa-smoking:before{content:"\\f48d"}.fa-smoking-ban:before{content:"\\f54d"}.fa-sms:before{content:"\\f7cd"}.fa-snapchat:before{content:"\\f2ab"}.fa-snapchat-ghost:before{content:"\\f2ac"}.fa-snapchat-square:before{content:"\\f2ad"}.fa-snowboarding:before{content:"\\f7ce"}.fa-snowflake:before{content:"\\f2dc"}.fa-snowman:before{content:"\\f7d0"}.fa-snowplow:before{content:"\\f7d2"}.fa-soap:before{content:"\\f96e"}.fa-socks:before{content:"\\f696"}.fa-solar-panel:before{content:"\\f5ba"}.fa-sort:before{content:"\\f0dc"}.fa-sort-alpha-down:before{content:"\\f15d"}.fa-sort-alpha-down-alt:before{content:"\\f881"}.fa-sort-alpha-up:before{content:"\\f15e"}.fa-sort-alpha-up-alt:before{content:"\\f882"}.fa-sort-amount-down:before{content:"\\f160"}.fa-sort-amount-down-alt:before{content:"\\f884"}.fa-sort-amount-up:before{content:"\\f161"}.fa-sort-amount-up-alt:before{content:"\\f885"}.fa-sort-down:before{content:"\\f0dd"}.fa-sort-numeric-down:before{content:"\\f162"}.fa-sort-numeric-down-alt:before{content:"\\f886"}.fa-sort-numeric-up:before{content:"\\f163"}.fa-sort-numeric-up-alt:before{content:"\\f887"}.fa-sort-up:before{content:"\\f0de"}.fa-soundcloud:before{content:"\\f1be"}.fa-sourcetree:before{content:"\\f7d3"}.fa-spa:before{content:"\\f5bb"}.fa-space-shuttle:before{content:"\\f197"}.fa-speakap:before{content:"\\f3f3"}.fa-speaker-deck:before{content:"\\f83c"}.fa-spell-check:before{content:"\\f891"}.fa-spider:before{content:"\\f717"}.fa-spinner:before{content:"\\f110"}.fa-splotch:before{content:"\\f5bc"}.fa-spotify:before{content:"\\f1bc"}.fa-spray-can:before{content:"\\f5bd"}.fa-square:before{content:"\\f0c8"}.fa-square-full:before{content:"\\f45c"}.fa-square-root-alt:before{content:"\\f698"}.fa-squarespace:before{content:"\\f5be"}.fa-stack-exchange:before{content:"\\f18d"}.fa-stack-overflow:before{content:"\\f16c"}.fa-stackpath:before{content:"\\f842"}.fa-stamp:before{content:"\\f5bf"}.fa-star:before{content:"\\f005"}.fa-star-and-crescent:before{content:"\\f699"}.fa-star-half:before{content:"\\f089"}.fa-star-half-alt:before{content:"\\f5c0"}.fa-star-of-david:before{content:"\\f69a"}.fa-star-of-life:before{content:"\\f621"}.fa-staylinked:before{content:"\\f3f5"}.fa-steam:before{content:"\\f1b6"}.fa-steam-square:before{content:"\\f1b7"}.fa-steam-symbol:before{content:"\\f3f6"}.fa-step-backward:before{content:"\\f048"}.fa-step-forward:before{content:"\\f051"}.fa-stethoscope:before{content:"\\f0f1"}.fa-sticker-mule:before{content:"\\f3f7"}.fa-sticky-note:before{content:"\\f249"}.fa-stop:before{content:"\\f04d"}.fa-stop-circle:before{content:"\\f28d"}.fa-stopwatch:before{content:"\\f2f2"}.fa-stopwatch-20:before{content:"\\f96f"}.fa-store:before{content:"\\f54e"}.fa-store-alt:before{content:"\\f54f"}.fa-store-alt-slash:before{content:"\\f970"}.fa-store-slash:before{content:"\\f971"}.fa-strava:before{content:"\\f428"}.fa-stream:before{content:"\\f550"}.fa-street-view:before{content:"\\f21d"}.fa-strikethrough:before{content:"\\f0cc"}.fa-stripe:before{content:"\\f429"}.fa-stripe-s:before{content:"\\f42a"}.fa-stroopwafel:before{content:"\\f551"}.fa-studiovinari:before{content:"\\f3f8"}.fa-stumbleupon:before{content:"\\f1a4"}.fa-stumbleupon-circle:before{content:"\\f1a3"}.fa-subscript:before{content:"\\f12c"}.fa-subway:before{content:"\\f239"}.fa-suitcase:before{content:"\\f0f2"}.fa-suitcase-rolling:before{content:"\\f5c1"}.fa-sun:before{content:"\\f185"}.fa-superpowers:before{content:"\\f2dd"}.fa-superscript:before{content:"\\f12b"}.fa-supple:before{content:"\\f3f9"}.fa-surprise:before{content:"\\f5c2"}.fa-suse:before{content:"\\f7d6"}.fa-swatchbook:before{content:"\\f5c3"}.fa-swift:before{content:"\\f8e1"}.fa-swimmer:before{content:"\\f5c4"}.fa-swimming-pool:before{content:"\\f5c5"}.fa-symfony:before{content:"\\f83d"}.fa-synagogue:before{content:"\\f69b"}.fa-sync:before{content:"\\f021"}.fa-sync-alt:before{content:"\\f2f1"}.fa-syringe:before{content:"\\f48e"}.fa-table:before{content:"\\f0ce"}.fa-table-tennis:before{content:"\\f45d"}.fa-tablet:before{content:"\\f10a"}.fa-tablet-alt:before{content:"\\f3fa"}.fa-tablets:before{content:"\\f490"}.fa-tachometer-alt:before{content:"\\f3fd"}.fa-tag:before{content:"\\f02b"}.fa-tags:before{content:"\\f02c"}.fa-tape:before{content:"\\f4db"}.fa-tasks:before{content:"\\f0ae"}.fa-taxi:before{content:"\\f1ba"}.fa-teamspeak:before{content:"\\f4f9"}.fa-teeth:before{content:"\\f62e"}.fa-teeth-open:before{content:"\\f62f"}.fa-telegram:before{content:"\\f2c6"}.fa-telegram-plane:before{content:"\\f3fe"}.fa-temperature-high:before{content:"\\f769"}.fa-temperature-low:before{content:"\\f76b"}.fa-tencent-weibo:before{content:"\\f1d5"}.fa-tenge:before{content:"\\f7d7"}.fa-terminal:before{content:"\\f120"}.fa-text-height:before{content:"\\f034"}.fa-text-width:before{content:"\\f035"}.fa-th:before{content:"\\f00a"}.fa-th-large:before{content:"\\f009"}.fa-th-list:before{content:"\\f00b"}.fa-the-red-yeti:before{content:"\\f69d"}.fa-theater-masks:before{content:"\\f630"}.fa-themeco:before{content:"\\f5c6"}.fa-themeisle:before{content:"\\f2b2"}.fa-thermometer:before{content:"\\f491"}.fa-thermometer-empty:before{content:"\\f2cb"}.fa-thermometer-full:before{content:"\\f2c7"}.fa-thermometer-half:before{content:"\\f2c9"}.fa-thermometer-quarter:before{content:"\\f2ca"}.fa-thermometer-three-quarters:before{content:"\\f2c8"}.fa-think-peaks:before{content:"\\f731"}.fa-thumbs-down:before{content:"\\f165"}.fa-thumbs-up:before{content:"\\f164"}.fa-thumbtack:before{content:"\\f08d"}.fa-ticket-alt:before{content:"\\f3ff"}.fa-times:before{content:"\\f00d"}.fa-times-circle:before{content:"\\f057"}.fa-tint:before{content:"\\f043"}.fa-tint-slash:before{content:"\\f5c7"}.fa-tired:before{content:"\\f5c8"}.fa-toggle-off:before{content:"\\f204"}.fa-toggle-on:before{content:"\\f205"}.fa-toilet:before{content:"\\f7d8"}.fa-toilet-paper:before{content:"\\f71e"}.fa-toilet-paper-slash:before{content:"\\f972"}.fa-toolbox:before{content:"\\f552"}.fa-tools:before{content:"\\f7d9"}.fa-tooth:before{content:"\\f5c9"}.fa-torah:before{content:"\\f6a0"}.fa-torii-gate:before{content:"\\f6a1"}.fa-tractor:before{content:"\\f722"}.fa-trade-federation:before{content:"\\f513"}.fa-trademark:before{content:"\\f25c"}.fa-traffic-light:before{content:"\\f637"}.fa-trailer:before{content:"\\f941"}.fa-train:before{content:"\\f238"}.fa-tram:before{content:"\\f7da"}.fa-transgender:before{content:"\\f224"}.fa-transgender-alt:before{content:"\\f225"}.fa-trash:before{content:"\\f1f8"}.fa-trash-alt:before{content:"\\f2ed"}.fa-trash-restore:before{content:"\\f829"}.fa-trash-restore-alt:before{content:"\\f82a"}.fa-tree:before{content:"\\f1bb"}.fa-trello:before{content:"\\f181"}.fa-tripadvisor:before{content:"\\f262"}.fa-trophy:before{content:"\\f091"}.fa-truck:before{content:"\\f0d1"}.fa-truck-loading:before{content:"\\f4de"}.fa-truck-monster:before{content:"\\f63b"}.fa-truck-moving:before{content:"\\f4df"}.fa-truck-pickup:before{content:"\\f63c"}.fa-tshirt:before{content:"\\f553"}.fa-tty:before{content:"\\f1e4"}.fa-tumblr:before{content:"\\f173"}.fa-tumblr-square:before{content:"\\f174"}.fa-tv:before{content:"\\f26c"}.fa-twitch:before{content:"\\f1e8"}.fa-twitter:before{content:"\\f099"}.fa-twitter-square:before{content:"\\f081"}.fa-typo3:before{content:"\\f42b"}.fa-uber:before{content:"\\f402"}.fa-ubuntu:before{content:"\\f7df"}.fa-uikit:before{content:"\\f403"}.fa-umbraco:before{content:"\\f8e8"}.fa-umbrella:before{content:"\\f0e9"}.fa-umbrella-beach:before{content:"\\f5ca"}.fa-underline:before{content:"\\f0cd"}.fa-undo:before{content:"\\f0e2"}.fa-undo-alt:before{content:"\\f2ea"}.fa-uniregistry:before{content:"\\f404"}.fa-unity:before{content:"\\f949"}.fa-universal-access:before{content:"\\f29a"}.fa-university:before{content:"\\f19c"}.fa-unlink:before{content:"\\f127"}.fa-unlock:before{content:"\\f09c"}.fa-unlock-alt:before{content:"\\f13e"}.fa-untappd:before{content:"\\f405"}.fa-upload:before{content:"\\f093"}.fa-ups:before{content:"\\f7e0"}.fa-usb:before{content:"\\f287"}.fa-user:before{content:"\\f007"}.fa-user-alt:before{content:"\\f406"}.fa-user-alt-slash:before{content:"\\f4fa"}.fa-user-astronaut:before{content:"\\f4fb"}.fa-user-check:before{content:"\\f4fc"}.fa-user-circle:before{content:"\\f2bd"}.fa-user-clock:before{content:"\\f4fd"}.fa-user-cog:before{content:"\\f4fe"}.fa-user-edit:before{content:"\\f4ff"}.fa-user-friends:before{content:"\\f500"}.fa-user-graduate:before{content:"\\f501"}.fa-user-injured:before{content:"\\f728"}.fa-user-lock:before{content:"\\f502"}.fa-user-md:before{content:"\\f0f0"}.fa-user-minus:before{content:"\\f503"}.fa-user-ninja:before{content:"\\f504"}.fa-user-nurse:before{content:"\\f82f"}.fa-user-plus:before{content:"\\f234"}.fa-user-secret:before{content:"\\f21b"}.fa-user-shield:before{content:"\\f505"}.fa-user-slash:before{content:"\\f506"}.fa-user-tag:before{content:"\\f507"}.fa-user-tie:before{content:"\\f508"}.fa-user-times:before{content:"\\f235"}.fa-users:before{content:"\\f0c0"}.fa-users-cog:before{content:"\\f509"}.fa-usps:before{content:"\\f7e1"}.fa-ussunnah:before{content:"\\f407"}.fa-utensil-spoon:before{content:"\\f2e5"}.fa-utensils:before{content:"\\f2e7"}.fa-vaadin:before{content:"\\f408"}.fa-vector-square:before{content:"\\f5cb"}.fa-venus:before{content:"\\f221"}.fa-venus-double:before{content:"\\f226"}.fa-venus-mars:before{content:"\\f228"}.fa-viacoin:before{content:"\\f237"}.fa-viadeo:before{content:"\\f2a9"}.fa-viadeo-square:before{content:"\\f2aa"}.fa-vial:before{content:"\\f492"}.fa-vials:before{content:"\\f493"}.fa-viber:before{content:"\\f409"}.fa-video:before{content:"\\f03d"}.fa-video-slash:before{content:"\\f4e2"}.fa-vihara:before{content:"\\f6a7"}.fa-vimeo:before{content:"\\f40a"}.fa-vimeo-square:before{content:"\\f194"}.fa-vimeo-v:before{content:"\\f27d"}.fa-vine:before{content:"\\f1ca"}.fa-virus:before{content:"\\f974"}.fa-virus-slash:before{content:"\\f975"}.fa-viruses:before{content:"\\f976"}.fa-vk:before{content:"\\f189"}.fa-vnv:before{content:"\\f40b"}.fa-voicemail:before{content:"\\f897"}.fa-volleyball-ball:before{content:"\\f45f"}.fa-volume-down:before{content:"\\f027"}.fa-volume-mute:before{content:"\\f6a9"}.fa-volume-off:before{content:"\\f026"}.fa-volume-up:before{content:"\\f028"}.fa-vote-yea:before{content:"\\f772"}.fa-vr-cardboard:before{content:"\\f729"}.fa-vuejs:before{content:"\\f41f"}.fa-walking:before{content:"\\f554"}.fa-wallet:before{content:"\\f555"}.fa-warehouse:before{content:"\\f494"}.fa-water:before{content:"\\f773"}.fa-wave-square:before{content:"\\f83e"}.fa-waze:before{content:"\\f83f"}.fa-weebly:before{content:"\\f5cc"}.fa-weibo:before{content:"\\f18a"}.fa-weight:before{content:"\\f496"}.fa-weight-hanging:before{content:"\\f5cd"}.fa-weixin:before{content:"\\f1d7"}.fa-whatsapp:before{content:"\\f232"}.fa-whatsapp-square:before{content:"\\f40c"}.fa-wheelchair:before{content:"\\f193"}.fa-whmcs:before{content:"\\f40d"}.fa-wifi:before{content:"\\f1eb"}.fa-wikipedia-w:before{content:"\\f266"}.fa-wind:before{content:"\\f72e"}.fa-window-close:before{content:"\\f410"}.fa-window-maximize:before{content:"\\f2d0"}.fa-window-minimize:before{content:"\\f2d1"}.fa-window-restore:before{content:"\\f2d2"}.fa-windows:before{content:"\\f17a"}.fa-wine-bottle:before{content:"\\f72f"}.fa-wine-glass:before{content:"\\f4e3"}.fa-wine-glass-alt:before{content:"\\f5ce"}.fa-wix:before{content:"\\f5cf"}.fa-wizards-of-the-coast:before{content:"\\f730"}.fa-wolf-pack-battalion:before{content:"\\f514"}.fa-won-sign:before{content:"\\f159"}.fa-wordpress:before{content:"\\f19a"}.fa-wordpress-simple:before{content:"\\f411"}.fa-wpbeginner:before{content:"\\f297"}.fa-wpexplorer:before{content:"\\f2de"}.fa-wpforms:before{content:"\\f298"}.fa-wpressr:before{content:"\\f3e4"}.fa-wrench:before{content:"\\f0ad"}.fa-x-ray:before{content:"\\f497"}.fa-xbox:before{content:"\\f412"}.fa-xing:before{content:"\\f168"}.fa-xing-square:before{content:"\\f169"}.fa-y-combinator:before{content:"\\f23b"}.fa-yahoo:before{content:"\\f19e"}.fa-yammer:before{content:"\\f840"}.fa-yandex:before{content:"\\f413"}.fa-yandex-international:before{content:"\\f414"}.fa-yarn:before{content:"\\f7e3"}.fa-yelp:before{content:"\\f1e9"}.fa-yen-sign:before{content:"\\f157"}.fa-yin-yang:before{content:"\\f6ad"}.fa-yoast:before{content:"\\f2b1"}.fa-youtube:before{content:"\\f167"}.fa-youtube-square:before{content:"\\f431"}.fa-zhihu:before{content:"\\f63f"}.sr-only{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}/*!\n * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\n */@font-face{font-family:\'Font Awesome 5 Free\';font-style:normal;font-weight:900;font-display:block;src:url('+_+");src:url("+j+') format("embedded-opentype"),url('+T+') format("woff2"),url('+E+') format("woff"),url('+C+') format("truetype"),url('+z+") format(\"svg\")}.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:900}/*!\n * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\n */@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:400;font-display:block;src:url("+A+");src:url("+D+') format("embedded-opentype"),url('+L+') format("woff2"),url('+S+') format("woff"),url('+O+') format("truetype"),url('+N+") format(\"svg\")}.fab{font-family:'Font Awesome 5 Brands';font-weight:400}@font-face{font-family:'Dosis';font-style:normal;font-weight:300;src:url("+q+") format(\"truetype\")}@font-face{font-family:'Dosis';font-style:normal;font-weight:400;src:url("+M+") format(\"truetype\")}@font-face{font-family:'Dosis';font-style:normal;font-weight:700;src:url("+I+") format(\"truetype\")}.change-form #content-main>form .form-row.errors .errorlist li::before,.passwordchange #content-main>form .form-row.errors .errorlist li::before,.change-form #content-main>form .form-row .date-icon::before,.passwordchange #content-main>form .form-row .date-icon::before,.change-form #content-main>form .form-row .clock-icon::before,.passwordchange #content-main>form .form-row .clock-icon::before,.change-form #content-main>form .form-row .related-lookup::before,.passwordchange #content-main>form .form-row .related-lookup::before,.change-form #content-main>form .submit-row .deletelink-box .deletelink::before,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink::before,.change-form #content-main>form .add-row a::before,.passwordchange #content-main>form .add-row a::before,.change-form #content-main>form .inline-deletelink::before,.passwordchange #content-main>form .inline-deletelink::before,.sidebar-menu .depth-0 a.has-children::after,.sidebar-menu .depth-0 span.has-children::after,.sidebar-menu .depth-1 a.has-children::after,.sidebar-menu .depth-1 span.has-children::after,.dashboard .addlink::before,.dashboard .viewlink::before,.dashboard .deletelink::before,.dashboard .changelink::before,.breadcrumbs a:first-child::before,#content .object-tools a::before,.messagelist .success::before,.messagelist .info::before,.messagelist .warning::before,.messagelist .error::before,.change-list #changelist .date-icon::before,.change-list #changelist .clock-icon::before,.delete-confirmation-content form .cancel-link::before{display:inline-block;font-family:'Font Awesome\\ 5 Free';margin-right:5px}.change-form #content-main>form,.passwordchange #content-main>form,.auth-user.change-form #content-main>form{background:#fff;border:1px solid #fff;clear:both;overflow:auto}.change-form #content-main>form h3,.passwordchange #content-main>form h3,.auth-user.change-form #content-main>form h3,.change-form #content-main>form .h3,.passwordchange #content-main>form .h3{font-size:1.2rem}.change-form #content-main>form .form-row,.passwordchange #content-main>form .form-row{background:#f9f9f9;margin-bottom:.5rem;padding:1rem .5rem}.change-form #content-main>form .form-row.with-wrapped-fields,.passwordchange #content-main>form .form-row.with-wrapped-fields{background:transparent}.change-form #content-main>form .form-row.errors,.passwordchange #content-main>form .form-row.errors{background:#f2dede}.change-form #content-main>form .form-row.errors .errorlist,.passwordchange #content-main>form .form-row.errors .errorlist{padding-left:0;width:100%}@media (min-width: 768px){.change-form #content-main>form .form-row.errors .errorlist,.passwordchange #content-main>form .form-row.errors .errorlist{padding-left:1.2rem}}.change-form #content-main>form .form-row.errors .errorlist li,.passwordchange #content-main>form .form-row.errors .errorlist li{color:#dc3545 !important;list-style-type:none;font-weight:bold;text-decoration:underline}.change-form #content-main>form .form-row.errors .errorlist li::before,.passwordchange #content-main>form .form-row.errors .errorlist li::before{content:'\\f12a';display:inline-block;margin-right:.5rem}.change-form #content-main>form .form-row.errors .wrapped-fields-container .errorlist,.passwordchange #content-main>form .form-row.errors .wrapped-fields-container .errorlist{padding-left:0 !important}.change-form #content-main>form .form-row .newline,.passwordchange #content-main>form .form-row .newline{display:block;height:.5rem;width:100%}.change-form #content-main>form .form-row>div,.passwordchange #content-main>form .form-row>div{align-items:flex-start;display:flex;flex:1;flex-direction:row;flex-wrap:wrap}.change-form #content-main>form .form-row>div.checkbox-row input,.passwordchange #content-main>form .form-row>div.checkbox-row input{margin-top:5px;order:2}.change-form #content-main>form .form-row>div.checkbox-row label,.passwordchange #content-main>form .form-row>div.checkbox-row label{order:1}.change-form #content-main>form .form-row>div.checkbox-row .help,.passwordchange #content-main>form .form-row>div.checkbox-row .help{order:3}.change-form #content-main>form .form-row .date-icon::before,.passwordchange #content-main>form .form-row .date-icon::before{content:'\\f073'}.change-form #content-main>form .form-row .clock-icon::before,.passwordchange #content-main>form .form-row .clock-icon::before{content:'\\f017'}.change-form #content-main>form .form-row .datetime,.passwordchange #content-main>form .form-row .datetime{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;margin:0}.change-form #content-main>form .form-row .datetime input,.passwordchange #content-main>form .form-row .datetime input{margin:0 10px}.change-form #content-main>form .form-row .datetime .datetimeshortcuts,.passwordchange #content-main>form .form-row .datetime .datetimeshortcuts{align-self:center;white-space:nowrap}.change-form #content-main>form .form-row .datetime .timezonewarning,.passwordchange #content-main>form .form-row .datetime .timezonewarning{margin-left:0 !important;white-space:nowrap;width:0}.change-form #content-main>form .form-row .datetimeshortcuts,.passwordchange #content-main>form .form-row .datetimeshortcuts{align-self:center}.change-form #content-main>form .form-row .datetimeshortcuts+.newline,.passwordchange #content-main>form .form-row .datetimeshortcuts+.newline,.change-form #content-main>form .form-row .datetimeshortcuts+br,.passwordchange #content-main>form .form-row .datetimeshortcuts+br{content:'';display:block;height:.5rem;width:100%}.change-form #content-main>form .form-row .timezonewarning,.passwordchange #content-main>form .form-row .timezonewarning{align-self:center;color:#d39e00;display:block;margin:.2rem 0;padding-left:1px}@media (min-width: 768px){.change-form #content-main>form .form-row .timezonewarning,.passwordchange #content-main>form .form-row .timezonewarning{margin-left:20%}}@media (min-width: 992px){.change-form #content-main>form .form-row .timezonewarning,.passwordchange #content-main>form .form-row .timezonewarning{margin-left:10%}}.change-form #content-main>form .form-row .related-widget-wrapper,.passwordchange #content-main>form .form-row .related-widget-wrapper{display:flex;flex-direction:row;flex-grow:1}.change-form #content-main>form .form-row .related-widget-wrapper+p,.passwordchange #content-main>form .form-row .related-widget-wrapper+p{flex-basis:100%;margin-left:0 !important}@media (min-width: 768px){.change-form #content-main>form .form-row .related-widget-wrapper+p,.passwordchange #content-main>form .form-row .related-widget-wrapper+p{margin-left:20% !important}}@media (min-width: 992px){.change-form #content-main>form .form-row .related-widget-wrapper+p,.passwordchange #content-main>form .form-row .related-widget-wrapper+p{margin-left:10% !important}}.change-form #content-main>form .form-row .related-widget-wrapper .add-related,.passwordchange #content-main>form .form-row .related-widget-wrapper .add-related{margin-left:15px;margin-right:15px;order:2}.change-form #content-main>form .form-row .related-widget-wrapper select,.passwordchange #content-main>form .form-row .related-widget-wrapper select{display:inline-block !important}.change-form #content-main>form .form-row .selector,.passwordchange #content-main>form .form-row .selector{display:flex;flex-direction:row;flex-wrap:nowrap}.change-form #content-main>form .form-row .selector.stacked,.passwordchange #content-main>form .form-row .selector.stacked{flex-direction:column}.change-form #content-main>form .form-row .selector.stacked .selector-chooser,.passwordchange #content-main>form .form-row .selector.stacked .selector-chooser{display:flex;flex-direction:row;margin:15px 0;width:auto}.change-form #content-main>form .form-row .selector.stacked .selector-chooser .selector-add,.passwordchange #content-main>form .form-row .selector.stacked .selector-chooser .selector-add{background:url("+P+") 0 -32px no-repeat}.change-form #content-main>form .form-row .selector.stacked .selector-chooser .selector-add.active,.passwordchange #content-main>form .form-row .selector.stacked .selector-chooser .selector-add.active{background:url("+P+") 0 -48px no-repeat}.change-form #content-main>form .form-row .selector.stacked .selector-chooser .selector-remove,.passwordchange #content-main>form .form-row .selector.stacked .selector-chooser .selector-remove{background:url("+P+") 0 0 no-repeat}.change-form #content-main>form .form-row .selector.stacked .selector-chooser .selector-remove.active,.passwordchange #content-main>form .form-row .selector.stacked .selector-chooser .selector-remove.active{background:url("+P+") 0 -16px no-repeat}.change-form #content-main>form .form-row .selector .help-icon,.passwordchange #content-main>form .form-row .selector .help-icon{background:url("+B+") 0 0 no-repeat;cursor:help;display:inline-block;height:13px;margin:-2px 0 0 2px;vertical-align:middle;width:13px}.change-form #content-main>form .form-row .selector-filter,.passwordchange #content-main>form .form-row .selector-filter{align-items:center;border-left:1px solid #ccc;border-right:1px solid #ccc;display:flex;flex-direction:row;margin-bottom:0;padding:5px}.change-form #content-main>form .form-row .selector-filter label,.passwordchange #content-main>form .form-row .selector-filter label{margin-bottom:0;padding-right:2px !important}.change-form #content-main>form .form-row .selector-filter .search-label-icon,.passwordchange #content-main>form .form-row .selector-filter .search-label-icon{background:url("+H+") 0 0 no-repeat;cursor:help;display:inline-block;height:18px;margin-top:5px;width:18px}.change-form #content-main>form .form-row .selector-filter input,.passwordchange #content-main>form .form-row .selector-filter input{padding:5px}.change-form #content-main>form .form-row .selector-available,.passwordchange #content-main>form .form-row .selector-available,.change-form #content-main>form .form-row .selector-chosen,.passwordchange #content-main>form .form-row .selector-chosen{text-align:center;width:330px}.change-form #content-main>form .form-row .selector-available h2,.passwordchange #content-main>form .form-row .selector-available h2,.change-form #content-main>form .form-row .selector-available .h2,.passwordchange #content-main>form .form-row .selector-available .h2,.change-form #content-main>form .form-row .selector-chosen h2,.passwordchange #content-main>form .form-row .selector-chosen h2,.change-form #content-main>form .form-row .selector-chosen .h2,.passwordchange #content-main>form .form-row .selector-chosen .h2{background:#fafafa;border-left:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc;font-size:1rem;margin-bottom:0}.change-form #content-main>form .form-row .selector-available select,.passwordchange #content-main>form .form-row .selector-available select,.change-form #content-main>form .form-row .selector-chosen select,.passwordchange #content-main>form .form-row .selector-chosen select{border-radius:0;min-height:200px;width:100%}.change-form #content-main>form .form-row .selector-chosen h2,.passwordchange #content-main>form .form-row .selector-chosen h2,.change-form #content-main>form .form-row .selector-chosen .h2,.passwordchange #content-main>form .form-row .selector-chosen .h2{background:#f2c1c7}.change-form #content-main>form .form-row .selector-chooseall,.passwordchange #content-main>form .form-row .selector-chooseall,.change-form #content-main>form .form-row .selector-clearall,.passwordchange #content-main>form .form-row .selector-clearall{display:inline-block;margin:5px auto}.change-form #content-main>form .form-row .selector-chooser,.passwordchange #content-main>form .form-row .selector-chooser{align-self:center;background-color:#eee;border-radius:10px;display:inline-block;float:left;margin:0 15px;padding:0;width:22px}.change-form #content-main>form .form-row .selector-chooser li,.passwordchange #content-main>form .form-row .selector-chooser li{list-style-type:none;margin:0;padding:3px}.change-form #content-main>form .form-row .selector-chooser .selector-add,.passwordchange #content-main>form .form-row .selector-chooser .selector-add{background:url("+P+") 0 -112px no-repeat}.change-form #content-main>form .form-row .selector-chooser .selector-remove,.passwordchange #content-main>form .form-row .selector-chooser .selector-remove{background:url("+P+") 0 -80px no-repeat}.change-form #content-main>form .form-row .selector-chooser .selector-add,.passwordchange #content-main>form .form-row .selector-chooser .selector-add,.change-form #content-main>form .form-row .selector-chooser .selector-remove,.passwordchange #content-main>form .form-row .selector-chooser .selector-remove{cursor:default;display:block;height:16px;opacity:.3;overflow:hidden;text-indent:-3000px;width:16px}.change-form #content-main>form .form-row .selector-chooser .selector-add.active,.passwordchange #content-main>form .form-row .selector-chooser .selector-add.active,.change-form #content-main>form .form-row .selector-chooser .selector-remove.active,.passwordchange #content-main>form .form-row .selector-chooser .selector-remove.active{opacity:1}.change-form #content-main>form .form-row .add-related,.passwordchange #content-main>form .form-row .add-related,.change-form #content-main>form .form-row .change-related,.passwordchange #content-main>form .form-row .change-related{vertical-align:top}.change-form #content-main>form .form-row .change-related,.passwordchange #content-main>form .form-row .change-related{margin-left:1rem}.change-form #content-main>form .form-row .related-lookup::before,.passwordchange #content-main>form .form-row .related-lookup::before{content:'\\f002';margin-left:5px}.change-form #content-main>form label,.passwordchange #content-main>form label,.auth-user.change-form #content-main>form label{flex-basis:100%;text-align:left}@media (min-width: 768px){.change-form #content-main>form label,.passwordchange #content-main>form label,.auth-user.change-form #content-main>form label{flex-basis:20%;text-align:right}}@media (min-width: 992px){.change-form #content-main>form label,.passwordchange #content-main>form label,.auth-user.change-form #content-main>form label{flex-basis:10%;text-align:right}}.change-form #content-main>form .required,.passwordchange #content-main>form .required{font-weight:bold}@media (min-width: 768px){.change-form #content-main>form input[type=text],.passwordchange #content-main>form input[type=text],.change-form #content-main>form input[type=password],.passwordchange #content-main>form input[type=password],.change-form #content-main>form input[type=url],.passwordchange #content-main>form input[type=url],.change-form #content-main>form input[type=number],.passwordchange #content-main>form input[type=number],.change-form #content-main>form input[type=email],.passwordchange #content-main>form input[type=email],.change-form #content-main>form input[type=date],.passwordchange #content-main>form input[type=date],.change-form #content-main>form input[type=file],.passwordchange #content-main>form input[type=file],.change-form #content-main>form select[multiple],.passwordchange #content-main>form select[multiple]{width:auto}}.change-form #content-main>form input[type=url],.passwordchange #content-main>form input[type=url]{display:inline-block !important}.change-form #content-main>form input[type=text][size],.passwordchange #content-main>form input[type=text][size]{width:auto !important}@media (min-width: 768px){.change-form #content-main>form input[type=text]:not([size]),.passwordchange #content-main>form input[type=text]:not([size]){min-width:240px}}.change-form #content-main>form textarea,.passwordchange #content-main>form textarea,.auth-user.change-form #content-main>form textarea{resize:both}@media (min-width: 768px){.change-form #content-main>form textarea,.passwordchange #content-main>form textarea,.auth-user.change-form #content-main>form textarea{width:auto}}.change-form #content-main>form .tabular.inline-related input[type=text],.passwordchange #content-main>form .tabular.inline-related input[type=text],.change-form #content-main>form .tabular.inline-related input[type=number],.passwordchange #content-main>form .tabular.inline-related input[type=number],.change-form #content-main>form .tabular.inline-related input[type=email],.passwordchange #content-main>form .tabular.inline-related input[type=email],.change-form #content-main>form .tabular.inline-related input[type=date],.passwordchange #content-main>form .tabular.inline-related input[type=date],.change-form #content-main>form .tabular.inline-related textarea,.passwordchange #content-main>form .tabular.inline-related textarea,.change-form #content-main>form .tabular.inline-related select,.passwordchange #content-main>form .tabular.inline-related select{min-width:auto !important;width:auto}.change-form #content-main>form .tabular.inline-related .inline-deletelink,.passwordchange #content-main>form .tabular.inline-related .inline-deletelink{float:none !important}.change-form #content-main>form select[multiple],.passwordchange #content-main>form select[multiple]{display:inline-block}.change-form #content-main>form select:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form select:not([multiple]):not(.admin-autocomplete){text-indent:.01px;text-overflow:''}@media (min-width: 768px){.change-form #content-main>form select:not([multiple]):not(.admin-autocomplete),.passwordchange #content-main>form select:not([multiple]):not(.admin-autocomplete){width:auto}}.change-form #content-main>form .select2-container--admin-autocomplete,.passwordchange #content-main>form .select2-container--admin-autocomplete{min-width:320px}.change-form #content-main>form .select2-container--admin-autocomplete .select2-selection--single .select2-selection__arrow,.passwordchange #content-main>form .select2-container--admin-autocomplete .select2-selection--single .select2-selection__arrow{height:34px}.change-form #content-main>form .select2-container--admin-autocomplete .select2-selection--single .select2-selection__rendered,.passwordchange #content-main>form .select2-container--admin-autocomplete .select2-selection--single .select2-selection__rendered{line-height:36px}.change-form #content-main>form .select2-container .select2-selection--single,.passwordchange #content-main>form .select2-container .select2-selection--single{height:36px}.change-form #content-main>form .radiolist,.passwordchange #content-main>form .radiolist{list-style-type:none;padding-left:0}.change-form #content-main>form .radiolist.inline li,.passwordchange #content-main>form .radiolist.inline li{display:inline-block}.change-form #content-main>form .help,.passwordchange #content-main>form .help{flex-basis:100% !important;margin-left:0 !important;margin-top:.5rem;padding-left:1px}@media (min-width: 768px){.change-form #content-main>form .help,.passwordchange #content-main>form .help{margin-left:20% !important}}@media (min-width: 992px){.change-form #content-main>form .help,.passwordchange #content-main>form .help{margin-left:10% !important}}.change-form #content-main>form .help>ul,.passwordchange #content-main>form .help>ul{padding-left:1.2rem}.change-form #content-main>form div.help,.passwordchange #content-main>form div.help{color:#007eed !important}.change-form #content-main>form img.help,.passwordchange #content-main>form img.help{display:inline-block;margin-left:0 !important}.change-form #content-main>form .collapse,.passwordchange #content-main>form .collapse{display:block}.change-form #content-main>form .collapsed *,.passwordchange #content-main>form .collapsed *{display:none}.change-form #content-main>form .collapsed h2,.passwordchange #content-main>form .collapsed h2,.change-form #content-main>form .collapsed .h2,.passwordchange #content-main>form .collapsed .h2{display:block}.change-form #content-main>form .collapsed h2 a,.passwordchange #content-main>form .collapsed h2 a,.change-form #content-main>form .collapsed .h2 a,.passwordchange #content-main>form .collapsed .h2 a{display:inline}.change-form #content-main>form .submit-row,.passwordchange #content-main>form .submit-row{align-items:center;display:flex;flex-basis:baseline;flex-direction:column;margin-top:15px}@media (min-width: 768px){.change-form #content-main>form .submit-row,.passwordchange #content-main>form .submit-row{flex-direction:row-reverse}}.change-form #content-main>form .submit-row input[type=submit],.passwordchange #content-main>form .submit-row input[type=submit]{margin-bottom:15px;margin-left:auto;order:1;width:200px}@media (min-width: 768px){.change-form #content-main>form .submit-row input[type=submit],.passwordchange #content-main>form .submit-row input[type=submit]{margin-bottom:0}}.change-form #content-main>form .submit-row>a,.passwordchange #content-main>form .submit-row>a{margin-bottom:15px;margin-left:.25rem;order:1}@media (min-width: 768px){.change-form #content-main>form .submit-row>a,.passwordchange #content-main>form .submit-row>a{margin-bottom:0}}.change-form #content-main>form .submit-row .deletelink-box,.passwordchange #content-main>form .submit-row .deletelink-box{margin-bottom:0;margin-left:auto;margin-right:auto;order:2;text-align:center}@media (min-width: 768px){.change-form #content-main>form .submit-row .deletelink-box,.passwordchange #content-main>form .submit-row .deletelink-box{margin-left:0}}.change-form #content-main>form .submit-row .deletelink-box .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink{width:200px}@media (min-width: 768px){.change-form #content-main>form .submit-row .deletelink-box .deletelink,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink{width:auto}}.change-form #content-main>form .submit-row .deletelink-box .deletelink::before,.passwordchange #content-main>form .submit-row .deletelink-box .deletelink::before{content:'\\f1f8'}.change-form #content-main>form .errornote,.passwordchange #content-main>form .errornote{font-weight:bold}.change-form #content-main>form fieldset.collapse,.passwordchange #content-main>form fieldset.collapse{display:block}.change-form #content-main>form fieldset.collapse h2,.passwordchange #content-main>form fieldset.collapse h2,.change-form #content-main>form fieldset.collapse .h2,.passwordchange #content-main>form fieldset.collapse .h2{align-items:center;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between}.change-form #content-main>form fieldset.collapse h2::after,.passwordchange #content-main>form fieldset.collapse h2::after,.change-form #content-main>form fieldset.collapse .h2::after,.passwordchange #content-main>form fieldset.collapse .h2::after{color:#666;content:'\\f070';display:inline-block;font-family:'Font Awesome\\ 5 Free';font-size:1.1rem}.change-form #content-main>form fieldset.collapse.collapsed h2::after,.passwordchange #content-main>form fieldset.collapse.collapsed h2::after,.change-form #content-main>form fieldset.collapse.collapsed .h2::after,.passwordchange #content-main>form fieldset.collapse.collapsed .h2::after{content:'\\f06e'}.change-form #content-main>form fieldset .form-row,.passwordchange #content-main>form fieldset .form-row{margin-left:0;margin-right:0}.change-form #content-main>form fieldset>h2,.passwordchange #content-main>form fieldset>h2,.auth-user.change-form #content-main>form fieldset>h2,.change-form #content-main>form fieldset>.h2,.passwordchange #content-main>form fieldset>.h2{background:#f2c1c7;font-size:1.4rem;margin-bottom:0;padding:5px 10px}.change-form #content-main>form fieldset>h2+.form-row,.passwordchange #content-main>form fieldset>h2+.form-row,.change-form #content-main>form fieldset>.h2+.form-row,.passwordchange #content-main>form fieldset>.h2+.form-row{margin-top:15px}.change-form #content-main>form .inline-related,.passwordchange #content-main>form .inline-related{overflow-x:auto}.change-form #content-main>form .inline-related.empty-form,.passwordchange #content-main>form .inline-related.empty-form,.change-form #content-main>form .inline-related .empty-form,.passwordchange #content-main>form .inline-related .empty-form{display:none !important}.change-form #content-main>form .inline-related textarea,.passwordchange #content-main>form .inline-related textarea{display:inline}.change-form #content-main>form .inline-related h3,.passwordchange #content-main>form .inline-related h3,.change-form #content-main>form .inline-related .h3,.passwordchange #content-main>form .inline-related .h3{align-items:center;background:#fafafa;border-bottom:1px solid #eee;border-top:5px solid #eee;display:flex;font-size:1.1rem;padding:8px 10px}.change-form #content-main>form .inline-related h3 .inline_label,.passwordchange #content-main>form .inline-related h3 .inline_label,.change-form #content-main>form .inline-related .h3 .inline_label,.passwordchange #content-main>form .inline-related .h3 .inline_label{margin-left:.5rem;margin-right:auto}.change-form #content-main>form .inline-related h3>.delete label,.passwordchange #content-main>form .inline-related h3>.delete label,.change-form #content-main>form .inline-related .h3>.delete label,.passwordchange #content-main>form .inline-related .h3>.delete label{margin-bottom:0}.change-form #content-main>form .inline-related .vDateField,.passwordchange #content-main>form .inline-related .vDateField{display:inline-block}.change-form #content-main>form .inline-related .errorlist,.passwordchange #content-main>form .inline-related .errorlist{background:#f2dede}.change-form #content-main>form .inline-related>.module,.passwordchange #content-main>form .inline-related>.module{position:relative}.change-form #content-main>form .inline-related table th,.passwordchange #content-main>form .inline-related table th{background:#fafafa;font-weight:normal !important}.change-form #content-main>form .inline-related table th.required,.passwordchange #content-main>form .inline-related table th.required{font-weight:bold !important}.change-form #content-main>form .inline-related table th .help-tooltip,.passwordchange #content-main>form .inline-related table th .help-tooltip{height:15px;margin-top:-3px;width:15px}.change-form #content-main>form .inline-related table .form-row,.passwordchange #content-main>form .inline-related table .form-row{display:table-row}.change-form #content-main>form .inline-related table .original,.passwordchange #content-main>form .inline-related table .original{border-right:0px;padding:0;position:relative;width:0}.change-form #content-main>form .inline-related table .original p,.passwordchange #content-main>form .inline-related table .original p{align-items:center;background:#fafafa;border-bottom:1px solid #eee;display:flex;font-size:.9rem;flex-direction:row;left:14px;padding:0 4px;position:absolute;top:8px;white-space:nowrap}.change-form #content-main>form .inline-related table .original p .inlinechangelink,.passwordchange #content-main>form .inline-related table .original p .inlinechangelink{position:relative;right:-4px}.change-form #content-main>form .inline-related table .original+td,.passwordchange #content-main>form .inline-related table .original+td,.change-form #content-main>form .inline-related table .original+th,.passwordchange #content-main>form .inline-related table .original+th{border-left:0px}.change-form #content-main>form .inline-related table .has_original td,.passwordchange #content-main>form .inline-related table .has_original td{padding-top:44px}.change-form #content-main>form .inline-related .inlinechangelink,.passwordchange #content-main>form .inline-related .inlinechangelink{background:#ffe4dc;font-size:.9rem;margin-left:8px;padding:2px 4px}.change-form #content-main>form .inline-related .inlinechangelink::before,.passwordchange #content-main>form .inline-related .inlinechangelink::before{content:'\\f304';font-family:'Font Awesome\\ 5 Free';margin-right:4px}.change-form #content-main>form .inline-related .inlinechangelink:hover,.passwordchange #content-main>form .inline-related .inlinechangelink:hover{background:#ffbda9;text-decoration:none}.change-form #content-main>form .add-row a::before,.passwordchange #content-main>form .add-row a::before{content:'\\f067'}.change-form #content-main>form .inline-deletelink,.passwordchange #content-main>form .inline-deletelink{float:right;margin-right:15px;white-space:nowrap}.change-form #content-main>form .inline-deletelink::before,.passwordchange #content-main>form .inline-deletelink::before{content:'\\f00d'}.change-form #content-main>form .wrapped-fields-container,.passwordchange #content-main>form .wrapped-fields-container{flex-direction:column !important}.change-form #content-main>form .wrapped-fields-container .datetimeshortcuts,.passwordchange #content-main>form .wrapped-fields-container .datetimeshortcuts{align-self:top}.change-form #content-main>form .wrapped-fields-container label,.passwordchange #content-main>form .wrapped-fields-container label{flex-basis:auto !important}@media (min-width: 768px){.change-form #content-main>form .wrapped-fields-container,.passwordchange #content-main>form .wrapped-fields-container{flex-direction:row !important}.change-form #content-main>form .wrapped-fields-container label,.passwordchange #content-main>form .wrapped-fields-container label{flex-basis:20% !important;vertical-align:top}}@media (min-width: 992px){.change-form #content-main>form .wrapped-fields-container label,.passwordchange #content-main>form .wrapped-fields-container label{flex-basis:10% !important}}.change-form #content-main>form .wrapped-fields-container>*,.passwordchange #content-main>form .wrapped-fields-container>*{flex-grow:0 !important}.change-form #content-main>form .wrapped-fields-container .fieldBox,.passwordchange #content-main>form .wrapped-fields-container .fieldBox{margin-top:1rem;width:100%}.change-form #content-main>form .wrapped-fields-container .fieldBox label,.passwordchange #content-main>form .wrapped-fields-container .fieldBox label{width:100%}.change-form #content-main>form .wrapped-fields-container .fieldBox .help,.passwordchange #content-main>form .wrapped-fields-container .fieldBox .help{margin-left:0 !important}@media (min-width: 768px){.change-form #content-main>form .wrapped-fields-container .fieldBox,.passwordchange #content-main>form .wrapped-fields-container .fieldBox{margin-left:1rem;margin-top:0;width:auto}.change-form #content-main>form .wrapped-fields-container .fieldBox label,.passwordchange #content-main>form .wrapped-fields-container .fieldBox label{width:auto}.change-form #content-main>form .wrapped-fields-container .fieldBox label+*:not(.datetime),.passwordchange #content-main>form .wrapped-fields-container .fieldBox label+*:not(.datetime){display:inline-block}}html{background:#1c2429;height:100%}body{font-weight:300;min-height:100%;opacity:0;transition:opacity .2s linear}body.baton-ready{opacity:1}a{text-decoration:none}a:hover{text-decoration:underline}a.btn:hover,.change-form #content-main>form .form-row a.selector-chooseall:hover,.passwordchange #content-main>form .form-row a.selector-chooseall:hover,.change-form #content-main>form .form-row a.selector-clearall:hover,.passwordchange #content-main>form .form-row a.selector-clearall:hover,.change-form #content-main>form .submit-row .deletelink-box a.deletelink:hover,.passwordchange #content-main>form .submit-row .deletelink-box a.deletelink:hover,.change-form #content-main>form .add-row a:hover,.passwordchange #content-main>form .add-row a:hover,.change-form #content-main>form a.inline-deletelink:hover,.passwordchange #content-main>form a.inline-deletelink:hover,#content .object-tools a:hover,.change-list a.changelist-filter-toggler:hover,.paginator a.showall:hover,.delete-confirmation-content form a.cancel-link:hover,.actionresult #content>p a:hover,.page-admindocs .admindocs-body .small a:hover{text-decoration:none}button,input,optgroup,select,textarea{font-family:\"Dosis\",sans-serif}.clear{clear:both}#toggle-nav-sidebar,#nav-sidebar{display:none !important}@-webkit-keyframes bounce{0%{transform:translateY(0) rotate(0deg)}100%{transform:translateY(-5px) rotate(5deg)}}@keyframes bounce{0%{transform:translateY(0) rotate(0deg)}100%{transform:translateY(-5px) rotate(5deg)}}body.login{background:#fff;display:flex;flex-direction:column;justify-content:center;padding:1px 1rem 0}body.login #header #branding{margin:auto !important}.login #content{padding-top:1px !important}.login #content-main+br.clear{display:none}.login #container{border:0 !important;border-radius:0;max-width:100%;min-width:auto;width:24em}.login #container .navbar-toggler{display:none !important}.login #container .submit-row{padding:10px 0;text-align:center}.login #container .submit-row input{display:inline-block}.login #container form{padding:1rem}.login #container form .input-group-text{justify-content:center;width:42px}.login #container input[type='text'],.login #container input[type='password']{background:#fff !important;border-top-left-radius:0 !important;border-bottom-left-radius:0 !important}.login #container .pwd-visibility-toggle{color:#999;cursor:pointer;position:absolute;right:8px;top:11px;z-index:10}.login #container .form-row{margin-left:0 !important;margin-right:0 !important;position:relative}.login #container .errornote{margin:1rem 1rem 0;padding:.5rem}.page-logout #header{padding-left:1rem}.page-logout .site-footer{position:static}body.page-logout #header .navbar-toggler{display:none}#header{align-items:center;background:#1c2429 !important;color:#fff;flex-direction:row !important;padding:.6rem 0}#header strong{color:#fff;padding-left:0}#header strong::before{content:'\\f007';display:inline-block;font-family:'Font Awesome\\ 5 Free';margin-right:5px}#header a{color:#fff}#header a:hover{color:#d32d41;text-decoration:none}#header a.dropdown-item{color:#000}#header #user-tools>a{order:2}@media (min-width: 768px){#header #user-tools .dropdown-menu{left:auto;right:0}}#header .navbar-toggler{border-width:0 !important;margin-right:5px}#header .nav-menu.is-active{background:#263238}#branding{display:inline-block;padding-bottom:0}#branding h1,#branding .h1{font-size:1.6rem}.site-footer{background:#1c2429;border-top:1px solid #fff;bottom:0;color:#fff;font-size:.9rem;left:0;margin-top:20px;position:absolute;width:100%}.site-footer p{margin-bottom:5px;margin-top:5px}.site-footer a{color:#b3c100}.site-footer a:hover{color:#848e00}.site-footer .btn-light,.site-footer .change-form #content-main>form .form-row .selector-chooseall,.change-form #content-main>form .form-row .site-footer .selector-chooseall,.site-footer .passwordchange #content-main>form .form-row .selector-chooseall,.passwordchange #content-main>form .form-row .site-footer .selector-chooseall,.site-footer .change-form #content-main>form .form-row .selector-clearall,.change-form #content-main>form .form-row .site-footer .selector-clearall,.site-footer .passwordchange #content-main>form .form-row .selector-clearall,.passwordchange #content-main>form .form-row .site-footer .selector-clearall,.site-footer .change-list #changelist-form .actions button,.change-list #changelist-form .actions .site-footer button{color:#1c2429}.login #footer{display:none}.menu-open .sidebar-menu{left:0}@media (min-width: 992px){body:not(.menu-mobile) .sidebar-menu{height:auto;left:0;position:static}body:not(.menu-mobile) .sidebar-menu h1 i,body:not(.menu-mobile) .sidebar-menu .h1 i{display:none !important}}.sidebar-menu{background:#263238;color:#fff;height:100%;left:-100%;padding:0;position:fixed;top:0;z-index:100}@media (min-width: 992px){.sidebar-menu{overflow:auto}}.sidebar-menu #branding{background:#1c2429;border-bottom:1px solid #1c2429;padding-top:0;text-align:center;width:100%}.sidebar-menu #branding>h1,.sidebar-menu #branding>.h1{background:#1c2429}.sidebar-menu #branding a{color:#fff !important}.sidebar-menu .toggle-menu{cursor:pointer;position:absolute;right:1rem;top:1.6rem}.sidebar-menu #user-tools{display:none}.sidebar-menu #user-tools-sidebar{padding:1rem;position:relative;text-align:center}.sidebar-menu #user-tools-sidebar .user-links{height:38px;transition:height .2s linear}.sidebar-menu #user-tools-sidebar .user-area-toggler{cursor:pointer}.sidebar-menu #user-tools-sidebar.collapsed .user-links,.sidebar-menu #user-tools-sidebar.collapsed .user-info div{display:none}.sidebar-menu #user-tools-sidebar .gravatar-icon{border:2px solid #fff;border-radius:50%}.sidebar-menu #user-tools-sidebar .user-info{align-items:center;display:flex;flex-direction:column;font-size:1.2rem;justify-content:center}.sidebar-menu #user-tools-sidebar .user-links{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:.5rem}.sidebar-menu #user-tools-sidebar a{color:#ccc !important}.sidebar-menu #user-tools-sidebar a.view-site::after{content:'\\f108';font-family:'Font Awesome\\ 5 Free'}.sidebar-menu #user-tools-sidebar a.view-site[href*=doc]::after{content:'\\f02d' !important;font-family:'Font Awesome\\ 5 Free'}.sidebar-menu #user-tools-sidebar a.password::after{content:'\\f084';font-family:'Font Awesome\\ 5 Free'}.sidebar-menu #user-tools-sidebar a.logout::after{content:'\\f2f5';font-family:'Font Awesome\\ 5 Free';font-size:1.6rem}.sidebar-menu #user-tools-sidebar a::after{color:#b3c100;font-size:1.3rem;display:inline-block;margin:0 .6rem}.sidebar-menu .search-field-tool{margin:.5rem 1rem;position:relative}.sidebar-menu .search-field-tool input{background:#3b4d56;border-color:#263238;color:#fff;padding-right:30px}.sidebar-menu .search-field-tool input:focus{box-shadow:0 0 0 transparent;outline:0 none}.sidebar-menu .search-field-tool::after{color:#b3c100;content:'\\f002';font-family:'Font Awesome\\ 5 Free';position:absolute;right:.5rem;top:.2rem}.sidebar-menu .search-field-tool.loading::after{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite;content:'\\f1ce'}.sidebar-menu .search-field-tool #admin-search-datalist{background:#1c2429;max-height:50vh;overflow:auto;position:absolute;width:100%}.sidebar-menu .search-field-tool #admin-search-datalist div{align-items:center;border-bottom:1px solid #181f23;cursor:pointer;display:flex;flex-direction:row;font-size:.9rem;justify-content:space-between;max-height:50vh;overflow:auto;padding:.5rem}.sidebar-menu .search-field-tool #admin-search-datalist div.selected{background:#4f6875;color:#fff}.sidebar-menu .search-field-tool #admin-search-datalist div.selected a{color:#fff}.sidebar-menu .search-field-tool #admin-search-datalist div a{color:#fff;text-decoration:none}.sidebar-menu .search-field-tool #admin-search-datalist div i{color:#6ebbff;font-size:.9rem}.sidebar-menu h1,.sidebar-menu .h1{background:#37474f;color:#fff;font-size:1.6rem;margin-bottom:0;padding:1rem 16px;position:absolute;top:0;width:100%;z-index:12}@media (min-width: 992px){.sidebar-menu h1,.sidebar-menu .h1{background:#2d3940;position:static}}.sidebar-menu h1 i,.sidebar-menu .h1 i{cursor:pointer;float:right;font-weight:normal;margin-right:10px;margin-top:5px}.sidebar-menu .depth-0,.sidebar-menu .depth-1{background:#263238;height:100%;left:0;list-style-type:none;overflow:auto;padding:0;padding-top:66px;position:absolute;top:0;width:100%;z-index:10}@media (min-width: 992px){.sidebar-menu .depth-0,.sidebar-menu .depth-1{height:auto;padding-top:0;position:static}}.sidebar-menu .depth-0 li,.sidebar-menu .depth-1 li{padding:0}.sidebar-menu .depth-0 li a,.sidebar-menu .depth-0 li span,.sidebar-menu .depth-1 li a,.sidebar-menu .depth-1 li span{padding:10px 20px}.sidebar-menu .depth-0 a,.sidebar-menu .depth-0 span,.sidebar-menu .depth-1 a,.sidebar-menu .depth-1 span{color:#ccc;display:block;outline:0}.sidebar-menu .depth-0 a:hover,.sidebar-menu .depth-0 span:hover,.sidebar-menu .depth-1 a:hover,.sidebar-menu .depth-1 span:hover{color:#fff;text-decoration:none}.sidebar-menu .depth-0 a.has-children::after,.sidebar-menu .depth-0 span.has-children::after,.sidebar-menu .depth-1 a.has-children::after,.sidebar-menu .depth-1 span.has-children::after{content:'\\f105';float:right}.sidebar-menu .depth-0 a i,.sidebar-menu .depth-0 span i,.sidebar-menu .depth-1 a i,.sidebar-menu .depth-1 span i{display:inline-block;margin-right:8px}.sidebar-menu .depth-0>li:not(.title):hover{background:#222d32}.sidebar-menu .depth-0 .title{background:#1c2429 !important}.sidebar-menu .depth-0 .title>span{color:#d32d41 !important;font-weight:bold;text-transform:uppercase}.sidebar-menu .depth-1{display:block;margin-left:-100%;transition:margin-left .0s linear}@media (min-width: 992px){.sidebar-menu .depth-1{display:none;margin-left:0}.sidebar-menu .depth-1 li{padding-left:10px}}@media (min-width: 992px){.sidebar-menu .title>.depth-1 li{padding-left:0}}@media (min-width: 992px){.sidebar-menu .open .has-children::after{content:'\\f107' !important}.sidebar-menu .open ul,.sidebar-menu .open li{background:#304047 !important}}.sidebar-menu .open>.depth-1{display:block}.sidebar-menu .open .depth-1{margin-left:0;z-index:10}@media (min-width: 992px){.sidebar-menu .default-open .has-children::after{content:'\\f107' !important}.sidebar-menu .default-open ul,.sidebar-menu .default-open li{background:#304047 !important}.sidebar-menu .default-open>.depth-1{display:block}.sidebar-menu .default-open .depth-1{margin-left:0;z-index:10}}.sidebar-menu .nav-back{background:#1c2429}@media (min-width: 992px){.sidebar-menu .nav-back{display:none}}@media (min-width: 992px){.sidebar-menu .with-active .has-children::after{content:'\\f107' !important}.sidebar-menu .with-active ul,.sidebar-menu .with-active li{background:#304047}.sidebar-menu .with-active>.depth-1{display:block}.sidebar-menu .with-active .depth-1{margin-left:0;z-index:10}}@media (min-width: 992px){.sidebar-menu .active:not(.with-active){background:#55121a !important;border-left:5px solid #f5f5f5;position:relative}.sidebar-menu .active:not(.with-active) a{margin-left:-5px}}.dashboard #content{background:#f5f5f5}.dashboard #content-main{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) / -2);margin-left:calc(var(--bs-gutter-x) / -2);float:left;margin-left:0 !important;padding:16px 0;width:100%}@media (min-width: 992px){.dashboard #content-main{margin-left:-15px;width:75%}}.dashboard #content-main>.module{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) / 2);padding-left:calc(var(--bs-gutter-x) / 2);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:100%}@media (min-width: 992px){.dashboard #content-main>.module{flex:0 0 auto;width:50%}}@media (min-width: 1600px){.dashboard #content-main>.module{flex:0 0 auto;width:33.33333%}}.dashboard #content-main table{background:#fff;border:1px solid #fff}.dashboard #content-main table tbody{font-size:.9rem}.dashboard #content-main table th{width:100%}.dashboard #content-main table td{white-space:nowrap}.dashboard #content-related{float:right;margin-bottom:2rem;margin-right:0 !important;padding:0 15px;width:100%}@media (min-width: 992px){.dashboard #content-related{margin-right:25px;width:23%}}.dashboard #content-related h2,.dashboard #content-related .h2{font-size:1.4rem}.dashboard #content-related h3,.dashboard #content-related .h3{font-size:1.2rem}.dashboard #content-related>div{background:#fff;border:1px solid #fff}.dashboard #content-related .actionlist{font-size:.9rem}.dashboard caption{background:#f6f6f6;border:1px solid #fff;caption-side:top}.dashboard caption a{color:#000}.dashboard .actionlist{border-left:5px solid #e7e7e7;list-style-type:none;margin-left:.5rem;margin-top:1.5rem;padding-left:0;position:relative}.dashboard .actionlist::after{background-image:linear-gradient(#e7e7e7 50%, rgba(255,255,255,0) 0%);background-position:center;background-repeat:repeat-y;background-size:5px 13px;bottom:-25px;content:'';height:25px;left:-5px;position:absolute;width:5px}.dashboard .actionlist li{padding:1.5rem;padding-top:0;position:relative}.dashboard .actionlist li::before{background:#f90;border-radius:50%;color:#fff !important;display:inline-block;height:30px;left:-18px;line-height:30px;position:absolute;text-align:center;width:30px}.dashboard .actionlist li.addlink::before{background:#28a745}.dashboard .actionlist li.changelink::before{background:#007eed}.dashboard .actionlist li.deletelink::before{background:#dc3545}.dashboard .addlink::before,.dashboard .viewlink::before,.dashboard .deletelink::before,.dashboard .changelink::before{color:#f90;white-space:nowrap}.dashboard .addlink::before{content:'\\f067'}.dashboard .changelink::before{content:'\\f304'}.dashboard .deletelink::before{content:'\\f1f8'}.dashboard .viewlink::before{content:'\\f26c'}.breadcrumbs{background:#f0f0f0;line-height:1.9;word-spacing:5px}.breadcrumbs a:first-child::before{content:'\\f015'}@media (min-width: 992px){.menu-mobile #content{flex:0 0 100% !important;max-width:100% !important;width:100% !important}}#content{background:#f5f5f5;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;padding-top:0 !important;position:relative}@media (max-width: 767.98px){#content{flex:0 0 100% !important;max-width:100% !important}}#content>h1,#content>.h1{background:#fafafa;font-size:1.6rem;font-weight:700}#content .object-tools{float:right;list-style-type:none}#content .object-tools li{display:inline-block}.messagelist{list-style-type:none;padding:0}.messagelist .success::before{content:'\\f00c'}.messagelist .info::before{content:'\\f05a'}.messagelist .warning::before{content:'\\f12a'}.messagelist .error::before{content:'\\f071'}.modal-header{align-items:center !important}.modal-dialog button.back{align-items:center;background:#007eed;border:none;border-radius:50%;color:#fff;display:flex;height:24px;justify-content:center;position:relative;top:-4px;width:24px}.modal-dialog button.back:focus{border:none;outline:none}.change-list .object-tools .addlink::before{content:'\\f067'}.change-list #changelist{border:1px solid #fff;clear:both;display:flex;flex-wrap:wrap;overflow:hidden}.change-list #changelist .changelist-form-container{display:flex;flex:0 0 100%;flex-wrap:wrap;overflow:hidden}.change-list #changelist:first-child{margin-top:1rem}.change-list #changelist .toplinks{margin-bottom:0;padding-left:0}.change-list #changelist .toplinks li{background:rgba(0,0,0,0.1);display:inline-block;padding:.2rem 1rem}.change-list #changelist .toplinks li.date-back{background:#d32d41}.change-list #changelist .toplinks li.date-back a{color:#fff}.change-list #changelist .toplinks+br{display:none}.change-list #changelist .xfull{overflow:auto;width:100%}.change-list #changelist .xfull .toplinks{white-space:nowrap}.change-list #changelist .date-icon::before{content:'\\f073'}.change-list #changelist .clock-icon::before{content:'\\f017'}.change-list #changelist #result_list input[type=text],.change-list #changelist #result_list input[type=number],.change-list #changelist #result_list input[type=email],.change-list #changelist #result_list input[type=date]{display:inline;height:28px;margin:2px 0;width:auto}.change-list #toolbar{flex:0 0 auto;width:100%;background:#ebeff1;order:1}.change-list #changelist-search label,.change-list #changelist-search input{display:inline-block !important}.change-list #changelist-search label{position:relative;top:-2px;text-align:right}.change-list #changelist-search input[type=text]{max-width:160px}.change-list #changelist-search input[type=submit]{background:#fff;margin-top:-3px;max-width:100px}.change-list #changelist-search input[type=submit]:hover{background:#fafafa}.change-list .action-counter{display:block}@media (min-width: 576px){.change-list .action-counter{display:inline}}.change-list .changelist-filter-toggler{align-items:center;cursor:pointer;display:inline;float:right;font-size:1rem;margin-bottom:1rem;min-height:39px}.change-list .changelist-filter-toggler.active{background:#b3c100;border-color:#b3c100 !important}.change-list .changelist-filter-toggler.with-actions{display:flex;flex-direction:row;float:none;margin-bottom:0;position:absolute;right:16px;top:32px}.change-list .changelist-filter-toggler>span{display:none}@media (min-width: 576px){.change-list .changelist-filter-toggler>span{display:inline-block;margin-left:.5rem}}.change-list #changelist-filter,.change-list #changelist-filter-modal{flex:0 0 auto;width:100%;background:#fafafa;max-width:100%;order:3}@media (min-width: 992px){.change-list #changelist-filter,.change-list #changelist-filter-modal{flex:0 0 auto;width:0%;max-height:200px;max-width:99%;overflow:hidden}}.change-list #changelist-filter h2,.change-list #changelist-filter-modal h2,.change-list #changelist-filter .h2,.change-list #changelist-filter-modal .h2{background:#263238;color:#fff;font-size:1.4rem;margin-bottom:0;padding:.5rem 1rem}.change-list #changelist-filter #changelist-filter-clear,.change-list #changelist-filter-modal #changelist-filter-clear{background:#17a2b8;font-size:.9rem;margin-bottom:0;margin-top:0;padding:.5rem 1rem}.change-list #changelist-filter #changelist-filter-clear a,.change-list #changelist-filter-modal #changelist-filter-clear a{color:#fff}.change-list #changelist-filter h3,.change-list #changelist-filter-modal h3,.change-list #changelist-filter .h3,.change-list #changelist-filter-modal .h3{font-size:1.2rem;margin-top:1rem;padding:0 1rem}.change-list #changelist-filter h3:first-child,.change-list #changelist-filter-modal h3:first-child,.change-list #changelist-filter .h3:first-child,.change-list #changelist-filter-modal .h3:first-child{margin-top:0}.change-list #changelist-filter ul,.change-list #changelist-filter-modal ul{list-style-type:none;padding-left:15px}.change-list #changelist-filter ul .selected,.change-list #changelist-filter-modal ul .selected{border-left:5px solid #d32d41;margin-left:-15px;padding-left:10px}.change-list.changelist-filter-always-open #changelist-filter,.change-list.changelist-filter-always-open #changelist-filter-modal,.change-list.changelist-filter-always-open #changelist-form{transition:none !important}@media (min-width: 992px){.change-list.changelist-filter-active #changelist-filter,.change-list.changelist-filter-active #changelist-filter-modal{flex:0 0 auto;width:16.66667%;max-height:100%}}@media (min-width: 992px){.change-list.changelist-filter-active #changelist-form{flex:0 0 auto;width:83.33333%}}.change-list #changelist-filter-modal{max-width:100% !important;max-height:100% !important;order:0 !important;padding:.5rem 0 !important;width:auto !important}.change-list #changelist-filter-modal select{margin-left:0 !important;width:auto !important}.change-list #changelist-form{flex:0 0 auto;width:100%;background:#fff;order:2;padding:1rem !important;position:relative}@media (min-width: 992px){.change-list #changelist-form{flex:0 0 auto;width:100%}}.change-list #changelist-form .actions .all,.change-list #changelist-form .actions .question,.change-list #changelist-form .actions .clear{display:none}.change-list #changelist-form select{-moz-appearance:none;text-indent:.01px;text-overflow:''}.change-list .results{background:#fff;clear:both}.change-list .results table thead>tr{background:#f0f0f0;color:inherit}.change-list .results table tbody tr:nth-child(2n+1){background:#fafafa;color:inherit}.change-list .results table tbody tr.selected,.change-list .results table tbody tr.selected td,.change-list .results table tbody tr.selected th{background:#e1dac9 !important;color:inherit}.change-list .results table .action-checkbox-column{width:20px}.change-list .results table .action-checkbox-column .text{padding-right:0}.change-list .results table th,.change-list .results table td{padding:.3rem}.change-list .results .sortoptions{float:right}.change-list .results th .text{padding-right:44px}.change-list .results .sorted .sortoptions a{background:url("+F+") 0 0 no-repeat;background-size:14px auto;display:inline-block;height:14px;position:relative;width:14px}.change-list .results .sorted .sortoptions a.sortremove::after{color:#999;content:'\\\\';font-size:18px;font-weight:200;left:3px;position:absolute;top:-6px}.change-list .results .sorted .sortoptions a.descending{background-position:0 -56px;top:1px}.change-list .results .sorted .sortoptions a.ascending{background-position:0 -42px}.change-list .baton-cl-include-top{padding-right:50px}@media (min-width: 576px){.change-list .baton-cl-include-top{padding-right:100px}}.change-list .baton-cl-include-above,.change-list .baton-cl-include-below{width:100%}.change-list .baton-cl-include-below{order:2}.change-list .admindatefilter{border-bottom:0 !important;margin-right:15px;padding-bottom:0;position:relative}.change-list .admindatefilter form>p{display:flex;flex-direction:row}.change-list .admindatefilter .datetimeshortcuts{right:2rem}.change-list .admindatefilter input[type='text']{flex-grow:1}.change-form .object-tools{float:right;list-style-type:none}.change-form .object-tools .historylink::before{content:'\\f017'}.change-form .object-tools .viewsitelink::before{content:'\\f26c'}.change-form .baton-image-preview{height:100px}.change-form .baton-image-preview:hover{-webkit-animation:bounce 0.1s;animation:bounce 0.1s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-iteration-count:4;animation-iteration-count:4}.change-form .collapse-entry h3,.change-form .collapse-entry .h3{cursor:pointer}.change-form .collapse-entry h3 .entry-collapse-toggler,.change-form .collapse-entry .h3 .entry-collapse-toggler{margin-left:1rem !important;order:1}.change-form .collapse-entry h3 .entry-collapse-toggler::before,.change-form .collapse-entry .h3 .entry-collapse-toggler::before{color:#666;content:'\\f070';cursor:pointer;font-family:'Font Awesome\\ 5 Free'}.change-form .collapse-entry h3 .entry-collapse-toggler+span,.change-form .collapse-entry .h3 .entry-collapse-toggler+span{margin-left:auto}.change-form .collapse-entry h3.entry-collapsed+fieldset,.change-form .collapse-entry .entry-collapsed.h3+fieldset{display:none !important}.change-form .collapse-entry h3.entry-collapsed .entry-collapse-toggler::before,.change-form .collapse-entry .entry-collapsed.h3 .entry-collapse-toggler::before{content:'\\f06e'}.change-form .collapse-entry .last-related h3 .entry-collapse-toggler::before,.change-form .collapse-entry .last-related .h3 .entry-collapse-toggler::before,.change-form .expand-first .inline-related[id$=\"-0\"] h3 .entry-collapse-toggler::before,.change-form .expand-first .inline-related[id$=\"-0\"] .h3 .entry-collapse-toggler::before{content:'\\f06e'}.change-form .collapse-entry .last-related h3+fieldset,.change-form .collapse-entry .last-related .h3+fieldset,.change-form .expand-first .inline-related[id$=\"-0\"] h3+fieldset,.change-form .expand-first .inline-related[id$=\"-0\"] .h3+fieldset{display:none !important}.change-form .collapse-entry .last-related h3.entry-collapsed .entry-collapse-toggler::before,.change-form .collapse-entry .last-related .entry-collapsed.h3 .entry-collapse-toggler::before,.change-form .expand-first .inline-related[id$=\"-0\"] h3.entry-collapsed .entry-collapse-toggler::before,.change-form .expand-first .inline-related[id$=\"-0\"] .entry-collapsed.h3 .entry-collapse-toggler::before{content:'\\f070'}.change-form .collapse-entry .last-related h3.entry-collapsed+fieldset,.change-form .collapse-entry .last-related .entry-collapsed.h3+fieldset,.change-form .expand-first .inline-related[id$=\"-0\"] h3.entry-collapsed+fieldset,.change-form .expand-first .inline-related[id$=\"-0\"] .entry-collapsed.h3+fieldset{display:block !important}.spinner-overlay{align-items:center;background:rgba(255,255,255,0.8);bottom:0;color:#000;display:flex;height:100%;justify-content:center;left:0;position:fixed;right:0;text-align:center;top:0;width:100%;z-index:100}.spinner-overlay p{font-size:3rem;font-weight:bold}.nav-tabs .nav-link{background:#fafafa;border:1px solid #dee2e6;font-weight:bold}.submit-row+.nav-tabs{margin-top:1rem}.baton-form-include{display:block;min-width:100%}.baton-form-include-right{display:inline !important;min-width:auto !important}.change-form #content-main>form .form-row>div.baton-form-include{display:block}body.page-changehistory #content-main>.module{background:#fff;border:1px solid #fff;margin-top:15px}body.page-changehistory #content-main>.module #change-history{margin-bottom:0}body.page-changehistory #content-main>.module #change-history thead>tr{background:#f0f0f0;color:inherit}body.page-changehistory #content-main>.module #change-history tbody tr:nth-child(2n+1){background:#fafafa;color:inherit}body.page-changehistory #content-main>.module #change-history td,body.page-changehistory #content-main>.module #change-history th{padding:.3rem}.paginator{overflow:auto;padding-top:.5rem;white-space:nowrap}.paginator span,.paginator a:not(.showall){background:#fff;border:1px solid #eee;color:#000;display:inline-block;height:40px;line-height:40px;padding:0 !important;text-align:center;width:40px}.paginator span:hover,.paginator a:not(.showall):hover{background:#eee}.paginator .this-page{background:#455a64;color:#fff}.paginator .this-page:hover{background:#455a64}.paginator .showall{margin-top:-5px}.paginator input{margin-top:-4px}@media (min-width: 768px){.paginator input{float:right;margin-top:0}}.delete-confirmation-content{background:#fff;border:1px solid #fff}.delete-confirmation-content form .cancel-link::before{content:'\\f0e2'}.passwordchange #content-main .form-row,.auth-user.change-form #content-main .form-row{align-items:flex-start;display:flex;flex:1;flex-direction:row;flex-wrap:wrap}.calendarbox,.clockbox{margin:5px auto;font-size:12px;width:19em;text-align:center;background:white;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,0.15);overflow:hidden;position:relative}.clockbox{width:auto}.clockbox h2,.clockbox .h2{background:#eee;border-bottom:1px solid #ddd;font-size:1rem;padding:0.5rem 1rem}.calendar{margin:0;padding:0}.calendar table{margin:0;padding:0;border-collapse:collapse;background:white;width:100%}.calendar table caption{caption-side:top}.calendar caption,.calendarbox h2,.calendarbox .h2{margin:0;text-align:center;border-top:none;background:#f5dd5d;font-weight:700;font-size:12px;color:#333}.calendar th{padding:8px 5px;background:#f8f8f8;border-bottom:1px solid #ddd;font-weight:400;font-size:12px;text-align:center;color:#666}.calendar td{font-weight:400;font-size:12px;text-align:center;padding:0;border-top:1px solid #eee;border-bottom:none}.calendar td.selected a{background:#79aec8;color:#fff}.calendar td.nonday{background:#f8f8f8}.calendar td.today a{font-weight:700}.calendar td a,.timelist a{display:block;font-weight:400;padding:6px;text-decoration:none;color:#444}.calendar td a:focus,.timelist a:focus,.calendar td a:hover,.timelist a:hover{background:#79aec8;color:white}.calendar td a:active,.timelist a:active{background:#417690;color:white}.calendarnav{font-size:10px;text-align:center;color:#ccc;margin:0;padding:1px 3px}.calendarnav a:link,#calendarnav a:visited,#calendarnav a:focus,#calendarnav a:hover{color:#999}.calendar-shortcuts{background:white;border-top:1px solid #eee;font-size:11px;line-height:11px;padding:8px 0;color:#ccc}.calendarbox .calendarnav-previous,.calendarbox .calendarnav-next{display:block;height:15px;padding:0;position:absolute;text-indent:-9999px;top:14px;width:15px}.calendarnav-previous{background:url("+R+") 0 0 no-repeat;left:10px}.calendarbox .calendarnav-previous:focus,.calendarbox .calendarnav-previous:hover{background-position:0 -15px}.calendarnav-next{right:10px;background:url("+R+") 0 -30px no-repeat}.calendarbox .calendarnav-next:focus,.calendarbox .calendarnav-next:hover{background-position:0 -45px}.calendar-cancel{margin:0;padding:4px 0;font-size:12px;background:#eee;border-top:1px solid #ddd;color:#333}.calendar-cancel:focus,.calendar-cancel:hover{background:#ddd}.calendar-cancel a{color:black;display:block}ul.timelist,.timelist li{list-style-type:none;margin:0;padding:0}.timelist a{padding:2px}.container-analytics{width:100%}.container-analytics h1,.container-analytics .h1{font-size:1.6rem}.container-analytics h2,.container-analytics .h2{font-size:1.4rem}.container-analytics .chart-container{background:#fff;border:1px solid #fff;padding:15px}.page-admindocs .admindocs-body{padding:0 1rem}.page-admindocs .admindocs-body #content-main{padding-top:1rem}.page-admindocs .admindocs-body h2,.page-admindocs .admindocs-body .h2{font-size:1.5rem}.page-admindocs .admindocs-body h3,.page-admindocs .admindocs-body .h3{font-size:1.4rem}.page-admindocs .admindocs-body .subhead{margin-bottom:1rem}.page-admindocs .admindocs-body .help::before{content:'\\f05a';display:inline-block;font-family:'Font Awesome\\ 5 Free';margin-right:.5rem}.page-admindocs .admindocs-body .simple{background:#ddd;padding-bottom:.5rem;padding-top:1rem}.page-admindocs .admindocs-body pre{background:#333;color:#fff;font-size:.8rem;padding:1rem}.page-admindocs .admindocs-body table{border:#e0e0e0 !important}.page-admindocs .admindocs-body .module{background:#fff;margin-bottom:1rem;max-width:100%;overflow:auto}.page-admindocs .admindocs-body .module h2,.page-admindocs .admindocs-body .module .h2{background:#f6f6f6;border:1px solid #fff;font-size:1.4rem;padding:.5rem}.page-admindocs .admindocs-body .module h3,.page-admindocs .admindocs-body .module .h3{color:#d32d41;font-size:1.4rem}.page-admindocs .admindocs-body .module h4,.page-admindocs .admindocs-body .module .h4{font-size:1.2rem}.page-admindocs .admindocs-body .module>h3,.page-admindocs .admindocs-body .module>.h3,.page-admindocs .admindocs-body .module>p,.page-admindocs .admindocs-body .module>h4,.page-admindocs .admindocs-body .module>.h4,.page-admindocs .admindocs-body .module>dl{padding-left:.5rem;padding-right:.5rem}.page-admindocs .colSM .admindocs-body{display:flex;flex-direction:column}@media (min-width: 992px){.page-admindocs .colSM .admindocs-body{flex-direction:row}}.page-admindocs .colSM .admindocs-body #content-main{order:2}.page-admindocs .colSM .admindocs-body #content-related{order:1}@media (min-width: 992px){.page-admindocs .colSM .admindocs-body #content-related{margin-right:1rem;padding-top:1rem}}.filter-files-field.js-filter-files{width:170px}.filter-files-container .filter-search-wrapper{width:auto !important}.filebrowser .paginator span{border:0 !important;width:auto !important}.search-is-focused .filter-files-container{position:relative}form .form-row .filer-dropzone.filer-dropzone-mobile .filerFile{display:flex;justify-content:center}.js-filer-dropzone .insertlinkButton{padding-top:0 !important}.form-row .filer-dropzone .filerFile .related-lookup.related-lookup-change{min-width:36px}.form-row .filer-dropzone .filerFile .related-lookup.related-lookup-change::before{content:'' !important}.form-row .filer-dropzone .filerFile .related-lookup.related-lookup-change .edit-file{margin-top:-10px}form .form-row .filer-dropzone{min-width:100% !important}\n",""]),t.exports=e},function(t,e,n){"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=function(t,e){var n=t[1]||"",o=t[3];if(!o)return n;if(e&&"function"==typeof btoa){var r=(i=o,l=btoa(unescape(encodeURIComponent(JSON.stringify(i)))),c="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(l),"/*# ".concat(c," */")),a=o.sources.map((function(t){return"/*# sourceURL=".concat(o.sourceRoot||"").concat(t," */")}));return[n].concat(a).concat([r]).join("\n")}var i,l,c;return[n].join("\n")}(e,t);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,o){"string"==typeof t&&(t=[[null,t,""]]);var r={};if(o)for(var a=0;a=0&&c.splice(e,1)}function p(t){var e=document.createElement("style");return e.type="text/css",f(t,e),e}function g(t,e){var n,o,r;if(e.singleton){var a=l++;n=i||(i=p(e)),o=b.bind(null,n,a,!1),r=b.bind(null,n,a,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(n=function(t){var e=document.createElement("link");return e.rel="stylesheet",f(t,e),e}(e),o=v.bind(null,n),r=function(){d(n),n.href&&URL.revokeObjectURL(n.href)}):(n=p(e),o=w.bind(null,n),r=function(){d(n)});return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else r()}}t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");void 0===(e=e||{}).singleton&&(e.singleton=r()),void 0===e.insertAt&&(e.insertAt="bottom");var o=m(t);return s(o,e),function(t){for(var r=[],a=0;a elements\n // (i.e., `typeof document.createElement( \"object\" ) === \"function\"`).\n // We don't want to classify *any* DOM node as a function.\n return typeof obj === \"function\" && typeof obj.nodeType !== \"number\";\n };\n\n\nvar isWindow = function isWindow( obj ) {\n\t\treturn obj != null && obj === obj.window;\n\t};\n\n\nvar document = window.document;\n\n\n\n\tvar preservedScriptAttributes = {\n\t\ttype: true,\n\t\tsrc: true,\n\t\tnonce: true,\n\t\tnoModule: true\n\t};\n\n\tfunction DOMEval( code, node, doc ) {\n\t\tdoc = doc || document;\n\n\t\tvar i, val,\n\t\t\tscript = doc.createElement( \"script\" );\n\n\t\tscript.text = code;\n\t\tif ( node ) {\n\t\t\tfor ( i in preservedScriptAttributes ) {\n\n\t\t\t\t// Support: Firefox 64+, Edge 18+\n\t\t\t\t// Some browsers don't support the \"nonce\" property on scripts.\n\t\t\t\t// On the other hand, just using `getAttribute` is not enough as\n\t\t\t\t// the `nonce` attribute is reset to an empty string whenever it\n\t\t\t\t// becomes browsing-context connected.\n\t\t\t\t// See https://github.com/whatwg/html/issues/2369\n\t\t\t\t// See https://html.spec.whatwg.org/#nonce-attributes\n\t\t\t\t// The `node.getAttribute` check was added for the sake of\n\t\t\t\t// `jQuery.globalEval` so that it can fake a nonce-containing node\n\t\t\t\t// via an object.\n\t\t\t\tval = node[ i ] || node.getAttribute && node.getAttribute( i );\n\t\t\t\tif ( val ) {\n\t\t\t\t\tscript.setAttribute( i, val );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tdoc.head.appendChild( script ).parentNode.removeChild( script );\n\t}\n\n\nfunction toType( obj ) {\n\tif ( obj == null ) {\n\t\treturn obj + \"\";\n\t}\n\n\t// Support: Android <=2.3 only (functionish RegExp)\n\treturn typeof obj === \"object\" || typeof obj === \"function\" ?\n\t\tclass2type[ toString.call( obj ) ] || \"object\" :\n\t\ttypeof obj;\n}\n/* global Symbol */\n// Defining this global in .eslintrc.json would create a danger of using the global\n// unguarded in another place, it seems safer to define global only for this module\n\n\n\nvar\n\tversion = \"3.5.1\",\n\n\t// Define a local copy of jQuery\n\tjQuery = function( selector, context ) {\n\n\t\t// The jQuery object is actually just the init constructor 'enhanced'\n\t\t// Need init if jQuery is called (just allow error to be thrown if not included)\n\t\treturn new jQuery.fn.init( selector, context );\n\t};\n\njQuery.fn = jQuery.prototype = {\n\n\t// The current version of jQuery being used\n\tjquery: version,\n\n\tconstructor: jQuery,\n\n\t// The default length of a jQuery object is 0\n\tlength: 0,\n\n\ttoArray: function() {\n\t\treturn slice.call( this );\n\t},\n\n\t// Get the Nth element in the matched element set OR\n\t// Get the whole matched element set as a clean array\n\tget: function( num ) {\n\n\t\t// Return all the elements in a clean array\n\t\tif ( num == null ) {\n\t\t\treturn slice.call( this );\n\t\t}\n\n\t\t// Return just the one element from the set\n\t\treturn num < 0 ? this[ num + this.length ] : this[ num ];\n\t},\n\n\t// Take an array of elements and push it onto the stack\n\t// (returning the new matched element set)\n\tpushStack: function( elems ) {\n\n\t\t// Build a new jQuery matched element set\n\t\tvar ret = jQuery.merge( this.constructor(), elems );\n\n\t\t// Add the old object onto the stack (as a reference)\n\t\tret.prevObject = this;\n\n\t\t// Return the newly-formed element set\n\t\treturn ret;\n\t},\n\n\t// Execute a callback for every element in the matched set.\n\teach: function( callback ) {\n\t\treturn jQuery.each( this, callback );\n\t},\n\n\tmap: function( callback ) {\n\t\treturn this.pushStack( jQuery.map( this, function( elem, i ) {\n\t\t\treturn callback.call( elem, i, elem );\n\t\t} ) );\n\t},\n\n\tslice: function() {\n\t\treturn this.pushStack( slice.apply( this, arguments ) );\n\t},\n\n\tfirst: function() {\n\t\treturn this.eq( 0 );\n\t},\n\n\tlast: function() {\n\t\treturn this.eq( -1 );\n\t},\n\n\teven: function() {\n\t\treturn this.pushStack( jQuery.grep( this, function( _elem, i ) {\n\t\t\treturn ( i + 1 ) % 2;\n\t\t} ) );\n\t},\n\n\todd: function() {\n\t\treturn this.pushStack( jQuery.grep( this, function( _elem, i ) {\n\t\t\treturn i % 2;\n\t\t} ) );\n\t},\n\n\teq: function( i ) {\n\t\tvar len = this.length,\n\t\t\tj = +i + ( i < 0 ? len : 0 );\n\t\treturn this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] );\n\t},\n\n\tend: function() {\n\t\treturn this.prevObject || this.constructor();\n\t},\n\n\t// For internal use only.\n\t// Behaves like an Array's method, not like a jQuery method.\n\tpush: push,\n\tsort: arr.sort,\n\tsplice: arr.splice\n};\n\njQuery.extend = jQuery.fn.extend = function() {\n\tvar options, name, src, copy, copyIsArray, clone,\n\t\ttarget = arguments[ 0 ] || {},\n\t\ti = 1,\n\t\tlength = arguments.length,\n\t\tdeep = false;\n\n\t// Handle a deep copy situation\n\tif ( typeof target === \"boolean\" ) {\n\t\tdeep = target;\n\n\t\t// Skip the boolean and the target\n\t\ttarget = arguments[ i ] || {};\n\t\ti++;\n\t}\n\n\t// Handle case when target is a string or something (possible in deep copy)\n\tif ( typeof target !== \"object\" && !isFunction( target ) ) {\n\t\ttarget = {};\n\t}\n\n\t// Extend jQuery itself if only one argument is passed\n\tif ( i === length ) {\n\t\ttarget = this;\n\t\ti--;\n\t}\n\n\tfor ( ; i < length; i++ ) {\n\n\t\t// Only deal with non-null/undefined values\n\t\tif ( ( options = arguments[ i ] ) != null ) {\n\n\t\t\t// Extend the base object\n\t\t\tfor ( name in options ) {\n\t\t\t\tcopy = options[ name ];\n\n\t\t\t\t// Prevent Object.prototype pollution\n\t\t\t\t// Prevent never-ending loop\n\t\t\t\tif ( name === \"__proto__\" || target === copy ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\t// Recurse if we're merging plain objects or arrays\n\t\t\t\tif ( deep && copy && ( jQuery.isPlainObject( copy ) ||\n\t\t\t\t\t( copyIsArray = Array.isArray( copy ) ) ) ) {\n\t\t\t\t\tsrc = target[ name ];\n\n\t\t\t\t\t// Ensure proper type for the source value\n\t\t\t\t\tif ( copyIsArray && !Array.isArray( src ) ) {\n\t\t\t\t\t\tclone = [];\n\t\t\t\t\t} else if ( !copyIsArray && !jQuery.isPlainObject( src ) ) {\n\t\t\t\t\t\tclone = {};\n\t\t\t\t\t} else {\n\t\t\t\t\t\tclone = src;\n\t\t\t\t\t}\n\t\t\t\t\tcopyIsArray = false;\n\n\t\t\t\t\t// Never move original objects, clone them\n\t\t\t\t\ttarget[ name ] = jQuery.extend( deep, clone, copy );\n\n\t\t\t\t// Don't bring in undefined values\n\t\t\t\t} else if ( copy !== undefined ) {\n\t\t\t\t\ttarget[ name ] = copy;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Return the modified object\n\treturn target;\n};\n\njQuery.extend( {\n\n\t// Unique for each copy of jQuery on the page\n\texpando: \"jQuery\" + ( version + Math.random() ).replace( /\\D/g, \"\" ),\n\n\t// Assume jQuery is ready without the ready module\n\tisReady: true,\n\n\terror: function( msg ) {\n\t\tthrow new Error( msg );\n\t},\n\n\tnoop: function() {},\n\n\tisPlainObject: function( obj ) {\n\t\tvar proto, Ctor;\n\n\t\t// Detect obvious negatives\n\t\t// Use toString instead of jQuery.type to catch host objects\n\t\tif ( !obj || toString.call( obj ) !== \"[object Object]\" ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tproto = getProto( obj );\n\n\t\t// Objects with no prototype (e.g., `Object.create( null )`) are plain\n\t\tif ( !proto ) {\n\t\t\treturn true;\n\t\t}\n\n\t\t// Objects with prototype are plain iff they were constructed by a global Object function\n\t\tCtor = hasOwn.call( proto, \"constructor\" ) && proto.constructor;\n\t\treturn typeof Ctor === \"function\" && fnToString.call( Ctor ) === ObjectFunctionString;\n\t},\n\n\tisEmptyObject: function( obj ) {\n\t\tvar name;\n\n\t\tfor ( name in obj ) {\n\t\t\treturn false;\n\t\t}\n\t\treturn true;\n\t},\n\n\t// Evaluates a script in a provided context; falls back to the global one\n\t// if not specified.\n\tglobalEval: function( code, options, doc ) {\n\t\tDOMEval( code, { nonce: options && options.nonce }, doc );\n\t},\n\n\teach: function( obj, callback ) {\n\t\tvar length, i = 0;\n\n\t\tif ( isArrayLike( obj ) ) {\n\t\t\tlength = obj.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tfor ( i in obj ) {\n\t\t\t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn obj;\n\t},\n\n\t// results is for internal usage only\n\tmakeArray: function( arr, results ) {\n\t\tvar ret = results || [];\n\n\t\tif ( arr != null ) {\n\t\t\tif ( isArrayLike( Object( arr ) ) ) {\n\t\t\t\tjQuery.merge( ret,\n\t\t\t\t\ttypeof arr === \"string\" ?\n\t\t\t\t\t[ arr ] : arr\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tpush.call( ret, arr );\n\t\t\t}\n\t\t}\n\n\t\treturn ret;\n\t},\n\n\tinArray: function( elem, arr, i ) {\n\t\treturn arr == null ? -1 : indexOf.call( arr, elem, i );\n\t},\n\n\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t// push.apply(_, arraylike) throws on ancient WebKit\n\tmerge: function( first, second ) {\n\t\tvar len = +second.length,\n\t\t\tj = 0,\n\t\t\ti = first.length;\n\n\t\tfor ( ; j < len; j++ ) {\n\t\t\tfirst[ i++ ] = second[ j ];\n\t\t}\n\n\t\tfirst.length = i;\n\n\t\treturn first;\n\t},\n\n\tgrep: function( elems, callback, invert ) {\n\t\tvar callbackInverse,\n\t\t\tmatches = [],\n\t\t\ti = 0,\n\t\t\tlength = elems.length,\n\t\t\tcallbackExpect = !invert;\n\n\t\t// Go through the array, only saving the items\n\t\t// that pass the validator function\n\t\tfor ( ; i < length; i++ ) {\n\t\t\tcallbackInverse = !callback( elems[ i ], i );\n\t\t\tif ( callbackInverse !== callbackExpect ) {\n\t\t\t\tmatches.push( elems[ i ] );\n\t\t\t}\n\t\t}\n\n\t\treturn matches;\n\t},\n\n\t// arg is for internal usage only\n\tmap: function( elems, callback, arg ) {\n\t\tvar length, value,\n\t\t\ti = 0,\n\t\t\tret = [];\n\n\t\t// Go through the array, translating each of the items to their new values\n\t\tif ( isArrayLike( elems ) ) {\n\t\t\tlength = elems.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Go through every key on the object,\n\t\t} else {\n\t\t\tfor ( i in elems ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Flatten any nested arrays\n\t\treturn flat( ret );\n\t},\n\n\t// A global GUID counter for objects\n\tguid: 1,\n\n\t// jQuery.support is not used in Core but other projects attach their\n\t// properties to it so it needs to exist.\n\tsupport: support\n} );\n\nif ( typeof Symbol === \"function\" ) {\n\tjQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ];\n}\n\n// Populate the class2type map\njQuery.each( \"Boolean Number String Function Array Date RegExp Object Error Symbol\".split( \" \" ),\nfunction( _i, name ) {\n\tclass2type[ \"[object \" + name + \"]\" ] = name.toLowerCase();\n} );\n\nfunction isArrayLike( obj ) {\n\n\t// Support: real iOS 8.2 only (not reproducible in simulator)\n\t// `in` check used to prevent JIT error (gh-2145)\n\t// hasOwn isn't used here due to false negatives\n\t// regarding Nodelist length in IE\n\tvar length = !!obj && \"length\" in obj && obj.length,\n\t\ttype = toType( obj );\n\n\tif ( isFunction( obj ) || isWindow( obj ) ) {\n\t\treturn false;\n\t}\n\n\treturn type === \"array\" || length === 0 ||\n\t\ttypeof length === \"number\" && length > 0 && ( length - 1 ) in obj;\n}\nvar Sizzle =\n/*!\n * Sizzle CSS Selector Engine v2.3.5\n * https://sizzlejs.com/\n *\n * Copyright JS Foundation and other contributors\n * Released under the MIT license\n * https://js.foundation/\n *\n * Date: 2020-03-14\n */\n( function( window ) {\nvar i,\n\tsupport,\n\tExpr,\n\tgetText,\n\tisXML,\n\ttokenize,\n\tcompile,\n\tselect,\n\toutermostContext,\n\tsortInput,\n\thasDuplicate,\n\n\t// Local document vars\n\tsetDocument,\n\tdocument,\n\tdocElem,\n\tdocumentIsHTML,\n\trbuggyQSA,\n\trbuggyMatches,\n\tmatches,\n\tcontains,\n\n\t// Instance-specific data\n\texpando = \"sizzle\" + 1 * new Date(),\n\tpreferredDoc = window.document,\n\tdirruns = 0,\n\tdone = 0,\n\tclassCache = createCache(),\n\ttokenCache = createCache(),\n\tcompilerCache = createCache(),\n\tnonnativeSelectorCache = createCache(),\n\tsortOrder = function( a, b ) {\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t}\n\t\treturn 0;\n\t},\n\n\t// Instance methods\n\thasOwn = ( {} ).hasOwnProperty,\n\tarr = [],\n\tpop = arr.pop,\n\tpushNative = arr.push,\n\tpush = arr.push,\n\tslice = arr.slice,\n\n\t// Use a stripped-down indexOf as it's faster than native\n\t// https://jsperf.com/thor-indexof-vs-for/5\n\tindexOf = function( list, elem ) {\n\t\tvar i = 0,\n\t\t\tlen = list.length;\n\t\tfor ( ; i < len; i++ ) {\n\t\t\tif ( list[ i ] === elem ) {\n\t\t\t\treturn i;\n\t\t\t}\n\t\t}\n\t\treturn -1;\n\t},\n\n\tbooleans = \"checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|\" +\n\t\t\"ismap|loop|multiple|open|readonly|required|scoped\",\n\n\t// Regular expressions\n\n\t// http://www.w3.org/TR/css3-selectors/#whitespace\n\twhitespace = \"[\\\\x20\\\\t\\\\r\\\\n\\\\f]\",\n\n\t// https://www.w3.org/TR/css-syntax-3/#ident-token-diagram\n\tidentifier = \"(?:\\\\\\\\[\\\\da-fA-F]{1,6}\" + whitespace +\n\t\t\"?|\\\\\\\\[^\\\\r\\\\n\\\\f]|[\\\\w-]|[^\\0-\\\\x7f])+\",\n\n\t// Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors\n\tattributes = \"\\\\[\" + whitespace + \"*(\" + identifier + \")(?:\" + whitespace +\n\n\t\t// Operator (capture 2)\n\t\t\"*([*^$|!~]?=)\" + whitespace +\n\n\t\t// \"Attribute values must be CSS identifiers [capture 5]\n\t\t// or strings [capture 3 or capture 4]\"\n\t\t\"*(?:'((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\"|(\" + identifier + \"))|)\" +\n\t\twhitespace + \"*\\\\]\",\n\n\tpseudos = \":(\" + identifier + \")(?:\\\\((\" +\n\n\t\t// To reduce the number of selectors needing tokenize in the preFilter, prefer arguments:\n\t\t// 1. quoted (capture 3; capture 4 or capture 5)\n\t\t\"('((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\")|\" +\n\n\t\t// 2. simple (capture 6)\n\t\t\"((?:\\\\\\\\.|[^\\\\\\\\()[\\\\]]|\" + attributes + \")*)|\" +\n\n\t\t// 3. anything else (capture 2)\n\t\t\".*\" +\n\t\t\")\\\\)|)\",\n\n\t// Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter\n\trwhitespace = new RegExp( whitespace + \"+\", \"g\" ),\n\trtrim = new RegExp( \"^\" + whitespace + \"+|((?:^|[^\\\\\\\\])(?:\\\\\\\\.)*)\" +\n\t\twhitespace + \"+$\", \"g\" ),\n\n\trcomma = new RegExp( \"^\" + whitespace + \"*,\" + whitespace + \"*\" ),\n\trcombinators = new RegExp( \"^\" + whitespace + \"*([>+~]|\" + whitespace + \")\" + whitespace +\n\t\t\"*\" ),\n\trdescend = new RegExp( whitespace + \"|>\" ),\n\n\trpseudo = new RegExp( pseudos ),\n\tridentifier = new RegExp( \"^\" + identifier + \"$\" ),\n\n\tmatchExpr = {\n\t\t\"ID\": new RegExp( \"^#(\" + identifier + \")\" ),\n\t\t\"CLASS\": new RegExp( \"^\\\\.(\" + identifier + \")\" ),\n\t\t\"TAG\": new RegExp( \"^(\" + identifier + \"|[*])\" ),\n\t\t\"ATTR\": new RegExp( \"^\" + attributes ),\n\t\t\"PSEUDO\": new RegExp( \"^\" + pseudos ),\n\t\t\"CHILD\": new RegExp( \"^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\\\(\" +\n\t\t\twhitespace + \"*(even|odd|(([+-]|)(\\\\d*)n|)\" + whitespace + \"*(?:([+-]|)\" +\n\t\t\twhitespace + \"*(\\\\d+)|))\" + whitespace + \"*\\\\)|)\", \"i\" ),\n\t\t\"bool\": new RegExp( \"^(?:\" + booleans + \")$\", \"i\" ),\n\n\t\t// For use in libraries implementing .is()\n\t\t// We use this for POS matching in `select`\n\t\t\"needsContext\": new RegExp( \"^\" + whitespace +\n\t\t\t\"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\\\(\" + whitespace +\n\t\t\t\"*((?:-\\\\d)?\\\\d*)\" + whitespace + \"*\\\\)|)(?=[^-]|$)\", \"i\" )\n\t},\n\n\trhtml = /HTML$/i,\n\trinputs = /^(?:input|select|textarea|button)$/i,\n\trheader = /^h\\d$/i,\n\n\trnative = /^[^{]+\\{\\s*\\[native \\w/,\n\n\t// Easily-parseable/retrievable ID or TAG or CLASS selectors\n\trquickExpr = /^(?:#([\\w-]+)|(\\w+)|\\.([\\w-]+))$/,\n\n\trsibling = /[+~]/,\n\n\t// CSS escapes\n\t// http://www.w3.org/TR/CSS21/syndata.html#escaped-characters\n\trunescape = new RegExp( \"\\\\\\\\[\\\\da-fA-F]{1,6}\" + whitespace + \"?|\\\\\\\\([^\\\\r\\\\n\\\\f])\", \"g\" ),\n\tfunescape = function( escape, nonHex ) {\n\t\tvar high = \"0x\" + escape.slice( 1 ) - 0x10000;\n\n\t\treturn nonHex ?\n\n\t\t\t// Strip the backslash prefix from a non-hex escape sequence\n\t\t\tnonHex :\n\n\t\t\t// Replace a hexadecimal escape sequence with the encoded Unicode code point\n\t\t\t// Support: IE <=11+\n\t\t\t// For values outside the Basic Multilingual Plane (BMP), manually construct a\n\t\t\t// surrogate pair\n\t\t\thigh < 0 ?\n\t\t\t\tString.fromCharCode( high + 0x10000 ) :\n\t\t\t\tString.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 );\n\t},\n\n\t// CSS string/identifier serialization\n\t// https://drafts.csswg.org/cssom/#common-serializing-idioms\n\trcssescape = /([\\0-\\x1f\\x7f]|^-?\\d)|^-$|[^\\0-\\x1f\\x7f-\\uFFFF\\w-]/g,\n\tfcssescape = function( ch, asCodePoint ) {\n\t\tif ( asCodePoint ) {\n\n\t\t\t// U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER\n\t\t\tif ( ch === \"\\0\" ) {\n\t\t\t\treturn \"\\uFFFD\";\n\t\t\t}\n\n\t\t\t// Control characters and (dependent upon position) numbers get escaped as code points\n\t\t\treturn ch.slice( 0, -1 ) + \"\\\\\" +\n\t\t\t\tch.charCodeAt( ch.length - 1 ).toString( 16 ) + \" \";\n\t\t}\n\n\t\t// Other potentially-special ASCII characters get backslash-escaped\n\t\treturn \"\\\\\" + ch;\n\t},\n\n\t// Used for iframes\n\t// See setDocument()\n\t// Removing the function wrapper causes a \"Permission Denied\"\n\t// error in IE\n\tunloadHandler = function() {\n\t\tsetDocument();\n\t},\n\n\tinDisabledFieldset = addCombinator(\n\t\tfunction( elem ) {\n\t\t\treturn elem.disabled === true && elem.nodeName.toLowerCase() === \"fieldset\";\n\t\t},\n\t\t{ dir: \"parentNode\", next: \"legend\" }\n\t);\n\n// Optimize for push.apply( _, NodeList )\ntry {\n\tpush.apply(\n\t\t( arr = slice.call( preferredDoc.childNodes ) ),\n\t\tpreferredDoc.childNodes\n\t);\n\n\t// Support: Android<4.0\n\t// Detect silently failing push.apply\n\t// eslint-disable-next-line no-unused-expressions\n\tarr[ preferredDoc.childNodes.length ].nodeType;\n} catch ( e ) {\n\tpush = { apply: arr.length ?\n\n\t\t// Leverage slice if possible\n\t\tfunction( target, els ) {\n\t\t\tpushNative.apply( target, slice.call( els ) );\n\t\t} :\n\n\t\t// Support: IE<9\n\t\t// Otherwise append directly\n\t\tfunction( target, els ) {\n\t\t\tvar j = target.length,\n\t\t\t\ti = 0;\n\n\t\t\t// Can't trust NodeList.length\n\t\t\twhile ( ( target[ j++ ] = els[ i++ ] ) ) {}\n\t\t\ttarget.length = j - 1;\n\t\t}\n\t};\n}\n\nfunction Sizzle( selector, context, results, seed ) {\n\tvar m, i, elem, nid, match, groups, newSelector,\n\t\tnewContext = context && context.ownerDocument,\n\n\t\t// nodeType defaults to 9, since context defaults to document\n\t\tnodeType = context ? context.nodeType : 9;\n\n\tresults = results || [];\n\n\t// Return early from calls with invalid selector or context\n\tif ( typeof selector !== \"string\" || !selector ||\n\t\tnodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) {\n\n\t\treturn results;\n\t}\n\n\t// Try to shortcut find operations (as opposed to filters) in HTML documents\n\tif ( !seed ) {\n\t\tsetDocument( context );\n\t\tcontext = context || document;\n\n\t\tif ( documentIsHTML ) {\n\n\t\t\t// If the selector is sufficiently simple, try using a \"get*By*\" DOM method\n\t\t\t// (excepting DocumentFragment context, where the methods don't exist)\n\t\t\tif ( nodeType !== 11 && ( match = rquickExpr.exec( selector ) ) ) {\n\n\t\t\t\t// ID selector\n\t\t\t\tif ( ( m = match[ 1 ] ) ) {\n\n\t\t\t\t\t// Document context\n\t\t\t\t\tif ( nodeType === 9 ) {\n\t\t\t\t\t\tif ( ( elem = context.getElementById( m ) ) ) {\n\n\t\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t\t// getElementById can match elements by name instead of ID\n\t\t\t\t\t\t\tif ( elem.id === m ) {\n\t\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t// Element context\n\t\t\t\t\t} else {\n\n\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t// getElementById can match elements by name instead of ID\n\t\t\t\t\t\tif ( newContext && ( elem = newContext.getElementById( m ) ) &&\n\t\t\t\t\t\t\tcontains( context, elem ) &&\n\t\t\t\t\t\t\telem.id === m ) {\n\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t// Type selector\n\t\t\t\t} else if ( match[ 2 ] ) {\n\t\t\t\t\tpush.apply( results, context.getElementsByTagName( selector ) );\n\t\t\t\t\treturn results;\n\n\t\t\t\t// Class selector\n\t\t\t\t} else if ( ( m = match[ 3 ] ) && support.getElementsByClassName &&\n\t\t\t\t\tcontext.getElementsByClassName ) {\n\n\t\t\t\t\tpush.apply( results, context.getElementsByClassName( m ) );\n\t\t\t\t\treturn results;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Take advantage of querySelectorAll\n\t\t\tif ( support.qsa &&\n\t\t\t\t!nonnativeSelectorCache[ selector + \" \" ] &&\n\t\t\t\t( !rbuggyQSA || !rbuggyQSA.test( selector ) ) &&\n\n\t\t\t\t// Support: IE 8 only\n\t\t\t\t// Exclude object elements\n\t\t\t\t( nodeType !== 1 || context.nodeName.toLowerCase() !== \"object\" ) ) {\n\n\t\t\t\tnewSelector = selector;\n\t\t\t\tnewContext = context;\n\n\t\t\t\t// qSA considers elements outside a scoping root when evaluating child or\n\t\t\t\t// descendant combinators, which is not what we want.\n\t\t\t\t// In such cases, we work around the behavior by prefixing every selector in the\n\t\t\t\t// list with an ID selector referencing the scope context.\n\t\t\t\t// The technique has to be used as well when a leading combinator is used\n\t\t\t\t// as such selectors are not recognized by querySelectorAll.\n\t\t\t\t// Thanks to Andrew Dupont for this technique.\n\t\t\t\tif ( nodeType === 1 &&\n\t\t\t\t\t( rdescend.test( selector ) || rcombinators.test( selector ) ) ) {\n\n\t\t\t\t\t// Expand context for sibling selectors\n\t\t\t\t\tnewContext = rsibling.test( selector ) && testContext( context.parentNode ) ||\n\t\t\t\t\t\tcontext;\n\n\t\t\t\t\t// We can use :scope instead of the ID hack if the browser\n\t\t\t\t\t// supports it & if we're not changing the context.\n\t\t\t\t\tif ( newContext !== context || !support.scope ) {\n\n\t\t\t\t\t\t// Capture the context ID, setting it first if necessary\n\t\t\t\t\t\tif ( ( nid = context.getAttribute( \"id\" ) ) ) {\n\t\t\t\t\t\t\tnid = nid.replace( rcssescape, fcssescape );\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tcontext.setAttribute( \"id\", ( nid = expando ) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prefix every selector in the list\n\t\t\t\t\tgroups = tokenize( selector );\n\t\t\t\t\ti = groups.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tgroups[ i ] = ( nid ? \"#\" + nid : \":scope\" ) + \" \" +\n\t\t\t\t\t\t\ttoSelector( groups[ i ] );\n\t\t\t\t\t}\n\t\t\t\t\tnewSelector = groups.join( \",\" );\n\t\t\t\t}\n\n\t\t\t\ttry {\n\t\t\t\t\tpush.apply( results,\n\t\t\t\t\t\tnewContext.querySelectorAll( newSelector )\n\t\t\t\t\t);\n\t\t\t\t\treturn results;\n\t\t\t\t} catch ( qsaError ) {\n\t\t\t\t\tnonnativeSelectorCache( selector, true );\n\t\t\t\t} finally {\n\t\t\t\t\tif ( nid === expando ) {\n\t\t\t\t\t\tcontext.removeAttribute( \"id\" );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// All others\n\treturn select( selector.replace( rtrim, \"$1\" ), context, results, seed );\n}\n\n/**\n * Create key-value caches of limited size\n * @returns {function(string, object)} Returns the Object data after storing it on itself with\n *\tproperty name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength)\n *\tdeleting the oldest entry\n */\nfunction createCache() {\n\tvar keys = [];\n\n\tfunction cache( key, value ) {\n\n\t\t// Use (key + \" \") to avoid collision with native prototype properties (see Issue #157)\n\t\tif ( keys.push( key + \" \" ) > Expr.cacheLength ) {\n\n\t\t\t// Only keep the most recent entries\n\t\t\tdelete cache[ keys.shift() ];\n\t\t}\n\t\treturn ( cache[ key + \" \" ] = value );\n\t}\n\treturn cache;\n}\n\n/**\n * Mark a function for special use by Sizzle\n * @param {Function} fn The function to mark\n */\nfunction markFunction( fn ) {\n\tfn[ expando ] = true;\n\treturn fn;\n}\n\n/**\n * Support testing using an element\n * @param {Function} fn Passed the created element and returns a boolean result\n */\nfunction assert( fn ) {\n\tvar el = document.createElement( \"fieldset\" );\n\n\ttry {\n\t\treturn !!fn( el );\n\t} catch ( e ) {\n\t\treturn false;\n\t} finally {\n\n\t\t// Remove from its parent by default\n\t\tif ( el.parentNode ) {\n\t\t\tel.parentNode.removeChild( el );\n\t\t}\n\n\t\t// release memory in IE\n\t\tel = null;\n\t}\n}\n\n/**\n * Adds the same handler for all of the specified attrs\n * @param {String} attrs Pipe-separated list of attributes\n * @param {Function} handler The method that will be applied\n */\nfunction addHandle( attrs, handler ) {\n\tvar arr = attrs.split( \"|\" ),\n\t\ti = arr.length;\n\n\twhile ( i-- ) {\n\t\tExpr.attrHandle[ arr[ i ] ] = handler;\n\t}\n}\n\n/**\n * Checks document order of two siblings\n * @param {Element} a\n * @param {Element} b\n * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b\n */\nfunction siblingCheck( a, b ) {\n\tvar cur = b && a,\n\t\tdiff = cur && a.nodeType === 1 && b.nodeType === 1 &&\n\t\t\ta.sourceIndex - b.sourceIndex;\n\n\t// Use IE sourceIndex if available on both nodes\n\tif ( diff ) {\n\t\treturn diff;\n\t}\n\n\t// Check if b follows a\n\tif ( cur ) {\n\t\twhile ( ( cur = cur.nextSibling ) ) {\n\t\t\tif ( cur === b ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t}\n\n\treturn a ? 1 : -1;\n}\n\n/**\n * Returns a function to use in pseudos for input types\n * @param {String} type\n */\nfunction createInputPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn name === \"input\" && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for buttons\n * @param {String} type\n */\nfunction createButtonPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn ( name === \"input\" || name === \"button\" ) && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for :enabled/:disabled\n * @param {Boolean} disabled true for :disabled; false for :enabled\n */\nfunction createDisabledPseudo( disabled ) {\n\n\t// Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable\n\treturn function( elem ) {\n\n\t\t// Only certain elements can match :enabled or :disabled\n\t\t// https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled\n\t\t// https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled\n\t\tif ( \"form\" in elem ) {\n\n\t\t\t// Check for inherited disabledness on relevant non-disabled elements:\n\t\t\t// * listed form-associated elements in a disabled fieldset\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#category-listed\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled\n\t\t\t// * option elements in a disabled optgroup\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled\n\t\t\t// All such elements have a \"form\" property.\n\t\t\tif ( elem.parentNode && elem.disabled === false ) {\n\n\t\t\t\t// Option elements defer to a parent optgroup if present\n\t\t\t\tif ( \"label\" in elem ) {\n\t\t\t\t\tif ( \"label\" in elem.parentNode ) {\n\t\t\t\t\t\treturn elem.parentNode.disabled === disabled;\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn elem.disabled === disabled;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Support: IE 6 - 11\n\t\t\t\t// Use the isDisabled shortcut property to check for disabled fieldset ancestors\n\t\t\t\treturn elem.isDisabled === disabled ||\n\n\t\t\t\t\t// Where there is no isDisabled, check manually\n\t\t\t\t\t/* jshint -W018 */\n\t\t\t\t\telem.isDisabled !== !disabled &&\n\t\t\t\t\tinDisabledFieldset( elem ) === disabled;\n\t\t\t}\n\n\t\t\treturn elem.disabled === disabled;\n\n\t\t// Try to winnow out elements that can't be disabled before trusting the disabled property.\n\t\t// Some victims get caught in our net (label, legend, menu, track), but it shouldn't\n\t\t// even exist on them, let alone have a boolean value.\n\t\t} else if ( \"label\" in elem ) {\n\t\t\treturn elem.disabled === disabled;\n\t\t}\n\n\t\t// Remaining elements are neither :enabled nor :disabled\n\t\treturn false;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for positionals\n * @param {Function} fn\n */\nfunction createPositionalPseudo( fn ) {\n\treturn markFunction( function( argument ) {\n\t\targument = +argument;\n\t\treturn markFunction( function( seed, matches ) {\n\t\t\tvar j,\n\t\t\t\tmatchIndexes = fn( [], seed.length, argument ),\n\t\t\t\ti = matchIndexes.length;\n\n\t\t\t// Match elements found at the specified indexes\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( seed[ ( j = matchIndexes[ i ] ) ] ) {\n\t\t\t\t\tseed[ j ] = !( matches[ j ] = seed[ j ] );\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t} );\n}\n\n/**\n * Checks a node for validity as a Sizzle context\n * @param {Element|Object=} context\n * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value\n */\nfunction testContext( context ) {\n\treturn context && typeof context.getElementsByTagName !== \"undefined\" && context;\n}\n\n// Expose support vars for convenience\nsupport = Sizzle.support = {};\n\n/**\n * Detects XML nodes\n * @param {Element|Object} elem An element or a document\n * @returns {Boolean} True iff elem is a non-HTML XML node\n */\nisXML = Sizzle.isXML = function( elem ) {\n\tvar namespace = elem.namespaceURI,\n\t\tdocElem = ( elem.ownerDocument || elem ).documentElement;\n\n\t// Support: IE <=8\n\t// Assume HTML when documentElement doesn't yet exist, such as inside loading iframes\n\t// https://bugs.jquery.com/ticket/4833\n\treturn !rhtml.test( namespace || docElem && docElem.nodeName || \"HTML\" );\n};\n\n/**\n * Sets document-related variables once based on the current document\n * @param {Element|Object} [doc] An element or document object to use to set the document\n * @returns {Object} Returns the current document\n */\nsetDocument = Sizzle.setDocument = function( node ) {\n\tvar hasCompare, subWindow,\n\t\tdoc = node ? node.ownerDocument || node : preferredDoc;\n\n\t// Return early if doc is invalid or already selected\n\t// Support: IE 11+, Edge 17 - 18+\n\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t// two documents; shallow comparisons work.\n\t// eslint-disable-next-line eqeqeq\n\tif ( doc == document || doc.nodeType !== 9 || !doc.documentElement ) {\n\t\treturn document;\n\t}\n\n\t// Update global variables\n\tdocument = doc;\n\tdocElem = document.documentElement;\n\tdocumentIsHTML = !isXML( document );\n\n\t// Support: IE 9 - 11+, Edge 12 - 18+\n\t// Accessing iframe documents after unload throws \"permission denied\" errors (jQuery #13936)\n\t// Support: IE 11+, Edge 17 - 18+\n\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t// two documents; shallow comparisons work.\n\t// eslint-disable-next-line eqeqeq\n\tif ( preferredDoc != document &&\n\t\t( subWindow = document.defaultView ) && subWindow.top !== subWindow ) {\n\n\t\t// Support: IE 11, Edge\n\t\tif ( subWindow.addEventListener ) {\n\t\t\tsubWindow.addEventListener( \"unload\", unloadHandler, false );\n\n\t\t// Support: IE 9 - 10 only\n\t\t} else if ( subWindow.attachEvent ) {\n\t\t\tsubWindow.attachEvent( \"onunload\", unloadHandler );\n\t\t}\n\t}\n\n\t// Support: IE 8 - 11+, Edge 12 - 18+, Chrome <=16 - 25 only, Firefox <=3.6 - 31 only,\n\t// Safari 4 - 5 only, Opera <=11.6 - 12.x only\n\t// IE/Edge & older browsers don't support the :scope pseudo-class.\n\t// Support: Safari 6.0 only\n\t// Safari 6.0 supports :scope but it's an alias of :root there.\n\tsupport.scope = assert( function( el ) {\n\t\tdocElem.appendChild( el ).appendChild( document.createElement( \"div\" ) );\n\t\treturn typeof el.querySelectorAll !== \"undefined\" &&\n\t\t\t!el.querySelectorAll( \":scope fieldset div\" ).length;\n\t} );\n\n\t/* Attributes\n\t---------------------------------------------------------------------- */\n\n\t// Support: IE<8\n\t// Verify that getAttribute really returns attributes and not properties\n\t// (excepting IE8 booleans)\n\tsupport.attributes = assert( function( el ) {\n\t\tel.className = \"i\";\n\t\treturn !el.getAttribute( \"className\" );\n\t} );\n\n\t/* getElement(s)By*\n\t---------------------------------------------------------------------- */\n\n\t// Check if getElementsByTagName(\"*\") returns only elements\n\tsupport.getElementsByTagName = assert( function( el ) {\n\t\tel.appendChild( document.createComment( \"\" ) );\n\t\treturn !el.getElementsByTagName( \"*\" ).length;\n\t} );\n\n\t// Support: IE<9\n\tsupport.getElementsByClassName = rnative.test( document.getElementsByClassName );\n\n\t// Support: IE<10\n\t// Check if getElementById returns elements by name\n\t// The broken getElementById methods don't pick up programmatically-set names,\n\t// so use a roundabout getElementsByName test\n\tsupport.getById = assert( function( el ) {\n\t\tdocElem.appendChild( el ).id = expando;\n\t\treturn !document.getElementsByName || !document.getElementsByName( expando ).length;\n\t} );\n\n\t// ID filter and find\n\tif ( support.getById ) {\n\t\tExpr.filter[ \"ID\" ] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn elem.getAttribute( \"id\" ) === attrId;\n\t\t\t};\n\t\t};\n\t\tExpr.find[ \"ID\" ] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar elem = context.getElementById( id );\n\t\t\t\treturn elem ? [ elem ] : [];\n\t\t\t}\n\t\t};\n\t} else {\n\t\tExpr.filter[ \"ID\" ] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\tvar node = typeof elem.getAttributeNode !== \"undefined\" &&\n\t\t\t\t\telem.getAttributeNode( \"id\" );\n\t\t\t\treturn node && node.value === attrId;\n\t\t\t};\n\t\t};\n\n\t\t// Support: IE 6 - 7 only\n\t\t// getElementById is not reliable as a find shortcut\n\t\tExpr.find[ \"ID\" ] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar node, i, elems,\n\t\t\t\t\telem = context.getElementById( id );\n\n\t\t\t\tif ( elem ) {\n\n\t\t\t\t\t// Verify the id attribute\n\t\t\t\t\tnode = elem.getAttributeNode( \"id\" );\n\t\t\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t}\n\n\t\t\t\t\t// Fall back on getElementsByName\n\t\t\t\t\telems = context.getElementsByName( id );\n\t\t\t\t\ti = 0;\n\t\t\t\t\twhile ( ( elem = elems[ i++ ] ) ) {\n\t\t\t\t\t\tnode = elem.getAttributeNode( \"id\" );\n\t\t\t\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn [];\n\t\t\t}\n\t\t};\n\t}\n\n\t// Tag\n\tExpr.find[ \"TAG\" ] = support.getElementsByTagName ?\n\t\tfunction( tag, context ) {\n\t\t\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\t\t\treturn context.getElementsByTagName( tag );\n\n\t\t\t// DocumentFragment nodes don't have gEBTN\n\t\t\t} else if ( support.qsa ) {\n\t\t\t\treturn context.querySelectorAll( tag );\n\t\t\t}\n\t\t} :\n\n\t\tfunction( tag, context ) {\n\t\t\tvar elem,\n\t\t\t\ttmp = [],\n\t\t\t\ti = 0,\n\n\t\t\t\t// By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too\n\t\t\t\tresults = context.getElementsByTagName( tag );\n\n\t\t\t// Filter out possible comments\n\t\t\tif ( tag === \"*\" ) {\n\t\t\t\twhile ( ( elem = results[ i++ ] ) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\ttmp.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn tmp;\n\t\t\t}\n\t\t\treturn results;\n\t\t};\n\n\t// Class\n\tExpr.find[ \"CLASS\" ] = support.getElementsByClassName && function( className, context ) {\n\t\tif ( typeof context.getElementsByClassName !== \"undefined\" && documentIsHTML ) {\n\t\t\treturn context.getElementsByClassName( className );\n\t\t}\n\t};\n\n\t/* QSA/matchesSelector\n\t---------------------------------------------------------------------- */\n\n\t// QSA and matchesSelector support\n\n\t// matchesSelector(:active) reports false when true (IE9/Opera 11.5)\n\trbuggyMatches = [];\n\n\t// qSa(:focus) reports false when true (Chrome 21)\n\t// We allow this because of a bug in IE8/9 that throws an error\n\t// whenever `document.activeElement` is accessed on an iframe\n\t// So, we allow :focus to pass through QSA all the time to avoid the IE error\n\t// See https://bugs.jquery.com/ticket/13378\n\trbuggyQSA = [];\n\n\tif ( ( support.qsa = rnative.test( document.querySelectorAll ) ) ) {\n\n\t\t// Build QSA regex\n\t\t// Regex strategy adopted from Diego Perini\n\t\tassert( function( el ) {\n\n\t\t\tvar input;\n\n\t\t\t// Select is set to empty string on purpose\n\t\t\t// This is to test IE's treatment of not explicitly\n\t\t\t// setting a boolean content attribute,\n\t\t\t// since its presence should be enough\n\t\t\t// https://bugs.jquery.com/ticket/12359\n\t\t\tdocElem.appendChild( el ).innerHTML = \"\" +\n\t\t\t\t\"\";\n\n\t\t\t// Support: IE8, Opera 11-12.16\n\t\t\t// Nothing should be selected when empty strings follow ^= or $= or *=\n\t\t\t// The test attribute must be unknown in Opera but \"safe\" for WinRT\n\t\t\t// https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section\n\t\t\tif ( el.querySelectorAll( \"[msallowcapture^='']\" ).length ) {\n\t\t\t\trbuggyQSA.push( \"[*^$]=\" + whitespace + \"*(?:''|\\\"\\\")\" );\n\t\t\t}\n\n\t\t\t// Support: IE8\n\t\t\t// Boolean attributes and \"value\" are not treated correctly\n\t\t\tif ( !el.querySelectorAll( \"[selected]\" ).length ) {\n\t\t\t\trbuggyQSA.push( \"\\\\[\" + whitespace + \"*(?:value|\" + booleans + \")\" );\n\t\t\t}\n\n\t\t\t// Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+\n\t\t\tif ( !el.querySelectorAll( \"[id~=\" + expando + \"-]\" ).length ) {\n\t\t\t\trbuggyQSA.push( \"~=\" );\n\t\t\t}\n\n\t\t\t// Support: IE 11+, Edge 15 - 18+\n\t\t\t// IE 11/Edge don't find elements on a `[name='']` query in some cases.\n\t\t\t// Adding a temporary attribute to the document before the selection works\n\t\t\t// around the issue.\n\t\t\t// Interestingly, IE 10 & older don't seem to have the issue.\n\t\t\tinput = document.createElement( \"input\" );\n\t\t\tinput.setAttribute( \"name\", \"\" );\n\t\t\tel.appendChild( input );\n\t\t\tif ( !el.querySelectorAll( \"[name='']\" ).length ) {\n\t\t\t\trbuggyQSA.push( \"\\\\[\" + whitespace + \"*name\" + whitespace + \"*=\" +\n\t\t\t\t\twhitespace + \"*(?:''|\\\"\\\")\" );\n\t\t\t}\n\n\t\t\t// Webkit/Opera - :checked should return selected option elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( !el.querySelectorAll( \":checked\" ).length ) {\n\t\t\t\trbuggyQSA.push( \":checked\" );\n\t\t\t}\n\n\t\t\t// Support: Safari 8+, iOS 8+\n\t\t\t// https://bugs.webkit.org/show_bug.cgi?id=136851\n\t\t\t// In-page `selector#id sibling-combinator selector` fails\n\t\t\tif ( !el.querySelectorAll( \"a#\" + expando + \"+*\" ).length ) {\n\t\t\t\trbuggyQSA.push( \".#.+[+~]\" );\n\t\t\t}\n\n\t\t\t// Support: Firefox <=3.6 - 5 only\n\t\t\t// Old Firefox doesn't throw on a badly-escaped identifier.\n\t\t\tel.querySelectorAll( \"\\\\\\f\" );\n\t\t\trbuggyQSA.push( \"[\\\\r\\\\n\\\\f]\" );\n\t\t} );\n\n\t\tassert( function( el ) {\n\t\t\tel.innerHTML = \"\" +\n\t\t\t\t\"\";\n\n\t\t\t// Support: Windows 8 Native Apps\n\t\t\t// The type and name attributes are restricted during .innerHTML assignment\n\t\t\tvar input = document.createElement( \"input\" );\n\t\t\tinput.setAttribute( \"type\", \"hidden\" );\n\t\t\tel.appendChild( input ).setAttribute( \"name\", \"D\" );\n\n\t\t\t// Support: IE8\n\t\t\t// Enforce case-sensitivity of name attribute\n\t\t\tif ( el.querySelectorAll( \"[name=d]\" ).length ) {\n\t\t\t\trbuggyQSA.push( \"name\" + whitespace + \"*[*^$|!~]?=\" );\n\t\t\t}\n\n\t\t\t// FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( el.querySelectorAll( \":enabled\" ).length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Support: IE9-11+\n\t\t\t// IE's :disabled selector does not pick up the children of disabled fieldsets\n\t\t\tdocElem.appendChild( el ).disabled = true;\n\t\t\tif ( el.querySelectorAll( \":disabled\" ).length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Support: Opera 10 - 11 only\n\t\t\t// Opera 10-11 does not throw on post-comma invalid pseudos\n\t\t\tel.querySelectorAll( \"*,:x\" );\n\t\t\trbuggyQSA.push( \",.*:\" );\n\t\t} );\n\t}\n\n\tif ( ( support.matchesSelector = rnative.test( ( matches = docElem.matches ||\n\t\tdocElem.webkitMatchesSelector ||\n\t\tdocElem.mozMatchesSelector ||\n\t\tdocElem.oMatchesSelector ||\n\t\tdocElem.msMatchesSelector ) ) ) ) {\n\n\t\tassert( function( el ) {\n\n\t\t\t// Check to see if it's possible to do matchesSelector\n\t\t\t// on a disconnected node (IE 9)\n\t\t\tsupport.disconnectedMatch = matches.call( el, \"*\" );\n\n\t\t\t// This should fail with an exception\n\t\t\t// Gecko does not error, returns false instead\n\t\t\tmatches.call( el, \"[s!='']:x\" );\n\t\t\trbuggyMatches.push( \"!=\", pseudos );\n\t\t} );\n\t}\n\n\trbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join( \"|\" ) );\n\trbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join( \"|\" ) );\n\n\t/* Contains\n\t---------------------------------------------------------------------- */\n\thasCompare = rnative.test( docElem.compareDocumentPosition );\n\n\t// Element contains another\n\t// Purposefully self-exclusive\n\t// As in, an element does not contain itself\n\tcontains = hasCompare || rnative.test( docElem.contains ) ?\n\t\tfunction( a, b ) {\n\t\t\tvar adown = a.nodeType === 9 ? a.documentElement : a,\n\t\t\t\tbup = b && b.parentNode;\n\t\t\treturn a === bup || !!( bup && bup.nodeType === 1 && (\n\t\t\t\tadown.contains ?\n\t\t\t\t\tadown.contains( bup ) :\n\t\t\t\t\ta.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16\n\t\t\t) );\n\t\t} :\n\t\tfunction( a, b ) {\n\t\t\tif ( b ) {\n\t\t\t\twhile ( ( b = b.parentNode ) ) {\n\t\t\t\t\tif ( b === a ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n\n\t/* Sorting\n\t---------------------------------------------------------------------- */\n\n\t// Document order sorting\n\tsortOrder = hasCompare ?\n\tfunction( a, b ) {\n\n\t\t// Flag for duplicate removal\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\t// Sort on method existence if only one input has compareDocumentPosition\n\t\tvar compare = !a.compareDocumentPosition - !b.compareDocumentPosition;\n\t\tif ( compare ) {\n\t\t\treturn compare;\n\t\t}\n\n\t\t// Calculate position if both inputs belong to the same document\n\t\t// Support: IE 11+, Edge 17 - 18+\n\t\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t\t// two documents; shallow comparisons work.\n\t\t// eslint-disable-next-line eqeqeq\n\t\tcompare = ( a.ownerDocument || a ) == ( b.ownerDocument || b ) ?\n\t\t\ta.compareDocumentPosition( b ) :\n\n\t\t\t// Otherwise we know they are disconnected\n\t\t\t1;\n\n\t\t// Disconnected nodes\n\t\tif ( compare & 1 ||\n\t\t\t( !support.sortDetached && b.compareDocumentPosition( a ) === compare ) ) {\n\n\t\t\t// Choose the first element that is related to our preferred document\n\t\t\t// Support: IE 11+, Edge 17 - 18+\n\t\t\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t\t\t// two documents; shallow comparisons work.\n\t\t\t// eslint-disable-next-line eqeqeq\n\t\t\tif ( a == document || a.ownerDocument == preferredDoc &&\n\t\t\t\tcontains( preferredDoc, a ) ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\n\t\t\t// Support: IE 11+, Edge 17 - 18+\n\t\t\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t\t\t// two documents; shallow comparisons work.\n\t\t\t// eslint-disable-next-line eqeqeq\n\t\t\tif ( b == document || b.ownerDocument == preferredDoc &&\n\t\t\t\tcontains( preferredDoc, b ) ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\t// Maintain original order\n\t\t\treturn sortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\t\t}\n\n\t\treturn compare & 4 ? -1 : 1;\n\t} :\n\tfunction( a, b ) {\n\n\t\t// Exit early if the nodes are identical\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\taup = a.parentNode,\n\t\t\tbup = b.parentNode,\n\t\t\tap = [ a ],\n\t\t\tbp = [ b ];\n\n\t\t// Parentless nodes are either documents or disconnected\n\t\tif ( !aup || !bup ) {\n\n\t\t\t// Support: IE 11+, Edge 17 - 18+\n\t\t\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t\t\t// two documents; shallow comparisons work.\n\t\t\t/* eslint-disable eqeqeq */\n\t\t\treturn a == document ? -1 :\n\t\t\t\tb == document ? 1 :\n\t\t\t\t/* eslint-enable eqeqeq */\n\t\t\t\taup ? -1 :\n\t\t\t\tbup ? 1 :\n\t\t\t\tsortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\n\t\t// If the nodes are siblings, we can do a quick check\n\t\t} else if ( aup === bup ) {\n\t\t\treturn siblingCheck( a, b );\n\t\t}\n\n\t\t// Otherwise we need full lists of their ancestors for comparison\n\t\tcur = a;\n\t\twhile ( ( cur = cur.parentNode ) ) {\n\t\t\tap.unshift( cur );\n\t\t}\n\t\tcur = b;\n\t\twhile ( ( cur = cur.parentNode ) ) {\n\t\t\tbp.unshift( cur );\n\t\t}\n\n\t\t// Walk down the tree looking for a discrepancy\n\t\twhile ( ap[ i ] === bp[ i ] ) {\n\t\t\ti++;\n\t\t}\n\n\t\treturn i ?\n\n\t\t\t// Do a sibling check if the nodes have a common ancestor\n\t\t\tsiblingCheck( ap[ i ], bp[ i ] ) :\n\n\t\t\t// Otherwise nodes in our document sort first\n\t\t\t// Support: IE 11+, Edge 17 - 18+\n\t\t\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t\t\t// two documents; shallow comparisons work.\n\t\t\t/* eslint-disable eqeqeq */\n\t\t\tap[ i ] == preferredDoc ? -1 :\n\t\t\tbp[ i ] == preferredDoc ? 1 :\n\t\t\t/* eslint-enable eqeqeq */\n\t\t\t0;\n\t};\n\n\treturn document;\n};\n\nSizzle.matches = function( expr, elements ) {\n\treturn Sizzle( expr, null, null, elements );\n};\n\nSizzle.matchesSelector = function( elem, expr ) {\n\tsetDocument( elem );\n\n\tif ( support.matchesSelector && documentIsHTML &&\n\t\t!nonnativeSelectorCache[ expr + \" \" ] &&\n\t\t( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&\n\t\t( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) {\n\n\t\ttry {\n\t\t\tvar ret = matches.call( elem, expr );\n\n\t\t\t// IE 9's matchesSelector returns false on disconnected nodes\n\t\t\tif ( ret || support.disconnectedMatch ||\n\n\t\t\t\t// As well, disconnected nodes are said to be in a document\n\t\t\t\t// fragment in IE 9\n\t\t\t\telem.document && elem.document.nodeType !== 11 ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\t\t} catch ( e ) {\n\t\t\tnonnativeSelectorCache( expr, true );\n\t\t}\n\t}\n\n\treturn Sizzle( expr, document, null, [ elem ] ).length > 0;\n};\n\nSizzle.contains = function( context, elem ) {\n\n\t// Set document vars if needed\n\t// Support: IE 11+, Edge 17 - 18+\n\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t// two documents; shallow comparisons work.\n\t// eslint-disable-next-line eqeqeq\n\tif ( ( context.ownerDocument || context ) != document ) {\n\t\tsetDocument( context );\n\t}\n\treturn contains( context, elem );\n};\n\nSizzle.attr = function( elem, name ) {\n\n\t// Set document vars if needed\n\t// Support: IE 11+, Edge 17 - 18+\n\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t// two documents; shallow comparisons work.\n\t// eslint-disable-next-line eqeqeq\n\tif ( ( elem.ownerDocument || elem ) != document ) {\n\t\tsetDocument( elem );\n\t}\n\n\tvar fn = Expr.attrHandle[ name.toLowerCase() ],\n\n\t\t// Don't get fooled by Object.prototype properties (jQuery #13807)\n\t\tval = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ?\n\t\t\tfn( elem, name, !documentIsHTML ) :\n\t\t\tundefined;\n\n\treturn val !== undefined ?\n\t\tval :\n\t\tsupport.attributes || !documentIsHTML ?\n\t\t\telem.getAttribute( name ) :\n\t\t\t( val = elem.getAttributeNode( name ) ) && val.specified ?\n\t\t\t\tval.value :\n\t\t\t\tnull;\n};\n\nSizzle.escape = function( sel ) {\n\treturn ( sel + \"\" ).replace( rcssescape, fcssescape );\n};\n\nSizzle.error = function( msg ) {\n\tthrow new Error( \"Syntax error, unrecognized expression: \" + msg );\n};\n\n/**\n * Document sorting and removing duplicates\n * @param {ArrayLike} results\n */\nSizzle.uniqueSort = function( results ) {\n\tvar elem,\n\t\tduplicates = [],\n\t\tj = 0,\n\t\ti = 0;\n\n\t// Unless we *know* we can detect duplicates, assume their presence\n\thasDuplicate = !support.detectDuplicates;\n\tsortInput = !support.sortStable && results.slice( 0 );\n\tresults.sort( sortOrder );\n\n\tif ( hasDuplicate ) {\n\t\twhile ( ( elem = results[ i++ ] ) ) {\n\t\t\tif ( elem === results[ i ] ) {\n\t\t\t\tj = duplicates.push( i );\n\t\t\t}\n\t\t}\n\t\twhile ( j-- ) {\n\t\t\tresults.splice( duplicates[ j ], 1 );\n\t\t}\n\t}\n\n\t// Clear input after sorting to release objects\n\t// See https://github.com/jquery/sizzle/pull/225\n\tsortInput = null;\n\n\treturn results;\n};\n\n/**\n * Utility function for retrieving the text value of an array of DOM nodes\n * @param {Array|Element} elem\n */\ngetText = Sizzle.getText = function( elem ) {\n\tvar node,\n\t\tret = \"\",\n\t\ti = 0,\n\t\tnodeType = elem.nodeType;\n\n\tif ( !nodeType ) {\n\n\t\t// If no nodeType, this is expected to be an array\n\t\twhile ( ( node = elem[ i++ ] ) ) {\n\n\t\t\t// Do not traverse comment nodes\n\t\t\tret += getText( node );\n\t\t}\n\t} else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {\n\n\t\t// Use textContent for elements\n\t\t// innerText usage removed for consistency of new lines (jQuery #11153)\n\t\tif ( typeof elem.textContent === \"string\" ) {\n\t\t\treturn elem.textContent;\n\t\t} else {\n\n\t\t\t// Traverse its children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tret += getText( elem );\n\t\t\t}\n\t\t}\n\t} else if ( nodeType === 3 || nodeType === 4 ) {\n\t\treturn elem.nodeValue;\n\t}\n\n\t// Do not include comment or processing instruction nodes\n\n\treturn ret;\n};\n\nExpr = Sizzle.selectors = {\n\n\t// Can be adjusted by the user\n\tcacheLength: 50,\n\n\tcreatePseudo: markFunction,\n\n\tmatch: matchExpr,\n\n\tattrHandle: {},\n\n\tfind: {},\n\n\trelative: {\n\t\t\">\": { dir: \"parentNode\", first: true },\n\t\t\" \": { dir: \"parentNode\" },\n\t\t\"+\": { dir: \"previousSibling\", first: true },\n\t\t\"~\": { dir: \"previousSibling\" }\n\t},\n\n\tpreFilter: {\n\t\t\"ATTR\": function( match ) {\n\t\t\tmatch[ 1 ] = match[ 1 ].replace( runescape, funescape );\n\n\t\t\t// Move the given value to match[3] whether quoted or unquoted\n\t\t\tmatch[ 3 ] = ( match[ 3 ] || match[ 4 ] ||\n\t\t\t\tmatch[ 5 ] || \"\" ).replace( runescape, funescape );\n\n\t\t\tif ( match[ 2 ] === \"~=\" ) {\n\t\t\t\tmatch[ 3 ] = \" \" + match[ 3 ] + \" \";\n\t\t\t}\n\n\t\t\treturn match.slice( 0, 4 );\n\t\t},\n\n\t\t\"CHILD\": function( match ) {\n\n\t\t\t/* matches from matchExpr[\"CHILD\"]\n\t\t\t\t1 type (only|nth|...)\n\t\t\t\t2 what (child|of-type)\n\t\t\t\t3 argument (even|odd|\\d*|\\d*n([+-]\\d+)?|...)\n\t\t\t\t4 xn-component of xn+y argument ([+-]?\\d*n|)\n\t\t\t\t5 sign of xn-component\n\t\t\t\t6 x of xn-component\n\t\t\t\t7 sign of y-component\n\t\t\t\t8 y of y-component\n\t\t\t*/\n\t\t\tmatch[ 1 ] = match[ 1 ].toLowerCase();\n\n\t\t\tif ( match[ 1 ].slice( 0, 3 ) === \"nth\" ) {\n\n\t\t\t\t// nth-* requires argument\n\t\t\t\tif ( !match[ 3 ] ) {\n\t\t\t\t\tSizzle.error( match[ 0 ] );\n\t\t\t\t}\n\n\t\t\t\t// numeric x and y parameters for Expr.filter.CHILD\n\t\t\t\t// remember that false/true cast respectively to 0/1\n\t\t\t\tmatch[ 4 ] = +( match[ 4 ] ?\n\t\t\t\t\tmatch[ 5 ] + ( match[ 6 ] || 1 ) :\n\t\t\t\t\t2 * ( match[ 3 ] === \"even\" || match[ 3 ] === \"odd\" ) );\n\t\t\t\tmatch[ 5 ] = +( ( match[ 7 ] + match[ 8 ] ) || match[ 3 ] === \"odd\" );\n\n\t\t\t\t// other types prohibit arguments\n\t\t\t} else if ( match[ 3 ] ) {\n\t\t\t\tSizzle.error( match[ 0 ] );\n\t\t\t}\n\n\t\t\treturn match;\n\t\t},\n\n\t\t\"PSEUDO\": function( match ) {\n\t\t\tvar excess,\n\t\t\t\tunquoted = !match[ 6 ] && match[ 2 ];\n\n\t\t\tif ( matchExpr[ \"CHILD\" ].test( match[ 0 ] ) ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\t// Accept quoted arguments as-is\n\t\t\tif ( match[ 3 ] ) {\n\t\t\t\tmatch[ 2 ] = match[ 4 ] || match[ 5 ] || \"\";\n\n\t\t\t// Strip excess characters from unquoted arguments\n\t\t\t} else if ( unquoted && rpseudo.test( unquoted ) &&\n\n\t\t\t\t// Get excess from tokenize (recursively)\n\t\t\t\t( excess = tokenize( unquoted, true ) ) &&\n\n\t\t\t\t// advance to the next closing parenthesis\n\t\t\t\t( excess = unquoted.indexOf( \")\", unquoted.length - excess ) - unquoted.length ) ) {\n\n\t\t\t\t// excess is a negative index\n\t\t\t\tmatch[ 0 ] = match[ 0 ].slice( 0, excess );\n\t\t\t\tmatch[ 2 ] = unquoted.slice( 0, excess );\n\t\t\t}\n\n\t\t\t// Return only captures needed by the pseudo filter method (type and argument)\n\t\t\treturn match.slice( 0, 3 );\n\t\t}\n\t},\n\n\tfilter: {\n\n\t\t\"TAG\": function( nodeNameSelector ) {\n\t\t\tvar nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn nodeNameSelector === \"*\" ?\n\t\t\t\tfunction() {\n\t\t\t\t\treturn true;\n\t\t\t\t} :\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn elem.nodeName && elem.nodeName.toLowerCase() === nodeName;\n\t\t\t\t};\n\t\t},\n\n\t\t\"CLASS\": function( className ) {\n\t\t\tvar pattern = classCache[ className + \" \" ];\n\n\t\t\treturn pattern ||\n\t\t\t\t( pattern = new RegExp( \"(^|\" + whitespace +\n\t\t\t\t\t\")\" + className + \"(\" + whitespace + \"|$)\" ) ) && classCache(\n\t\t\t\t\t\tclassName, function( elem ) {\n\t\t\t\t\t\t\treturn pattern.test(\n\t\t\t\t\t\t\t\ttypeof elem.className === \"string\" && elem.className ||\n\t\t\t\t\t\t\t\ttypeof elem.getAttribute !== \"undefined\" &&\n\t\t\t\t\t\t\t\t\telem.getAttribute( \"class\" ) ||\n\t\t\t\t\t\t\t\t\"\"\n\t\t\t\t\t\t\t);\n\t\t\t\t} );\n\t\t},\n\n\t\t\"ATTR\": function( name, operator, check ) {\n\t\t\treturn function( elem ) {\n\t\t\t\tvar result = Sizzle.attr( elem, name );\n\n\t\t\t\tif ( result == null ) {\n\t\t\t\t\treturn operator === \"!=\";\n\t\t\t\t}\n\t\t\t\tif ( !operator ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\n\t\t\t\tresult += \"\";\n\n\t\t\t\t/* eslint-disable max-len */\n\n\t\t\t\treturn operator === \"=\" ? result === check :\n\t\t\t\t\toperator === \"!=\" ? result !== check :\n\t\t\t\t\toperator === \"^=\" ? check && result.indexOf( check ) === 0 :\n\t\t\t\t\toperator === \"*=\" ? check && result.indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"$=\" ? check && result.slice( -check.length ) === check :\n\t\t\t\t\toperator === \"~=\" ? ( \" \" + result.replace( rwhitespace, \" \" ) + \" \" ).indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"|=\" ? result === check || result.slice( 0, check.length + 1 ) === check + \"-\" :\n\t\t\t\t\tfalse;\n\t\t\t\t/* eslint-enable max-len */\n\n\t\t\t};\n\t\t},\n\n\t\t\"CHILD\": function( type, what, _argument, first, last ) {\n\t\t\tvar simple = type.slice( 0, 3 ) !== \"nth\",\n\t\t\t\tforward = type.slice( -4 ) !== \"last\",\n\t\t\t\tofType = what === \"of-type\";\n\n\t\t\treturn first === 1 && last === 0 ?\n\n\t\t\t\t// Shortcut for :nth-*(n)\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn !!elem.parentNode;\n\t\t\t\t} :\n\n\t\t\t\tfunction( elem, _context, xml ) {\n\t\t\t\t\tvar cache, uniqueCache, outerCache, node, nodeIndex, start,\n\t\t\t\t\t\tdir = simple !== forward ? \"nextSibling\" : \"previousSibling\",\n\t\t\t\t\t\tparent = elem.parentNode,\n\t\t\t\t\t\tname = ofType && elem.nodeName.toLowerCase(),\n\t\t\t\t\t\tuseCache = !xml && !ofType,\n\t\t\t\t\t\tdiff = false;\n\n\t\t\t\t\tif ( parent ) {\n\n\t\t\t\t\t\t// :(first|last|only)-(child|of-type)\n\t\t\t\t\t\tif ( simple ) {\n\t\t\t\t\t\t\twhile ( dir ) {\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\twhile ( ( node = node[ dir ] ) ) {\n\t\t\t\t\t\t\t\t\tif ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) {\n\n\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t// Reverse direction for :only-* (if we haven't yet done so)\n\t\t\t\t\t\t\t\tstart = dir = type === \"only\" && !start && \"nextSibling\";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tstart = [ forward ? parent.firstChild : parent.lastChild ];\n\n\t\t\t\t\t\t// non-xml :nth-child(...) stores cache data on `parent`\n\t\t\t\t\t\tif ( forward && useCache ) {\n\n\t\t\t\t\t\t\t// Seek `elem` from a previously-cached index\n\n\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\tnode = parent;\n\t\t\t\t\t\t\touterCache = node[ expando ] || ( node[ expando ] = {} );\n\n\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t( outerCache[ node.uniqueID ] = {} );\n\n\t\t\t\t\t\t\tcache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\tdiff = nodeIndex && cache[ 2 ];\n\t\t\t\t\t\t\tnode = nodeIndex && parent.childNodes[ nodeIndex ];\n\n\t\t\t\t\t\t\twhile ( ( node = ++nodeIndex && node && node[ dir ] ||\n\n\t\t\t\t\t\t\t\t// Fallback to seeking `elem` from the start\n\t\t\t\t\t\t\t\t( diff = nodeIndex = 0 ) || start.pop() ) ) {\n\n\t\t\t\t\t\t\t\t// When found, cache indexes on `parent` and break\n\t\t\t\t\t\t\t\tif ( node.nodeType === 1 && ++diff && node === elem ) {\n\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, nodeIndex, diff ];\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t// Use previously-cached element index if available\n\t\t\t\t\t\t\tif ( useCache ) {\n\n\t\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\touterCache = node[ expando ] || ( node[ expando ] = {} );\n\n\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t( outerCache[ node.uniqueID ] = {} );\n\n\t\t\t\t\t\t\t\tcache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\t\tdiff = nodeIndex;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t// xml :nth-child(...)\n\t\t\t\t\t\t\t// or :nth-last-child(...) or :nth(-last)?-of-type(...)\n\t\t\t\t\t\t\tif ( diff === false ) {\n\n\t\t\t\t\t\t\t\t// Use the same loop as above to seek `elem` from the start\n\t\t\t\t\t\t\t\twhile ( ( node = ++nodeIndex && node && node[ dir ] ||\n\t\t\t\t\t\t\t\t\t( diff = nodeIndex = 0 ) || start.pop() ) ) {\n\n\t\t\t\t\t\t\t\t\tif ( ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) &&\n\t\t\t\t\t\t\t\t\t\t++diff ) {\n\n\t\t\t\t\t\t\t\t\t\t// Cache the index of each encountered element\n\t\t\t\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t\t\t\touterCache = node[ expando ] ||\n\t\t\t\t\t\t\t\t\t\t\t\t( node[ expando ] = {} );\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t\t\t\t( outerCache[ node.uniqueID ] = {} );\n\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, diff ];\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tif ( node === elem ) {\n\t\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Incorporate the offset, then check against cycle size\n\t\t\t\t\t\tdiff -= last;\n\t\t\t\t\t\treturn diff === first || ( diff % first === 0 && diff / first >= 0 );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t},\n\n\t\t\"PSEUDO\": function( pseudo, argument ) {\n\n\t\t\t// pseudo-class names are case-insensitive\n\t\t\t// http://www.w3.org/TR/selectors/#pseudo-classes\n\t\t\t// Prioritize by case sensitivity in case custom pseudos are added with uppercase letters\n\t\t\t// Remember that setFilters inherits from pseudos\n\t\t\tvar args,\n\t\t\t\tfn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||\n\t\t\t\t\tSizzle.error( \"unsupported pseudo: \" + pseudo );\n\n\t\t\t// The user may use createPseudo to indicate that\n\t\t\t// arguments are needed to create the filter function\n\t\t\t// just as Sizzle does\n\t\t\tif ( fn[ expando ] ) {\n\t\t\t\treturn fn( argument );\n\t\t\t}\n\n\t\t\t// But maintain support for old signatures\n\t\t\tif ( fn.length > 1 ) {\n\t\t\t\targs = [ pseudo, pseudo, \"\", argument ];\n\t\t\t\treturn Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?\n\t\t\t\t\tmarkFunction( function( seed, matches ) {\n\t\t\t\t\t\tvar idx,\n\t\t\t\t\t\t\tmatched = fn( seed, argument ),\n\t\t\t\t\t\t\ti = matched.length;\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tidx = indexOf( seed, matched[ i ] );\n\t\t\t\t\t\t\tseed[ idx ] = !( matches[ idx ] = matched[ i ] );\n\t\t\t\t\t\t}\n\t\t\t\t\t} ) :\n\t\t\t\t\tfunction( elem ) {\n\t\t\t\t\t\treturn fn( elem, 0, args );\n\t\t\t\t\t};\n\t\t\t}\n\n\t\t\treturn fn;\n\t\t}\n\t},\n\n\tpseudos: {\n\n\t\t// Potentially complex pseudos\n\t\t\"not\": markFunction( function( selector ) {\n\n\t\t\t// Trim the selector passed to compile\n\t\t\t// to avoid treating leading and trailing\n\t\t\t// spaces as combinators\n\t\t\tvar input = [],\n\t\t\t\tresults = [],\n\t\t\t\tmatcher = compile( selector.replace( rtrim, \"$1\" ) );\n\n\t\t\treturn matcher[ expando ] ?\n\t\t\t\tmarkFunction( function( seed, matches, _context, xml ) {\n\t\t\t\t\tvar elem,\n\t\t\t\t\t\tunmatched = matcher( seed, null, xml, [] ),\n\t\t\t\t\t\ti = seed.length;\n\n\t\t\t\t\t// Match elements unmatched by `matcher`\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( ( elem = unmatched[ i ] ) ) {\n\t\t\t\t\t\t\tseed[ i ] = !( matches[ i ] = elem );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} ) :\n\t\t\t\tfunction( elem, _context, xml ) {\n\t\t\t\t\tinput[ 0 ] = elem;\n\t\t\t\t\tmatcher( input, null, xml, results );\n\n\t\t\t\t\t// Don't keep the element (issue #299)\n\t\t\t\t\tinput[ 0 ] = null;\n\t\t\t\t\treturn !results.pop();\n\t\t\t\t};\n\t\t} ),\n\n\t\t\"has\": markFunction( function( selector ) {\n\t\t\treturn function( elem ) {\n\t\t\t\treturn Sizzle( selector, elem ).length > 0;\n\t\t\t};\n\t\t} ),\n\n\t\t\"contains\": markFunction( function( text ) {\n\t\t\ttext = text.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn ( elem.textContent || getText( elem ) ).indexOf( text ) > -1;\n\t\t\t};\n\t\t} ),\n\n\t\t// \"Whether an element is represented by a :lang() selector\n\t\t// is based solely on the element's language value\n\t\t// being equal to the identifier C,\n\t\t// or beginning with the identifier C immediately followed by \"-\".\n\t\t// The matching of C against the element's language value is performed case-insensitively.\n\t\t// The identifier C does not have to be a valid language name.\"\n\t\t// http://www.w3.org/TR/selectors/#lang-pseudo\n\t\t\"lang\": markFunction( function( lang ) {\n\n\t\t\t// lang value must be a valid identifier\n\t\t\tif ( !ridentifier.test( lang || \"\" ) ) {\n\t\t\t\tSizzle.error( \"unsupported lang: \" + lang );\n\t\t\t}\n\t\t\tlang = lang.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn function( elem ) {\n\t\t\t\tvar elemLang;\n\t\t\t\tdo {\n\t\t\t\t\tif ( ( elemLang = documentIsHTML ?\n\t\t\t\t\t\telem.lang :\n\t\t\t\t\t\telem.getAttribute( \"xml:lang\" ) || elem.getAttribute( \"lang\" ) ) ) {\n\n\t\t\t\t\t\telemLang = elemLang.toLowerCase();\n\t\t\t\t\t\treturn elemLang === lang || elemLang.indexOf( lang + \"-\" ) === 0;\n\t\t\t\t\t}\n\t\t\t\t} while ( ( elem = elem.parentNode ) && elem.nodeType === 1 );\n\t\t\t\treturn false;\n\t\t\t};\n\t\t} ),\n\n\t\t// Miscellaneous\n\t\t\"target\": function( elem ) {\n\t\t\tvar hash = window.location && window.location.hash;\n\t\t\treturn hash && hash.slice( 1 ) === elem.id;\n\t\t},\n\n\t\t\"root\": function( elem ) {\n\t\t\treturn elem === docElem;\n\t\t},\n\n\t\t\"focus\": function( elem ) {\n\t\t\treturn elem === document.activeElement &&\n\t\t\t\t( !document.hasFocus || document.hasFocus() ) &&\n\t\t\t\t!!( elem.type || elem.href || ~elem.tabIndex );\n\t\t},\n\n\t\t// Boolean properties\n\t\t\"enabled\": createDisabledPseudo( false ),\n\t\t\"disabled\": createDisabledPseudo( true ),\n\n\t\t\"checked\": function( elem ) {\n\n\t\t\t// In CSS3, :checked should return both checked and selected elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\tvar nodeName = elem.nodeName.toLowerCase();\n\t\t\treturn ( nodeName === \"input\" && !!elem.checked ) ||\n\t\t\t\t( nodeName === \"option\" && !!elem.selected );\n\t\t},\n\n\t\t\"selected\": function( elem ) {\n\n\t\t\t// Accessing this property makes selected-by-default\n\t\t\t// options in Safari work properly\n\t\t\tif ( elem.parentNode ) {\n\t\t\t\t// eslint-disable-next-line no-unused-expressions\n\t\t\t\telem.parentNode.selectedIndex;\n\t\t\t}\n\n\t\t\treturn elem.selected === true;\n\t\t},\n\n\t\t// Contents\n\t\t\"empty\": function( elem ) {\n\n\t\t\t// http://www.w3.org/TR/selectors/#empty-pseudo\n\t\t\t// :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5),\n\t\t\t// but not by others (comment: 8; processing instruction: 7; etc.)\n\t\t\t// nodeType < 6 works because attributes (2) do not appear as children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tif ( elem.nodeType < 6 ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t},\n\n\t\t\"parent\": function( elem ) {\n\t\t\treturn !Expr.pseudos[ \"empty\" ]( elem );\n\t\t},\n\n\t\t// Element/input types\n\t\t\"header\": function( elem ) {\n\t\t\treturn rheader.test( elem.nodeName );\n\t\t},\n\n\t\t\"input\": function( elem ) {\n\t\t\treturn rinputs.test( elem.nodeName );\n\t\t},\n\n\t\t\"button\": function( elem ) {\n\t\t\tvar name = elem.nodeName.toLowerCase();\n\t\t\treturn name === \"input\" && elem.type === \"button\" || name === \"button\";\n\t\t},\n\n\t\t\"text\": function( elem ) {\n\t\t\tvar attr;\n\t\t\treturn elem.nodeName.toLowerCase() === \"input\" &&\n\t\t\t\telem.type === \"text\" &&\n\n\t\t\t\t// Support: IE<8\n\t\t\t\t// New HTML5 attribute values (e.g., \"search\") appear with elem.type === \"text\"\n\t\t\t\t( ( attr = elem.getAttribute( \"type\" ) ) == null ||\n\t\t\t\t\tattr.toLowerCase() === \"text\" );\n\t\t},\n\n\t\t// Position-in-collection\n\t\t\"first\": createPositionalPseudo( function() {\n\t\t\treturn [ 0 ];\n\t\t} ),\n\n\t\t\"last\": createPositionalPseudo( function( _matchIndexes, length ) {\n\t\t\treturn [ length - 1 ];\n\t\t} ),\n\n\t\t\"eq\": createPositionalPseudo( function( _matchIndexes, length, argument ) {\n\t\t\treturn [ argument < 0 ? argument + length : argument ];\n\t\t} ),\n\n\t\t\"even\": createPositionalPseudo( function( matchIndexes, length ) {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t} ),\n\n\t\t\"odd\": createPositionalPseudo( function( matchIndexes, length ) {\n\t\t\tvar i = 1;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t} ),\n\n\t\t\"lt\": createPositionalPseudo( function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ?\n\t\t\t\targument + length :\n\t\t\t\targument > length ?\n\t\t\t\t\tlength :\n\t\t\t\t\targument;\n\t\t\tfor ( ; --i >= 0; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t} ),\n\n\t\t\"gt\": createPositionalPseudo( function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; ++i < length; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t} )\n\t}\n};\n\nExpr.pseudos[ \"nth\" ] = Expr.pseudos[ \"eq\" ];\n\n// Add button/input type pseudos\nfor ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) {\n\tExpr.pseudos[ i ] = createInputPseudo( i );\n}\nfor ( i in { submit: true, reset: true } ) {\n\tExpr.pseudos[ i ] = createButtonPseudo( i );\n}\n\n// Easy API for creating new setFilters\nfunction setFilters() {}\nsetFilters.prototype = Expr.filters = Expr.pseudos;\nExpr.setFilters = new setFilters();\n\ntokenize = Sizzle.tokenize = function( selector, parseOnly ) {\n\tvar matched, match, tokens, type,\n\t\tsoFar, groups, preFilters,\n\t\tcached = tokenCache[ selector + \" \" ];\n\n\tif ( cached ) {\n\t\treturn parseOnly ? 0 : cached.slice( 0 );\n\t}\n\n\tsoFar = selector;\n\tgroups = [];\n\tpreFilters = Expr.preFilter;\n\n\twhile ( soFar ) {\n\n\t\t// Comma and first run\n\t\tif ( !matched || ( match = rcomma.exec( soFar ) ) ) {\n\t\t\tif ( match ) {\n\n\t\t\t\t// Don't consume trailing commas as valid\n\t\t\t\tsoFar = soFar.slice( match[ 0 ].length ) || soFar;\n\t\t\t}\n\t\t\tgroups.push( ( tokens = [] ) );\n\t\t}\n\n\t\tmatched = false;\n\n\t\t// Combinators\n\t\tif ( ( match = rcombinators.exec( soFar ) ) ) {\n\t\t\tmatched = match.shift();\n\t\t\ttokens.push( {\n\t\t\t\tvalue: matched,\n\n\t\t\t\t// Cast descendant combinators to space\n\t\t\t\ttype: match[ 0 ].replace( rtrim, \" \" )\n\t\t\t} );\n\t\t\tsoFar = soFar.slice( matched.length );\n\t\t}\n\n\t\t// Filters\n\t\tfor ( type in Expr.filter ) {\n\t\t\tif ( ( match = matchExpr[ type ].exec( soFar ) ) && ( !preFilters[ type ] ||\n\t\t\t\t( match = preFilters[ type ]( match ) ) ) ) {\n\t\t\t\tmatched = match.shift();\n\t\t\t\ttokens.push( {\n\t\t\t\t\tvalue: matched,\n\t\t\t\t\ttype: type,\n\t\t\t\t\tmatches: match\n\t\t\t\t} );\n\t\t\t\tsoFar = soFar.slice( matched.length );\n\t\t\t}\n\t\t}\n\n\t\tif ( !matched ) {\n\t\t\tbreak;\n\t\t}\n\t}\n\n\t// Return the length of the invalid excess\n\t// if we're just parsing\n\t// Otherwise, throw an error or return tokens\n\treturn parseOnly ?\n\t\tsoFar.length :\n\t\tsoFar ?\n\t\t\tSizzle.error( selector ) :\n\n\t\t\t// Cache the tokens\n\t\t\ttokenCache( selector, groups ).slice( 0 );\n};\n\nfunction toSelector( tokens ) {\n\tvar i = 0,\n\t\tlen = tokens.length,\n\t\tselector = \"\";\n\tfor ( ; i < len; i++ ) {\n\t\tselector += tokens[ i ].value;\n\t}\n\treturn selector;\n}\n\nfunction addCombinator( matcher, combinator, base ) {\n\tvar dir = combinator.dir,\n\t\tskip = combinator.next,\n\t\tkey = skip || dir,\n\t\tcheckNonElements = base && key === \"parentNode\",\n\t\tdoneName = done++;\n\n\treturn combinator.first ?\n\n\t\t// Check against closest ancestor/preceding element\n\t\tfunction( elem, context, xml ) {\n\t\t\twhile ( ( elem = elem[ dir ] ) ) {\n\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\treturn matcher( elem, context, xml );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t} :\n\n\t\t// Check against all ancestor/preceding elements\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar oldCache, uniqueCache, outerCache,\n\t\t\t\tnewCache = [ dirruns, doneName ];\n\n\t\t\t// We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching\n\t\t\tif ( xml ) {\n\t\t\t\twhile ( ( elem = elem[ dir ] ) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\tif ( matcher( elem, context, xml ) ) {\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\twhile ( ( elem = elem[ dir ] ) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\touterCache = elem[ expando ] || ( elem[ expando ] = {} );\n\n\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\tuniqueCache = outerCache[ elem.uniqueID ] ||\n\t\t\t\t\t\t\t( outerCache[ elem.uniqueID ] = {} );\n\n\t\t\t\t\t\tif ( skip && skip === elem.nodeName.toLowerCase() ) {\n\t\t\t\t\t\t\telem = elem[ dir ] || elem;\n\t\t\t\t\t\t} else if ( ( oldCache = uniqueCache[ key ] ) &&\n\t\t\t\t\t\t\toldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) {\n\n\t\t\t\t\t\t\t// Assign to newCache so results back-propagate to previous elements\n\t\t\t\t\t\t\treturn ( newCache[ 2 ] = oldCache[ 2 ] );\n\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t// Reuse newcache so results back-propagate to previous elements\n\t\t\t\t\t\t\tuniqueCache[ key ] = newCache;\n\n\t\t\t\t\t\t\t// A match means we're done; a fail means we have to keep checking\n\t\t\t\t\t\t\tif ( ( newCache[ 2 ] = matcher( elem, context, xml ) ) ) {\n\t\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n}\n\nfunction elementMatcher( matchers ) {\n\treturn matchers.length > 1 ?\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar i = matchers.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( !matchers[ i ]( elem, context, xml ) ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t} :\n\t\tmatchers[ 0 ];\n}\n\nfunction multipleContexts( selector, contexts, results ) {\n\tvar i = 0,\n\t\tlen = contexts.length;\n\tfor ( ; i < len; i++ ) {\n\t\tSizzle( selector, contexts[ i ], results );\n\t}\n\treturn results;\n}\n\nfunction condense( unmatched, map, filter, context, xml ) {\n\tvar elem,\n\t\tnewUnmatched = [],\n\t\ti = 0,\n\t\tlen = unmatched.length,\n\t\tmapped = map != null;\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( ( elem = unmatched[ i ] ) ) {\n\t\t\tif ( !filter || filter( elem, context, xml ) ) {\n\t\t\t\tnewUnmatched.push( elem );\n\t\t\t\tif ( mapped ) {\n\t\t\t\t\tmap.push( i );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn newUnmatched;\n}\n\nfunction setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {\n\tif ( postFilter && !postFilter[ expando ] ) {\n\t\tpostFilter = setMatcher( postFilter );\n\t}\n\tif ( postFinder && !postFinder[ expando ] ) {\n\t\tpostFinder = setMatcher( postFinder, postSelector );\n\t}\n\treturn markFunction( function( seed, results, context, xml ) {\n\t\tvar temp, i, elem,\n\t\t\tpreMap = [],\n\t\t\tpostMap = [],\n\t\t\tpreexisting = results.length,\n\n\t\t\t// Get initial elements from seed or context\n\t\t\telems = seed || multipleContexts(\n\t\t\t\tselector || \"*\",\n\t\t\t\tcontext.nodeType ? [ context ] : context,\n\t\t\t\t[]\n\t\t\t),\n\n\t\t\t// Prefilter to get matcher input, preserving a map for seed-results synchronization\n\t\t\tmatcherIn = preFilter && ( seed || !selector ) ?\n\t\t\t\tcondense( elems, preMap, preFilter, context, xml ) :\n\t\t\t\telems,\n\n\t\t\tmatcherOut = matcher ?\n\n\t\t\t\t// If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,\n\t\t\t\tpostFinder || ( seed ? preFilter : preexisting || postFilter ) ?\n\n\t\t\t\t\t// ...intermediate processing is necessary\n\t\t\t\t\t[] :\n\n\t\t\t\t\t// ...otherwise use results directly\n\t\t\t\t\tresults :\n\t\t\t\tmatcherIn;\n\n\t\t// Find primary matches\n\t\tif ( matcher ) {\n\t\t\tmatcher( matcherIn, matcherOut, context, xml );\n\t\t}\n\n\t\t// Apply postFilter\n\t\tif ( postFilter ) {\n\t\t\ttemp = condense( matcherOut, postMap );\n\t\t\tpostFilter( temp, [], context, xml );\n\n\t\t\t// Un-match failing elements by moving them back to matcherIn\n\t\t\ti = temp.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( ( elem = temp[ i ] ) ) {\n\t\t\t\t\tmatcherOut[ postMap[ i ] ] = !( matcherIn[ postMap[ i ] ] = elem );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( seed ) {\n\t\t\tif ( postFinder || preFilter ) {\n\t\t\t\tif ( postFinder ) {\n\n\t\t\t\t\t// Get the final matcherOut by condensing this intermediate into postFinder contexts\n\t\t\t\t\ttemp = [];\n\t\t\t\t\ti = matcherOut.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( ( elem = matcherOut[ i ] ) ) {\n\n\t\t\t\t\t\t\t// Restore matcherIn since elem is not yet a final match\n\t\t\t\t\t\t\ttemp.push( ( matcherIn[ i ] = elem ) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tpostFinder( null, ( matcherOut = [] ), temp, xml );\n\t\t\t\t}\n\n\t\t\t\t// Move matched elements from seed to results to keep them synchronized\n\t\t\t\ti = matcherOut.length;\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\tif ( ( elem = matcherOut[ i ] ) &&\n\t\t\t\t\t\t( temp = postFinder ? indexOf( seed, elem ) : preMap[ i ] ) > -1 ) {\n\n\t\t\t\t\t\tseed[ temp ] = !( results[ temp ] = elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Add elements to results, through postFinder if defined\n\t\t} else {\n\t\t\tmatcherOut = condense(\n\t\t\t\tmatcherOut === results ?\n\t\t\t\t\tmatcherOut.splice( preexisting, matcherOut.length ) :\n\t\t\t\t\tmatcherOut\n\t\t\t);\n\t\t\tif ( postFinder ) {\n\t\t\t\tpostFinder( null, results, matcherOut, xml );\n\t\t\t} else {\n\t\t\t\tpush.apply( results, matcherOut );\n\t\t\t}\n\t\t}\n\t} );\n}\n\nfunction matcherFromTokens( tokens ) {\n\tvar checkContext, matcher, j,\n\t\tlen = tokens.length,\n\t\tleadingRelative = Expr.relative[ tokens[ 0 ].type ],\n\t\timplicitRelative = leadingRelative || Expr.relative[ \" \" ],\n\t\ti = leadingRelative ? 1 : 0,\n\n\t\t// The foundational matcher ensures that elements are reachable from top-level context(s)\n\t\tmatchContext = addCombinator( function( elem ) {\n\t\t\treturn elem === checkContext;\n\t\t}, implicitRelative, true ),\n\t\tmatchAnyContext = addCombinator( function( elem ) {\n\t\t\treturn indexOf( checkContext, elem ) > -1;\n\t\t}, implicitRelative, true ),\n\t\tmatchers = [ function( elem, context, xml ) {\n\t\t\tvar ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || (\n\t\t\t\t( checkContext = context ).nodeType ?\n\t\t\t\t\tmatchContext( elem, context, xml ) :\n\t\t\t\t\tmatchAnyContext( elem, context, xml ) );\n\n\t\t\t// Avoid hanging onto element (issue #299)\n\t\t\tcheckContext = null;\n\t\t\treturn ret;\n\t\t} ];\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( ( matcher = Expr.relative[ tokens[ i ].type ] ) ) {\n\t\t\tmatchers = [ addCombinator( elementMatcher( matchers ), matcher ) ];\n\t\t} else {\n\t\t\tmatcher = Expr.filter[ tokens[ i ].type ].apply( null, tokens[ i ].matches );\n\n\t\t\t// Return special upon seeing a positional matcher\n\t\t\tif ( matcher[ expando ] ) {\n\n\t\t\t\t// Find the next relative operator (if any) for proper handling\n\t\t\t\tj = ++i;\n\t\t\t\tfor ( ; j < len; j++ ) {\n\t\t\t\t\tif ( Expr.relative[ tokens[ j ].type ] ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn setMatcher(\n\t\t\t\t\ti > 1 && elementMatcher( matchers ),\n\t\t\t\t\ti > 1 && toSelector(\n\n\t\t\t\t\t// If the preceding token was a descendant combinator, insert an implicit any-element `*`\n\t\t\t\t\ttokens\n\t\t\t\t\t\t.slice( 0, i - 1 )\n\t\t\t\t\t\t.concat( { value: tokens[ i - 2 ].type === \" \" ? \"*\" : \"\" } )\n\t\t\t\t\t).replace( rtrim, \"$1\" ),\n\t\t\t\t\tmatcher,\n\t\t\t\t\ti < j && matcherFromTokens( tokens.slice( i, j ) ),\n\t\t\t\t\tj < len && matcherFromTokens( ( tokens = tokens.slice( j ) ) ),\n\t\t\t\t\tj < len && toSelector( tokens )\n\t\t\t\t);\n\t\t\t}\n\t\t\tmatchers.push( matcher );\n\t\t}\n\t}\n\n\treturn elementMatcher( matchers );\n}\n\nfunction matcherFromGroupMatchers( elementMatchers, setMatchers ) {\n\tvar bySet = setMatchers.length > 0,\n\t\tbyElement = elementMatchers.length > 0,\n\t\tsuperMatcher = function( seed, context, xml, results, outermost ) {\n\t\t\tvar elem, j, matcher,\n\t\t\t\tmatchedCount = 0,\n\t\t\t\ti = \"0\",\n\t\t\t\tunmatched = seed && [],\n\t\t\t\tsetMatched = [],\n\t\t\t\tcontextBackup = outermostContext,\n\n\t\t\t\t// We must always have either seed elements or outermost context\n\t\t\t\telems = seed || byElement && Expr.find[ \"TAG\" ]( \"*\", outermost ),\n\n\t\t\t\t// Use integer dirruns iff this is the outermost matcher\n\t\t\t\tdirrunsUnique = ( dirruns += contextBackup == null ? 1 : Math.random() || 0.1 ),\n\t\t\t\tlen = elems.length;\n\n\t\t\tif ( outermost ) {\n\n\t\t\t\t// Support: IE 11+, Edge 17 - 18+\n\t\t\t\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t\t\t\t// two documents; shallow comparisons work.\n\t\t\t\t// eslint-disable-next-line eqeqeq\n\t\t\t\toutermostContext = context == document || context || outermost;\n\t\t\t}\n\n\t\t\t// Add elements passing elementMatchers directly to results\n\t\t\t// Support: IE<9, Safari\n\t\t\t// Tolerate NodeList properties (IE: \"length\"; Safari: ) matching elements by id\n\t\t\tfor ( ; i !== len && ( elem = elems[ i ] ) != null; i++ ) {\n\t\t\t\tif ( byElement && elem ) {\n\t\t\t\t\tj = 0;\n\n\t\t\t\t\t// Support: IE 11+, Edge 17 - 18+\n\t\t\t\t\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t\t\t\t\t// two documents; shallow comparisons work.\n\t\t\t\t\t// eslint-disable-next-line eqeqeq\n\t\t\t\t\tif ( !context && elem.ownerDocument != document ) {\n\t\t\t\t\t\tsetDocument( elem );\n\t\t\t\t\t\txml = !documentIsHTML;\n\t\t\t\t\t}\n\t\t\t\t\twhile ( ( matcher = elementMatchers[ j++ ] ) ) {\n\t\t\t\t\t\tif ( matcher( elem, context || document, xml ) ) {\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( outermost ) {\n\t\t\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Track unmatched elements for set filters\n\t\t\t\tif ( bySet ) {\n\n\t\t\t\t\t// They will have gone through all possible matchers\n\t\t\t\t\tif ( ( elem = !matcher && elem ) ) {\n\t\t\t\t\t\tmatchedCount--;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Lengthen the array for every element, matched or not\n\t\t\t\t\tif ( seed ) {\n\t\t\t\t\t\tunmatched.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// `i` is now the count of elements visited above, and adding it to `matchedCount`\n\t\t\t// makes the latter nonnegative.\n\t\t\tmatchedCount += i;\n\n\t\t\t// Apply set filters to unmatched elements\n\t\t\t// NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount`\n\t\t\t// equals `i`), unless we didn't visit _any_ elements in the above loop because we have\n\t\t\t// no element matchers and no seed.\n\t\t\t// Incrementing an initially-string \"0\" `i` allows `i` to remain a string only in that\n\t\t\t// case, which will result in a \"00\" `matchedCount` that differs from `i` but is also\n\t\t\t// numerically zero.\n\t\t\tif ( bySet && i !== matchedCount ) {\n\t\t\t\tj = 0;\n\t\t\t\twhile ( ( matcher = setMatchers[ j++ ] ) ) {\n\t\t\t\t\tmatcher( unmatched, setMatched, context, xml );\n\t\t\t\t}\n\n\t\t\t\tif ( seed ) {\n\n\t\t\t\t\t// Reintegrate element matches to eliminate the need for sorting\n\t\t\t\t\tif ( matchedCount > 0 ) {\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tif ( !( unmatched[ i ] || setMatched[ i ] ) ) {\n\t\t\t\t\t\t\t\tsetMatched[ i ] = pop.call( results );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Discard index placeholder values to get only actual matches\n\t\t\t\t\tsetMatched = condense( setMatched );\n\t\t\t\t}\n\n\t\t\t\t// Add matches to results\n\t\t\t\tpush.apply( results, setMatched );\n\n\t\t\t\t// Seedless set matches succeeding multiple successful matchers stipulate sorting\n\t\t\t\tif ( outermost && !seed && setMatched.length > 0 &&\n\t\t\t\t\t( matchedCount + setMatchers.length ) > 1 ) {\n\n\t\t\t\t\tSizzle.uniqueSort( results );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Override manipulation of globals by nested matchers\n\t\t\tif ( outermost ) {\n\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\toutermostContext = contextBackup;\n\t\t\t}\n\n\t\t\treturn unmatched;\n\t\t};\n\n\treturn bySet ?\n\t\tmarkFunction( superMatcher ) :\n\t\tsuperMatcher;\n}\n\ncompile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) {\n\tvar i,\n\t\tsetMatchers = [],\n\t\telementMatchers = [],\n\t\tcached = compilerCache[ selector + \" \" ];\n\n\tif ( !cached ) {\n\n\t\t// Generate a function of recursive functions that can be used to check each element\n\t\tif ( !match ) {\n\t\t\tmatch = tokenize( selector );\n\t\t}\n\t\ti = match.length;\n\t\twhile ( i-- ) {\n\t\t\tcached = matcherFromTokens( match[ i ] );\n\t\t\tif ( cached[ expando ] ) {\n\t\t\t\tsetMatchers.push( cached );\n\t\t\t} else {\n\t\t\t\telementMatchers.push( cached );\n\t\t\t}\n\t\t}\n\n\t\t// Cache the compiled function\n\t\tcached = compilerCache(\n\t\t\tselector,\n\t\t\tmatcherFromGroupMatchers( elementMatchers, setMatchers )\n\t\t);\n\n\t\t// Save selector and tokenization\n\t\tcached.selector = selector;\n\t}\n\treturn cached;\n};\n\n/**\n * A low-level selection function that works with Sizzle's compiled\n * selector functions\n * @param {String|Function} selector A selector or a pre-compiled\n * selector function built with Sizzle.compile\n * @param {Element} context\n * @param {Array} [results]\n * @param {Array} [seed] A set of elements to match against\n */\nselect = Sizzle.select = function( selector, context, results, seed ) {\n\tvar i, tokens, token, type, find,\n\t\tcompiled = typeof selector === \"function\" && selector,\n\t\tmatch = !seed && tokenize( ( selector = compiled.selector || selector ) );\n\n\tresults = results || [];\n\n\t// Try to minimize operations if there is only one selector in the list and no seed\n\t// (the latter of which guarantees us context)\n\tif ( match.length === 1 ) {\n\n\t\t// Reduce context if the leading compound selector is an ID\n\t\ttokens = match[ 0 ] = match[ 0 ].slice( 0 );\n\t\tif ( tokens.length > 2 && ( token = tokens[ 0 ] ).type === \"ID\" &&\n\t\t\tcontext.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[ 1 ].type ] ) {\n\n\t\t\tcontext = ( Expr.find[ \"ID\" ]( token.matches[ 0 ]\n\t\t\t\t.replace( runescape, funescape ), context ) || [] )[ 0 ];\n\t\t\tif ( !context ) {\n\t\t\t\treturn results;\n\n\t\t\t// Precompiled matchers will still verify ancestry, so step up a level\n\t\t\t} else if ( compiled ) {\n\t\t\t\tcontext = context.parentNode;\n\t\t\t}\n\n\t\t\tselector = selector.slice( tokens.shift().value.length );\n\t\t}\n\n\t\t// Fetch a seed set for right-to-left matching\n\t\ti = matchExpr[ \"needsContext\" ].test( selector ) ? 0 : tokens.length;\n\t\twhile ( i-- ) {\n\t\t\ttoken = tokens[ i ];\n\n\t\t\t// Abort if we hit a combinator\n\t\t\tif ( Expr.relative[ ( type = token.type ) ] ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( ( find = Expr.find[ type ] ) ) {\n\n\t\t\t\t// Search, expanding context for leading sibling combinators\n\t\t\t\tif ( ( seed = find(\n\t\t\t\t\ttoken.matches[ 0 ].replace( runescape, funescape ),\n\t\t\t\t\trsibling.test( tokens[ 0 ].type ) && testContext( context.parentNode ) ||\n\t\t\t\t\t\tcontext\n\t\t\t\t) ) ) {\n\n\t\t\t\t\t// If seed is empty or no tokens remain, we can return early\n\t\t\t\t\ttokens.splice( i, 1 );\n\t\t\t\t\tselector = seed.length && toSelector( tokens );\n\t\t\t\t\tif ( !selector ) {\n\t\t\t\t\t\tpush.apply( results, seed );\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Compile and execute a filtering function if one is not provided\n\t// Provide `match` to avoid retokenization if we modified the selector above\n\t( compiled || compile( selector, match ) )(\n\t\tseed,\n\t\tcontext,\n\t\t!documentIsHTML,\n\t\tresults,\n\t\t!context || rsibling.test( selector ) && testContext( context.parentNode ) || context\n\t);\n\treturn results;\n};\n\n// One-time assignments\n\n// Sort stability\nsupport.sortStable = expando.split( \"\" ).sort( sortOrder ).join( \"\" ) === expando;\n\n// Support: Chrome 14-35+\n// Always assume duplicates if they aren't passed to the comparison function\nsupport.detectDuplicates = !!hasDuplicate;\n\n// Initialize against the default document\nsetDocument();\n\n// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27)\n// Detached nodes confoundingly follow *each other*\nsupport.sortDetached = assert( function( el ) {\n\n\t// Should return 1, but returns 4 (following)\n\treturn el.compareDocumentPosition( document.createElement( \"fieldset\" ) ) & 1;\n} );\n\n// Support: IE<8\n// Prevent attribute/property \"interpolation\"\n// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx\nif ( !assert( function( el ) {\n\tel.innerHTML = \"\";\n\treturn el.firstChild.getAttribute( \"href\" ) === \"#\";\n} ) ) {\n\taddHandle( \"type|href|height|width\", function( elem, name, isXML ) {\n\t\tif ( !isXML ) {\n\t\t\treturn elem.getAttribute( name, name.toLowerCase() === \"type\" ? 1 : 2 );\n\t\t}\n\t} );\n}\n\n// Support: IE<9\n// Use defaultValue in place of getAttribute(\"value\")\nif ( !support.attributes || !assert( function( el ) {\n\tel.innerHTML = \"\";\n\tel.firstChild.setAttribute( \"value\", \"\" );\n\treturn el.firstChild.getAttribute( \"value\" ) === \"\";\n} ) ) {\n\taddHandle( \"value\", function( elem, _name, isXML ) {\n\t\tif ( !isXML && elem.nodeName.toLowerCase() === \"input\" ) {\n\t\t\treturn elem.defaultValue;\n\t\t}\n\t} );\n}\n\n// Support: IE<9\n// Use getAttributeNode to fetch booleans when getAttribute lies\nif ( !assert( function( el ) {\n\treturn el.getAttribute( \"disabled\" ) == null;\n} ) ) {\n\taddHandle( booleans, function( elem, name, isXML ) {\n\t\tvar val;\n\t\tif ( !isXML ) {\n\t\t\treturn elem[ name ] === true ? name.toLowerCase() :\n\t\t\t\t( val = elem.getAttributeNode( name ) ) && val.specified ?\n\t\t\t\t\tval.value :\n\t\t\t\t\tnull;\n\t\t}\n\t} );\n}\n\nreturn Sizzle;\n\n} )( window );\n\n\n\njQuery.find = Sizzle;\njQuery.expr = Sizzle.selectors;\n\n// Deprecated\njQuery.expr[ \":\" ] = jQuery.expr.pseudos;\njQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort;\njQuery.text = Sizzle.getText;\njQuery.isXMLDoc = Sizzle.isXML;\njQuery.contains = Sizzle.contains;\njQuery.escapeSelector = Sizzle.escape;\n\n\n\n\nvar dir = function( elem, dir, until ) {\n\tvar matched = [],\n\t\ttruncate = until !== undefined;\n\n\twhile ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) {\n\t\tif ( elem.nodeType === 1 ) {\n\t\t\tif ( truncate && jQuery( elem ).is( until ) ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tmatched.push( elem );\n\t\t}\n\t}\n\treturn matched;\n};\n\n\nvar siblings = function( n, elem ) {\n\tvar matched = [];\n\n\tfor ( ; n; n = n.nextSibling ) {\n\t\tif ( n.nodeType === 1 && n !== elem ) {\n\t\t\tmatched.push( n );\n\t\t}\n\t}\n\n\treturn matched;\n};\n\n\nvar rneedsContext = jQuery.expr.match.needsContext;\n\n\n\nfunction nodeName( elem, name ) {\n\n return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();\n\n};\nvar rsingleTag = ( /^<([a-z][^\\/\\0>:\\x20\\t\\r\\n\\f]*)[\\x20\\t\\r\\n\\f]*\\/?>(?:<\\/\\1>|)$/i );\n\n\n\n// Implement the identical functionality for filter and not\nfunction winnow( elements, qualifier, not ) {\n\tif ( isFunction( qualifier ) ) {\n\t\treturn jQuery.grep( elements, function( elem, i ) {\n\t\t\treturn !!qualifier.call( elem, i, elem ) !== not;\n\t\t} );\n\t}\n\n\t// Single element\n\tif ( qualifier.nodeType ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( elem === qualifier ) !== not;\n\t\t} );\n\t}\n\n\t// Arraylike of elements (jQuery, arguments, Array)\n\tif ( typeof qualifier !== \"string\" ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( indexOf.call( qualifier, elem ) > -1 ) !== not;\n\t\t} );\n\t}\n\n\t// Filtered directly for both simple and complex selectors\n\treturn jQuery.filter( qualifier, elements, not );\n}\n\njQuery.filter = function( expr, elems, not ) {\n\tvar elem = elems[ 0 ];\n\n\tif ( not ) {\n\t\texpr = \":not(\" + expr + \")\";\n\t}\n\n\tif ( elems.length === 1 && elem.nodeType === 1 ) {\n\t\treturn jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [];\n\t}\n\n\treturn jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) {\n\t\treturn elem.nodeType === 1;\n\t} ) );\n};\n\njQuery.fn.extend( {\n\tfind: function( selector ) {\n\t\tvar i, ret,\n\t\t\tlen = this.length,\n\t\t\tself = this;\n\n\t\tif ( typeof selector !== \"string\" ) {\n\t\t\treturn this.pushStack( jQuery( selector ).filter( function() {\n\t\t\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\t\t\tif ( jQuery.contains( self[ i ], this ) ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} ) );\n\t\t}\n\n\t\tret = this.pushStack( [] );\n\n\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\tjQuery.find( selector, self[ i ], ret );\n\t\t}\n\n\t\treturn len > 1 ? jQuery.uniqueSort( ret ) : ret;\n\t},\n\tfilter: function( selector ) {\n\t\treturn this.pushStack( winnow( this, selector || [], false ) );\n\t},\n\tnot: function( selector ) {\n\t\treturn this.pushStack( winnow( this, selector || [], true ) );\n\t},\n\tis: function( selector ) {\n\t\treturn !!winnow(\n\t\t\tthis,\n\n\t\t\t// If this is a positional/relative selector, check membership in the returned set\n\t\t\t// so $(\"p:first\").is(\"p:last\") won't return true for a doc with two \"p\".\n\t\t\ttypeof selector === \"string\" && rneedsContext.test( selector ) ?\n\t\t\t\tjQuery( selector ) :\n\t\t\t\tselector || [],\n\t\t\tfalse\n\t\t).length;\n\t}\n} );\n\n\n// Initialize a jQuery object\n\n\n// A central reference to the root jQuery(document)\nvar rootjQuery,\n\n\t// A simple way to check for HTML strings\n\t// Prioritize #id over to avoid XSS via location.hash (#9521)\n\t// Strict HTML recognition (#11290: must start with <)\n\t// Shortcut simple #id case for speed\n\trquickExpr = /^(?:\\s*(<[\\w\\W]+>)[^>]*|#([\\w-]+))$/,\n\n\tinit = jQuery.fn.init = function( selector, context, root ) {\n\t\tvar match, elem;\n\n\t\t// HANDLE: $(\"\"), $(null), $(undefined), $(false)\n\t\tif ( !selector ) {\n\t\t\treturn this;\n\t\t}\n\n\t\t// Method init() accepts an alternate rootjQuery\n\t\t// so migrate can support jQuery.sub (gh-2101)\n\t\troot = root || rootjQuery;\n\n\t\t// Handle HTML strings\n\t\tif ( typeof selector === \"string\" ) {\n\t\t\tif ( selector[ 0 ] === \"<\" &&\n\t\t\t\tselector[ selector.length - 1 ] === \">\" &&\n\t\t\t\tselector.length >= 3 ) {\n\n\t\t\t\t// Assume that strings that start and end with <> are HTML and skip the regex check\n\t\t\t\tmatch = [ null, selector, null ];\n\n\t\t\t} else {\n\t\t\t\tmatch = rquickExpr.exec( selector );\n\t\t\t}\n\n\t\t\t// Match html or make sure no context is specified for #id\n\t\t\tif ( match && ( match[ 1 ] || !context ) ) {\n\n\t\t\t\t// HANDLE: $(html) -> $(array)\n\t\t\t\tif ( match[ 1 ] ) {\n\t\t\t\t\tcontext = context instanceof jQuery ? context[ 0 ] : context;\n\n\t\t\t\t\t// Option to run scripts is true for back-compat\n\t\t\t\t\t// Intentionally let the error be thrown if parseHTML is not present\n\t\t\t\t\tjQuery.merge( this, jQuery.parseHTML(\n\t\t\t\t\t\tmatch[ 1 ],\n\t\t\t\t\t\tcontext && context.nodeType ? context.ownerDocument || context : document,\n\t\t\t\t\t\ttrue\n\t\t\t\t\t) );\n\n\t\t\t\t\t// HANDLE: $(html, props)\n\t\t\t\t\tif ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) {\n\t\t\t\t\t\tfor ( match in context ) {\n\n\t\t\t\t\t\t\t// Properties of context are called as methods if possible\n\t\t\t\t\t\t\tif ( isFunction( this[ match ] ) ) {\n\t\t\t\t\t\t\t\tthis[ match ]( context[ match ] );\n\n\t\t\t\t\t\t\t// ...and otherwise set as attributes\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tthis.attr( match, context[ match ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn this;\n\n\t\t\t\t// HANDLE: $(#id)\n\t\t\t\t} else {\n\t\t\t\t\telem = document.getElementById( match[ 2 ] );\n\n\t\t\t\t\tif ( elem ) {\n\n\t\t\t\t\t\t// Inject the element directly into the jQuery object\n\t\t\t\t\t\tthis[ 0 ] = elem;\n\t\t\t\t\t\tthis.length = 1;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\n\t\t\t// HANDLE: $(expr, $(...))\n\t\t\t} else if ( !context || context.jquery ) {\n\t\t\t\treturn ( context || root ).find( selector );\n\n\t\t\t// HANDLE: $(expr, context)\n\t\t\t// (which is just equivalent to: $(context).find(expr)\n\t\t\t} else {\n\t\t\t\treturn this.constructor( context ).find( selector );\n\t\t\t}\n\n\t\t// HANDLE: $(DOMElement)\n\t\t} else if ( selector.nodeType ) {\n\t\t\tthis[ 0 ] = selector;\n\t\t\tthis.length = 1;\n\t\t\treturn this;\n\n\t\t// HANDLE: $(function)\n\t\t// Shortcut for document ready\n\t\t} else if ( isFunction( selector ) ) {\n\t\t\treturn root.ready !== undefined ?\n\t\t\t\troot.ready( selector ) :\n\n\t\t\t\t// Execute immediately if ready is not present\n\t\t\t\tselector( jQuery );\n\t\t}\n\n\t\treturn jQuery.makeArray( selector, this );\n\t};\n\n// Give the init function the jQuery prototype for later instantiation\ninit.prototype = jQuery.fn;\n\n// Initialize central reference\nrootjQuery = jQuery( document );\n\n\nvar rparentsprev = /^(?:parents|prev(?:Until|All))/,\n\n\t// Methods guaranteed to produce a unique set when starting from a unique set\n\tguaranteedUnique = {\n\t\tchildren: true,\n\t\tcontents: true,\n\t\tnext: true,\n\t\tprev: true\n\t};\n\njQuery.fn.extend( {\n\thas: function( target ) {\n\t\tvar targets = jQuery( target, this ),\n\t\t\tl = targets.length;\n\n\t\treturn this.filter( function() {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tif ( jQuery.contains( this, targets[ i ] ) ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\tclosest: function( selectors, context ) {\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\tl = this.length,\n\t\t\tmatched = [],\n\t\t\ttargets = typeof selectors !== \"string\" && jQuery( selectors );\n\n\t\t// Positional selectors never match, since there's no _selection_ context\n\t\tif ( !rneedsContext.test( selectors ) ) {\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tfor ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) {\n\n\t\t\t\t\t// Always skip document fragments\n\t\t\t\t\tif ( cur.nodeType < 11 && ( targets ?\n\t\t\t\t\t\ttargets.index( cur ) > -1 :\n\n\t\t\t\t\t\t// Don't pass non-elements to Sizzle\n\t\t\t\t\t\tcur.nodeType === 1 &&\n\t\t\t\t\t\t\tjQuery.find.matchesSelector( cur, selectors ) ) ) {\n\n\t\t\t\t\t\tmatched.push( cur );\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched );\n\t},\n\n\t// Determine the position of an element within the set\n\tindex: function( elem ) {\n\n\t\t// No argument, return index in parent\n\t\tif ( !elem ) {\n\t\t\treturn ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1;\n\t\t}\n\n\t\t// Index in selector\n\t\tif ( typeof elem === \"string\" ) {\n\t\t\treturn indexOf.call( jQuery( elem ), this[ 0 ] );\n\t\t}\n\n\t\t// Locate the position of the desired element\n\t\treturn indexOf.call( this,\n\n\t\t\t// If it receives a jQuery object, the first element is used\n\t\t\telem.jquery ? elem[ 0 ] : elem\n\t\t);\n\t},\n\n\tadd: function( selector, context ) {\n\t\treturn this.pushStack(\n\t\t\tjQuery.uniqueSort(\n\t\t\t\tjQuery.merge( this.get(), jQuery( selector, context ) )\n\t\t\t)\n\t\t);\n\t},\n\n\taddBack: function( selector ) {\n\t\treturn this.add( selector == null ?\n\t\t\tthis.prevObject : this.prevObject.filter( selector )\n\t\t);\n\t}\n} );\n\nfunction sibling( cur, dir ) {\n\twhile ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {}\n\treturn cur;\n}\n\njQuery.each( {\n\tparent: function( elem ) {\n\t\tvar parent = elem.parentNode;\n\t\treturn parent && parent.nodeType !== 11 ? parent : null;\n\t},\n\tparents: function( elem ) {\n\t\treturn dir( elem, \"parentNode\" );\n\t},\n\tparentsUntil: function( elem, _i, until ) {\n\t\treturn dir( elem, \"parentNode\", until );\n\t},\n\tnext: function( elem ) {\n\t\treturn sibling( elem, \"nextSibling\" );\n\t},\n\tprev: function( elem ) {\n\t\treturn sibling( elem, \"previousSibling\" );\n\t},\n\tnextAll: function( elem ) {\n\t\treturn dir( elem, \"nextSibling\" );\n\t},\n\tprevAll: function( elem ) {\n\t\treturn dir( elem, \"previousSibling\" );\n\t},\n\tnextUntil: function( elem, _i, until ) {\n\t\treturn dir( elem, \"nextSibling\", until );\n\t},\n\tprevUntil: function( elem, _i, until ) {\n\t\treturn dir( elem, \"previousSibling\", until );\n\t},\n\tsiblings: function( elem ) {\n\t\treturn siblings( ( elem.parentNode || {} ).firstChild, elem );\n\t},\n\tchildren: function( elem ) {\n\t\treturn siblings( elem.firstChild );\n\t},\n\tcontents: function( elem ) {\n\t\tif ( elem.contentDocument != null &&\n\n\t\t\t// Support: IE 11+\n\t\t\t// elements with no `data` attribute has an object\n\t\t\t// `contentDocument` with a `null` prototype.\n\t\t\tgetProto( elem.contentDocument ) ) {\n\n\t\t\treturn elem.contentDocument;\n\t\t}\n\n\t\t// Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only\n\t\t// Treat the template element as a regular one in browsers that\n\t\t// don't support it.\n\t\tif ( nodeName( elem, \"template\" ) ) {\n\t\t\telem = elem.content || elem;\n\t\t}\n\n\t\treturn jQuery.merge( [], elem.childNodes );\n\t}\n}, function( name, fn ) {\n\tjQuery.fn[ name ] = function( until, selector ) {\n\t\tvar matched = jQuery.map( this, fn, until );\n\n\t\tif ( name.slice( -5 ) !== \"Until\" ) {\n\t\t\tselector = until;\n\t\t}\n\n\t\tif ( selector && typeof selector === \"string\" ) {\n\t\t\tmatched = jQuery.filter( selector, matched );\n\t\t}\n\n\t\tif ( this.length > 1 ) {\n\n\t\t\t// Remove duplicates\n\t\t\tif ( !guaranteedUnique[ name ] ) {\n\t\t\t\tjQuery.uniqueSort( matched );\n\t\t\t}\n\n\t\t\t// Reverse order for parents* and prev-derivatives\n\t\t\tif ( rparentsprev.test( name ) ) {\n\t\t\t\tmatched.reverse();\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched );\n\t};\n} );\nvar rnothtmlwhite = ( /[^\\x20\\t\\r\\n\\f]+/g );\n\n\n\n// Convert String-formatted options into Object-formatted ones\nfunction createOptions( options ) {\n\tvar object = {};\n\tjQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) {\n\t\tobject[ flag ] = true;\n\t} );\n\treturn object;\n}\n\n/*\n * Create a callback list using the following parameters:\n *\n *\toptions: an optional list of space-separated options that will change how\n *\t\t\tthe callback list behaves or a more traditional option object\n *\n * By default a callback list will act like an event callback list and can be\n * \"fired\" multiple times.\n *\n * Possible options:\n *\n *\tonce:\t\t\twill ensure the callback list can only be fired once (like a Deferred)\n *\n *\tmemory:\t\t\twill keep track of previous values and will call any callback added\n *\t\t\t\t\tafter the list has been fired right away with the latest \"memorized\"\n *\t\t\t\t\tvalues (like a Deferred)\n *\n *\tunique:\t\t\twill ensure a callback can only be added once (no duplicate in the list)\n *\n *\tstopOnFalse:\tinterrupt callings when a callback returns false\n *\n */\njQuery.Callbacks = function( options ) {\n\n\t// Convert options from String-formatted to Object-formatted if needed\n\t// (we check in cache first)\n\toptions = typeof options === \"string\" ?\n\t\tcreateOptions( options ) :\n\t\tjQuery.extend( {}, options );\n\n\tvar // Flag to know if list is currently firing\n\t\tfiring,\n\n\t\t// Last fire value for non-forgettable lists\n\t\tmemory,\n\n\t\t// Flag to know if list was already fired\n\t\tfired,\n\n\t\t// Flag to prevent firing\n\t\tlocked,\n\n\t\t// Actual callback list\n\t\tlist = [],\n\n\t\t// Queue of execution data for repeatable lists\n\t\tqueue = [],\n\n\t\t// Index of currently firing callback (modified by add/remove as needed)\n\t\tfiringIndex = -1,\n\n\t\t// Fire callbacks\n\t\tfire = function() {\n\n\t\t\t// Enforce single-firing\n\t\t\tlocked = locked || options.once;\n\n\t\t\t// Execute callbacks for all pending executions,\n\t\t\t// respecting firingIndex overrides and runtime changes\n\t\t\tfired = firing = true;\n\t\t\tfor ( ; queue.length; firingIndex = -1 ) {\n\t\t\t\tmemory = queue.shift();\n\t\t\t\twhile ( ++firingIndex < list.length ) {\n\n\t\t\t\t\t// Run callback and check for early termination\n\t\t\t\t\tif ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false &&\n\t\t\t\t\t\toptions.stopOnFalse ) {\n\n\t\t\t\t\t\t// Jump to end and forget the data so .add doesn't re-fire\n\t\t\t\t\t\tfiringIndex = list.length;\n\t\t\t\t\t\tmemory = false;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Forget the data if we're done with it\n\t\t\tif ( !options.memory ) {\n\t\t\t\tmemory = false;\n\t\t\t}\n\n\t\t\tfiring = false;\n\n\t\t\t// Clean up if we're done firing for good\n\t\t\tif ( locked ) {\n\n\t\t\t\t// Keep an empty list if we have data for future add calls\n\t\t\t\tif ( memory ) {\n\t\t\t\t\tlist = [];\n\n\t\t\t\t// Otherwise, this object is spent\n\t\t\t\t} else {\n\t\t\t\t\tlist = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\t// Actual Callbacks object\n\t\tself = {\n\n\t\t\t// Add a callback or a collection of callbacks to the list\n\t\t\tadd: function() {\n\t\t\t\tif ( list ) {\n\n\t\t\t\t\t// If we have memory from a past run, we should fire after adding\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfiringIndex = list.length - 1;\n\t\t\t\t\t\tqueue.push( memory );\n\t\t\t\t\t}\n\n\t\t\t\t\t( function add( args ) {\n\t\t\t\t\t\tjQuery.each( args, function( _, arg ) {\n\t\t\t\t\t\t\tif ( isFunction( arg ) ) {\n\t\t\t\t\t\t\t\tif ( !options.unique || !self.has( arg ) ) {\n\t\t\t\t\t\t\t\t\tlist.push( arg );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if ( arg && arg.length && toType( arg ) !== \"string\" ) {\n\n\t\t\t\t\t\t\t\t// Inspect recursively\n\t\t\t\t\t\t\t\tadd( arg );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} );\n\t\t\t\t\t} )( arguments );\n\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfire();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Remove a callback from the list\n\t\t\tremove: function() {\n\t\t\t\tjQuery.each( arguments, function( _, arg ) {\n\t\t\t\t\tvar index;\n\t\t\t\t\twhile ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {\n\t\t\t\t\t\tlist.splice( index, 1 );\n\n\t\t\t\t\t\t// Handle firing indexes\n\t\t\t\t\t\tif ( index <= firingIndex ) {\n\t\t\t\t\t\t\tfiringIndex--;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Check if a given callback is in the list.\n\t\t\t// If no argument is given, return whether or not list has callbacks attached.\n\t\t\thas: function( fn ) {\n\t\t\t\treturn fn ?\n\t\t\t\t\tjQuery.inArray( fn, list ) > -1 :\n\t\t\t\t\tlist.length > 0;\n\t\t\t},\n\n\t\t\t// Remove all callbacks from the list\n\t\t\tempty: function() {\n\t\t\t\tif ( list ) {\n\t\t\t\t\tlist = [];\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Disable .fire and .add\n\t\t\t// Abort any current/pending executions\n\t\t\t// Clear all callbacks and values\n\t\t\tdisable: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tlist = memory = \"\";\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tdisabled: function() {\n\t\t\t\treturn !list;\n\t\t\t},\n\n\t\t\t// Disable .fire\n\t\t\t// Also disable .add unless we have memory (since it would have no effect)\n\t\t\t// Abort any pending executions\n\t\t\tlock: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tif ( !memory && !firing ) {\n\t\t\t\t\tlist = memory = \"\";\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tlocked: function() {\n\t\t\t\treturn !!locked;\n\t\t\t},\n\n\t\t\t// Call all callbacks with the given context and arguments\n\t\t\tfireWith: function( context, args ) {\n\t\t\t\tif ( !locked ) {\n\t\t\t\t\targs = args || [];\n\t\t\t\t\targs = [ context, args.slice ? args.slice() : args ];\n\t\t\t\t\tqueue.push( args );\n\t\t\t\t\tif ( !firing ) {\n\t\t\t\t\t\tfire();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Call all the callbacks with the given arguments\n\t\t\tfire: function() {\n\t\t\t\tself.fireWith( this, arguments );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// To know if the callbacks have already been called at least once\n\t\t\tfired: function() {\n\t\t\t\treturn !!fired;\n\t\t\t}\n\t\t};\n\n\treturn self;\n};\n\n\nfunction Identity( v ) {\n\treturn v;\n}\nfunction Thrower( ex ) {\n\tthrow ex;\n}\n\nfunction adoptValue( value, resolve, reject, noValue ) {\n\tvar method;\n\n\ttry {\n\n\t\t// Check for promise aspect first to privilege synchronous behavior\n\t\tif ( value && isFunction( ( method = value.promise ) ) ) {\n\t\t\tmethod.call( value ).done( resolve ).fail( reject );\n\n\t\t// Other thenables\n\t\t} else if ( value && isFunction( ( method = value.then ) ) ) {\n\t\t\tmethod.call( value, resolve, reject );\n\n\t\t// Other non-thenables\n\t\t} else {\n\n\t\t\t// Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer:\n\t\t\t// * false: [ value ].slice( 0 ) => resolve( value )\n\t\t\t// * true: [ value ].slice( 1 ) => resolve()\n\t\t\tresolve.apply( undefined, [ value ].slice( noValue ) );\n\t\t}\n\n\t// For Promises/A+, convert exceptions into rejections\n\t// Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in\n\t// Deferred#then to conditionally suppress rejection.\n\t} catch ( value ) {\n\n\t\t// Support: Android 4.0 only\n\t\t// Strict mode functions invoked without .call/.apply get global-object context\n\t\treject.apply( undefined, [ value ] );\n\t}\n}\n\njQuery.extend( {\n\n\tDeferred: function( func ) {\n\t\tvar tuples = [\n\n\t\t\t\t// action, add listener, callbacks,\n\t\t\t\t// ... .then handlers, argument index, [final state]\n\t\t\t\t[ \"notify\", \"progress\", jQuery.Callbacks( \"memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"memory\" ), 2 ],\n\t\t\t\t[ \"resolve\", \"done\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 0, \"resolved\" ],\n\t\t\t\t[ \"reject\", \"fail\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 1, \"rejected\" ]\n\t\t\t],\n\t\t\tstate = \"pending\",\n\t\t\tpromise = {\n\t\t\t\tstate: function() {\n\t\t\t\t\treturn state;\n\t\t\t\t},\n\t\t\t\talways: function() {\n\t\t\t\t\tdeferred.done( arguments ).fail( arguments );\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\t\t\t\t\"catch\": function( fn ) {\n\t\t\t\t\treturn promise.then( null, fn );\n\t\t\t\t},\n\n\t\t\t\t// Keep pipe for back-compat\n\t\t\t\tpipe: function( /* fnDone, fnFail, fnProgress */ ) {\n\t\t\t\t\tvar fns = arguments;\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\t\t\t\t\t\tjQuery.each( tuples, function( _i, tuple ) {\n\n\t\t\t\t\t\t\t// Map tuples (progress, done, fail) to arguments (done, fail, progress)\n\t\t\t\t\t\t\tvar fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ];\n\n\t\t\t\t\t\t\t// deferred.progress(function() { bind to newDefer or newDefer.notify })\n\t\t\t\t\t\t\t// deferred.done(function() { bind to newDefer or newDefer.resolve })\n\t\t\t\t\t\t\t// deferred.fail(function() { bind to newDefer or newDefer.reject })\n\t\t\t\t\t\t\tdeferred[ tuple[ 1 ] ]( function() {\n\t\t\t\t\t\t\t\tvar returned = fn && fn.apply( this, arguments );\n\t\t\t\t\t\t\t\tif ( returned && isFunction( returned.promise ) ) {\n\t\t\t\t\t\t\t\t\treturned.promise()\n\t\t\t\t\t\t\t\t\t\t.progress( newDefer.notify )\n\t\t\t\t\t\t\t\t\t\t.done( newDefer.resolve )\n\t\t\t\t\t\t\t\t\t\t.fail( newDefer.reject );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tnewDefer[ tuple[ 0 ] + \"With\" ](\n\t\t\t\t\t\t\t\t\t\tthis,\n\t\t\t\t\t\t\t\t\t\tfn ? [ returned ] : arguments\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t} );\n\t\t\t\t\t\tfns = null;\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\t\t\t\tthen: function( onFulfilled, onRejected, onProgress ) {\n\t\t\t\t\tvar maxDepth = 0;\n\t\t\t\t\tfunction resolve( depth, deferred, handler, special ) {\n\t\t\t\t\t\treturn function() {\n\t\t\t\t\t\t\tvar that = this,\n\t\t\t\t\t\t\t\targs = arguments,\n\t\t\t\t\t\t\t\tmightThrow = function() {\n\t\t\t\t\t\t\t\t\tvar returned, then;\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.3\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-59\n\t\t\t\t\t\t\t\t\t// Ignore double-resolution attempts\n\t\t\t\t\t\t\t\t\tif ( depth < maxDepth ) {\n\t\t\t\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\treturned = handler.apply( that, args );\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.1\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-48\n\t\t\t\t\t\t\t\t\tif ( returned === deferred.promise() ) {\n\t\t\t\t\t\t\t\t\t\tthrow new TypeError( \"Thenable self-resolution\" );\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ sections 2.3.3.1, 3.5\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-54\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-75\n\t\t\t\t\t\t\t\t\t// Retrieve `then` only once\n\t\t\t\t\t\t\t\t\tthen = returned &&\n\n\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.4\n\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-64\n\t\t\t\t\t\t\t\t\t\t// Only check objects and functions for thenability\n\t\t\t\t\t\t\t\t\t\t( typeof returned === \"object\" ||\n\t\t\t\t\t\t\t\t\t\t\ttypeof returned === \"function\" ) &&\n\t\t\t\t\t\t\t\t\t\treturned.then;\n\n\t\t\t\t\t\t\t\t\t// Handle a returned thenable\n\t\t\t\t\t\t\t\t\tif ( isFunction( then ) ) {\n\n\t\t\t\t\t\t\t\t\t\t// Special processors (notify) just wait for resolution\n\t\t\t\t\t\t\t\t\t\tif ( special ) {\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special )\n\t\t\t\t\t\t\t\t\t\t\t);\n\n\t\t\t\t\t\t\t\t\t\t// Normal processors (resolve) also hook into progress\n\t\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\t\t// ...and disregard older resolution values\n\t\t\t\t\t\t\t\t\t\t\tmaxDepth++;\n\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity,\n\t\t\t\t\t\t\t\t\t\t\t\t\tdeferred.notifyWith )\n\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Handle all other returned values\n\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\t\t\t\tif ( handler !== Identity ) {\n\t\t\t\t\t\t\t\t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\targs = [ returned ];\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t// Process the value(s)\n\t\t\t\t\t\t\t\t\t\t// Default process is resolve\n\t\t\t\t\t\t\t\t\t\t( special || deferred.resolveWith )( that, args );\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\t\t// Only normal processors (resolve) catch and reject exceptions\n\t\t\t\t\t\t\t\tprocess = special ?\n\t\t\t\t\t\t\t\t\tmightThrow :\n\t\t\t\t\t\t\t\t\tfunction() {\n\t\t\t\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\t\t\t\tmightThrow();\n\t\t\t\t\t\t\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t\t\t\t\t\t\tif ( jQuery.Deferred.exceptionHook ) {\n\t\t\t\t\t\t\t\t\t\t\t\tjQuery.Deferred.exceptionHook( e,\n\t\t\t\t\t\t\t\t\t\t\t\t\tprocess.stackTrace );\n\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.4.1\n\t\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-61\n\t\t\t\t\t\t\t\t\t\t\t// Ignore post-resolution exceptions\n\t\t\t\t\t\t\t\t\t\t\tif ( depth + 1 >= maxDepth ) {\n\n\t\t\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\t\t\t\t\t\tif ( handler !== Thrower ) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\t\t\targs = [ e ];\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t\tdeferred.rejectWith( that, args );\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t};\n\n\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.1\n\t\t\t\t\t\t\t// https://promisesaplus.com/#point-57\n\t\t\t\t\t\t\t// Re-resolve promises immediately to dodge false rejection from\n\t\t\t\t\t\t\t// subsequent errors\n\t\t\t\t\t\t\tif ( depth ) {\n\t\t\t\t\t\t\t\tprocess();\n\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t// Call an optional hook to record the stack, in case of exception\n\t\t\t\t\t\t\t\t// since it's otherwise lost when execution goes async\n\t\t\t\t\t\t\t\tif ( jQuery.Deferred.getStackHook ) {\n\t\t\t\t\t\t\t\t\tprocess.stackTrace = jQuery.Deferred.getStackHook();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\twindow.setTimeout( process );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t};\n\t\t\t\t\t}\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\n\t\t\t\t\t\t// progress_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 0 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onProgress ) ?\n\t\t\t\t\t\t\t\t\tonProgress :\n\t\t\t\t\t\t\t\t\tIdentity,\n\t\t\t\t\t\t\t\tnewDefer.notifyWith\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// fulfilled_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 1 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onFulfilled ) ?\n\t\t\t\t\t\t\t\t\tonFulfilled :\n\t\t\t\t\t\t\t\t\tIdentity\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// rejected_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 2 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onRejected ) ?\n\t\t\t\t\t\t\t\t\tonRejected :\n\t\t\t\t\t\t\t\t\tThrower\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\n\t\t\t\t// Get a promise for this deferred\n\t\t\t\t// If obj is provided, the promise aspect is added to the object\n\t\t\t\tpromise: function( obj ) {\n\t\t\t\t\treturn obj != null ? jQuery.extend( obj, promise ) : promise;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdeferred = {};\n\n\t\t// Add list-specific methods\n\t\tjQuery.each( tuples, function( i, tuple ) {\n\t\t\tvar list = tuple[ 2 ],\n\t\t\t\tstateString = tuple[ 5 ];\n\n\t\t\t// promise.progress = list.add\n\t\t\t// promise.done = list.add\n\t\t\t// promise.fail = list.add\n\t\t\tpromise[ tuple[ 1 ] ] = list.add;\n\n\t\t\t// Handle state\n\t\t\tif ( stateString ) {\n\t\t\t\tlist.add(\n\t\t\t\t\tfunction() {\n\n\t\t\t\t\t\t// state = \"resolved\" (i.e., fulfilled)\n\t\t\t\t\t\t// state = \"rejected\"\n\t\t\t\t\t\tstate = stateString;\n\t\t\t\t\t},\n\n\t\t\t\t\t// rejected_callbacks.disable\n\t\t\t\t\t// fulfilled_callbacks.disable\n\t\t\t\t\ttuples[ 3 - i ][ 2 ].disable,\n\n\t\t\t\t\t// rejected_handlers.disable\n\t\t\t\t\t// fulfilled_handlers.disable\n\t\t\t\t\ttuples[ 3 - i ][ 3 ].disable,\n\n\t\t\t\t\t// progress_callbacks.lock\n\t\t\t\t\ttuples[ 0 ][ 2 ].lock,\n\n\t\t\t\t\t// progress_handlers.lock\n\t\t\t\t\ttuples[ 0 ][ 3 ].lock\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// progress_handlers.fire\n\t\t\t// fulfilled_handlers.fire\n\t\t\t// rejected_handlers.fire\n\t\t\tlist.add( tuple[ 3 ].fire );\n\n\t\t\t// deferred.notify = function() { deferred.notifyWith(...) }\n\t\t\t// deferred.resolve = function() { deferred.resolveWith(...) }\n\t\t\t// deferred.reject = function() { deferred.rejectWith(...) }\n\t\t\tdeferred[ tuple[ 0 ] ] = function() {\n\t\t\t\tdeferred[ tuple[ 0 ] + \"With\" ]( this === deferred ? undefined : this, arguments );\n\t\t\t\treturn this;\n\t\t\t};\n\n\t\t\t// deferred.notifyWith = list.fireWith\n\t\t\t// deferred.resolveWith = list.fireWith\n\t\t\t// deferred.rejectWith = list.fireWith\n\t\t\tdeferred[ tuple[ 0 ] + \"With\" ] = list.fireWith;\n\t\t} );\n\n\t\t// Make the deferred a promise\n\t\tpromise.promise( deferred );\n\n\t\t// Call given func if any\n\t\tif ( func ) {\n\t\t\tfunc.call( deferred, deferred );\n\t\t}\n\n\t\t// All done!\n\t\treturn deferred;\n\t},\n\n\t// Deferred helper\n\twhen: function( singleValue ) {\n\t\tvar\n\n\t\t\t// count of uncompleted subordinates\n\t\t\tremaining = arguments.length,\n\n\t\t\t// count of unprocessed arguments\n\t\t\ti = remaining,\n\n\t\t\t// subordinate fulfillment data\n\t\t\tresolveContexts = Array( i ),\n\t\t\tresolveValues = slice.call( arguments ),\n\n\t\t\t// the master Deferred\n\t\t\tmaster = jQuery.Deferred(),\n\n\t\t\t// subordinate callback factory\n\t\t\tupdateFunc = function( i ) {\n\t\t\t\treturn function( value ) {\n\t\t\t\t\tresolveContexts[ i ] = this;\n\t\t\t\t\tresolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value;\n\t\t\t\t\tif ( !( --remaining ) ) {\n\t\t\t\t\t\tmaster.resolveWith( resolveContexts, resolveValues );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t\t};\n\n\t\t// Single- and empty arguments are adopted like Promise.resolve\n\t\tif ( remaining <= 1 ) {\n\t\t\tadoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject,\n\t\t\t\t!remaining );\n\n\t\t\t// Use .then() to unwrap secondary thenables (cf. gh-3000)\n\t\t\tif ( master.state() === \"pending\" ||\n\t\t\t\tisFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) {\n\n\t\t\t\treturn master.then();\n\t\t\t}\n\t\t}\n\n\t\t// Multiple arguments are aggregated like Promise.all array elements\n\t\twhile ( i-- ) {\n\t\t\tadoptValue( resolveValues[ i ], updateFunc( i ), master.reject );\n\t\t}\n\n\t\treturn master.promise();\n\t}\n} );\n\n\n// These usually indicate a programmer mistake during development,\n// warn about them ASAP rather than swallowing them by default.\nvar rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;\n\njQuery.Deferred.exceptionHook = function( error, stack ) {\n\n\t// Support: IE 8 - 9 only\n\t// Console exists when dev tools are open, which can happen at any time\n\tif ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) {\n\t\twindow.console.warn( \"jQuery.Deferred exception: \" + error.message, error.stack, stack );\n\t}\n};\n\n\n\n\njQuery.readyException = function( error ) {\n\twindow.setTimeout( function() {\n\t\tthrow error;\n\t} );\n};\n\n\n\n\n// The deferred used on DOM ready\nvar readyList = jQuery.Deferred();\n\njQuery.fn.ready = function( fn ) {\n\n\treadyList\n\t\t.then( fn )\n\n\t\t// Wrap jQuery.readyException in a function so that the lookup\n\t\t// happens at the time of error handling instead of callback\n\t\t// registration.\n\t\t.catch( function( error ) {\n\t\t\tjQuery.readyException( error );\n\t\t} );\n\n\treturn this;\n};\n\njQuery.extend( {\n\n\t// Is the DOM ready to be used? Set to true once it occurs.\n\tisReady: false,\n\n\t// A counter to track how many items to wait for before\n\t// the ready event fires. See #6781\n\treadyWait: 1,\n\n\t// Handle when the DOM is ready\n\tready: function( wait ) {\n\n\t\t// Abort if there are pending holds or we're already ready\n\t\tif ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Remember that the DOM is ready\n\t\tjQuery.isReady = true;\n\n\t\t// If a normal DOM Ready event fired, decrement, and wait if need be\n\t\tif ( wait !== true && --jQuery.readyWait > 0 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// If there are functions bound, to execute\n\t\treadyList.resolveWith( document, [ jQuery ] );\n\t}\n} );\n\njQuery.ready.then = readyList.then;\n\n// The ready event handler and self cleanup method\nfunction completed() {\n\tdocument.removeEventListener( \"DOMContentLoaded\", completed );\n\twindow.removeEventListener( \"load\", completed );\n\tjQuery.ready();\n}\n\n// Catch cases where $(document).ready() is called\n// after the browser event has already occurred.\n// Support: IE <=9 - 10 only\n// Older IE sometimes signals \"interactive\" too soon\nif ( document.readyState === \"complete\" ||\n\t( document.readyState !== \"loading\" && !document.documentElement.doScroll ) ) {\n\n\t// Handle it asynchronously to allow scripts the opportunity to delay ready\n\twindow.setTimeout( jQuery.ready );\n\n} else {\n\n\t// Use the handy event callback\n\tdocument.addEventListener( \"DOMContentLoaded\", completed );\n\n\t// A fallback to window.onload, that will always work\n\twindow.addEventListener( \"load\", completed );\n}\n\n\n\n\n// Multifunctional method to get and set values of a collection\n// The value/s can optionally be executed if it's a function\nvar access = function( elems, fn, key, value, chainable, emptyGet, raw ) {\n\tvar i = 0,\n\t\tlen = elems.length,\n\t\tbulk = key == null;\n\n\t// Sets many values\n\tif ( toType( key ) === \"object\" ) {\n\t\tchainable = true;\n\t\tfor ( i in key ) {\n\t\t\taccess( elems, fn, i, key[ i ], true, emptyGet, raw );\n\t\t}\n\n\t// Sets one value\n\t} else if ( value !== undefined ) {\n\t\tchainable = true;\n\n\t\tif ( !isFunction( value ) ) {\n\t\t\traw = true;\n\t\t}\n\n\t\tif ( bulk ) {\n\n\t\t\t// Bulk operations run against the entire set\n\t\t\tif ( raw ) {\n\t\t\t\tfn.call( elems, value );\n\t\t\t\tfn = null;\n\n\t\t\t// ...except when executing function values\n\t\t\t} else {\n\t\t\t\tbulk = fn;\n\t\t\t\tfn = function( elem, _key, value ) {\n\t\t\t\t\treturn bulk.call( jQuery( elem ), value );\n\t\t\t\t};\n\t\t\t}\n\t\t}\n\n\t\tif ( fn ) {\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\tfn(\n\t\t\t\t\telems[ i ], key, raw ?\n\t\t\t\t\tvalue :\n\t\t\t\t\tvalue.call( elems[ i ], i, fn( elems[ i ], key ) )\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( chainable ) {\n\t\treturn elems;\n\t}\n\n\t// Gets\n\tif ( bulk ) {\n\t\treturn fn.call( elems );\n\t}\n\n\treturn len ? fn( elems[ 0 ], key ) : emptyGet;\n};\n\n\n// Matches dashed string for camelizing\nvar rmsPrefix = /^-ms-/,\n\trdashAlpha = /-([a-z])/g;\n\n// Used by camelCase as callback to replace()\nfunction fcamelCase( _all, letter ) {\n\treturn letter.toUpperCase();\n}\n\n// Convert dashed to camelCase; used by the css and data modules\n// Support: IE <=9 - 11, Edge 12 - 15\n// Microsoft forgot to hump their vendor prefix (#9572)\nfunction camelCase( string ) {\n\treturn string.replace( rmsPrefix, \"ms-\" ).replace( rdashAlpha, fcamelCase );\n}\nvar acceptData = function( owner ) {\n\n\t// Accepts only:\n\t// - Node\n\t// - Node.ELEMENT_NODE\n\t// - Node.DOCUMENT_NODE\n\t// - Object\n\t// - Any\n\treturn owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );\n};\n\n\n\n\nfunction Data() {\n\tthis.expando = jQuery.expando + Data.uid++;\n}\n\nData.uid = 1;\n\nData.prototype = {\n\n\tcache: function( owner ) {\n\n\t\t// Check if the owner object already has a cache\n\t\tvar value = owner[ this.expando ];\n\n\t\t// If not, create one\n\t\tif ( !value ) {\n\t\t\tvalue = {};\n\n\t\t\t// We can accept data for non-element nodes in modern browsers,\n\t\t\t// but we should not, see #8335.\n\t\t\t// Always return an empty object.\n\t\t\tif ( acceptData( owner ) ) {\n\n\t\t\t\t// If it is a node unlikely to be stringify-ed or looped over\n\t\t\t\t// use plain assignment\n\t\t\t\tif ( owner.nodeType ) {\n\t\t\t\t\towner[ this.expando ] = value;\n\n\t\t\t\t// Otherwise secure it in a non-enumerable property\n\t\t\t\t// configurable must be true to allow the property to be\n\t\t\t\t// deleted when data is removed\n\t\t\t\t} else {\n\t\t\t\t\tObject.defineProperty( owner, this.expando, {\n\t\t\t\t\t\tvalue: value,\n\t\t\t\t\t\tconfigurable: true\n\t\t\t\t\t} );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn value;\n\t},\n\tset: function( owner, data, value ) {\n\t\tvar prop,\n\t\t\tcache = this.cache( owner );\n\n\t\t// Handle: [ owner, key, value ] args\n\t\t// Always use camelCase key (gh-2257)\n\t\tif ( typeof data === \"string\" ) {\n\t\t\tcache[ camelCase( data ) ] = value;\n\n\t\t// Handle: [ owner, { properties } ] args\n\t\t} else {\n\n\t\t\t// Copy the properties one-by-one to the cache object\n\t\t\tfor ( prop in data ) {\n\t\t\t\tcache[ camelCase( prop ) ] = data[ prop ];\n\t\t\t}\n\t\t}\n\t\treturn cache;\n\t},\n\tget: function( owner, key ) {\n\t\treturn key === undefined ?\n\t\t\tthis.cache( owner ) :\n\n\t\t\t// Always use camelCase key (gh-2257)\n\t\t\towner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ];\n\t},\n\taccess: function( owner, key, value ) {\n\n\t\t// In cases where either:\n\t\t//\n\t\t// 1. No key was specified\n\t\t// 2. A string key was specified, but no value provided\n\t\t//\n\t\t// Take the \"read\" path and allow the get method to determine\n\t\t// which value to return, respectively either:\n\t\t//\n\t\t// 1. The entire cache object\n\t\t// 2. The data stored at the key\n\t\t//\n\t\tif ( key === undefined ||\n\t\t\t\t( ( key && typeof key === \"string\" ) && value === undefined ) ) {\n\n\t\t\treturn this.get( owner, key );\n\t\t}\n\n\t\t// When the key is not a string, or both a key and value\n\t\t// are specified, set or extend (existing objects) with either:\n\t\t//\n\t\t// 1. An object of properties\n\t\t// 2. A key and value\n\t\t//\n\t\tthis.set( owner, key, value );\n\n\t\t// Since the \"set\" path can have two possible entry points\n\t\t// return the expected data based on which path was taken[*]\n\t\treturn value !== undefined ? value : key;\n\t},\n\tremove: function( owner, key ) {\n\t\tvar i,\n\t\t\tcache = owner[ this.expando ];\n\n\t\tif ( cache === undefined ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( key !== undefined ) {\n\n\t\t\t// Support array or space separated string of keys\n\t\t\tif ( Array.isArray( key ) ) {\n\n\t\t\t\t// If key is an array of keys...\n\t\t\t\t// We always set camelCase keys, so remove that.\n\t\t\t\tkey = key.map( camelCase );\n\t\t\t} else {\n\t\t\t\tkey = camelCase( key );\n\n\t\t\t\t// If a key with the spaces exists, use it.\n\t\t\t\t// Otherwise, create an array by matching non-whitespace\n\t\t\t\tkey = key in cache ?\n\t\t\t\t\t[ key ] :\n\t\t\t\t\t( key.match( rnothtmlwhite ) || [] );\n\t\t\t}\n\n\t\t\ti = key.length;\n\n\t\t\twhile ( i-- ) {\n\t\t\t\tdelete cache[ key[ i ] ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove the expando if there's no more data\n\t\tif ( key === undefined || jQuery.isEmptyObject( cache ) ) {\n\n\t\t\t// Support: Chrome <=35 - 45\n\t\t\t// Webkit & Blink performance suffers when deleting properties\n\t\t\t// from DOM nodes, so set to undefined instead\n\t\t\t// https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted)\n\t\t\tif ( owner.nodeType ) {\n\t\t\t\towner[ this.expando ] = undefined;\n\t\t\t} else {\n\t\t\t\tdelete owner[ this.expando ];\n\t\t\t}\n\t\t}\n\t},\n\thasData: function( owner ) {\n\t\tvar cache = owner[ this.expando ];\n\t\treturn cache !== undefined && !jQuery.isEmptyObject( cache );\n\t}\n};\nvar dataPriv = new Data();\n\nvar dataUser = new Data();\n\n\n\n//\tImplementation Summary\n//\n//\t1. Enforce API surface and semantic compatibility with 1.9.x branch\n//\t2. Improve the module's maintainability by reducing the storage\n//\t\tpaths to a single mechanism.\n//\t3. Use the same single mechanism to support \"private\" and \"user\" data.\n//\t4. _Never_ expose \"private\" data to user code (TODO: Drop _data, _removeData)\n//\t5. Avoid exposing implementation details on user objects (eg. expando properties)\n//\t6. Provide a clear path for implementation upgrade to WeakMap in 2014\n\nvar rbrace = /^(?:\\{[\\w\\W]*\\}|\\[[\\w\\W]*\\])$/,\n\trmultiDash = /[A-Z]/g;\n\nfunction getData( data ) {\n\tif ( data === \"true\" ) {\n\t\treturn true;\n\t}\n\n\tif ( data === \"false\" ) {\n\t\treturn false;\n\t}\n\n\tif ( data === \"null\" ) {\n\t\treturn null;\n\t}\n\n\t// Only convert to a number if it doesn't change the string\n\tif ( data === +data + \"\" ) {\n\t\treturn +data;\n\t}\n\n\tif ( rbrace.test( data ) ) {\n\t\treturn JSON.parse( data );\n\t}\n\n\treturn data;\n}\n\nfunction dataAttr( elem, key, data ) {\n\tvar name;\n\n\t// If nothing was found internally, try to fetch any\n\t// data from the HTML5 data-* attribute\n\tif ( data === undefined && elem.nodeType === 1 ) {\n\t\tname = \"data-\" + key.replace( rmultiDash, \"-$&\" ).toLowerCase();\n\t\tdata = elem.getAttribute( name );\n\n\t\tif ( typeof data === \"string\" ) {\n\t\t\ttry {\n\t\t\t\tdata = getData( data );\n\t\t\t} catch ( e ) {}\n\n\t\t\t// Make sure we set the data so it isn't changed later\n\t\t\tdataUser.set( elem, key, data );\n\t\t} else {\n\t\t\tdata = undefined;\n\t\t}\n\t}\n\treturn data;\n}\n\njQuery.extend( {\n\thasData: function( elem ) {\n\t\treturn dataUser.hasData( elem ) || dataPriv.hasData( elem );\n\t},\n\n\tdata: function( elem, name, data ) {\n\t\treturn dataUser.access( elem, name, data );\n\t},\n\n\tremoveData: function( elem, name ) {\n\t\tdataUser.remove( elem, name );\n\t},\n\n\t// TODO: Now that all calls to _data and _removeData have been replaced\n\t// with direct calls to dataPriv methods, these can be deprecated.\n\t_data: function( elem, name, data ) {\n\t\treturn dataPriv.access( elem, name, data );\n\t},\n\n\t_removeData: function( elem, name ) {\n\t\tdataPriv.remove( elem, name );\n\t}\n} );\n\njQuery.fn.extend( {\n\tdata: function( key, value ) {\n\t\tvar i, name, data,\n\t\t\telem = this[ 0 ],\n\t\t\tattrs = elem && elem.attributes;\n\n\t\t// Gets all values\n\t\tif ( key === undefined ) {\n\t\t\tif ( this.length ) {\n\t\t\t\tdata = dataUser.get( elem );\n\n\t\t\t\tif ( elem.nodeType === 1 && !dataPriv.get( elem, \"hasDataAttrs\" ) ) {\n\t\t\t\t\ti = attrs.length;\n\t\t\t\t\twhile ( i-- ) {\n\n\t\t\t\t\t\t// Support: IE 11 only\n\t\t\t\t\t\t// The attrs elements can be null (#14894)\n\t\t\t\t\t\tif ( attrs[ i ] ) {\n\t\t\t\t\t\t\tname = attrs[ i ].name;\n\t\t\t\t\t\t\tif ( name.indexOf( \"data-\" ) === 0 ) {\n\t\t\t\t\t\t\t\tname = camelCase( name.slice( 5 ) );\n\t\t\t\t\t\t\t\tdataAttr( elem, name, data[ name ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tdataPriv.set( elem, \"hasDataAttrs\", true );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn data;\n\t\t}\n\n\t\t// Sets multiple values\n\t\tif ( typeof key === \"object\" ) {\n\t\t\treturn this.each( function() {\n\t\t\t\tdataUser.set( this, key );\n\t\t\t} );\n\t\t}\n\n\t\treturn access( this, function( value ) {\n\t\t\tvar data;\n\n\t\t\t// The calling jQuery object (element matches) is not empty\n\t\t\t// (and therefore has an element appears at this[ 0 ]) and the\n\t\t\t// `value` parameter was not undefined. An empty jQuery object\n\t\t\t// will result in `undefined` for elem = this[ 0 ] which will\n\t\t\t// throw an exception if an attempt to read a data cache is made.\n\t\t\tif ( elem && value === undefined ) {\n\n\t\t\t\t// Attempt to get data from the cache\n\t\t\t\t// The key will always be camelCased in Data\n\t\t\t\tdata = dataUser.get( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// Attempt to \"discover\" the data in\n\t\t\t\t// HTML5 custom data-* attrs\n\t\t\t\tdata = dataAttr( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// We tried really hard, but the data doesn't exist.\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Set the data...\n\t\t\tthis.each( function() {\n\n\t\t\t\t// We always store the camelCased key\n\t\t\t\tdataUser.set( this, key, value );\n\t\t\t} );\n\t\t}, null, value, arguments.length > 1, null, true );\n\t},\n\n\tremoveData: function( key ) {\n\t\treturn this.each( function() {\n\t\t\tdataUser.remove( this, key );\n\t\t} );\n\t}\n} );\n\n\njQuery.extend( {\n\tqueue: function( elem, type, data ) {\n\t\tvar queue;\n\n\t\tif ( elem ) {\n\t\t\ttype = ( type || \"fx\" ) + \"queue\";\n\t\t\tqueue = dataPriv.get( elem, type );\n\n\t\t\t// Speed up dequeue by getting out quickly if this is just a lookup\n\t\t\tif ( data ) {\n\t\t\t\tif ( !queue || Array.isArray( data ) ) {\n\t\t\t\t\tqueue = dataPriv.access( elem, type, jQuery.makeArray( data ) );\n\t\t\t\t} else {\n\t\t\t\t\tqueue.push( data );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn queue || [];\n\t\t}\n\t},\n\n\tdequeue: function( elem, type ) {\n\t\ttype = type || \"fx\";\n\n\t\tvar queue = jQuery.queue( elem, type ),\n\t\t\tstartLength = queue.length,\n\t\t\tfn = queue.shift(),\n\t\t\thooks = jQuery._queueHooks( elem, type ),\n\t\t\tnext = function() {\n\t\t\t\tjQuery.dequeue( elem, type );\n\t\t\t};\n\n\t\t// If the fx queue is dequeued, always remove the progress sentinel\n\t\tif ( fn === \"inprogress\" ) {\n\t\t\tfn = queue.shift();\n\t\t\tstartLength--;\n\t\t}\n\n\t\tif ( fn ) {\n\n\t\t\t// Add a progress sentinel to prevent the fx queue from being\n\t\t\t// automatically dequeued\n\t\t\tif ( type === \"fx\" ) {\n\t\t\t\tqueue.unshift( \"inprogress\" );\n\t\t\t}\n\n\t\t\t// Clear up the last queue stop function\n\t\t\tdelete hooks.stop;\n\t\t\tfn.call( elem, next, hooks );\n\t\t}\n\n\t\tif ( !startLength && hooks ) {\n\t\t\thooks.empty.fire();\n\t\t}\n\t},\n\n\t// Not public - generate a queueHooks object, or return the current one\n\t_queueHooks: function( elem, type ) {\n\t\tvar key = type + \"queueHooks\";\n\t\treturn dataPriv.get( elem, key ) || dataPriv.access( elem, key, {\n\t\t\tempty: jQuery.Callbacks( \"once memory\" ).add( function() {\n\t\t\t\tdataPriv.remove( elem, [ type + \"queue\", key ] );\n\t\t\t} )\n\t\t} );\n\t}\n} );\n\njQuery.fn.extend( {\n\tqueue: function( type, data ) {\n\t\tvar setter = 2;\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tdata = type;\n\t\t\ttype = \"fx\";\n\t\t\tsetter--;\n\t\t}\n\n\t\tif ( arguments.length < setter ) {\n\t\t\treturn jQuery.queue( this[ 0 ], type );\n\t\t}\n\n\t\treturn data === undefined ?\n\t\t\tthis :\n\t\t\tthis.each( function() {\n\t\t\t\tvar queue = jQuery.queue( this, type, data );\n\n\t\t\t\t// Ensure a hooks for this queue\n\t\t\t\tjQuery._queueHooks( this, type );\n\n\t\t\t\tif ( type === \"fx\" && queue[ 0 ] !== \"inprogress\" ) {\n\t\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t\t}\n\t\t\t} );\n\t},\n\tdequeue: function( type ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.dequeue( this, type );\n\t\t} );\n\t},\n\tclearQueue: function( type ) {\n\t\treturn this.queue( type || \"fx\", [] );\n\t},\n\n\t// Get a promise resolved when queues of a certain type\n\t// are emptied (fx is the type by default)\n\tpromise: function( type, obj ) {\n\t\tvar tmp,\n\t\t\tcount = 1,\n\t\t\tdefer = jQuery.Deferred(),\n\t\t\telements = this,\n\t\t\ti = this.length,\n\t\t\tresolve = function() {\n\t\t\t\tif ( !( --count ) ) {\n\t\t\t\t\tdefer.resolveWith( elements, [ elements ] );\n\t\t\t\t}\n\t\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tobj = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\ttype = type || \"fx\";\n\n\t\twhile ( i-- ) {\n\t\t\ttmp = dataPriv.get( elements[ i ], type + \"queueHooks\" );\n\t\t\tif ( tmp && tmp.empty ) {\n\t\t\t\tcount++;\n\t\t\t\ttmp.empty.add( resolve );\n\t\t\t}\n\t\t}\n\t\tresolve();\n\t\treturn defer.promise( obj );\n\t}\n} );\nvar pnum = ( /[+-]?(?:\\d*\\.|)\\d+(?:[eE][+-]?\\d+|)/ ).source;\n\nvar rcssNum = new RegExp( \"^(?:([+-])=|)(\" + pnum + \")([a-z%]*)$\", \"i\" );\n\n\nvar cssExpand = [ \"Top\", \"Right\", \"Bottom\", \"Left\" ];\n\nvar documentElement = document.documentElement;\n\n\n\n\tvar isAttached = function( elem ) {\n\t\t\treturn jQuery.contains( elem.ownerDocument, elem );\n\t\t},\n\t\tcomposed = { composed: true };\n\n\t// Support: IE 9 - 11+, Edge 12 - 18+, iOS 10.0 - 10.2 only\n\t// Check attachment across shadow DOM boundaries when possible (gh-3504)\n\t// Support: iOS 10.0-10.2 only\n\t// Early iOS 10 versions support `attachShadow` but not `getRootNode`,\n\t// leading to errors. We need to check for `getRootNode`.\n\tif ( documentElement.getRootNode ) {\n\t\tisAttached = function( elem ) {\n\t\t\treturn jQuery.contains( elem.ownerDocument, elem ) ||\n\t\t\t\telem.getRootNode( composed ) === elem.ownerDocument;\n\t\t};\n\t}\nvar isHiddenWithinTree = function( elem, el ) {\n\n\t\t// isHiddenWithinTree might be called from jQuery#filter function;\n\t\t// in that case, element will be second argument\n\t\telem = el || elem;\n\n\t\t// Inline style trumps all\n\t\treturn elem.style.display === \"none\" ||\n\t\t\telem.style.display === \"\" &&\n\n\t\t\t// Otherwise, check computed style\n\t\t\t// Support: Firefox <=43 - 45\n\t\t\t// Disconnected elements can have computed display: none, so first confirm that elem is\n\t\t\t// in the document.\n\t\t\tisAttached( elem ) &&\n\n\t\t\tjQuery.css( elem, \"display\" ) === \"none\";\n\t};\n\n\n\nfunction adjustCSS( elem, prop, valueParts, tween ) {\n\tvar adjusted, scale,\n\t\tmaxIterations = 20,\n\t\tcurrentValue = tween ?\n\t\t\tfunction() {\n\t\t\t\treturn tween.cur();\n\t\t\t} :\n\t\t\tfunction() {\n\t\t\t\treturn jQuery.css( elem, prop, \"\" );\n\t\t\t},\n\t\tinitial = currentValue(),\n\t\tunit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" ),\n\n\t\t// Starting value computation is required for potential unit mismatches\n\t\tinitialInUnit = elem.nodeType &&\n\t\t\t( jQuery.cssNumber[ prop ] || unit !== \"px\" && +initial ) &&\n\t\t\trcssNum.exec( jQuery.css( elem, prop ) );\n\n\tif ( initialInUnit && initialInUnit[ 3 ] !== unit ) {\n\n\t\t// Support: Firefox <=54\n\t\t// Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144)\n\t\tinitial = initial / 2;\n\n\t\t// Trust units reported by jQuery.css\n\t\tunit = unit || initialInUnit[ 3 ];\n\n\t\t// Iteratively approximate from a nonzero starting point\n\t\tinitialInUnit = +initial || 1;\n\n\t\twhile ( maxIterations-- ) {\n\n\t\t\t// Evaluate and update our best guess (doubling guesses that zero out).\n\t\t\t// Finish if the scale equals or crosses 1 (making the old*new product non-positive).\n\t\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\t\t\tif ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) {\n\t\t\t\tmaxIterations = 0;\n\t\t\t}\n\t\t\tinitialInUnit = initialInUnit / scale;\n\n\t\t}\n\n\t\tinitialInUnit = initialInUnit * 2;\n\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\n\t\t// Make sure we update the tween properties later on\n\t\tvalueParts = valueParts || [];\n\t}\n\n\tif ( valueParts ) {\n\t\tinitialInUnit = +initialInUnit || +initial || 0;\n\n\t\t// Apply relative offset (+=/-=) if specified\n\t\tadjusted = valueParts[ 1 ] ?\n\t\t\tinitialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] :\n\t\t\t+valueParts[ 2 ];\n\t\tif ( tween ) {\n\t\t\ttween.unit = unit;\n\t\t\ttween.start = initialInUnit;\n\t\t\ttween.end = adjusted;\n\t\t}\n\t}\n\treturn adjusted;\n}\n\n\nvar defaultDisplayMap = {};\n\nfunction getDefaultDisplay( elem ) {\n\tvar temp,\n\t\tdoc = elem.ownerDocument,\n\t\tnodeName = elem.nodeName,\n\t\tdisplay = defaultDisplayMap[ nodeName ];\n\n\tif ( display ) {\n\t\treturn display;\n\t}\n\n\ttemp = doc.body.appendChild( doc.createElement( nodeName ) );\n\tdisplay = jQuery.css( temp, \"display\" );\n\n\ttemp.parentNode.removeChild( temp );\n\n\tif ( display === \"none\" ) {\n\t\tdisplay = \"block\";\n\t}\n\tdefaultDisplayMap[ nodeName ] = display;\n\n\treturn display;\n}\n\nfunction showHide( elements, show ) {\n\tvar display, elem,\n\t\tvalues = [],\n\t\tindex = 0,\n\t\tlength = elements.length;\n\n\t// Determine new display value for elements that need to change\n\tfor ( ; index < length; index++ ) {\n\t\telem = elements[ index ];\n\t\tif ( !elem.style ) {\n\t\t\tcontinue;\n\t\t}\n\n\t\tdisplay = elem.style.display;\n\t\tif ( show ) {\n\n\t\t\t// Since we force visibility upon cascade-hidden elements, an immediate (and slow)\n\t\t\t// check is required in this first loop unless we have a nonempty display value (either\n\t\t\t// inline or about-to-be-restored)\n\t\t\tif ( display === \"none\" ) {\n\t\t\t\tvalues[ index ] = dataPriv.get( elem, \"display\" ) || null;\n\t\t\t\tif ( !values[ index ] ) {\n\t\t\t\t\telem.style.display = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t\tif ( elem.style.display === \"\" && isHiddenWithinTree( elem ) ) {\n\t\t\t\tvalues[ index ] = getDefaultDisplay( elem );\n\t\t\t}\n\t\t} else {\n\t\t\tif ( display !== \"none\" ) {\n\t\t\t\tvalues[ index ] = \"none\";\n\n\t\t\t\t// Remember what we're overwriting\n\t\t\t\tdataPriv.set( elem, \"display\", display );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Set the display of the elements in a second loop to avoid constant reflow\n\tfor ( index = 0; index < length; index++ ) {\n\t\tif ( values[ index ] != null ) {\n\t\t\telements[ index ].style.display = values[ index ];\n\t\t}\n\t}\n\n\treturn elements;\n}\n\njQuery.fn.extend( {\n\tshow: function() {\n\t\treturn showHide( this, true );\n\t},\n\thide: function() {\n\t\treturn showHide( this );\n\t},\n\ttoggle: function( state ) {\n\t\tif ( typeof state === \"boolean\" ) {\n\t\t\treturn state ? this.show() : this.hide();\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tif ( isHiddenWithinTree( this ) ) {\n\t\t\t\tjQuery( this ).show();\n\t\t\t} else {\n\t\t\t\tjQuery( this ).hide();\n\t\t\t}\n\t\t} );\n\t}\n} );\nvar rcheckableType = ( /^(?:checkbox|radio)$/i );\n\nvar rtagName = ( /<([a-z][^\\/\\0>\\x20\\t\\r\\n\\f]*)/i );\n\nvar rscriptType = ( /^$|^module$|\\/(?:java|ecma)script/i );\n\n\n\n( function() {\n\tvar fragment = document.createDocumentFragment(),\n\t\tdiv = fragment.appendChild( document.createElement( \"div\" ) ),\n\t\tinput = document.createElement( \"input\" );\n\n\t// Support: Android 4.0 - 4.3 only\n\t// Check state lost if the name is set (#11217)\n\t// Support: Windows Web Apps (WWA)\n\t// `name` and `type` must use .setAttribute for WWA (#14901)\n\tinput.setAttribute( \"type\", \"radio\" );\n\tinput.setAttribute( \"checked\", \"checked\" );\n\tinput.setAttribute( \"name\", \"t\" );\n\n\tdiv.appendChild( input );\n\n\t// Support: Android <=4.1 only\n\t// Older WebKit doesn't clone checked state correctly in fragments\n\tsupport.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;\n\n\t// Support: IE <=11 only\n\t// Make sure textarea (and checkbox) defaultValue is properly cloned\n\tdiv.innerHTML = \"\";\n\tsupport.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;\n\n\t// Support: IE <=9 only\n\t// IE <=9 replaces \";\n\tsupport.option = !!div.lastChild;\n} )();\n\n\n// We have to close these tags to support XHTML (#13200)\nvar wrapMap = {\n\n\t// XHTML parsers do not magically insert elements in the\n\t// same way that tag soup parsers do. So we cannot shorten\n\t// this by omitting or other required elements.\n\tthead: [ 1, \"\", \"
\" ],\n\tcol: [ 2, \"\", \"
\" ],\n\ttr: [ 2, \"\", \"
\" ],\n\ttd: [ 3, \"\", \"
\" ],\n\n\t_default: [ 0, \"\", \"\" ]\n};\n\nwrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;\nwrapMap.th = wrapMap.td;\n\n// Support: IE <=9 only\nif ( !support.option ) {\n\twrapMap.optgroup = wrapMap.option = [ 1, \"\" ];\n}\n\n\nfunction getAll( context, tag ) {\n\n\t// Support: IE <=9 - 11 only\n\t// Use typeof to avoid zero-argument method invocation on host objects (#15151)\n\tvar ret;\n\n\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\tret = context.getElementsByTagName( tag || \"*\" );\n\n\t} else if ( typeof context.querySelectorAll !== \"undefined\" ) {\n\t\tret = context.querySelectorAll( tag || \"*\" );\n\n\t} else {\n\t\tret = [];\n\t}\n\n\tif ( tag === undefined || tag && nodeName( context, tag ) ) {\n\t\treturn jQuery.merge( [ context ], ret );\n\t}\n\n\treturn ret;\n}\n\n\n// Mark scripts as having already been evaluated\nfunction setGlobalEval( elems, refElements ) {\n\tvar i = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\tdataPriv.set(\n\t\t\telems[ i ],\n\t\t\t\"globalEval\",\n\t\t\t!refElements || dataPriv.get( refElements[ i ], \"globalEval\" )\n\t\t);\n\t}\n}\n\n\nvar rhtml = /<|&#?\\w+;/;\n\nfunction buildFragment( elems, context, scripts, selection, ignored ) {\n\tvar elem, tmp, tag, wrap, attached, j,\n\t\tfragment = context.createDocumentFragment(),\n\t\tnodes = [],\n\t\ti = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\telem = elems[ i ];\n\n\t\tif ( elem || elem === 0 ) {\n\n\t\t\t// Add nodes directly\n\t\t\tif ( toType( elem ) === \"object\" ) {\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\tjQuery.merge( nodes, elem.nodeType ? [ elem ] : elem );\n\n\t\t\t// Convert non-html into a text node\n\t\t\t} else if ( !rhtml.test( elem ) ) {\n\t\t\t\tnodes.push( context.createTextNode( elem ) );\n\n\t\t\t// Convert html into DOM nodes\n\t\t\t} else {\n\t\t\t\ttmp = tmp || fragment.appendChild( context.createElement( \"div\" ) );\n\n\t\t\t\t// Deserialize a standard representation\n\t\t\t\ttag = ( rtagName.exec( elem ) || [ \"\", \"\" ] )[ 1 ].toLowerCase();\n\t\t\t\twrap = wrapMap[ tag ] || wrapMap._default;\n\t\t\t\ttmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ];\n\n\t\t\t\t// Descend through wrappers to the right content\n\t\t\t\tj = wrap[ 0 ];\n\t\t\t\twhile ( j-- ) {\n\t\t\t\t\ttmp = tmp.lastChild;\n\t\t\t\t}\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\tjQuery.merge( nodes, tmp.childNodes );\n\n\t\t\t\t// Remember the top-level container\n\t\t\t\ttmp = fragment.firstChild;\n\n\t\t\t\t// Ensure the created nodes are orphaned (#12392)\n\t\t\t\ttmp.textContent = \"\";\n\t\t\t}\n\t\t}\n\t}\n\n\t// Remove wrapper from fragment\n\tfragment.textContent = \"\";\n\n\ti = 0;\n\twhile ( ( elem = nodes[ i++ ] ) ) {\n\n\t\t// Skip elements already in the context collection (trac-4087)\n\t\tif ( selection && jQuery.inArray( elem, selection ) > -1 ) {\n\t\t\tif ( ignored ) {\n\t\t\t\tignored.push( elem );\n\t\t\t}\n\t\t\tcontinue;\n\t\t}\n\n\t\tattached = isAttached( elem );\n\n\t\t// Append to fragment\n\t\ttmp = getAll( fragment.appendChild( elem ), \"script\" );\n\n\t\t// Preserve script evaluation history\n\t\tif ( attached ) {\n\t\t\tsetGlobalEval( tmp );\n\t\t}\n\n\t\t// Capture executables\n\t\tif ( scripts ) {\n\t\t\tj = 0;\n\t\t\twhile ( ( elem = tmp[ j++ ] ) ) {\n\t\t\t\tif ( rscriptType.test( elem.type || \"\" ) ) {\n\t\t\t\t\tscripts.push( elem );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn fragment;\n}\n\n\nvar\n\trkeyEvent = /^key/,\n\trmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/,\n\trtypenamespace = /^([^.]*)(?:\\.(.+)|)/;\n\nfunction returnTrue() {\n\treturn true;\n}\n\nfunction returnFalse() {\n\treturn false;\n}\n\n// Support: IE <=9 - 11+\n// focus() and blur() are asynchronous, except when they are no-op.\n// So expect focus to be synchronous when the element is already active,\n// and blur to be synchronous when the element is not already active.\n// (focus and blur are always synchronous in other supported browsers,\n// this just defines when we can count on it).\nfunction expectSync( elem, type ) {\n\treturn ( elem === safeActiveElement() ) === ( type === \"focus\" );\n}\n\n// Support: IE <=9 only\n// Accessing document.activeElement can throw unexpectedly\n// https://bugs.jquery.com/ticket/13393\nfunction safeActiveElement() {\n\ttry {\n\t\treturn document.activeElement;\n\t} catch ( err ) { }\n}\n\nfunction on( elem, types, selector, data, fn, one ) {\n\tvar origFn, type;\n\n\t// Types can be a map of types/handlers\n\tif ( typeof types === \"object\" ) {\n\n\t\t// ( types-Object, selector, data )\n\t\tif ( typeof selector !== \"string\" ) {\n\n\t\t\t// ( types-Object, data )\n\t\t\tdata = data || selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tfor ( type in types ) {\n\t\t\ton( elem, type, selector, data, types[ type ], one );\n\t\t}\n\t\treturn elem;\n\t}\n\n\tif ( data == null && fn == null ) {\n\n\t\t// ( types, fn )\n\t\tfn = selector;\n\t\tdata = selector = undefined;\n\t} else if ( fn == null ) {\n\t\tif ( typeof selector === \"string\" ) {\n\n\t\t\t// ( types, selector, fn )\n\t\t\tfn = data;\n\t\t\tdata = undefined;\n\t\t} else {\n\n\t\t\t// ( types, data, fn )\n\t\t\tfn = data;\n\t\t\tdata = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t}\n\tif ( fn === false ) {\n\t\tfn = returnFalse;\n\t} else if ( !fn ) {\n\t\treturn elem;\n\t}\n\n\tif ( one === 1 ) {\n\t\torigFn = fn;\n\t\tfn = function( event ) {\n\n\t\t\t// Can use an empty set, since event contains the info\n\t\t\tjQuery().off( event );\n\t\t\treturn origFn.apply( this, arguments );\n\t\t};\n\n\t\t// Use same guid so caller can remove using origFn\n\t\tfn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );\n\t}\n\treturn elem.each( function() {\n\t\tjQuery.event.add( this, types, fn, data, selector );\n\t} );\n}\n\n/*\n * Helper functions for managing events -- not part of the public interface.\n * Props to Dean Edwards' addEvent library for many of the ideas.\n */\njQuery.event = {\n\n\tglobal: {},\n\n\tadd: function( elem, types, handler, data, selector ) {\n\n\t\tvar handleObjIn, eventHandle, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.get( elem );\n\n\t\t// Only attach events to objects that accept data\n\t\tif ( !acceptData( elem ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Caller can pass in an object of custom data in lieu of the handler\n\t\tif ( handler.handler ) {\n\t\t\thandleObjIn = handler;\n\t\t\thandler = handleObjIn.handler;\n\t\t\tselector = handleObjIn.selector;\n\t\t}\n\n\t\t// Ensure that invalid selectors throw exceptions at attach time\n\t\t// Evaluate against documentElement in case elem is a non-element node (e.g., document)\n\t\tif ( selector ) {\n\t\t\tjQuery.find.matchesSelector( documentElement, selector );\n\t\t}\n\n\t\t// Make sure that the handler has a unique ID, used to find/remove it later\n\t\tif ( !handler.guid ) {\n\t\t\thandler.guid = jQuery.guid++;\n\t\t}\n\n\t\t// Init the element's event structure and main handler, if this is the first\n\t\tif ( !( events = elemData.events ) ) {\n\t\t\tevents = elemData.events = Object.create( null );\n\t\t}\n\t\tif ( !( eventHandle = elemData.handle ) ) {\n\t\t\teventHandle = elemData.handle = function( e ) {\n\n\t\t\t\t// Discard the second event of a jQuery.event.trigger() and\n\t\t\t\t// when an event is called after a page has unloaded\n\t\t\t\treturn typeof jQuery !== \"undefined\" && jQuery.event.triggered !== e.type ?\n\t\t\t\t\tjQuery.event.dispatch.apply( elem, arguments ) : undefined;\n\t\t\t};\n\t\t}\n\n\t\t// Handle multiple events separated by a space\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ] ) || [];\n\t\t\ttype = origType = tmp[ 1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// There *must* be a type, no attaching namespace-only handlers\n\t\t\tif ( !type ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// If event changes its type, use the special event handlers for the changed type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// If selector defined, determine special event api type, otherwise given type\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\n\t\t\t// Update special based on newly reset type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// handleObj is passed to all event handlers\n\t\t\thandleObj = jQuery.extend( {\n\t\t\t\ttype: type,\n\t\t\t\torigType: origType,\n\t\t\t\tdata: data,\n\t\t\t\thandler: handler,\n\t\t\t\tguid: handler.guid,\n\t\t\t\tselector: selector,\n\t\t\t\tneedsContext: selector && jQuery.expr.match.needsContext.test( selector ),\n\t\t\t\tnamespace: namespaces.join( \".\" )\n\t\t\t}, handleObjIn );\n\n\t\t\t// Init the event handler queue if we're the first\n\t\t\tif ( !( handlers = events[ type ] ) ) {\n\t\t\t\thandlers = events[ type ] = [];\n\t\t\t\thandlers.delegateCount = 0;\n\n\t\t\t\t// Only use addEventListener if the special events handler returns false\n\t\t\t\tif ( !special.setup ||\n\t\t\t\t\tspecial.setup.call( elem, data, namespaces, eventHandle ) === false ) {\n\n\t\t\t\t\tif ( elem.addEventListener ) {\n\t\t\t\t\t\telem.addEventListener( type, eventHandle );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( special.add ) {\n\t\t\t\tspecial.add.call( elem, handleObj );\n\n\t\t\t\tif ( !handleObj.handler.guid ) {\n\t\t\t\t\thandleObj.handler.guid = handler.guid;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Add to the element's handler list, delegates in front\n\t\t\tif ( selector ) {\n\t\t\t\thandlers.splice( handlers.delegateCount++, 0, handleObj );\n\t\t\t} else {\n\t\t\t\thandlers.push( handleObj );\n\t\t\t}\n\n\t\t\t// Keep track of which events have ever been used, for event optimization\n\t\t\tjQuery.event.global[ type ] = true;\n\t\t}\n\n\t},\n\n\t// Detach an event or set of events from an element\n\tremove: function( elem, types, handler, selector, mappedTypes ) {\n\n\t\tvar j, origCount, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.hasData( elem ) && dataPriv.get( elem );\n\n\t\tif ( !elemData || !( events = elemData.events ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Once for each type.namespace in types; type may be omitted\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ] ) || [];\n\t\t\ttype = origType = tmp[ 1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// Unbind all events (on this namespace, if provided) for the element\n\t\t\tif ( !type ) {\n\t\t\t\tfor ( type in events ) {\n\t\t\t\t\tjQuery.event.remove( elem, type + types[ t ], handler, selector, true );\n\t\t\t\t}\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\t\t\thandlers = events[ type ] || [];\n\t\t\ttmp = tmp[ 2 ] &&\n\t\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" );\n\n\t\t\t// Remove matching events\n\t\t\torigCount = j = handlers.length;\n\t\t\twhile ( j-- ) {\n\t\t\t\thandleObj = handlers[ j ];\n\n\t\t\t\tif ( ( mappedTypes || origType === handleObj.origType ) &&\n\t\t\t\t\t( !handler || handler.guid === handleObj.guid ) &&\n\t\t\t\t\t( !tmp || tmp.test( handleObj.namespace ) ) &&\n\t\t\t\t\t( !selector || selector === handleObj.selector ||\n\t\t\t\t\t\tselector === \"**\" && handleObj.selector ) ) {\n\t\t\t\t\thandlers.splice( j, 1 );\n\n\t\t\t\t\tif ( handleObj.selector ) {\n\t\t\t\t\t\thandlers.delegateCount--;\n\t\t\t\t\t}\n\t\t\t\t\tif ( special.remove ) {\n\t\t\t\t\t\tspecial.remove.call( elem, handleObj );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Remove generic event handler if we removed something and no more handlers exist\n\t\t\t// (avoids potential for endless recursion during removal of special event handlers)\n\t\t\tif ( origCount && !handlers.length ) {\n\t\t\t\tif ( !special.teardown ||\n\t\t\t\t\tspecial.teardown.call( elem, namespaces, elemData.handle ) === false ) {\n\n\t\t\t\t\tjQuery.removeEvent( elem, type, elemData.handle );\n\t\t\t\t}\n\n\t\t\t\tdelete events[ type ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove data and the expando if it's no longer used\n\t\tif ( jQuery.isEmptyObject( events ) ) {\n\t\t\tdataPriv.remove( elem, \"handle events\" );\n\t\t}\n\t},\n\n\tdispatch: function( nativeEvent ) {\n\n\t\tvar i, j, ret, matched, handleObj, handlerQueue,\n\t\t\targs = new Array( arguments.length ),\n\n\t\t\t// Make a writable jQuery.Event from the native event object\n\t\t\tevent = jQuery.event.fix( nativeEvent ),\n\n\t\t\thandlers = (\n\t\t\t\t\tdataPriv.get( this, \"events\" ) || Object.create( null )\n\t\t\t\t)[ event.type ] || [],\n\t\t\tspecial = jQuery.event.special[ event.type ] || {};\n\n\t\t// Use the fix-ed jQuery.Event rather than the (read-only) native event\n\t\targs[ 0 ] = event;\n\n\t\tfor ( i = 1; i < arguments.length; i++ ) {\n\t\t\targs[ i ] = arguments[ i ];\n\t\t}\n\n\t\tevent.delegateTarget = this;\n\n\t\t// Call the preDispatch hook for the mapped type, and let it bail if desired\n\t\tif ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine handlers\n\t\thandlerQueue = jQuery.event.handlers.call( this, event, handlers );\n\n\t\t// Run delegates first; they may want to stop propagation beneath us\n\t\ti = 0;\n\t\twhile ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tevent.currentTarget = matched.elem;\n\n\t\t\tj = 0;\n\t\t\twhile ( ( handleObj = matched.handlers[ j++ ] ) &&\n\t\t\t\t!event.isImmediatePropagationStopped() ) {\n\n\t\t\t\t// If the event is namespaced, then each handler is only invoked if it is\n\t\t\t\t// specially universal or its namespaces are a superset of the event's.\n\t\t\t\tif ( !event.rnamespace || handleObj.namespace === false ||\n\t\t\t\t\tevent.rnamespace.test( handleObj.namespace ) ) {\n\n\t\t\t\t\tevent.handleObj = handleObj;\n\t\t\t\t\tevent.data = handleObj.data;\n\n\t\t\t\t\tret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle ||\n\t\t\t\t\t\thandleObj.handler ).apply( matched.elem, args );\n\n\t\t\t\t\tif ( ret !== undefined ) {\n\t\t\t\t\t\tif ( ( event.result = ret ) === false ) {\n\t\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Call the postDispatch hook for the mapped type\n\t\tif ( special.postDispatch ) {\n\t\t\tspecial.postDispatch.call( this, event );\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\thandlers: function( event, handlers ) {\n\t\tvar i, handleObj, sel, matchedHandlers, matchedSelectors,\n\t\t\thandlerQueue = [],\n\t\t\tdelegateCount = handlers.delegateCount,\n\t\t\tcur = event.target;\n\n\t\t// Find delegate handlers\n\t\tif ( delegateCount &&\n\n\t\t\t// Support: IE <=9\n\t\t\t// Black-hole SVG instance trees (trac-13180)\n\t\t\tcur.nodeType &&\n\n\t\t\t// Support: Firefox <=42\n\t\t\t// Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861)\n\t\t\t// https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click\n\t\t\t// Support: IE 11 only\n\t\t\t// ...but not arrow key \"clicks\" of radio inputs, which can have `button` -1 (gh-2343)\n\t\t\t!( event.type === \"click\" && event.button >= 1 ) ) {\n\n\t\t\tfor ( ; cur !== this; cur = cur.parentNode || this ) {\n\n\t\t\t\t// Don't check non-elements (#13208)\n\t\t\t\t// Don't process clicks on disabled elements (#6911, #8165, #11382, #11764)\n\t\t\t\tif ( cur.nodeType === 1 && !( event.type === \"click\" && cur.disabled === true ) ) {\n\t\t\t\t\tmatchedHandlers = [];\n\t\t\t\t\tmatchedSelectors = {};\n\t\t\t\t\tfor ( i = 0; i < delegateCount; i++ ) {\n\t\t\t\t\t\thandleObj = handlers[ i ];\n\n\t\t\t\t\t\t// Don't conflict with Object.prototype properties (#13203)\n\t\t\t\t\t\tsel = handleObj.selector + \" \";\n\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] === undefined ) {\n\t\t\t\t\t\t\tmatchedSelectors[ sel ] = handleObj.needsContext ?\n\t\t\t\t\t\t\t\tjQuery( sel, this ).index( cur ) > -1 :\n\t\t\t\t\t\t\t\tjQuery.find( sel, this, null, [ cur ] ).length;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] ) {\n\t\t\t\t\t\t\tmatchedHandlers.push( handleObj );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( matchedHandlers.length ) {\n\t\t\t\t\t\thandlerQueue.push( { elem: cur, handlers: matchedHandlers } );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Add the remaining (directly-bound) handlers\n\t\tcur = this;\n\t\tif ( delegateCount < handlers.length ) {\n\t\t\thandlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } );\n\t\t}\n\n\t\treturn handlerQueue;\n\t},\n\n\taddProp: function( name, hook ) {\n\t\tObject.defineProperty( jQuery.Event.prototype, name, {\n\t\t\tenumerable: true,\n\t\t\tconfigurable: true,\n\n\t\t\tget: isFunction( hook ) ?\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\n\t\t\t\t\t\t\treturn hook( this.originalEvent );\n\t\t\t\t\t}\n\t\t\t\t} :\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\n\t\t\t\t\t\t\treturn this.originalEvent[ name ];\n\t\t\t\t\t}\n\t\t\t\t},\n\n\t\t\tset: function( value ) {\n\t\t\t\tObject.defineProperty( this, name, {\n\t\t\t\t\tenumerable: true,\n\t\t\t\t\tconfigurable: true,\n\t\t\t\t\twritable: true,\n\t\t\t\t\tvalue: value\n\t\t\t\t} );\n\t\t\t}\n\t\t} );\n\t},\n\n\tfix: function( originalEvent ) {\n\t\treturn originalEvent[ jQuery.expando ] ?\n\t\t\toriginalEvent :\n\t\t\tnew jQuery.Event( originalEvent );\n\t},\n\n\tspecial: {\n\t\tload: {\n\n\t\t\t// Prevent triggered image.load events from bubbling to window.load\n\t\t\tnoBubble: true\n\t\t},\n\t\tclick: {\n\n\t\t\t// Utilize native event to ensure correct state for checkable inputs\n\t\t\tsetup: function( data ) {\n\n\t\t\t\t// For mutual compressibility with _default, replace `this` access with a local var.\n\t\t\t\t// `|| data` is dead code meant only to preserve the variable through minification.\n\t\t\t\tvar el = this || data;\n\n\t\t\t\t// Claim the first handler\n\t\t\t\tif ( rcheckableType.test( el.type ) &&\n\t\t\t\t\tel.click && nodeName( el, \"input\" ) ) {\n\n\t\t\t\t\t// dataPriv.set( el, \"click\", ... )\n\t\t\t\t\tleverageNative( el, \"click\", returnTrue );\n\t\t\t\t}\n\n\t\t\t\t// Return false to allow normal processing in the caller\n\t\t\t\treturn false;\n\t\t\t},\n\t\t\ttrigger: function( data ) {\n\n\t\t\t\t// For mutual compressibility with _default, replace `this` access with a local var.\n\t\t\t\t// `|| data` is dead code meant only to preserve the variable through minification.\n\t\t\t\tvar el = this || data;\n\n\t\t\t\t// Force setup before triggering a click\n\t\t\t\tif ( rcheckableType.test( el.type ) &&\n\t\t\t\t\tel.click && nodeName( el, \"input\" ) ) {\n\n\t\t\t\t\tleverageNative( el, \"click\" );\n\t\t\t\t}\n\n\t\t\t\t// Return non-false to allow normal event-path propagation\n\t\t\t\treturn true;\n\t\t\t},\n\n\t\t\t// For cross-browser consistency, suppress native .click() on links\n\t\t\t// Also prevent it if we're currently inside a leveraged native-event stack\n\t\t\t_default: function( event ) {\n\t\t\t\tvar target = event.target;\n\t\t\t\treturn rcheckableType.test( target.type ) &&\n\t\t\t\t\ttarget.click && nodeName( target, \"input\" ) &&\n\t\t\t\t\tdataPriv.get( target, \"click\" ) ||\n\t\t\t\t\tnodeName( target, \"a\" );\n\t\t\t}\n\t\t},\n\n\t\tbeforeunload: {\n\t\t\tpostDispatch: function( event ) {\n\n\t\t\t\t// Support: Firefox 20+\n\t\t\t\t// Firefox doesn't alert if the returnValue field is not set.\n\t\t\t\tif ( event.result !== undefined && event.originalEvent ) {\n\t\t\t\t\tevent.originalEvent.returnValue = event.result;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n};\n\n// Ensure the presence of an event listener that handles manually-triggered\n// synthetic events by interrupting progress until reinvoked in response to\n// *native* events that it fires directly, ensuring that state changes have\n// already occurred before other listeners are invoked.\nfunction leverageNative( el, type, expectSync ) {\n\n\t// Missing expectSync indicates a trigger call, which must force setup through jQuery.event.add\n\tif ( !expectSync ) {\n\t\tif ( dataPriv.get( el, type ) === undefined ) {\n\t\t\tjQuery.event.add( el, type, returnTrue );\n\t\t}\n\t\treturn;\n\t}\n\n\t// Register the controller as a special universal handler for all event namespaces\n\tdataPriv.set( el, type, false );\n\tjQuery.event.add( el, type, {\n\t\tnamespace: false,\n\t\thandler: function( event ) {\n\t\t\tvar notAsync, result,\n\t\t\t\tsaved = dataPriv.get( this, type );\n\n\t\t\tif ( ( event.isTrigger & 1 ) && this[ type ] ) {\n\n\t\t\t\t// Interrupt processing of the outer synthetic .trigger()ed event\n\t\t\t\t// Saved data should be false in such cases, but might be a leftover capture object\n\t\t\t\t// from an async native handler (gh-4350)\n\t\t\t\tif ( !saved.length ) {\n\n\t\t\t\t\t// Store arguments for use when handling the inner native event\n\t\t\t\t\t// There will always be at least one argument (an event object), so this array\n\t\t\t\t\t// will not be confused with a leftover capture object.\n\t\t\t\t\tsaved = slice.call( arguments );\n\t\t\t\t\tdataPriv.set( this, type, saved );\n\n\t\t\t\t\t// Trigger the native event and capture its result\n\t\t\t\t\t// Support: IE <=9 - 11+\n\t\t\t\t\t// focus() and blur() are asynchronous\n\t\t\t\t\tnotAsync = expectSync( this, type );\n\t\t\t\t\tthis[ type ]();\n\t\t\t\t\tresult = dataPriv.get( this, type );\n\t\t\t\t\tif ( saved !== result || notAsync ) {\n\t\t\t\t\t\tdataPriv.set( this, type, false );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tresult = {};\n\t\t\t\t\t}\n\t\t\t\t\tif ( saved !== result ) {\n\n\t\t\t\t\t\t// Cancel the outer synthetic event\n\t\t\t\t\t\tevent.stopImmediatePropagation();\n\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\treturn result.value;\n\t\t\t\t\t}\n\n\t\t\t\t// If this is an inner synthetic event for an event with a bubbling surrogate\n\t\t\t\t// (focus or blur), assume that the surrogate already propagated from triggering the\n\t\t\t\t// native event and prevent that from happening again here.\n\t\t\t\t// This technically gets the ordering wrong w.r.t. to `.trigger()` (in which the\n\t\t\t\t// bubbling surrogate propagates *after* the non-bubbling base), but that seems\n\t\t\t\t// less bad than duplication.\n\t\t\t\t} else if ( ( jQuery.event.special[ type ] || {} ).delegateType ) {\n\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t}\n\n\t\t\t// If this is a native event triggered above, everything is now in order\n\t\t\t// Fire an inner synthetic event with the original arguments\n\t\t\t} else if ( saved.length ) {\n\n\t\t\t\t// ...and capture the result\n\t\t\t\tdataPriv.set( this, type, {\n\t\t\t\t\tvalue: jQuery.event.trigger(\n\n\t\t\t\t\t\t// Support: IE <=9 - 11+\n\t\t\t\t\t\t// Extend with the prototype to reset the above stopImmediatePropagation()\n\t\t\t\t\t\tjQuery.extend( saved[ 0 ], jQuery.Event.prototype ),\n\t\t\t\t\t\tsaved.slice( 1 ),\n\t\t\t\t\t\tthis\n\t\t\t\t\t)\n\t\t\t\t} );\n\n\t\t\t\t// Abort handling of the native event\n\t\t\t\tevent.stopImmediatePropagation();\n\t\t\t}\n\t\t}\n\t} );\n}\n\njQuery.removeEvent = function( elem, type, handle ) {\n\n\t// This \"if\" is needed for plain objects\n\tif ( elem.removeEventListener ) {\n\t\telem.removeEventListener( type, handle );\n\t}\n};\n\njQuery.Event = function( src, props ) {\n\n\t// Allow instantiation without the 'new' keyword\n\tif ( !( this instanceof jQuery.Event ) ) {\n\t\treturn new jQuery.Event( src, props );\n\t}\n\n\t// Event object\n\tif ( src && src.type ) {\n\t\tthis.originalEvent = src;\n\t\tthis.type = src.type;\n\n\t\t// Events bubbling up the document may have been marked as prevented\n\t\t// by a handler lower down the tree; reflect the correct value.\n\t\tthis.isDefaultPrevented = src.defaultPrevented ||\n\t\t\t\tsrc.defaultPrevented === undefined &&\n\n\t\t\t\t// Support: Android <=2.3 only\n\t\t\t\tsrc.returnValue === false ?\n\t\t\treturnTrue :\n\t\t\treturnFalse;\n\n\t\t// Create target properties\n\t\t// Support: Safari <=6 - 7 only\n\t\t// Target should not be a text node (#504, #13143)\n\t\tthis.target = ( src.target && src.target.nodeType === 3 ) ?\n\t\t\tsrc.target.parentNode :\n\t\t\tsrc.target;\n\n\t\tthis.currentTarget = src.currentTarget;\n\t\tthis.relatedTarget = src.relatedTarget;\n\n\t// Event type\n\t} else {\n\t\tthis.type = src;\n\t}\n\n\t// Put explicitly provided properties onto the event object\n\tif ( props ) {\n\t\tjQuery.extend( this, props );\n\t}\n\n\t// Create a timestamp if incoming event doesn't have one\n\tthis.timeStamp = src && src.timeStamp || Date.now();\n\n\t// Mark it as fixed\n\tthis[ jQuery.expando ] = true;\n};\n\n// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding\n// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html\njQuery.Event.prototype = {\n\tconstructor: jQuery.Event,\n\tisDefaultPrevented: returnFalse,\n\tisPropagationStopped: returnFalse,\n\tisImmediatePropagationStopped: returnFalse,\n\tisSimulated: false,\n\n\tpreventDefault: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isDefaultPrevented = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.preventDefault();\n\t\t}\n\t},\n\tstopPropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isPropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopPropagation();\n\t\t}\n\t},\n\tstopImmediatePropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isImmediatePropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopImmediatePropagation();\n\t\t}\n\n\t\tthis.stopPropagation();\n\t}\n};\n\n// Includes all common event props including KeyEvent and MouseEvent specific props\njQuery.each( {\n\taltKey: true,\n\tbubbles: true,\n\tcancelable: true,\n\tchangedTouches: true,\n\tctrlKey: true,\n\tdetail: true,\n\teventPhase: true,\n\tmetaKey: true,\n\tpageX: true,\n\tpageY: true,\n\tshiftKey: true,\n\tview: true,\n\t\"char\": true,\n\tcode: true,\n\tcharCode: true,\n\tkey: true,\n\tkeyCode: true,\n\tbutton: true,\n\tbuttons: true,\n\tclientX: true,\n\tclientY: true,\n\toffsetX: true,\n\toffsetY: true,\n\tpointerId: true,\n\tpointerType: true,\n\tscreenX: true,\n\tscreenY: true,\n\ttargetTouches: true,\n\ttoElement: true,\n\ttouches: true,\n\n\twhich: function( event ) {\n\t\tvar button = event.button;\n\n\t\t// Add which for key events\n\t\tif ( event.which == null && rkeyEvent.test( event.type ) ) {\n\t\t\treturn event.charCode != null ? event.charCode : event.keyCode;\n\t\t}\n\n\t\t// Add which for click: 1 === left; 2 === middle; 3 === right\n\t\tif ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) {\n\t\t\tif ( button & 1 ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\tif ( button & 2 ) {\n\t\t\t\treturn 3;\n\t\t\t}\n\n\t\t\tif ( button & 4 ) {\n\t\t\t\treturn 2;\n\t\t\t}\n\n\t\t\treturn 0;\n\t\t}\n\n\t\treturn event.which;\n\t}\n}, jQuery.event.addProp );\n\njQuery.each( { focus: \"focusin\", blur: \"focusout\" }, function( type, delegateType ) {\n\tjQuery.event.special[ type ] = {\n\n\t\t// Utilize native event if possible so blur/focus sequence is correct\n\t\tsetup: function() {\n\n\t\t\t// Claim the first handler\n\t\t\t// dataPriv.set( this, \"focus\", ... )\n\t\t\t// dataPriv.set( this, \"blur\", ... )\n\t\t\tleverageNative( this, type, expectSync );\n\n\t\t\t// Return false to allow normal processing in the caller\n\t\t\treturn false;\n\t\t},\n\t\ttrigger: function() {\n\n\t\t\t// Force setup before trigger\n\t\t\tleverageNative( this, type );\n\n\t\t\t// Return non-false to allow normal event-path propagation\n\t\t\treturn true;\n\t\t},\n\n\t\tdelegateType: delegateType\n\t};\n} );\n\n// Create mouseenter/leave events using mouseover/out and event-time checks\n// so that event delegation works in jQuery.\n// Do the same for pointerenter/pointerleave and pointerover/pointerout\n//\n// Support: Safari 7 only\n// Safari sends mouseenter too often; see:\n// https://bugs.chromium.org/p/chromium/issues/detail?id=470258\n// for the description of the bug (it existed in older Chrome versions as well).\njQuery.each( {\n\tmouseenter: \"mouseover\",\n\tmouseleave: \"mouseout\",\n\tpointerenter: \"pointerover\",\n\tpointerleave: \"pointerout\"\n}, function( orig, fix ) {\n\tjQuery.event.special[ orig ] = {\n\t\tdelegateType: fix,\n\t\tbindType: fix,\n\n\t\thandle: function( event ) {\n\t\t\tvar ret,\n\t\t\t\ttarget = this,\n\t\t\t\trelated = event.relatedTarget,\n\t\t\t\thandleObj = event.handleObj;\n\n\t\t\t// For mouseenter/leave call the handler if related is outside the target.\n\t\t\t// NB: No relatedTarget if the mouse left/entered the browser window\n\t\t\tif ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) {\n\t\t\t\tevent.type = handleObj.origType;\n\t\t\t\tret = handleObj.handler.apply( this, arguments );\n\t\t\t\tevent.type = fix;\n\t\t\t}\n\t\t\treturn ret;\n\t\t}\n\t};\n} );\n\njQuery.fn.extend( {\n\n\ton: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn );\n\t},\n\tone: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn, 1 );\n\t},\n\toff: function( types, selector, fn ) {\n\t\tvar handleObj, type;\n\t\tif ( types && types.preventDefault && types.handleObj ) {\n\n\t\t\t// ( event ) dispatched jQuery.Event\n\t\t\thandleObj = types.handleObj;\n\t\t\tjQuery( types.delegateTarget ).off(\n\t\t\t\thandleObj.namespace ?\n\t\t\t\t\thandleObj.origType + \".\" + handleObj.namespace :\n\t\t\t\t\thandleObj.origType,\n\t\t\t\thandleObj.selector,\n\t\t\t\thandleObj.handler\n\t\t\t);\n\t\t\treturn this;\n\t\t}\n\t\tif ( typeof types === \"object\" ) {\n\n\t\t\t// ( types-object [, selector] )\n\t\t\tfor ( type in types ) {\n\t\t\t\tthis.off( type, selector, types[ type ] );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\t\tif ( selector === false || typeof selector === \"function\" ) {\n\n\t\t\t// ( types [, fn] )\n\t\t\tfn = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tif ( fn === false ) {\n\t\t\tfn = returnFalse;\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.remove( this, types, fn, selector );\n\t\t} );\n\t}\n} );\n\n\nvar\n\n\t// Support: IE <=10 - 11, Edge 12 - 13 only\n\t// In IE/Edge using regex groups here causes severe slowdowns.\n\t// See https://connect.microsoft.com/IE/feedback/details/1736512/\n\trnoInnerhtml = /\\s*$/g;\n\n// Prefer a tbody over its parent table for containing new rows\nfunction manipulationTarget( elem, content ) {\n\tif ( nodeName( elem, \"table\" ) &&\n\t\tnodeName( content.nodeType !== 11 ? content : content.firstChild, \"tr\" ) ) {\n\n\t\treturn jQuery( elem ).children( \"tbody\" )[ 0 ] || elem;\n\t}\n\n\treturn elem;\n}\n\n// Replace/restore the type attribute of script elements for safe DOM manipulation\nfunction disableScript( elem ) {\n\telem.type = ( elem.getAttribute( \"type\" ) !== null ) + \"/\" + elem.type;\n\treturn elem;\n}\nfunction restoreScript( elem ) {\n\tif ( ( elem.type || \"\" ).slice( 0, 5 ) === \"true/\" ) {\n\t\telem.type = elem.type.slice( 5 );\n\t} else {\n\t\telem.removeAttribute( \"type\" );\n\t}\n\n\treturn elem;\n}\n\nfunction cloneCopyEvent( src, dest ) {\n\tvar i, l, type, pdataOld, udataOld, udataCur, events;\n\n\tif ( dest.nodeType !== 1 ) {\n\t\treturn;\n\t}\n\n\t// 1. Copy private data: events, handlers, etc.\n\tif ( dataPriv.hasData( src ) ) {\n\t\tpdataOld = dataPriv.get( src );\n\t\tevents = pdataOld.events;\n\n\t\tif ( events ) {\n\t\t\tdataPriv.remove( dest, \"handle events\" );\n\n\t\t\tfor ( type in events ) {\n\t\t\t\tfor ( i = 0, l = events[ type ].length; i < l; i++ ) {\n\t\t\t\t\tjQuery.event.add( dest, type, events[ type ][ i ] );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// 2. Copy user data\n\tif ( dataUser.hasData( src ) ) {\n\t\tudataOld = dataUser.access( src );\n\t\tudataCur = jQuery.extend( {}, udataOld );\n\n\t\tdataUser.set( dest, udataCur );\n\t}\n}\n\n// Fix IE bugs, see support tests\nfunction fixInput( src, dest ) {\n\tvar nodeName = dest.nodeName.toLowerCase();\n\n\t// Fails to persist the checked state of a cloned checkbox or radio button.\n\tif ( nodeName === \"input\" && rcheckableType.test( src.type ) ) {\n\t\tdest.checked = src.checked;\n\n\t// Fails to return the selected option to the default selected state when cloning options\n\t} else if ( nodeName === \"input\" || nodeName === \"textarea\" ) {\n\t\tdest.defaultValue = src.defaultValue;\n\t}\n}\n\nfunction domManip( collection, args, callback, ignored ) {\n\n\t// Flatten any nested arrays\n\targs = flat( args );\n\n\tvar fragment, first, scripts, hasScripts, node, doc,\n\t\ti = 0,\n\t\tl = collection.length,\n\t\tiNoClone = l - 1,\n\t\tvalue = args[ 0 ],\n\t\tvalueIsFunction = isFunction( value );\n\n\t// We can't cloneNode fragments that contain checked, in WebKit\n\tif ( valueIsFunction ||\n\t\t\t( l > 1 && typeof value === \"string\" &&\n\t\t\t\t!support.checkClone && rchecked.test( value ) ) ) {\n\t\treturn collection.each( function( index ) {\n\t\t\tvar self = collection.eq( index );\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\targs[ 0 ] = value.call( this, index, self.html() );\n\t\t\t}\n\t\t\tdomManip( self, args, callback, ignored );\n\t\t} );\n\t}\n\n\tif ( l ) {\n\t\tfragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored );\n\t\tfirst = fragment.firstChild;\n\n\t\tif ( fragment.childNodes.length === 1 ) {\n\t\t\tfragment = first;\n\t\t}\n\n\t\t// Require either new content or an interest in ignored elements to invoke the callback\n\t\tif ( first || ignored ) {\n\t\t\tscripts = jQuery.map( getAll( fragment, \"script\" ), disableScript );\n\t\t\thasScripts = scripts.length;\n\n\t\t\t// Use the original fragment for the last item\n\t\t\t// instead of the first because it can end up\n\t\t\t// being emptied incorrectly in certain situations (#8070).\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tnode = fragment;\n\n\t\t\t\tif ( i !== iNoClone ) {\n\t\t\t\t\tnode = jQuery.clone( node, true, true );\n\n\t\t\t\t\t// Keep references to cloned scripts for later restoration\n\t\t\t\t\tif ( hasScripts ) {\n\n\t\t\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\t\t\tjQuery.merge( scripts, getAll( node, \"script\" ) );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tcallback.call( collection[ i ], node, i );\n\t\t\t}\n\n\t\t\tif ( hasScripts ) {\n\t\t\t\tdoc = scripts[ scripts.length - 1 ].ownerDocument;\n\n\t\t\t\t// Reenable scripts\n\t\t\t\tjQuery.map( scripts, restoreScript );\n\n\t\t\t\t// Evaluate executable scripts on first document insertion\n\t\t\t\tfor ( i = 0; i < hasScripts; i++ ) {\n\t\t\t\t\tnode = scripts[ i ];\n\t\t\t\t\tif ( rscriptType.test( node.type || \"\" ) &&\n\t\t\t\t\t\t!dataPriv.access( node, \"globalEval\" ) &&\n\t\t\t\t\t\tjQuery.contains( doc, node ) ) {\n\n\t\t\t\t\t\tif ( node.src && ( node.type || \"\" ).toLowerCase() !== \"module\" ) {\n\n\t\t\t\t\t\t\t// Optional AJAX dependency, but won't run scripts if not present\n\t\t\t\t\t\t\tif ( jQuery._evalUrl && !node.noModule ) {\n\t\t\t\t\t\t\t\tjQuery._evalUrl( node.src, {\n\t\t\t\t\t\t\t\t\tnonce: node.nonce || node.getAttribute( \"nonce\" )\n\t\t\t\t\t\t\t\t}, doc );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tDOMEval( node.textContent.replace( rcleanScript, \"\" ), node, doc );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn collection;\n}\n\nfunction remove( elem, selector, keepData ) {\n\tvar node,\n\t\tnodes = selector ? jQuery.filter( selector, elem ) : elem,\n\t\ti = 0;\n\n\tfor ( ; ( node = nodes[ i ] ) != null; i++ ) {\n\t\tif ( !keepData && node.nodeType === 1 ) {\n\t\t\tjQuery.cleanData( getAll( node ) );\n\t\t}\n\n\t\tif ( node.parentNode ) {\n\t\t\tif ( keepData && isAttached( node ) ) {\n\t\t\t\tsetGlobalEval( getAll( node, \"script\" ) );\n\t\t\t}\n\t\t\tnode.parentNode.removeChild( node );\n\t\t}\n\t}\n\n\treturn elem;\n}\n\njQuery.extend( {\n\thtmlPrefilter: function( html ) {\n\t\treturn html;\n\t},\n\n\tclone: function( elem, dataAndEvents, deepDataAndEvents ) {\n\t\tvar i, l, srcElements, destElements,\n\t\t\tclone = elem.cloneNode( true ),\n\t\t\tinPage = isAttached( elem );\n\n\t\t// Fix IE cloning issues\n\t\tif ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) &&\n\t\t\t\t!jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2\n\t\t\tdestElements = getAll( clone );\n\t\t\tsrcElements = getAll( elem );\n\n\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\tfixInput( srcElements[ i ], destElements[ i ] );\n\t\t\t}\n\t\t}\n\n\t\t// Copy the events from the original to the clone\n\t\tif ( dataAndEvents ) {\n\t\t\tif ( deepDataAndEvents ) {\n\t\t\t\tsrcElements = srcElements || getAll( elem );\n\t\t\t\tdestElements = destElements || getAll( clone );\n\n\t\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\t\tcloneCopyEvent( srcElements[ i ], destElements[ i ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcloneCopyEvent( elem, clone );\n\t\t\t}\n\t\t}\n\n\t\t// Preserve script evaluation history\n\t\tdestElements = getAll( clone, \"script\" );\n\t\tif ( destElements.length > 0 ) {\n\t\t\tsetGlobalEval( destElements, !inPage && getAll( elem, \"script\" ) );\n\t\t}\n\n\t\t// Return the cloned set\n\t\treturn clone;\n\t},\n\n\tcleanData: function( elems ) {\n\t\tvar data, elem, type,\n\t\t\tspecial = jQuery.event.special,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = elems[ i ] ) !== undefined; i++ ) {\n\t\t\tif ( acceptData( elem ) ) {\n\t\t\t\tif ( ( data = elem[ dataPriv.expando ] ) ) {\n\t\t\t\t\tif ( data.events ) {\n\t\t\t\t\t\tfor ( type in data.events ) {\n\t\t\t\t\t\t\tif ( special[ type ] ) {\n\t\t\t\t\t\t\t\tjQuery.event.remove( elem, type );\n\n\t\t\t\t\t\t\t// This is a shortcut to avoid jQuery.event.remove's overhead\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery.removeEvent( elem, type, data.handle );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataPriv.expando ] = undefined;\n\t\t\t\t}\n\t\t\t\tif ( elem[ dataUser.expando ] ) {\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataUser.expando ] = undefined;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n} );\n\njQuery.fn.extend( {\n\tdetach: function( selector ) {\n\t\treturn remove( this, selector, true );\n\t},\n\n\tremove: function( selector ) {\n\t\treturn remove( this, selector );\n\t},\n\n\ttext: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\treturn value === undefined ?\n\t\t\t\tjQuery.text( this ) :\n\t\t\t\tthis.empty().each( function() {\n\t\t\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\t\t\tthis.textContent = value;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t}, null, value, arguments.length );\n\t},\n\n\tappend: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.appendChild( elem );\n\t\t\t}\n\t\t} );\n\t},\n\n\tprepend: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.insertBefore( elem, target.firstChild );\n\t\t\t}\n\t\t} );\n\t},\n\n\tbefore: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this );\n\t\t\t}\n\t\t} );\n\t},\n\n\tafter: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this.nextSibling );\n\t\t\t}\n\t\t} );\n\t},\n\n\tempty: function() {\n\t\tvar elem,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = this[ i ] ) != null; i++ ) {\n\t\t\tif ( elem.nodeType === 1 ) {\n\n\t\t\t\t// Prevent memory leaks\n\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\n\t\t\t\t// Remove any remaining nodes\n\t\t\t\telem.textContent = \"\";\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tclone: function( dataAndEvents, deepDataAndEvents ) {\n\t\tdataAndEvents = dataAndEvents == null ? false : dataAndEvents;\n\t\tdeepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;\n\n\t\treturn this.map( function() {\n\t\t\treturn jQuery.clone( this, dataAndEvents, deepDataAndEvents );\n\t\t} );\n\t},\n\n\thtml: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\tvar elem = this[ 0 ] || {},\n\t\t\t\ti = 0,\n\t\t\t\tl = this.length;\n\n\t\t\tif ( value === undefined && elem.nodeType === 1 ) {\n\t\t\t\treturn elem.innerHTML;\n\t\t\t}\n\n\t\t\t// See if we can take a shortcut and just use innerHTML\n\t\t\tif ( typeof value === \"string\" && !rnoInnerhtml.test( value ) &&\n\t\t\t\t!wrapMap[ ( rtagName.exec( value ) || [ \"\", \"\" ] )[ 1 ].toLowerCase() ] ) {\n\n\t\t\t\tvalue = jQuery.htmlPrefilter( value );\n\n\t\t\t\ttry {\n\t\t\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\t\t\telem = this[ i ] || {};\n\n\t\t\t\t\t\t// Remove element nodes and prevent memory leaks\n\t\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\t\t\t\t\t\t\telem.innerHTML = value;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\telem = 0;\n\n\t\t\t\t// If using innerHTML throws an exception, use the fallback method\n\t\t\t\t} catch ( e ) {}\n\t\t\t}\n\n\t\t\tif ( elem ) {\n\t\t\t\tthis.empty().append( value );\n\t\t\t}\n\t\t}, null, value, arguments.length );\n\t},\n\n\treplaceWith: function() {\n\t\tvar ignored = [];\n\n\t\t// Make the changes, replacing each non-ignored context element with the new content\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tvar parent = this.parentNode;\n\n\t\t\tif ( jQuery.inArray( this, ignored ) < 0 ) {\n\t\t\t\tjQuery.cleanData( getAll( this ) );\n\t\t\t\tif ( parent ) {\n\t\t\t\t\tparent.replaceChild( elem, this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Force callback invocation\n\t\t}, ignored );\n\t}\n} );\n\njQuery.each( {\n\tappendTo: \"append\",\n\tprependTo: \"prepend\",\n\tinsertBefore: \"before\",\n\tinsertAfter: \"after\",\n\treplaceAll: \"replaceWith\"\n}, function( name, original ) {\n\tjQuery.fn[ name ] = function( selector ) {\n\t\tvar elems,\n\t\t\tret = [],\n\t\t\tinsert = jQuery( selector ),\n\t\t\tlast = insert.length - 1,\n\t\t\ti = 0;\n\n\t\tfor ( ; i <= last; i++ ) {\n\t\t\telems = i === last ? this : this.clone( true );\n\t\t\tjQuery( insert[ i ] )[ original ]( elems );\n\n\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t// .get() because push.apply(_, arraylike) throws on ancient WebKit\n\t\t\tpush.apply( ret, elems.get() );\n\t\t}\n\n\t\treturn this.pushStack( ret );\n\t};\n} );\nvar rnumnonpx = new RegExp( \"^(\" + pnum + \")(?!px)[a-z%]+$\", \"i\" );\n\nvar getStyles = function( elem ) {\n\n\t\t// Support: IE <=11 only, Firefox <=30 (#15098, #14150)\n\t\t// IE throws on elements created in popups\n\t\t// FF meanwhile throws on frame elements through \"defaultView.getComputedStyle\"\n\t\tvar view = elem.ownerDocument.defaultView;\n\n\t\tif ( !view || !view.opener ) {\n\t\t\tview = window;\n\t\t}\n\n\t\treturn view.getComputedStyle( elem );\n\t};\n\nvar swap = function( elem, options, callback ) {\n\tvar ret, name,\n\t\told = {};\n\n\t// Remember the old values, and insert the new ones\n\tfor ( name in options ) {\n\t\told[ name ] = elem.style[ name ];\n\t\telem.style[ name ] = options[ name ];\n\t}\n\n\tret = callback.call( elem );\n\n\t// Revert the old values\n\tfor ( name in options ) {\n\t\telem.style[ name ] = old[ name ];\n\t}\n\n\treturn ret;\n};\n\n\nvar rboxStyle = new RegExp( cssExpand.join( \"|\" ), \"i\" );\n\n\n\n( function() {\n\n\t// Executing both pixelPosition & boxSizingReliable tests require only one layout\n\t// so they're executed at the same time to save the second computation.\n\tfunction computeStyleTests() {\n\n\t\t// This is a singleton, we need to execute it only once\n\t\tif ( !div ) {\n\t\t\treturn;\n\t\t}\n\n\t\tcontainer.style.cssText = \"position:absolute;left:-11111px;width:60px;\" +\n\t\t\t\"margin-top:1px;padding:0;border:0\";\n\t\tdiv.style.cssText =\n\t\t\t\"position:relative;display:block;box-sizing:border-box;overflow:scroll;\" +\n\t\t\t\"margin:auto;border:1px;padding:1px;\" +\n\t\t\t\"width:60%;top:1%\";\n\t\tdocumentElement.appendChild( container ).appendChild( div );\n\n\t\tvar divStyle = window.getComputedStyle( div );\n\t\tpixelPositionVal = divStyle.top !== \"1%\";\n\n\t\t// Support: Android 4.0 - 4.3 only, Firefox <=3 - 44\n\t\treliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12;\n\n\t\t// Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3\n\t\t// Some styles come back with percentage values, even though they shouldn't\n\t\tdiv.style.right = \"60%\";\n\t\tpixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36;\n\n\t\t// Support: IE 9 - 11 only\n\t\t// Detect misreporting of content dimensions for box-sizing:border-box elements\n\t\tboxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36;\n\n\t\t// Support: IE 9 only\n\t\t// Detect overflow:scroll screwiness (gh-3699)\n\t\t// Support: Chrome <=64\n\t\t// Don't get tricked when zoom affects offsetWidth (gh-4029)\n\t\tdiv.style.position = \"absolute\";\n\t\tscrollboxSizeVal = roundPixelMeasures( div.offsetWidth / 3 ) === 12;\n\n\t\tdocumentElement.removeChild( container );\n\n\t\t// Nullify the div so it wouldn't be stored in the memory and\n\t\t// it will also be a sign that checks already performed\n\t\tdiv = null;\n\t}\n\n\tfunction roundPixelMeasures( measure ) {\n\t\treturn Math.round( parseFloat( measure ) );\n\t}\n\n\tvar pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal,\n\t\treliableTrDimensionsVal, reliableMarginLeftVal,\n\t\tcontainer = document.createElement( \"div\" ),\n\t\tdiv = document.createElement( \"div\" );\n\n\t// Finish early in limited (non-browser) environments\n\tif ( !div.style ) {\n\t\treturn;\n\t}\n\n\t// Support: IE <=9 - 11 only\n\t// Style of cloned element affects source element cloned (#8908)\n\tdiv.style.backgroundClip = \"content-box\";\n\tdiv.cloneNode( true ).style.backgroundClip = \"\";\n\tsupport.clearCloneStyle = div.style.backgroundClip === \"content-box\";\n\n\tjQuery.extend( support, {\n\t\tboxSizingReliable: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn boxSizingReliableVal;\n\t\t},\n\t\tpixelBoxStyles: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelBoxStylesVal;\n\t\t},\n\t\tpixelPosition: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelPositionVal;\n\t\t},\n\t\treliableMarginLeft: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn reliableMarginLeftVal;\n\t\t},\n\t\tscrollboxSize: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn scrollboxSizeVal;\n\t\t},\n\n\t\t// Support: IE 9 - 11+, Edge 15 - 18+\n\t\t// IE/Edge misreport `getComputedStyle` of table rows with width/height\n\t\t// set in CSS while `offset*` properties report correct values.\n\t\t// Behavior in IE 9 is more subtle than in newer versions & it passes\n\t\t// some versions of this test; make sure not to make it pass there!\n\t\treliableTrDimensions: function() {\n\t\t\tvar table, tr, trChild, trStyle;\n\t\t\tif ( reliableTrDimensionsVal == null ) {\n\t\t\t\ttable = document.createElement( \"table\" );\n\t\t\t\ttr = document.createElement( \"tr\" );\n\t\t\t\ttrChild = document.createElement( \"div\" );\n\n\t\t\t\ttable.style.cssText = \"position:absolute;left:-11111px\";\n\t\t\t\ttr.style.height = \"1px\";\n\t\t\t\ttrChild.style.height = \"9px\";\n\n\t\t\t\tdocumentElement\n\t\t\t\t\t.appendChild( table )\n\t\t\t\t\t.appendChild( tr )\n\t\t\t\t\t.appendChild( trChild );\n\n\t\t\t\ttrStyle = window.getComputedStyle( tr );\n\t\t\t\treliableTrDimensionsVal = parseInt( trStyle.height ) > 3;\n\n\t\t\t\tdocumentElement.removeChild( table );\n\t\t\t}\n\t\t\treturn reliableTrDimensionsVal;\n\t\t}\n\t} );\n} )();\n\n\nfunction curCSS( elem, name, computed ) {\n\tvar width, minWidth, maxWidth, ret,\n\n\t\t// Support: Firefox 51+\n\t\t// Retrieving style before computed somehow\n\t\t// fixes an issue with getting wrong values\n\t\t// on detached elements\n\t\tstyle = elem.style;\n\n\tcomputed = computed || getStyles( elem );\n\n\t// getPropertyValue is needed for:\n\t// .css('filter') (IE 9 only, #12537)\n\t// .css('--customProperty) (#3144)\n\tif ( computed ) {\n\t\tret = computed.getPropertyValue( name ) || computed[ name ];\n\n\t\tif ( ret === \"\" && !isAttached( elem ) ) {\n\t\t\tret = jQuery.style( elem, name );\n\t\t}\n\n\t\t// A tribute to the \"awesome hack by Dean Edwards\"\n\t\t// Android Browser returns percentage for some values,\n\t\t// but width seems to be reliably pixels.\n\t\t// This is against the CSSOM draft spec:\n\t\t// https://drafts.csswg.org/cssom/#resolved-values\n\t\tif ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) {\n\n\t\t\t// Remember the original values\n\t\t\twidth = style.width;\n\t\t\tminWidth = style.minWidth;\n\t\t\tmaxWidth = style.maxWidth;\n\n\t\t\t// Put in the new values to get a computed value out\n\t\t\tstyle.minWidth = style.maxWidth = style.width = ret;\n\t\t\tret = computed.width;\n\n\t\t\t// Revert the changed values\n\t\t\tstyle.width = width;\n\t\t\tstyle.minWidth = minWidth;\n\t\t\tstyle.maxWidth = maxWidth;\n\t\t}\n\t}\n\n\treturn ret !== undefined ?\n\n\t\t// Support: IE <=9 - 11 only\n\t\t// IE returns zIndex value as an integer.\n\t\tret + \"\" :\n\t\tret;\n}\n\n\nfunction addGetHookIf( conditionFn, hookFn ) {\n\n\t// Define the hook, we'll check on the first run if it's really needed.\n\treturn {\n\t\tget: function() {\n\t\t\tif ( conditionFn() ) {\n\n\t\t\t\t// Hook not needed (or it's not possible to use it due\n\t\t\t\t// to missing dependency), remove it.\n\t\t\t\tdelete this.get;\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Hook needed; redefine it so that the support test is not executed again.\n\t\t\treturn ( this.get = hookFn ).apply( this, arguments );\n\t\t}\n\t};\n}\n\n\nvar cssPrefixes = [ \"Webkit\", \"Moz\", \"ms\" ],\n\temptyStyle = document.createElement( \"div\" ).style,\n\tvendorProps = {};\n\n// Return a vendor-prefixed property or undefined\nfunction vendorPropName( name ) {\n\n\t// Check for vendor prefixed names\n\tvar capName = name[ 0 ].toUpperCase() + name.slice( 1 ),\n\t\ti = cssPrefixes.length;\n\n\twhile ( i-- ) {\n\t\tname = cssPrefixes[ i ] + capName;\n\t\tif ( name in emptyStyle ) {\n\t\t\treturn name;\n\t\t}\n\t}\n}\n\n// Return a potentially-mapped jQuery.cssProps or vendor prefixed property\nfunction finalPropName( name ) {\n\tvar final = jQuery.cssProps[ name ] || vendorProps[ name ];\n\n\tif ( final ) {\n\t\treturn final;\n\t}\n\tif ( name in emptyStyle ) {\n\t\treturn name;\n\t}\n\treturn vendorProps[ name ] = vendorPropName( name ) || name;\n}\n\n\nvar\n\n\t// Swappable if display is none or starts with table\n\t// except \"table\", \"table-cell\", or \"table-caption\"\n\t// See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display\n\trdisplayswap = /^(none|table(?!-c[ea]).+)/,\n\trcustomProp = /^--/,\n\tcssShow = { position: \"absolute\", visibility: \"hidden\", display: \"block\" },\n\tcssNormalTransform = {\n\t\tletterSpacing: \"0\",\n\t\tfontWeight: \"400\"\n\t};\n\nfunction setPositiveNumber( _elem, value, subtract ) {\n\n\t// Any relative (+/-) values have already been\n\t// normalized at this point\n\tvar matches = rcssNum.exec( value );\n\treturn matches ?\n\n\t\t// Guard against undefined \"subtract\", e.g., when used as in cssHooks\n\t\tMath.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || \"px\" ) :\n\t\tvalue;\n}\n\nfunction boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) {\n\tvar i = dimension === \"width\" ? 1 : 0,\n\t\textra = 0,\n\t\tdelta = 0;\n\n\t// Adjustment may not be necessary\n\tif ( box === ( isBorderBox ? \"border\" : \"content\" ) ) {\n\t\treturn 0;\n\t}\n\n\tfor ( ; i < 4; i += 2 ) {\n\n\t\t// Both box models exclude margin\n\t\tif ( box === \"margin\" ) {\n\t\t\tdelta += jQuery.css( elem, box + cssExpand[ i ], true, styles );\n\t\t}\n\n\t\t// If we get here with a content-box, we're seeking \"padding\" or \"border\" or \"margin\"\n\t\tif ( !isBorderBox ) {\n\n\t\t\t// Add padding\n\t\t\tdelta += jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\n\t\t\t// For \"border\" or \"margin\", add border\n\t\t\tif ( box !== \"padding\" ) {\n\t\t\t\tdelta += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\n\t\t\t// But still keep track of it otherwise\n\t\t\t} else {\n\t\t\t\textra += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\n\t\t// If we get here with a border-box (content + padding + border), we're seeking \"content\" or\n\t\t// \"padding\" or \"margin\"\n\t\t} else {\n\n\t\t\t// For \"content\", subtract padding\n\t\t\tif ( box === \"content\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\t\t\t}\n\n\t\t\t// For \"content\" or \"padding\", subtract border\n\t\t\tif ( box !== \"margin\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Account for positive content-box scroll gutter when requested by providing computedVal\n\tif ( !isBorderBox && computedVal >= 0 ) {\n\n\t\t// offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border\n\t\t// Assuming integer scroll gutter, subtract the rest and round down\n\t\tdelta += Math.max( 0, Math.ceil(\n\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\tcomputedVal -\n\t\t\tdelta -\n\t\t\textra -\n\t\t\t0.5\n\n\t\t// If offsetWidth/offsetHeight is unknown, then we can't determine content-box scroll gutter\n\t\t// Use an explicit zero to avoid NaN (gh-3964)\n\t\t) ) || 0;\n\t}\n\n\treturn delta;\n}\n\nfunction getWidthOrHeight( elem, dimension, extra ) {\n\n\t// Start with computed style\n\tvar styles = getStyles( elem ),\n\n\t\t// To avoid forcing a reflow, only fetch boxSizing if we need it (gh-4322).\n\t\t// Fake content-box until we know it's needed to know the true value.\n\t\tboxSizingNeeded = !support.boxSizingReliable() || extra,\n\t\tisBorderBox = boxSizingNeeded &&\n\t\t\tjQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\tvalueIsBorderBox = isBorderBox,\n\n\t\tval = curCSS( elem, dimension, styles ),\n\t\toffsetProp = \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 );\n\n\t// Support: Firefox <=54\n\t// Return a confounding non-pixel value or feign ignorance, as appropriate.\n\tif ( rnumnonpx.test( val ) ) {\n\t\tif ( !extra ) {\n\t\t\treturn val;\n\t\t}\n\t\tval = \"auto\";\n\t}\n\n\n\t// Support: IE 9 - 11 only\n\t// Use offsetWidth/offsetHeight for when box sizing is unreliable.\n\t// In those cases, the computed value can be trusted to be border-box.\n\tif ( ( !support.boxSizingReliable() && isBorderBox ||\n\n\t\t// Support: IE 10 - 11+, Edge 15 - 18+\n\t\t// IE/Edge misreport `getComputedStyle` of table rows with width/height\n\t\t// set in CSS while `offset*` properties report correct values.\n\t\t// Interestingly, in some cases IE 9 doesn't suffer from this issue.\n\t\t!support.reliableTrDimensions() && nodeName( elem, \"tr\" ) ||\n\n\t\t// Fall back to offsetWidth/offsetHeight when value is \"auto\"\n\t\t// This happens for inline elements with no explicit setting (gh-3571)\n\t\tval === \"auto\" ||\n\n\t\t// Support: Android <=4.1 - 4.3 only\n\t\t// Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602)\n\t\t!parseFloat( val ) && jQuery.css( elem, \"display\", false, styles ) === \"inline\" ) &&\n\n\t\t// Make sure the element is visible & connected\n\t\telem.getClientRects().length ) {\n\n\t\tisBorderBox = jQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\";\n\n\t\t// Where available, offsetWidth/offsetHeight approximate border box dimensions.\n\t\t// Where not available (e.g., SVG), assume unreliable box-sizing and interpret the\n\t\t// retrieved value as a content box dimension.\n\t\tvalueIsBorderBox = offsetProp in elem;\n\t\tif ( valueIsBorderBox ) {\n\t\t\tval = elem[ offsetProp ];\n\t\t}\n\t}\n\n\t// Normalize \"\" and auto\n\tval = parseFloat( val ) || 0;\n\n\t// Adjust for the element's box model\n\treturn ( val +\n\t\tboxModelAdjustment(\n\t\t\telem,\n\t\t\tdimension,\n\t\t\textra || ( isBorderBox ? \"border\" : \"content\" ),\n\t\t\tvalueIsBorderBox,\n\t\t\tstyles,\n\n\t\t\t// Provide the current computed size to request scroll gutter calculation (gh-3589)\n\t\t\tval\n\t\t)\n\t) + \"px\";\n}\n\njQuery.extend( {\n\n\t// Add in style property hooks for overriding the default\n\t// behavior of getting and setting a style property\n\tcssHooks: {\n\t\topacity: {\n\t\t\tget: function( elem, computed ) {\n\t\t\t\tif ( computed ) {\n\n\t\t\t\t\t// We should always get a number back from opacity\n\t\t\t\t\tvar ret = curCSS( elem, \"opacity\" );\n\t\t\t\t\treturn ret === \"\" ? \"1\" : ret;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\t// Don't automatically add \"px\" to these possibly-unitless properties\n\tcssNumber: {\n\t\t\"animationIterationCount\": true,\n\t\t\"columnCount\": true,\n\t\t\"fillOpacity\": true,\n\t\t\"flexGrow\": true,\n\t\t\"flexShrink\": true,\n\t\t\"fontWeight\": true,\n\t\t\"gridArea\": true,\n\t\t\"gridColumn\": true,\n\t\t\"gridColumnEnd\": true,\n\t\t\"gridColumnStart\": true,\n\t\t\"gridRow\": true,\n\t\t\"gridRowEnd\": true,\n\t\t\"gridRowStart\": true,\n\t\t\"lineHeight\": true,\n\t\t\"opacity\": true,\n\t\t\"order\": true,\n\t\t\"orphans\": true,\n\t\t\"widows\": true,\n\t\t\"zIndex\": true,\n\t\t\"zoom\": true\n\t},\n\n\t// Add in properties whose names you wish to fix before\n\t// setting or getting the value\n\tcssProps: {},\n\n\t// Get and set the style property on a DOM Node\n\tstyle: function( elem, name, value, extra ) {\n\n\t\t// Don't set styles on text and comment nodes\n\t\tif ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Make sure that we're working with the right name\n\t\tvar ret, type, hooks,\n\t\t\torigName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name ),\n\t\t\tstyle = elem.style;\n\n\t\t// Make sure that we're working with the right name. We don't\n\t\t// want to query the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {\n\t\t\tname = finalPropName( origName );\n\t\t}\n\n\t\t// Gets hook for the prefixed version, then unprefixed version\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// Check if we're setting a value\n\t\tif ( value !== undefined ) {\n\t\t\ttype = typeof value;\n\n\t\t\t// Convert \"+=\" or \"-=\" to relative numbers (#7345)\n\t\t\tif ( type === \"string\" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) {\n\t\t\t\tvalue = adjustCSS( elem, name, ret );\n\n\t\t\t\t// Fixes bug #9237\n\t\t\t\ttype = \"number\";\n\t\t\t}\n\n\t\t\t// Make sure that null and NaN values aren't set (#7116)\n\t\t\tif ( value == null || value !== value ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// If a number was passed in, add the unit (except for certain CSS properties)\n\t\t\t// The isCustomProp check can be removed in jQuery 4.0 when we only auto-append\n\t\t\t// \"px\" to a few hardcoded values.\n\t\t\tif ( type === \"number\" && !isCustomProp ) {\n\t\t\t\tvalue += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? \"\" : \"px\" );\n\t\t\t}\n\n\t\t\t// background-* props affect original clone's values\n\t\t\tif ( !support.clearCloneStyle && value === \"\" && name.indexOf( \"background\" ) === 0 ) {\n\t\t\t\tstyle[ name ] = \"inherit\";\n\t\t\t}\n\n\t\t\t// If a hook was provided, use that value, otherwise just set the specified value\n\t\t\tif ( !hooks || !( \"set\" in hooks ) ||\n\t\t\t\t( value = hooks.set( elem, value, extra ) ) !== undefined ) {\n\n\t\t\t\tif ( isCustomProp ) {\n\t\t\t\t\tstyle.setProperty( name, value );\n\t\t\t\t} else {\n\t\t\t\t\tstyle[ name ] = value;\n\t\t\t\t}\n\t\t\t}\n\n\t\t} else {\n\n\t\t\t// If a hook was provided get the non-computed value from there\n\t\t\tif ( hooks && \"get\" in hooks &&\n\t\t\t\t( ret = hooks.get( elem, false, extra ) ) !== undefined ) {\n\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\t// Otherwise just get the value from the style object\n\t\t\treturn style[ name ];\n\t\t}\n\t},\n\n\tcss: function( elem, name, extra, styles ) {\n\t\tvar val, num, hooks,\n\t\t\torigName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name );\n\n\t\t// Make sure that we're working with the right name. We don't\n\t\t// want to modify the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {\n\t\t\tname = finalPropName( origName );\n\t\t}\n\n\t\t// Try prefixed name followed by the unprefixed name\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// If a hook was provided get the computed value from there\n\t\tif ( hooks && \"get\" in hooks ) {\n\t\t\tval = hooks.get( elem, true, extra );\n\t\t}\n\n\t\t// Otherwise, if a way to get the computed value exists, use that\n\t\tif ( val === undefined ) {\n\t\t\tval = curCSS( elem, name, styles );\n\t\t}\n\n\t\t// Convert \"normal\" to computed value\n\t\tif ( val === \"normal\" && name in cssNormalTransform ) {\n\t\t\tval = cssNormalTransform[ name ];\n\t\t}\n\n\t\t// Make numeric if forced or a qualifier was provided and val looks numeric\n\t\tif ( extra === \"\" || extra ) {\n\t\t\tnum = parseFloat( val );\n\t\t\treturn extra === true || isFinite( num ) ? num || 0 : val;\n\t\t}\n\n\t\treturn val;\n\t}\n} );\n\njQuery.each( [ \"height\", \"width\" ], function( _i, dimension ) {\n\tjQuery.cssHooks[ dimension ] = {\n\t\tget: function( elem, computed, extra ) {\n\t\t\tif ( computed ) {\n\n\t\t\t\t// Certain elements can have dimension info if we invisibly show them\n\t\t\t\t// but it must have a current display style that would benefit\n\t\t\t\treturn rdisplayswap.test( jQuery.css( elem, \"display\" ) ) &&\n\n\t\t\t\t\t// Support: Safari 8+\n\t\t\t\t\t// Table columns in Safari have non-zero offsetWidth & zero\n\t\t\t\t\t// getBoundingClientRect().width unless display is changed.\n\t\t\t\t\t// Support: IE <=11 only\n\t\t\t\t\t// Running getBoundingClientRect on a disconnected node\n\t\t\t\t\t// in IE throws an error.\n\t\t\t\t\t( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ?\n\t\t\t\t\t\tswap( elem, cssShow, function() {\n\t\t\t\t\t\t\treturn getWidthOrHeight( elem, dimension, extra );\n\t\t\t\t\t\t} ) :\n\t\t\t\t\t\tgetWidthOrHeight( elem, dimension, extra );\n\t\t\t}\n\t\t},\n\n\t\tset: function( elem, value, extra ) {\n\t\t\tvar matches,\n\t\t\t\tstyles = getStyles( elem ),\n\n\t\t\t\t// Only read styles.position if the test has a chance to fail\n\t\t\t\t// to avoid forcing a reflow.\n\t\t\t\tscrollboxSizeBuggy = !support.scrollboxSize() &&\n\t\t\t\t\tstyles.position === \"absolute\",\n\n\t\t\t\t// To avoid forcing a reflow, only fetch boxSizing if we need it (gh-3991)\n\t\t\t\tboxSizingNeeded = scrollboxSizeBuggy || extra,\n\t\t\t\tisBorderBox = boxSizingNeeded &&\n\t\t\t\t\tjQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\t\t\tsubtract = extra ?\n\t\t\t\t\tboxModelAdjustment(\n\t\t\t\t\t\telem,\n\t\t\t\t\t\tdimension,\n\t\t\t\t\t\textra,\n\t\t\t\t\t\tisBorderBox,\n\t\t\t\t\t\tstyles\n\t\t\t\t\t) :\n\t\t\t\t\t0;\n\n\t\t\t// Account for unreliable border-box dimensions by comparing offset* to computed and\n\t\t\t// faking a content-box to get border and padding (gh-3699)\n\t\t\tif ( isBorderBox && scrollboxSizeBuggy ) {\n\t\t\t\tsubtract -= Math.ceil(\n\t\t\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\t\t\tparseFloat( styles[ dimension ] ) -\n\t\t\t\t\tboxModelAdjustment( elem, dimension, \"border\", false, styles ) -\n\t\t\t\t\t0.5\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// Convert to pixels if value adjustment is needed\n\t\t\tif ( subtract && ( matches = rcssNum.exec( value ) ) &&\n\t\t\t\t( matches[ 3 ] || \"px\" ) !== \"px\" ) {\n\n\t\t\t\telem.style[ dimension ] = value;\n\t\t\t\tvalue = jQuery.css( elem, dimension );\n\t\t\t}\n\n\t\t\treturn setPositiveNumber( elem, value, subtract );\n\t\t}\n\t};\n} );\n\njQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft,\n\tfunction( elem, computed ) {\n\t\tif ( computed ) {\n\t\t\treturn ( parseFloat( curCSS( elem, \"marginLeft\" ) ) ||\n\t\t\t\telem.getBoundingClientRect().left -\n\t\t\t\t\tswap( elem, { marginLeft: 0 }, function() {\n\t\t\t\t\t\treturn elem.getBoundingClientRect().left;\n\t\t\t\t\t} )\n\t\t\t\t) + \"px\";\n\t\t}\n\t}\n);\n\n// These hooks are used by animate to expand properties\njQuery.each( {\n\tmargin: \"\",\n\tpadding: \"\",\n\tborder: \"Width\"\n}, function( prefix, suffix ) {\n\tjQuery.cssHooks[ prefix + suffix ] = {\n\t\texpand: function( value ) {\n\t\t\tvar i = 0,\n\t\t\t\texpanded = {},\n\n\t\t\t\t// Assumes a single number if not a string\n\t\t\t\tparts = typeof value === \"string\" ? value.split( \" \" ) : [ value ];\n\n\t\t\tfor ( ; i < 4; i++ ) {\n\t\t\t\texpanded[ prefix + cssExpand[ i ] + suffix ] =\n\t\t\t\t\tparts[ i ] || parts[ i - 2 ] || parts[ 0 ];\n\t\t\t}\n\n\t\t\treturn expanded;\n\t\t}\n\t};\n\n\tif ( prefix !== \"margin\" ) {\n\t\tjQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;\n\t}\n} );\n\njQuery.fn.extend( {\n\tcss: function( name, value ) {\n\t\treturn access( this, function( elem, name, value ) {\n\t\t\tvar styles, len,\n\t\t\t\tmap = {},\n\t\t\t\ti = 0;\n\n\t\t\tif ( Array.isArray( name ) ) {\n\t\t\t\tstyles = getStyles( elem );\n\t\t\t\tlen = name.length;\n\n\t\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\t\tmap[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles );\n\t\t\t\t}\n\n\t\t\t\treturn map;\n\t\t\t}\n\n\t\t\treturn value !== undefined ?\n\t\t\t\tjQuery.style( elem, name, value ) :\n\t\t\t\tjQuery.css( elem, name );\n\t\t}, name, value, arguments.length > 1 );\n\t}\n} );\n\n\nfunction Tween( elem, options, prop, end, easing ) {\n\treturn new Tween.prototype.init( elem, options, prop, end, easing );\n}\njQuery.Tween = Tween;\n\nTween.prototype = {\n\tconstructor: Tween,\n\tinit: function( elem, options, prop, end, easing, unit ) {\n\t\tthis.elem = elem;\n\t\tthis.prop = prop;\n\t\tthis.easing = easing || jQuery.easing._default;\n\t\tthis.options = options;\n\t\tthis.start = this.now = this.cur();\n\t\tthis.end = end;\n\t\tthis.unit = unit || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" );\n\t},\n\tcur: function() {\n\t\tvar hooks = Tween.propHooks[ this.prop ];\n\n\t\treturn hooks && hooks.get ?\n\t\t\thooks.get( this ) :\n\t\t\tTween.propHooks._default.get( this );\n\t},\n\trun: function( percent ) {\n\t\tvar eased,\n\t\t\thooks = Tween.propHooks[ this.prop ];\n\n\t\tif ( this.options.duration ) {\n\t\t\tthis.pos = eased = jQuery.easing[ this.easing ](\n\t\t\t\tpercent, this.options.duration * percent, 0, 1, this.options.duration\n\t\t\t);\n\t\t} else {\n\t\t\tthis.pos = eased = percent;\n\t\t}\n\t\tthis.now = ( this.end - this.start ) * eased + this.start;\n\n\t\tif ( this.options.step ) {\n\t\t\tthis.options.step.call( this.elem, this.now, this );\n\t\t}\n\n\t\tif ( hooks && hooks.set ) {\n\t\t\thooks.set( this );\n\t\t} else {\n\t\t\tTween.propHooks._default.set( this );\n\t\t}\n\t\treturn this;\n\t}\n};\n\nTween.prototype.init.prototype = Tween.prototype;\n\nTween.propHooks = {\n\t_default: {\n\t\tget: function( tween ) {\n\t\t\tvar result;\n\n\t\t\t// Use a property on the element directly when it is not a DOM element,\n\t\t\t// or when there is no matching style property that exists.\n\t\t\tif ( tween.elem.nodeType !== 1 ||\n\t\t\t\ttween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) {\n\t\t\t\treturn tween.elem[ tween.prop ];\n\t\t\t}\n\n\t\t\t// Passing an empty string as a 3rd parameter to .css will automatically\n\t\t\t// attempt a parseFloat and fallback to a string if the parse fails.\n\t\t\t// Simple values such as \"10px\" are parsed to Float;\n\t\t\t// complex values such as \"rotate(1rad)\" are returned as-is.\n\t\t\tresult = jQuery.css( tween.elem, tween.prop, \"\" );\n\n\t\t\t// Empty strings, null, undefined and \"auto\" are converted to 0.\n\t\t\treturn !result || result === \"auto\" ? 0 : result;\n\t\t},\n\t\tset: function( tween ) {\n\n\t\t\t// Use step hook for back compat.\n\t\t\t// Use cssHook if its there.\n\t\t\t// Use .style if available and use plain properties where available.\n\t\t\tif ( jQuery.fx.step[ tween.prop ] ) {\n\t\t\t\tjQuery.fx.step[ tween.prop ]( tween );\n\t\t\t} else if ( tween.elem.nodeType === 1 && (\n\t\t\t\t\tjQuery.cssHooks[ tween.prop ] ||\n\t\t\t\t\ttween.elem.style[ finalPropName( tween.prop ) ] != null ) ) {\n\t\t\t\tjQuery.style( tween.elem, tween.prop, tween.now + tween.unit );\n\t\t\t} else {\n\t\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t\t}\n\t\t}\n\t}\n};\n\n// Support: IE <=9 only\n// Panic based approach to setting things on disconnected nodes\nTween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {\n\tset: function( tween ) {\n\t\tif ( tween.elem.nodeType && tween.elem.parentNode ) {\n\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t}\n\t}\n};\n\njQuery.easing = {\n\tlinear: function( p ) {\n\t\treturn p;\n\t},\n\tswing: function( p ) {\n\t\treturn 0.5 - Math.cos( p * Math.PI ) / 2;\n\t},\n\t_default: \"swing\"\n};\n\njQuery.fx = Tween.prototype.init;\n\n// Back compat <1.8 extension point\njQuery.fx.step = {};\n\n\n\n\nvar\n\tfxNow, inProgress,\n\trfxtypes = /^(?:toggle|show|hide)$/,\n\trrun = /queueHooks$/;\n\nfunction schedule() {\n\tif ( inProgress ) {\n\t\tif ( document.hidden === false && window.requestAnimationFrame ) {\n\t\t\twindow.requestAnimationFrame( schedule );\n\t\t} else {\n\t\t\twindow.setTimeout( schedule, jQuery.fx.interval );\n\t\t}\n\n\t\tjQuery.fx.tick();\n\t}\n}\n\n// Animations created synchronously will run synchronously\nfunction createFxNow() {\n\twindow.setTimeout( function() {\n\t\tfxNow = undefined;\n\t} );\n\treturn ( fxNow = Date.now() );\n}\n\n// Generate parameters to create a standard animation\nfunction genFx( type, includeWidth ) {\n\tvar which,\n\t\ti = 0,\n\t\tattrs = { height: type };\n\n\t// If we include width, step value is 1 to do all cssExpand values,\n\t// otherwise step value is 2 to skip over Left and Right\n\tincludeWidth = includeWidth ? 1 : 0;\n\tfor ( ; i < 4; i += 2 - includeWidth ) {\n\t\twhich = cssExpand[ i ];\n\t\tattrs[ \"margin\" + which ] = attrs[ \"padding\" + which ] = type;\n\t}\n\n\tif ( includeWidth ) {\n\t\tattrs.opacity = attrs.width = type;\n\t}\n\n\treturn attrs;\n}\n\nfunction createTween( value, prop, animation ) {\n\tvar tween,\n\t\tcollection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ \"*\" ] ),\n\t\tindex = 0,\n\t\tlength = collection.length;\n\tfor ( ; index < length; index++ ) {\n\t\tif ( ( tween = collection[ index ].call( animation, prop, value ) ) ) {\n\n\t\t\t// We're done with this property\n\t\t\treturn tween;\n\t\t}\n\t}\n}\n\nfunction defaultPrefilter( elem, props, opts ) {\n\tvar prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display,\n\t\tisBox = \"width\" in props || \"height\" in props,\n\t\tanim = this,\n\t\torig = {},\n\t\tstyle = elem.style,\n\t\thidden = elem.nodeType && isHiddenWithinTree( elem ),\n\t\tdataShow = dataPriv.get( elem, \"fxshow\" );\n\n\t// Queue-skipping animations hijack the fx hooks\n\tif ( !opts.queue ) {\n\t\thooks = jQuery._queueHooks( elem, \"fx\" );\n\t\tif ( hooks.unqueued == null ) {\n\t\t\thooks.unqueued = 0;\n\t\t\toldfire = hooks.empty.fire;\n\t\t\thooks.empty.fire = function() {\n\t\t\t\tif ( !hooks.unqueued ) {\n\t\t\t\t\toldfire();\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\t\thooks.unqueued++;\n\n\t\tanim.always( function() {\n\n\t\t\t// Ensure the complete handler is called before this completes\n\t\t\tanim.always( function() {\n\t\t\t\thooks.unqueued--;\n\t\t\t\tif ( !jQuery.queue( elem, \"fx\" ).length ) {\n\t\t\t\t\thooks.empty.fire();\n\t\t\t\t}\n\t\t\t} );\n\t\t} );\n\t}\n\n\t// Detect show/hide animations\n\tfor ( prop in props ) {\n\t\tvalue = props[ prop ];\n\t\tif ( rfxtypes.test( value ) ) {\n\t\t\tdelete props[ prop ];\n\t\t\ttoggle = toggle || value === \"toggle\";\n\t\t\tif ( value === ( hidden ? \"hide\" : \"show\" ) ) {\n\n\t\t\t\t// Pretend to be hidden if this is a \"show\" and\n\t\t\t\t// there is still data from a stopped show/hide\n\t\t\t\tif ( value === \"show\" && dataShow && dataShow[ prop ] !== undefined ) {\n\t\t\t\t\thidden = true;\n\n\t\t\t\t// Ignore all other no-op show/hide data\n\t\t\t\t} else {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t}\n\t\t\torig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop );\n\t\t}\n\t}\n\n\t// Bail out if this is a no-op like .hide().hide()\n\tpropTween = !jQuery.isEmptyObject( props );\n\tif ( !propTween && jQuery.isEmptyObject( orig ) ) {\n\t\treturn;\n\t}\n\n\t// Restrict \"overflow\" and \"display\" styles during box animations\n\tif ( isBox && elem.nodeType === 1 ) {\n\n\t\t// Support: IE <=9 - 11, Edge 12 - 15\n\t\t// Record all 3 overflow attributes because IE does not infer the shorthand\n\t\t// from identically-valued overflowX and overflowY and Edge just mirrors\n\t\t// the overflowX value there.\n\t\topts.overflow = [ style.overflow, style.overflowX, style.overflowY ];\n\n\t\t// Identify a display type, preferring old show/hide data over the CSS cascade\n\t\trestoreDisplay = dataShow && dataShow.display;\n\t\tif ( restoreDisplay == null ) {\n\t\t\trestoreDisplay = dataPriv.get( elem, \"display\" );\n\t\t}\n\t\tdisplay = jQuery.css( elem, \"display\" );\n\t\tif ( display === \"none\" ) {\n\t\t\tif ( restoreDisplay ) {\n\t\t\t\tdisplay = restoreDisplay;\n\t\t\t} else {\n\n\t\t\t\t// Get nonempty value(s) by temporarily forcing visibility\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t\trestoreDisplay = elem.style.display || restoreDisplay;\n\t\t\t\tdisplay = jQuery.css( elem, \"display\" );\n\t\t\t\tshowHide( [ elem ] );\n\t\t\t}\n\t\t}\n\n\t\t// Animate inline elements as inline-block\n\t\tif ( display === \"inline\" || display === \"inline-block\" && restoreDisplay != null ) {\n\t\t\tif ( jQuery.css( elem, \"float\" ) === \"none\" ) {\n\n\t\t\t\t// Restore the original display value at the end of pure show/hide animations\n\t\t\t\tif ( !propTween ) {\n\t\t\t\t\tanim.done( function() {\n\t\t\t\t\t\tstyle.display = restoreDisplay;\n\t\t\t\t\t} );\n\t\t\t\t\tif ( restoreDisplay == null ) {\n\t\t\t\t\t\tdisplay = style.display;\n\t\t\t\t\t\trestoreDisplay = display === \"none\" ? \"\" : display;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tstyle.display = \"inline-block\";\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( opts.overflow ) {\n\t\tstyle.overflow = \"hidden\";\n\t\tanim.always( function() {\n\t\t\tstyle.overflow = opts.overflow[ 0 ];\n\t\t\tstyle.overflowX = opts.overflow[ 1 ];\n\t\t\tstyle.overflowY = opts.overflow[ 2 ];\n\t\t} );\n\t}\n\n\t// Implement show/hide animations\n\tpropTween = false;\n\tfor ( prop in orig ) {\n\n\t\t// General show/hide setup for this element animation\n\t\tif ( !propTween ) {\n\t\t\tif ( dataShow ) {\n\t\t\t\tif ( \"hidden\" in dataShow ) {\n\t\t\t\t\thidden = dataShow.hidden;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tdataShow = dataPriv.access( elem, \"fxshow\", { display: restoreDisplay } );\n\t\t\t}\n\n\t\t\t// Store hidden/visible for toggle so `.stop().toggle()` \"reverses\"\n\t\t\tif ( toggle ) {\n\t\t\t\tdataShow.hidden = !hidden;\n\t\t\t}\n\n\t\t\t// Show elements before animating them\n\t\t\tif ( hidden ) {\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t}\n\n\t\t\t/* eslint-disable no-loop-func */\n\n\t\t\tanim.done( function() {\n\n\t\t\t/* eslint-enable no-loop-func */\n\n\t\t\t\t// The final step of a \"hide\" animation is actually hiding the element\n\t\t\t\tif ( !hidden ) {\n\t\t\t\t\tshowHide( [ elem ] );\n\t\t\t\t}\n\t\t\t\tdataPriv.remove( elem, \"fxshow\" );\n\t\t\t\tfor ( prop in orig ) {\n\t\t\t\t\tjQuery.style( elem, prop, orig[ prop ] );\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\n\t\t// Per-property setup\n\t\tpropTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim );\n\t\tif ( !( prop in dataShow ) ) {\n\t\t\tdataShow[ prop ] = propTween.start;\n\t\t\tif ( hidden ) {\n\t\t\t\tpropTween.end = propTween.start;\n\t\t\t\tpropTween.start = 0;\n\t\t\t}\n\t\t}\n\t}\n}\n\nfunction propFilter( props, specialEasing ) {\n\tvar index, name, easing, value, hooks;\n\n\t// camelCase, specialEasing and expand cssHook pass\n\tfor ( index in props ) {\n\t\tname = camelCase( index );\n\t\teasing = specialEasing[ name ];\n\t\tvalue = props[ index ];\n\t\tif ( Array.isArray( value ) ) {\n\t\t\teasing = value[ 1 ];\n\t\t\tvalue = props[ index ] = value[ 0 ];\n\t\t}\n\n\t\tif ( index !== name ) {\n\t\t\tprops[ name ] = value;\n\t\t\tdelete props[ index ];\n\t\t}\n\n\t\thooks = jQuery.cssHooks[ name ];\n\t\tif ( hooks && \"expand\" in hooks ) {\n\t\t\tvalue = hooks.expand( value );\n\t\t\tdelete props[ name ];\n\n\t\t\t// Not quite $.extend, this won't overwrite existing keys.\n\t\t\t// Reusing 'index' because we have the correct \"name\"\n\t\t\tfor ( index in value ) {\n\t\t\t\tif ( !( index in props ) ) {\n\t\t\t\t\tprops[ index ] = value[ index ];\n\t\t\t\t\tspecialEasing[ index ] = easing;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tspecialEasing[ name ] = easing;\n\t\t}\n\t}\n}\n\nfunction Animation( elem, properties, options ) {\n\tvar result,\n\t\tstopped,\n\t\tindex = 0,\n\t\tlength = Animation.prefilters.length,\n\t\tdeferred = jQuery.Deferred().always( function() {\n\n\t\t\t// Don't match elem in the :animated selector\n\t\t\tdelete tick.elem;\n\t\t} ),\n\t\ttick = function() {\n\t\t\tif ( stopped ) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\tvar currentTime = fxNow || createFxNow(),\n\t\t\t\tremaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),\n\n\t\t\t\t// Support: Android 2.3 only\n\t\t\t\t// Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497)\n\t\t\t\ttemp = remaining / animation.duration || 0,\n\t\t\t\tpercent = 1 - temp,\n\t\t\t\tindex = 0,\n\t\t\t\tlength = animation.tweens.length;\n\n\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\tanimation.tweens[ index ].run( percent );\n\t\t\t}\n\n\t\t\tdeferred.notifyWith( elem, [ animation, percent, remaining ] );\n\n\t\t\t// If there's more to do, yield\n\t\t\tif ( percent < 1 && length ) {\n\t\t\t\treturn remaining;\n\t\t\t}\n\n\t\t\t// If this was an empty animation, synthesize a final progress notification\n\t\t\tif ( !length ) {\n\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t}\n\n\t\t\t// Resolve the animation and report its conclusion\n\t\t\tdeferred.resolveWith( elem, [ animation ] );\n\t\t\treturn false;\n\t\t},\n\t\tanimation = deferred.promise( {\n\t\t\telem: elem,\n\t\t\tprops: jQuery.extend( {}, properties ),\n\t\t\topts: jQuery.extend( true, {\n\t\t\t\tspecialEasing: {},\n\t\t\t\teasing: jQuery.easing._default\n\t\t\t}, options ),\n\t\t\toriginalProperties: properties,\n\t\t\toriginalOptions: options,\n\t\t\tstartTime: fxNow || createFxNow(),\n\t\t\tduration: options.duration,\n\t\t\ttweens: [],\n\t\t\tcreateTween: function( prop, end ) {\n\t\t\t\tvar tween = jQuery.Tween( elem, animation.opts, prop, end,\n\t\t\t\t\t\tanimation.opts.specialEasing[ prop ] || animation.opts.easing );\n\t\t\t\tanimation.tweens.push( tween );\n\t\t\t\treturn tween;\n\t\t\t},\n\t\t\tstop: function( gotoEnd ) {\n\t\t\t\tvar index = 0,\n\n\t\t\t\t\t// If we are going to the end, we want to run all the tweens\n\t\t\t\t\t// otherwise we skip this part\n\t\t\t\t\tlength = gotoEnd ? animation.tweens.length : 0;\n\t\t\t\tif ( stopped ) {\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t\tstopped = true;\n\t\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\t\tanimation.tweens[ index ].run( 1 );\n\t\t\t\t}\n\n\t\t\t\t// Resolve when we played the last frame; otherwise, reject\n\t\t\t\tif ( gotoEnd ) {\n\t\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t\t\tdeferred.resolveWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t} else {\n\t\t\t\t\tdeferred.rejectWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t}\n\t\t} ),\n\t\tprops = animation.props;\n\n\tpropFilter( props, animation.opts.specialEasing );\n\n\tfor ( ; index < length; index++ ) {\n\t\tresult = Animation.prefilters[ index ].call( animation, elem, props, animation.opts );\n\t\tif ( result ) {\n\t\t\tif ( isFunction( result.stop ) ) {\n\t\t\t\tjQuery._queueHooks( animation.elem, animation.opts.queue ).stop =\n\t\t\t\t\tresult.stop.bind( result );\n\t\t\t}\n\t\t\treturn result;\n\t\t}\n\t}\n\n\tjQuery.map( props, createTween, animation );\n\n\tif ( isFunction( animation.opts.start ) ) {\n\t\tanimation.opts.start.call( elem, animation );\n\t}\n\n\t// Attach callbacks from options\n\tanimation\n\t\t.progress( animation.opts.progress )\n\t\t.done( animation.opts.done, animation.opts.complete )\n\t\t.fail( animation.opts.fail )\n\t\t.always( animation.opts.always );\n\n\tjQuery.fx.timer(\n\t\tjQuery.extend( tick, {\n\t\t\telem: elem,\n\t\t\tanim: animation,\n\t\t\tqueue: animation.opts.queue\n\t\t} )\n\t);\n\n\treturn animation;\n}\n\njQuery.Animation = jQuery.extend( Animation, {\n\n\ttweeners: {\n\t\t\"*\": [ function( prop, value ) {\n\t\t\tvar tween = this.createTween( prop, value );\n\t\t\tadjustCSS( tween.elem, prop, rcssNum.exec( value ), tween );\n\t\t\treturn tween;\n\t\t} ]\n\t},\n\n\ttweener: function( props, callback ) {\n\t\tif ( isFunction( props ) ) {\n\t\t\tcallback = props;\n\t\t\tprops = [ \"*\" ];\n\t\t} else {\n\t\t\tprops = props.match( rnothtmlwhite );\n\t\t}\n\n\t\tvar prop,\n\t\t\tindex = 0,\n\t\t\tlength = props.length;\n\n\t\tfor ( ; index < length; index++ ) {\n\t\t\tprop = props[ index ];\n\t\t\tAnimation.tweeners[ prop ] = Animation.tweeners[ prop ] || [];\n\t\t\tAnimation.tweeners[ prop ].unshift( callback );\n\t\t}\n\t},\n\n\tprefilters: [ defaultPrefilter ],\n\n\tprefilter: function( callback, prepend ) {\n\t\tif ( prepend ) {\n\t\t\tAnimation.prefilters.unshift( callback );\n\t\t} else {\n\t\t\tAnimation.prefilters.push( callback );\n\t\t}\n\t}\n} );\n\njQuery.speed = function( speed, easing, fn ) {\n\tvar opt = speed && typeof speed === \"object\" ? jQuery.extend( {}, speed ) : {\n\t\tcomplete: fn || !fn && easing ||\n\t\t\tisFunction( speed ) && speed,\n\t\tduration: speed,\n\t\teasing: fn && easing || easing && !isFunction( easing ) && easing\n\t};\n\n\t// Go to the end state if fx are off\n\tif ( jQuery.fx.off ) {\n\t\topt.duration = 0;\n\n\t} else {\n\t\tif ( typeof opt.duration !== \"number\" ) {\n\t\t\tif ( opt.duration in jQuery.fx.speeds ) {\n\t\t\t\topt.duration = jQuery.fx.speeds[ opt.duration ];\n\n\t\t\t} else {\n\t\t\t\topt.duration = jQuery.fx.speeds._default;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Normalize opt.queue - true/undefined/null -> \"fx\"\n\tif ( opt.queue == null || opt.queue === true ) {\n\t\topt.queue = \"fx\";\n\t}\n\n\t// Queueing\n\topt.old = opt.complete;\n\n\topt.complete = function() {\n\t\tif ( isFunction( opt.old ) ) {\n\t\t\topt.old.call( this );\n\t\t}\n\n\t\tif ( opt.queue ) {\n\t\t\tjQuery.dequeue( this, opt.queue );\n\t\t}\n\t};\n\n\treturn opt;\n};\n\njQuery.fn.extend( {\n\tfadeTo: function( speed, to, easing, callback ) {\n\n\t\t// Show any hidden elements after setting opacity to 0\n\t\treturn this.filter( isHiddenWithinTree ).css( \"opacity\", 0 ).show()\n\n\t\t\t// Animate to the value specified\n\t\t\t.end().animate( { opacity: to }, speed, easing, callback );\n\t},\n\tanimate: function( prop, speed, easing, callback ) {\n\t\tvar empty = jQuery.isEmptyObject( prop ),\n\t\t\toptall = jQuery.speed( speed, easing, callback ),\n\t\t\tdoAnimation = function() {\n\n\t\t\t\t// Operate on a copy of prop so per-property easing won't be lost\n\t\t\t\tvar anim = Animation( this, jQuery.extend( {}, prop ), optall );\n\n\t\t\t\t// Empty animations, or finishing resolves immediately\n\t\t\t\tif ( empty || dataPriv.get( this, \"finish\" ) ) {\n\t\t\t\t\tanim.stop( true );\n\t\t\t\t}\n\t\t\t};\n\t\t\tdoAnimation.finish = doAnimation;\n\n\t\treturn empty || optall.queue === false ?\n\t\t\tthis.each( doAnimation ) :\n\t\t\tthis.queue( optall.queue, doAnimation );\n\t},\n\tstop: function( type, clearQueue, gotoEnd ) {\n\t\tvar stopQueue = function( hooks ) {\n\t\t\tvar stop = hooks.stop;\n\t\t\tdelete hooks.stop;\n\t\t\tstop( gotoEnd );\n\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tgotoEnd = clearQueue;\n\t\t\tclearQueue = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\tif ( clearQueue ) {\n\t\t\tthis.queue( type || \"fx\", [] );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar dequeue = true,\n\t\t\t\tindex = type != null && type + \"queueHooks\",\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tdata = dataPriv.get( this );\n\n\t\t\tif ( index ) {\n\t\t\t\tif ( data[ index ] && data[ index ].stop ) {\n\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( index in data ) {\n\t\t\t\t\tif ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {\n\t\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this &&\n\t\t\t\t\t( type == null || timers[ index ].queue === type ) ) {\n\n\t\t\t\t\ttimers[ index ].anim.stop( gotoEnd );\n\t\t\t\t\tdequeue = false;\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Start the next in the queue if the last step wasn't forced.\n\t\t\t// Timers currently will call their complete callbacks, which\n\t\t\t// will dequeue but only if they were gotoEnd.\n\t\t\tif ( dequeue || !gotoEnd ) {\n\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t}\n\t\t} );\n\t},\n\tfinish: function( type ) {\n\t\tif ( type !== false ) {\n\t\t\ttype = type || \"fx\";\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tvar index,\n\t\t\t\tdata = dataPriv.get( this ),\n\t\t\t\tqueue = data[ type + \"queue\" ],\n\t\t\t\thooks = data[ type + \"queueHooks\" ],\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tlength = queue ? queue.length : 0;\n\n\t\t\t// Enable finishing flag on private data\n\t\t\tdata.finish = true;\n\n\t\t\t// Empty the queue first\n\t\t\tjQuery.queue( this, type, [] );\n\n\t\t\tif ( hooks && hooks.stop ) {\n\t\t\t\thooks.stop.call( this, true );\n\t\t\t}\n\n\t\t\t// Look for any active animations, and finish them\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this && timers[ index ].queue === type ) {\n\t\t\t\t\ttimers[ index ].anim.stop( true );\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Look for any animations in the old queue and finish them\n\t\t\tfor ( index = 0; index < length; index++ ) {\n\t\t\t\tif ( queue[ index ] && queue[ index ].finish ) {\n\t\t\t\t\tqueue[ index ].finish.call( this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Turn off finishing flag\n\t\t\tdelete data.finish;\n\t\t} );\n\t}\n} );\n\njQuery.each( [ \"toggle\", \"show\", \"hide\" ], function( _i, name ) {\n\tvar cssFn = jQuery.fn[ name ];\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn speed == null || typeof speed === \"boolean\" ?\n\t\t\tcssFn.apply( this, arguments ) :\n\t\t\tthis.animate( genFx( name, true ), speed, easing, callback );\n\t};\n} );\n\n// Generate shortcuts for custom animations\njQuery.each( {\n\tslideDown: genFx( \"show\" ),\n\tslideUp: genFx( \"hide\" ),\n\tslideToggle: genFx( \"toggle\" ),\n\tfadeIn: { opacity: \"show\" },\n\tfadeOut: { opacity: \"hide\" },\n\tfadeToggle: { opacity: \"toggle\" }\n}, function( name, props ) {\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn this.animate( props, speed, easing, callback );\n\t};\n} );\n\njQuery.timers = [];\njQuery.fx.tick = function() {\n\tvar timer,\n\t\ti = 0,\n\t\ttimers = jQuery.timers;\n\n\tfxNow = Date.now();\n\n\tfor ( ; i < timers.length; i++ ) {\n\t\ttimer = timers[ i ];\n\n\t\t// Run the timer and safely remove it when done (allowing for external removal)\n\t\tif ( !timer() && timers[ i ] === timer ) {\n\t\t\ttimers.splice( i--, 1 );\n\t\t}\n\t}\n\n\tif ( !timers.length ) {\n\t\tjQuery.fx.stop();\n\t}\n\tfxNow = undefined;\n};\n\njQuery.fx.timer = function( timer ) {\n\tjQuery.timers.push( timer );\n\tjQuery.fx.start();\n};\n\njQuery.fx.interval = 13;\njQuery.fx.start = function() {\n\tif ( inProgress ) {\n\t\treturn;\n\t}\n\n\tinProgress = true;\n\tschedule();\n};\n\njQuery.fx.stop = function() {\n\tinProgress = null;\n};\n\njQuery.fx.speeds = {\n\tslow: 600,\n\tfast: 200,\n\n\t// Default speed\n\t_default: 400\n};\n\n\n// Based off of the plugin by Clint Helfers, with permission.\n// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/\njQuery.fn.delay = function( time, type ) {\n\ttime = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;\n\ttype = type || \"fx\";\n\n\treturn this.queue( type, function( next, hooks ) {\n\t\tvar timeout = window.setTimeout( next, time );\n\t\thooks.stop = function() {\n\t\t\twindow.clearTimeout( timeout );\n\t\t};\n\t} );\n};\n\n\n( function() {\n\tvar input = document.createElement( \"input\" ),\n\t\tselect = document.createElement( \"select\" ),\n\t\topt = select.appendChild( document.createElement( \"option\" ) );\n\n\tinput.type = \"checkbox\";\n\n\t// Support: Android <=4.3 only\n\t// Default value for a checkbox should be \"on\"\n\tsupport.checkOn = input.value !== \"\";\n\n\t// Support: IE <=11 only\n\t// Must access selectedIndex to make default options select\n\tsupport.optSelected = opt.selected;\n\n\t// Support: IE <=11 only\n\t// An input loses its value after becoming a radio\n\tinput = document.createElement( \"input\" );\n\tinput.value = \"t\";\n\tinput.type = \"radio\";\n\tsupport.radioValue = input.value === \"t\";\n} )();\n\n\nvar boolHook,\n\tattrHandle = jQuery.expr.attrHandle;\n\njQuery.fn.extend( {\n\tattr: function( name, value ) {\n\t\treturn access( this, jQuery.attr, name, value, arguments.length > 1 );\n\t},\n\n\tremoveAttr: function( name ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.removeAttr( this, name );\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tattr: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set attributes on text, comment and attribute nodes\n\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Fallback to prop when attributes are not supported\n\t\tif ( typeof elem.getAttribute === \"undefined\" ) {\n\t\t\treturn jQuery.prop( elem, name, value );\n\t\t}\n\n\t\t// Attribute hooks are determined by the lowercase version\n\t\t// Grab necessary hook if one is defined\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\t\t\thooks = jQuery.attrHooks[ name.toLowerCase() ] ||\n\t\t\t\t( jQuery.expr.match.bool.test( name ) ? boolHook : undefined );\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( value === null ) {\n\t\t\t\tjQuery.removeAttr( elem, name );\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( hooks && \"set\" in hooks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\telem.setAttribute( name, value + \"\" );\n\t\t\treturn value;\n\t\t}\n\n\t\tif ( hooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\tret = jQuery.find.attr( elem, name );\n\n\t\t// Non-existent attributes return null, we normalize to undefined\n\t\treturn ret == null ? undefined : ret;\n\t},\n\n\tattrHooks: {\n\t\ttype: {\n\t\t\tset: function( elem, value ) {\n\t\t\t\tif ( !support.radioValue && value === \"radio\" &&\n\t\t\t\t\tnodeName( elem, \"input\" ) ) {\n\t\t\t\t\tvar val = elem.value;\n\t\t\t\t\telem.setAttribute( \"type\", value );\n\t\t\t\t\tif ( val ) {\n\t\t\t\t\t\telem.value = val;\n\t\t\t\t\t}\n\t\t\t\t\treturn value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\tremoveAttr: function( elem, value ) {\n\t\tvar name,\n\t\t\ti = 0,\n\n\t\t\t// Attribute names can contain non-HTML whitespace characters\n\t\t\t// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n\t\t\tattrNames = value && value.match( rnothtmlwhite );\n\n\t\tif ( attrNames && elem.nodeType === 1 ) {\n\t\t\twhile ( ( name = attrNames[ i++ ] ) ) {\n\t\t\t\telem.removeAttribute( name );\n\t\t\t}\n\t\t}\n\t}\n} );\n\n// Hooks for boolean attributes\nboolHook = {\n\tset: function( elem, value, name ) {\n\t\tif ( value === false ) {\n\n\t\t\t// Remove boolean attributes when set to false\n\t\t\tjQuery.removeAttr( elem, name );\n\t\t} else {\n\t\t\telem.setAttribute( name, name );\n\t\t}\n\t\treturn name;\n\t}\n};\n\njQuery.each( jQuery.expr.match.bool.source.match( /\\w+/g ), function( _i, name ) {\n\tvar getter = attrHandle[ name ] || jQuery.find.attr;\n\n\tattrHandle[ name ] = function( elem, name, isXML ) {\n\t\tvar ret, handle,\n\t\t\tlowercaseName = name.toLowerCase();\n\n\t\tif ( !isXML ) {\n\n\t\t\t// Avoid an infinite loop by temporarily removing this function from the getter\n\t\t\thandle = attrHandle[ lowercaseName ];\n\t\t\tattrHandle[ lowercaseName ] = ret;\n\t\t\tret = getter( elem, name, isXML ) != null ?\n\t\t\t\tlowercaseName :\n\t\t\t\tnull;\n\t\t\tattrHandle[ lowercaseName ] = handle;\n\t\t}\n\t\treturn ret;\n\t};\n} );\n\n\n\n\nvar rfocusable = /^(?:input|select|textarea|button)$/i,\n\trclickable = /^(?:a|area)$/i;\n\njQuery.fn.extend( {\n\tprop: function( name, value ) {\n\t\treturn access( this, jQuery.prop, name, value, arguments.length > 1 );\n\t},\n\n\tremoveProp: function( name ) {\n\t\treturn this.each( function() {\n\t\t\tdelete this[ jQuery.propFix[ name ] || name ];\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tprop: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set properties on text, comment and attribute nodes\n\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// Fix name and attach hooks\n\t\t\tname = jQuery.propFix[ name ] || name;\n\t\t\thooks = jQuery.propHooks[ name ];\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( hooks && \"set\" in hooks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\treturn ( elem[ name ] = value );\n\t\t}\n\n\t\tif ( hooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\treturn elem[ name ];\n\t},\n\n\tpropHooks: {\n\t\ttabIndex: {\n\t\t\tget: function( elem ) {\n\n\t\t\t\t// Support: IE <=9 - 11 only\n\t\t\t\t// elem.tabIndex doesn't always return the\n\t\t\t\t// correct value when it hasn't been explicitly set\n\t\t\t\t// https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/\n\t\t\t\t// Use proper attribute retrieval(#12072)\n\t\t\t\tvar tabindex = jQuery.find.attr( elem, \"tabindex\" );\n\n\t\t\t\tif ( tabindex ) {\n\t\t\t\t\treturn parseInt( tabindex, 10 );\n\t\t\t\t}\n\n\t\t\t\tif (\n\t\t\t\t\trfocusable.test( elem.nodeName ) ||\n\t\t\t\t\trclickable.test( elem.nodeName ) &&\n\t\t\t\t\telem.href\n\t\t\t\t) {\n\t\t\t\t\treturn 0;\n\t\t\t\t}\n\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t},\n\n\tpropFix: {\n\t\t\"for\": \"htmlFor\",\n\t\t\"class\": \"className\"\n\t}\n} );\n\n// Support: IE <=11 only\n// Accessing the selectedIndex property\n// forces the browser to respect setting selected\n// on the option\n// The getter ensures a default option is selected\n// when in an optgroup\n// eslint rule \"no-unused-expressions\" is disabled for this code\n// since it considers such accessions noop\nif ( !support.optSelected ) {\n\tjQuery.propHooks.selected = {\n\t\tget: function( elem ) {\n\n\t\t\t/* eslint no-unused-expressions: \"off\" */\n\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent && parent.parentNode ) {\n\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t}\n\t\t\treturn null;\n\t\t},\n\t\tset: function( elem ) {\n\n\t\t\t/* eslint no-unused-expressions: \"off\" */\n\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent ) {\n\t\t\t\tparent.selectedIndex;\n\n\t\t\t\tif ( parent.parentNode ) {\n\t\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\njQuery.each( [\n\t\"tabIndex\",\n\t\"readOnly\",\n\t\"maxLength\",\n\t\"cellSpacing\",\n\t\"cellPadding\",\n\t\"rowSpan\",\n\t\"colSpan\",\n\t\"useMap\",\n\t\"frameBorder\",\n\t\"contentEditable\"\n], function() {\n\tjQuery.propFix[ this.toLowerCase() ] = this;\n} );\n\n\n\n\n\t// Strip and collapse whitespace according to HTML spec\n\t// https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace\n\tfunction stripAndCollapse( value ) {\n\t\tvar tokens = value.match( rnothtmlwhite ) || [];\n\t\treturn tokens.join( \" \" );\n\t}\n\n\nfunction getClass( elem ) {\n\treturn elem.getAttribute && elem.getAttribute( \"class\" ) || \"\";\n}\n\nfunction classesToArray( value ) {\n\tif ( Array.isArray( value ) ) {\n\t\treturn value;\n\t}\n\tif ( typeof value === \"string\" ) {\n\t\treturn value.match( rnothtmlwhite ) || [];\n\t}\n\treturn [];\n}\n\njQuery.fn.extend( {\n\taddClass: function( value ) {\n\t\tvar classes, elem, cur, curValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).addClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\t\t\t\tcur = elem.nodeType === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\t\t\t\t\t\tif ( cur.indexOf( \" \" + clazz + \" \" ) < 0 ) {\n\t\t\t\t\t\t\tcur += clazz + \" \";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tremoveClass: function( value ) {\n\t\tvar classes, elem, cur, curValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).removeClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tif ( !arguments.length ) {\n\t\t\treturn this.attr( \"class\", \"\" );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\n\t\t\t\t// This expression is here for better compressibility (see addClass)\n\t\t\t\tcur = elem.nodeType === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\n\t\t\t\t\t\t// Remove *all* instances\n\t\t\t\t\t\twhile ( cur.indexOf( \" \" + clazz + \" \" ) > -1 ) {\n\t\t\t\t\t\t\tcur = cur.replace( \" \" + clazz + \" \", \" \" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\ttoggleClass: function( value, stateVal ) {\n\t\tvar type = typeof value,\n\t\t\tisValidValue = type === \"string\" || Array.isArray( value );\n\n\t\tif ( typeof stateVal === \"boolean\" && isValidValue ) {\n\t\t\treturn stateVal ? this.addClass( value ) : this.removeClass( value );\n\t\t}\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( i ) {\n\t\t\t\tjQuery( this ).toggleClass(\n\t\t\t\t\tvalue.call( this, i, getClass( this ), stateVal ),\n\t\t\t\t\tstateVal\n\t\t\t\t);\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar className, i, self, classNames;\n\n\t\t\tif ( isValidValue ) {\n\n\t\t\t\t// Toggle individual class names\n\t\t\t\ti = 0;\n\t\t\t\tself = jQuery( this );\n\t\t\t\tclassNames = classesToArray( value );\n\n\t\t\t\twhile ( ( className = classNames[ i++ ] ) ) {\n\n\t\t\t\t\t// Check each className given, space separated list\n\t\t\t\t\tif ( self.hasClass( className ) ) {\n\t\t\t\t\t\tself.removeClass( className );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tself.addClass( className );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Toggle whole class name\n\t\t\t} else if ( value === undefined || type === \"boolean\" ) {\n\t\t\t\tclassName = getClass( this );\n\t\t\t\tif ( className ) {\n\n\t\t\t\t\t// Store className if set\n\t\t\t\t\tdataPriv.set( this, \"__className__\", className );\n\t\t\t\t}\n\n\t\t\t\t// If the element has a class name or if we're passed `false`,\n\t\t\t\t// then remove the whole classname (if there was one, the above saved it).\n\t\t\t\t// Otherwise bring back whatever was previously saved (if anything),\n\t\t\t\t// falling back to the empty string if nothing was stored.\n\t\t\t\tif ( this.setAttribute ) {\n\t\t\t\t\tthis.setAttribute( \"class\",\n\t\t\t\t\t\tclassName || value === false ?\n\t\t\t\t\t\t\"\" :\n\t\t\t\t\t\tdataPriv.get( this, \"__className__\" ) || \"\"\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\thasClass: function( selector ) {\n\t\tvar className, elem,\n\t\t\ti = 0;\n\n\t\tclassName = \" \" + selector + \" \";\n\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\tif ( elem.nodeType === 1 &&\n\t\t\t\t( \" \" + stripAndCollapse( getClass( elem ) ) + \" \" ).indexOf( className ) > -1 ) {\n\t\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}\n} );\n\n\n\n\nvar rreturn = /\\r/g;\n\njQuery.fn.extend( {\n\tval: function( value ) {\n\t\tvar hooks, ret, valueIsFunction,\n\t\t\telem = this[ 0 ];\n\n\t\tif ( !arguments.length ) {\n\t\t\tif ( elem ) {\n\t\t\t\thooks = jQuery.valHooks[ elem.type ] ||\n\t\t\t\t\tjQuery.valHooks[ elem.nodeName.toLowerCase() ];\n\n\t\t\t\tif ( hooks &&\n\t\t\t\t\t\"get\" in hooks &&\n\t\t\t\t\t( ret = hooks.get( elem, \"value\" ) ) !== undefined\n\t\t\t\t) {\n\t\t\t\t\treturn ret;\n\t\t\t\t}\n\n\t\t\t\tret = elem.value;\n\n\t\t\t\t// Handle most common string cases\n\t\t\t\tif ( typeof ret === \"string\" ) {\n\t\t\t\t\treturn ret.replace( rreturn, \"\" );\n\t\t\t\t}\n\n\t\t\t\t// Handle cases where value is null/undef or number\n\t\t\t\treturn ret == null ? \"\" : ret;\n\t\t\t}\n\n\t\t\treturn;\n\t\t}\n\n\t\tvalueIsFunction = isFunction( value );\n\n\t\treturn this.each( function( i ) {\n\t\t\tvar val;\n\n\t\t\tif ( this.nodeType !== 1 ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\tval = value.call( this, i, jQuery( this ).val() );\n\t\t\t} else {\n\t\t\t\tval = value;\n\t\t\t}\n\n\t\t\t// Treat null/undefined as \"\"; convert numbers to string\n\t\t\tif ( val == null ) {\n\t\t\t\tval = \"\";\n\n\t\t\t} else if ( typeof val === \"number\" ) {\n\t\t\t\tval += \"\";\n\n\t\t\t} else if ( Array.isArray( val ) ) {\n\t\t\t\tval = jQuery.map( val, function( value ) {\n\t\t\t\t\treturn value == null ? \"\" : value + \"\";\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\thooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ];\n\n\t\t\t// If set returns undefined, fall back to normal setting\n\t\t\tif ( !hooks || !( \"set\" in hooks ) || hooks.set( this, val, \"value\" ) === undefined ) {\n\t\t\t\tthis.value = val;\n\t\t\t}\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tvalHooks: {\n\t\toption: {\n\t\t\tget: function( elem ) {\n\n\t\t\t\tvar val = jQuery.find.attr( elem, \"value\" );\n\t\t\t\treturn val != null ?\n\t\t\t\t\tval :\n\n\t\t\t\t\t// Support: IE <=10 - 11 only\n\t\t\t\t\t// option.text throws exceptions (#14686, #14858)\n\t\t\t\t\t// Strip and collapse whitespace\n\t\t\t\t\t// https://html.spec.whatwg.org/#strip-and-collapse-whitespace\n\t\t\t\t\tstripAndCollapse( jQuery.text( elem ) );\n\t\t\t}\n\t\t},\n\t\tselect: {\n\t\t\tget: function( elem ) {\n\t\t\t\tvar value, option, i,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tindex = elem.selectedIndex,\n\t\t\t\t\tone = elem.type === \"select-one\",\n\t\t\t\t\tvalues = one ? null : [],\n\t\t\t\t\tmax = one ? index + 1 : options.length;\n\n\t\t\t\tif ( index < 0 ) {\n\t\t\t\t\ti = max;\n\n\t\t\t\t} else {\n\t\t\t\t\ti = one ? index : 0;\n\t\t\t\t}\n\n\t\t\t\t// Loop through all the selected options\n\t\t\t\tfor ( ; i < max; i++ ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t// IE8-9 doesn't update selected after form reset (#2551)\n\t\t\t\t\tif ( ( option.selected || i === index ) &&\n\n\t\t\t\t\t\t\t// Don't return options that are disabled or in a disabled optgroup\n\t\t\t\t\t\t\t!option.disabled &&\n\t\t\t\t\t\t\t( !option.parentNode.disabled ||\n\t\t\t\t\t\t\t\t!nodeName( option.parentNode, \"optgroup\" ) ) ) {\n\n\t\t\t\t\t\t// Get the specific value for the option\n\t\t\t\t\t\tvalue = jQuery( option ).val();\n\n\t\t\t\t\t\t// We don't need an array for one selects\n\t\t\t\t\t\tif ( one ) {\n\t\t\t\t\t\t\treturn value;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Multi-Selects return an array\n\t\t\t\t\t\tvalues.push( value );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn values;\n\t\t\t},\n\n\t\t\tset: function( elem, value ) {\n\t\t\t\tvar optionSet, option,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tvalues = jQuery.makeArray( value ),\n\t\t\t\t\ti = options.length;\n\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t/* eslint-disable no-cond-assign */\n\n\t\t\t\t\tif ( option.selected =\n\t\t\t\t\t\tjQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1\n\t\t\t\t\t) {\n\t\t\t\t\t\toptionSet = true;\n\t\t\t\t\t}\n\n\t\t\t\t\t/* eslint-enable no-cond-assign */\n\t\t\t\t}\n\n\t\t\t\t// Force browsers to behave consistently when non-matching value is set\n\t\t\t\tif ( !optionSet ) {\n\t\t\t\t\telem.selectedIndex = -1;\n\t\t\t\t}\n\t\t\t\treturn values;\n\t\t\t}\n\t\t}\n\t}\n} );\n\n// Radios and checkboxes getter/setter\njQuery.each( [ \"radio\", \"checkbox\" ], function() {\n\tjQuery.valHooks[ this ] = {\n\t\tset: function( elem, value ) {\n\t\t\tif ( Array.isArray( value ) ) {\n\t\t\t\treturn ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 );\n\t\t\t}\n\t\t}\n\t};\n\tif ( !support.checkOn ) {\n\t\tjQuery.valHooks[ this ].get = function( elem ) {\n\t\t\treturn elem.getAttribute( \"value\" ) === null ? \"on\" : elem.value;\n\t\t};\n\t}\n} );\n\n\n\n\n// Return jQuery for attributes-only inclusion\n\n\nsupport.focusin = \"onfocusin\" in window;\n\n\nvar rfocusMorph = /^(?:focusinfocus|focusoutblur)$/,\n\tstopPropagationCallback = function( e ) {\n\t\te.stopPropagation();\n\t};\n\njQuery.extend( jQuery.event, {\n\n\ttrigger: function( event, data, elem, onlyHandlers ) {\n\n\t\tvar i, cur, tmp, bubbleType, ontype, handle, special, lastElement,\n\t\t\teventPath = [ elem || document ],\n\t\t\ttype = hasOwn.call( event, \"type\" ) ? event.type : event,\n\t\t\tnamespaces = hasOwn.call( event, \"namespace\" ) ? event.namespace.split( \".\" ) : [];\n\n\t\tcur = lastElement = tmp = elem = elem || document;\n\n\t\t// Don't do events on text and comment nodes\n\t\tif ( elem.nodeType === 3 || elem.nodeType === 8 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// focus/blur morphs to focusin/out; ensure we're not firing them right now\n\t\tif ( rfocusMorph.test( type + jQuery.event.triggered ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( type.indexOf( \".\" ) > -1 ) {\n\n\t\t\t// Namespaced trigger; create a regexp to match event type in handle()\n\t\t\tnamespaces = type.split( \".\" );\n\t\t\ttype = namespaces.shift();\n\t\t\tnamespaces.sort();\n\t\t}\n\t\tontype = type.indexOf( \":\" ) < 0 && \"on\" + type;\n\n\t\t// Caller can pass in a jQuery.Event object, Object, or just an event type string\n\t\tevent = event[ jQuery.expando ] ?\n\t\t\tevent :\n\t\t\tnew jQuery.Event( type, typeof event === \"object\" && event );\n\n\t\t// Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true)\n\t\tevent.isTrigger = onlyHandlers ? 2 : 3;\n\t\tevent.namespace = namespaces.join( \".\" );\n\t\tevent.rnamespace = event.namespace ?\n\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" ) :\n\t\t\tnull;\n\n\t\t// Clean up the event in case it is being reused\n\t\tevent.result = undefined;\n\t\tif ( !event.target ) {\n\t\t\tevent.target = elem;\n\t\t}\n\n\t\t// Clone any incoming data and prepend the event, creating the handler arg list\n\t\tdata = data == null ?\n\t\t\t[ event ] :\n\t\t\tjQuery.makeArray( data, [ event ] );\n\n\t\t// Allow special events to draw outside the lines\n\t\tspecial = jQuery.event.special[ type ] || {};\n\t\tif ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine event propagation path in advance, per W3C events spec (#9951)\n\t\t// Bubble up to document, then to window; watch for a global ownerDocument var (#9724)\n\t\tif ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) {\n\n\t\t\tbubbleType = special.delegateType || type;\n\t\t\tif ( !rfocusMorph.test( bubbleType + type ) ) {\n\t\t\t\tcur = cur.parentNode;\n\t\t\t}\n\t\t\tfor ( ; cur; cur = cur.parentNode ) {\n\t\t\t\teventPath.push( cur );\n\t\t\t\ttmp = cur;\n\t\t\t}\n\n\t\t\t// Only add window if we got to document (e.g., not plain obj or detached DOM)\n\t\t\tif ( tmp === ( elem.ownerDocument || document ) ) {\n\t\t\t\teventPath.push( tmp.defaultView || tmp.parentWindow || window );\n\t\t\t}\n\t\t}\n\n\t\t// Fire handlers on the event path\n\t\ti = 0;\n\t\twhile ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tlastElement = cur;\n\t\t\tevent.type = i > 1 ?\n\t\t\t\tbubbleType :\n\t\t\t\tspecial.bindType || type;\n\n\t\t\t// jQuery handler\n\t\t\thandle = (\n\t\t\t\t\tdataPriv.get( cur, \"events\" ) || Object.create( null )\n\t\t\t\t)[ event.type ] &&\n\t\t\t\tdataPriv.get( cur, \"handle\" );\n\t\t\tif ( handle ) {\n\t\t\t\thandle.apply( cur, data );\n\t\t\t}\n\n\t\t\t// Native handler\n\t\t\thandle = ontype && cur[ ontype ];\n\t\t\tif ( handle && handle.apply && acceptData( cur ) ) {\n\t\t\t\tevent.result = handle.apply( cur, data );\n\t\t\t\tif ( event.result === false ) {\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tevent.type = type;\n\n\t\t// If nobody prevented the default action, do it now\n\t\tif ( !onlyHandlers && !event.isDefaultPrevented() ) {\n\n\t\t\tif ( ( !special._default ||\n\t\t\t\tspecial._default.apply( eventPath.pop(), data ) === false ) &&\n\t\t\t\tacceptData( elem ) ) {\n\n\t\t\t\t// Call a native DOM method on the target with the same name as the event.\n\t\t\t\t// Don't do default actions on window, that's where global variables be (#6170)\n\t\t\t\tif ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) {\n\n\t\t\t\t\t// Don't re-trigger an onFOO event when we call its FOO() method\n\t\t\t\t\ttmp = elem[ ontype ];\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = null;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prevent re-triggering of the same event, since we already bubbled it above\n\t\t\t\t\tjQuery.event.triggered = type;\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.addEventListener( type, stopPropagationCallback );\n\t\t\t\t\t}\n\n\t\t\t\t\telem[ type ]();\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.removeEventListener( type, stopPropagationCallback );\n\t\t\t\t\t}\n\n\t\t\t\t\tjQuery.event.triggered = undefined;\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\t// Piggyback on a donor event to simulate a different one\n\t// Used only for `focus(in | out)` events\n\tsimulate: function( type, elem, event ) {\n\t\tvar e = jQuery.extend(\n\t\t\tnew jQuery.Event(),\n\t\t\tevent,\n\t\t\t{\n\t\t\t\ttype: type,\n\t\t\t\tisSimulated: true\n\t\t\t}\n\t\t);\n\n\t\tjQuery.event.trigger( e, null, elem );\n\t}\n\n} );\n\njQuery.fn.extend( {\n\n\ttrigger: function( type, data ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.trigger( type, data, this );\n\t\t} );\n\t},\n\ttriggerHandler: function( type, data ) {\n\t\tvar elem = this[ 0 ];\n\t\tif ( elem ) {\n\t\t\treturn jQuery.event.trigger( type, data, elem, true );\n\t\t}\n\t}\n} );\n\n\n// Support: Firefox <=44\n// Firefox doesn't have focus(in | out) events\n// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787\n//\n// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1\n// focus(in | out) events fire after focus & blur events,\n// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order\n// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857\nif ( !support.focusin ) {\n\tjQuery.each( { focus: \"focusin\", blur: \"focusout\" }, function( orig, fix ) {\n\n\t\t// Attach a single capturing handler on the document while someone wants focusin/focusout\n\t\tvar handler = function( event ) {\n\t\t\tjQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) );\n\t\t};\n\n\t\tjQuery.event.special[ fix ] = {\n\t\t\tsetup: function() {\n\n\t\t\t\t// Handle: regular nodes (via `this.ownerDocument`), window\n\t\t\t\t// (via `this.document`) & document (via `this`).\n\t\t\t\tvar doc = this.ownerDocument || this.document || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix );\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.addEventListener( orig, handler, true );\n\t\t\t\t}\n\t\t\t\tdataPriv.access( doc, fix, ( attaches || 0 ) + 1 );\n\t\t\t},\n\t\t\tteardown: function() {\n\t\t\t\tvar doc = this.ownerDocument || this.document || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix ) - 1;\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.removeEventListener( orig, handler, true );\n\t\t\t\t\tdataPriv.remove( doc, fix );\n\n\t\t\t\t} else {\n\t\t\t\t\tdataPriv.access( doc, fix, attaches );\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t} );\n}\nvar location = window.location;\n\nvar nonce = { guid: Date.now() };\n\nvar rquery = ( /\\?/ );\n\n\n\n// Cross-browser xml parsing\njQuery.parseXML = function( data ) {\n\tvar xml;\n\tif ( !data || typeof data !== \"string\" ) {\n\t\treturn null;\n\t}\n\n\t// Support: IE 9 - 11 only\n\t// IE throws on parseFromString with invalid input.\n\ttry {\n\t\txml = ( new window.DOMParser() ).parseFromString( data, \"text/xml\" );\n\t} catch ( e ) {\n\t\txml = undefined;\n\t}\n\n\tif ( !xml || xml.getElementsByTagName( \"parsererror\" ).length ) {\n\t\tjQuery.error( \"Invalid XML: \" + data );\n\t}\n\treturn xml;\n};\n\n\nvar\n\trbracket = /\\[\\]$/,\n\trCRLF = /\\r?\\n/g,\n\trsubmitterTypes = /^(?:submit|button|image|reset|file)$/i,\n\trsubmittable = /^(?:input|select|textarea|keygen)/i;\n\nfunction buildParams( prefix, obj, traditional, add ) {\n\tvar name;\n\n\tif ( Array.isArray( obj ) ) {\n\n\t\t// Serialize array item.\n\t\tjQuery.each( obj, function( i, v ) {\n\t\t\tif ( traditional || rbracket.test( prefix ) ) {\n\n\t\t\t\t// Treat each array item as a scalar.\n\t\t\t\tadd( prefix, v );\n\n\t\t\t} else {\n\n\t\t\t\t// Item is non-scalar (array or object), encode its numeric index.\n\t\t\t\tbuildParams(\n\t\t\t\t\tprefix + \"[\" + ( typeof v === \"object\" && v != null ? i : \"\" ) + \"]\",\n\t\t\t\t\tv,\n\t\t\t\t\ttraditional,\n\t\t\t\t\tadd\n\t\t\t\t);\n\t\t\t}\n\t\t} );\n\n\t} else if ( !traditional && toType( obj ) === \"object\" ) {\n\n\t\t// Serialize object item.\n\t\tfor ( name in obj ) {\n\t\t\tbuildParams( prefix + \"[\" + name + \"]\", obj[ name ], traditional, add );\n\t\t}\n\n\t} else {\n\n\t\t// Serialize scalar item.\n\t\tadd( prefix, obj );\n\t}\n}\n\n// Serialize an array of form elements or a set of\n// key/values into a query string\njQuery.param = function( a, traditional ) {\n\tvar prefix,\n\t\ts = [],\n\t\tadd = function( key, valueOrFunction ) {\n\n\t\t\t// If value is a function, invoke it and use its return value\n\t\t\tvar value = isFunction( valueOrFunction ) ?\n\t\t\t\tvalueOrFunction() :\n\t\t\t\tvalueOrFunction;\n\n\t\t\ts[ s.length ] = encodeURIComponent( key ) + \"=\" +\n\t\t\t\tencodeURIComponent( value == null ? \"\" : value );\n\t\t};\n\n\tif ( a == null ) {\n\t\treturn \"\";\n\t}\n\n\t// If an array was passed in, assume that it is an array of form elements.\n\tif ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {\n\n\t\t// Serialize the form elements\n\t\tjQuery.each( a, function() {\n\t\t\tadd( this.name, this.value );\n\t\t} );\n\n\t} else {\n\n\t\t// If traditional, encode the \"old\" way (the way 1.3.2 or older\n\t\t// did it), otherwise encode params recursively.\n\t\tfor ( prefix in a ) {\n\t\t\tbuildParams( prefix, a[ prefix ], traditional, add );\n\t\t}\n\t}\n\n\t// Return the resulting serialization\n\treturn s.join( \"&\" );\n};\n\njQuery.fn.extend( {\n\tserialize: function() {\n\t\treturn jQuery.param( this.serializeArray() );\n\t},\n\tserializeArray: function() {\n\t\treturn this.map( function() {\n\n\t\t\t// Can add propHook for \"elements\" to filter or add form elements\n\t\t\tvar elements = jQuery.prop( this, \"elements\" );\n\t\t\treturn elements ? jQuery.makeArray( elements ) : this;\n\t\t} )\n\t\t.filter( function() {\n\t\t\tvar type = this.type;\n\n\t\t\t// Use .is( \":disabled\" ) so that fieldset[disabled] works\n\t\t\treturn this.name && !jQuery( this ).is( \":disabled\" ) &&\n\t\t\t\trsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) &&\n\t\t\t\t( this.checked || !rcheckableType.test( type ) );\n\t\t} )\n\t\t.map( function( _i, elem ) {\n\t\t\tvar val = jQuery( this ).val();\n\n\t\t\tif ( val == null ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\tif ( Array.isArray( val ) ) {\n\t\t\t\treturn jQuery.map( val, function( val ) {\n\t\t\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t} ).get();\n\t}\n} );\n\n\nvar\n\tr20 = /%20/g,\n\trhash = /#.*$/,\n\trantiCache = /([?&])_=[^&]*/,\n\trheaders = /^(.*?):[ \\t]*([^\\r\\n]*)$/mg,\n\n\t// #7653, #8125, #8152: local protocol detection\n\trlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/,\n\trnoContent = /^(?:GET|HEAD)$/,\n\trprotocol = /^\\/\\//,\n\n\t/* Prefilters\n\t * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)\n\t * 2) These are called:\n\t * - BEFORE asking for a transport\n\t * - AFTER param serialization (s.data is a string if s.processData is true)\n\t * 3) key is the dataType\n\t * 4) the catchall symbol \"*\" can be used\n\t * 5) execution will start with transport dataType and THEN continue down to \"*\" if needed\n\t */\n\tprefilters = {},\n\n\t/* Transports bindings\n\t * 1) key is the dataType\n\t * 2) the catchall symbol \"*\" can be used\n\t * 3) selection will start with transport dataType and THEN go to \"*\" if needed\n\t */\n\ttransports = {},\n\n\t// Avoid comment-prolog char sequence (#10098); must appease lint and evade compression\n\tallTypes = \"*/\".concat( \"*\" ),\n\n\t// Anchor tag for parsing the document origin\n\toriginAnchor = document.createElement( \"a\" );\n\toriginAnchor.href = location.href;\n\n// Base \"constructor\" for jQuery.ajaxPrefilter and jQuery.ajaxTransport\nfunction addToPrefiltersOrTransports( structure ) {\n\n\t// dataTypeExpression is optional and defaults to \"*\"\n\treturn function( dataTypeExpression, func ) {\n\n\t\tif ( typeof dataTypeExpression !== \"string\" ) {\n\t\t\tfunc = dataTypeExpression;\n\t\t\tdataTypeExpression = \"*\";\n\t\t}\n\n\t\tvar dataType,\n\t\t\ti = 0,\n\t\t\tdataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || [];\n\n\t\tif ( isFunction( func ) ) {\n\n\t\t\t// For each dataType in the dataTypeExpression\n\t\t\twhile ( ( dataType = dataTypes[ i++ ] ) ) {\n\n\t\t\t\t// Prepend if requested\n\t\t\t\tif ( dataType[ 0 ] === \"+\" ) {\n\t\t\t\t\tdataType = dataType.slice( 1 ) || \"*\";\n\t\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func );\n\n\t\t\t\t// Otherwise append\n\t\t\t\t} else {\n\t\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).push( func );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\n// Base inspection function for prefilters and transports\nfunction inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) {\n\n\tvar inspected = {},\n\t\tseekingTransport = ( structure === transports );\n\n\tfunction inspect( dataType ) {\n\t\tvar selected;\n\t\tinspected[ dataType ] = true;\n\t\tjQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) {\n\t\t\tvar dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR );\n\t\t\tif ( typeof dataTypeOrTransport === \"string\" &&\n\t\t\t\t!seekingTransport && !inspected[ dataTypeOrTransport ] ) {\n\n\t\t\t\toptions.dataTypes.unshift( dataTypeOrTransport );\n\t\t\t\tinspect( dataTypeOrTransport );\n\t\t\t\treturn false;\n\t\t\t} else if ( seekingTransport ) {\n\t\t\t\treturn !( selected = dataTypeOrTransport );\n\t\t\t}\n\t\t} );\n\t\treturn selected;\n\t}\n\n\treturn inspect( options.dataTypes[ 0 ] ) || !inspected[ \"*\" ] && inspect( \"*\" );\n}\n\n// A special extend for ajax options\n// that takes \"flat\" options (not to be deep extended)\n// Fixes #9887\nfunction ajaxExtend( target, src ) {\n\tvar key, deep,\n\t\tflatOptions = jQuery.ajaxSettings.flatOptions || {};\n\n\tfor ( key in src ) {\n\t\tif ( src[ key ] !== undefined ) {\n\t\t\t( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ];\n\t\t}\n\t}\n\tif ( deep ) {\n\t\tjQuery.extend( true, target, deep );\n\t}\n\n\treturn target;\n}\n\n/* Handles responses to an ajax request:\n * - finds the right dataType (mediates between content-type and expected dataType)\n * - returns the corresponding response\n */\nfunction ajaxHandleResponses( s, jqXHR, responses ) {\n\n\tvar ct, type, finalDataType, firstDataType,\n\t\tcontents = s.contents,\n\t\tdataTypes = s.dataTypes;\n\n\t// Remove auto dataType and get content-type in the process\n\twhile ( dataTypes[ 0 ] === \"*\" ) {\n\t\tdataTypes.shift();\n\t\tif ( ct === undefined ) {\n\t\t\tct = s.mimeType || jqXHR.getResponseHeader( \"Content-Type\" );\n\t\t}\n\t}\n\n\t// Check if we're dealing with a known content-type\n\tif ( ct ) {\n\t\tfor ( type in contents ) {\n\t\t\tif ( contents[ type ] && contents[ type ].test( ct ) ) {\n\t\t\t\tdataTypes.unshift( type );\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Check to see if we have a response for the expected dataType\n\tif ( dataTypes[ 0 ] in responses ) {\n\t\tfinalDataType = dataTypes[ 0 ];\n\t} else {\n\n\t\t// Try convertible dataTypes\n\t\tfor ( type in responses ) {\n\t\t\tif ( !dataTypes[ 0 ] || s.converters[ type + \" \" + dataTypes[ 0 ] ] ) {\n\t\t\t\tfinalDataType = type;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( !firstDataType ) {\n\t\t\t\tfirstDataType = type;\n\t\t\t}\n\t\t}\n\n\t\t// Or just use first one\n\t\tfinalDataType = finalDataType || firstDataType;\n\t}\n\n\t// If we found a dataType\n\t// We add the dataType to the list if needed\n\t// and return the corresponding response\n\tif ( finalDataType ) {\n\t\tif ( finalDataType !== dataTypes[ 0 ] ) {\n\t\t\tdataTypes.unshift( finalDataType );\n\t\t}\n\t\treturn responses[ finalDataType ];\n\t}\n}\n\n/* Chain conversions given the request and the original response\n * Also sets the responseXXX fields on the jqXHR instance\n */\nfunction ajaxConvert( s, response, jqXHR, isSuccess ) {\n\tvar conv2, current, conv, tmp, prev,\n\t\tconverters = {},\n\n\t\t// Work with a copy of dataTypes in case we need to modify it for conversion\n\t\tdataTypes = s.dataTypes.slice();\n\n\t// Create converters map with lowercased keys\n\tif ( dataTypes[ 1 ] ) {\n\t\tfor ( conv in s.converters ) {\n\t\t\tconverters[ conv.toLowerCase() ] = s.converters[ conv ];\n\t\t}\n\t}\n\n\tcurrent = dataTypes.shift();\n\n\t// Convert to each sequential dataType\n\twhile ( current ) {\n\n\t\tif ( s.responseFields[ current ] ) {\n\t\t\tjqXHR[ s.responseFields[ current ] ] = response;\n\t\t}\n\n\t\t// Apply the dataFilter if provided\n\t\tif ( !prev && isSuccess && s.dataFilter ) {\n\t\t\tresponse = s.dataFilter( response, s.dataType );\n\t\t}\n\n\t\tprev = current;\n\t\tcurrent = dataTypes.shift();\n\n\t\tif ( current ) {\n\n\t\t\t// There's only work to do if current dataType is non-auto\n\t\t\tif ( current === \"*\" ) {\n\n\t\t\t\tcurrent = prev;\n\n\t\t\t// Convert response if prev dataType is non-auto and differs from current\n\t\t\t} else if ( prev !== \"*\" && prev !== current ) {\n\n\t\t\t\t// Seek a direct converter\n\t\t\t\tconv = converters[ prev + \" \" + current ] || converters[ \"* \" + current ];\n\n\t\t\t\t// If none found, seek a pair\n\t\t\t\tif ( !conv ) {\n\t\t\t\t\tfor ( conv2 in converters ) {\n\n\t\t\t\t\t\t// If conv2 outputs current\n\t\t\t\t\t\ttmp = conv2.split( \" \" );\n\t\t\t\t\t\tif ( tmp[ 1 ] === current ) {\n\n\t\t\t\t\t\t\t// If prev can be converted to accepted input\n\t\t\t\t\t\t\tconv = converters[ prev + \" \" + tmp[ 0 ] ] ||\n\t\t\t\t\t\t\t\tconverters[ \"* \" + tmp[ 0 ] ];\n\t\t\t\t\t\t\tif ( conv ) {\n\n\t\t\t\t\t\t\t\t// Condense equivalence converters\n\t\t\t\t\t\t\t\tif ( conv === true ) {\n\t\t\t\t\t\t\t\t\tconv = converters[ conv2 ];\n\n\t\t\t\t\t\t\t\t// Otherwise, insert the intermediate dataType\n\t\t\t\t\t\t\t\t} else if ( converters[ conv2 ] !== true ) {\n\t\t\t\t\t\t\t\t\tcurrent = tmp[ 0 ];\n\t\t\t\t\t\t\t\t\tdataTypes.unshift( tmp[ 1 ] );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Apply converter (if not an equivalence)\n\t\t\t\tif ( conv !== true ) {\n\n\t\t\t\t\t// Unless errors are allowed to bubble, catch and return them\n\t\t\t\t\tif ( conv && s.throws ) {\n\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t} else {\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t\t} catch ( e ) {\n\t\t\t\t\t\t\treturn {\n\t\t\t\t\t\t\t\tstate: \"parsererror\",\n\t\t\t\t\t\t\t\terror: conv ? e : \"No conversion from \" + prev + \" to \" + current\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn { state: \"success\", data: response };\n}\n\njQuery.extend( {\n\n\t// Counter for holding the number of active queries\n\tactive: 0,\n\n\t// Last-Modified header cache for next request\n\tlastModified: {},\n\tetag: {},\n\n\tajaxSettings: {\n\t\turl: location.href,\n\t\ttype: \"GET\",\n\t\tisLocal: rlocalProtocol.test( location.protocol ),\n\t\tglobal: true,\n\t\tprocessData: true,\n\t\tasync: true,\n\t\tcontentType: \"application/x-www-form-urlencoded; charset=UTF-8\",\n\n\t\t/*\n\t\ttimeout: 0,\n\t\tdata: null,\n\t\tdataType: null,\n\t\tusername: null,\n\t\tpassword: null,\n\t\tcache: null,\n\t\tthrows: false,\n\t\ttraditional: false,\n\t\theaders: {},\n\t\t*/\n\n\t\taccepts: {\n\t\t\t\"*\": allTypes,\n\t\t\ttext: \"text/plain\",\n\t\t\thtml: \"text/html\",\n\t\t\txml: \"application/xml, text/xml\",\n\t\t\tjson: \"application/json, text/javascript\"\n\t\t},\n\n\t\tcontents: {\n\t\t\txml: /\\bxml\\b/,\n\t\t\thtml: /\\bhtml/,\n\t\t\tjson: /\\bjson\\b/\n\t\t},\n\n\t\tresponseFields: {\n\t\t\txml: \"responseXML\",\n\t\t\ttext: \"responseText\",\n\t\t\tjson: \"responseJSON\"\n\t\t},\n\n\t\t// Data converters\n\t\t// Keys separate source (or catchall \"*\") and destination types with a single space\n\t\tconverters: {\n\n\t\t\t// Convert anything to text\n\t\t\t\"* text\": String,\n\n\t\t\t// Text to html (true = no transformation)\n\t\t\t\"text html\": true,\n\n\t\t\t// Evaluate text as a json expression\n\t\t\t\"text json\": JSON.parse,\n\n\t\t\t// Parse text as xml\n\t\t\t\"text xml\": jQuery.parseXML\n\t\t},\n\n\t\t// For options that shouldn't be deep extended:\n\t\t// you can add your own custom options here if\n\t\t// and when you create one that shouldn't be\n\t\t// deep extended (see ajaxExtend)\n\t\tflatOptions: {\n\t\t\turl: true,\n\t\t\tcontext: true\n\t\t}\n\t},\n\n\t// Creates a full fledged settings object into target\n\t// with both ajaxSettings and settings fields.\n\t// If target is omitted, writes into ajaxSettings.\n\tajaxSetup: function( target, settings ) {\n\t\treturn settings ?\n\n\t\t\t// Building a settings object\n\t\t\tajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) :\n\n\t\t\t// Extending ajaxSettings\n\t\t\tajaxExtend( jQuery.ajaxSettings, target );\n\t},\n\n\tajaxPrefilter: addToPrefiltersOrTransports( prefilters ),\n\tajaxTransport: addToPrefiltersOrTransports( transports ),\n\n\t// Main method\n\tajax: function( url, options ) {\n\n\t\t// If url is an object, simulate pre-1.5 signature\n\t\tif ( typeof url === \"object\" ) {\n\t\t\toptions = url;\n\t\t\turl = undefined;\n\t\t}\n\n\t\t// Force options to be an object\n\t\toptions = options || {};\n\n\t\tvar transport,\n\n\t\t\t// URL without anti-cache param\n\t\t\tcacheURL,\n\n\t\t\t// Response headers\n\t\t\tresponseHeadersString,\n\t\t\tresponseHeaders,\n\n\t\t\t// timeout handle\n\t\t\ttimeoutTimer,\n\n\t\t\t// Url cleanup var\n\t\t\turlAnchor,\n\n\t\t\t// Request state (becomes false upon send and true upon completion)\n\t\t\tcompleted,\n\n\t\t\t// To know if global events are to be dispatched\n\t\t\tfireGlobals,\n\n\t\t\t// Loop variable\n\t\t\ti,\n\n\t\t\t// uncached part of the url\n\t\t\tuncached,\n\n\t\t\t// Create the final options object\n\t\t\ts = jQuery.ajaxSetup( {}, options ),\n\n\t\t\t// Callbacks context\n\t\t\tcallbackContext = s.context || s,\n\n\t\t\t// Context for global events is callbackContext if it is a DOM node or jQuery collection\n\t\t\tglobalEventContext = s.context &&\n\t\t\t\t( callbackContext.nodeType || callbackContext.jquery ) ?\n\t\t\t\t\tjQuery( callbackContext ) :\n\t\t\t\t\tjQuery.event,\n\n\t\t\t// Deferreds\n\t\t\tdeferred = jQuery.Deferred(),\n\t\t\tcompleteDeferred = jQuery.Callbacks( \"once memory\" ),\n\n\t\t\t// Status-dependent callbacks\n\t\t\tstatusCode = s.statusCode || {},\n\n\t\t\t// Headers (they are sent all at once)\n\t\t\trequestHeaders = {},\n\t\t\trequestHeadersNames = {},\n\n\t\t\t// Default abort message\n\t\t\tstrAbort = \"canceled\",\n\n\t\t\t// Fake xhr\n\t\t\tjqXHR = {\n\t\t\t\treadyState: 0,\n\n\t\t\t\t// Builds headers hashtable if needed\n\t\t\t\tgetResponseHeader: function( key ) {\n\t\t\t\t\tvar match;\n\t\t\t\t\tif ( completed ) {\n\t\t\t\t\t\tif ( !responseHeaders ) {\n\t\t\t\t\t\t\tresponseHeaders = {};\n\t\t\t\t\t\t\twhile ( ( match = rheaders.exec( responseHeadersString ) ) ) {\n\t\t\t\t\t\t\t\tresponseHeaders[ match[ 1 ].toLowerCase() + \" \" ] =\n\t\t\t\t\t\t\t\t\t( responseHeaders[ match[ 1 ].toLowerCase() + \" \" ] || [] )\n\t\t\t\t\t\t\t\t\t\t.concat( match[ 2 ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tmatch = responseHeaders[ key.toLowerCase() + \" \" ];\n\t\t\t\t\t}\n\t\t\t\t\treturn match == null ? null : match.join( \", \" );\n\t\t\t\t},\n\n\t\t\t\t// Raw string\n\t\t\t\tgetAllResponseHeaders: function() {\n\t\t\t\t\treturn completed ? responseHeadersString : null;\n\t\t\t\t},\n\n\t\t\t\t// Caches the header\n\t\t\t\tsetRequestHeader: function( name, value ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\tname = requestHeadersNames[ name.toLowerCase() ] =\n\t\t\t\t\t\t\trequestHeadersNames[ name.toLowerCase() ] || name;\n\t\t\t\t\t\trequestHeaders[ name ] = value;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Overrides response content-type header\n\t\t\t\toverrideMimeType: function( type ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\ts.mimeType = type;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Status-dependent callbacks\n\t\t\t\tstatusCode: function( map ) {\n\t\t\t\t\tvar code;\n\t\t\t\t\tif ( map ) {\n\t\t\t\t\t\tif ( completed ) {\n\n\t\t\t\t\t\t\t// Execute the appropriate callbacks\n\t\t\t\t\t\t\tjqXHR.always( map[ jqXHR.status ] );\n\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t// Lazy-add the new callbacks in a way that preserves old ones\n\t\t\t\t\t\t\tfor ( code in map ) {\n\t\t\t\t\t\t\t\tstatusCode[ code ] = [ statusCode[ code ], map[ code ] ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Cancel the request\n\t\t\t\tabort: function( statusText ) {\n\t\t\t\t\tvar finalText = statusText || strAbort;\n\t\t\t\t\tif ( transport ) {\n\t\t\t\t\t\ttransport.abort( finalText );\n\t\t\t\t\t}\n\t\t\t\t\tdone( 0, finalText );\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t};\n\n\t\t// Attach deferreds\n\t\tdeferred.promise( jqXHR );\n\n\t\t// Add protocol if not provided (prefilters might expect it)\n\t\t// Handle falsy url in the settings object (#10093: consistency with old signature)\n\t\t// We also use the url parameter if available\n\t\ts.url = ( ( url || s.url || location.href ) + \"\" )\n\t\t\t.replace( rprotocol, location.protocol + \"//\" );\n\n\t\t// Alias method option to type as per ticket #12004\n\t\ts.type = options.method || options.type || s.method || s.type;\n\n\t\t// Extract dataTypes list\n\t\ts.dataTypes = ( s.dataType || \"*\" ).toLowerCase().match( rnothtmlwhite ) || [ \"\" ];\n\n\t\t// A cross-domain request is in order when the origin doesn't match the current origin.\n\t\tif ( s.crossDomain == null ) {\n\t\t\turlAnchor = document.createElement( \"a\" );\n\n\t\t\t// Support: IE <=8 - 11, Edge 12 - 15\n\t\t\t// IE throws exception on accessing the href property if url is malformed,\n\t\t\t// e.g. http://example.com:80x/\n\t\t\ttry {\n\t\t\t\turlAnchor.href = s.url;\n\n\t\t\t\t// Support: IE <=8 - 11 only\n\t\t\t\t// Anchor's host property isn't correctly set when s.url is relative\n\t\t\t\turlAnchor.href = urlAnchor.href;\n\t\t\t\ts.crossDomain = originAnchor.protocol + \"//\" + originAnchor.host !==\n\t\t\t\t\turlAnchor.protocol + \"//\" + urlAnchor.host;\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// If there is an error parsing the URL, assume it is crossDomain,\n\t\t\t\t// it can be rejected by the transport if it is invalid\n\t\t\t\ts.crossDomain = true;\n\t\t\t}\n\t\t}\n\n\t\t// Convert data if not already a string\n\t\tif ( s.data && s.processData && typeof s.data !== \"string\" ) {\n\t\t\ts.data = jQuery.param( s.data, s.traditional );\n\t\t}\n\n\t\t// Apply prefilters\n\t\tinspectPrefiltersOrTransports( prefilters, s, options, jqXHR );\n\n\t\t// If request was aborted inside a prefilter, stop there\n\t\tif ( completed ) {\n\t\t\treturn jqXHR;\n\t\t}\n\n\t\t// We can fire global events as of now if asked to\n\t\t// Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118)\n\t\tfireGlobals = jQuery.event && s.global;\n\n\t\t// Watch for a new set of requests\n\t\tif ( fireGlobals && jQuery.active++ === 0 ) {\n\t\t\tjQuery.event.trigger( \"ajaxStart\" );\n\t\t}\n\n\t\t// Uppercase the type\n\t\ts.type = s.type.toUpperCase();\n\n\t\t// Determine if request has content\n\t\ts.hasContent = !rnoContent.test( s.type );\n\n\t\t// Save the URL in case we're toying with the If-Modified-Since\n\t\t// and/or If-None-Match header later on\n\t\t// Remove hash to simplify url manipulation\n\t\tcacheURL = s.url.replace( rhash, \"\" );\n\n\t\t// More options handling for requests with no content\n\t\tif ( !s.hasContent ) {\n\n\t\t\t// Remember the hash so we can put it back\n\t\t\tuncached = s.url.slice( cacheURL.length );\n\n\t\t\t// If data is available and should be processed, append data to url\n\t\t\tif ( s.data && ( s.processData || typeof s.data === \"string\" ) ) {\n\t\t\t\tcacheURL += ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + s.data;\n\n\t\t\t\t// #9682: remove data so that it's not used in an eventual retry\n\t\t\t\tdelete s.data;\n\t\t\t}\n\n\t\t\t// Add or update anti-cache param if needed\n\t\t\tif ( s.cache === false ) {\n\t\t\t\tcacheURL = cacheURL.replace( rantiCache, \"$1\" );\n\t\t\t\tuncached = ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + \"_=\" + ( nonce.guid++ ) +\n\t\t\t\t\tuncached;\n\t\t\t}\n\n\t\t\t// Put hash and anti-cache on the URL that will be requested (gh-1732)\n\t\t\ts.url = cacheURL + uncached;\n\n\t\t// Change '%20' to '+' if this is encoded form body content (gh-2658)\n\t\t} else if ( s.data && s.processData &&\n\t\t\t( s.contentType || \"\" ).indexOf( \"application/x-www-form-urlencoded\" ) === 0 ) {\n\t\t\ts.data = s.data.replace( r20, \"+\" );\n\t\t}\n\n\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\tif ( s.ifModified ) {\n\t\t\tif ( jQuery.lastModified[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-Modified-Since\", jQuery.lastModified[ cacheURL ] );\n\t\t\t}\n\t\t\tif ( jQuery.etag[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-None-Match\", jQuery.etag[ cacheURL ] );\n\t\t\t}\n\t\t}\n\n\t\t// Set the correct header, if data is being sent\n\t\tif ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {\n\t\t\tjqXHR.setRequestHeader( \"Content-Type\", s.contentType );\n\t\t}\n\n\t\t// Set the Accepts header for the server, depending on the dataType\n\t\tjqXHR.setRequestHeader(\n\t\t\t\"Accept\",\n\t\t\ts.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ?\n\t\t\t\ts.accepts[ s.dataTypes[ 0 ] ] +\n\t\t\t\t\t( s.dataTypes[ 0 ] !== \"*\" ? \", \" + allTypes + \"; q=0.01\" : \"\" ) :\n\t\t\t\ts.accepts[ \"*\" ]\n\t\t);\n\n\t\t// Check for headers option\n\t\tfor ( i in s.headers ) {\n\t\t\tjqXHR.setRequestHeader( i, s.headers[ i ] );\n\t\t}\n\n\t\t// Allow custom headers/mimetypes and early abort\n\t\tif ( s.beforeSend &&\n\t\t\t( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) {\n\n\t\t\t// Abort if not done already and return\n\t\t\treturn jqXHR.abort();\n\t\t}\n\n\t\t// Aborting is no longer a cancellation\n\t\tstrAbort = \"abort\";\n\n\t\t// Install callbacks on deferreds\n\t\tcompleteDeferred.add( s.complete );\n\t\tjqXHR.done( s.success );\n\t\tjqXHR.fail( s.error );\n\n\t\t// Get transport\n\t\ttransport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );\n\n\t\t// If no transport, we auto-abort\n\t\tif ( !transport ) {\n\t\t\tdone( -1, \"No Transport\" );\n\t\t} else {\n\t\t\tjqXHR.readyState = 1;\n\n\t\t\t// Send global event\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxSend\", [ jqXHR, s ] );\n\t\t\t}\n\n\t\t\t// If request was aborted inside ajaxSend, stop there\n\t\t\tif ( completed ) {\n\t\t\t\treturn jqXHR;\n\t\t\t}\n\n\t\t\t// Timeout\n\t\t\tif ( s.async && s.timeout > 0 ) {\n\t\t\t\ttimeoutTimer = window.setTimeout( function() {\n\t\t\t\t\tjqXHR.abort( \"timeout\" );\n\t\t\t\t}, s.timeout );\n\t\t\t}\n\n\t\t\ttry {\n\t\t\t\tcompleted = false;\n\t\t\t\ttransport.send( requestHeaders, done );\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// Rethrow post-completion exceptions\n\t\t\t\tif ( completed ) {\n\t\t\t\t\tthrow e;\n\t\t\t\t}\n\n\t\t\t\t// Propagate others as results\n\t\t\t\tdone( -1, e );\n\t\t\t}\n\t\t}\n\n\t\t// Callback for when everything is done\n\t\tfunction done( status, nativeStatusText, responses, headers ) {\n\t\t\tvar isSuccess, success, error, response, modified,\n\t\t\t\tstatusText = nativeStatusText;\n\n\t\t\t// Ignore repeat invocations\n\t\t\tif ( completed ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tcompleted = true;\n\n\t\t\t// Clear timeout if it exists\n\t\t\tif ( timeoutTimer ) {\n\t\t\t\twindow.clearTimeout( timeoutTimer );\n\t\t\t}\n\n\t\t\t// Dereference transport for early garbage collection\n\t\t\t// (no matter how long the jqXHR object will be used)\n\t\t\ttransport = undefined;\n\n\t\t\t// Cache response headers\n\t\t\tresponseHeadersString = headers || \"\";\n\n\t\t\t// Set readyState\n\t\t\tjqXHR.readyState = status > 0 ? 4 : 0;\n\n\t\t\t// Determine if successful\n\t\t\tisSuccess = status >= 200 && status < 300 || status === 304;\n\n\t\t\t// Get response data\n\t\t\tif ( responses ) {\n\t\t\t\tresponse = ajaxHandleResponses( s, jqXHR, responses );\n\t\t\t}\n\n\t\t\t// Use a noop converter for missing script\n\t\t\tif ( !isSuccess && jQuery.inArray( \"script\", s.dataTypes ) > -1 ) {\n\t\t\t\ts.converters[ \"text script\" ] = function() {};\n\t\t\t}\n\n\t\t\t// Convert no matter what (that way responseXXX fields are always set)\n\t\t\tresponse = ajaxConvert( s, response, jqXHR, isSuccess );\n\n\t\t\t// If successful, handle type chaining\n\t\t\tif ( isSuccess ) {\n\n\t\t\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\t\t\tif ( s.ifModified ) {\n\t\t\t\t\tmodified = jqXHR.getResponseHeader( \"Last-Modified\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.lastModified[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t\tmodified = jqXHR.getResponseHeader( \"etag\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.etag[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// if no content\n\t\t\t\tif ( status === 204 || s.type === \"HEAD\" ) {\n\t\t\t\t\tstatusText = \"nocontent\";\n\n\t\t\t\t// if not modified\n\t\t\t\t} else if ( status === 304 ) {\n\t\t\t\t\tstatusText = \"notmodified\";\n\n\t\t\t\t// If we have data, let's convert it\n\t\t\t\t} else {\n\t\t\t\t\tstatusText = response.state;\n\t\t\t\t\tsuccess = response.data;\n\t\t\t\t\terror = response.error;\n\t\t\t\t\tisSuccess = !error;\n\t\t\t\t}\n\t\t\t} else {\n\n\t\t\t\t// Extract error from statusText and normalize for non-aborts\n\t\t\t\terror = statusText;\n\t\t\t\tif ( status || !statusText ) {\n\t\t\t\t\tstatusText = \"error\";\n\t\t\t\t\tif ( status < 0 ) {\n\t\t\t\t\t\tstatus = 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Set data for the fake xhr object\n\t\t\tjqXHR.status = status;\n\t\t\tjqXHR.statusText = ( nativeStatusText || statusText ) + \"\";\n\n\t\t\t// Success/Error\n\t\t\tif ( isSuccess ) {\n\t\t\t\tdeferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );\n\t\t\t} else {\n\t\t\t\tdeferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );\n\t\t\t}\n\n\t\t\t// Status-dependent callbacks\n\t\t\tjqXHR.statusCode( statusCode );\n\t\t\tstatusCode = undefined;\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( isSuccess ? \"ajaxSuccess\" : \"ajaxError\",\n\t\t\t\t\t[ jqXHR, s, isSuccess ? success : error ] );\n\t\t\t}\n\n\t\t\t// Complete\n\t\t\tcompleteDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxComplete\", [ jqXHR, s ] );\n\n\t\t\t\t// Handle the global AJAX counter\n\t\t\t\tif ( !( --jQuery.active ) ) {\n\t\t\t\t\tjQuery.event.trigger( \"ajaxStop\" );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn jqXHR;\n\t},\n\n\tgetJSON: function( url, data, callback ) {\n\t\treturn jQuery.get( url, data, callback, \"json\" );\n\t},\n\n\tgetScript: function( url, callback ) {\n\t\treturn jQuery.get( url, undefined, callback, \"script\" );\n\t}\n} );\n\njQuery.each( [ \"get\", \"post\" ], function( _i, method ) {\n\tjQuery[ method ] = function( url, data, callback, type ) {\n\n\t\t// Shift arguments if data argument was omitted\n\t\tif ( isFunction( data ) ) {\n\t\t\ttype = type || callback;\n\t\t\tcallback = data;\n\t\t\tdata = undefined;\n\t\t}\n\n\t\t// The url can be an options object (which then must have .url)\n\t\treturn jQuery.ajax( jQuery.extend( {\n\t\t\turl: url,\n\t\t\ttype: method,\n\t\t\tdataType: type,\n\t\t\tdata: data,\n\t\t\tsuccess: callback\n\t\t}, jQuery.isPlainObject( url ) && url ) );\n\t};\n} );\n\njQuery.ajaxPrefilter( function( s ) {\n\tvar i;\n\tfor ( i in s.headers ) {\n\t\tif ( i.toLowerCase() === \"content-type\" ) {\n\t\t\ts.contentType = s.headers[ i ] || \"\";\n\t\t}\n\t}\n} );\n\n\njQuery._evalUrl = function( url, options, doc ) {\n\treturn jQuery.ajax( {\n\t\turl: url,\n\n\t\t// Make this explicit, since user can override this through ajaxSetup (#11264)\n\t\ttype: \"GET\",\n\t\tdataType: \"script\",\n\t\tcache: true,\n\t\tasync: false,\n\t\tglobal: false,\n\n\t\t// Only evaluate the response if it is successful (gh-4126)\n\t\t// dataFilter is not invoked for failure responses, so using it instead\n\t\t// of the default converter is kludgy but it works.\n\t\tconverters: {\n\t\t\t\"text script\": function() {}\n\t\t},\n\t\tdataFilter: function( response ) {\n\t\t\tjQuery.globalEval( response, options, doc );\n\t\t}\n\t} );\n};\n\n\njQuery.fn.extend( {\n\twrapAll: function( html ) {\n\t\tvar wrap;\n\n\t\tif ( this[ 0 ] ) {\n\t\t\tif ( isFunction( html ) ) {\n\t\t\t\thtml = html.call( this[ 0 ] );\n\t\t\t}\n\n\t\t\t// The elements to wrap the target around\n\t\t\twrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true );\n\n\t\t\tif ( this[ 0 ].parentNode ) {\n\t\t\t\twrap.insertBefore( this[ 0 ] );\n\t\t\t}\n\n\t\t\twrap.map( function() {\n\t\t\t\tvar elem = this;\n\n\t\t\t\twhile ( elem.firstElementChild ) {\n\t\t\t\t\telem = elem.firstElementChild;\n\t\t\t\t}\n\n\t\t\t\treturn elem;\n\t\t\t} ).append( this );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\twrapInner: function( html ) {\n\t\tif ( isFunction( html ) ) {\n\t\t\treturn this.each( function( i ) {\n\t\t\t\tjQuery( this ).wrapInner( html.call( this, i ) );\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar self = jQuery( this ),\n\t\t\t\tcontents = self.contents();\n\n\t\t\tif ( contents.length ) {\n\t\t\t\tcontents.wrapAll( html );\n\n\t\t\t} else {\n\t\t\t\tself.append( html );\n\t\t\t}\n\t\t} );\n\t},\n\n\twrap: function( html ) {\n\t\tvar htmlIsFunction = isFunction( html );\n\n\t\treturn this.each( function( i ) {\n\t\t\tjQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html );\n\t\t} );\n\t},\n\n\tunwrap: function( selector ) {\n\t\tthis.parent( selector ).not( \"body\" ).each( function() {\n\t\t\tjQuery( this ).replaceWith( this.childNodes );\n\t\t} );\n\t\treturn this;\n\t}\n} );\n\n\njQuery.expr.pseudos.hidden = function( elem ) {\n\treturn !jQuery.expr.pseudos.visible( elem );\n};\njQuery.expr.pseudos.visible = function( elem ) {\n\treturn !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length );\n};\n\n\n\n\njQuery.ajaxSettings.xhr = function() {\n\ttry {\n\t\treturn new window.XMLHttpRequest();\n\t} catch ( e ) {}\n};\n\nvar xhrSuccessStatus = {\n\n\t\t// File protocol always yields status code 0, assume 200\n\t\t0: 200,\n\n\t\t// Support: IE <=9 only\n\t\t// #1450: sometimes IE returns 1223 when it should be 204\n\t\t1223: 204\n\t},\n\txhrSupported = jQuery.ajaxSettings.xhr();\n\nsupport.cors = !!xhrSupported && ( \"withCredentials\" in xhrSupported );\nsupport.ajax = xhrSupported = !!xhrSupported;\n\njQuery.ajaxTransport( function( options ) {\n\tvar callback, errorCallback;\n\n\t// Cross domain only allowed if supported through XMLHttpRequest\n\tif ( support.cors || xhrSupported && !options.crossDomain ) {\n\t\treturn {\n\t\t\tsend: function( headers, complete ) {\n\t\t\t\tvar i,\n\t\t\t\t\txhr = options.xhr();\n\n\t\t\t\txhr.open(\n\t\t\t\t\toptions.type,\n\t\t\t\t\toptions.url,\n\t\t\t\t\toptions.async,\n\t\t\t\t\toptions.username,\n\t\t\t\t\toptions.password\n\t\t\t\t);\n\n\t\t\t\t// Apply custom fields if provided\n\t\t\t\tif ( options.xhrFields ) {\n\t\t\t\t\tfor ( i in options.xhrFields ) {\n\t\t\t\t\t\txhr[ i ] = options.xhrFields[ i ];\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Override mime type if needed\n\t\t\t\tif ( options.mimeType && xhr.overrideMimeType ) {\n\t\t\t\t\txhr.overrideMimeType( options.mimeType );\n\t\t\t\t}\n\n\t\t\t\t// X-Requested-With header\n\t\t\t\t// For cross-domain requests, seeing as conditions for a preflight are\n\t\t\t\t// akin to a jigsaw puzzle, we simply never set it to be sure.\n\t\t\t\t// (it can always be set on a per-request basis or even using ajaxSetup)\n\t\t\t\t// For same-domain requests, won't change header if already provided.\n\t\t\t\tif ( !options.crossDomain && !headers[ \"X-Requested-With\" ] ) {\n\t\t\t\t\theaders[ \"X-Requested-With\" ] = \"XMLHttpRequest\";\n\t\t\t\t}\n\n\t\t\t\t// Set headers\n\t\t\t\tfor ( i in headers ) {\n\t\t\t\t\txhr.setRequestHeader( i, headers[ i ] );\n\t\t\t\t}\n\n\t\t\t\t// Callback\n\t\t\t\tcallback = function( type ) {\n\t\t\t\t\treturn function() {\n\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\tcallback = errorCallback = xhr.onload =\n\t\t\t\t\t\t\t\txhr.onerror = xhr.onabort = xhr.ontimeout =\n\t\t\t\t\t\t\t\t\txhr.onreadystatechange = null;\n\n\t\t\t\t\t\t\tif ( type === \"abort\" ) {\n\t\t\t\t\t\t\t\txhr.abort();\n\t\t\t\t\t\t\t} else if ( type === \"error\" ) {\n\n\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t// On a manual native abort, IE9 throws\n\t\t\t\t\t\t\t\t// errors on any property access that is not readyState\n\t\t\t\t\t\t\t\tif ( typeof xhr.status !== \"number\" ) {\n\t\t\t\t\t\t\t\t\tcomplete( 0, \"error\" );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tcomplete(\n\n\t\t\t\t\t\t\t\t\t\t// File: protocol always yields status 0; see #8605, #14207\n\t\t\t\t\t\t\t\t\t\txhr.status,\n\t\t\t\t\t\t\t\t\t\txhr.statusText\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tcomplete(\n\t\t\t\t\t\t\t\t\txhrSuccessStatus[ xhr.status ] || xhr.status,\n\t\t\t\t\t\t\t\t\txhr.statusText,\n\n\t\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t\t// IE9 has no XHR2 but throws on binary (trac-11426)\n\t\t\t\t\t\t\t\t\t// For XHR2 non-text, let the caller handle it (gh-2498)\n\t\t\t\t\t\t\t\t\t( xhr.responseType || \"text\" ) !== \"text\" ||\n\t\t\t\t\t\t\t\t\ttypeof xhr.responseText !== \"string\" ?\n\t\t\t\t\t\t\t\t\t\t{ binary: xhr.response } :\n\t\t\t\t\t\t\t\t\t\t{ text: xhr.responseText },\n\t\t\t\t\t\t\t\t\txhr.getAllResponseHeaders()\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t};\n\n\t\t\t\t// Listen to events\n\t\t\t\txhr.onload = callback();\n\t\t\t\terrorCallback = xhr.onerror = xhr.ontimeout = callback( \"error\" );\n\n\t\t\t\t// Support: IE 9 only\n\t\t\t\t// Use onreadystatechange to replace onabort\n\t\t\t\t// to handle uncaught aborts\n\t\t\t\tif ( xhr.onabort !== undefined ) {\n\t\t\t\t\txhr.onabort = errorCallback;\n\t\t\t\t} else {\n\t\t\t\t\txhr.onreadystatechange = function() {\n\n\t\t\t\t\t\t// Check readyState before timeout as it changes\n\t\t\t\t\t\tif ( xhr.readyState === 4 ) {\n\n\t\t\t\t\t\t\t// Allow onerror to be called first,\n\t\t\t\t\t\t\t// but that will not handle a native abort\n\t\t\t\t\t\t\t// Also, save errorCallback to a variable\n\t\t\t\t\t\t\t// as xhr.onerror cannot be accessed\n\t\t\t\t\t\t\twindow.setTimeout( function() {\n\t\t\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\t\t\terrorCallback();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t}\n\n\t\t\t\t// Create the abort callback\n\t\t\t\tcallback = callback( \"abort\" );\n\n\t\t\t\ttry {\n\n\t\t\t\t\t// Do send the request (this may raise an exception)\n\t\t\t\t\txhr.send( options.hasContent && options.data || null );\n\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t// #14683: Only rethrow if this hasn't been notified as an error yet\n\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\tthrow e;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n} );\n\n\n\n\n// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432)\njQuery.ajaxPrefilter( function( s ) {\n\tif ( s.crossDomain ) {\n\t\ts.contents.script = false;\n\t}\n} );\n\n// Install script dataType\njQuery.ajaxSetup( {\n\taccepts: {\n\t\tscript: \"text/javascript, application/javascript, \" +\n\t\t\t\"application/ecmascript, application/x-ecmascript\"\n\t},\n\tcontents: {\n\t\tscript: /\\b(?:java|ecma)script\\b/\n\t},\n\tconverters: {\n\t\t\"text script\": function( text ) {\n\t\t\tjQuery.globalEval( text );\n\t\t\treturn text;\n\t\t}\n\t}\n} );\n\n// Handle cache's special case and crossDomain\njQuery.ajaxPrefilter( \"script\", function( s ) {\n\tif ( s.cache === undefined ) {\n\t\ts.cache = false;\n\t}\n\tif ( s.crossDomain ) {\n\t\ts.type = \"GET\";\n\t}\n} );\n\n// Bind script tag hack transport\njQuery.ajaxTransport( \"script\", function( s ) {\n\n\t// This transport only deals with cross domain or forced-by-attrs requests\n\tif ( s.crossDomain || s.scriptAttrs ) {\n\t\tvar script, callback;\n\t\treturn {\n\t\t\tsend: function( _, complete ) {\n\t\t\t\tscript = jQuery( \"