/*! * bootstrap v3.4.1 (https://getbootstrap.com/) * copyright 2011-2019 twitter, inc. * licensed under the mit license */ if("undefined"==typeof jquery)throw new error("bootstrap's javascript requires jquery");!function(t){"use strict";var e=jquery.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1==e[0]&&9==e[1]&&e[2]<1||3this.$items.length-1||t<0))return this.sliding?this.$element.one("slid.bs.carousel",function(){e.to(t)}):i==t?this.pause().cycle():this.slide(idocument.documentelement.clientheight;this.$element.css({paddingleft:!this.bodyisoverflowing&&t?this.scrollbarwidth:"",paddingright:this.bodyisoverflowing&&!t?this.scrollbarwidth:""})},s.prototype.resetadjustments=function(){this.$element.css({paddingleft:"",paddingright:""})},s.prototype.checkscrollbar=function(){var t=window.innerwidth;if(!t){var e=document.documentelement.getboundingclientrect();t=e.right-math.abs(e.left)}this.bodyisoverflowing=document.body.clientwidth
',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0},sanitize:!0,sanitizefn:null,whitelist:t},m.prototype.init=function(t,e,i){if(this.enabled=!0,this.type=t,this.$element=g(e),this.options=this.getoptions(i),this.$viewport=this.options.viewport&&g(document).find(g.isfunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.instate={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var o=this.options.trigger.split(" "),n=o.length;n--;){var s=o[n];if("click"==s)this.$element.on("click."+this.type,this.options.selector,g.proxy(this.toggle,this));else if("manual"!=s){var a="hover"==s?"mouseenter":"focusin",r="hover"==s?"mouseleave":"focusout";this.$element.on(a+"."+this.type,this.options.selector,g.proxy(this.enter,this)),this.$element.on(r+"."+this.type,this.options.selector,g.proxy(this.leave,this))}}this.options.selector?this._options=g.extend({},this.options,{trigger:"manual",selector:""}):this.fixtitle()},m.prototype.getdefaults=function(){return m.defaults},m.prototype.getoptions=function(t){var e=this.$element.data();for(var i in e)e.hasownproperty(i)&&-1!==g.inarray(i,o)&&delete e[i];return(t=g.extend({},this.getdefaults(),e,t)).delay&&"number"==typeof t.delay&&(t.delay={show:t.delay,hide:t.delay}),t.sanitize&&(t.template=n(t.template,t.whitelist,t.sanitizefn)),t},m.prototype.getdelegateoptions=function(){var i={},o=this.getdefaults();return this._options&&g.each(this._options,function(t,e){o[t]!=e&&(i[t]=e)}),i},m.prototype.enter=function(t){var e=t instanceof this.constructor?t:g(t.currenttarget).data("bs."+this.type);if(e||(e=new this.constructor(t.currenttarget,this.getdelegateoptions()),g(t.currenttarget).data("bs."+this.type,e)),t instanceof g.event&&(e.instate["focusin"==t.type?"focus":"hover"]=!0),e.tip().hasclass("in")||"in"==e.hoverstate)e.hoverstate="in";else{if(cleartimeout(e.timeout),e.hoverstate="in",!e.options.delay||!e.options.delay.show)return e.show();e.timeout=settimeout(function(){"in"==e.hoverstate&&e.show()},e.options.delay.show)}},m.prototype.isinstatetrue=function(){for(var t in this.instate)if(this.instate[t])return!0;return!1},m.prototype.leave=function(t){var e=t instanceof this.constructor?t:g(t.currenttarget).data("bs."+this.type);if(e||(e=new this.constructor(t.currenttarget,this.getdelegateoptions()),g(t.currenttarget).data("bs."+this.type,e)),t instanceof g.event&&(e.instate["focusout"==t.type?"focus":"hover"]=!1),!e.isinstatetrue()){if(cleartimeout(e.timeout),e.hoverstate="out",!e.options.delay||!e.options.delay.hide)return e.hide();e.timeout=settimeout(function(){"out"==e.hoverstate&&e.hide()},e.options.delay.hide)}},m.prototype.show=function(){var t=g.event("show.bs."+this.type);if(this.hascontent()&&this.enabled){this.$element.trigger(t);var e=g.contains(this.$element[0].ownerdocument.documentelement,this.$element[0]);if(t.isdefaultprevented()||!e)return;var i=this,o=this.tip(),n=this.getuid(this.type);this.setcontent(),o.attr("id",n),this.$element.attr("aria-describedby",n),this.options.animation&&o.addclass("fade");var s="function"==typeof this.options.placement?this.options.placement.call(this,o[0],this.$element[0]):this.options.placement,a=/\s?auto?\s?/i,r=a.test(s);r&&(s=s.replace(a,"")||"top"),o.detach().css({top:0,left:0,display:"block"}).addclass(s).data("bs."+this.type,this),this.options.container?o.appendto(g(document).find(this.options.container)):o.insertafter(this.$element),this.$element.trigger("inserted.bs."+this.type);var l=this.getposition(),h=o[0].offsetwidth,d=o[0].offsetheight;if(r){var p=s,c=this.getposition(this.$viewport);s="bottom"==s&&l.bottom+d>c.bottom?"top":"top"==s&&l.top-dc.width?"left":"left"==s&&l.left-ha.top+a.height&&(n.top=a.top+a.height-l)}else{var h=e.left-s,d=e.left+s+i;ha.right&&(n.left=a.left+a.width-d)}return n},m.prototype.gettitle=function(){var t=this.$element,e=this.options;return t.attr("data-original-title")||("function"==typeof e.title?e.title.call(t[0]):e.title)},m.prototype.getuid=function(t){for(;t+=~~(1e6*math.random()),document.getelementbyid(t););return t},m.prototype.tip=function(){if(!this.$tip&&(this.$tip=g(this.options.template),1!=this.$tip.length))throw new error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},m.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},m.prototype.enable=function(){this.enabled=!0},m.prototype.disable=function(){this.enabled=!1},m.prototype.toggleenabled=function(){this.enabled=!this.enabled},m.prototype.toggle=function(t){var e=this;t&&((e=g(t.currenttarget).data("bs."+this.type))||(e=new this.constructor(t.currenttarget,this.getdelegateoptions()),g(t.currenttarget).data("bs."+this.type,e))),t?(e.instate.click=!e.instate.click,e.isinstatetrue()?e.enter(e):e.leave(e)):e.tip().hasclass("in")?e.leave(e):e.enter(e)},m.prototype.destroy=function(){var t=this;cleartimeout(this.timeout),this.hide(function(){t.$element.off("."+t.type).removedata("bs."+t.type),t.$tip&&t.$tip.detach(),t.$tip=null,t.$arrow=null,t.$viewport=null,t.$element=null})},m.prototype.sanitizehtml=function(t){return n(t,this.options.whitelist,this.options.sanitizefn)};var e=g.fn.tooltip;g.fn.tooltip=function i(o){return this.each(function(){var t=g(this),e=t.data("bs.tooltip"),i="object"==typeof o&&o;!e&&/destroy|hide/.test(o)||(e||t.data("bs.tooltip",e=new m(this,i)),"string"==typeof o&&e[o]())})},g.fn.tooltip.constructor=m,g.fn.tooltip.noconflict=function(){return g.fn.tooltip=e,this}}(jquery),function(n){"use strict";var s=function(t,e){this.init("popover",t,e)};if(!n.fn.tooltip)throw new error("popover requires tooltip.js");s.version="3.4.1",s.defaults=n.extend({},n.fn.tooltip.constructor.defaults,{placement:"right",trigger:"click",content:"",template:''}),((s.prototype=n.extend({},n.fn.tooltip.constructor.prototype)).constructor=s).prototype.getdefaults=function(){return s.defaults},s.prototype.setcontent=function(){var t=this.tip(),e=this.gettitle(),i=this.getcontent();if(this.options.html){var o=typeof i;this.options.sanitize&&(e=this.sanitizehtml(e),"string"===o&&(i=this.sanitizehtml(i))),t.find(".popover-title").html(e),t.find(".popover-content").children().detach().end()["string"===o?"html":"append"](i)}else t.find(".popover-title").text(e),t.find(".popover-content").children().detach().end().text(i);t.removeclass("fade top bottom left right in"),t.find(".popover-title").html()||t.find(".popover-title").hide()},s.prototype.hascontent=function(){return this.gettitle()||this.getcontent()},s.prototype.getcontent=function(){var t=this.$element,e=this.options;return t.attr("data-content")||("function"==typeof e.content?e.content.call(t[0]):e.content)},s.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var t=n.fn.popover;n.fn.popover=function e(o){return this.each(function(){var t=n(this),e=t.data("bs.popover"),i="object"==typeof o&&o;!e&&/destroy|hide/.test(o)||(e||t.data("bs.popover",e=new s(this,i)),"string"==typeof o&&e[o]())})},n.fn.popover.constructor=s,n.fn.popover.noconflict=function(){return n.fn.popover=t,this}}(jquery),function(s){"use strict";function n(t,e){this.$body=s(document.body),this.$scrollelement=s(t).is(document.body)?s(window):s(t),this.options=s.extend({},n.defaults,e),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activetarget=null,this.scrollheight=0,this.$scrollelement.on("scroll.bs.scrollspy",s.proxy(this.process,this)),this.refresh(),this.process()}function e(o){return this.each(function(){var t=s(this),e=t.data("bs.scrollspy"),i="object"==typeof o&&o;e||t.data("bs.scrollspy",e=new n(this,i)),"string"==typeof o&&e[o]()})}n.version="3.4.1",n.defaults={offset:10},n.prototype.getscrollheight=function(){return this.$scrollelement[0].scrollheight||math.max(this.$body[0].scrollheight,document.documentelement.scrollheight)},n.prototype.refresh=function(){var t=this,o="offset",n=0;this.offsets=[],this.targets=[],this.scrollheight=this.getscrollheight(),s.iswindow(this.$scrollelement[0])||(o="position",n=this.$scrollelement.scrolltop()),this.$body.find(this.selector).map(function(){var t=s(this),e=t.data("target")||t.attr("href"),i=/^#./.test(e)&&s(e);return i&&i.length&&i.is(":visible")&&[[i[o]().top+n,e]]||null}).sort(function(t,e){return t[0]-e[0]}).each(function(){t.offsets.push(this[0]),t.targets.push(this[1])})},n.prototype.process=function(){var t,e=this.$scrollelement.scrolltop()+this.options.offset,i=this.getscrollheight(),o=this.options.offset+i-this.$scrollelement.height(),n=this.offsets,s=this.targets,a=this.activetarget;if(this.scrollheight!=i&&this.refresh(),o<=e)return a!=(t=s[s.length-1])&&this.activate(t);if(a&&e=n[t]&&(n[t+1]===undefined||e .active"),n=i&&r.support.transition&&(o.length&&o.hasclass("fade")||!!e.find("> .fade").length);function s(){o.removeclass("active").find("> .dropdown-menu > .active").removeclass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),t.addclass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),n?(t[0].offsetwidth,t.addclass("in")):t.removeclass("fade"),t.parent(".dropdown-menu").length&&t.closest("li.dropdown").addclass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),i&&i()}o.length&&n?o.one("bstransitionend",s).emulatetransitionend(a.transition_duration):s(),o.removeclass("in")};var t=r.fn.tab;r.fn.tab=e,r.fn.tab.constructor=a,r.fn.tab.noconflict=function(){return r.fn.tab=t,this};var i=function(t){t.preventdefault(),e.call(r(this),"show")};r(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',i).on("click.bs.tab.data-api",'[data-toggle="pill"]',i)}(jquery),function(l){"use strict";var h=function(t,e){this.options=l.extend({},h.defaults,e);var i=this.options.target===h.defaults.target?l(this.options.target):l(document).find(this.options.target);this.$target=i.on("scroll.bs.affix.data-api",l.proxy(this.checkposition,this)).on("click.bs.affix.data-api",l.proxy(this.checkpositionwitheventloop,this)),this.$element=l(t),this.affixed=null,this.unpin=null,this.pinnedoffset=null,this.checkposition()};function i(o){return this.each(function(){var t=l(this),e=t.data("bs.affix"),i="object"==typeof o&&o;e||t.data("bs.affix",e=new h(this,i)),"string"==typeof o&&e[o]()})}h.version="3.4.1",h.reset="affix affix-top affix-bottom",h.defaults={offset:0,target:window},h.prototype.getstate=function(t,e,i,o){var n=this.$target.scrolltop(),s=this.$element.offset(),a=this.$target.height();if(null!=i&&"top"==this.affixed)return n