raptor-editor-rails 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -5,7 +5,7 @@ Asset Pipeline in your Rails applications.
5
5
 
6
6
  ## Version
7
7
 
8
- Version 0.1.4 contains Raptor Editor 0.0.20-beta.
8
+ Version 0.1.5 contains Raptor Editor 0.0.22-beta.
9
9
 
10
10
  ## Requirements
11
11
 
@@ -1,4 +1,4 @@
1
1
  module RaptorEditorRails
2
- VERSION = "0.1.4"
3
- RAPTOR_EDITOR_VERSION = "0.0.20-beta"
2
+ VERSION = "0.1.5"
3
+ RAPTOR_EDITOR_VERSION = "0.0.22-beta"
4
4
  end
@@ -1,5 +1,5 @@
1
1
  /*!
2
- VERSION: 0.0.19
2
+ VERSION: 0.0.22
3
3
  For license information, see http://www.raptor-editor.com/license
4
4
  */
5
5
  window.rangy=function(){function a(a,h){var e=typeof a[h];return e==o||!!(e==m&&a[h])||"unknown"==e}function r(a,h){return!!(typeof a[h]==m&&a[h])}function g(a,h){return typeof a[h]!=q}function x(a){return function(h,e){for(var c=e.length;c--;)if(!a(h,e[c]))return!1;return!0}}function t(a){return a&&e(a,l)&&u(a,c)}function v(a){window.alert("Rangy not supported in your browser. Reason: "+a);s.initialized=!0;s.supported=!1}function d(){if(!s.initialized){var h,c=!1,m=!1;a(document,"createRange")&&
@@ -198,141 +198,145 @@ close:function(){a(this).dialog("destroy").remove()}})):b.cancel()}}});a.ui.edit
198
198
  if(a(this).hasClass("rangySelectionBoundary")&&!1===(!1!==L)||""===a.trim(a(this).html()))return!0}).remove();for(b=0;b<this.options.stripEmptyAttrs.length;b++){var c=this.options.stripEmptyAttrs[b];f.getElement().find("["+this.options.stripEmptyAttrs[b]+"]").filter(function(){return""===a.trim(a(this).attr(c))}).removeAttr(this.options.stripEmptyAttrs[b])}var d=r.location.protocol+"//"+r.location.host,e="//"+r.location.host;for(b=0;b<this.options.stripDomains.length;b++){var g=this.options.stripDomains[b];
199
199
  this.editor.getElement().find(g.selector).each(function(){for(var b=0;b<g.attributes.length;b++){var f=a(this).attr(g.attributes[b]);"undefined"!==typeof f&&(0===f.indexOf(d)?a(this).attr(g.attributes[b],f.substr(d.length)):0===f.indexOf(e)&&a(this).attr(g.attributes[b],f.substr(e.length)))}})}this.editor.getElement().find("ul, ol").each(function(){a(this).find(" > :not(li)").each(function(){q(a(this).attr("tag"))?a(this).replaceWith(a("<li>"+a(this).html()+"</li>").appendTo("body")):a(this).wrap(a("<li>"))})})}});
200
200
  a.ui.editor.registerUi({clean:{init:function(a){return a.uiButton({title:d("Remove unnecessary markup from editor content"),click:function(){a.getPlugin("clean").clean()}})}}});a.ui.editor.registerUi({clearFormatting:{init:function(b){return this.editor.uiButton({title:d("Clear Formatting"),click:function(){var f=g.getSelection();if(0<f.rangeCount){var c=f.getRangeAt(0).cloneRange(),d=c.extractContents();""==k(d)&&(b.expandToParent(c),f.setSingleRange(c),d=c.extractContents());d=a("<div/>").append(k(d)).text();
201
- for(f=c.commonAncestorContainer;f&&f.parentNode!=b.getElement().get(0);)f=f.parentNode;if(f){c.setEndAfter(f);var e=c.extractContents();c.collapseAfter(f);c.insertNode(e);c.collapseAfter(f)}c.insertNode(document.createTextNode(d))}b.checkChange()}})}}});a.ui.editor.registerPlugin("clickButtonToEdit",{hovering:!1,options:{button:{text:!0,icons:{primary:"ui-icon-pencil"}}},init:function(b,f){var c=this,d=!1,f=a.extend(!0,{},{position:{at:"center center",of:b.getElement(),my:"center center",using:function(b){a(this).css({position:"absolute",
202
- top:b.top,left:b.left})}}},f);this.selection=function(){var a;document.selection?a=document.selection.createRange():document.getSelection().rangeCount&&(a=document.getSelection().getRangeAt(0));return a};this.show=function(){b.isEditing()||(b.getElement().addClass(f.baseClass+"-highlight"),b.getElement().addClass(f.baseClass+"-hover"),d.button(f.button),d.position(f.position),d.addClass(f.baseClass+"-visible"))};this.hide=function(c){if(!c||!(c.relatedTarget===d.get(0)||d.get(0)===a(c.relatedTarget).parent().get(0)))b.getElement().removeClass(f.baseClass+
203
- "-highlight"),b.getElement().removeClass(f.baseClass+"-hover"),d.removeClass(f.baseClass+"-visible")};this.edit=function(){c.hide();b.isEditing()||b.enableEditing();b.isVisible()||b.showToolbar(c.selection())};this.buttonOut=function(){d.hasClass(f.baseClass+"-visible")||(r.clearTimeout(c.timeoutId),c.timeoutId=r.setTimeout(c.hide,350))};b.bind("ready, hide, cancel",function(){d=a(b.getTemplate("clickbuttontoedit.edit-button",f)).appendTo("body").removeClass(f.baseClass+"-visible");d.position(f.position);
204
- d.bind("click."+b.widgetName,c.edit);d.bind("mouseleave."+b.widgetName,c.buttonOut);b.getElement().bind("mouseenter."+b.widgetName,c.show);b.getElement().bind("mouseleave."+b.widgetName,c.hide)});b.bind("show",function(){d.button("destroy").remove();b.getElement().unbind("mouseenter."+b.widgetName,c.show);b.getElement().unbind("mouseleave."+b.widgetName,c.hide)})}});a.ui.editor.registerUi("colorPickerBasic",{init:function(b){b.bind("selectionChange",this.change,this);b.bind("show",this.change,this);
205
- var c=this;return b.uiSelectMenu({name:"colorPickerBasic",title:d("Change the color of the selected text."),select:a(b.getTemplate("color-picker-basic.menu")),change:function(b){"automatic"===b?B().parents("."+c.options.cssPrefix+"color").andSelf().each(function(){var b=a(this),c=a(this).attr("class").match(/(cms-(.*?))( |$)/ig);a.each(c,function(c,f){f=a.trim(f);b.removeClass(f)})}):I("span",{classes:c.options.classes||c.options.cssPrefix+"color "+c.options.cssPrefix+b})}})},change:function(){this.ui.val("automatic");
206
- var b=B()[0];if(b&&(b=a(b).closest("."+this.options.cssPrefix+"color"))){var c=b.attr("class");c&&(c=b.attr("class").replace(RegExp(this.options.cssPrefix+"color","g"),""),b=c.match(/cms-(.*?)( |$)/i)[1],this.ui.select.find(".ui-editor-selectmenu-option[value="+b+"]").length&&this.ui.val(b))}}});a.ui.editor.registerPlugin("dock",{enabled:!1,docked:!1,topSpacer:null,bottomSpacer:null,options:{docked:!1,dockToElement:!1,dockUnder:!1,persist:!0,persistID:null},init:function(){this.bind("show",this.show);
207
- this.bind("hide",this.hide);this.bind("disabled",this.disable);this.bind("destroy",this.destroy,this)},show:function(){this.enabled?this.isDocked()&&this.showSpacers():((this.loadState()||this.options.docked)&&this.dock(),this.enabled=!0)},hide:function(){this.hideSpacers();this.editor.toolbar.css("width","auto")},showSpacers:function(){!this.options.dockToElement&&this.editor.toolbar.is(":visible")&&(this.topSpacer=a("<div/>").addClass(this.options.baseClass+"-top-spacer").height(this.editor.toolbar.outerHeight()).prependTo("body"),
208
- this.bottomSpacer=a("<div/>").addClass(this.options.baseClass+"-bottom-spacer").height(this.editor.path.outerHeight()).appendTo("body"),this.editor.fire("resize"))},hideSpacers:function(){this.topSpacer&&(this.topSpacer.remove(),this.topSpacer=null);this.bottomSpacer&&(this.bottomSpacer.remove(),this.bottomSpacer=null);this.editor.fire("resize")},swapStyle:function(a,c,d){var e={},g;for(g in d)a.css(g,c.css(g)),e[g]=c.css(g),c.css(g,d[g]);return e},revertStyle:function(a,c){for(var d in c)a.css(d,
209
- c[d])},dockToElement:function(){var b=a("<div/>").insertBefore(this.editor.getElement()).addClass(this.options.baseClass+"-docked-to-element-wrapper");this.editor.wrapper.appendTo(b);this.previousStyle=this.swapStyle(b,this.editor.getElement(),{display:"block","float":"none",clear:"none",position:"static","margin-left":0,"margin-right":0,"margin-top":0,"margin-bottom":0,outline:0,width:"auto"});b.css("width",b.width()+parseInt(this.editor.getElement().css("padding-left"),10)+parseInt(this.editor.getElement().css("padding-right"),
210
- 10));this.editor.getElement().appendTo(this.editor.wrapper).addClass(this.options.baseClass+"-docked-element")},undockFromElement:function(){this.editor.getElement().insertAfter(this.editor.wrapper).removeClass(this.options.baseClass+"-docked-element");this.editor.wrapper.appendTo("body").removeClass(this.options.baseClass+"-docked-to-element")},dockToBody:function(){var b=0;a(this.options.dockUnder).length&&(b=a(this.options.dockUnder).outerHeight());this.top=this.editor.toolbarWrapper.css("top");
211
- this.editor.toolbarWrapper.css("top",b);this.editor.wrapper.addClass(this.options.baseClass+"-docked");this.editor.messages.css("top",b+this.editor.toolbar.outerHeight())},undockFromBody:function(){this.editor.toolbarWrapper.css("top",this.top);this.editor.wrapper.removeClass(this.options.baseClass+"-docked");this.hideSpacers()},dock:function(){if(!this.docked){this.docked=this.saveState(!0);this.options.dockToElement?this.dockToElement():this.dockToBody();var a=this.editor.wrapper.find("."+this.options.baseClass+
212
- "-button").button({icons:{primary:"ui-icon-pin-w"}});a.attr("title")?a.attr("title",this.getTitle()):a.attr("data-title",this.getTitle());this.editor.toolbar.find("."+this.editor.options.baseClass+"-inner").addClass("ui-widget-header");this.showSpacers()}},undock:function(){if(this.docked){this.docked=this.destroying?!1:this.saveState(!1);this.editor.toolbar.find("."+this.editor.options.baseClass+"-inner").removeClass("ui-widget-header");var a=this.editor.wrapper.find("."+this.options.baseClass+"-button").button({icons:{primary:"ui-icon-pin-s"}});
213
- a.attr("title")?a.attr("title",this.getTitle()):a.attr("data-title",this.getTitle());this.options.dockToElement?this.undockFromElement():this.undockFromBody();this.editor.fire("resize")}},isDocked:function(){return this.docked},getTitle:function(){return this.isDocked()?d("Click to detach the toolbar"):d("Click to dock the toolbar")},saveState:function(a){if(this.persist)return this.persistID?this.persist("docked:"+this.persistID,a):this.persist("docked",a),a},loadState:function(){return!this.persist?
214
- null:this.persistID?this.persist("docked:"+this.persistID):this.persist("docked")},disable:function(){this.hideSpacers()},destroy:function(){this.destroying=!0;this.undock()}});a.ui.editor.registerUi({dock:{hotkeys:{"ctrl+d":{action:function(){this.ui.click()}}},init:function(a){return a.uiButton({title:a.getPlugin("dock").getTitle(),icon:a.getPlugin("dock").isDocked()?"ui-icon-pin-w":"ui-icon-pin-s",click:function(){var c=a.getPlugin("dock");c.isDocked()?c.undock():c.dock();a.unify(function(a){c.isDocked()?
215
- a.getPlugin("dock").dock():a.getPlugin("dock").undock()})}})}}});a.ui.editor.registerUi({embed:{dialog:null,init:function(a){a.bind("hide",this.hide,this);return a.uiButton({icon:"ui-icon-youtube",title:d("Embed object"),click:function(){this.show()}})},hide:function(){this.dialog&&a(this.dialog).dialog("destroy").remove();this.dialog=null;a(this.ui.button).button("option","disabled",!1)},show:function(){if(!this.dialog){a(this.ui.button).button("option","disabled",!0);var b=this;h();this.dialog=
216
- a(this.editor.getTemplate("embed.dialog"));this.dialog.dialog({modal:!1,width:600,height:400,resizable:!0,title:d("Paste Embed Code"),autoOpen:!0,dialogClass:b.options.baseClass+" "+b.options.dialogClass,buttons:[{text:d("Embed Object"),click:function(){u();F(a(this).find("textarea").val());a(this).dialog("close")}},{text:d("Close"),click:function(){b.hide()}}],open:function(){var b=a(this).parent().find(".ui-dialog-buttonpane");b.find("button:eq(0)").button({icons:{primary:"ui-icon-circle-check"}});
217
- b.find("button:eq(1)").button({icons:{primary:"ui-icon-circle-close"}});var c=a(this).find(".ui-editor-embed-panel-tabs");c.find("ul li").click(function(){c.find("ul li").removeClass("ui-state-active").removeClass("ui-tabs-selected");a(this).addClass("ui-state-active").addClass("ui-tabs-selected");c.children("div").hide().eq(a(this).index()).show()});var d=a(this).find(".ui-editor-embed-preview");a(this).find("textarea").change(function(){a(d).html(a(this).val())})},close:function(){b.hide()}})}}}});
218
- a.ui.editor.registerPlugin("emptyElement",{options:{tag:"<p/>"},init:function(){this.bind("change",this.change)},change:function(){var b=this;this.textNodes(this.editor.getElement()).each(function(){a(this).wrap(a(b.options.tag));M(this)});this.editor.checkChange()},textNodes:function(b){return a(b).contents().filter(function(){return 3==this.nodeType&&a.trim(this.nodeValue).length})}});a(function(){a.ui.editor.registerUi({insertFile:{fileManager:null,imageTypes:["jpg","jpeg","png","gif"],init:function(b,
219
- c){return b.uiButton({title:"Insert image or uploaded file",icon:"ui-icon-image",click:function(){var b=this;h();null===this.fileManager&&(this.fileManager=a.ui.filemanager.create({enablePlugins:!1,plugins:{datatables:!XMod.FileManager.Permissions.insert?!1:{ajaxSource:"/filemanager/admin/datatables",insertionCallback:function(d){u();if(!d.length)return true;var e=function(){b.editor.fire("change");return true};if(d.length===1){var g=d[0];if(b.isImage(g)){F(b.createImage(g,c.cssPrefix+g.type));return e()}if(b.editor.selectionExists()){U("a",
220
- {href:g.url,className:b.options.cssPrefix+"file "+b.options.cssPrefix+g.type});return e()}F(b.createAnchor(g,b.options.cssPrefix+"file "+b.options.cssPrefix+g.type));return e()}for(var h=[],j=0;j<d.length;j++){g=d[j];b.isImage(g)?h.push(a("<div/>").html(b.createImage(g,c.cssPrefix+g.type)).html()):h.push(a("<div/>").html(b.createAnchor(g,b.options.cssPrefix+"file "+b.options.cssPrefix+g.type)).html())}F(h.join(", "));return e()}},plupload:!XMod.FileManager.Permissions.upload?!1:{url:"/filemanager/admin/plupload"}}}));
221
- a(this.fileManager).filemanager("show")}})},isImage:function(b){return-1!==a.inArray(b.type.toLowerCase(),this.imageTypes)?!0:!1},createImage:function(b,c){return a("<img/>").attr({src:b.url,title:b.name,"class":c})},createAnchor:function(b,c){return a("<a/>").attr({href:b.url,title:b.name,"class":c}).html(b.name)}}})});a.ui.editor.registerUi({floatLeft:{init:function(b){return b.uiButton({title:d("Float Image Left"),click:function(){w(function(b){a(b.commonAncestorContainer).find("img").css("float",
222
- "left")})}})}},floatRight:{init:function(b){return b.uiButton({title:d("Float Image Right"),click:function(){w(function(b){a(b.commonAncestorContainer).find("img").css("float","right")})}})}},floatNone:{init:function(b){return b.uiButton({title:d("Remove Image Float"),click:function(){w(function(b){a(b.commonAncestorContainer).find("img").css("float","none")})}})}}});a.ui.editor.registerUi({fontSizeInc:{init:function(a,c){return a.uiButton({title:d("Increase Font Size"),click:function(){a.inverseWrapWithTagClass("big",
223
- c.cssPrefix+"big","small",c.cssPrefix+"small")}})}},fontSizeDec:{init:function(a,c){return a.uiButton({title:d("Decrease Font Size"),click:function(){a.inverseWrapWithTagClass("small",c.cssPrefix+"small","big",c.cssPrefix+"big")}})}}});a.ui.editor.registerUi({showGuides:{init:function(a,c){a.bind("cancel",this.cancel,this);a.bind("destroy",this.cancel,this);return a.uiButton({title:d("Show Guides"),icon:"ui-icon-pencil",click:function(){a.getElement().toggleClass(c.baseClass+"-visible")}})},cancel:function(){this.editor.getElement().removeClass(this.options.baseClass+
224
- "-visible")}}});a.ui.editor.registerUi({undo:{options:{disabled:!0},hotkeys:{"ctrl+z":{action:function(){this.editor.historyBack()}}},init:function(a){a.bind("change",this.change,this);return a.uiButton({title:d("Step Back"),click:function(){a.historyBack()}})},change:function(){0===this.editor.present?this.ui.disable():this.ui.enable()}},redo:{options:{disabled:!0},hotkeys:{"ctrl+shift+z":{action:function(){this.editor.historyForward()}},"ctrl+y":{action:function(){this.editor.historyForward()}}},
225
- init:function(a){a.bind("change",this.change,this);return this.ui=a.uiButton({title:d("Step Forward"),click:function(){a.historyForward()}})},change:function(){this.editor.present===this.editor.history.length-1?this.ui.disable():this.ui.enable()}}});a.ui.editor.registerUi({hr:{init:function(a){return a.uiButton({title:d("Insert Horizontal Rule"),click:function(){F("<hr/>")}})}}});a.ui.editor.registerUi({i18n:{init:function(b){var c=this,e=this.persist("locale");e&&v(e);var e=a('<select autocomplete="off" name="i18n"/>'),
226
- g;for(g in O){var h=a('<option value="'+g+'" class="'+g+'"/>');h.html(S[g]);H===g&&h.attr("selected","selected");e.append(h)}return b.uiSelectMenu({title:d("Change Language"),select:e,change:function(a){v(c.persist("locale",a))}})}}});t("en","English",{"A preview of your embedded object is displayed below.":"A preview of your embedded object is displayed below.","Added link: {{link}}":"Added link: {{link}}","All changes will be lost!":"All changes will be lost!","Apply Source":"Apply Source","Are you sure you want to stop editing?":"Are you sure you want to stop editing?",
227
- Blockquote:"Blockquote",Bold:"Bold",Cancel:"Cancel","Center Align":"Center Align","Change HTML tag of selected element":"Change HTML tag of selected element","Change Language":"Change Language","Check this box to have the file open in a new browser window":"Check this box to have the file open in a new browser window","Check this box to have the link open in a new browser window":"Check this box to have the link open in a new browser window","Choose a link type:":"Choose a link type:","Clear Formatting":"Clear Formatting",
228
- "Click to begin editing":"Click to begin editing","Click to detach the toolbar":"Click to detach the toolbar","Click to dock the toolbar":"Click to dock the toolbar","Click to select all editable content":"Click to select all editable content","Click to select the contents of the '{{element}}' element":"Click to select the contents of the '{{element}}' element",Close:"Close","Confirm Cancel Editing":"Confirm Cancel Editing","Content Statistics":"Content Statistics","Content contains more than {{limit}} characters and may be truncated":"Content contains more than {{limit}} characters and may be truncated",
229
- "Content will not be truncated":"Content will not be truncated","Copy the file's URL from your browser's address bar and paste it into the box above":"Copy the file's URL from your browser's address bar and paste it into the box above","Copy the web address from your browser's address bar and paste it into the box above":"Copy the web address from your browser's address bar and paste it into the box above","Decrease Font Size":"Decrease Font Size",Destroy:"Destroy",Divider:"Divider","Document or other file":"Document or other file",
230
- "Edit Link":"Edit Link",Email:"Email","Email address":"Email address","Embed Code":"Embed Code","Embed Object":"Embed Object","Embed object":"Embed object","Ensure the file has been uploaded to your website":"Ensure the file has been uploaded to your website","Enter email address":"Enter email address","Enter subject":"Enter subject","Enter your URL":"Enter your URL","Failed to save {{failed}} content block(s).":"Failed to save {{failed}} content block(s).","Find the page on the web you want to link to":"Find the page on the web you want to link to",
231
- "Float Image Left":"Float Image Left","Float Image Right":"Float Image Right","Formatted &amp; Cleaned":"Formatted &amp; Cleaned","Formatted Unclean":"Formatted Unclean","Heading&nbsp;1":"Heading&nbsp;1","Heading&nbsp;2":"Heading&nbsp;2","Heading&nbsp;3":"Heading&nbsp;3","Image height":"Image height","Image width":"Image width","Increase Font Size":"Increase Font Size",Initializing:"Initializing",Insert:"Insert","Insert Horizontal Rule":"Insert Horizontal Rule","Insert Link":"Insert Link","Insert Snippet":"Insert Snippet",
232
- Italic:"Italic",Justify:"Justify","Learn More About the Raptor WYSIWYG Editor":"Learn More About the Raptor WYSIWYG Editor","Left Align":"Left Align","Link to a document or other file":"Link to a document or other file","Link to a page on this or another website":"Link to a page on this or another website","Link to an email address":"Link to an email address",Location:"Location","Modify Image Size":"Modify Image Size","N/A":"N/A","New window":"New window","No changes detected to save...":"No changes detected to save...",
233
- "Not sure what to put in the box above?":"Not sure what to put in the box above?",OK:"OK","Open the uploaded file in your browser":"Open the uploaded file in your browser","Ordered List":"Ordered List","Page on this or another website":"Page on this or another website",Paragraph:"Paragraph","Paste Embed Code":"Paste Embed Code","Paste your embed code into the text area below.":"Paste your embed code into the text area below.","Plain Text":"Plain Text",Preview:"Preview",Raptorize:"Raptorize",Reinitialise:"Reinitialise",
234
- "Remaining characters before the recommended character limit is reached":"Remaining characters before the recommended character limit is reached","Remove Image Float":"Remove Image Float","Remove Link":"Remove Link","Remove unnecessary markup from editor content":"Remove unnecessary markup from editor content","Resize Image":"Resize Image","Right Align":"Right Align",Save:"Save","Saved {{saved}} out of {{dirty}} content blocks.":"Saved {{saved}} out of {{dirty}} content blocks.","Saving changes...":"Saving changes...",
235
- "Select all editable content":"Select all editable content","Select {{element}} element":"Select {{element}} element","Show Guides":"Show Guides","Source Code":"Source Code","Step Back":"Step Back","Step Forward":"Step Forward",Strikethrough:"Strikethrough","Sub script":"Sub script","Subject (optional)":"Subject (optional)","Successfully saved {{saved}} content block(s).":"Successfully saved {{saved}} content block(s).","Super script":"Super script","The URL does not look well formed":"The URL does not look well formed",
236
- "The email address does not look well formed":"The email address does not look well formed","The image '{{image}}' is too large for the element being edited.<br/>It will be replaced with a resized copy when your edits are saved.":"The image '{{image}}' is too large for the element being edited.<br/>It will be replaced with a resized copy when your edits are saved.","The url for the file you inserted doesn't look well formed":"The url for the file you inserted doesn't look well formed","The url for the link you inserted doesn't look well formed":"The url for the link you inserted doesn't look well formed",
237
- "This block contains unsaved changes":"This block contains unsaved changes",Underline:"Underline","Unnamed Button":"Unnamed Button","Unnamed Select Menu":"Unnamed Select Menu","Unordered List":"Unordered List","Update Link":"Update Link","Updated link: {{link}}":"Updated link: {{link}}","View / Edit Source":"View / Edit Source","View Source":"View Source","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes",
238
- root:"root","{{charactersRemaining}} characters over limit":"{{charactersRemaining}} characters over limit","{{charactersRemaining}} characters remaining":"{{charactersRemaining}} characters remaining","{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} characters, {{charactersRemaining}} over the recommended limit","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} characters, {{charactersRemaining}} remaining","{{sentences}} sentences":"{{sentences}} sentences",
239
- "{{words}} word":"{{words}} word","{{words}} words":"{{words}} words"});t("es","Espa\u00f1ol",{"A preview of your embedded object is displayed below.":"A continuaci\u00f3n se muestra una vista previa de su objeto incrustado.","Added link: {{link}}":"Enlace a\u00f1adido: {{link}}","All changes will be lost!":"\u00a1Todos los cambios ser\u00e1n perdidos!","Apply Source":"Aplicar Fuente","Are you sure you want to stop editing?":"\u00bfEst\u00e1 seguro de que desea detener la edici\u00f3n?",Blockquote:"Cita en bloque",
240
- Bold:"Negrita",Cancel:"Cancelar","Center Align":"Centrar","Change HTML tag of selected element":"Cambiar la etiqueta HTML del elemento seleccionado","Change Language":"Cambiar Idioma","Check this box to have the file open in a new browser window":"Marque esta casilla para que el archivo se abra en una nueva ventana","Check this box to have the link open in a new browser window":"Marque esta casilla para que el enlace se abra en una nueva ventana","Choose a link type:":"Escoja un tipo de enlace:",
241
- "Clear Formatting":"Limpiar Formato","Click to begin editing":"Haga clic para empezar a editar","Click to detach the toolbar":"Haga clic para desanclar la barra de herramientas","Click to dock the toolbar":"Haga clic para anclar la barra de herramientas","Click to select all editable content":"Haga clic para seleccionar todo el contenido editable","Click to select the contents of the '{{element}}' element":"Haga clic para selecionar el contenido del elemento '{{element}}'",Close:"Cerrar","Confirm Cancel Editing":"Confirme Cancelar la Edici\u00f3n ",
242
- "Content Statistics":"Contenidos Estad\u00edsticos","Content contains more than {{limit}} characters and may be truncated":"El contenido contiene m\u00e1s de {{limit}} car\u00e1cteres y debe ser truncado","Content will not be truncated":"El contenido no ser\u00e1 truncado","Copy the file's URL from your browser's address bar and paste it into the box above":"Copie la URL de su archivo desde la barra de direcci\u00f3n de su navegador y p\u00e9guela en la caja superior","Copy the web address from your browser's address bar and paste it into the box above":"Copie la direcci\u00f3n web desde la barra de direcci\u00f3n de su navegador y p\u00e9guela en la caja superior",
243
- "Decrease Font Size":"Disminuir Tama\u00f1o de Fuente",Destroy:"Destruir",Divider:"Divisor","Document or other file":"Documento u otro archivo","Edit Link":"Editar Enlace",Email:"Correo electr\u00f3nico","Email address":"Direcci\u00f3n de correo electr\u00f3nico","Embed Code":"C\u00f3digo Incrustado","Embed Object":"Objeto Incrustado","Embed object":"Objeto incrustado","Ensure the file has been uploaded to your website":"Aseg\u00farese de que el archivo ha sido subido a su sitio web","Enter email address":"Introduzca una direcci\u00f3n de correo electr\u00f3nico",
201
+ for(f=c.commonAncestorContainer;f&&f.parentNode!=b.getElement().get(0);)f=f.parentNode;if(f){c.setEndAfter(f);var e=c.extractContents();c.collapseAfter(f);c.insertNode(e);c.collapseAfter(f)}c.insertNode(document.createTextNode(d))}b.checkChange()}})}}});a.ui.editor.registerPlugin("clickButtonToEdit",{hovering:!1,buttonClass:null,buttonSelector:null,button:!1,options:{button:{text:!0,icons:{primary:"ui-icon-pencil"}}},init:function(b,c){var d=this;this.buttonClass=this.options.baseClass+"-button-element";
202
+ this.buttonSelector="."+this.buttonClass;this.selection=function(){var a;document.selection?a=document.selection.createRange():document.getSelection().rangeCount&&(a=document.getSelection().getRangeAt(0));return a};this.show=function(){if(!b.isEditing()){b.getElement().addClass(c.baseClass+"-highlight");b.getElement().addClass(c.baseClass+"-hover");var e=d.getButton();var g=b.getElement(),g=a(g),h=Math.round(g.offset().top),j=Math.round(g.offset().left),k=Math.round(g.outerWidth()),g=Math.round(g.outerHeight()),
203
+ l=a(r).scrollTop(),m=a(r).height(),o=l+m,p=Math.round(g+h);l<h&&o>p||(l>h&&(h=l),g=o<p?o-h:m-(o-p));e.css({position:"absolute",top:h+(g/2-a(e).outerHeight()/2),left:j+k/2-a(e).outerWidth()/2})}};this.hide=function(e){var g=d.getButton();if(!e||!(e.relatedTarget===g.get(0)||g.get(0)===a(e.relatedTarget).parent().get(0)))b.getElement().removeClass(c.baseClass+"-highlight"),b.getElement().removeClass(c.baseClass+"-hover"),d.destroyButton()};this.edit=function(){d.hide();b.isEditing()||b.enableEditing();
204
+ b.isVisible()||b.showToolbar(d.selection())};this.buttonOut=function(c){c.relatedTarget===d.getButton().get(0)||c.relatedTarget===b.getElement().get(0)||a.contains(b.getElement().get(0),c.relatedTarget)||d.hide()};b.getElement().addClass("ui-editor-click-button-to-edit");b.bind("ready, hide, cancel",function(){b.getElement().bind("mouseenter."+b.widgetName,d.show);b.getElement().bind("mouseleave."+b.widgetName,d.hide)});b.bind("show",function(){d.destroyButton();b.getElement().unbind("mouseenter."+
205
+ b.widgetName,d.show);b.getElement().unbind("mouseleave."+b.widgetName,d.hide)})},getButton:function(){a(this.buttonSelector).length||(this.button=a(this.editor.getTemplate("clickbuttontoedit.edit-button",this.options)).appendTo("body").addClass(this.buttonClass),this.button.button(this.options.button));this.button=a(this.buttonSelector);this.button.unbind("click."+this.editor.widgetName).bind("click."+this.editor.widgetName,this.edit);this.button.unbind("mouseleave."+this.editor.widgetName).bind("mouseleave."+
206
+ this.editor.widgetName,this.buttonOut);return this.button},destroyButton:function(){"undefined"===typeof this.button||!1===this.button||(this.button.button("destroy").remove(),this.button=!1)}});a.ui.editor.registerUi("colorPickerBasic",{init:function(b){b.bind("selectionChange",this.change,this);b.bind("show",this.change,this);var c=this;return b.uiSelectMenu({name:"colorPickerBasic",title:d("Change the color of the selected text."),select:a(b.getTemplate("color-picker-basic.menu")),change:function(b){"automatic"===
207
+ b?B().parents("."+c.options.cssPrefix+"color").andSelf().each(function(){var b=a(this),c=a(this).attr("class").match(/(cms-(.*?))( |$)/ig);a.each(c,function(c,f){f=a.trim(f);b.removeClass(f)})}):I("span",{classes:c.options.classes||c.options.cssPrefix+"color "+c.options.cssPrefix+b})}})},change:function(){this.ui.val("automatic");var b=B()[0];if(b&&(b=a(b).closest("."+this.options.cssPrefix+"color"))){var c=b.attr("class");c&&(c=b.attr("class").replace(RegExp(this.options.cssPrefix+"color","g"),""),
208
+ b=c.match(/cms-(.*?)( |$)/i)[1],this.ui.select.find(".ui-editor-selectmenu-option[value="+b+"]").length&&this.ui.val(b))}}});a.ui.editor.registerPlugin("dock",{enabled:!1,docked:!1,topSpacer:null,bottomSpacer:null,options:{docked:!1,dockToElement:!1,dockUnder:!1,persist:!0,persistID:null},init:function(){this.bind("show",this.show);this.bind("hide",this.hide);this.bind("disabled",this.disable);this.bind("destroy",this.destroy,this)},show:function(){this.enabled?this.isDocked()&&this.showSpacers():
209
+ ((this.loadState()||this.options.docked)&&this.dock(),this.enabled=!0)},hide:function(){this.hideSpacers();this.editor.toolbar.css("width","auto")},showSpacers:function(){!this.options.dockToElement&&this.editor.toolbar.is(":visible")&&(this.topSpacer=a("<div/>").addClass(this.options.baseClass+"-top-spacer").height(this.editor.toolbar.outerHeight()).prependTo("body"),this.bottomSpacer=a("<div/>").addClass(this.options.baseClass+"-bottom-spacer").height(this.editor.path.outerHeight()).appendTo("body"),
210
+ this.editor.fire("resize"))},hideSpacers:function(){this.topSpacer&&(this.topSpacer.remove(),this.topSpacer=null);this.bottomSpacer&&(this.bottomSpacer.remove(),this.bottomSpacer=null);this.editor.fire("resize")},swapStyle:function(a,c,d){var e={},g;for(g in d)a.css(g,c.css(g)),e[g]=c.css(g),c.css(g,d[g]);return e},revertStyle:function(a,c){for(var d in c)a.css(d,c[d])},dockToElement:function(){var b=a("<div/>").insertBefore(this.editor.getElement()).addClass(this.options.baseClass+"-docked-to-element-wrapper");
211
+ this.editor.wrapper.appendTo(b);this.previousStyle=this.swapStyle(b,this.editor.getElement(),{display:"block","float":"none",clear:"none",position:"static","margin-left":0,"margin-right":0,"margin-top":0,"margin-bottom":0,outline:0,width:"auto"});b.css("width",b.width()+parseInt(this.editor.getElement().css("padding-left"),10)+parseInt(this.editor.getElement().css("padding-right"),10));this.editor.getElement().appendTo(this.editor.wrapper).addClass(this.options.baseClass+"-docked-element")},undockFromElement:function(){this.editor.getElement().insertAfter(this.editor.wrapper).removeClass(this.options.baseClass+
212
+ "-docked-element");this.editor.wrapper.appendTo("body").removeClass(this.options.baseClass+"-docked-to-element")},dockToBody:function(){var b=0;a(this.options.dockUnder).length&&(b=a(this.options.dockUnder).outerHeight());this.top=this.editor.toolbarWrapper.css("top");this.editor.toolbarWrapper.css("top",b);this.editor.wrapper.addClass(this.options.baseClass+"-docked");this.editor.messages.css("top",b+this.editor.toolbar.outerHeight())},undockFromBody:function(){this.editor.toolbarWrapper.css("top",
213
+ this.top);this.editor.wrapper.removeClass(this.options.baseClass+"-docked");this.hideSpacers()},dock:function(){if(!this.docked){this.docked=this.saveState(!0);this.options.dockToElement?this.dockToElement():this.dockToBody();var a=this.editor.wrapper.find("."+this.options.baseClass+"-button").button({icons:{primary:"ui-icon-pin-w"}});a.attr("title")?a.attr("title",this.getTitle()):a.attr("data-title",this.getTitle());this.editor.toolbar.find("."+this.editor.options.baseClass+"-inner").addClass("ui-widget-header");
214
+ this.showSpacers()}},undock:function(){if(this.docked){this.docked=this.destroying?!1:this.saveState(!1);this.editor.toolbar.find("."+this.editor.options.baseClass+"-inner").removeClass("ui-widget-header");var a=this.editor.wrapper.find("."+this.options.baseClass+"-button").button({icons:{primary:"ui-icon-pin-s"}});a.attr("title")?a.attr("title",this.getTitle()):a.attr("data-title",this.getTitle());this.options.dockToElement?this.undockFromElement():this.undockFromBody();this.editor.fire("resize")}},
215
+ isDocked:function(){return this.docked},getTitle:function(){return this.isDocked()?d("Click to detach the toolbar"):d("Click to dock the toolbar")},saveState:function(a){if(this.persist)return this.persistID?this.persist("docked:"+this.persistID,a):this.persist("docked",a),a},loadState:function(){return!this.persist?null:this.persistID?this.persist("docked:"+this.persistID):this.persist("docked")},disable:function(){this.hideSpacers()},destroy:function(){this.destroying=!0;this.undock()}});a.ui.editor.registerUi({dock:{hotkeys:{"ctrl+d":{action:function(){this.ui.click()}}},
216
+ init:function(a){return a.uiButton({title:a.getPlugin("dock").getTitle(),icon:a.getPlugin("dock").isDocked()?"ui-icon-pin-w":"ui-icon-pin-s",click:function(){var c=a.getPlugin("dock");c.isDocked()?c.undock():c.dock();a.unify(function(a){c.isDocked()?a.getPlugin("dock").dock():a.getPlugin("dock").undock()})}})}}});a.ui.editor.registerUi({embed:{dialog:null,init:function(a){a.bind("hide",this.hide,this);return a.uiButton({icon:"ui-icon-youtube",title:d("Embed object"),click:function(){this.show()}})},
217
+ hide:function(){this.dialog&&a(this.dialog).dialog("destroy").remove();this.dialog=null;a(this.ui.button).button("option","disabled",!1)},show:function(){if(!this.dialog){a(this.ui.button).button("option","disabled",!0);var b=this;h();this.dialog=a(this.editor.getTemplate("embed.dialog"));this.dialog.dialog({modal:!1,width:600,height:400,resizable:!0,title:d("Paste Embed Code"),autoOpen:!0,dialogClass:b.options.baseClass+" "+b.options.dialogClass,buttons:[{text:d("Embed Object"),click:function(){u();
218
+ F(a(this).find("textarea").val());a(this).dialog("close")}},{text:d("Close"),click:function(){b.hide()}}],open:function(){var b=a(this).parent().find(".ui-dialog-buttonpane");b.find("button:eq(0)").button({icons:{primary:"ui-icon-circle-check"}});b.find("button:eq(1)").button({icons:{primary:"ui-icon-circle-close"}});var c=a(this).find(".ui-editor-embed-panel-tabs");c.find("ul li").click(function(){c.find("ul li").removeClass("ui-state-active").removeClass("ui-tabs-selected");a(this).addClass("ui-state-active").addClass("ui-tabs-selected");
219
+ c.children("div").hide().eq(a(this).index()).show()});var d=a(this).find(".ui-editor-embed-preview");a(this).find("textarea").change(function(){a(d).html(a(this).val())})},close:function(){b.hide()}})}}}});a.ui.editor.registerPlugin("emptyElement",{options:{tag:"<p/>"},init:function(){this.bind("change",this.change)},change:function(){var b=this;this.textNodes(this.editor.getElement()).each(function(){a(this).wrap(a(b.options.tag));M(this)});this.editor.checkChange()},textNodes:function(b){return a(b).contents().filter(function(){return 3==
220
+ this.nodeType&&a.trim(this.nodeValue).length})}});a(function(){a.ui.editor.registerUi({insertFile:{fileManager:null,imageTypes:["jpg","jpeg","png","gif"],init:function(b,c){return b.uiButton({title:"Insert image or uploaded file",icon:"ui-icon-image",click:function(){var b=this;h();null===this.fileManager&&(this.fileManager=a.ui.filemanager.create({enablePlugins:!1,plugins:{datatables:!XMod.FileManager.Permissions.insert?!1:{ajaxSource:"/filemanager/admin/datatables",insertionCallback:function(d){u();
221
+ if(!d.length)return true;var e=function(){b.editor.fire("change");return true};if(d.length===1){var g=d[0];if(b.isImage(g)){F(b.createImage(g,c.cssPrefix+g.type));return e()}if(b.editor.selectionExists()){U("a",{href:g.url,className:b.options.cssPrefix+"file "+b.options.cssPrefix+g.type});return e()}F(b.createAnchor(g,b.options.cssPrefix+"file "+b.options.cssPrefix+g.type));return e()}for(var h=[],j=0;j<d.length;j++){g=d[j];b.isImage(g)?h.push(a("<div/>").html(b.createImage(g,c.cssPrefix+g.type)).html()):
222
+ h.push(a("<div/>").html(b.createAnchor(g,b.options.cssPrefix+"file "+b.options.cssPrefix+g.type)).html())}F(h.join(", "));return e()}},plupload:!XMod.FileManager.Permissions.upload?!1:{url:"/filemanager/admin/plupload"}}}));a(this.fileManager).filemanager("show")}})},isImage:function(b){return-1!==a.inArray(b.type.toLowerCase(),this.imageTypes)?!0:!1},createImage:function(b,c){return a("<img/>").attr({src:b.url,title:b.name,"class":c})},createAnchor:function(b,c){return a("<a/>").attr({href:b.url,
223
+ title:b.name,"class":c}).html(b.name)}}})});a.ui.editor.registerUi({floatLeft:{init:function(b){return b.uiButton({title:d("Float Image Left"),click:function(){w(function(b){a(b.commonAncestorContainer).find("img").css("float","left")})}})}},floatRight:{init:function(b){return b.uiButton({title:d("Float Image Right"),click:function(){w(function(b){a(b.commonAncestorContainer).find("img").css("float","right")})}})}},floatNone:{init:function(b){return b.uiButton({title:d("Remove Image Float"),click:function(){w(function(b){a(b.commonAncestorContainer).find("img").css("float",
224
+ "none")})}})}}});a.ui.editor.registerUi({fontSizeInc:{init:function(a,c){return a.uiButton({title:d("Increase Font Size"),click:function(){a.inverseWrapWithTagClass("big",c.cssPrefix+"big","small",c.cssPrefix+"small")}})}},fontSizeDec:{init:function(a,c){return a.uiButton({title:d("Decrease Font Size"),click:function(){a.inverseWrapWithTagClass("small",c.cssPrefix+"small","big",c.cssPrefix+"big")}})}}});a.ui.editor.registerUi({showGuides:{init:function(a,c){a.bind("cancel",this.cancel,this);a.bind("destroy",
225
+ this.cancel,this);return a.uiButton({title:d("Show Guides"),icon:"ui-icon-pencil",click:function(){a.getElement().toggleClass(c.baseClass+"-visible")}})},cancel:function(){this.editor.getElement().removeClass(this.options.baseClass+"-visible")}}});a.ui.editor.registerUi({undo:{options:{disabled:!0},hotkeys:{"ctrl+z":{action:function(){this.editor.historyBack()}}},init:function(a){a.bind("change",this.change,this);return a.uiButton({title:d("Step Back"),click:function(){a.historyBack()}})},change:function(){0===
226
+ this.editor.present?this.ui.disable():this.ui.enable()}},redo:{options:{disabled:!0},hotkeys:{"ctrl+shift+z":{action:function(){this.editor.historyForward()}},"ctrl+y":{action:function(){this.editor.historyForward()}}},init:function(a){a.bind("change",this.change,this);return this.ui=a.uiButton({title:d("Step Forward"),click:function(){a.historyForward()}})},change:function(){this.editor.present===this.editor.history.length-1?this.ui.disable():this.ui.enable()}}});a.ui.editor.registerUi({hr:{init:function(a){return a.uiButton({title:d("Insert Horizontal Rule"),
227
+ click:function(){F("<hr/>")}})}}});a.ui.editor.registerUi({i18n:{init:function(b){var c=this,e=this.persist("locale");e&&v(e);var e=a('<select autocomplete="off" name="i18n"/>'),g;for(g in O){var h=a('<option value="'+g+'" class="'+g+'"/>');h.html(S[g]);H===g&&h.attr("selected","selected");e.append(h)}return b.uiSelectMenu({title:d("Change Language"),select:e,change:function(a){v(c.persist("locale",a))}})}}});t("en","English",{"A preview of your embedded object is displayed below.":"A preview of your embedded object is displayed below.",
228
+ "Added link: {{link}}":"Added link: {{link}}","All changes will be lost!":"All changes will be lost!","Apply Source":"Apply Source","Are you sure you want to stop editing?":"Are you sure you want to stop editing?",Blockquote:"Blockquote",Bold:"Bold",Cancel:"Cancel","Center Align":"Center Align","Change HTML tag of selected element":"Change HTML tag of selected element","Change Language":"Change Language","Change the color of the selected text.":"Change the color of the selected text.","Check this box to have the file open in a new browser window":"Check this box to have the file open in a new browser window",
229
+ "Check this box to have the link open in a new browser window":"Check this box to have the link open in a new browser window","Choose a link type:":"Choose a link type:","Clear Formatting":"Clear Formatting","Click to begin editing":"Click to begin editing","Click to detach the toolbar":"Click to detach the toolbar","Click to dock the toolbar":"Click to dock the toolbar","Click to edit the image":"Click to edit the image","Click to select all editable content":"Click to select all editable content",
230
+ "Click to select the contents of the '{{element}}' element":"Click to select the contents of the '{{element}}' element",Close:"Close","Confirm Cancel Editing":"Confirm Cancel Editing","Content Statistics":"Content Statistics","Content contains more than {{limit}} characters and may be truncated":"Content contains more than {{limit}} characters and may be truncated","Content will not be truncated":"Content will not be truncated","Copy the file's URL from your browser's address bar and paste it into the box above":"Copy the file's URL from your browser's address bar and paste it into the box above",
231
+ "Copy the web address from your browser's address bar and paste it into the box above":"Copy the web address from your browser's address bar and paste it into the box above","Decrease Font Size":"Decrease Font Size",Destroy:"Destroy",Divider:"Divider","Document or other file":"Document or other file","Edit Link":"Edit Link",Email:"Email","Email address":"Email address","Embed Code":"Embed Code","Embed Object":"Embed Object","Embed object":"Embed object","Ensure the file has been uploaded to your website":"Ensure the file has been uploaded to your website",
232
+ "Enter email address":"Enter email address","Enter subject":"Enter subject","Enter your URL":"Enter your URL","Failed to save {{failed}} content block(s).":"Failed to save {{failed}} content block(s).","Find the page on the web you want to link to":"Find the page on the web you want to link to","Float Image Left":"Float Image Left","Float Image Right":"Float Image Right","Formatted &amp; Cleaned":"Formatted &amp; Cleaned","Formatted Unclean":"Formatted Unclean","Heading&nbsp;1":"Heading&nbsp;1","Heading&nbsp;2":"Heading&nbsp;2",
233
+ "Heading&nbsp;3":"Heading&nbsp;3","Image height":"Image height","Image width":"Image width","Increase Font Size":"Increase Font Size",Initializing:"Initializing",Insert:"Insert","Insert Horizontal Rule":"Insert Horizontal Rule","Insert Link":"Insert Link","Insert Snippet":"Insert Snippet",Italic:"Italic",Justify:"Justify","Learn More About the Raptor WYSIWYG Editor":"Learn More About the Raptor WYSIWYG Editor","Left Align":"Left Align","Link to a document or other file":"Link to a document or other file",
234
+ "Link to a page on this or another website":"Link to a page on this or another website","Link to an email address":"Link to an email address",Location:"Location","Modify Image Size":"Modify Image Size","N/A":"N/A","New window":"New window","No changes detected to save...":"No changes detected to save...","Not sure what to put in the box above?":"Not sure what to put in the box above?",OK:"OK","Open the uploaded file in your browser":"Open the uploaded file in your browser","Ordered List":"Ordered List",
235
+ "Page on this or another website":"Page on this or another website",Paragraph:"Paragraph","Paste Embed Code":"Paste Embed Code","Paste your embed code into the text area below.":"Paste your embed code into the text area below.","Plain Text":"Plain Text",Preview:"Preview",Raptorize:"Raptorize",Reinitialise:"Reinitialise","Remaining characters before the recommended character limit is reached":"Remaining characters before the recommended character limit is reached","Remove Image Float":"Remove Image Float",
236
+ "Remove Link":"Remove Link","Remove unnecessary markup from editor content":"Remove unnecessary markup from editor content","Resize Image":"Resize Image","Right Align":"Right Align",Save:"Save","Saved {{saved}} out of {{dirty}} content blocks.":"Saved {{saved}} out of {{dirty}} content blocks.","Saving changes...":"Saving changes...","Select all editable content":"Select all editable content","Select {{element}} element":"Select {{element}} element","Show Guides":"Show Guides","Source Code":"Source Code",
237
+ "Step Back":"Step Back","Step Forward":"Step Forward",Strikethrough:"Strikethrough","Sub script":"Sub script","Subject (optional)":"Subject (optional)","Successfully saved {{saved}} content block(s).":"Successfully saved {{saved}} content block(s).","Super script":"Super script","The URL does not look well formed":"The URL does not look well formed","The email address does not look well formed":"The email address does not look well formed","The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.":"The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.",
238
+ "The url for the file you inserted doesn't look well formed":"The url for the file you inserted doesn't look well formed","The url for the link you inserted doesn't look well formed":"The url for the link you inserted doesn't look well formed","This block contains unsaved changes":"This block contains unsaved changes",Underline:"Underline","Unnamed Button":"Unnamed Button","Unnamed Select Menu":"Unnamed Select Menu","Unordered List":"Unordered List","Update Link":"Update Link","Updated link: {{link}}":"Updated link: {{link}}",
239
+ "View / Edit Source":"View / Edit Source","View Source":"View Source","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes",root:"root","{{charactersRemaining}} characters over limit":"{{charactersRemaining}} characters over limit","{{charactersRemaining}} characters remaining":"{{charactersRemaining}} characters remaining",
240
+ "{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} characters, {{charactersRemaining}} over the recommended limit","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} characters, {{charactersRemaining}} remaining","{{sentences}} sentences":"{{sentences}} sentences","{{words}} word":"{{words}} word","{{words}} words":"{{words}} words"});t("es","Espa\u00f1ol",{"A preview of your embedded object is displayed below.":"A continuaci\u00f3n se muestra una vista previa de su objeto incrustado.",
241
+ "Added link: {{link}}":"Enlace a\u00f1adido: {{link}}","All changes will be lost!":"\u00a1Todos los cambios ser\u00e1n perdidos!","Apply Source":"Aplicar Fuente","Are you sure you want to stop editing?":"\u00bfEst\u00e1 seguro de que desea detener la edici\u00f3n?",Blockquote:"Cita en bloque",Bold:"Negrita",Cancel:"Cancelar","Center Align":"Centrar","Change HTML tag of selected element":"Cambiar la etiqueta HTML del elemento seleccionado","Change Language":"Cambiar Idioma","Change the color of the selected text.":"Change the color of the selected text.",
242
+ "Check this box to have the file open in a new browser window":"Marque esta casilla para que el archivo se abra en una nueva ventana","Check this box to have the link open in a new browser window":"Marque esta casilla para que el enlace se abra en una nueva ventana","Choose a link type:":"Escoja un tipo de enlace:","Clear Formatting":"Limpiar Formato","Click to begin editing":"Haga clic para empezar a editar","Click to detach the toolbar":"Haga clic para desanclar la barra de herramientas","Click to dock the toolbar":"Haga clic para anclar la barra de herramientas",
243
+ "Click to edit the image":"Click to edit the image","Click to select all editable content":"Haga clic para seleccionar todo el contenido editable","Click to select the contents of the '{{element}}' element":"Haga clic para selecionar el contenido del elemento '{{element}}'",Close:"Cerrar","Confirm Cancel Editing":"Confirme Cancelar la Edici\u00f3n ","Content Statistics":"Contenidos Estad\u00edsticos","Content contains more than {{limit}} characters and may be truncated":"El contenido contiene m\u00e1s de {{limit}} car\u00e1cteres y debe ser truncado",
244
+ "Content will not be truncated":"El contenido no ser\u00e1 truncado","Copy the file's URL from your browser's address bar and paste it into the box above":"Copie la URL de su archivo desde la barra de direcci\u00f3n de su navegador y p\u00e9guela en la caja superior","Copy the web address from your browser's address bar and paste it into the box above":"Copie la direcci\u00f3n web desde la barra de direcci\u00f3n de su navegador y p\u00e9guela en la caja superior","Decrease Font Size":"Disminuir Tama\u00f1o de Fuente",
245
+ Destroy:"Destruir",Divider:"Divisor","Document or other file":"Documento u otro archivo","Edit Link":"Editar Enlace",Email:"Correo electr\u00f3nico","Email address":"Direcci\u00f3n de correo electr\u00f3nico","Embed Code":"C\u00f3digo Incrustado","Embed Object":"Objeto Incrustado","Embed object":"Objeto incrustado","Ensure the file has been uploaded to your website":"Aseg\u00farese de que el archivo ha sido subido a su sitio web","Enter email address":"Introduzca una direcci\u00f3n de correo electr\u00f3nico",
244
246
  "Enter subject":"Introduzca un sujeto","Enter your URL":"Introduzca su URL","Failed to save {{failed}} content block(s).":"Fall\u00f3 al guardar los bloques del cotenido de {{failed}}.","Find the page on the web you want to link to":"Busque la p\u00e1gina web a la que desee enlazar","Float Image Left":"Flotar Imagen a la Izquierda","Float Image Right":"Flotar Imagen a la Derecha","Formatted &amp; Cleaned":"Formateado y Limpiado","Formatted Unclean":"Formateado Sucio","Heading&nbsp;1":"Encabezado&nbsp;1",
245
247
  "Heading&nbsp;2":"Encabezado&nbsp;2","Heading&nbsp;3":"Encabezado&nbsp;3","Image height":"Altura de imagen","Image width":"Ancho de imagen","Increase Font Size":"Incrementar Tama\u00f1o de Fuente",Initializing:"Inicializando",Insert:"Insertar","Insert Horizontal Rule":"Insertar L\u00ednea Horizontal","Insert Link":"Insertar Enlace","Insert Snippet":"Insertar Snippet",Italic:"Cursiva",Justify:"Justificar","Learn More About the Raptor WYSIWYG Editor":"Saber m\u00e1s sobre el editor WYSIWYG Raptor",
246
248
  "Left Align":"Alinear a la Izquierda","Link to a document or other file":"Enlazar a un documento o a otro archivo","Link to a page on this or another website":"Enlazar a una p\u00e1gina en esta u otra p\u00e1gina web","Link to an email address":"Enlazar a una direcci\u00f3n de correo electr\u00f3nico",Location:"Localizaci\u00f3n","Modify Image Size":"Cambiar Tama\u00f1o de Imagen","N/A":!1,"New window":"Nueva ventana","No changes detected to save...":"No se detectaron cambios para guardar...","Not sure what to put in the box above?":"\u00bfNo est\u00e1 seguro de qu\u00e9 poner en la caja anterior?",
247
249
  OK:"Aceptar","Open the uploaded file in your browser":"Abra el archivo cargado en su navegador","Ordered List":"Lista Ordenada","Page on this or another website":"P\u00e1gina en \u00e9sta u otra p\u00e1gina web",Paragraph:"P\u00e1rrafo","Paste Embed Code":"Pegar C\u00f3digo Incrustado","Paste your embed code into the text area below.":"Pegue su c\u00f3digo incrustado en la caja de texto posterior.","Plain Text":"Texto Llano",Preview:"Previsualizar",Raptorize:"Raptorizar",Reinitialise:"Reinicializar",
248
250
  "Remaining characters before the recommended character limit is reached":"Car\u00e1cteres restantes antes de que se alcance el l\u00edmite de c\u00e1racteres recomendado","Remove Image Float":"No Flotar Imagen","Remove Link":"Eliminar enlace","Remove unnecessary markup from editor content":"Eliminar marcado innecesario del editor de contenido","Resize Image":"Redimensionar Imagen","Right Align":"Alinear a la Derecha",Save:"Guardar","Saved {{saved}} out of {{dirty}} content blocks.":"Guardados {{saved}} de {{dirty}} bloques de contenido.",
249
251
  "Saving changes...":"Guardando cambios...","Select all editable content":"Seleccionar todo el contenido editable","Select {{element}} element":"Seleccionar el elemento {{element}}","Show Guides":"Mostrar Gu\u00edas","Source Code":"C\u00f3digo Fuente","Step Back":"Deshacer","Step Forward":"Rehacer",Strikethrough:"Tachado","Sub script":"Sub\u00edndice","Subject (optional)":"Sujeto (opcional)","Successfully saved {{saved}} content block(s).":"Guardado exitosamente {{saved}} bloque(s) de contenido.",
250
- "Super script":"Super\u00edndice","The URL does not look well formed":"La URL no parece bien formada","The email address does not look well formed":"El enlace de correo electr\u00f3nico no parece bien formado","The image '{{image}}' is too large for the element being edited.<br/>It will be replaced with a resized copy when your edits are saved.":"La imagen '{{image}}' es demasiado grande para el elemento que est\u00e1 siendo editado.<br/>Ser\u00e1 reemplazada por una copia redimensionada cuando se guarden sus cambios.",
251
- "The url for the file you inserted doesn't look well formed":"La URL del archivo que ha introducido no parece bien formada","The url for the link you inserted doesn't look well formed":"La URL del enlace que ha introducido no parece bien formada","This block contains unsaved changes":"Este bloque tiene cambios sin guardar",Underline:"Subrayar","Unnamed Button":"Bot\u00f3n sin Nombre","Unnamed Select Menu":"Men\u00fa de Selecci\u00f3n sin Nombre","Unordered List":"Lista Desordenada","Update Link":"Actualizar Enlace",
252
- "Updated link: {{link}}":"Enlace actualizado: {{link}}","View / Edit Source":"Ver / Editar C\u00f3digo Fuente","View Source":"Ver C\u00f3digo Fuente","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nHay cambios sin guardar en esta p\u00e1gina. \nSi sale de esta p\u00e1gina, perder\u00e1 todos los cambios sin guardar",root:"or\u00edgen","{{charactersRemaining}} characters over limit":"{{charactersRemaining}} car\u00e1cter(es) sobre el l\u00edmite",
253
- "{{charactersRemaining}} characters remaining":"Queda(n) {{charactersRemaining}} car\u00e1cter(es)","{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} car\u00e1cter(es), {{charactersRemaining}} sobre el l\u00edmite recomendado","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} car\u00e1cter(es), queda(n) {{charactersRemaining}}","{{sentences}} sentences":"{{sentences}} oraciones","{{words}} word":"{{words}} palabra","{{words}} words":"{{words}} palabras"});
254
- t("fr","Fran\u00e7ais",{"A preview of your embedded object is displayed below.":"Un aper\u00e7u de votre objet int\u00e9gr\u00e9 est affich\u00e9 ci-dessous.","Added link: {{link}}":"Lien ajout\u00e9 : {{link}}","All changes will be lost!":"Toutes les modifications seront perdues !","Apply Source":"Appliquer la source","Are you sure you want to stop editing?":"\u00cates-vous s\u00fbr(e) de vouloir arr\u00eater la modification ?",Blockquote:"Citation",Bold:"Gras",Cancel:"Annuler","Center Align":"Aligner au centre",
255
- "Change HTML tag of selected element":"Modifier la balise HTML de l'\u00e9l\u00e9ment s\u00e9lectionn\u00e9","Change Language":"Changer de langue","Check this box to have the file open in a new browser window":"Cochez cette case pour ouvrir le fichier dans une nouvelle fen\u00eatre de navigateur","Check this box to have the link open in a new browser window":"Cochez cette case pour ouvrir le lien dans une nouvelle fen\u00eatre de navigateur","Choose a link type:":"Choisissez un type de lien :","Clear Formatting":"Clear Formatting",
256
- "Click to begin editing":"Cliquer pour commencer la modification","Click to detach the toolbar":"Cliquer pour d\u00e9tacher la barre d'outils","Click to dock the toolbar":"Cliquer pour ancrer la barre d'outils","Click to select all editable content":"Cliquer pour s\u00e9lectionner tout le contenu modifiable","Click to select the contents of the '{{element}}' element":"Cliquer pour s\u00e9lectionner le contenu de l'\u00e9l\u00e9ment '{{element}}'",Close:"Fermer","Confirm Cancel Editing":"Confirmer l'annulation des modifications",
252
+ "Super script":"Super\u00edndice","The URL does not look well formed":"La URL no parece bien formada","The email address does not look well formed":"El enlace de correo electr\u00f3nico no parece bien formado","The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.":"The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.","The url for the file you inserted doesn't look well formed":"La URL del archivo que ha introducido no parece bien formada",
253
+ "The url for the link you inserted doesn't look well formed":"La URL del enlace que ha introducido no parece bien formada","This block contains unsaved changes":"Este bloque tiene cambios sin guardar",Underline:"Subrayar","Unnamed Button":"Bot\u00f3n sin Nombre","Unnamed Select Menu":"Men\u00fa de Selecci\u00f3n sin Nombre","Unordered List":"Lista Desordenada","Update Link":"Actualizar Enlace","Updated link: {{link}}":"Enlace actualizado: {{link}}","View / Edit Source":"Ver / Editar C\u00f3digo Fuente",
254
+ "View Source":"Ver C\u00f3digo Fuente","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nHay cambios sin guardar en esta p\u00e1gina. \nSi sale de esta p\u00e1gina, perder\u00e1 todos los cambios sin guardar",root:"or\u00edgen","{{charactersRemaining}} characters over limit":"{{charactersRemaining}} car\u00e1cter(es) sobre el l\u00edmite","{{charactersRemaining}} characters remaining":"Queda(n) {{charactersRemaining}} car\u00e1cter(es)",
255
+ "{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} car\u00e1cter(es), {{charactersRemaining}} sobre el l\u00edmite recomendado","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} car\u00e1cter(es), queda(n) {{charactersRemaining}}","{{sentences}} sentences":"{{sentences}} oraciones","{{words}} word":"{{words}} palabra","{{words}} words":"{{words}} palabras"});t("fr","Fran\u00e7ais",{"A preview of your embedded object is displayed below.":"Un aper\u00e7u de votre objet int\u00e9gr\u00e9 est affich\u00e9 ci-dessous.",
256
+ "Added link: {{link}}":"Lien ajout\u00e9 : {{link}}","All changes will be lost!":"Toutes les modifications seront perdues !","Apply Source":"Appliquer la source","Are you sure you want to stop editing?":"\u00cates-vous s\u00fbr(e) de vouloir arr\u00eater la modification ?",Blockquote:"Citation",Bold:"Gras",Cancel:"Annuler","Center Align":"Aligner au centre","Change HTML tag of selected element":"Modifier la balise HTML de l'\u00e9l\u00e9ment s\u00e9lectionn\u00e9","Change Language":"Changer de langue",
257
+ "Change the color of the selected text.":"Change the color of the selected text.","Check this box to have the file open in a new browser window":"Cochez cette case pour ouvrir le fichier dans une nouvelle fen\u00eatre de navigateur","Check this box to have the link open in a new browser window":"Cochez cette case pour ouvrir le lien dans une nouvelle fen\u00eatre de navigateur","Choose a link type:":"Choisissez un type de lien :","Clear Formatting":"Clear Formatting","Click to begin editing":"Cliquer pour commencer la modification",
258
+ "Click to detach the toolbar":"Cliquer pour d\u00e9tacher la barre d'outils","Click to dock the toolbar":"Cliquer pour ancrer la barre d'outils","Click to edit the image":"Click to edit the image","Click to select all editable content":"Cliquer pour s\u00e9lectionner tout le contenu modifiable","Click to select the contents of the '{{element}}' element":"Cliquer pour s\u00e9lectionner le contenu de l'\u00e9l\u00e9ment '{{element}}'",Close:"Fermer","Confirm Cancel Editing":"Confirmer l'annulation des modifications",
257
259
  "Content Statistics":"Statistiques de contenu","Content contains more than {{limit}} characters and may be truncated":"Le contenu contient plus de {{limit}} caract\u00e8res et peut \u00eatre tronqu\u00e9","Content will not be truncated":"Le contenu ne sera pas tronqu\u00e9","Copy the file's URL from your browser's address bar and paste it into the box above":"Copy the file's URL from your browser's address bar and paste it into the box above","Copy the web address from your browser's address bar and paste it into the box above":"Copy the web address from your browser's address bar and paste it into the box above",
258
260
  "Decrease Font Size":"Diminuer la taille de la police",Destroy:"D\u00e9truire",Divider:"Div","Document or other file":"Document ou autre fichier","Edit Link":"Modifier le lien",Email:"E-mail","Email address":"Adresse e-mail","Embed Code":"Code int\u00e9gr\u00e9","Embed Object":"Int\u00e9grer l'objet","Embed object":"Object int\u00e9gr\u00e9","Ensure the file has been uploaded to your website":"V\u00e9rifiez que le fichier a \u00e9t\u00e9 transf\u00e9r\u00e9 vers votre site","Enter email address":"Saisir l'adresse e-mail",
259
261
  "Enter subject":"Saisir le sujet","Enter your URL":"Saisir l'URL","Failed to save {{failed}} content block(s).":"\u00c9chec d'enregistrement du(des) bloc(s) de contenu {{failed}}.","Find the page on the web you want to link to":"Trouvez la page web que vous voulez lier","Float Image Left":"Float Image Left","Float Image Right":"Float Image Right","Formatted &amp; Cleaned":"Formatt\u00e9 &amp; Nettoy\u00e9","Formatted Unclean":"Formatt\u00e9 non nettoy\u00e9","Heading&nbsp;1":"Titre&nbsp;1","Heading&nbsp;2":"Titre&nbsp;2",
260
262
  "Heading&nbsp;3":"Titre&nbsp;3","Image height":"Image height","Image width":"Image width","Increase Font Size":"Augmenter la taille de la police",Initializing:"Initialisation",Insert:"Ins\u00e9rer","Insert Horizontal Rule":"Ins\u00e9rer une r\u00e8gle horizontale","Insert Link":"Ins\u00e9rer un lien","Insert Snippet":"Ins\u00e9rer un bout de code",Italic:"Italique",Justify:"Justifier","Learn More About the Raptor WYSIWYG Editor":"En savoir plus sur l'\u00e9diteur WYSIWYG Raptor","Left Align":"Aligner \u00e0 gauche",
261
- "Link to a document or other file":"Lier un document ou un autre fichier","Link to a page on this or another website":"Lier une page ou un autre site","Link to an email address":"Lier une adresse e-mail",Location:"Emplacement","Modify Image Size":"Modify Image Size","N/A":!1,"New window":"Nouvelle fen\u00eatre","No changes detected to save...":"Aucune modification d\u00e9tect\u00e9e \u00e0 enregistrer...","Not sure what to put in the box above?":"Pas s\u00fbr(e) de savoir quoi mettre dans le champ ci-dessus ?",
262
- OK:!1,"Open the uploaded file in your browser":"Ouvrir le fichier trasnf\u00e9r\u00e9 dans votre navigateur","Ordered List":"Liste ordonn\u00e9e","Page on this or another website":"Page sur ce site ou un autre site",Paragraph:"Paragraphe","Paste Embed Code":"Coller le code","Paste your embed code into the text area below.":"Collez votre code int\u00e9gr\u00e9 dans la zone de texte ci-dessous.","Plain Text":"Texte brut",Preview:"Aper\u00e7u",Raptorize:"Raptoriser",Reinitialise:"R\u00e9initialiser",
263
+ "Link to a document or other file":"Lier un document ou un autre fichier","Link to a page on this or another website":"Lier une page ou un autre site","Link to an email address":"Lier une adresse e-mail",Location:"Emplacement","Modify Image Size":"Modify Image Size","N/A":"N/A","New window":"Nouvelle fen\u00eatre","No changes detected to save...":"Aucune modification d\u00e9tect\u00e9e \u00e0 enregistrer...","Not sure what to put in the box above?":"Pas s\u00fbr(e) de savoir quoi mettre dans le champ ci-dessus ?",
264
+ OK:"OK","Open the uploaded file in your browser":"Ouvrir le fichier trasnf\u00e9r\u00e9 dans votre navigateur","Ordered List":"Liste ordonn\u00e9e","Page on this or another website":"Page sur ce site ou un autre site",Paragraph:"Paragraphe","Paste Embed Code":"Coller le code","Paste your embed code into the text area below.":"Collez votre code int\u00e9gr\u00e9 dans la zone de texte ci-dessous.","Plain Text":"Texte brut",Preview:"Aper\u00e7u",Raptorize:"Raptoriser",Reinitialise:"R\u00e9initialiser",
263
265
  "Remaining characters before the recommended character limit is reached":"Caract\u00e8res restants avant que la limite de caract\u00e8re recommand\u00e9e ne soit atteinte","Remove Image Float":"Remove Image Float","Remove Link":"Retirer le lien","Remove unnecessary markup from editor content":"Retirer le balisage non n\u00e9cessaire du contenu de l'\u00e9diteur","Resize Image":"Resize Image","Right Align":"Aligner \u00e0 droite",Save:"Enregistrer","Saved {{saved}} out of {{dirty}} content blocks.":"{{saved}} enregistr\u00e9 sur {{dirty}} blocs de contenu.",
264
266
  "Saving changes...":"Enregistrement des modifications...","Select all editable content":"S\u00e9lectionner tout le contenu modifiable","Select {{element}} element":"S\u00e9lectionner l'\u00e9l\u00e9ment {{element}}","Show Guides":"Afficher les guides","Source Code":"Code source","Step Back":"En arri\u00e8re","Step Forward":"En avant",Strikethrough:"Barr\u00e9","Sub script":"Indice","Subject (optional)":"Sujet (facultatif)","Successfully saved {{saved}} content block(s).":"{{saved}} bloc(s) de contenu enregistr\u00e9(s) avec succ\u00e8s.",
265
- "Super script":"Exposant","The URL does not look well formed":"L'URL para\u00eet malform\u00e9e","The email address does not look well formed":"L'adresse e-mail para\u00eet malform\u00e9e","The image '{{image}}' is too large for the element being edited.<br/>It will be replaced with a resized copy when your edits are saved.":"The image '{{image}}' is too large for the element being edited.<br/>It will be replaced with a resized copy when your edits are saved.","The url for the file you inserted doesn't look well formed":"The url for the file you inserted doesn't look well formed",
267
+ "Super script":"Exposant","The URL does not look well formed":"L'URL para\u00eet malform\u00e9e","The email address does not look well formed":"L'adresse e-mail para\u00eet malform\u00e9e","The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.":"The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.","The url for the file you inserted doesn't look well formed":"The url for the file you inserted doesn't look well formed",
266
268
  "The url for the link you inserted doesn't look well formed":"The url for the link you inserted doesn't look well formed","This block contains unsaved changes":"Ce bloc contient des modifications non enregistr\u00e9es",Underline:"Soulign\u00e9","Unnamed Button":"Boutton sans nom","Unnamed Select Menu":"Menu de s\u00e9lection sans nom","Unordered List":"Liste non ordonn\u00e9e","Update Link":"Mettre \u00e0 jour le lien","Updated link: {{link}}":"Lien mis \u00e0 jour : {{link}}","View / Edit Source":"Voir / Modifier la source",
267
269
  "View Source":"Voir la source","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nIl y a des modifications non enregistr\u00e9es sur cette page. \nSi vous quittez cette page, vous perdrez vos modifications non enregistr\u00e9es",root:"racine","{{charactersRemaining}} characters over limit":"{{charactersRemaining}} caract\u00e8res au-dessus de la limite","{{charactersRemaining}} characters remaining":"{{charactersRemaining}} caract\u00e8res restants",
268
270
  "{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} caract\u00e8res, {{charactersRemaining}} au-dessus de la limite","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} caract\u00e8res, {{charactersRemaining}} restants","{{sentences}} sentences":"{{sentences}} phrases","{{words}} word":"{{words}} mot","{{words}} words":"{{words}} mots"});t("nl","Nederlands",{"A preview of your embedded object is displayed below.":"Een voorbeeldweergave van uw ingenestelde object is hieronder weergeven.",
269
- "Added link: {{link}}":"Link toegevoegd:: {{link}}","All changes will be lost!":"Alle aanpassingen zullen verloren gaan!","Apply Source":"Broncode toepassen","Are you sure you want to stop editing?":"Weet u zeker dat u wilt stoppen met aanpassen? ",Blockquote:"Blokcitaat",Bold:"Vetgedrukt",Cancel:"Annuleren","Center Align":"Centreren","Change HTML tag of selected element":"Verander type van geselecteerd element","Change Language":"Taal veranderen","Check this box to have the file open in a new browser window":"Vink dit aan om het bestand te laten opnenen in een nieuw browser venster",
270
- "Check this box to have the link open in a new browser window":"Vink dit aan om de link te laten opnenen in een nieuw browser venster","Choose a link type:":"Kies het type link:","Clear Formatting":"Verwijder opmaak","Click to begin editing":"Klik hier voor het beginnen met bewerken","Click to detach the toolbar":"Klik om de werkbalk los te maken","Click to dock the toolbar":"Klik om de werkbalk vast te maken","Click to select all editable content":"Klik om alle bewerkbare inhoud te selecteren","Click to select the contents of the '{{element}}' element":"Klik om de inhoud te selecteren van het '{{element}}' element",
271
- Close:"Sluiten","Confirm Cancel Editing":"Bevestig annuleren van bewerken","Content Statistics":"Inhoud Statistieken","Content contains more than {{limit}} characters and may be truncated":"Inhoud bevat meer dan {{limit}} tekens en kan worden ingekort.","Content will not be truncated":"Inhoud wordt niet ingekort","Copy the file's URL from your browser's address bar and paste it into the box above":"Kopie\u00ebr het internetadres van het bestand uit de adresbalk van uw browser en plak het in het veld hierboven",
272
- "Copy the web address from your browser's address bar and paste it into the box above":"Kopie\u00ebr het internetadres uit de adresbalk van uw browser en plak het in het veld hierboven","Decrease Font Size":"Groter Lettertype",Destroy:"Verwijder",Divider:"Splitser","Document or other file":"Document of ander bestand","Edit Link":"Link bewerken",Email:"E-mail","Email address":"E-mail adres","Embed Code":"Code Insluiten","Embed Object":"Object Insluiten","Embed object":"Object insluiten","Ensure the file has been uploaded to your website":"Verzeker uzelf ervan dat het bestand op uw website staat",
273
- "Enter email address":"Voeg het e-mail adres in","Enter subject":"Voeg het onderwerp in","Enter your URL":"Voeg het internetadres in","Failed to save {{failed}} content block(s).":"Kon {{failed}} inhoud blok(ken) niet opslaan.","Find the page on the web you want to link to":"Vind de pagina op het internet waar u naartoe wilt linken","Float Image Left":"Tekst omsluiten rechts van afbeelding","Float Image Right":"Tekst omsluiten links van afbeelding","Formatted &amp; Cleaned":"Geformatteerd &amp; Opgeruimd",
274
- "Formatted Unclean":"Rommel Opgeruimd","Heading&nbsp;1":"Kopniveau&nbsp;1","Heading&nbsp;2":"Kopniveau&nbsp;2","Heading&nbsp;3":"Kopniveau&nbsp;3","Image height":"Hoogte afbeelding","Image width":"Breedte afbeelding","Increase Font Size":"Kleiner Lettertype",Initializing:"Initialiseren",Insert:"Invoegen","Insert Horizontal Rule":"Horizontale Regel Invoegen","Insert Link":"Link Invoegen","Insert Snippet":"Snippertekst Invoegen",Italic:"Schuingedrukt",Justify:"Uitlijnen aan beide kanten","Learn More About the Raptor WYSIWYG Editor":"Meer leren over Rapor WYSIWYG Editor",
275
- "Left Align":"Links uitlijnen","Link to a document or other file":"Link naar een document of ander bestand","Link to a page on this or another website":"Link naar een pagina op deze of een andere website","Link to an email address":"Link naar een emailadres",Location:"Locatie","Modify Image Size":"Afbeeldingsgrootte aanpassen","N/A":"n.v.t.","New window":"Nieuw venster","No changes detected to save...":"Er zijn geen aanpassingen om op te slaan...","Not sure what to put in the box above?":"Onzeker over wat er in het veld moet staan hierboven?",
276
- OK:!1,"Open the uploaded file in your browser":"Open het ge\u00fcploade bestand in uw browser","Ordered List":"Genummerde lijst","Page on this or another website":"Pagina op deze of een andere website",Paragraph:"Alinea","Paste Embed Code":"Plak de insluitcode","Paste your embed code into the text area below.":"Plak de insluitcode in het tekstveld hieronder.","Plain Text":"Tekst zonder opmaak",Preview:"Voorbeeldweergave",Raptorize:!1,Reinitialise:"Herinitialiseren","Remaining characters before the recommended character limit is reached":"Aantal karakters over voordat het limiet is bereikt",
277
- "Remove Image Float":"Tekst niet omsluiten rondom afbeelding","Remove Link":"Verwijder Link","Remove unnecessary markup from editor content":"Inhoud schoonmaken van overbodige opmaak","Resize Image":"Herschaal Afbeelding","Right Align":"Rechts Uitlijnen",Save:"Opslaan","Saved {{saved}} out of {{dirty}} content blocks.":"{{saved}} van de {{dirty}} inhoudsblokken zijn opgeslagen.","Saving changes...":"Aanpassingen opslaan...","Select all editable content":"Alle aanpasbare inhoud selecteren","Select {{element}} element":"Selecteer {{element}} element",
278
- "Show Guides":"Rooster Tonen (Onderwatermodus)","Source Code":"Broncode","Step Back":"Herstel","Step Forward":"Opnieuw",Strikethrough:"Doorstrepen","Sub script":"Subscript","Subject (optional)":"Onderwerp (optioneel)","Successfully saved {{saved}} content block(s).":"{{saved}} inhoudsblok(ken) succesvol opgeslagen.","Super script":"Superscript","The URL does not look well formed":"Het lijkt er op dat het internetadres niet correct is","The email address does not look well formed":"Het e-mail adres is incorrect",
279
- "The image '{{image}}' is too large for the element being edited.<br/>It will be replaced with a resized copy when your edits are saved.":'De afbeelding "{{image}}" is te groot voor het element dat wordt bewerkt.<br/>Het zal worden vervangen met een herschaalde kopie wanneer uw aanpassingen worden opgeslagen.',"The url for the file you inserted doesn't look well formed":"Het lijkt er op dat het internetadres voor het bestand dat u heeft ingevoegd niet correct is","The url for the link you inserted doesn't look well formed":"Het lijkt er op dat het internetadres voor de link die u heeft ingevoegd niet correct is",
280
- "This block contains unsaved changes":"Dit blok bevat aanpassingen welke niet zijn opgeslagen",Underline:"Onderstrepen","Unnamed Button":"Knop Zonder Naam","Unnamed Select Menu":"Selectiemenu Zonder Naam","Unordered List":"Lijst Van Opsommingstekens","Update Link":"Link Bijwerken","Updated link: {{link}}":"Link bijgewerkt: {{link}}","View / Edit Source":"Broncode Bekijken/Bewerken","View Source":"Broncode Bekijken","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nEr zijn aanpassingen op deze pagina die niet zijn opgeslagen. \nAls u een andere pagina opnet zult u deze aanpassingen verliezen",
281
- root:!1,"{{charactersRemaining}} characters over limit":"{{charactersRemaining}} karakters over het limiet","{{charactersRemaining}} characters remaining":"{{charactersRemaining}} karakters over","{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} karakters, {{charactersRemaining}} over het aangeraden limiet","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} karakters, {{charactersRemaining}} over","{{sentences}} sentences":"{{sentences}} zinnen",
282
- "{{words}} word":"{{words}} woord","{{words}} words":"{{words}} woorden"});t("zh-CN","\u7b80\u4f53\u4e2d\u6587",{"A preview of your embedded object is displayed below.":"A preview of your embedded object is displayed below.","Added link: {{link}}":"Added link: {{link}}","All changes will be lost!":"All changes will be lost!","Apply Source":"\u5e94\u7528\u6e90\u4ee3\u7801","Are you sure you want to stop editing?":"Are you sure you want to stop editing?",Blockquote:"\u5927\u6bb5\u5f15\u7528",Bold:"\u7c97\u4f53",
283
- Cancel:"\u53d6\u6d88","Center Align":"\u4e2d\u5fc3\u5bf9\u9f50\u6587\u672c","Change HTML tag of selected element":"Change HTML tag of selected element","Change Language":"\u6539\u53d8\u8bed\u8a00","Check this box to have the file open in a new browser window":"Check this box to have the file open in a new browser window","Check this box to have the link open in a new browser window":"Check this box to have the link open in a new browser window","Choose a link type:":"Choose a link type:","Clear Formatting":"Clear Formatting",
284
- "Click to begin editing":"Click to begin editing","Click to detach the toolbar":"Click to detach the toolbar","Click to dock the toolbar":"Click to dock the toolbar","Click to select all editable content":"Click to select all editable content","Click to select the contents of the '{{element}}' element":"Click to select the contents of the '{{element}}' element",Close:"Close","Confirm Cancel Editing":"\u786e\u8ba4\u53d6\u6d88\u7f16\u8f91","Content Statistics":"Content Statistics","Content contains more than {{limit}} characters and may be truncated":"Content contains more than {{limit}} characters and may be truncated",
285
- "Content will not be truncated":"Content will not be truncated","Copy the file's URL from your browser's address bar and paste it into the box above":"Copy the file's URL from your browser's address bar and paste it into the box above","Copy the web address from your browser's address bar and paste it into the box above":"Copy the web address from your browser's address bar and paste it into the box above","Decrease Font Size":"Decrease Font Size",Destroy:"Destroy",Divider:"Divider","Document or other file":"Document or other file",
286
- "Edit Link":"Edit Link",Email:"Email","Email address":"\u7535\u5b50\u90ae\u4ef6","Embed Code":"Embed Code","Embed Object":"Embed Object","Embed object":"Embed object","Ensure the file has been uploaded to your website":"Ensure the file has been uploaded to your website","Enter email address":"Enter email address","Enter subject":"Enter subject","Enter your URL":"Enter your URL","Failed to save {{failed}} content block(s).":"Failed to save {{failed}} content block(s).","Find the page on the web you want to link to":"Find the page on the web you want to link to",
287
- "Float Image Left":"Float Image Left","Float Image Right":"Float Image Right","Formatted &amp; Cleaned":"Formatted &amp; Cleaned","Formatted Unclean":"Formatted Unclean","Heading&nbsp;1":"Heading&nbsp;1","Heading&nbsp;2":"Heading&nbsp;2","Heading&nbsp;3":"Heading&nbsp;3","Image height":"Image height","Image width":"Image width","Increase Font Size":"Increase Font Size",Initializing:"Initializing",Insert:"Insert","Insert Horizontal Rule":"\u63d2\u5165\u6c34\u5e73\u7ebf","Insert Link":"Insert Link",
288
- "Insert Snippet":"Insert Snippet",Italic:"\u659c\u4f53\u5b57",Justify:"\u5bf9\u9f50\u6587\u5b57","Learn More About the Raptor WYSIWYG Editor":"Learn More About the Raptor WYSIWYG Editor","Left Align":"\u5de6\u5bf9\u9f50\u6587\u672c","Link to a document or other file":"Link to a document or other file","Link to a page on this or another website":"Link to a page on this or another website","Link to an email address":"Link to an email address",Location:"Location","Modify Image Size":"Modify Image Size",
289
- "N/A":"N/A","New window":"New window","No changes detected to save...":"No changes detected to save...","Not sure what to put in the box above?":"Not sure what to put in the box above?",OK:"\u786e\u5b9a","Open the uploaded file in your browser":"Open the uploaded file in your browser","Ordered List":"Ordered List","Page on this or another website":"Page on this or another website",Paragraph:"Paragraph","Paste Embed Code":"Paste Embed Code","Paste your embed code into the text area below.":"Paste your embed code into the text area below.",
290
- "Plain Text":"Plain Text",Preview:"Preview",Raptorize:"Raptorize",Reinitialise:"Reinitialise","Remaining characters before the recommended character limit is reached":"Remaining characters before the recommended character limit is reached","Remove Image Float":"Remove Image Float","Remove Link":"Remove Link","Remove unnecessary markup from editor content":"Remove unnecessary markup from editor content","Resize Image":"Resize Image","Right Align":"\u53f3\u5bf9\u9f50\u6587\u672c",Save:"\u5b58\u50a8",
291
- "Saved {{saved}} out of {{dirty}} content blocks.":"Saved {{saved}} out of {{dirty}} content blocks.","Saving changes...":"\u4fdd\u5b58\u66f4\u6539...","Select all editable content":"Select all editable content","Select {{element}} element":"Select {{element}} element","Show Guides":"\u7eb2\u8981","Source Code":"Source Code","Step Back":"Step Back","Step Forward":"Step Forward",Strikethrough:"Strikethrough","Sub script":"Sub script","Subject (optional)":"Subject (optional)","Successfully saved {{saved}} content block(s).":"Successfully saved {{saved}} content block(s).",
292
- "Super script":"Super script","The URL does not look well formed":"The URL does not look well formed","The email address does not look well formed":"The email address does not look well formed","The image '{{image}}' is too large for the element being edited.<br/>It will be replaced with a resized copy when your edits are saved.":"The image '{{image}}' is too large for the element being edited.<br/>It will be replaced with a resized copy when your edits are saved.","The url for the file you inserted doesn't look well formed":"The url for the file you inserted doesn't look well formed",
293
- "The url for the link you inserted doesn't look well formed":"The url for the link you inserted doesn't look well formed","This block contains unsaved changes":"This block contains unsaved changes",Underline:"\u4e0b\u5212\u7ebf","Unnamed Button":"Unnamed Button","Unnamed Select Menu":"Unnamed Select Menu","Unordered List":"Unordered List","Update Link":"Update Link","Updated link: {{link}}":"Updated link: {{link}}","View / Edit Source":"View / Edit Source","View Source":"View Source","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes",
294
- root:"\u672c","{{charactersRemaining}} characters over limit":"{{charactersRemaining}} characters over limit","{{charactersRemaining}} characters remaining":"{{charactersRemaining}} characters remaining","{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} characters, {{charactersRemaining}} over the recommended limit","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} characters, {{charactersRemaining}} remaining","{{sentences}} sentences":"{{sentences}} sentences",
295
- "{{words}} word":"{{words}} word","{{words}} words":"{{words}} words"});a.ui.editor.registerPlugin("imageResize",{options:{allowOversizeImages:!1,manuallyResizingClass:null,resizeButtonClass:null,resizingClass:null},init:function(b){this.options=a.extend({},this.options,{manuallyResizingClass:this.options.baseClass+"-manually-resize",resizeButtonClass:this.options.baseClass+"-resize-button",resizingClass:this.options.baseClass+"-in-progress"});b.bind("enabled",this.bind,this)},bind:function(){this.options.allowOversizeImages||
296
- (this.addImageListeners(),this.editor.bind("change",this.scanForOversizedImages,this),this.editor.bind("save",this.save,this));this.editor.bind("destroy",this.cancel,this);this.editor.bind("cancel",this.cancel,this);this.editor.getElement().on("mouseenter."+this.options.baseClass,"img",a.proxy(this.imageMouseEnter,this));this.editor.getElement().on("mouseleave."+this.options.baseClass,"img",a.proxy(this.imageMouseLeave,this))},unbind:function(){this.options.allowOversizeImages||(this.removeImageListeners(),
297
- this.editor.unbind("change",this.scanForOversizedImages,this));this.editor.getElement().off("mouseenter."+this.options.baseClass,"img");this.editor.getElement().off("mouseleave."+this.options.baseClass,"img")},addImageListeners:function(){this.resized=a.proxy(this.imageResizedByUser,this);var b=this;this.editor.getElement().find("img").each(function(){this.addEventListener&&this.addEventListener("DOMAttrModified",b.resized,!1);this.attachEvent&&this.attachEvent("onpropertychange",b.resized)})},removeImageListeners:function(){var a=
298
- this;this.editor.getElement().find("img").each(function(){this.removeEventListener&&this.addEventListener("DOMAttrModified",a.resized,!1);this.detachEvent&&this.detachEvent("onpropertychange",a.resized)})},imageResizedByUser:function(b){var c=a(b.target);c.is("img")&&c.attr("_moz_resizing")&&"style"==b.attrName&&b.newValue.match(/width|height/)&&this.editor.fire("change")},scanForOversizedImages:function(){var b=this.editor.getElement(),c=[];a(b.find("img")).each(function(){b.width()<a(this).outerWidth()&&
299
- c.push(a(this))});c.length&&this.resizeOversizedImages(c,b.width())},resizeOversizedImages:function(b,c){for(var d=a("<a>",{href:"",target:"_blank"}),e=0;e<b.length;e++){var g=b[e],h=g.outerWidth();g.outerHeight();var j=Math.min(c/h),h=Math.round(Math.abs(j*(h-(g.outerWidth()-g.width()))));g.addClass(this.options.resizingClass);d=d.html(g.attr("title")||g.attr("src").substr(g.attr("src").lastIndexOf("/")+1)).attr("href",g.attr("src"));a(g).css({width:h});var k=this;this.showOversizeWarning(o(a(d)),
300
- {hide:function(){g.removeClass(k.options.resizingClass)}})}},cancel:function(){this.removeClasses();this.removeToolsButtons();this.unbind()},save:function(){this.removeClasses(this.options.resizingClass);this.removeToolsButtons();this.unbind()},showOversizeWarning:function(a,c){this.editor.showInfo(d("The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.",{image:a}),c)},removeClasses:function(b){b||(b=[this.options.resizingClass,this.options.manuallyResizingClass]);
301
- a.isArray(b)||(b=[b]);for(var c=0;c<b.length;c++)this.editor.getElement().find("img."+b[c]).removeClass(b[c])},manuallyResizeImage:function(b){this.removeToolsButtons();var c=this.editor.getElement().find("img."+this.options.manuallyResizingClass),e=a(c).innerWidth(),g=a(c).innerHeight(),h="#"+this.options.baseClass+"-width",j="#"+this.options.baseClass+"-height",k=this,l=function(b){b=Math.round(b||a(h).val())+"px";a(c).css({width:b})},m=a(this.editor.getTemplate("imageresize.manually-resize-image",
302
- {width:e,height:g,baseClass:this.options.baseClass}));m.dialog({modal:!0,resizable:!1,title:d("Modify Image Size"),autoOpen:!0,buttons:[{text:d("Resize Image"),click:function(){l(a(this).find(h).val());a(this).dialog("close")}},{text:d("Cancel"),click:function(){l(e);a(this).dialog("close")}}],close:function(){k.editor.checkChange();a(m).remove()},open:function(){var b=a(this).find(h),c=a(this).find(j);b.keyup(function(){c.val(Math.round(Math.abs(g/e*a(this).val())));l()});c.keyup(function(){b.val(Math.round(Math.abs(e/
303
- g*a(this).val())));l()})}});b.preventDefault();return!1},displayToolsButtonRelativeToImage:function(b){var c=a("<button>"+d("Click to edit the image")+"</button>").appendTo("body").addClass(this.options.resizeButtonClass).button({text:!1,icons:{primary:"ui-icon-tools"}});c.css({position:"absolute",left:a(b).position().left+a(b).innerWidth()-a(c).outerWidth()-10+"px",top:a(b).position().top+10+"px"}).attr("contenteditable",!1).click(a.proxy(this.manuallyResizeImage,this));c.addClass(this.editor.options.supplementaryClass).find("span").addClass(this.editor.options.supplementaryClass);
304
- a(b).before(c)},removeToolsButtons:function(){this.editor.getElement().find("."+this.options.resizeButtonClass).each(function(){a(this).remove()})},imageMouseEnter:function(b){a(b.target).addClass(this.options.manuallyResizingClass);this.displayToolsButtonRelativeToImage(b.target)},imageMouseLeave:function(b){a(b.relatedTarget).hasClass(this.options.resizeButtonClass)||(a(b.target).removeClass(this.options.manuallyResizingClass),this.removeToolsButtons())}});a.ui.editor.registerPlugin("link",{visible:null,
305
- dialog:null,types:{},defaultLinkTypes:[{type:"external",title:d("Page on this or another website"),focusSelector:'input[name="location"]',init:function(){this.content=this.plugin.editor.getTemplate("link.external",this.options);return this},show:function(a,c){var d=this;a.find('input[name="location"]').bind("keyup",function(){d.validate(a)});c&&(a.find('input[name="location"]').val(this.plugin.selectedElement.attr("href")).trigger("keyup"),"_blank"===this.plugin.selectedElement.attr("target")&&a.find('input[name="blank"]').attr("checked",
306
- "checked"));return this},attributes:function(a){var c={href:a.find('input[name="location"]').val()};a.find('input[name="blank"]').is(":checked")&&(c.target="_blank");this.options.regexLink.test(c.href)||this.plugin.editor.showWarning(d("The url for the link you inserted doesn't look well formed"));return c},validate:function(b){var c="."+this.options.baseClass+"-error-message-url",e=!0;this.options.regexLink.test(b.find('input[name="location"]').val())?b.find(c).has(":visible").hide():(b.find(c).size()||
307
- b.find('input[name="location"]').after(this.plugin.editor.getTemplate("link.error",a.extend({},this.options,{messageClass:this.options.baseClass+"-error-message-url",message:d("The URL does not look well formed")}))),b.find(c).not(":visible").show(),e=!1);return e}},{type:"email",title:d("Email address"),focusSelector:'input[name="email"]',init:function(){this.content=this.plugin.editor.getTemplate("link.email",this.options);return this},show:function(a,c){var d=this;a.find('input[name="email"]').bind("keyup",
308
- function(){d.validate(a)});c&&(a.find('input[name="email"]').val(this.plugin.selectedElement.attr("href").replace(/(mailto:)|(\?Subject.*)/gi,"")).trigger("keyup"),/\?Subject\=/i.test(this.plugin.selectedElement.attr("href"))&&a.find('input[name="subject"]').val(decodeURIComponent(this.plugin.selectedElement.attr("href").replace(/(.*\?Subject=)/i,""))));return this},attributes:function(a){var c={href:"mailto:"+a.find('input[name="email"]').val()};if(a=a.find('input[name="subject"]').val())c.href=
309
- c.href+"?Subject="+encodeURIComponent(a);return c},validate:function(b){var c="."+this.options.baseClass+"-error-message-email",e=!0;this.options.regexEmail.test(b.find('input[name="email"]').val())?b.find(c).has(":visible").hide():(b.find(c).size()||b.find('input[name="email"]').after(this.plugin.editor.getTemplate("link.error",a.extend({},this.options,{messageClass:this.options.baseClass+"-error-message-email",message:d("The email address does not look well formed")}))),b.find(c).not(":visible").show(),
310
- e=!1);return e}},{type:"fileUrl",title:d("Document or other file"),focusSelector:'input[name="location"]',init:function(){this.content=this.plugin.editor.getTemplate("link.file-url",this.options);return this},show:function(a,c){var d=this;a.find('input[name="location"]').bind("keyup",function(){d.validate(a)});c&&(a.find('input[name="location"]').val(this.plugin.selectedElement.attr("href")).trigger("click"),"_blank"===this.plugin.selectedElement.attr("target")&&a.find('input[name="blank"]').attr("checked",
311
- "checked"));return this},attributes:function(a){var c={href:a.find('input[name="location"]').val()};a.find('input[name="blank"]').is(":checked")&&(c.target="_blank");this.options.regexLink.test(c.href)||this.plugin.editor.showWarning(d("The url for the file you inserted doesn't look well formed"));return c},validate:function(b){var c="."+this.options.baseClass+"-error-message-file-url",e=!0;this.options.regexLink.test(b.find('input[name="location"]').val())?b.find(c).has(":visible").hide():(b.find(c).size()||
312
- b.find('input[name="location"]').after(this.plugin.editor.getTemplate("link.error",a.extend({},this.options,{messageClass:this.options.baseClass+"-error-message-file-url",message:d("The URL does not look well formed")}))),b.find(c).not(":visible").show(),e=!1);return e}}],init:function(b,c){this.options=a.extend({},{panelAnimation:"fade",replaceTypes:!1,customTypes:[],typeDataName:"uiWidgetEditorLinkType",dialogWidth:750,dialogHeight:"auto",dialogMinWidth:670,regexLink:/^(http|https|ftp):\/\/[a-z0-9]+([\-\.]{1}[a-z0-9]+)*\.[a-z]{2,5}(:[0-9]{1,5})?(\/.*)?$/i,
313
- regexEmail:/[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?/},c);b.bind("save",this.repairLinks,this);b.bind("cancel",this.cancel,this)},initTypes:function(){this.types={};for(var b={type:null,title:null,content:null,plugin:this,options:this.options,attributes:function(){},init:function(){return this},show:function(){},editing:function(b){if(b.attr("class"))for(var c=this.classes.split(/\s/gi),f=0;f<c.length;f++)if(c[f].trim()&&
314
- a(b).hasClass(c[f]))return!0;return!1},focusSelector:null,focus:function(){if(this.focusSelector){var b=a(this.focusSelector),c=b.val();b.val("");b.focus().val(c)}}},c=null,c=this.options.replaceTypes?this.options.customTypes:a.merge(this.defaultLinkTypes,this.options.customTypes),d,e=0;e<c.length;e++)d=a.extend({},b,c[e],{classes:this.options.baseClass+"-"+c[e].type}).init(),this.types[d.type]=d},show:function(){if(!this.visible){h();this.selectedElement=B().first();var b=this.selectedElement.is("a"),
315
- c=this.options,e=this,g=this.dialog=a(this.editor.getTemplate("link.dialog",c)).appendTo("body");this.initTypes();var j=this.dialog.find("fieldset"),k;for(k in this.types)a(this.editor.getTemplate("link.label",this.types[k])).appendTo(j);j.find('input[type="radio"]').bind("change."+this.editor.widgetName,function(){e.typeChange(e.types[a(this).val()],b)});g.dialog({autoOpen:!1,modal:!0,resizable:!0,width:c.dialogWidth,minWidth:c.dialogMinWidth,height:c.dialogHeight,title:b?d("Edit Link"):d("Insert Link"),
316
- dialogClass:c.baseClass+" "+c.dialogClass,buttons:[{text:b?d("Update Link"):d("Insert Link"),click:function(){u();e.apply(b)&&a(this).dialog("close")}},{text:d("Cancel"),click:function(){a(this).dialog("close")}}],beforeopen:function(){e.dialog.find("."+e.options.baseClass+"-content").hide()},open:function(){e.visible=!0;var c=g.parent().find(".ui-dialog-buttonpane");c.find("button:eq(0)").button({icons:{primary:"ui-icon-circle-check"}});c.find("button:eq(1)").button({icons:{primary:"ui-icon-circle-close"}});
317
- var f=g.find('.ui-editor-link-menu input[type="radio"]');f.first().attr("checked","checked");var d=!1;if(b)for(var h in e.types)if(d=e.types[h].editing(e.selectedElement)){f.filter('[value="'+h+'"]').attr("checked","checked");e.typeChange(e.types[h],b);break}(!b||b&&!d)&&e.typeChange(e.types[f.filter(":checked").val()],b);a(this).unbind("keyup."+e.editor.widgetName).bind("keyup."+e.editor.widgetName,function(b){13==b.keyCode&&(b=e.types[f.filter(":checked").val()],(!a.isFunction(b.validate)||b.validate(e.dialog.find("."+
318
- e.options.baseClass+"-content")))&&c.find("button:eq(0)").trigger("click"))})},close:function(){u();e.visible=!1;g.find("."+c.baseClass+"-content").hide();a(this).dialog("destroy")}}).dialog("open")}},apply:function(b){var c=this.types[this.dialog.find('input[type="radio"]:checked').val()],e=c.attributes(this.dialog.find("."+this.options.baseClass+"-content"),b);if(!e)return!0;u();var g=o(a("<a>"+(e.title?e.title:e.href)+"</a>").attr(a.extend({},e,{target:"_blank"})));b?(this.selectedElement[0].className=
319
- this.selectedElement[0].className.replace(RegExp(this.options.baseClass+"-[a-zA-Z]+","g"),""),this.selectedElement.addClass(c.classes).attr(e),this.editor.showConfirm(d("Updated link: {{link}}",{link:g}))):(U("a",a.extend(e,{id:this.editor.getUniqueId()}),c.classes),this.editor.showConfirm(d("Added link: {{link}}",{link:g})),this.selectedElement=a("#"+e.id).removeAttr("id"));this.selectedElement.data(this.options.baseClass+"-href",e.href);C(this.selectedElement);h();return!0},typeChange:function(b,
320
- c){var d=this.dialog.find("."+this.options.baseClass+"-content"),e=d.closest("."+this.options.baseClass+"-wrap"),g=b.ajaxUri&&!this.types[b.type].content;g&&e.addClass(this.options.baseClass+"-loading");var h=this;d.hide(this.options.panelAnimation,function(){g?a.ajax({url:b.ajaxUri,type:"get",success:function(g){d.html(g);h.types[b.type].content=g;e.removeClass(h.options.baseClass+"-loading");b.show(d,c);d.show(h.options.panelAnimation,a.proxy(b.focus,b))}}):(d.html(b.content),b.show(d,c),d.show(h.options.panelAnimation,
321
- a.proxy(b.focus,b)))})},remove:function(){this.editor.unwrapParentTag("a")},repairLinks:function(){var b=this;this.editor.getElement().find('a[class^="'+this.options.baseClass+'"]').each(function(){a(this).data(b.options.baseClass+"-href")&&a(this).attr("href",a(this).data(b.options.baseClass+"-href"))})},cancel:function(){this.dialog&&a(this.dialog.dialog("close"))}});a.ui.editor.registerUi({link:{hotkeys:{"ctrl+l":{action:function(){this.editor.getPlugin("link").show()},restoreSelection:!1}},init:function(a){a.bind("selectionChange",
322
- this.change,this);return a.uiButton({title:d("Insert Link"),click:function(){a.getPlugin("link").show()}})},change:function(){B().length?this.ui.enable():this.ui.disable()}},unlink:{hotkeys:{"ctrl+shift+l":{action:function(){this.ui.click()},restoreSelection:!1}},init:function(a){a.bind("selectionChange",this.change,this);a.bind("show",this.change,this);return a.uiButton({title:d("Remove Link"),click:function(){a.getPlugin("link").remove()}})},change:function(){B().is("a")?this.ui.enable():this.ui.disable()}}});
323
- a.ui.editor.registerPlugin("list",{options:{},validParents:"blockquote,body,button,center,dd,div,fieldset,form,iframe,li,noframes,noscript,object,td,th".split(","),validChildren:"a,abbr,acronym,applet,b,basefont,bdo,big,br,button,cite,code,dfn,em,font,i,iframe,img,input,kbd,label,map,object,p,q,s,samp,select,small,span,strike,strong,sub,sup,textarea,tt,u,var".split(","),toggleList:function(b){a(B()).is("li")&&a(B()).parent().is(b)?this.unwrapList():this.wrapList(b);this.editor.fire("selectionChange");
324
- this.editor.fire("change")},unwrapList:function(){h();var b=[],c=[],d=K(),e=T();b.push(a(d).html());c.push(d);if(a(d)[0]!==a(e)[0]){var g=d;do g=a(g).next(),b.push(a(g).html()),c.push(g);while(a(g)[0]!==a(e)[0])}g=0===a(d).prev().length;e=0===a(e).next().length;d=a(d).parent();for(listElementsIndex=0;listElementsIndex<c.length;listElementsIndex++)a(c[listElementsIndex]).remove();for(c=0;c<b.length;c++)d.parent().is("li")||(b[c]="<p>"+b[c]+"</p>");g&&e?(d.replaceWith(b.join("")),u(),b=B()[0],C(b)):
325
- (g?a(d).before(b.join("")):e?a(d).after(b.join("")):E(b.join("")),u(),this.editor.checkChange())},wrapList:function(b){this.editor.constrainSelection(this.editor.getElement());""===a.trim(J())&&G(B());var c=a("<div>").html(J()),d=[],e=this;a(c).contents().each(function(){var b;b="block"===q(this.tagName)?Q(a(this).html(),e.validChildren):Q(o(a(this)),e.validChildren);b=a("<li>"+b+"</li>");""!==a.trim(b.text())&&d.push(o(b))});c=this.options.baseClass+"-selection";b="<"+b+' class="'+c+'">'+d.join("")+
326
- "</"+b+">";u();var g=a(B()[0]).parent(),h=this.editor.getElement()[0];g===h||B()[0]===h?F(b):j(b,this.validParents);c=a(this.editor.getElement().find("."+c).removeClass(c));G(c.find("li:first")[0]);this.editor.checkChange()},toggleButtonState:function(b,c){var d=function(a){c.button.toggleClass("ui-state-highlight",a).toggleClass("ui-state-default",!a)},e=K();if(null===e||!e.length)e=this.editor.getElement();var g=T();if(null===g||!g.length)g=this.editor.getElement();e=e[0];g=g[0];if(a(e).is(b)&&
327
- a(g).is(b)&&e===g)return d(!0);var h=a(e).parentsUntil(j,b).first()&&a(g).parentsUntil(j,b).first(),j="#"+this.editor.getElement().attr("id"),k=a(e).is(b+" > li")||a(e).parentsUntil(j,b+" > li").length,m=a(g).is(b+" > li")||a(g).parentsUntil(j,b+" > li").length;if(k&&m&&h){h=a(l());h.is(b)||(h=a(h).parentsUntil(j,b).first());j=h.find("ul, ol");if(!j.length)return d(!0);for(h=0;h<j.length;h++)if(a.contains(j[h],e)&&a.contains(j[h],g))return d(!1);return d(!0)}return d(!1)}});a.ui.editor.registerUi({listUnordered:{init:function(a){var c=
328
- a.uiButton({title:d("Unordered List"),click:function(){a.getPlugin("list").toggleList("ul")}});a.bind("selectionChange",function(){a.getPlugin("list").toggleButtonState("ul",c)});return c}},listOrdered:{init:function(a){var c=a.uiButton({title:d("Ordered List"),click:function(){a.getPlugin("list").toggleList("ol")}});a.bind("selectionChange",function(){a.getPlugin("list").toggleButtonState("ol",c)});return c}}});a.ui.editor.registerUi({logo:{ui:null,init:function(){return this.ui=this.editor.uiButton({title:d("Learn More About the Raptor WYSIWYG Editor"),
329
- click:function(){r.open("http://www.jquery-raptor.com/about/editors/","_blank")},ready:function(){var b=function(c){var f=typeof c;if("object"!=f||null===c)return"string"==f&&(c='"'+c+'"'),""+c;var d=[],e=c&&a.isArray(c);a.each(c,function(a,c){f=typeof c;"string"==f?c='"'+c+'"':"object"==f&null!==c&&(c=b(c));d.push((e?"":'"'+a+'":')+(""+c))});return(e?"[":"{")+(""+d)+(e?"]":"}")},c={enableUi:this.options.enableUi,enablePlugins:this.options.enablePlugins,disabledPlugins:b(this.options.disabledPlugins),
330
- ui:b(this.options.ui),t:(new Date).getTime()},d=[],e;for(e in c)d.push(e+"="+encodeURIComponent(c[e]));this.ui.button.find(".ui-button-icon-primary").css({"background-image":"url(http://www.jquery-raptor.com/logo/0.0.19?"+d.join("&")+")"})}})}}});a.ui.editor.registerPlugin("normaliseLineBreaks",{options:{enter:"<p><br/></p>",enterValidTags:"address,blockquote,body,button,center,dd,div,fieldset,form,iframe,li,noframes,noscript,object,td,th".split(","),shiftEnter:"<br/>",shiftEnterValidTags:"a,abbr,acronym,address,applet,b,bdo,big,blockquote,body,button,caption,center,cite,code,dd,del,dfn,div,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,i,iframe,ins,kbd,label,legend,li,noframes,noscript,object,p,pres,q,s,samp,small,span,strike,strong,sub,sup,td,th,tt,u,var".split(",")},
331
- hotkeys:{"return":{action:function(){s();var b=""===g.getSelection().toHtml(),c;c=g.getSelection();var d=c.isBackwards()?c.focusNode:c.anchorNode;(c.isBackwards()?c.focusOffset:0!==c.anchorOffset)?c=!1:(c=d.previousSibling,c=!c||""===a(c).html()?!0:!1);var e;d=g.getSelection();e=d.isBackwards()?d.anchorNode:d.focusNode;(d.isBackwards()?d.focusOffset:d.anchorOffset)!==e.textContent.length?e=!1:(d=e.nextSibling,e=!d||""===a(d).html()?!0:!1);var h=this.options.baseClass+"-enter-break",d=a(this.options.enter).attr("id",
332
- h);j(d,this.options.enterValidTags);d=a("#"+h).removeAttr("id");b?c?A(d.next()):e?A(d):(A(d.next()),(b=d.prev())&&""!==a.trim(b.html())&&o(b)!==this.options.enter&&d.remove()):(A(d.next()),d.remove())},restoreSelection:!1},"return+shift":{action:function(){s();var b=this.options.baseClass+"-enter-break",c=a(breakHtml).attr("id",b).appendTo("body");this.options.shiftEnterValidTags?j(this.options.shiftEnter,this.options.shiftEnterValidTags):F(c);b=a("#"+b).removeAttr("id").next();A(b)},restoreSelection:!1}}});
333
- a.ui.editor.registerPlugin("paste",{options:{allowedTags:"h1,h2,h3,h4,h5,h6,div,ul,ol,li,blockquote,p,a,span,hr,br".split(","),allowedAttributes:["href","title"],allowedEmptyTags:["hr","br"]},init:function(b,c){var e=!1,g=!1,j=this;b.getElement().bind("paste."+b.widgetName,a.proxy(function(){if(e)return!1;e=!0;h();a(".uiWidgetEditorPasteBin").length&&a(".uiWidgetEditorPasteBin").remove();a('<div class="uiWidgetEditorPasteBin" contenteditable="true" style="width: 1px; height: 1px; overflow: hidden; position: fixed; top: -1px;" />').appendTo("body");
334
- a(".uiWidgetEditorPasteBin").focus();r.setTimeout(function(){var h=a(".uiWidgetEditorPasteBin").html(),h=j.filterAttributes(h),h=j.filterChars(h),h=j.stripEmpty(h),h=j.stripAttributes(h),h=Q(h,j.options.allowedTags),h={plain:a("<div/>").html(a(".uiWidgetEditorPasteBin").html()).text(),markup:h,html:a(".uiWidgetEditorPasteBin").html()};g=a(b.getTemplate("paste.dialog",h));a(g).dialog({modal:!0,width:650,height:500,resizable:!0,title:"Paste",position:"center",show:c.dialogShowAnimation,hide:c.dialogHideAnimation,
335
- dialogClass:c.baseClass+" "+c.dialogClass,buttons:[{text:d("Insert"),click:function(){var b=null,b=a(this).find(".ui-editor-paste-area:visible"),b=b.hasClass("ui-editor-paste-plain")||b.hasClass("ui-editor-paste-source")?b.val():b.html(),b=j.filterAttributes(b),b=j.filterChars(b);u();F(b);e=!1;a(this).dialog("close")}},{text:d("Cancel"),click:function(){u();e=!1;a(this).dialog("close")}}],open:function(){var b=a(this).find(".ui-editor-paste-panel-tabs");b.find("ul.ui-tabs-nav li").click(function(){b.find("ul.ui-tabs-nav li").removeClass("ui-state-active").removeClass("ui-tabs-selected");
271
+ "Added link: {{link}}":"Link toegevoegd:: {{link}}","All changes will be lost!":"Alle aanpassingen zullen verloren gaan!","Apply Source":"Broncode toepassen","Are you sure you want to stop editing?":"Weet u zeker dat u wilt stoppen met aanpassen? ",Blockquote:"Blokcitaat",Bold:"Vetgedrukt",Cancel:"Annuleren","Center Align":"Centreren","Change HTML tag of selected element":"Verander type van geselecteerd element","Change Language":"Taal veranderen","Change the color of the selected text.":"Verander de kleur van de geselecteerde tekst.",
272
+ "Check this box to have the file open in a new browser window":"Vink dit aan om het bestand te laten opnenen in een nieuw browser venster","Check this box to have the link open in a new browser window":"Vink dit aan om de link te laten opnenen in een nieuw browser venster","Choose a link type:":"Kies het type link:","Clear Formatting":"Verwijder opmaak","Click to begin editing":"Klik hier voor het beginnen met bewerken","Click to detach the toolbar":"Klik om de werkbalk los te maken","Click to dock the toolbar":"Klik om de werkbalk vast te maken",
273
+ "Click to edit the image":"Klik om de afbeelding te bewerken","Click to select all editable content":"Klik om alle bewerkbare inhoud te selecteren","Click to select the contents of the '{{element}}' element":"Klik om de inhoud te selecteren van het '{{element}}' element",Close:"Sluiten","Confirm Cancel Editing":"Bevestig annuleren van bewerken","Content Statistics":"Inhoud Statistieken","Content contains more than {{limit}} characters and may be truncated":"Inhoud bevat meer dan {{limit}} tekens en kan worden ingekort.",
274
+ "Content will not be truncated":"Inhoud wordt niet ingekort","Copy the file's URL from your browser's address bar and paste it into the box above":"Kopie\u00ebr het internetadres van het bestand uit de adresbalk van uw browser en plak het in het veld hierboven","Copy the web address from your browser's address bar and paste it into the box above":"Kopie\u00ebr het internetadres uit de adresbalk van uw browser en plak het in het veld hierboven","Decrease Font Size":"Groter Lettertype",Destroy:"Verwijder",
275
+ Divider:"Splitser","Document or other file":"Document of ander bestand","Edit Link":"Link bewerken",Email:"E-mail","Email address":"E-mail adres","Embed Code":"Code Insluiten","Embed Object":"Object Insluiten","Embed object":"Object insluiten","Ensure the file has been uploaded to your website":"Verzeker uzelf ervan dat het bestand op uw website staat","Enter email address":"Voeg het e-mail adres in","Enter subject":"Voeg het onderwerp in","Enter your URL":"Voeg het internetadres in","Failed to save {{failed}} content block(s).":"Kon {{failed}} inhoud blok(ken) niet opslaan.",
276
+ "Find the page on the web you want to link to":"Vind de pagina op het internet waar u naartoe wilt linken","Float Image Left":"Tekst omsluiten rechts van afbeelding","Float Image Right":"Tekst omsluiten links van afbeelding","Formatted &amp; Cleaned":"Geformatteerd &amp; Opgeruimd","Formatted Unclean":"Rommel Opgeruimd","Heading&nbsp;1":"Kopniveau&nbsp;1","Heading&nbsp;2":"Kopniveau&nbsp;2","Heading&nbsp;3":"Kopniveau&nbsp;3","Image height":"Hoogte afbeelding","Image width":"Breedte afbeelding","Increase Font Size":"Kleiner Lettertype",
277
+ Initializing:"Initialiseren",Insert:"Invoegen","Insert Horizontal Rule":"Horizontale Regel Invoegen","Insert Link":"Link Invoegen","Insert Snippet":"Snippertekst Invoegen",Italic:"Schuingedrukt",Justify:"Uitlijnen aan beide kanten","Learn More About the Raptor WYSIWYG Editor":"Meer leren over Rapor WYSIWYG Editor","Left Align":"Links uitlijnen","Link to a document or other file":"Link naar een document of ander bestand","Link to a page on this or another website":"Link naar een pagina op deze of een andere website",
278
+ "Link to an email address":"Link naar een emailadres",Location:"Locatie","Modify Image Size":"Afbeeldingsgrootte aanpassen","N/A":"n.v.t.","New window":"Nieuw venster","No changes detected to save...":"Er zijn geen aanpassingen om op te slaan...","Not sure what to put in the box above?":"Onzeker over wat er in het veld moet staan hierboven?",OK:!1,"Open the uploaded file in your browser":"Open het ge\u00fcploade bestand in uw browser","Ordered List":"Genummerde lijst","Page on this or another website":"Pagina op deze of een andere website",
279
+ Paragraph:"Alinea","Paste Embed Code":"Plak de insluitcode","Paste your embed code into the text area below.":"Plak de insluitcode in het tekstveld hieronder.","Plain Text":"Tekst zonder opmaak",Preview:"Voorbeeldweergave",Raptorize:!1,Reinitialise:"Herinitialiseren","Remaining characters before the recommended character limit is reached":"Aantal karakters over voordat het limiet is bereikt","Remove Image Float":"Tekst niet omsluiten rondom afbeelding","Remove Link":"Verwijder Link","Remove unnecessary markup from editor content":"Inhoud schoonmaken van overbodige opmaak",
280
+ "Resize Image":"Herschaal Afbeelding","Right Align":"Rechts Uitlijnen",Save:"Opslaan","Saved {{saved}} out of {{dirty}} content blocks.":"{{saved}} van de {{dirty}} inhoudsblokken zijn opgeslagen.","Saving changes...":"Aanpassingen opslaan...","Select all editable content":"Alle aanpasbare inhoud selecteren","Select {{element}} element":"Selecteer {{element}} element","Show Guides":"Rooster Tonen (Onderwatermodus)","Source Code":"Broncode","Step Back":"Herstel","Step Forward":"Opnieuw",Strikethrough:"Doorstrepen",
281
+ "Sub script":"Subscript","Subject (optional)":"Onderwerp (optioneel)","Successfully saved {{saved}} content block(s).":"{{saved}} inhoudsblok(ken) succesvol opgeslagen.","Super script":"Superscript","The URL does not look well formed":"Het lijkt er op dat het internetadres niet correct is","The email address does not look well formed":"Het e-mail adres is incorrect","The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.":"De afbeelding '{{image}}' is te breed voor het element dat wordt bewerkt.<br/>Het wordt geschaald zodat het past.",
282
+ "The url for the file you inserted doesn't look well formed":"Het lijkt er op dat het internetadres voor het bestand dat u heeft ingevoegd niet correct is","The url for the link you inserted doesn't look well formed":"Het lijkt er op dat het internetadres voor de link die u heeft ingevoegd niet correct is","This block contains unsaved changes":"Dit blok bevat aanpassingen welke niet zijn opgeslagen",Underline:"Onderstrepen","Unnamed Button":"Knop Zonder Naam","Unnamed Select Menu":"Selectiemenu Zonder Naam",
283
+ "Unordered List":"Lijst Van Opsommingstekens","Update Link":"Link Bijwerken","Updated link: {{link}}":"Link bijgewerkt: {{link}}","View / Edit Source":"Broncode Bekijken/Bewerken","View Source":"Broncode Bekijken","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nEr zijn aanpassingen op deze pagina die niet zijn opgeslagen. \nAls u een andere pagina opnet zult u deze aanpassingen verliezen",root:!1,"{{charactersRemaining}} characters over limit":"{{charactersRemaining}} karakters over het limiet",
284
+ "{{charactersRemaining}} characters remaining":"{{charactersRemaining}} karakters over","{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} karakters, {{charactersRemaining}} over het aangeraden limiet","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} karakters, {{charactersRemaining}} over","{{sentences}} sentences":"{{sentences}} zinnen","{{words}} word":"{{words}} woord","{{words}} words":"{{words}} woorden"});t("zh-CN",
285
+ "\u7b80\u4f53\u4e2d\u6587",{"A preview of your embedded object is displayed below.":"A preview of your embedded object is displayed below.","Added link: {{link}}":"Added link: {{link}}","All changes will be lost!":"All changes will be lost!","Apply Source":"\u5e94\u7528\u6e90\u4ee3\u7801","Are you sure you want to stop editing?":"Are you sure you want to stop editing?",Blockquote:"\u5927\u6bb5\u5f15\u7528",Bold:"\u7c97\u4f53",Cancel:"\u53d6\u6d88","Center Align":"\u4e2d\u5fc3\u5bf9\u9f50\u6587\u672c",
286
+ "Change HTML tag of selected element":"Change HTML tag of selected element","Change Language":"\u6539\u53d8\u8bed\u8a00","Change the color of the selected text.":"Change the color of the selected text.","Check this box to have the file open in a new browser window":"Check this box to have the file open in a new browser window","Check this box to have the link open in a new browser window":"Check this box to have the link open in a new browser window","Choose a link type:":"Choose a link type:","Clear Formatting":"Clear Formatting",
287
+ "Click to begin editing":"Click to begin editing","Click to detach the toolbar":"Click to detach the toolbar","Click to dock the toolbar":"Click to dock the toolbar","Click to edit the image":"Click to edit the image","Click to select all editable content":"Click to select all editable content","Click to select the contents of the '{{element}}' element":"Click to select the contents of the '{{element}}' element",Close:"Close","Confirm Cancel Editing":"\u786e\u8ba4\u53d6\u6d88\u7f16\u8f91","Content Statistics":"Content Statistics",
288
+ "Content contains more than {{limit}} characters and may be truncated":"Content contains more than {{limit}} characters and may be truncated","Content will not be truncated":"Content will not be truncated","Copy the file's URL from your browser's address bar and paste it into the box above":"Copy the file's URL from your browser's address bar and paste it into the box above","Copy the web address from your browser's address bar and paste it into the box above":"Copy the web address from your browser's address bar and paste it into the box above",
289
+ "Decrease Font Size":"Decrease Font Size",Destroy:"Destroy",Divider:"Divider","Document or other file":"Document or other file","Edit Link":"Edit Link",Email:"Email","Email address":"\u7535\u5b50\u90ae\u4ef6","Embed Code":"Embed Code","Embed Object":"Embed Object","Embed object":"Embed object","Ensure the file has been uploaded to your website":"Ensure the file has been uploaded to your website","Enter email address":"Enter email address","Enter subject":"Enter subject","Enter your URL":"Enter your URL",
290
+ "Failed to save {{failed}} content block(s).":"Failed to save {{failed}} content block(s).","Find the page on the web you want to link to":"Find the page on the web you want to link to","Float Image Left":"Float Image Left","Float Image Right":"Float Image Right","Formatted &amp; Cleaned":"Formatted &amp; Cleaned","Formatted Unclean":"Formatted Unclean","Heading&nbsp;1":"Heading&nbsp;1","Heading&nbsp;2":"Heading&nbsp;2","Heading&nbsp;3":"Heading&nbsp;3","Image height":"Image height","Image width":"Image width",
291
+ "Increase Font Size":"Increase Font Size",Initializing:"Initializing",Insert:"Insert","Insert Horizontal Rule":"\u63d2\u5165\u6c34\u5e73\u7ebf","Insert Link":"Insert Link","Insert Snippet":"Insert Snippet",Italic:"\u659c\u4f53\u5b57",Justify:"\u5bf9\u9f50\u6587\u5b57","Learn More About the Raptor WYSIWYG Editor":"Learn More About the Raptor WYSIWYG Editor","Left Align":"\u5de6\u5bf9\u9f50\u6587\u672c","Link to a document or other file":"Link to a document or other file","Link to a page on this or another website":"Link to a page on this or another website",
292
+ "Link to an email address":"Link to an email address",Location:"Location","Modify Image Size":"Modify Image Size","N/A":"N/A","New window":"New window","No changes detected to save...":"No changes detected to save...","Not sure what to put in the box above?":"Not sure what to put in the box above?",OK:"\u786e\u5b9a","Open the uploaded file in your browser":"Open the uploaded file in your browser","Ordered List":"Ordered List","Page on this or another website":"Page on this or another website",Paragraph:"Paragraph",
293
+ "Paste Embed Code":"Paste Embed Code","Paste your embed code into the text area below.":"Paste your embed code into the text area below.","Plain Text":"Plain Text",Preview:"Preview",Raptorize:"Raptorize",Reinitialise:"Reinitialise","Remaining characters before the recommended character limit is reached":"Remaining characters before the recommended character limit is reached","Remove Image Float":"Remove Image Float","Remove Link":"Remove Link","Remove unnecessary markup from editor content":"Remove unnecessary markup from editor content",
294
+ "Resize Image":"Resize Image","Right Align":"\u53f3\u5bf9\u9f50\u6587\u672c",Save:"\u5b58\u50a8","Saved {{saved}} out of {{dirty}} content blocks.":"Saved {{saved}} out of {{dirty}} content blocks.","Saving changes...":"\u4fdd\u5b58\u66f4\u6539...","Select all editable content":"Select all editable content","Select {{element}} element":"Select {{element}} element","Show Guides":"\u7eb2\u8981","Source Code":"Source Code","Step Back":"Step Back","Step Forward":"Step Forward",Strikethrough:"Strikethrough",
295
+ "Sub script":"Sub script","Subject (optional)":"Subject (optional)","Successfully saved {{saved}} content block(s).":"Successfully saved {{saved}} content block(s).","Super script":"Super script","The URL does not look well formed":"The URL does not look well formed","The email address does not look well formed":"The email address does not look well formed","The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.":"The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.",
296
+ "The url for the file you inserted doesn't look well formed":"The url for the file you inserted doesn't look well formed","The url for the link you inserted doesn't look well formed":"The url for the link you inserted doesn't look well formed","This block contains unsaved changes":"This block contains unsaved changes",Underline:"\u4e0b\u5212\u7ebf","Unnamed Button":"Unnamed Button","Unnamed Select Menu":"Unnamed Select Menu","Unordered List":"Unordered List","Update Link":"Update Link","Updated link: {{link}}":"Updated link: {{link}}",
297
+ "View / Edit Source":"View / Edit Source","View Source":"View Source","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes",root:"\u672c","{{charactersRemaining}} characters over limit":"{{charactersRemaining}} characters over limit","{{charactersRemaining}} characters remaining":"{{charactersRemaining}} characters remaining",
298
+ "{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} characters, {{charactersRemaining}} over the recommended limit","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} characters, {{charactersRemaining}} remaining","{{sentences}} sentences":"{{sentences}} sentences","{{words}} word":"{{words}} word","{{words}} words":"{{words}} words"});a.ui.editor.registerPlugin("imageResize",{options:{allowOversizeImages:!1,manuallyResizingClass:null,
299
+ resizeButtonClass:null,resizingClass:null},init:function(b){this.options=a.extend({},this.options,{manuallyResizingClass:this.options.baseClass+"-manually-resize",resizeButtonClass:this.options.baseClass+"-resize-button",resizingClass:this.options.baseClass+"-in-progress"});b.bind("enabled",this.bind,this)},bind:function(){this.options.allowOversizeImages||(this.addImageListeners(),this.editor.bind("change",this.scanForOversizedImages,this),this.editor.bind("save",this.save,this));this.editor.bind("destroy",
300
+ this.cancel,this);this.editor.bind("cancel",this.cancel,this);this.editor.getElement().on("mouseenter."+this.options.baseClass,"img",a.proxy(this.imageMouseEnter,this));this.editor.getElement().on("mouseleave."+this.options.baseClass,"img",a.proxy(this.imageMouseLeave,this))},unbind:function(){this.options.allowOversizeImages||(this.removeImageListeners(),this.editor.unbind("change",this.scanForOversizedImages,this));this.editor.getElement().off("mouseenter."+this.options.baseClass,"img");this.editor.getElement().off("mouseleave."+
301
+ this.options.baseClass,"img")},addImageListeners:function(){this.resized=a.proxy(this.imageResizedByUser,this);var b=this;this.editor.getElement().find("img").each(function(){this.addEventListener&&this.addEventListener("DOMAttrModified",b.resized,!1);this.attachEvent&&this.attachEvent("onpropertychange",b.resized)})},removeImageListeners:function(){var a=this;this.editor.getElement().find("img").each(function(){this.removeEventListener&&this.addEventListener("DOMAttrModified",a.resized,!1);this.detachEvent&&
302
+ this.detachEvent("onpropertychange",a.resized)})},imageResizedByUser:function(b){var c=a(b.target);c.is("img")&&c.attr("_moz_resizing")&&"style"==b.attrName&&b.newValue.match(/width|height/)&&this.editor.fire("change")},scanForOversizedImages:function(){var b=this.editor.getElement(),c=[];a(b.find("img")).each(function(){b.width()<a(this).outerWidth()&&c.push(a(this))});c.length&&this.resizeOversizedImages(c,b.width())},resizeOversizedImages:function(b,c){for(var d=a("<a>",{href:"",target:"_blank"}),
303
+ e=0;e<b.length;e++){var g=b[e],h=g.outerWidth();g.outerHeight();var j=Math.min(c/h),h=Math.round(Math.abs(j*(h-(g.outerWidth()-g.width()))));g.addClass(this.options.resizingClass);d=d.html(g.attr("title")||g.attr("src").substr(g.attr("src").lastIndexOf("/")+1)).attr("href",g.attr("src"));a(g).css({width:h});var k=this;this.showOversizeWarning(o(a(d)),{hide:function(){g.removeClass(k.options.resizingClass)}})}},cancel:function(){this.removeClasses();this.removeToolsButtons();this.unbind()},save:function(){this.removeClasses(this.options.resizingClass);
304
+ this.removeToolsButtons();this.unbind()},showOversizeWarning:function(a,c){this.editor.showInfo(d("The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.",{image:a}),c)},removeClasses:function(b){b||(b=[this.options.resizingClass,this.options.manuallyResizingClass]);a.isArray(b)||(b=[b]);for(var c=0;c<b.length;c++)this.editor.getElement().find("img."+b[c]).removeClass(b[c])},manuallyResizeImage:function(b){this.removeToolsButtons();var c=this.editor.getElement().find("img."+
305
+ this.options.manuallyResizingClass),e=a(c).innerWidth(),g=a(c).innerHeight(),h="#"+this.options.baseClass+"-width",j="#"+this.options.baseClass+"-height",k=this,l=function(b){b=Math.round(b||a(h).val())+"px";a(c).css({width:b})},m=a(this.editor.getTemplate("imageresize.manually-resize-image",{width:e,height:g,baseClass:this.options.baseClass}));m.dialog({modal:!0,resizable:!1,title:d("Modify Image Size"),autoOpen:!0,buttons:[{text:d("Resize Image"),click:function(){l(a(this).find(h).val());a(this).dialog("close")}},
306
+ {text:d("Cancel"),click:function(){l(e);a(this).dialog("close")}}],close:function(){k.editor.checkChange();a(m).remove()},open:function(){var b=a(this).find(h),c=a(this).find(j);b.keyup(function(){c.val(Math.round(Math.abs(g/e*a(this).val())));l()});c.keyup(function(){b.val(Math.round(Math.abs(e/g*a(this).val())));l()})}});b.preventDefault();return!1},displayToolsButtonRelativeToImage:function(b){var c=a("<button>"+d("Click to edit the image")+"</button>").appendTo("body").addClass(this.options.resizeButtonClass).button({text:!1,
307
+ icons:{primary:"ui-icon-tools"}});c.css({position:"absolute",left:a(b).position().left+a(b).innerWidth()-a(c).outerWidth()-10+"px",top:a(b).position().top+10+"px"}).attr("contenteditable",!1).click(a.proxy(this.manuallyResizeImage,this));c.addClass(this.editor.options.supplementaryClass).find("span").addClass(this.editor.options.supplementaryClass);a(b).before(c)},removeToolsButtons:function(){this.editor.getElement().find("."+this.options.resizeButtonClass).each(function(){a(this).remove()})},imageMouseEnter:function(b){a(b.target).addClass(this.options.manuallyResizingClass);
308
+ this.displayToolsButtonRelativeToImage(b.target)},imageMouseLeave:function(b){a(b.relatedTarget).hasClass(this.options.resizeButtonClass)||(a(b.target).removeClass(this.options.manuallyResizingClass),this.removeToolsButtons())}});a.ui.editor.registerPlugin("link",{visible:null,dialog:null,types:{},defaultLinkTypes:[{type:"external",title:d("Page on this or another website"),focusSelector:'input[name="location"]',init:function(){this.content=this.plugin.editor.getTemplate("link.external",this.options);
309
+ return this},show:function(a,c){var d=this;a.find('input[name="location"]').bind("keyup",function(){d.validate(a)});c&&(a.find('input[name="location"]').val(this.plugin.selectedElement.attr("href")).trigger("keyup"),"_blank"===this.plugin.selectedElement.attr("target")&&a.find('input[name="blank"]').attr("checked","checked"));return this},attributes:function(a){var c={href:a.find('input[name="location"]').val()};a.find('input[name="blank"]').is(":checked")&&(c.target="_blank");this.options.regexLink.test(c.href)||
310
+ this.plugin.editor.showWarning(d("The url for the link you inserted doesn't look well formed"));return c},validate:function(b){var c="."+this.options.baseClass+"-error-message-url",e=!0;this.options.regexLink.test(b.find('input[name="location"]').val())?b.find(c).has(":visible").hide():(b.find(c).size()||b.find('input[name="location"]').after(this.plugin.editor.getTemplate("link.error",a.extend({},this.options,{messageClass:this.options.baseClass+"-error-message-url",message:d("The URL does not look well formed")}))),
311
+ b.find(c).not(":visible").show(),e=!1);return e}},{type:"email",title:d("Email address"),focusSelector:'input[name="email"]',init:function(){this.content=this.plugin.editor.getTemplate("link.email",this.options);return this},show:function(a,c){var d=this;a.find('input[name="email"]').bind("keyup",function(){d.validate(a)});c&&(a.find('input[name="email"]').val(this.plugin.selectedElement.attr("href").replace(/(mailto:)|(\?Subject.*)/gi,"")).trigger("keyup"),/\?Subject\=/i.test(this.plugin.selectedElement.attr("href"))&&
312
+ a.find('input[name="subject"]').val(decodeURIComponent(this.plugin.selectedElement.attr("href").replace(/(.*\?Subject=)/i,""))));return this},attributes:function(a){var c={href:"mailto:"+a.find('input[name="email"]').val()};if(a=a.find('input[name="subject"]').val())c.href=c.href+"?Subject="+encodeURIComponent(a);return c},validate:function(b){var c="."+this.options.baseClass+"-error-message-email",e=!0;this.options.regexEmail.test(b.find('input[name="email"]').val())?b.find(c).has(":visible").hide():
313
+ (b.find(c).size()||b.find('input[name="email"]').after(this.plugin.editor.getTemplate("link.error",a.extend({},this.options,{messageClass:this.options.baseClass+"-error-message-email",message:d("The email address does not look well formed")}))),b.find(c).not(":visible").show(),e=!1);return e}},{type:"fileUrl",title:d("Document or other file"),focusSelector:'input[name="location"]',init:function(){this.content=this.plugin.editor.getTemplate("link.file-url",this.options);return this},show:function(a,
314
+ c){var d=this;a.find('input[name="location"]').bind("keyup",function(){d.validate(a)});c&&(a.find('input[name="location"]').val(this.plugin.selectedElement.attr("href")).trigger("click"),"_blank"===this.plugin.selectedElement.attr("target")&&a.find('input[name="blank"]').attr("checked","checked"));return this},attributes:function(a){var c={href:a.find('input[name="location"]').val()};a.find('input[name="blank"]').is(":checked")&&(c.target="_blank");this.options.regexLink.test(c.href)||this.plugin.editor.showWarning(d("The url for the file you inserted doesn't look well formed"));
315
+ return c},validate:function(b){var c="."+this.options.baseClass+"-error-message-file-url",e=!0;this.options.regexLink.test(b.find('input[name="location"]').val())?b.find(c).has(":visible").hide():(b.find(c).size()||b.find('input[name="location"]').after(this.plugin.editor.getTemplate("link.error",a.extend({},this.options,{messageClass:this.options.baseClass+"-error-message-file-url",message:d("The URL does not look well formed")}))),b.find(c).not(":visible").show(),e=!1);return e}}],init:function(b,
316
+ c){this.options=a.extend({},{panelAnimation:"fade",replaceTypes:!1,customTypes:[],typeDataName:"uiWidgetEditorLinkType",dialogWidth:750,dialogHeight:"auto",dialogMinWidth:670,regexLink:/^(http|https|ftp):\/\/[a-z0-9]+([\-\.]{1}[a-z0-9]+)*\.[a-z]{2,5}(:[0-9]{1,5})?(\/.*)?$/i,regexEmail:/[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?/},c);b.bind("save",this.repairLinks,this);b.bind("cancel",this.cancel,this)},initTypes:function(){this.types=
317
+ {};for(var b={type:null,title:null,content:null,plugin:this,options:this.options,attributes:function(){},init:function(){return this},show:function(){},editing:function(b){if(b.attr("class"))for(var c=this.classes.split(/\s/gi),f=0;f<c.length;f++)if(c[f].trim()&&a(b).hasClass(c[f]))return!0;return!1},focusSelector:null,focus:function(){if(this.focusSelector){var b=a(this.focusSelector),c=b.val();b.val("");b.focus().val(c)}}},c=null,c=this.options.replaceTypes?this.options.customTypes:a.merge(this.defaultLinkTypes,
318
+ this.options.customTypes),d,e=0;e<c.length;e++)d=a.extend({},b,c[e],{classes:this.options.baseClass+"-"+c[e].type}).init(),this.types[d.type]=d},show:function(){if(!this.visible){h();this.selectedElement=B().first();var b=this.selectedElement.is("a"),c=this.options,e=this,g=this.dialog=a(this.editor.getTemplate("link.dialog",c)).appendTo("body");this.initTypes();var j=this.dialog.find("fieldset"),k;for(k in this.types)a(this.editor.getTemplate("link.label",this.types[k])).appendTo(j);j.find('input[type="radio"]').bind("change."+
319
+ this.editor.widgetName,function(){e.typeChange(e.types[a(this).val()],b)});g.dialog({autoOpen:!1,modal:!0,resizable:!0,width:c.dialogWidth,minWidth:c.dialogMinWidth,height:c.dialogHeight,title:b?d("Edit Link"):d("Insert Link"),dialogClass:c.baseClass+" "+c.dialogClass,buttons:[{text:b?d("Update Link"):d("Insert Link"),click:function(){u();e.apply(b)&&a(this).dialog("close")}},{text:d("Cancel"),click:function(){a(this).dialog("close")}}],beforeopen:function(){e.dialog.find("."+e.options.baseClass+
320
+ "-content").hide()},open:function(){e.visible=!0;var c=g.parent().find(".ui-dialog-buttonpane");c.find("button:eq(0)").button({icons:{primary:"ui-icon-circle-check"}});c.find("button:eq(1)").button({icons:{primary:"ui-icon-circle-close"}});var f=g.find('.ui-editor-link-menu input[type="radio"]');f.first().attr("checked","checked");var d=!1;if(b)for(var h in e.types)if(d=e.types[h].editing(e.selectedElement)){f.filter('[value="'+h+'"]').attr("checked","checked");e.typeChange(e.types[h],b);break}(!b||
321
+ b&&!d)&&e.typeChange(e.types[f.filter(":checked").val()],b);a(this).unbind("keyup."+e.editor.widgetName).bind("keyup."+e.editor.widgetName,function(b){13==b.keyCode&&(b=e.types[f.filter(":checked").val()],(!a.isFunction(b.validate)||b.validate(e.dialog.find("."+e.options.baseClass+"-content")))&&c.find("button:eq(0)").trigger("click"))})},close:function(){u();e.visible=!1;g.find("."+c.baseClass+"-content").hide();a(this).dialog("destroy")}}).dialog("open")}},apply:function(b){var c=this.types[this.dialog.find('input[type="radio"]:checked').val()],
322
+ e=c.attributes(this.dialog.find("."+this.options.baseClass+"-content"),b);if(!e)return!0;u();var g=o(a("<a>"+(e.title?e.title:e.href)+"</a>").attr(a.extend({},e,{target:"_blank"})));b?(this.selectedElement[0].className=this.selectedElement[0].className.replace(RegExp(this.options.baseClass+"-[a-zA-Z]+","g"),""),this.selectedElement.addClass(c.classes).attr(e),this.editor.showConfirm(d("Updated link: {{link}}",{link:g}))):(U("a",a.extend(e,{id:this.editor.getUniqueId()}),c.classes),this.editor.showConfirm(d("Added link: {{link}}",
323
+ {link:g})),this.selectedElement=a("#"+e.id).removeAttr("id"));this.selectedElement.data(this.options.baseClass+"-href",e.href);C(this.selectedElement);h();return!0},typeChange:function(b,c){var d=this.dialog.find("."+this.options.baseClass+"-content"),e=d.closest("."+this.options.baseClass+"-wrap"),g=b.ajaxUri&&!this.types[b.type].content;g&&e.addClass(this.options.baseClass+"-loading");var h=this;d.hide(this.options.panelAnimation,function(){g?a.ajax({url:b.ajaxUri,type:"get",success:function(g){d.html(g);
324
+ h.types[b.type].content=g;e.removeClass(h.options.baseClass+"-loading");b.show(d,c);d.show(h.options.panelAnimation,a.proxy(b.focus,b))}}):(d.html(b.content),b.show(d,c),d.show(h.options.panelAnimation,a.proxy(b.focus,b)))})},remove:function(){this.editor.unwrapParentTag("a")},repairLinks:function(){var b=this;this.editor.getElement().find('a[class^="'+this.options.baseClass+'"]').each(function(){a(this).data(b.options.baseClass+"-href")&&a(this).attr("href",a(this).data(b.options.baseClass+"-href"))})},
325
+ cancel:function(){this.dialog&&a(this.dialog.dialog("close"))}});a.ui.editor.registerUi({link:{hotkeys:{"ctrl+l":{action:function(){this.editor.getPlugin("link").show()},restoreSelection:!1}},init:function(a){a.bind("selectionChange",this.change,this);return a.uiButton({title:d("Insert Link"),click:function(){a.getPlugin("link").show()}})},change:function(){B().length?this.ui.enable():this.ui.disable()}},unlink:{hotkeys:{"ctrl+shift+l":{action:function(){this.ui.click()},restoreSelection:!1}},init:function(a){a.bind("selectionChange",
326
+ this.change,this);a.bind("show",this.change,this);return a.uiButton({title:d("Remove Link"),click:function(){a.getPlugin("link").remove()}})},change:function(){B().is("a")?this.ui.enable():this.ui.disable()}}});a.ui.editor.registerPlugin("list",{options:{},validParents:"blockquote,body,button,center,dd,div,fieldset,form,iframe,li,noframes,noscript,object,td,th".split(","),validChildren:"a,abbr,acronym,applet,b,basefont,bdo,big,br,button,cite,code,dfn,em,font,i,iframe,img,input,kbd,label,map,object,p,q,s,samp,select,small,span,strike,strong,sub,sup,textarea,tt,u,var".split(","),
327
+ toggleList:function(b){a(B()).is("li")&&a(B()).parent().is(b)?this.unwrapList():this.wrapList(b);this.editor.fire("selectionChange");this.editor.fire("change")},unwrapList:function(){h();var b=[],c=[],d=K(),e=T();b.push(a(d).html());c.push(d);if(a(d)[0]!==a(e)[0]){var g=d;do g=a(g).next(),b.push(a(g).html()),c.push(g);while(a(g)[0]!==a(e)[0])}g=0===a(d).prev().length;e=0===a(e).next().length;d=a(d).parent();for(listElementsIndex=0;listElementsIndex<c.length;listElementsIndex++)a(c[listElementsIndex]).remove();
328
+ for(c=0;c<b.length;c++)d.parent().is("li")||(b[c]="<p>"+b[c]+"</p>");g&&e?(d.replaceWith(b.join("")),u(),b=B()[0],C(b)):(g?a(d).before(b.join("")):e?a(d).after(b.join("")):E(b.join("")),u(),this.editor.checkChange())},wrapList:function(b){this.editor.constrainSelection(this.editor.getElement());""===a.trim(J())&&G(B());var c=a("<div>").html(J()),d=[],e=this;a(c).contents().each(function(){var b;b="block"===q(this.tagName)?Q(a(this).html(),e.validChildren):Q(o(a(this)),e.validChildren);b=a("<li>"+
329
+ b+"</li>");""!==a.trim(b.text())&&d.push(o(b))});c=this.options.baseClass+"-selection";b="<"+b+' class="'+c+'">'+d.join("")+"</"+b+">";u();var g=a(B()[0]).parent(),h=this.editor.getElement()[0];g===h||B()[0]===h?F(b):j(b,this.validParents);c=a(this.editor.getElement().find("."+c).removeClass(c));G(c.find("li:first")[0]);this.editor.checkChange()},toggleButtonState:function(b,c){var d=function(a){c.button.toggleClass("ui-state-highlight",a).toggleClass("ui-state-default",!a)},e=K();if(null===e||!e.length)e=
330
+ this.editor.getElement();var g=T();if(null===g||!g.length)g=this.editor.getElement();e=e[0];g=g[0];if(a(e).is(b)&&a(g).is(b)&&e===g)return d(!0);var h=a(e).parentsUntil(j,b).first()&&a(g).parentsUntil(j,b).first(),j="#"+this.editor.getElement().attr("id"),k=a(e).is(b+" > li")||a(e).parentsUntil(j,b+" > li").length,m=a(g).is(b+" > li")||a(g).parentsUntil(j,b+" > li").length;if(k&&m&&h){h=a(l());h.is(b)||(h=a(h).parentsUntil(j,b).first());j=h.find("ul, ol");if(!j.length)return d(!0);for(h=0;h<j.length;h++)if(a.contains(j[h],
331
+ e)&&a.contains(j[h],g))return d(!1);return d(!0)}return d(!1)}});a.ui.editor.registerUi({listUnordered:{init:function(a){var c=a.uiButton({title:d("Unordered List"),click:function(){a.getPlugin("list").toggleList("ul")}});a.bind("selectionChange",function(){a.getPlugin("list").toggleButtonState("ul",c)});return c}},listOrdered:{init:function(a){var c=a.uiButton({title:d("Ordered List"),click:function(){a.getPlugin("list").toggleList("ol")}});a.bind("selectionChange",function(){a.getPlugin("list").toggleButtonState("ol",
332
+ c)});return c}}});a.ui.editor.registerUi({logo:{ui:null,init:function(){return this.ui=this.editor.uiButton({title:d("Learn More About the Raptor WYSIWYG Editor"),click:function(){r.open("http://www.jquery-raptor.com/about/editors/","_blank")},ready:function(){var b=function(c){var d=typeof c;if("object"!=d||null===c)return"string"==d&&(c='"'+c+'"'),""+c;var e=[],f=c&&a.isArray(c);a.each(c,function(a,c){d=typeof c;"string"==d?c='"'+c+'"':"object"==d&null!==c&&(c=b(c));e.push((f?"":'"'+a+'":')+(""+
333
+ c))});return(f?"[":"{")+(""+e)+(f?"]":"}")},c={enableUi:this.options.enableUi,enablePlugins:this.options.enablePlugins,disabledPlugins:b(this.options.disabledPlugins),ui:b(this.options.ui),t:(new Date).getTime()},d=[],e;for(e in c)d.push(e+"="+encodeURIComponent(c[e]));this.ui.button.find(".ui-button-icon-primary").css({"background-image":"url(http://www.jquery-raptor.com/logo/0.0.22?"+d.join("&")+")"})}})}}});a.ui.editor.registerPlugin("normaliseLineBreaks",{options:{enter:"<p><br/></p>",enterValidTags:"address,blockquote,body,button,center,dd,div,fieldset,form,iframe,li,noframes,noscript,object,td,th".split(","),
334
+ shiftEnter:"<br/>",shiftEnterValidTags:"a,abbr,acronym,address,applet,b,bdo,big,blockquote,body,button,caption,center,cite,code,dd,del,dfn,div,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,i,iframe,ins,kbd,label,legend,li,noframes,noscript,object,p,pres,q,s,samp,small,span,strike,strong,sub,sup,td,th,tt,u,var".split(",")},hotkeys:{"return":{action:function(){s();var b=""===g.getSelection().toHtml(),c;c=g.getSelection();var d=c.isBackwards()?c.focusNode:c.anchorNode;(c.isBackwards()?c.focusOffset:0!==
335
+ c.anchorOffset)?c=!1:(c=d.previousSibling,c=!c||""===a(c).html()?!0:!1);var e;d=g.getSelection();e=d.isBackwards()?d.anchorNode:d.focusNode;(d.isBackwards()?d.focusOffset:d.anchorOffset)!==e.textContent.length?e=!1:(d=e.nextSibling,e=!d||""===a(d).html()?!0:!1);var h=this.options.baseClass+"-enter-break",d=a(this.options.enter).attr("id",h);j(d,this.options.enterValidTags);d=a("#"+h).removeAttr("id");b?c?A(d.next()):e?A(d):(A(d.next()),(b=d.prev())&&""!==a.trim(b.html())&&o(b)!==this.options.enter&&
336
+ d.remove()):(A(d.next()),d.remove())},restoreSelection:!1},"return+shift":{action:function(){s();var b=this.options.baseClass+"-enter-break",c=a(this.shiftEnter).attr("id",b).appendTo("body");this.options.shiftEnterValidTags?j(this.options.shiftEnter,this.options.shiftEnterValidTags):F(c);b=a("#"+b).removeAttr("id").next();A(b)},restoreSelection:!1}}});a.ui.editor.registerPlugin("paste",{options:{allowedTags:"h1,h2,h3,h4,h5,h6,div,ul,ol,li,blockquote,p,a,span,hr,br".split(","),allowedAttributes:["href",
337
+ "title"],allowedEmptyTags:["hr","br"]},init:function(b,c){var e=!1,g=!1,j=this;b.getElement().bind("paste."+b.widgetName,a.proxy(function(){if(e)return!1;e=!0;h();a(".uiWidgetEditorPasteBin").length&&a(".uiWidgetEditorPasteBin").remove();a('<div class="uiWidgetEditorPasteBin" contenteditable="true" style="width: 1px; height: 1px; overflow: hidden; position: fixed; top: -1px;" />').appendTo("body");a(".uiWidgetEditorPasteBin").focus();r.setTimeout(function(){var h=a(".uiWidgetEditorPasteBin").html(),
338
+ h=j.filterAttributes(h),h=j.filterChars(h),h=j.stripEmpty(h),h=j.stripAttributes(h),h=Q(h,j.options.allowedTags),h={plain:a("<div/>").html(a(".uiWidgetEditorPasteBin").html()).text(),markup:h,html:a(".uiWidgetEditorPasteBin").html()};g=a(b.getTemplate("paste.dialog",h));a(g).dialog({modal:!0,width:650,height:500,resizable:!0,title:"Paste",position:"center",show:c.dialogShowAnimation,hide:c.dialogHideAnimation,dialogClass:c.baseClass+" "+c.dialogClass,buttons:[{text:d("Insert"),click:function(){var b=
339
+ null,b=a(this).find(".ui-editor-paste-area:visible"),b=b.hasClass("ui-editor-paste-plain")||b.hasClass("ui-editor-paste-source")?b.val():b.html(),b=j.filterAttributes(b),b=j.filterChars(b);u();F(b);e=!1;a(this).dialog("close")}},{text:d("Cancel"),click:function(){u();e=!1;a(this).dialog("close")}}],open:function(){var b=a(this).find(".ui-editor-paste-panel-tabs");b.find("ul.ui-tabs-nav li").click(function(){b.find("ul.ui-tabs-nav li").removeClass("ui-state-active").removeClass("ui-tabs-selected");
336
340
  a(this).addClass("ui-state-active").addClass("ui-tabs-selected");b.children("div").hide().eq(a(this).index()).show()});var c=g.parent().find(".ui-dialog-buttonpane");c.find("button:eq(0)").button({icons:{primary:"ui-icon-circle-check"}});c.find("button:eq(1)").button({icons:{primary:"ui-icon-circle-close"}})},close:function(){e=!1;a(this).dialog("destroy").remove()}});a(".uiWidgetEditorPasteBin").remove()},0);return!0},this))},filterAttributes:function(b){a.each([{regexp:/(<meta\s*[^>]*\s*>)|(<\s*link\s* href="file:[^>]*\s*>)|(<\/?\s*\w+:[^>]*\s*>)/gi,
337
341
  handler:""},{regexp:/(class="Mso[^"]*")|(<\!--(.|\s){1,}?--\>)/gi,handler:""},{regexp:/(class="Apple-(style|converted)-[a-z]+\s?[^"]+")/,handle:""},{regexp:/id="internal-source-marker_[^"]+"|dir="[rtl]{3}"/,handle:""},{regexp:/(<p[^>]*>\s*(\&nbsp;|\u00A0)*\s*<\/p[^>]*>)|(<p[^>]*>\s*<font[^>]*>\s*(\&nbsp;|\u00A0)*\s*<\/\s*font\s*>\s<\/p[^>]*>)/ig,handler:""},{regexp:/(style="[^"]*mso-[^;][^"]*")|(style="margin:\s*[^;"]*;")/gi,handler:""},{regexp:/(?:<style([^>]*)>([\s\S]*?)<\/style>|<link\s+(?=[^>]*rel=['"]?stylesheet)([^>]*?href=(['"])([^>]*?)\4[^>\/]*)\/?>)/gi,
338
342
  handler:""},{regexp:/(<\s*script[^>]*>((.|\s)*?)<\\?\/\s*script\s*>)|(<\s*script\b([^<>]|\s)*>?)|(<[^>]*=(\s|)*[("|')]javascript:[^$1][(\s|.)]*[$1][^>]*>)/ig,handler:""}],function(a,c){b=b.replace(c.regexp,c.handler)});return b},filterChars:function(a){a=a.replace(/[\u2018|\u2019|\u201A]/g,"'");a=a.replace(/[\u201C|\u201D|\u201E]/g,'"');a=a.replace(/\u2026/g,"...");a=a.replace(/[\u2013|\u2014]/g,"-");a=a.replace(/\u02C6/g,"^");a=a.replace(/\u2039/g,"<");a=a.replace(/\u203A/g,">");return a=a.replace(/[\u02DC|\u00A0]/g,
@@ -361,4 +365,4 @@ this.options)).attr("id",d.getUniqueId()).appendTo("body").bind("mouseenter."+d.
361
365
  a.ui.editor.registerUi({viewSource:{init:function(a){return a.uiButton({title:d("View / Edit Source"),click:function(){this.show()}})},show:function(){var b=this,c=a(this.editor.getTemplate("viewsource.dialog",{baseClass:b.options.baseClass,source:b.editor.getHtml()})),e=this.ui.button;a(e).button("option","disabled",!0);c.dialog({modal:!1,width:600,height:400,resizable:!0,title:d("View Source"),autoOpen:!0,dialogClass:b.options.baseClass+" "+b.options.dialogClass,buttons:[{text:d("Apply Source"),
362
366
  click:function(){var c=a(this).find("textarea").val();b.editor.setHtml(c);a(this).find("textarea").val(b.editor.getHtml())}},{text:d("Close"),click:function(){a(this).dialog("close")}}],open:function(){var b=a(this).parent().find(".ui-dialog-buttonpane");b.find("button:eq(0)").button({icons:{primary:"ui-icon-circle-check"}});b.find("button:eq(1)").button({icons:{primary:"ui-icon-circle-close"}})},close:function(){a(this).dialog("destroy").remove();a(e).button("option","disabled",!1);b.editor.checkChange()}})}}});
363
367
  var L=!1})(jQuery,window,rangy);
364
- jQuery('<style type="text/css">.ui-editor-wrapper{overflow:visible;z-index:1001;position:fixed}.ui-editor-wrapper .ui-editor-toolbar{padding:6px 0 0 5px;overflow:visible}.ui-editor-wrapper .ui-editor-toolbar,.ui-editor-wrapper .ui-editor-toolbar *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.ui-editor-wrapper .ui-dialog-titlebar .ui-editor-element-path:first-child{margin-left:5px}.ui-editor-wrapper .ui-dialog-titlebar .ui-editor-element-path{min-width:10px;min-height:15px;display:inline-block}.ui-editor-dock-docked-to-element .ui-editor-toolbar{padding:5px 0 0 5px!important}.ui-editor-dock-docked-to-element .ui-editor-toolbar .ui-editor-group{margin:0 5px 5px 0}.ui-editor-dock-docked-element{display:block!important;border:0 none transparent;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ui-editor-wrapper textarea,.ui-editor-wrapper input{padding:5px}.ui-editor-wrapper .ui-dialog-content{font-size:13px}.ui-editor-wrapper textarea{display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1}html body div.ui-dialog div.ui-dialog-titlebar a.ui-dialog-titlebar-close span.ui-icon{margin-top:0!important}.ui-editor-editing{outline:0}.ui-editor-wrapper textarea,.ui-editor-wrapper input{border:1px solid #d4d4d4}.ui-editor-wrapper .ui-dialog-content{font-size:13px}html body div.ui-wrapper div.ui-dialog-titlebar a.ui-dialog-titlebar-close span.ui-icon{margin-top:0!important}.ui-editor-path{padding:5px;font-size:13px}.ui-editor-selectmenu{overflow:visible;position:relative}.ui-editor-selectmenu-button{text-align:left;padding:3px 18px 5px 5px!important;float:none!important}.ui-editor-selectmenu-button .ui-icon{position:absolute;right:1px;top:8px}.ui-editor-selectmenu-button .ui-editor-selectmenu-text{font-size:13px}.ui-editor-selectmenu-wrapper{position:relative}.ui-editor-selectmenu-button .ui-button-text{padding:0 25px 0 5px}.ui-editor-selectmenu-button .ui-icon{background-repeat:no-repeat}.ui-editor-selectmenu-menu{position:absolute;top:100%;left:0;right:auto;display:none;margin-top:-1px!important}.ui-editor-selectmenu-visible .ui-editor-selectmenu-menu{display:block;z-index:1}.ui-editor-selectmenu-menu-item{padding:5px;margin:3px;z-index:1;text-align:left;font-size:13px;font-weight:normal!important;border:1px solid transparent;cursor:pointer;background-color:inherit}.ui-editor-selectmenu-button{background:#f5f5f5;border:1px solid #ccc}.ui-editor-buttonset .ui-editor-selectmenu-visible .ui-editor-selectmenu-button{-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0}.ui-editor-buttonset{float:left;margin:0 5px 4px 0;display:inline-block}.ui-editor-buttonset>.ui-button{float:left;display:block;margin:0 -1px 0 0;font-size:13px}.ui-editor-buttonset .ui-button:hover{z-index:1}.ui-editor-buttonset .ui-editor-selectmenu{display:block}.ui-editor-buttonset .ui-editor-selectmenu .ui-button{margin:0 -1px 0 0}.ui-editor-ff .ui-editor-buttonset{float:none;vertical-align:top}.ui-editor-wrapper .ui-button{height:32px;margin-bottom:0;margin-top:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ui-editor-wrapper .ui-button-icon-only{width:32px}.ui-editor-wrapper .ui-editor-buttonset>.ui-button{-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}.ui-editor-wrapper .ui-editor-buttonset>.ui-button:first-child{-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px}.ui-editor-wrapper .ui-editor-buttonset>.ui-button:last-child{-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px}.ui-button-icon-only .ui-button-text{display:none}.ui-editor-unsupported{position:relative}.ui-editor-unsupported-overlay{position:fixed;top:0;left:0;bottom:0;right:0;background-color:black;filter:alpha(opacity=50);opacity:.5}.ui-editor-unsupported-content{position:fixed;top:50%;left:50%;margin:-200px 0 0 -300px;width:600px;height:400px}.ui-editor-unsupported-input{position:absolute;bottom:10px}.ui-editor-unsupported-content{padding:10px;background-color:white;border:1px solid #777}.ui-editor-messages{margin:0}.ui-editor-messages .ui-editor-message-close{cursor:pointer;float:right}.ui-editor-messages .ui-icon{margin:0 0 3px 3px}.ui-editor-messages .ui-icon,.ui-editor-messages .ui-editor-message{display:inline-block;vertical-align:top}.ui-editor-messages .ui-editor-message-wrapper{padding:3px 3px 3px 1px;-webkit-box-shadow:inset 0 -1px 1px rgba(0,0,0,0.35),inset 0 1px 2px rgba(255,255,255,0.5);-moz-box-shadow:inset 0 -1px 1px rgba(0,0,0,0.35),inset 0 1px 2px rgba(255,255,255,0.5);box-shadow:inset 0 -1px 1px rgba(0,0,0,0.35),inset 0 1px 2px rgba(255,255,255,0.5)}.ui-editor-messages .ui-editor-message-wrapper:first-child{-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px}.ui-editor-messages .ui-editor-message-wrapper:last-child{-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px}.ui-editor-messages .ui-editor-message-circle-close{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNWQ0YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhMWMxYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ff5d4b),color-stop(100%,#fa1c1c));background:-webkit-linear-gradient(top,#ff5d4b,#fa1c1c);background:-moz-linear-gradient(top,#ff5d4b,#fa1c1c);background:-o-linear-gradient(top,#ff5d4b,#fa1c1c);background:linear-gradient(top,#ff5d4b,#fa1c1c)}.ui-editor-messages .ui-editor-message-circle-check{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkZWI4ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E1Yzk1NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#cdeb8e),color-stop(100%,#a5c956));background:-webkit-linear-gradient(top,#cdeb8e,#a5c956);background:-moz-linear-gradient(top,#cdeb8e,#a5c956);background:-o-linear-gradient(top,#cdeb8e,#a5c956);background:linear-gradient(top,#cdeb8e,#a5c956)}.ui-editor-messages .ui-editor-message-info{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5ZTRmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBmYjRlNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#a9e4f7),color-stop(100%,#0fb4e7));background:-webkit-linear-gradient(top,#a9e4f7,#0fb4e7);background:-moz-linear-gradient(top,#a9e4f7,#0fb4e7);background:-o-linear-gradient(top,#a9e4f7,#0fb4e7);background:linear-gradient(top,#a9e4f7,#0fb4e7)}.ui-editor-messages .ui-editor-message-alert{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDY1ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlYmYwNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ffd65e),color-stop(100%,#febf04));background:-webkit-linear-gradient(top,#ffd65e,#febf04);background:-moz-linear-gradient(top,#ffd65e,#febf04);background:-o-linear-gradient(top,#ffd65e,#febf04);background:linear-gradient(top,#ffd65e,#febf04)}.ui-editor-messages .ui-editor-message-clock{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiODNmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5M2NlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fb83fa),color-stop(100%,#e93cec));background:-webkit-linear-gradient(top,#fb83fa,#e93cec);background:-moz-linear-gradient(top,#fb83fa,#e93cec);background:-o-linear-gradient(top,#fb83fa,#e93cec);background:linear-gradient(top,#fb83fa,#e93cec)}.ui-editor-messages .ui-editor-message-clock .ui-icon.ui-icon-clock{background:transparent url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAOXRFWHRTb2Z0d2FyZQBBbmltYXRlZCBQTkcgQ3JlYXRvciB2MS42LjIgKHd3dy5waHBjbGFzc2VzLm9yZyl0zchKAAAAOnRFWHRUZWNobmljYWwgaW5mb3JtYXRpb25zADUuMi4xNzsgYnVuZGxlZCAoMi4wLjM0IGNvbXBhdGlibGUpCBSqhQAAAAhhY1RMAAAACAAAAAC5PYvRAAAAGmZjVEwAAAAAAAAAEAAAABAAAAAAAAAAAAA8A+gAAIIkGDIAAACsSURBVDiNtZLBCcMwDEUfJgOUjhAyQsmp9FA8TgfISj6F4gl66jSdIIf00G9wnLjYKf3w0Qch6Us2fMdVLMYx0haYRZsrMJEegZdiDj3gFFeT54jBiU2mO+XdVvdRyV0OYidVMEAH3AEPHGoboMKwuy+seYqLV9iNTpM90P7S6AQMitXogYnPHSbyz2SAC9HqQVigkW7If90z8FAsctCyvMvKQdpkSOzfxP/hDd++JCi8XmbFAAAAGmZjVEwAAAABAAAAEAAAABAAAAAAAAAAAAA8A+gAABlX8uYAAAC3ZmRBVAAAAAI4jaWQsQ3CQBAEB4cECFGCI1fiAlyFKwARWgSIeqjCNTh0gIjIkBw9gffFSfz74VlpdX/W3Xr3YBmlmIUSmMSoSGHee+CmGsMGaFU/cAecqnVh/95qpg0J/O0gCytgDRzUX4DnryIn5lwO6L7c6fxskRhMwkc4qj+TEcFjC9SqWcsj8x3GhMgu9LHmfUinvgKuYmWWp5BIyEFvBPuUAy9ibzAYgWEhUhQN8BCb2NALKY4q8wCrG7AAAAAaZmNUTAAAAAMAAAAQAAAAEAAAAAAAAAAAADwD6AAA9MEhDwAAAKhmZEFUAAAABDiNY2CgMTgNxTgBExLbh4GB4SCUxgeMcEkcZmBg+A+lcQETqBoTbJI+UM1ku4AiEATFZIEQBoi//kPZxIAAKEaJBYpACAm24wUSBORVGBgYUqA0BtjKAAmHrXg0f4aq+YxuiAQDIiD/Q/k8DAwMdVDMw8DAkIamJo2QCyYjKZ4MtfErlP8VlzeQw2AlkgErkbyBMwzQgRoDA8N+KMapAQDdvyovpG6D8gAAABpmY1RMAAAABQAAABAAAAAQAAAAAAAAAAAAPAPoAAAZC1N1AAAAsWZkQVQAAAAGOI21kkEOgjAURF9YGBbGtYcwLowrwxk8BMcg3XACD9djGJaujKmLTkMRCiXEl0ympYX8+Xz4M62UpIjWR8DI59inDgzg5CkOwEs+YnMFmzhJOdwAK1UAZ+ANfLRewuJ75QAb/kKRvp/HmggVPxHWsAMu8hEN8JRPUdLnt9oP6HTYRc/uEsCVvnlO+wFGFYRJrKPLdU4FU5HCB0KsEt+DxZfBj+xDSo7vF9AbJ9PxYV81AAAAGmZjVEwAAAAHAAAAEAAAABAAAAAAAAAAAAA8A+gAAPSdgJwAAADDZmRBVAAAAAg4jaWSTQrCMBCFP6NIT5AjCF6gJ6jbUnoCL1biDTyF5AAueoZu3LkSrAtHTEJiIn3wmCTz92YILMQ64++BPTDKXQMH4AbcAZQTvAEasTFo4AqcxeowoAFmsSk1s8M+DChRMEnyFFNQAg10sWSFv49cESPUn+RRWFLE8N2DKe2axaIR/sU25eiAi9gUBt6zDzGnFad13nZCgAr/I1UxBdZRUAMPYV2iIETrdGudd28Hqx8FFHCU8wl4xoJeZnUrSRiyCSsAAAAaZmNUTAAAAAkAAAAQAAAAEAAAAAAAAAAAADwD6AAAGe6xwAAAALtmZEFUAAAACjiNpZJBCsIwEEWfpUsPULoSl55Beh4J7nqCHkDceR3pIaSr4Ak8Qq2L/khomlrig+FPhszwJy3EqYCHolq4F6UDBkWnWgbspN+CT7EwMAPuwFM67aUAem/IdIW952jQOeCXg1bN7ZyDNQRvsEkYkgNG+S1XcpHWKwacgatzlLLH2z/8vUJCf5wSaKQxToCVBjSM37jxaluFw+qOXeOgBF4KVzNqNkH3DAfGX7tXnsRREeUD4f8lQGjw+ycAAAAaZmNUTAAAAAsAAAAQAAAAEAAAAAAAAAAAADwD6AAA9HhiKQAAAJ9mZEFUAAAADDiNtZDLCcMwEEQfIUcXoDpCKgg6qIRUEtKB6wg6poDgalyFTj7YBw+2QyRlCc6DYVm0n9FCGQc8JFepWzgBN0WACIxS/NZ8BgYVD8pzA1ogKb5x3xSPyp0a4+YLSe/J4iBH0QF83uCvXKSFq2TBs97KH/Y1ZsdL+3IEgmJt86u0PTAfJlQGdKrprA6ekslBjl76mUYqMgFhpStJaQVr0gAAABpmY1RMAAAADQAAABAAAAAQAAAAAAAAAAAAPAPoAAAZshBTAAAAu2ZkQVQAAAAOOI21kCEOwkAQRR8rKkkFCtmjkJ4ARTgBArViT4LjLJwBgUZUr8NBQlrR38Am3XYEvOTnT7PzuzO7IE8BHFWfgNdELwBLYCMH8EAr+VzIyUvgBlzkZaZ/D1zlCfXXba2+C93sVaNwK08ogUaHzcQEu9wE0O9e83kDEw7YAhG4K/ww5CoJFB52j8bwU6rcTLOJYYWo2kKywk9Zz5yvgCAfDb9nfhLoHztYJzhIpgnGOEv/owMnkSfarUXVlAAAAABJRU5ErkJggg==\') no-repeat center center}.ui-editor-align-left-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAItJREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzYWEzQfHlf//+lYL0McK8ADSAJJuBBqC6AAjWYrEN2VYPbAZR1QUb0WxEZmPD1lR3wTYCttpSJQxg6mE0sgt2E/AzCLMBMTsQcwCxAskuQE722FwwEYiNsNjKClR8EUjH4w2DActMFBsAEGAAnS84DrgEl1wAAAAASUVORK5CYII=\') 0 0}.ui-editor-align-left-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-align-right-button .ui-icon{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIxJREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzYWEzQfHlf//+lYL0McK8ADSAJJuBBqC6AAvYjGYrMhuEHanugo0EbETH1jQPg714bGcGYhOqu2A3AT+DMBvQQnYgzQHECiS7ADnZw9j4wmA61J+sQMUcUFtBtrMC8TEg9kNxwYBlJooNAAgwAJo0OAu5XKT8AAAAAElFTkSuQmCC\') 0 0}.ui-editor-align-right-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-align-center-button .ui-icon{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAI1JREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzYWEzQfHlf//+lYL0McK8ADSAJJuBBqC6AAlswGErjO2KrJiqLtiIw0Zc2JpmYbCTgM2WFIUBTD2MRnbBbgI2gzAbELMDMQcQK5DsAuRkj80FMDAFiI2RbGUFKuaA2noGiEOwhsGAZSaKDQAIMAB/BzgOq8akNwAAAABJRU5ErkJggg==\') 0 0}.ui-editor-align-center-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-align-justify-button .ui-icon{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJFJREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzYWEzQfHlf//+lYL0McK8ADSAJJuBBqC6AAjWYrEN2VZkNgg7Ut0FGwnYiI6tqe6CbUTYCsPMQGxCdRfsJsJmNqCF7ECaA4gVSHYBcrKHsZFdMBGIjbDYygpUzAG1FWQ7KxAfA2I/FBcMWGai2ACAAAMAvPA4C7ttvJ4AAAAASUVORK5CYII=\') 0 0}.ui-editor-align-justify-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-bold-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKRJREFUeNpi/P//PwMlgImBQjDwBrCgmMbEpA2kGnGofQ3E9UD86t+/fzhdcBWIpwExMxQ3AHEIEK8BYgkgdsLrAih4A8SsaBYwQcWYiDGAEcmAbiwuJBiIIAPYoLgfiMuBeBmUXwHEXIQMYEIy4BUQXwDiy1C+HBBrEPKCDBCzwwwDpVRGRkZksU8ozkVOykCFVkBqOZ5oB3lpAoqe0bzAABBgANfuIyxmXKp/AAAAAElFTkSuQmCC\') 0 0}.ui-editor-text-bold-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-italic-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH1JREFUeNpi/P//PwMlgImBQjDwBrBgmMgEN1MbiBvRpOv//ft3FUUEFIjImJGRERnrAPF6IO6BiaGrZyLCi6xAvJDcMLAA4j9AfJlcA/yBeCe5sWAExAJAfIKkWIAFJBAUATE7kM+M143ooQoEVkD8EA1b4Yy10bzAABBgAC7mS5rTXrDAAAAAAElFTkSuQmCC\') 0 0}.ui-editor-text-italic-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-underline-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKZJREFUeNpi/P//PwMlgImBQkCxASwopjExhQGpMCSheijdiCz279+/q3AeKAxgmJGREYSdgHgdlIaJ6SCLIevB5oXXUJe9RhK7gkUMZxgwAjEzlEYG2MRwGsCKRTErKQawYFHMQqwBn6G2qSCJGULFPmPYhpwSgdEIY6YCcTKa2rlAPBvEAEYjdgNAUYRMowOYWmQ9LFjUPSGQP2RwemFoZiaAAAMAlEI7bVBRJkoAAAAASUVORK5CYII=\') 0 0}.ui-editor-text-underline-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-strike-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAL5JREFUeNpi/P//PwMlgImBQkCxASwopjHBzbMB4nQg5oTyrwKxNhAXAfGjf//+EXRBFhC/BOI0KAapYwZpxusCJPASquEdlD8FiHWwKWREjgUkL4gDcQ0QfwfiXqiBcIDsBXQD9hATcEADXOAckAEwzMjIiI4lgHgiEM8GYkmYOLIeXAZ4I2sA4vlQjGEArkBsAeJzQAUVYH8yMnIAKTmC6QAaHhpALALEPCBDoOJfgFQ5wVgYmnmBYgMAAgwAEGZWNyZpBykAAAAASUVORK5CYII=\') 0 0}.ui-editor-text-strike-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-sub-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKZJREFUeNpi/P//PwMlgImBQjDwBrDATWJCMWs6lM7Ep/nfv39YXSAPxL+AWALKJtkLLkB8EohZoWySDbAH4uNQQ+xJNUAJiH8DMT8QPwZiWagYDEwA4v1QGgJACQmEGRkZQTgXiI+i4VyoHAy7AfEaEBucCNEM2AzEKkiKu6BiYMuAdAYQLwZiKQwDgGAVED+E0iBgBeUjiy1HErMCWzyaFxgAAgwA5Gw9vTeiCqoAAAAASUVORK5CYII=\') 0 0}.ui-editor-text-sub-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-super-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALdJREFUeNpi/P//PwMlgImBQjDwBrCgmMaEYt50KJ0JpRuBWBuIrwJx/b9///C6QB6IfwGxBJQNAvVAPAkqRtALLkB8EohZoWwQiAbiICCuI8YAeyA+DjXEHiqmD8SaQLwIysYMAyhQAuLfQMwPxI+B2AkqVkZsLHgDsQYQTwXiVCBmg4phB6CUCMOMjIwgvBmIVaBsEO6CijEgY5geFAOAYBUQP4TSIGAF5SOLoVjMOJoXGAACDACTRz3jjn6PnwAAAABJRU5ErkJggg==\') 0 0}.ui-editor-text-super-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-quote-block-button .ui-icon-quote{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGVJREFUeNpi/P//PwMlgImBQjAcDWBhYZEA4r1AHA/EKHxiXQBS+BKIF+LgEzTAG4h3I0UvOh+/AUCFbECcDmROA2lC5mMzgAWLGDuUtsTBJ+iFeUDMC6Wx8VEA42hSptwAgAADAO3wKLgntfGkAAAAAElFTkSuQmCC\') 0 0}.ui-editor-quote-block-button:hover .ui-icon-quote{filter:alpha(opacity=100);opacity:1}.ui-editor-clean-button .ui-icon-clean{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAABNVBMVEUAAAAAAAAgSocgSocgPnAAAABxcXFPT09YWFggSocgSocoToUbPXgSN3kyYZw0ZqT///8iUZkgSoc1Z6UiUJaJrNkwXpZIeLiOvO03a6s4b7JekNUjUpqCp9eNr9pSjeAwX5g2aqquxuV8otPB1euOsNv8/f6gveFgkdVnkMmbuuVfk9lkk9fK3Pbs8vmWtd5Vjs98odCHqNWkv+Jzms6Qt+xnmNuzyudVidS90u6hwe5mmuQtXKCow+OqxepNg82Xtd3C1Ox0m89vl8x3oNl4n9NSjuDi7PqlxO+MtOyWtt2fwO60y+dUjt5zm8/L2+9qneT3+f7g6/qDrelRi95snuWowuSfvOGPr9uwyeqRsdqUs9qat92OrtmDptN5ns9Rh8hqk8uXuehwnt1vl83e6vmZu+gBAK69AAAADXRSTlMbAKM01gogSSmAy7W1OP1GaAAAAM1JREFUeF5VzNN2A1EAQNE7TIrrsSe0Udu2zf//hHZWk672PO6HAySR/UmUwBjT9XyzeJlZuGpe60wE474TxxghhHEcOz4DzLcxRoZhJGT/AOcoiiKEOE9AZEGw291fOcpNdZeD74fEqKZ5lFLP0+YplIDAzBfXrTQKNyW3bEIhgV51QD5fyVv1fQir0zOzcxfW4tLaCGqkHoYWWR/BxubW9k5/7+PgcAjZ8JicnJKz82wC6gRstTu3d/cPj0/PcFIF6ZQMf5NTaaCAfylf1j4ecCeyzckAAAAASUVORK5CYII=\') 0 0}.ui-editor-clean-button:hover .ui-icon-clean{filter:alpha(opacity=100);opacity:1}.ui-editor-clear-formatting-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wGGxcPH7KJ9wUAAAEKSURBVDjL3ZG9SgNBFIW/I76D1RIEazEIFitWNguxUPANUkUIKG4jYiEBC7WwUFJZiNssFvoOFipMFx/AoIVVEAvxB7w2MyBhV5Iq4IHLPecy9zBzBv4nJLUltQc5O1awXAE+gAnPhzMAFoE7YNzzoQ0WgBvg1vPBDSRNAl9m9gC4ebPpc+jkkADkkOTggi4KryFpV9KMpHgfXr/T1DJwGWxn4IIuM7iQdB1qDu73oPder9spuNDPYLZoeUrSZd9saQUej6DzUqvZCbhj2Pjr+pu/ZzuwnMLbc7Vqh+BCPyjIIAaefMVhuA69bhTZGnyuwlULXDeKrFWWQT+akDTAbfk3B90s+4WR4Acs5VZuyM1J1wAAAABJRU5ErkJggg==\') 0 0}.ui-editor-clear-formatting-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-click-button-to-edit-button{z-index:4000;-webkit-transition:opacity .5s;-webkit-transition-delay:0s;-moz-transition:opacity .5s 0s;-o-transition:opacity .5s 0s;transition:opacity .5s 0s;filter:alpha(opacity=0);opacity:0}.ui-editor-click-button-to-edit-visible{filter:alpha(opacity=100);opacity:1}.ui-editor-click-button-to-edit-highlight{outline:1px dotted rgba(0,0,0,0.5);-webkit-transition:all .5s;-webkit-transition-delay:0s;-moz-transition:all .5s 0s;-o-transition:all .5s 0s;transition:all .5s 0s}.ui-editor-color-picker-basic-select .ui-editor-selectmenu-menu{min-width:100px}.ui-editor-color-picker-basic-select span{padding-left:2px}.ui-editor-color-picker-basic-swatch{width:16px;height:16px;float:left;margin-top:2px;border:1px solid rgba(0,0,0,0.2)}.ui-editor-debug-reinit-button .ui-icon-reload{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAqBJREFUeNqkU01PE2EQnrfdtmyLpbRNA/ULGyAhRi+NHkTk5sEEiRyMEi+evHszJh5I/AF613ho9EIwhEiMB4kSjQcWSDxgIAhJoZV26dd2t/v17jqzkoLGG5vM7rvzzPPsfOww13XhOJdAt8vPN0EIBEAQBPD5/UHGWALdnWgW2iO07H+40sL91APhH2ev4HOH+tJiZzoZCia7guXpj8XsnevprGX9yVQMM8i9K0jA2GI7A+9y3Uwo4I6Mj6aijToHzl2nXrNk27bBMDg0FQ7dcQFezeYljH6PlmsLuI4T8zF+e+zqqZ69ggaKZrH13WaxXDcUwm2LQ6xbgOKOCreu9WTfLuQVy3bSCBV8XoBpjmR6xYvFfKNflpuZTyuF1q+y8sHhXLINA7q6g/Byek06ERWgUlJh8EykHzkTxPUETMMYTcWCQ/Wqllnb3hct0/yM01nWVZUwePZiWcLnt0Vpd1NvmZCMBuL4PtwuwdL1S37GMqpuQaFUL+Mk5rllgeM41BuqeZH5/bmNzdJSbzQEiUggjJyBtgCqRVTDjqrc9c6YOjbRhlCHSON9YKMYGQpDrWVDh2F7mR2WoOsbezVdU30CdMXEGNY3abZ0rLcEVVkGpVqlPk0SRjEUS5y2gGUYX7byckURgnB66OxJ7MFD7MHkAQZ0Jh9hFEOxxDkUMM2ZrR/bMo+IsA3hjuzN4fPpvtQUjneJjM7kI4xiKJY4xGW0C9F7bwDrHvNHwk8T4zcutGz0hRjEQp4+1AwHGoYLosBgf3b+O1e1x9iPuUbu7uGfiEJzerUGu6+npwKDA8lm5lx8J54Ie2lWapr7c6tSWd+QwTSfYGPn/lqmoyKOpkn2yuoErKxeQdfgAbSO9hWXbAa/XDjKYcdd598CDAAkzn7JYhVZYAAAAABJRU5ErkJggg==\') 0 0}.ui-editor-debug-reinit-button:hover .ui-icon-reload{filter:alpha(opacity=100);opacity:1}.ui-editor-debug-destroy-button .ui-icon-close{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAtFBMVEX///+nAABhAACnAACjAACCAACgAACHAACjAAByAAB1AAByAACDAACnAACCAACHAACgAACNAACbAACXAACMAACSAABfAACYAACRAACjAACbAAChAACqAACNAACcAACHAACqAADEERGsERHQERG+NjaiERHUTEzYERG4ERGlFBSfFRX/d3f6cnK0JSWoHh7qYmLkXFyvFRXmXl7vZ2fNRUX4cHDXT0/+dnbbU1O3Li7GPT26MTG2f8oMAAAAIXRSTlMASEjMzADMzAAASMxIAMwAAMzMzEjMzEhISABIzABISEg/DPocAAAAj0lEQVR4Xo3PVw6DMBBF0RgXTO+hBYhtILX3sv99RRpvgPcxVzp/M5syb7lYepxDABDeYcQ5wg+MAMhr3JOyJKfxTABqduuvjD37O6sBwjZ+f76/7TFuQw1VnhyGYZPklYagKbKLlDIrmkBDGq1hUaqhM4UQJpwOwFdK+a4LAbCdlWNTCgGwjLlhUQqZ8uofSk8NKY1Fm8EAAAAASUVORK5CYII=\') 0 0}.ui-editor-debug-destroy-button:hover .ui-icon-close{filter:alpha(opacity=100);opacity:1}.ui-editor-dock-button .ui-icon-pin-s{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAbFJREFUeNpi/P//PwMlgAVEPGNiIqTOBojz/zIwTHrPwHD4BZDzGGhxMhAzEWlRvtTy5SE/GRiKge61R5YgyoB/IHVPnzIoTprk/52BoRJoiDNBA5BCxuY3UN2vz58Znu7ZwyAaHOz+8f//RqC8OzEuAPtdcfbsgM937zJ8+fKFgePHDwa3sDBroKGt8EBEAo1ArAV1ARPQucwqs2f7vz14kOHH378MF/buPQ4S+wXEQPkauAG3EFHp7bBihTHDs2cMf4E2ffvwgQGmeeuyZWf+MDA0ATXs+I8eiP+gGBhNNTsjIs7+5+Vl+HTrFsOry5cZXr56xXB02bKjQM21QCU7sKaDRYiA2wE0RPJnamq2VVGR8adr1xi4uLkZPjMwsDJCNf/HagAjI8SA//95gRRb5pEjxnttbM6aeHsb87CwMED9DAZ/0QxAjgVmRkZGj+vXr0+wt7evWc3ENPfI1q1n2djYGP4TSsqMEBfYLV26tExXVzcfyF8NdM17oG33V69e3QKUO0vIAF1PT8+Y2NhYUDRuh7n0PyTEdzAQ4YKYHTt2TAEyz5OaGxkpzc4AAQYAvlOuK2pYar0AAAAASUVORK5CYII=\') 0 0}.ui-editor-dock-button:hover .ui-icon-pin-s{filter:alpha(opacity=100);opacity:1}.ui-editor-dock-button .ui-icon-pin-w{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wFFgA2AnOoAZ4AAAH4SURBVDjLtZNNaxNhFIXPfefNJJlkppFI09Ca1FiRMiDduCjWQltdtILdu1DcSkpx7UL6A1zGH+BKEFy5MkhErRvpwo+NSDEaaYyZSZNJJslkPl43XQQaaUA8u3M5PFwu5wL/KBo1FEC4DJALiN2jjAWIbcA5EVABzotkUu+ZJmvLsmQwJtcHA2oHQc8FXm8D9eE8HzafgThPpS5H19Zux4kmIqbJWL3OT/u+9LNWK1er1V8PgMMdwBsJ8AARtFoD6na1qK7PubFYTOOc9RqNQxEEX1ygswP4Jx6mDNw3Fhc/WVtb4uPy8uAx0YeHwMaoLBs1DBE9kzTtIJLJ4FQ6LQnghZVMFscCCIB8IeKB7/e6lYpjNZs2V1WeNk02FuApwAJA8xwnFHgeSUL4rmVJ3yIRfyzAFWA+Oj29EZqcvODYNveJEloisZnq9++NAkjD5gCY59nsnfjq6iafnT3bNQzJrtWQzeUm+p3OxQXbll8Cb45tYBGRKcucEd2Irq/fDC8tzSm5nKRMTSEUi3lcUXB1ZSV1RlVvPWLs2rEiaUIIDAbee+AtisWMUyqpRhAoiq7rLdtudvf2fsQlqWe02yQDr/7axEvAbml///uTcHjhqyxncjMz5zqO87th28+vu+47GWjfBdyxP61QKFA+nydVVQn/S38ATpHDEx6slP8AAAAASUVORK5CYII=\') 0 0}.ui-editor-dock-button:hover .ui-icon-pin-w{filter:alpha(opacity=100);opacity:1}.ui-editor-dock-docked{z-index:10000}.ui-editor-dock-docked .ui-editor-toolbar-wrapper{position:fixed;top:0;left:0;right:0;border-top:0;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-pack:center;-moz-box-pack:center;-ms-box-pack:center;box-pack:center;-webkit-box-align:center;-moz-box-align:center;-ms-box-align:center;box-align:center}.ui-editor-dock-docked .ui-editor-toolbar{text-align:center}.ui-editor-dock-docked .ui-editor-path{position:fixed;bottom:0;left:0;right:0}.ui-editor-ios .ui-editor-dock-docked .ui-editor-path{display:none}.ui-editor-dock-docked-to-element-wrapper{font-size:inherit;color:inherit;font-family:inherit}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper{position:relative!important;top:auto!important;left:auto!important;border:0 none;padding:0;margin:0;z-index:auto;width:100%;font-size:inherit;color:inherit;font-family:inherit;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper .ui-editor-toolbar{margin:0;z-index:2;-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-ms-box-ordinal-group:1;box-ordinal-group:1}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper .ui-editor-toolbar .ui-widget-header{border-top:0;border-left:0;border-right:0}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper .ui-editor-path{border:0 none;margin:0;-webkit-box-ordinal-group:3;-moz-box-ordinal-group:3;-ms-box-ordinal-group:3;box-ordinal-group:3;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper .ui-editor-messages{margin:0}.ui-editor-dock-docked-element{margin:0!important;display:block;z-index:1;-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-box-ordinal-group:2;box-ordinal-group:2}.ui-editor-dock-docked .ui-editor-messages{position:fixed;top:0;left:50%;margin:0 -400px 10px;padding:0;text-align:left}.ui-editor-dock-docked .ui-editor-messages .ui-editor-message-wrapper{width:800px}.ui-editor-dock-docked .ui-editor-messages .ui-editor-message-wrapper:first-child{-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0}.ui-editor-embed-button .ui-icon-youtube{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAxlBMVEX////////fNzfaMTHVLCzKISHFGxvvR0flPDzpSEjdMTH4Y2PaKyvtTk7PJibXIyOnLi7lQECkKyvSHR3mPj6eJCSUGhqRFxfqQkL0XFziOTmOFBSBBwehKCiHDQ3PFRWaISGXHR3wVlaECgqqMTGLEBDGHR365eW1ICDaXFz139/LDg7NLi6tNDTSKSnMNzd9AwP1TEy/Fhbwxsbqv7+7EhKzFBS6EBDonZ3akJDkhISxBwf8a2vLIiLPcHD88fH67+/fYGAnLmvBAAAAAXRSTlMAQObYZgAAAJtJREFUeF5Vx0WShFAUBMB631F3afdxd7v/pQaiN5C7BK4mgM3nxAahczfihIgrrfVTqs+qGN2qLMvHwy4tB6sOmWeMIXp7/jI9L8PCYowR0e/3xzVj1gLLiHNOg9OR82iJvBZC0GD/J0Sdo7B93+/78+737AKNK6Uker2UA7fBNlBKPdyos2CLWXI/ksywnr+MzNdoLyZa4HYC/3EAHWTN0A0YAAAAAElFTkSuQmCC\') 0 0}.ui-editor-embed-button:hover .ui-icon-youtube{filter:alpha(opacity=100);opacity:1}.ui-editor-ui-embed .ui-dialog-content .ui-editor-embed-panel-tabs{display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical;height:100%;width:100%}.ui-editor-ui-embed .ui-dialog-content .ui-editor-embed-panel-tabs>div{display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical;-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ui-editor-ui-embed .ui-dialog-content .ui-editor-embed-panel-tabs>div>p:first-child{padding-top:10px}.ui-editor-ui-embed .ui-dialog-content .ui-editor-embed-panel-tabs>div textarea{display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-flex:4;-moz-box-flex:4;-ms-box-flex:4;box-flex:4}.ui-editor-float-left-button .ui-icon-float-left{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS5JREFUeNpi/P//PwMlgImBQsACY1zaIH4A6Bp7dAUzV31jnLHy22YgkxFqIQhf/vfvXymKAQ8eidtra35lYAQqY+FgZWBmZ2X49fk7AxvbX6DsN1+CLlgwn5khMECAwcLiL4OogiIDj6QEw9uLZ4AGfAVJ70BzAQg7ohigrnaP4cEDLoY3bzkYzL6/ZVA34ma4ev07w/sPv0HSHgRdoKICUvgR6IWPDK8evWb49+8iw/1bfxhevwYbsBfNdhC2BkkwwqLRxRhuFgM3HyMDrwAjw8vH/xj2nvuH1WZgIDKgGMDExLQNiz9xYWagASboBpAU/zAXsCCJ7SbCZjaghexAmgOIFUh2AXKyh7GRXTARiI2w2MoKVMwBtRVkOysQHwNiPxQXDFhmotgAgAADAKYzbYynfqX2AAAAAElFTkSuQmCC\') 0 0}.ui-editor-float-left-button:hover .ui-icon-float-left{filter:alpha(opacity=100);opacity:1}.ui-editor-float-none-button .ui-icon-float-none{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAkFBMVEUAAAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAAABAQEAAADRrxbRsBYBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAAAAAAAAAACcegnCrQ6ffgqukQv+/GixkS3duyLhwyfkyizevSNRMDCigDLauC/y41DcuiLrzTTQrhWCYBiObSDErz3r4VvApCt4Vg6dewnDaH3NAAAAGHRSTlMAycfDxcu9v8HYu+DAwIm3uZnRkdDn7LIyy/h+AAAAWklEQVR4Xp2KRwqFMBQAYzfGXmPtvfx//9spgvAWQcRZzgx6gz6dGEDkQ1FWNRBN2/XZCMRvXtZtB4LSfxon6AHTsjVZUQWR5xz2cWfJxYR9eFf2MQnCCH3hAIfwBUXJe8YuAAAAAElFTkSuQmCC\') 0 0}.ui-editor-float-none-button:hover .ui-icon-float-none{filter:alpha(opacity=100);opacity:1}.ui-editor-float-right-button .ui-icon-float-right{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS1JREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzZYRzBaaHcWE4kZGJ8aCe/0sHFAOAoB5d4avXfAwPH4swaGt+ZWAEGsnCwcrAzM7K8Ovzd3sMFwDBWpjNMPrK5b++C94yMwQGCDBYWPxlEFVQZOCRlGB4e/EMAzYDgtFdICr6kUFd7QfDgwdcDG/ecjCYfX/LoG7EzXD1+ncGeyNMAzYiuQDsCmHhf54qKr+BzI9AL3xkePXoNcO/fxcZ7t/6wwDzAyMsGoGBiDWUnQwR4tx8jAy8AowMLx//Y9h95g+GAdvQXIAPM//798+EKBfgAkADMMJgNxE2swEtZAfSHECsQLILkJM9jI3sgolAbITFVlagYg6orSDbWYH4GBD7obhgwDITxQYABBgAdBpg+9sXURwAAAAASUVORK5CYII=\') 0 0}.ui-editor-float-right-button:hover .ui-icon-float-right{filter:alpha(opacity=100);opacity:1}.ui-editor-font-size-inc-button .ui-icon-font-size-inc{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOhJREFUeNpi/P//PwMlgImBQkCxASxgU5gwzJkOpTORBZ2ilzO8+MjFwMIixnBhnTlOF8gD8U8gFoey4UBSyZooLzgD8Umo65xhgsYu5USHgS0QHwfiE1A2TtuxGaAIxL+B+AEQnwFiaagYg6Qi2AAHIP4PpbEa4AHEz4HYAIi/QL3hgSS/H4gfQmlELCAHNBBLQGlksenP7x9l4Bc3YMTnBRWogbZIuBOIZUFyW2b5EQwDVyA+giYPcionSA6U5Jc0yTK8vrUcVQU0L1gB8RMotkKSXoMkXgQT5BM3A+sDYcahn5kAAgwArro7Z1GYijsAAAAASUVORK5CYII=\') 0 0}.ui-editor-font-size-inc-button:hover .ui-icon-font-size-inc{filter:alpha(opacity=100);opacity:1}.ui-editor-font-size-dec-button .ui-icon-font-size-dec{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKxJREFUeNpi/P//PwMlgImBQjAMDGBBMY0Jbp4JEFcAcQcQnwEJpLa/Zfj27SvD+fPnGVhYxBgurDPH6wI9IP4DpRmMXcpJ9oIZELcBcRiaOCjOH0BpnAYoAbE6EE8EYnYgtjq7pxMm5wjE8lAapwFOQLwFiIuB+AQ0PBi2zvYHUQeAmBFKYxoATJWWQOwLxJJAfA6I5YE4FyT+9O5hBiSXwAHjaFKm3ACAAAMA85o8WKYZErQAAAAASUVORK5CYII=\') 0 0}.ui-editor-font-size-dec-button:hover .ui-icon-font-size-dec{filter:alpha(opacity=100);opacity:1}.ui-editor-show-guides-button .ui-icon-pencil{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHZJREFUeNpi/P//PwNFAGQAIyMjDK9BYqNgXHqZ0MSYcFmEyxBGsClMTGS5+t+/fxg2biLGAGTXoBvATGoYkuUFGMDmhd2kGjL4vHCUUi9cIjcpnwPi2UAsBaXPQZPwOXxscD5Cy0xLSbUc3YDnJLue0uwMEGAA2O1APJOrHFQAAAAASUVORK5CYII=\') 0 0}.ui-editor-show-guides-button:hover .ui-icon-pencil{filter:alpha(opacity=100);opacity:1}.ui-editor-ui-show-guides-visible *{outline:1px dashed rgba(0,0,0,0.5)}.ui-editor-undo-button .ui-icon-undo{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAe1JREFUeNrEUzFrFEEU/mazu7d3x8U9g0ROwkHEwrSrNmksJBxok1RRwUIEz0awFStZoqQw5B9ok1jYiRDBwl4PSaFJVLCMMfHWS7zb3ZndGd9ssgdXiVzhwGNnH+/75n3vm2FKKQyzDAy5zKmHLRSKRdiOA6tQgGlZDcrPUme3dcFBEPSLlZQQcZyFTFN8WZiGOUCnVCMRws9/4zD8BwkEFpz7N66c8vQJUbeLNEn+LuEQqxo8jv0716e8/f0UPIp0+n1OTbFLsUF1z+n7boAgA0eRf/em521tdeE4BuYunfa0OYehEMUJ3wt6Fza+7s4EkVwh3DJFLyPgYejfa0576+u/MsZe70g/tX8QRujSHDgXtpTpmOvarkjYrZ97Qg/xUTYDOv3B46U3rcnJMqRUUKaBtsXwzWDYJmfax1y0x07gx/FxfLbckd+1Wj0dYddI8vlcwhp1gcUnr/z55mXvbcfA99WXrVwjMwzGHNs0yiWbVSpFXqtVMTFxkrU+zOt55ENc04N7tvTCP9O86mn76D6cIzDSODYRhhUEnXFguy4/bs6gWr1IubN9F3KShHN8Wn6a3QNtZaFU0lvtZXAUm1LK13Jn5z7Vzw0Q9EmE0NvZDNnpoDw6OuC7voFUs0C19Uzif39MQxP8EWAA91//GdkHdYEAAAAASUVORK5CYII=\') 0 0}.ui-editor-undo-button:hover .ui-icon-undo{filter:alpha(opacity=100);opacity:1}.ui-editor-redo-button .ui-icon-redo{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAd9JREFUeNrEU89LG0EUfjP7KyvEGsRorRhoySGCuSyht0IPgicFQZCcvXsvHoP/Q8FDKZRCpQityKIHvZT2YI6t6MUfCJqQKpt1d7Ozu7N9O9vWhIIUcvDBt/OY4X3z3vfNkjiOoZ+g0GfIyaf46gtQSQJF0wQIvePN5nJiJYS8xmUzDAIz8H1gnQ74npcS3BeubYOm60lqCKQjm/89QhSG0HEcSG6tzo4bAWM1JJntGaE7UNQKcL6EaQkxknQfcS6Imk0GizOTxrvPx7Xf4pvdBAOc85VBnVTLU6OPhx8NZBVZUjmPIYpStNsMGo0I5l8+NT5sfxckggCFAYrFzyaHlo1yoYDdSs2WD9e2A/atC4wFooMkJBT79EqBF88Lxu7eYU0QMN+v5Eey1enSRKF1y6ULFoKFAFUDntMgwpsiDuAEMbgBhydDKmxtH9TRmdWUwPOWSsXi2Fmr7RyfNG6sa9vzbI+FHT+MI3730hbmjIwEcLTxSRSrup5qgH6Wvn39cd76ae9TSndw6wzRQNiSooQxiohjHij4Pqy379PiTMb86wJalL+6ZB+pLK9RSv+x0XddkQfrb9K2VdXssRHZk4M1mRDc6XXWsaw/aT15ibKimN3n5MF/pr4JfgkwANDA599q/NhJAAAAAElFTkSuQmCC\') 0 0}.ui-editor-redo-button:hover .ui-icon-redo{filter:alpha(opacity=100);opacity:1}.ui-editor-hr-button .ui-icon-hr{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXhJREFUeNpi/P//PwMTExMDEmgEYi0gZsSCrwJxNUzhv3//GBixGEA0ABnAgkV8LZqtTFDaF6aAX8KCwdBrA4QDckFq+1sGSUVrBkZGRqKwvEEhg2PyS7BeuAv07AsZXjw4BmJuQLIV5gImJLYrv7g53LlwA8TkLRgCi28wXDzQF/Dr10+G379/M/z58wfoz/9gfUxMrAzMzGwMsnr5DBwcvBgGHABiexBDyTiV4cuXTwxfv35j+PHjB9CQ/0BnszCwsHAysLHxIofVQSB2gBlgnxogAqREiI6B+ikf7ZFdcHD2hjf2X79+Zfj8+TNeF7Cz84K9wMrKdRDZAAcQ8fbJaYYndw4zYAsDHlFjBjZxKwyXwAPx1cMTDIdWxoKY+5BCHo7f31tp8VM9iUFQ0oaBQ9YBYQIoLo1dygmmA2QgIGHJoGhUCtaLLSkfweICVqA6diDNAcQKyJYTlRdAanCJY8sL04HYFM3WM0Acgs0QRlymEwsAAgwAwwCYinucCRoAAAAASUVORK5CYII=\') 0 0}.ui-editor-hr-button:hover .ui-icon-hr{filter:alpha(opacity=100);opacity:1}.ui-editor-wrapper .ui-editor-i18n-select{height:23px;top:-8px;text-align:left}.ui-editor-wrapper .ui-editor-i18n-select .ui-editor-selectmenu-status{font-size:13px;line-height:10px}.ui-editor-selectmenu-menu li a,.ui-editor-selectmenu-status{line-height:12px}.ui-editor-wrapper .ui-editor-i18n-select .ui-editor-selectmenu-item-icon{height:24px;width:24px}.ui-editor-selectmenu-menu .ui-icon.ui-editor-i18n-en,.ui-editor-wrapper .ui-icon.ui-editor-i18n-en{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAflJREFUeNpinDRzn5qN3uFDt16+YWBg+Pv339+KGN0rbVP+//2rW5tf0Hfy/2+mr99+yKpyOl3Ydt8njEWIn8f9zj639NC7j78eP//8739GVUUhNUNuhl8//ysKeZrJ/v7z10Zb2PTQTIY1XZO2Xmfad+f7XgkXxuUrVB6cjPVXef78JyMjA8PFuwyX7gAZj97+T2e9o3d4BWNp84K1NzubTjAB3fH0+fv6N3qP/ir9bW6ozNQCijB8/8zw/TuQ7r4/ndvN5mZgkpPXiis3Pv34+ZPh5t23//79Rwehof/9/NDEgMrOXHvJcrllgpoRN8PFOwy/fzP8+gUlgZI/f/5xcPj/69e/37//AUX+/mXRkN555gsOG2xt/5hZQMwF4r9///75++f3nz8nr75gSms82jfvQnT6zqvXPjC8e/srJQHo9P9fvwNtAHmG4f8zZ6dDc3bIyM2LTNlsbtfM9OPHH3FhtqUz3eXX9H+cOy9ZMB2o6t/Pn0DHMPz/b+2wXGTvPlPGFxdcD+mZyjP8+8MUE6sa7a/xo6Pykn1s4zdzIZ6///8zMGpKM2pKAB0jqy4UE7/msKat6Jw5mafrsxNtWZ6/fjvNLW29qv25pQd///n+5+/fxDDVbcc//P/zx/36m5Ub9zL8+7t66yEROcHK7q5bldMBAgwADcRBCuVLfoEAAAAASUVORK5CYII=\') 0 0}.ui-editor-selectmenu-menu .ui-icon.ui-editor-i18n-zh_CN,.ui-editor-wrapper .ui-icon.ui-editor-i18n-zh_CN{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFqSURBVHjaYrzOwPAPjJgYQEDAleHVbhADIvgHLPgHiQ0QQCxAlkR9NW8sw+cV/1gV/7Gb/hV4+vfzhj8Mv/78//Pn/+/f/8AkhH1t0yaAAAJp4I37zyz2lDfu79uqv/++/WYz+cuq/vvLxt8gdb+A5K9/v34B2SyyskBLAAII5JAva/7/+/z367a/f3/8ZuT9+//Pr78vQUrB6n4CSSj6/RuoASCAWEDO/fD3ddEfhv9/OE3/sKj8/n7k9/fDQNUIs/+DVf8HawAIIJCT/v38C3Hr95N/GDh/f94AVvT7N8RUBpjxQAVADQABBNLw/y/Ifwy/f/399ufTOpDBEPf8g5sN0QBEDAwAAQTWABEChgOSA9BVA00E2wAQQCANQBbEif/AzoCqgLkbbBYwWP/+//sXqBYggFhAkfL7D7OkJFCOCSj65zfUeFjwg8z++/ffX5AGoGKAAGI8jhSRyIw/SJH9D4aAYQoQYAA6rnMw1jU2vQAAAABJRU5ErkJggg==\') 0 0}.ui-editor-image-resize-in-progress{outline:1px dashed rgba(0,0,0,0.5)}.ui-editor-length-button .ui-icon-dashboard{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAhFJREFUeNrEk7tv01AUxr/4kcRO7Fh1HghFgSAeYglDlIfUbGEBhaWoUxFiQWJGMDDyhzB2ZmANYmAoIvQPaIHIkVJjKyWkcdzYSR1zbhSGQhFDB47007333PN9V/cVCcMQ5wkO54wIxe+5q8Rt4gaRW+VsYo9oE1/+ZpAktjKZzL1arXatWCzmFEVhOYzH40m327U7nc7nwWDwhlLbxITN8SsDVvisXq9vtVqtuqZp2XK5HDcMg5vNZlylUon7vq+XSqXLi8WiYJqmTvWfiNkvg8e06gMqLDmOI5AIvV4P8/l8CeuzHMHn8/kcmeiWZQWk6zCD67quP280GuXNdlv4qKrwTk6WwpXoFNVqNTKdTtf6/X7C87wPzOAhrX4nCIK195KEp4aBtxyHKRm4roujozGdwQSO49LYx/7+VzIPeVEUOcsyh+wab9Ge0+SKGW3nhSzj5WiEoWlhMvHolKOIRmVIkgpZVhGPKxAEGdlsIc20zOASz/NSs9lkl4IwJuOJH+CVksDi2APPx0iYIgNlCTNYXy8hmdQkpmUGCfag2u134DgJipKGdqGAR6NjbKdVOAMbQRAiRsaCEKMaHru7XdYutRw95R+Hh0NXVTNIpXQy0KDrOVy8chOb34Z4XcjCMvZoO86p12bbBy7Tsv5dYoc4OAtFFM3BxkZ4xtzOSvvPuE98X7V//oX//ht/CjAAagzmsnB4V5cAAAAASUVORK5CYII=\') 0 0}.ui-editor-length-button:hover .ui-icon-dashboard{filter:alpha(opacity=100);opacity:1}.ui-editor-link-button .ui-icon-link{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAilBMVEX///8EBARUVFRUVFQEBARTU1MqKiwfHx5MTEzGxsZNTU1FRUWAgH8SEhJnZ2fd3d06Ojrg4ODIyMgODg4DAwMSEhLCwsGcnKXExNEvLy+ysrh+foMQEBBBQUEEBATJydeenqcDAwPT09OIiIjj4+OZmZl3d3fU1OPCwsHW1tXq6urr6+va2trGxsaRnmwcAAAAI3RSTlMAimdfRTOWgDXbAGXFj339cv3dAHtC3OP8bt+2cnuA/OMA+Akct2IAAABoSURBVHhetcVZFoIgGAbQ7wcVwyEKtBi01OZh/9urw2EJdV8ufkHmnDHG85RE2a7Wp812GGJtiaqvG1rOXws1dV9BzWKi2/3xfL1pErOCdT6YS2SCdxZdsdtfD8ci1UFnIxGNWUrjHz6V6QhqNdQf6wAAAABJRU5ErkJggg==\') 0 0}.ui-editor-link-button:hover .ui-icon-link{filter:alpha(opacity=100);opacity:1}.ui-editor-unlink-button .ui-icon-unlink{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAA2FBMVEX///8WFhYvLy9LS0sEBAQODg4EBARNTU0DAwNVVVVUVFQtLS1nZ2cfHx46OjoSEhLGxsZTU1OAgH/T09NUVFQEBAQ6OjpMTEwvLy+4uMDCwsEQEBCvr7sSEhIEBAR+foMqKixFRUUEBARDQ0MBAQEBAQG5ucQiIiICAgIODg7Z2dlAQEBMTEwsLCxGRkYAAABPT0/e3t4mJiYqKiopKSlUVFQiIiJJSUkjIyNFRUU5OTkBAQEoKCi/v8zCws+qgFWFZkY7MSbc3Nzj4+Pm5ubOztzU1OTQ0N6IE/7FAAAAQ3RSTlMAAAAAigAAAAAAZwB9gACP2zPF+F9ocjVu39xy40KAtpZlRQBrUPx9AIb8AE8AAAAA/AAAAAAAAAAAAAAA/PwAAAD8PWHlxQAAALtJREFUeF5dzsVWxEAQheHqpGPEPeMWGXfcmQHe/42oC+ewmH95F1UfGWFyhZLQUBHlTvBxOp92gZP/DaN25Esp/ag9ukeUxa5p6qbpxpmHqGgNOtWm6gxahaIokwX1ht16ps3q7rAn9utrg7RxX6Z6KvtjbWJZGHTuuLLtw8P2f/CAWd4uGYNBqCpj5s1NM2cMPd3xc2D4EDDkIWCmj1NgSEHAlGUJDAnEmOfPr+8XxtDr27sQwHDA0GU/2RcVwEV78WkAAAAASUVORK5CYII=\') 0 0}.ui-editor-unlink-button:hover .ui-icon-unlink{filter:alpha(opacity=100);opacity:1}.ui-editor-link-panel .ui-editor-link-menu{height:100%;width:200px;float:left;border-right:1px dashed #d4d4d4;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical}.ui-editor-link-panel .ui-editor-link-menu p{font-weight:bold;margin:12px 0 8px}.ui-editor-link-panel .ui-editor-link-menu fieldset{-webkit-box-flex:2;-moz-box-flex:2;-ms-box-flex:2;box-flex:2;margin:2px 4px;padding:7px 4px;font-size:13px}.ui-editor-link-panel .ui-editor-link-menu fieldset label{display:block;margin-bottom:10px}.ui-editor-link-panel .ui-editor-link-menu fieldset label span{display:inline-block;width:150px;font-size:13px;vertical-align:top}.ui-editor-link-panel .ui-editor-link-menu fieldset,.ui-editor-link-panel .ui-editor-link-wrap fieldset{border:0}.ui-editor-link-panel .ui-editor-link-wrap{margin-left:200px;padding-left:20px;min-height:200px;position:relative}.ui-editor-link-panel .ui-editor-link-wrap.ui-editor-link-loading:after{content:\'Loading...\';position:absolute;top:60px;left:200px;padding-left:20px;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAOXRFWHRTb2Z0d2FyZQBBbmltYXRlZCBQTkcgQ3JlYXRvciB2MS42LjIgKHd3dy5waHBjbGFzc2VzLm9yZyl0zchKAAAAOnRFWHRUZWNobmljYWwgaW5mb3JtYXRpb25zADUuMi4xNzsgYnVuZGxlZCAoMi4wLjM0IGNvbXBhdGlibGUpCBSqhQAAAAhhY1RMAAAACAAAAAC5PYvRAAAAGmZjVEwAAAAAAAAAEAAAABAAAAAAAAAAAAA8A+gAAIIkGDIAAACsSURBVDiNtZLBCcMwDEUfJgOUjhAyQsmp9FA8TgfISj6F4gl66jSdIIf00G9wnLjYKf3w0Qch6Us2fMdVLMYx0haYRZsrMJEegZdiDj3gFFeT54jBiU2mO+XdVvdRyV0OYidVMEAH3AEPHGoboMKwuy+seYqLV9iNTpM90P7S6AQMitXogYnPHSbyz2SAC9HqQVigkW7If90z8FAsctCyvMvKQdpkSOzfxP/hDd++JCi8XmbFAAAAGmZjVEwAAAABAAAAEAAAABAAAAAAAAAAAAA8A+gAABlX8uYAAAC3ZmRBVAAAAAI4jaWQsQ3CQBAEB4cECFGCI1fiAlyFKwARWgSIeqjCNTh0gIjIkBw9gffFSfz74VlpdX/W3Xr3YBmlmIUSmMSoSGHee+CmGsMGaFU/cAecqnVh/95qpg0J/O0gCytgDRzUX4DnryIn5lwO6L7c6fxskRhMwkc4qj+TEcFjC9SqWcsj8x3GhMgu9LHmfUinvgKuYmWWp5BIyEFvBPuUAy9ibzAYgWEhUhQN8BCb2NALKY4q8wCrG7AAAAAaZmNUTAAAAAMAAAAQAAAAEAAAAAAAAAAAADwD6AAA9MEhDwAAAKhmZEFUAAAABDiNY2CgMTgNxTgBExLbh4GB4SCUxgeMcEkcZmBg+A+lcQETqBoTbJI+UM1ku4AiEATFZIEQBoi//kPZxIAAKEaJBYpACAm24wUSBORVGBgYUqA0BtjKAAmHrXg0f4aq+YxuiAQDIiD/Q/k8DAwMdVDMw8DAkIamJo2QCyYjKZ4MtfErlP8VlzeQw2AlkgErkbyBMwzQgRoDA8N+KMapAQDdvyovpG6D8gAAABpmY1RMAAAABQAAABAAAAAQAAAAAAAAAAAAPAPoAAAZC1N1AAAAsWZkQVQAAAAGOI21kkEOgjAURF9YGBbGtYcwLowrwxk8BMcg3XACD9djGJaujKmLTkMRCiXEl0ympYX8+Xz4M62UpIjWR8DI59inDgzg5CkOwEs+YnMFmzhJOdwAK1UAZ+ANfLRewuJ75QAb/kKRvp/HmggVPxHWsAMu8hEN8JRPUdLnt9oP6HTYRc/uEsCVvnlO+wFGFYRJrKPLdU4FU5HCB0KsEt+DxZfBj+xDSo7vF9AbJ9PxYV81AAAAGmZjVEwAAAAHAAAAEAAAABAAAAAAAAAAAAA8A+gAAPSdgJwAAADDZmRBVAAAAAg4jaWSTQrCMBCFP6NIT5AjCF6gJ6jbUnoCL1biDTyF5AAueoZu3LkSrAtHTEJiIn3wmCTz92YILMQ64++BPTDKXQMH4AbcAZQTvAEasTFo4AqcxeowoAFmsSk1s8M+DChRMEnyFFNQAg10sWSFv49cESPUn+RRWFLE8N2DKe2axaIR/sU25eiAi9gUBt6zDzGnFad13nZCgAr/I1UxBdZRUAMPYV2iIETrdGudd28Hqx8FFHCU8wl4xoJeZnUrSRiyCSsAAAAaZmNUTAAAAAkAAAAQAAAAEAAAAAAAAAAAADwD6AAAGe6xwAAAALtmZEFUAAAACjiNpZJBCsIwEEWfpUsPULoSl55Beh4J7nqCHkDceR3pIaSr4Ak8Qq2L/khomlrig+FPhszwJy3EqYCHolq4F6UDBkWnWgbspN+CT7EwMAPuwFM67aUAem/IdIW952jQOeCXg1bN7ZyDNQRvsEkYkgNG+S1XcpHWKwacgatzlLLH2z/8vUJCf5wSaKQxToCVBjSM37jxaluFw+qOXeOgBF4KVzNqNkH3DAfGX7tXnsRREeUD4f8lQGjw+ycAAAAaZmNUTAAAAAsAAAAQAAAAEAAAAAAAAAAAADwD6AAA9HhiKQAAAJ9mZEFUAAAADDiNtZDLCcMwEEQfIUcXoDpCKgg6qIRUEtKB6wg6poDgalyFTj7YBw+2QyRlCc6DYVm0n9FCGQc8JFepWzgBN0WACIxS/NZ8BgYVD8pzA1ogKb5x3xSPyp0a4+YLSe/J4iBH0QF83uCvXKSFq2TBs97KH/Y1ZsdL+3IEgmJt86u0PTAfJlQGdKrprA6ekslBjl76mUYqMgFhpStJaQVr0gAAABpmY1RMAAAADQAAABAAAAAQAAAAAAAAAAAAPAPoAAAZshBTAAAAu2ZkQVQAAAAOOI21kCEOwkAQRR8rKkkFCtmjkJ4ARTgBArViT4LjLJwBgUZUr8NBQlrR38Am3XYEvOTnT7PzuzO7IE8BHFWfgNdELwBLYCMH8EAr+VzIyUvgBlzkZaZ/D1zlCfXXba2+C93sVaNwK08ogUaHzcQEu9wE0O9e83kDEw7YAhG4K/ww5CoJFB52j8bwU6rcTLOJYYWo2kKywk9Zz5yvgCAfDb9nfhLoHztYJzhIpgnGOEv/owMnkSfarUXVlAAAAABJRU5ErkJggg==\') no-repeat left center}.ui-editor-link-panel .ui-editor-link-wrap h2{margin:10px 0 0}.ui-editor-link-panel .ui-editor-link-wrap fieldset{margin:2px 4px;padding:7px 4px;font-size:13px}.ui-editor-link-panel .ui-editor-link-wrap fieldset input[type=text]{width:400px}.ui-editor-link-panel .ui-editor-link-wrap fieldset.ui-editor-external-href{width:365px}.ui-editor-link-panel .ui-editor-link-wrap fieldset.ui-editor-link-email label{display:inline-block;width:115px}.ui-editor-link-panel .ui-editor-link-wrap fieldset.ui-editor-link-email input{width:340px}.ui-editor-link-panel .ui-editor-link-wrap ol li{list-style:decimal inside}.ui-editor-link-panel .ui-editor-link-wrap .ui-editor-link-panel .ui-editor-link-wrap fieldset #ui-editor-link-external-target{vertical-align:middle}.ui-editor-link-error-message div{padding:0 .7em}.ui-editor-link-error-message div p{margin:0}.ui-editor-link-error-message div p .ui-icon{margin-top:2px;float:left;margin-right:2px}.ui-editor-list-unordered-button .ui-icon-list-unordered{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMlJREFUeNpi/P//PwNFAGQAIyNjGBCvgdIMxGKQXhaoORFlZWWBXV1dTED2KqjYGiBmRMJMaOwrQFwOc0EEEG+A0iS5gBFEMDExkeX9f//+MTAxUAhgBsQC8U4oTRKABWJ8Rkae84wZk5iB7MVQsW1IAYYLW8MCMRGID0Bp+gYiC46EhTPR4QrEdCA+A6VJT8pAcDMsLB3EuAniQP14BIiPAfEJID4FxGehqe8OED8B4vVgvVADioH4GZTGGWhYvUtpbqQ4JQIEGABjeFYu055ToAAAAABJRU5ErkJggg==\') 0 0}.ui-editor-list-unordered-button:hover .ui-icon-list-unordered{filter:alpha(opacity=100);opacity:1}.ui-editor-list-ordered-button .ui-icon-list-ordered{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM1JREFUeNpi/P//PwNFAGQAIyNjIxCvAWJBIGYgFoP0skDNqQfidUDMiGT2GigfhpnQ2FeAuJwFSQMTmuNCiPEBTFMblF1CahAwgvzBxMREVvj9+/cP7oIuIN4Bpcl2gRMQJwFxDFRuG1KAYcVAF1jDojEBiGcAsQSp0QjzgiEQawLxSiibNoGInmqRE9J0IJaEYnNSXAAzYC4QNwJxIJLcEbRAYwZidiDmgOLTYPVIzgJpPgD2F45Aw+olqAFrgfg5EBeTagAjpdkZIMAAg/ZGwsH5qkAAAAAASUVORK5CYII=\') 0 0}.ui-editor-list-ordered-button:hover .ui-icon-list-ordered{filter:alpha(opacity=100);opacity:1}.ui-editor-paste-panel-tabs{height:100%;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ui-editor-paste .ui-tabs a{outline:0}.ui-editor-paste-panel-tabs{position:relative;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical}.ui-editor-paste-panel-tabs>div{overflow:auto;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #c2c2c2;border-top:0}.ui-editor-paste-panel-tabs>div>textarea.ui-editor-paste-area{-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1;display:-webkit-box;display:-moz-box;display:-ms-box;display:box}.ui-editor-paste-panel-tabs>div>textarea,.ui-editor-paste-panel-tabs>div>.ui-editor-paste-area{border:0;padding:2px}.ui-editor-raptorize-button .ui-icon-raptorize{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAABDlBMVEX///9NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU0Y/iVtAAAAWXRSTlMA/v1mTvW+WQFF+nGpsyPlDhXL1GvZHduk48LslL2a7tadwee772kEfqD8+OGCXWJ2+bQ9pt7xCme4iQU4iNH0mCEPEd82Ocxj4De2HoMaq3MHZJsDeGwCG8H1fioAAAC1SURBVHheNchFlsMwEADRlmRkSDKmMDMMMjMz9P0vkifLrl194F3NW0qtugV5Wt1FHpnloGKRmr3TK96YDjiMxFGCONngcJ1De4GNDJqhvd2VkbzsY+eDw2efMTYsjRFxd4+DZx6ajC1xhXTTB560EyfWASJW2FEG3vGJElZOz4xzH6QLKLqMgpvbu3sxD+4jPBFJe05fBby9ly0S6ADxl4BviGjp5xd0Of0TUqaUEPs/kR1YA96IIUDtx93SAAAAAElFTkSuQmCC\') 0 0}.ui-editor-raptorize-button:hover .ui-icon-raptorize{filter:alpha(opacity=100);opacity:1}.ui-editor-save-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVNJREFUeNqkU71ugzAQPowtwdAdqRLK3odg6161a+cukZonoGrElgWWDqhb16oP0AfoytStirows0QRMj/unQsohAQi5aTD5vju4/Pd2VBKwTnG6cEYe8bl6s73P09Jel8ur3H5ruv6CUiBYRgfQRAosnrCyQhLOZTLG1ImpYQSA1VVjf7dNE0gLOV0R6AXlAMSk4uiGCUQ6ITdJzDpz0SQTxAoxlqVZo+gLEuQyDxFwIQAwg4IiPV3vYbL2WyUgDBHFbxG0Um9t237sIIkSeDYYGHbur3neQMCTgqoRWEYDToh8NyLxSO4rgtpmrY14D0CUsA5h80mh/n8QQdXq7CTTN/ILMtqa9AjEDjOGrTdSnAcRwdpr1unzB5BMweiGwY8tx/H8U+WZbmUSoPJlfr3NrZLgDkXujbNXaD9DfoLAt8OFRHPfb8X+sLcW+Pc6/wnwABHMdnKf4KT4gAAAABJRU5ErkJggg==\') 0 0}.ui-editor-save-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-cancel-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAtFBMVEX///+nAABhAACnAACjAACCAACgAACHAACjAAByAAB1AAByAACDAACnAACCAACHAACgAACNAACbAACXAACMAACSAABfAACYAACRAACjAACbAAChAACqAACNAACcAACHAACqAADEERGsERHQERG+NjaiERHUTEzYERG4ERGlFBSfFRX/d3f6cnK0JSWoHh7qYmLkXFyvFRXmXl7vZ2fNRUX4cHDXT0/+dnbbU1O3Li7GPT26MTG2f8oMAAAAIXRSTlMASEjMzADMzAAASMxIAMwAAMzMzEjMzEhISABIzABISEg/DPocAAAAj0lEQVR4Xo3PVw6DMBBF0RgXTO+hBYhtILX3sv99RRpvgPcxVzp/M5syb7lYepxDABDeYcQ5wg+MAMhr3JOyJKfxTABqduuvjD37O6sBwjZ+f76/7TFuQw1VnhyGYZPklYagKbKLlDIrmkBDGq1hUaqhM4UQJpwOwFdK+a4LAbCdlWNTCgGwjLlhUQqZ8uofSk8NKY1Fm8EAAAAASUVORK5CYII=\') 0 0}.ui-editor-cancel-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-wrapper .ui-editor-selectmenu .ui-editor-selectmenu-button .ui-icon{text-align:left}.ui-editor-wrapper .ui-editor-selectmenu .ui-editor-selectmenu-button .ui-editor-selectmenu-text{font-size:13px;line-height:22px}.ui-editor-selectmenu-menu li a,.ui-editor-selectmenu-status{line-height:12px}.ui-editor-wrapper [data-title]:after{opacity:0;content:attr(data-title);display:block;position:absolute;top:100%;font-size:12px;font-weight:normal;color:white;padding:11px 16px 7px;white-space:nowrap;text-shadow:none;overflow:visible;z-index:1000;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none;-webkit-border-radius:9px 9px 2px 2px;-moz-border-radius:9px 9px 2px 2px;-ms-border-radius:9px 9px 2px 2px;-o-border-radius:9px 9px 2px 2px;border-radius:9px 9px 2px 2px;-webkit-transition:opacity .23s;-webkit-transition-delay:0s;-moz-transition:opacity .23s 0s;-o-transition:opacity .23s 0s;transition:opacity .23s 0s;background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI1cHgiIHN0b3AtY29sb3I9InJnYmEoNDAsIDQwLCA0MCwgMCkiLz48c3RvcCBvZmZzZXQ9IjZweCIgc3RvcC1jb2xvcj0iIzI4MjgyOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\'),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(5px,rgba(40,40,40,0)),color-stop(6px,#282828),color-stop(100%,#282828)),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:-webkit-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:-moz-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:-o-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0}.ui-editor-wrapper [data-title]:hover:after{opacity:1}.ui-editor-wrapper .ui-editor-select-element{position:relative}.ui-editor-wrapper .ui-editor-select-element:after{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI1cHgiIHN0b3AtY29sb3I9InJnYmEoNDAsIDQwLCA0MCwgMCkiLz48c3RvcCBvZmZzZXQ9IjZweCIgc3RvcC1jb2xvcj0iIzI4MjgyOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\'),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(5px,rgba(40,40,40,0)),color-stop(6px,#282828),color-stop(100%,#282828)),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:-webkit-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:-moz-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:-o-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0}.ui-editor-unsaved-edit-warning{position:fixed;bottom:0;right:0;height:30px;line-height:30px;border-radius:5px 0 0 0;border:1px solid #d4d4d4;padding-right:7px;background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWNiZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fffff2),color-stop(100%,#edecbd));background:-webkit-linear-gradient(top,#fffff2,#edecbd);background:-moz-linear-gradient(top,#fffff2,#edecbd);background:-o-linear-gradient(top,#fffff2,#edecbd);background:linear-gradient(top,#fffff2,#edecbd);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s;filter:alpha(opacity=0);opacity:0}.ui-editor-unsaved-edit-warning .ui-icon{display:inline-block;float:left;margin:8px 5px 0 5px}.ui-editor-unsaved-edit-warning-visible{filter:alpha(opacity=100);opacity:1}.ui-editor-unsaved-edit-warning-dirty{outline:1px dotted #aaa;background-image:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAQMAAAC2MCouAAAABlBMVEUAAACfn5/FQV4CAAAAAnRSTlMAG/z2BNQAAABPSURBVHhexc2xEYAgEAXRdQwILYFSKA1LsxRKIDRwOG8LMDb9++aO8tAvjps4qXMLaGNf5JglxyyEhWVBXpAfyCvyhrwjD74OySfy8dffFyMcWadc9txXAAAAAElFTkSuQmCC\')!important}.ui-editor-view-source-button .ui-icon-view-source{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKtJREFUeNpi/P//PwMlgImBQkCxAQwgLzAyMqLjMCCehsSfBhVDUQf2PhYDIoB4JhCLIYmJQcUiCBkQBcRzgFgci6vEoXJRuAyIAeIFODQjG7IAqhbFAAMg3gOlGQhguFp0FyQC8UoglgTx0QFUjSRUTSKuMEgG4nUghVgMkITKJROKhXQg3gbUI42kXxokBpUjGI0gDYVAfBzJABC7EFs6YBz6eYFiAwACDAADJlDtLE22CAAAAABJRU5ErkJggg==\') 0 0}.ui-editor-view-source-button:hover .ui-icon-view-source{filter:alpha(opacity=100);opacity:1}.ui-editor-ui-view-source .ui-editor-ui-view-source-dialog{overflow:auto}.ui-editor-ui-view-source-plain-text{height:100%;width:100%;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical}.ui-editor-ui-view-source-dialog textarea{white-space:pre-line;width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical;-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.cms-white{color:#fff}.cms-black{color:#000}.cms-blue{color:#4f81bd}.cms-red{color:#c0504d}.cms-green{color:#9bbb59}.cms-purple{color:#8064a2}.cms-orange{color:#f79646}.cms-grey{color:#999}</style>').appendTo('head');
368
+ jQuery('<style type="text/css">.ui-editor-wrapper{overflow:visible;z-index:1001;position:fixed}.ui-editor-wrapper .ui-editor-toolbar{padding:6px 0 0 5px;overflow:visible}.ui-editor-wrapper .ui-editor-toolbar,.ui-editor-wrapper .ui-editor-toolbar *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.ui-editor-wrapper .ui-dialog-titlebar .ui-editor-element-path:first-child{margin-left:5px}.ui-editor-wrapper .ui-dialog-titlebar .ui-editor-element-path{min-width:10px;min-height:15px;display:inline-block}.ui-editor-dock-docked-to-element .ui-editor-toolbar{padding:5px 0 0 5px!important}.ui-editor-dock-docked-to-element .ui-editor-toolbar .ui-editor-group{margin:0 5px 5px 0}.ui-editor-dock-docked-element{display:block!important;border:0 none transparent;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ui-editor-wrapper textarea,.ui-editor-wrapper input{padding:5px}.ui-editor-wrapper .ui-dialog-content{font-size:13px}.ui-editor-wrapper textarea{display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1}html body div.ui-dialog div.ui-dialog-titlebar a.ui-dialog-titlebar-close span.ui-icon{margin-top:0!important}.ui-editor-editing{outline:0}.ui-editor-wrapper textarea,.ui-editor-wrapper input{border:1px solid #d4d4d4}.ui-editor-wrapper .ui-dialog-content{font-size:13px}html body div.ui-wrapper div.ui-dialog-titlebar a.ui-dialog-titlebar-close span.ui-icon{margin-top:0!important}.ui-editor-path{padding:5px;font-size:13px}.ui-editor-selectmenu{overflow:visible;position:relative}.ui-editor-selectmenu-button{text-align:left;padding:3px 18px 5px 5px!important;float:none!important}.ui-editor-selectmenu-button .ui-icon{position:absolute;right:1px;top:8px}.ui-editor-selectmenu-button .ui-editor-selectmenu-text{font-size:13px}.ui-editor-selectmenu-wrapper{position:relative}.ui-editor-selectmenu-button .ui-button-text{padding:0 25px 0 5px}.ui-editor-selectmenu-button .ui-icon{background-repeat:no-repeat}.ui-editor-selectmenu-menu{position:absolute;top:100%;left:0;right:auto;display:none;margin-top:-1px!important}.ui-editor-selectmenu-visible .ui-editor-selectmenu-menu{display:block;z-index:1}.ui-editor-selectmenu-menu-item{padding:5px;margin:3px;z-index:1;text-align:left;font-size:13px;font-weight:normal!important;border:1px solid transparent;cursor:pointer;background-color:inherit}.ui-editor-selectmenu-button{background:#f5f5f5;border:1px solid #ccc}.ui-editor-buttonset .ui-editor-selectmenu-visible .ui-editor-selectmenu-button{-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0}.ui-editor-buttonset{float:left;margin:0 5px 4px 0;display:inline-block}.ui-editor-buttonset>.ui-button{float:left;display:block;margin:0 -1px 0 0;font-size:13px}.ui-editor-buttonset .ui-button:hover{z-index:1}.ui-editor-buttonset .ui-editor-selectmenu{display:block}.ui-editor-buttonset .ui-editor-selectmenu .ui-button{margin:0 -1px 0 0}.ui-editor-ff .ui-editor-buttonset{float:none;vertical-align:top}.ui-editor-wrapper .ui-button{height:32px;margin-bottom:0;margin-top:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ui-editor-wrapper .ui-button-icon-only{width:32px}.ui-editor-wrapper .ui-editor-buttonset>.ui-button{-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}.ui-editor-wrapper .ui-editor-buttonset>.ui-button:first-child{-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px}.ui-editor-wrapper .ui-editor-buttonset>.ui-button:last-child{-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px}.ui-button-icon-only .ui-button-text{display:none}.ui-editor-unsupported{position:relative}.ui-editor-unsupported-overlay{position:fixed;top:0;left:0;bottom:0;right:0;background-color:black;filter:alpha(opacity=50);opacity:.5}.ui-editor-unsupported-content{position:fixed;top:50%;left:50%;margin:-200px 0 0 -300px;width:600px;height:400px}.ui-editor-unsupported-input{position:absolute;bottom:10px}.ui-editor-unsupported-content{padding:10px;background-color:white;border:1px solid #777}.ui-editor-messages{margin:0}.ui-editor-messages .ui-editor-message-close{cursor:pointer;float:right}.ui-editor-messages .ui-icon{margin:0 0 3px 3px}.ui-editor-messages .ui-icon,.ui-editor-messages .ui-editor-message{display:inline-block;vertical-align:top}.ui-editor-messages .ui-editor-message-wrapper{padding:3px 3px 3px 1px;-webkit-box-shadow:inset 0 -1px 1px rgba(0,0,0,0.35),inset 0 1px 2px rgba(255,255,255,0.5);-moz-box-shadow:inset 0 -1px 1px rgba(0,0,0,0.35),inset 0 1px 2px rgba(255,255,255,0.5);box-shadow:inset 0 -1px 1px rgba(0,0,0,0.35),inset 0 1px 2px rgba(255,255,255,0.5)}.ui-editor-messages .ui-editor-message-wrapper:first-child{-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px}.ui-editor-messages .ui-editor-message-wrapper:last-child{-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px}.ui-editor-messages .ui-editor-message-circle-close{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNWQ0YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhMWMxYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ff5d4b),color-stop(100%,#fa1c1c));background:-webkit-linear-gradient(top,#ff5d4b,#fa1c1c);background:-moz-linear-gradient(top,#ff5d4b,#fa1c1c);background:-o-linear-gradient(top,#ff5d4b,#fa1c1c);background:linear-gradient(top,#ff5d4b,#fa1c1c)}.ui-editor-messages .ui-editor-message-circle-check{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkZWI4ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E1Yzk1NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#cdeb8e),color-stop(100%,#a5c956));background:-webkit-linear-gradient(top,#cdeb8e,#a5c956);background:-moz-linear-gradient(top,#cdeb8e,#a5c956);background:-o-linear-gradient(top,#cdeb8e,#a5c956);background:linear-gradient(top,#cdeb8e,#a5c956)}.ui-editor-messages .ui-editor-message-info{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5ZTRmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBmYjRlNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#a9e4f7),color-stop(100%,#0fb4e7));background:-webkit-linear-gradient(top,#a9e4f7,#0fb4e7);background:-moz-linear-gradient(top,#a9e4f7,#0fb4e7);background:-o-linear-gradient(top,#a9e4f7,#0fb4e7);background:linear-gradient(top,#a9e4f7,#0fb4e7)}.ui-editor-messages .ui-editor-message-alert{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDY1ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlYmYwNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ffd65e),color-stop(100%,#febf04));background:-webkit-linear-gradient(top,#ffd65e,#febf04);background:-moz-linear-gradient(top,#ffd65e,#febf04);background:-o-linear-gradient(top,#ffd65e,#febf04);background:linear-gradient(top,#ffd65e,#febf04)}.ui-editor-messages .ui-editor-message-clock{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiODNmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5M2NlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fb83fa),color-stop(100%,#e93cec));background:-webkit-linear-gradient(top,#fb83fa,#e93cec);background:-moz-linear-gradient(top,#fb83fa,#e93cec);background:-o-linear-gradient(top,#fb83fa,#e93cec);background:linear-gradient(top,#fb83fa,#e93cec)}.ui-editor-messages .ui-editor-message-clock .ui-icon.ui-icon-clock{background:transparent url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAOXRFWHRTb2Z0d2FyZQBBbmltYXRlZCBQTkcgQ3JlYXRvciB2MS42LjIgKHd3dy5waHBjbGFzc2VzLm9yZyl0zchKAAAAOnRFWHRUZWNobmljYWwgaW5mb3JtYXRpb25zADUuMi4xNzsgYnVuZGxlZCAoMi4wLjM0IGNvbXBhdGlibGUpCBSqhQAAAAhhY1RMAAAACAAAAAC5PYvRAAAAGmZjVEwAAAAAAAAAEAAAABAAAAAAAAAAAAA8A+gAAIIkGDIAAACsSURBVDiNtZLBCcMwDEUfJgOUjhAyQsmp9FA8TgfISj6F4gl66jSdIIf00G9wnLjYKf3w0Qch6Us2fMdVLMYx0haYRZsrMJEegZdiDj3gFFeT54jBiU2mO+XdVvdRyV0OYidVMEAH3AEPHGoboMKwuy+seYqLV9iNTpM90P7S6AQMitXogYnPHSbyz2SAC9HqQVigkW7If90z8FAsctCyvMvKQdpkSOzfxP/hDd++JCi8XmbFAAAAGmZjVEwAAAABAAAAEAAAABAAAAAAAAAAAAA8A+gAABlX8uYAAAC3ZmRBVAAAAAI4jaWQsQ3CQBAEB4cECFGCI1fiAlyFKwARWgSIeqjCNTh0gIjIkBw9gffFSfz74VlpdX/W3Xr3YBmlmIUSmMSoSGHee+CmGsMGaFU/cAecqnVh/95qpg0J/O0gCytgDRzUX4DnryIn5lwO6L7c6fxskRhMwkc4qj+TEcFjC9SqWcsj8x3GhMgu9LHmfUinvgKuYmWWp5BIyEFvBPuUAy9ibzAYgWEhUhQN8BCb2NALKY4q8wCrG7AAAAAaZmNUTAAAAAMAAAAQAAAAEAAAAAAAAAAAADwD6AAA9MEhDwAAAKhmZEFUAAAABDiNY2CgMTgNxTgBExLbh4GB4SCUxgeMcEkcZmBg+A+lcQETqBoTbJI+UM1ku4AiEATFZIEQBoi//kPZxIAAKEaJBYpACAm24wUSBORVGBgYUqA0BtjKAAmHrXg0f4aq+YxuiAQDIiD/Q/k8DAwMdVDMw8DAkIamJo2QCyYjKZ4MtfErlP8VlzeQw2AlkgErkbyBMwzQgRoDA8N+KMapAQDdvyovpG6D8gAAABpmY1RMAAAABQAAABAAAAAQAAAAAAAAAAAAPAPoAAAZC1N1AAAAsWZkQVQAAAAGOI21kkEOgjAURF9YGBbGtYcwLowrwxk8BMcg3XACD9djGJaujKmLTkMRCiXEl0ympYX8+Xz4M62UpIjWR8DI59inDgzg5CkOwEs+YnMFmzhJOdwAK1UAZ+ANfLRewuJ75QAb/kKRvp/HmggVPxHWsAMu8hEN8JRPUdLnt9oP6HTYRc/uEsCVvnlO+wFGFYRJrKPLdU4FU5HCB0KsEt+DxZfBj+xDSo7vF9AbJ9PxYV81AAAAGmZjVEwAAAAHAAAAEAAAABAAAAAAAAAAAAA8A+gAAPSdgJwAAADDZmRBVAAAAAg4jaWSTQrCMBCFP6NIT5AjCF6gJ6jbUnoCL1biDTyF5AAueoZu3LkSrAtHTEJiIn3wmCTz92YILMQ64++BPTDKXQMH4AbcAZQTvAEasTFo4AqcxeowoAFmsSk1s8M+DChRMEnyFFNQAg10sWSFv49cESPUn+RRWFLE8N2DKe2axaIR/sU25eiAi9gUBt6zDzGnFad13nZCgAr/I1UxBdZRUAMPYV2iIETrdGudd28Hqx8FFHCU8wl4xoJeZnUrSRiyCSsAAAAaZmNUTAAAAAkAAAAQAAAAEAAAAAAAAAAAADwD6AAAGe6xwAAAALtmZEFUAAAACjiNpZJBCsIwEEWfpUsPULoSl55Beh4J7nqCHkDceR3pIaSr4Ak8Qq2L/khomlrig+FPhszwJy3EqYCHolq4F6UDBkWnWgbspN+CT7EwMAPuwFM67aUAem/IdIW952jQOeCXg1bN7ZyDNQRvsEkYkgNG+S1XcpHWKwacgatzlLLH2z/8vUJCf5wSaKQxToCVBjSM37jxaluFw+qOXeOgBF4KVzNqNkH3DAfGX7tXnsRREeUD4f8lQGjw+ycAAAAaZmNUTAAAAAsAAAAQAAAAEAAAAAAAAAAAADwD6AAA9HhiKQAAAJ9mZEFUAAAADDiNtZDLCcMwEEQfIUcXoDpCKgg6qIRUEtKB6wg6poDgalyFTj7YBw+2QyRlCc6DYVm0n9FCGQc8JFepWzgBN0WACIxS/NZ8BgYVD8pzA1ogKb5x3xSPyp0a4+YLSe/J4iBH0QF83uCvXKSFq2TBs97KH/Y1ZsdL+3IEgmJt86u0PTAfJlQGdKrprA6ekslBjl76mUYqMgFhpStJaQVr0gAAABpmY1RMAAAADQAAABAAAAAQAAAAAAAAAAAAPAPoAAAZshBTAAAAu2ZkQVQAAAAOOI21kCEOwkAQRR8rKkkFCtmjkJ4ARTgBArViT4LjLJwBgUZUr8NBQlrR38Am3XYEvOTnT7PzuzO7IE8BHFWfgNdELwBLYCMH8EAr+VzIyUvgBlzkZaZ/D1zlCfXXba2+C93sVaNwK08ogUaHzcQEu9wE0O9e83kDEw7YAhG4K/ww5CoJFB52j8bwU6rcTLOJYYWo2kKywk9Zz5yvgCAfDb9nfhLoHztYJzhIpgnGOEv/owMnkSfarUXVlAAAAABJRU5ErkJggg==\') no-repeat center center}.ui-editor-align-left-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAItJREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzYWEzQfHlf//+lYL0McK8ADSAJJuBBqC6AAjWYrEN2VYPbAZR1QUb0WxEZmPD1lR3wTYCttpSJQxg6mE0sgt2E/AzCLMBMTsQcwCxAskuQE722FwwEYiNsNjKClR8EUjH4w2DActMFBsAEGAAnS84DrgEl1wAAAAASUVORK5CYII=\') 0 0}.ui-editor-align-left-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-align-right-button .ui-icon{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIxJREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzYWEzQfHlf//+lYL0McK8ADSAJJuBBqC6AAvYjGYrMhuEHanugo0EbETH1jQPg714bGcGYhOqu2A3AT+DMBvQQnYgzQHECiS7ADnZw9j4wmA61J+sQMUcUFtBtrMC8TEg9kNxwYBlJooNAAgwAJo0OAu5XKT8AAAAAElFTkSuQmCC\') 0 0}.ui-editor-align-right-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-align-center-button .ui-icon{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAI1JREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzYWEzQfHlf//+lYL0McK8ADSAJJuBBqC6AAlswGErjO2KrJiqLtiIw0Zc2JpmYbCTgM2WFIUBTD2MRnbBbgI2gzAbELMDMQcQK5DsAuRkj80FMDAFiI2RbGUFKuaA2noGiEOwhsGAZSaKDQAIMAB/BzgOq8akNwAAAABJRU5ErkJggg==\') 0 0}.ui-editor-align-center-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-align-justify-button .ui-icon{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJFJREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzYWEzQfHlf//+lYL0McK8ADSAJJuBBqC6AAjWYrEN2VZkNgg7Ut0FGwnYiI6tqe6CbUTYCsPMQGxCdRfsJsJmNqCF7ECaA4gVSHYBcrKHsZFdMBGIjbDYygpUzAG1FWQ7KxAfA2I/FBcMWGai2ACAAAMAvPA4C7ttvJ4AAAAASUVORK5CYII=\') 0 0}.ui-editor-align-justify-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-bold-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKRJREFUeNpi/P//PwMlgImBQjDwBrCgmMbEpA2kGnGofQ3E9UD86t+/fzhdcBWIpwExMxQ3AHEIEK8BYgkgdsLrAih4A8SsaBYwQcWYiDGAEcmAbiwuJBiIIAPYoLgfiMuBeBmUXwHEXIQMYEIy4BUQXwDiy1C+HBBrEPKCDBCzwwwDpVRGRkZksU8ozkVOykCFVkBqOZ5oB3lpAoqe0bzAABBgANfuIyxmXKp/AAAAAElFTkSuQmCC\') 0 0}.ui-editor-text-bold-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-italic-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH1JREFUeNpi/P//PwMlgImBQjDwBrBgmMgEN1MbiBvRpOv//ft3FUUEFIjImJGRERnrAPF6IO6BiaGrZyLCi6xAvJDcMLAA4j9AfJlcA/yBeCe5sWAExAJAfIKkWIAFJBAUATE7kM+M143ooQoEVkD8EA1b4Yy10bzAABBgAC7mS5rTXrDAAAAAAElFTkSuQmCC\') 0 0}.ui-editor-text-italic-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-underline-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKZJREFUeNpi/P//PwMlgImBQkCxASwopjExhQGpMCSheijdiCz279+/q3AeKAxgmJGREYSdgHgdlIaJ6SCLIevB5oXXUJe9RhK7gkUMZxgwAjEzlEYG2MRwGsCKRTErKQawYFHMQqwBn6G2qSCJGULFPmPYhpwSgdEIY6YCcTKa2rlAPBvEAEYjdgNAUYRMowOYWmQ9LFjUPSGQP2RwemFoZiaAAAMAlEI7bVBRJkoAAAAASUVORK5CYII=\') 0 0}.ui-editor-text-underline-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-strike-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAL5JREFUeNpi/P//PwMlgImBQkCxASwopjHBzbMB4nQg5oTyrwKxNhAXAfGjf//+EXRBFhC/BOI0KAapYwZpxusCJPASquEdlD8FiHWwKWREjgUkL4gDcQ0QfwfiXqiBcIDsBXQD9hATcEADXOAckAEwzMjIiI4lgHgiEM8GYkmYOLIeXAZ4I2sA4vlQjGEArkBsAeJzQAUVYH8yMnIAKTmC6QAaHhpALALEPCBDoOJfgFQ5wVgYmnmBYgMAAgwAEGZWNyZpBykAAAAASUVORK5CYII=\') 0 0}.ui-editor-text-strike-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-sub-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKZJREFUeNpi/P//PwMlgImBQjDwBrDATWJCMWs6lM7Ep/nfv39YXSAPxL+AWALKJtkLLkB8EohZoWySDbAH4uNQQ+xJNUAJiH8DMT8QPwZiWagYDEwA4v1QGgJACQmEGRkZQTgXiI+i4VyoHAy7AfEaEBucCNEM2AzEKkiKu6BiYMuAdAYQLwZiKQwDgGAVED+E0iBgBeUjiy1HErMCWzyaFxgAAgwA5Gw9vTeiCqoAAAAASUVORK5CYII=\') 0 0}.ui-editor-text-sub-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-super-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALdJREFUeNpi/P//PwMlgImBQjDwBrCgmMaEYt50KJ0JpRuBWBuIrwJx/b9///C6QB6IfwGxBJQNAvVAPAkqRtALLkB8EohZoWwQiAbiICCuI8YAeyA+DjXEHiqmD8SaQLwIysYMAyhQAuLfQMwPxI+B2AkqVkZsLHgDsQYQTwXiVCBmg4phB6CUCMOMjIwgvBmIVaBsEO6CijEgY5geFAOAYBUQP4TSIGAF5SOLoVjMOJoXGAACDACTRz3jjn6PnwAAAABJRU5ErkJggg==\') 0 0}.ui-editor-text-super-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-quote-block-button .ui-icon-quote{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGVJREFUeNpi/P//PwMlgImBQjAcDWBhYZEA4r1AHA/EKHxiXQBS+BKIF+LgEzTAG4h3I0UvOh+/AUCFbECcDmROA2lC5mMzgAWLGDuUtsTBJ+iFeUDMC6Wx8VEA42hSptwAgAADAO3wKLgntfGkAAAAAElFTkSuQmCC\') 0 0}.ui-editor-quote-block-button:hover .ui-icon-quote{filter:alpha(opacity=100);opacity:1}.ui-editor-clean-button .ui-icon-clean{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAABNVBMVEUAAAAAAAAgSocgSocgPnAAAABxcXFPT09YWFggSocgSocoToUbPXgSN3kyYZw0ZqT///8iUZkgSoc1Z6UiUJaJrNkwXpZIeLiOvO03a6s4b7JekNUjUpqCp9eNr9pSjeAwX5g2aqquxuV8otPB1euOsNv8/f6gveFgkdVnkMmbuuVfk9lkk9fK3Pbs8vmWtd5Vjs98odCHqNWkv+Jzms6Qt+xnmNuzyudVidS90u6hwe5mmuQtXKCow+OqxepNg82Xtd3C1Ox0m89vl8x3oNl4n9NSjuDi7PqlxO+MtOyWtt2fwO60y+dUjt5zm8/L2+9qneT3+f7g6/qDrelRi95snuWowuSfvOGPr9uwyeqRsdqUs9qat92OrtmDptN5ns9Rh8hqk8uXuehwnt1vl83e6vmZu+gBAK69AAAADXRSTlMbAKM01gogSSmAy7W1OP1GaAAAAM1JREFUeF5VzNN2A1EAQNE7TIrrsSe0Udu2zf//hHZWk672PO6HAySR/UmUwBjT9XyzeJlZuGpe60wE474TxxghhHEcOz4DzLcxRoZhJGT/AOcoiiKEOE9AZEGw291fOcpNdZeD74fEqKZ5lFLP0+YplIDAzBfXrTQKNyW3bEIhgV51QD5fyVv1fQir0zOzcxfW4tLaCGqkHoYWWR/BxubW9k5/7+PgcAjZ8JicnJKz82wC6gRstTu3d/cPj0/PcFIF6ZQMf5NTaaCAfylf1j4ecCeyzckAAAAASUVORK5CYII=\') 0 0}.ui-editor-clean-button:hover .ui-icon-clean{filter:alpha(opacity=100);opacity:1}.ui-editor-clear-formatting-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wGGxcPH7KJ9wUAAAEKSURBVDjL3ZG9SgNBFIW/I76D1RIEazEIFitWNguxUPANUkUIKG4jYiEBC7WwUFJZiNssFvoOFipMFx/AoIVVEAvxB7w2MyBhV5Iq4IHLPecy9zBzBv4nJLUltQc5O1awXAE+gAnPhzMAFoE7YNzzoQ0WgBvg1vPBDSRNAl9m9gC4ebPpc+jkkADkkOTggi4KryFpV9KMpHgfXr/T1DJwGWxn4IIuM7iQdB1qDu73oPder9spuNDPYLZoeUrSZd9saQUej6DzUqvZCbhj2Pjr+pu/ZzuwnMLbc7Vqh+BCPyjIIAaefMVhuA69bhTZGnyuwlULXDeKrFWWQT+akDTAbfk3B90s+4WR4Acs5VZuyM1J1wAAAABJRU5ErkJggg==\') 0 0}.ui-editor-clear-formatting-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-click-button-to-edit-button{z-index:4000}.ui-editor-click-button-to-edit{outline:1px solid transparent}.ui-editor-click-button-to-edit-highlight{outline:1px dotted rgba(0,0,0,0.5);-webkit-transition:all .5s;-webkit-transition-delay:0s;-moz-transition:all .5s 0s;-o-transition:all .5s 0s;transition:all .5s 0s}.ui-editor-color-picker-basic-select .ui-editor-selectmenu-menu{min-width:100px}.ui-editor-color-picker-basic-select span{padding-left:2px}.ui-editor-color-picker-basic-swatch{width:16px;height:16px;float:left;margin-top:2px;border:1px solid rgba(0,0,0,0.2)}.ui-editor-debug-reinit-button .ui-icon-reload{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAqBJREFUeNqkU01PE2EQnrfdtmyLpbRNA/ULGyAhRi+NHkTk5sEEiRyMEi+evHszJh5I/AF613ho9EIwhEiMB4kSjQcWSDxgIAhJoZV26dd2t/v17jqzkoLGG5vM7rvzzPPsfOww13XhOJdAt8vPN0EIBEAQBPD5/UHGWALdnWgW2iO07H+40sL91APhH2ev4HOH+tJiZzoZCia7guXpj8XsnevprGX9yVQMM8i9K0jA2GI7A+9y3Uwo4I6Mj6aijToHzl2nXrNk27bBMDg0FQ7dcQFezeYljH6PlmsLuI4T8zF+e+zqqZ69ggaKZrH13WaxXDcUwm2LQ6xbgOKOCreu9WTfLuQVy3bSCBV8XoBpjmR6xYvFfKNflpuZTyuF1q+y8sHhXLINA7q6g/Byek06ERWgUlJh8EykHzkTxPUETMMYTcWCQ/Wqllnb3hct0/yM01nWVZUwePZiWcLnt0Vpd1NvmZCMBuL4PtwuwdL1S37GMqpuQaFUL+Mk5rllgeM41BuqeZH5/bmNzdJSbzQEiUggjJyBtgCqRVTDjqrc9c6YOjbRhlCHSON9YKMYGQpDrWVDh2F7mR2WoOsbezVdU30CdMXEGNY3abZ0rLcEVVkGpVqlPk0SRjEUS5y2gGUYX7byckURgnB66OxJ7MFD7MHkAQZ0Jh9hFEOxxDkUMM2ZrR/bMo+IsA3hjuzN4fPpvtQUjneJjM7kI4xiKJY4xGW0C9F7bwDrHvNHwk8T4zcutGz0hRjEQp4+1AwHGoYLosBgf3b+O1e1x9iPuUbu7uGfiEJzerUGu6+npwKDA8lm5lx8J54Ie2lWapr7c6tSWd+QwTSfYGPn/lqmoyKOpkn2yuoErKxeQdfgAbSO9hWXbAa/XDjKYcdd598CDAAkzn7JYhVZYAAAAABJRU5ErkJggg==\') 0 0}.ui-editor-debug-reinit-button:hover .ui-icon-reload{filter:alpha(opacity=100);opacity:1}.ui-editor-debug-destroy-button .ui-icon-close{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAtFBMVEX///+nAABhAACnAACjAACCAACgAACHAACjAAByAAB1AAByAACDAACnAACCAACHAACgAACNAACbAACXAACMAACSAABfAACYAACRAACjAACbAAChAACqAACNAACcAACHAACqAADEERGsERHQERG+NjaiERHUTEzYERG4ERGlFBSfFRX/d3f6cnK0JSWoHh7qYmLkXFyvFRXmXl7vZ2fNRUX4cHDXT0/+dnbbU1O3Li7GPT26MTG2f8oMAAAAIXRSTlMASEjMzADMzAAASMxIAMwAAMzMzEjMzEhISABIzABISEg/DPocAAAAj0lEQVR4Xo3PVw6DMBBF0RgXTO+hBYhtILX3sv99RRpvgPcxVzp/M5syb7lYepxDABDeYcQ5wg+MAMhr3JOyJKfxTABqduuvjD37O6sBwjZ+f76/7TFuQw1VnhyGYZPklYagKbKLlDIrmkBDGq1hUaqhM4UQJpwOwFdK+a4LAbCdlWNTCgGwjLlhUQqZ8uofSk8NKY1Fm8EAAAAASUVORK5CYII=\') 0 0}.ui-editor-debug-destroy-button:hover .ui-icon-close{filter:alpha(opacity=100);opacity:1}.ui-editor-dock-button .ui-icon-pin-s{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAbFJREFUeNpi/P//PwMlgAVEPGNiIqTOBojz/zIwTHrPwHD4BZDzGGhxMhAzEWlRvtTy5SE/GRiKge61R5YgyoB/IHVPnzIoTprk/52BoRJoiDNBA5BCxuY3UN2vz58Znu7ZwyAaHOz+8f//RqC8OzEuAPtdcfbsgM937zJ8+fKFgePHDwa3sDBroKGt8EBEAo1ArAV1ARPQucwqs2f7vz14kOHH378MF/buPQ4S+wXEQPkauAG3EFHp7bBihTHDs2cMf4E2ffvwgQGmeeuyZWf+MDA0ATXs+I8eiP+gGBhNNTsjIs7+5+Vl+HTrFsOry5cZXr56xXB02bKjQM21QCU7sKaDRYiA2wE0RPJnamq2VVGR8adr1xi4uLkZPjMwsDJCNf/HagAjI8SA//95gRRb5pEjxnttbM6aeHsb87CwMED9DAZ/0QxAjgVmRkZGj+vXr0+wt7evWc3ENPfI1q1n2djYGP4TSsqMEBfYLV26tExXVzcfyF8NdM17oG33V69e3QKUO0vIAF1PT8+Y2NhYUDRuh7n0PyTEdzAQ4YKYHTt2TAEyz5OaGxkpzc4AAQYAvlOuK2pYar0AAAAASUVORK5CYII=\') 0 0}.ui-editor-dock-button:hover .ui-icon-pin-s{filter:alpha(opacity=100);opacity:1}.ui-editor-dock-button .ui-icon-pin-w{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wFFgA2AnOoAZ4AAAH4SURBVDjLtZNNaxNhFIXPfefNJJlkppFI09Ca1FiRMiDduCjWQltdtILdu1DcSkpx7UL6A1zGH+BKEFy5MkhErRvpwo+NSDEaaYyZSZNJJslkPl43XQQaaUA8u3M5PFwu5wL/KBo1FEC4DJALiN2jjAWIbcA5EVABzotkUu+ZJmvLsmQwJtcHA2oHQc8FXm8D9eE8HzafgThPpS5H19Zux4kmIqbJWL3OT/u+9LNWK1er1V8PgMMdwBsJ8AARtFoD6na1qK7PubFYTOOc9RqNQxEEX1ygswP4Jx6mDNw3Fhc/WVtb4uPy8uAx0YeHwMaoLBs1DBE9kzTtIJLJ4FQ6LQnghZVMFscCCIB8IeKB7/e6lYpjNZs2V1WeNk02FuApwAJA8xwnFHgeSUL4rmVJ3yIRfyzAFWA+Oj29EZqcvODYNveJEloisZnq9++NAkjD5gCY59nsnfjq6iafnT3bNQzJrtWQzeUm+p3OxQXbll8Cb45tYBGRKcucEd2Irq/fDC8tzSm5nKRMTSEUi3lcUXB1ZSV1RlVvPWLs2rEiaUIIDAbee+AtisWMUyqpRhAoiq7rLdtudvf2fsQlqWe02yQDr/7axEvAbml///uTcHjhqyxncjMz5zqO87th28+vu+47GWjfBdyxP61QKFA+nydVVQn/S38ATpHDEx6slP8AAAAASUVORK5CYII=\') 0 0}.ui-editor-dock-button:hover .ui-icon-pin-w{filter:alpha(opacity=100);opacity:1}.ui-editor-dock-docked{z-index:10000}.ui-editor-dock-docked .ui-editor-toolbar-wrapper{position:fixed;top:0;left:0;right:0;border-top:0;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-pack:center;-moz-box-pack:center;-ms-box-pack:center;box-pack:center;-webkit-box-align:center;-moz-box-align:center;-ms-box-align:center;box-align:center}.ui-editor-dock-docked .ui-editor-toolbar{text-align:center}.ui-editor-dock-docked .ui-editor-path{position:fixed;bottom:0;left:0;right:0}.ui-editor-ios .ui-editor-dock-docked .ui-editor-path{display:none}.ui-editor-dock-docked-to-element-wrapper{font-size:inherit;color:inherit;font-family:inherit}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper{position:relative!important;top:auto!important;left:auto!important;border:0 none;padding:0;margin:0;z-index:auto;width:100%;font-size:inherit;color:inherit;font-family:inherit;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper .ui-editor-toolbar{margin:0;z-index:2;-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-ms-box-ordinal-group:1;box-ordinal-group:1}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper .ui-editor-toolbar .ui-widget-header{border-top:0;border-left:0;border-right:0}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper .ui-editor-path{border:0 none;margin:0;-webkit-box-ordinal-group:3;-moz-box-ordinal-group:3;-ms-box-ordinal-group:3;box-ordinal-group:3;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper .ui-editor-messages{margin:0}.ui-editor-dock-docked-element{margin:0!important;display:block;z-index:1;-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-box-ordinal-group:2;box-ordinal-group:2}.ui-editor-dock-docked .ui-editor-messages{position:fixed;top:0;left:50%;margin:0 -400px 10px;padding:0;text-align:left}.ui-editor-dock-docked .ui-editor-messages .ui-editor-message-wrapper{width:800px}.ui-editor-dock-docked .ui-editor-messages .ui-editor-message-wrapper:first-child{-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0}.ui-editor-embed-button .ui-icon-youtube{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAxlBMVEX////////fNzfaMTHVLCzKISHFGxvvR0flPDzpSEjdMTH4Y2PaKyvtTk7PJibXIyOnLi7lQECkKyvSHR3mPj6eJCSUGhqRFxfqQkL0XFziOTmOFBSBBwehKCiHDQ3PFRWaISGXHR3wVlaECgqqMTGLEBDGHR365eW1ICDaXFz139/LDg7NLi6tNDTSKSnMNzd9AwP1TEy/Fhbwxsbqv7+7EhKzFBS6EBDonZ3akJDkhISxBwf8a2vLIiLPcHD88fH67+/fYGAnLmvBAAAAAXRSTlMAQObYZgAAAJtJREFUeF5Vx0WShFAUBMB631F3afdxd7v/pQaiN5C7BK4mgM3nxAahczfihIgrrfVTqs+qGN2qLMvHwy4tB6sOmWeMIXp7/jI9L8PCYowR0e/3xzVj1gLLiHNOg9OR82iJvBZC0GD/J0Sdo7B93+/78+737AKNK6Uker2UA7fBNlBKPdyos2CLWXI/ksywnr+MzNdoLyZa4HYC/3EAHWTN0A0YAAAAAElFTkSuQmCC\') 0 0}.ui-editor-embed-button:hover .ui-icon-youtube{filter:alpha(opacity=100);opacity:1}.ui-editor-ui-embed .ui-dialog-content .ui-editor-embed-panel-tabs{display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical;height:100%;width:100%}.ui-editor-ui-embed .ui-dialog-content .ui-editor-embed-panel-tabs>div{display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical;-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ui-editor-ui-embed .ui-dialog-content .ui-editor-embed-panel-tabs>div>p:first-child{padding-top:10px}.ui-editor-ui-embed .ui-dialog-content .ui-editor-embed-panel-tabs>div textarea{display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-flex:4;-moz-box-flex:4;-ms-box-flex:4;box-flex:4}.ui-editor-float-left-button .ui-icon-float-left{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS5JREFUeNpi/P//PwMlgImBQsACY1zaIH4A6Bp7dAUzV31jnLHy22YgkxFqIQhf/vfvXymKAQ8eidtra35lYAQqY+FgZWBmZ2X49fk7AxvbX6DsN1+CLlgwn5khMECAwcLiL4OogiIDj6QEw9uLZ4AGfAVJ70BzAQg7ohigrnaP4cEDLoY3bzkYzL6/ZVA34ma4ev07w/sPv0HSHgRdoKICUvgR6IWPDK8evWb49+8iw/1bfxhevwYbsBfNdhC2BkkwwqLRxRhuFgM3HyMDrwAjw8vH/xj2nvuH1WZgIDKgGMDExLQNiz9xYWagASboBpAU/zAXsCCJ7SbCZjaghexAmgOIFUh2AXKyh7GRXTARiI2w2MoKVMwBtRVkOysQHwNiPxQXDFhmotgAgAADAKYzbYynfqX2AAAAAElFTkSuQmCC\') 0 0}.ui-editor-float-left-button:hover .ui-icon-float-left{filter:alpha(opacity=100);opacity:1}.ui-editor-float-none-button .ui-icon-float-none{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAkFBMVEUAAAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAAABAQEAAADRrxbRsBYBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAAAAAAAAAACcegnCrQ6ffgqukQv+/GixkS3duyLhwyfkyizevSNRMDCigDLauC/y41DcuiLrzTTQrhWCYBiObSDErz3r4VvApCt4Vg6dewnDaH3NAAAAGHRSTlMAycfDxcu9v8HYu+DAwIm3uZnRkdDn7LIyy/h+AAAAWklEQVR4Xp2KRwqFMBQAYzfGXmPtvfx//9spgvAWQcRZzgx6gz6dGEDkQ1FWNRBN2/XZCMRvXtZtB4LSfxon6AHTsjVZUQWR5xz2cWfJxYR9eFf2MQnCCH3hAIfwBUXJe8YuAAAAAElFTkSuQmCC\') 0 0}.ui-editor-float-none-button:hover .ui-icon-float-none{filter:alpha(opacity=100);opacity:1}.ui-editor-float-right-button .ui-icon-float-right{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS1JREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzZYRzBaaHcWE4kZGJ8aCe/0sHFAOAoB5d4avXfAwPH4swaGt+ZWAEGsnCwcrAzM7K8Ovzd3sMFwDBWpjNMPrK5b++C94yMwQGCDBYWPxlEFVQZOCRlGB4e/EMAzYDgtFdICr6kUFd7QfDgwdcDG/ecjCYfX/LoG7EzXD1+ncGeyNMAzYiuQDsCmHhf54qKr+BzI9AL3xkePXoNcO/fxcZ7t/6wwDzAyMsGoGBiDWUnQwR4tx8jAy8AowMLx//Y9h95g+GAdvQXIAPM//798+EKBfgAkADMMJgNxE2swEtZAfSHECsQLILkJM9jI3sgolAbITFVlagYg6orSDbWYH4GBD7obhgwDITxQYABBgAdBpg+9sXURwAAAAASUVORK5CYII=\') 0 0}.ui-editor-float-right-button:hover .ui-icon-float-right{filter:alpha(opacity=100);opacity:1}.ui-editor-font-size-inc-button .ui-icon-font-size-inc{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOhJREFUeNpi/P//PwMlgImBQkCxASxgU5gwzJkOpTORBZ2ilzO8+MjFwMIixnBhnTlOF8gD8U8gFoey4UBSyZooLzgD8Umo65xhgsYu5USHgS0QHwfiE1A2TtuxGaAIxL+B+AEQnwFiaagYg6Qi2AAHIP4PpbEa4AHEz4HYAIi/QL3hgSS/H4gfQmlELCAHNBBLQGlksenP7x9l4Bc3YMTnBRWogbZIuBOIZUFyW2b5EQwDVyA+giYPcionSA6U5Jc0yTK8vrUcVQU0L1gB8RMotkKSXoMkXgQT5BM3A+sDYcahn5kAAgwArro7Z1GYijsAAAAASUVORK5CYII=\') 0 0}.ui-editor-font-size-inc-button:hover .ui-icon-font-size-inc{filter:alpha(opacity=100);opacity:1}.ui-editor-font-size-dec-button .ui-icon-font-size-dec{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKxJREFUeNpi/P//PwMlgImBQjAMDGBBMY0Jbp4JEFcAcQcQnwEJpLa/Zfj27SvD+fPnGVhYxBgurDPH6wI9IP4DpRmMXcpJ9oIZELcBcRiaOCjOH0BpnAYoAbE6EE8EYnYgtjq7pxMm5wjE8lAapwFOQLwFiIuB+AQ0PBi2zvYHUQeAmBFKYxoATJWWQOwLxJJAfA6I5YE4FyT+9O5hBiSXwAHjaFKm3ACAAAMA85o8WKYZErQAAAAASUVORK5CYII=\') 0 0}.ui-editor-font-size-dec-button:hover .ui-icon-font-size-dec{filter:alpha(opacity=100);opacity:1}.ui-editor-show-guides-button .ui-icon-pencil{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHZJREFUeNpi/P//PwNFAGQAIyMjDK9BYqNgXHqZ0MSYcFmEyxBGsClMTGS5+t+/fxg2biLGAGTXoBvATGoYkuUFGMDmhd2kGjL4vHCUUi9cIjcpnwPi2UAsBaXPQZPwOXxscD5Cy0xLSbUc3YDnJLue0uwMEGAA2O1APJOrHFQAAAAASUVORK5CYII=\') 0 0}.ui-editor-show-guides-button:hover .ui-icon-pencil{filter:alpha(opacity=100);opacity:1}.ui-editor-ui-show-guides-visible *{outline:1px dashed rgba(0,0,0,0.5)}.ui-editor-undo-button .ui-icon-undo{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAe1JREFUeNrEUzFrFEEU/mazu7d3x8U9g0ROwkHEwrSrNmksJBxok1RRwUIEz0awFStZoqQw5B9ok1jYiRDBwl4PSaFJVLCMMfHWS7zb3ZndGd9ssgdXiVzhwGNnH+/75n3vm2FKKQyzDAy5zKmHLRSKRdiOA6tQgGlZDcrPUme3dcFBEPSLlZQQcZyFTFN8WZiGOUCnVCMRws9/4zD8BwkEFpz7N66c8vQJUbeLNEn+LuEQqxo8jv0716e8/f0UPIp0+n1OTbFLsUF1z+n7boAgA0eRf/em521tdeE4BuYunfa0OYehEMUJ3wt6Fza+7s4EkVwh3DJFLyPgYejfa0576+u/MsZe70g/tX8QRujSHDgXtpTpmOvarkjYrZ97Qg/xUTYDOv3B46U3rcnJMqRUUKaBtsXwzWDYJmfax1y0x07gx/FxfLbckd+1Wj0dYddI8vlcwhp1gcUnr/z55mXvbcfA99WXrVwjMwzGHNs0yiWbVSpFXqtVMTFxkrU+zOt55ENc04N7tvTCP9O86mn76D6cIzDSODYRhhUEnXFguy4/bs6gWr1IubN9F3KShHN8Wn6a3QNtZaFU0lvtZXAUm1LK13Jn5z7Vzw0Q9EmE0NvZDNnpoDw6OuC7voFUs0C19Uzif39MQxP8EWAA91//GdkHdYEAAAAASUVORK5CYII=\') 0 0}.ui-editor-undo-button:hover .ui-icon-undo{filter:alpha(opacity=100);opacity:1}.ui-editor-redo-button .ui-icon-redo{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAd9JREFUeNrEU89LG0EUfjP7KyvEGsRorRhoySGCuSyht0IPgicFQZCcvXsvHoP/Q8FDKZRCpQityKIHvZT2YI6t6MUfCJqQKpt1d7Ozu7N9O9vWhIIUcvDBt/OY4X3z3vfNkjiOoZ+g0GfIyaf46gtQSQJF0wQIvePN5nJiJYS8xmUzDAIz8H1gnQ74npcS3BeubYOm60lqCKQjm/89QhSG0HEcSG6tzo4bAWM1JJntGaE7UNQKcL6EaQkxknQfcS6Imk0GizOTxrvPx7Xf4pvdBAOc85VBnVTLU6OPhx8NZBVZUjmPIYpStNsMGo0I5l8+NT5sfxckggCFAYrFzyaHlo1yoYDdSs2WD9e2A/atC4wFooMkJBT79EqBF88Lxu7eYU0QMN+v5Eey1enSRKF1y6ULFoKFAFUDntMgwpsiDuAEMbgBhydDKmxtH9TRmdWUwPOWSsXi2Fmr7RyfNG6sa9vzbI+FHT+MI3730hbmjIwEcLTxSRSrup5qgH6Wvn39cd76ae9TSndw6wzRQNiSooQxiohjHij4Pqy379PiTMb86wJalL+6ZB+pLK9RSv+x0XddkQfrb9K2VdXssRHZk4M1mRDc6XXWsaw/aT15ibKimN3n5MF/pr4JfgkwANDA599q/NhJAAAAAElFTkSuQmCC\') 0 0}.ui-editor-redo-button:hover .ui-icon-redo{filter:alpha(opacity=100);opacity:1}.ui-editor-hr-button .ui-icon-hr{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXhJREFUeNpi/P//PwMTExMDEmgEYi0gZsSCrwJxNUzhv3//GBixGEA0ABnAgkV8LZqtTFDaF6aAX8KCwdBrA4QDckFq+1sGSUVrBkZGRqKwvEEhg2PyS7BeuAv07AsZXjw4BmJuQLIV5gImJLYrv7g53LlwA8TkLRgCi28wXDzQF/Dr10+G379/M/z58wfoz/9gfUxMrAzMzGwMsnr5DBwcvBgGHABiexBDyTiV4cuXTwxfv35j+PHjB9CQ/0BnszCwsHAysLHxIofVQSB2gBlgnxogAqREiI6B+ikf7ZFdcHD2hjf2X79+Zfj8+TNeF7Cz84K9wMrKdRDZAAcQ8fbJaYYndw4zYAsDHlFjBjZxKwyXwAPx1cMTDIdWxoKY+5BCHo7f31tp8VM9iUFQ0oaBQ9YBYQIoLo1dygmmA2QgIGHJoGhUCtaLLSkfweICVqA6diDNAcQKyJYTlRdAanCJY8sL04HYFM3WM0Acgs0QRlymEwsAAgwAwwCYinucCRoAAAAASUVORK5CYII=\') 0 0}.ui-editor-hr-button:hover .ui-icon-hr{filter:alpha(opacity=100);opacity:1}.ui-editor-wrapper .ui-editor-i18n-select{height:23px;top:-8px;text-align:left}.ui-editor-wrapper .ui-editor-i18n-select .ui-editor-selectmenu-status{font-size:13px;line-height:10px}.ui-editor-selectmenu-menu li a,.ui-editor-selectmenu-status{line-height:12px}.ui-editor-wrapper .ui-editor-i18n-select .ui-editor-selectmenu-item-icon{height:24px;width:24px}.ui-editor-selectmenu-menu .ui-icon.ui-editor-i18n-en,.ui-editor-wrapper .ui-icon.ui-editor-i18n-en{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAflJREFUeNpinDRzn5qN3uFDt16+YWBg+Pv339+KGN0rbVP+//2rW5tf0Hfy/2+mr99+yKpyOl3Ydt8njEWIn8f9zj639NC7j78eP//8739GVUUhNUNuhl8//ysKeZrJ/v7z10Zb2PTQTIY1XZO2Xmfad+f7XgkXxuUrVB6cjPVXef78JyMjA8PFuwyX7gAZj97+T2e9o3d4BWNp84K1NzubTjAB3fH0+fv6N3qP/ir9bW6ozNQCijB8/8zw/TuQ7r4/ndvN5mZgkpPXiis3Pv34+ZPh5t23//79Rwehof/9/NDEgMrOXHvJcrllgpoRN8PFOwy/fzP8+gUlgZI/f/5xcPj/69e/37//AUX+/mXRkN555gsOG2xt/5hZQMwF4r9///75++f3nz8nr75gSms82jfvQnT6zqvXPjC8e/srJQHo9P9fvwNtAHmG4f8zZ6dDc3bIyM2LTNlsbtfM9OPHH3FhtqUz3eXX9H+cOy9ZMB2o6t/Pn0DHMPz/b+2wXGTvPlPGFxdcD+mZyjP8+8MUE6sa7a/xo6Pykn1s4zdzIZ6///8zMGpKM2pKAB0jqy4UE7/msKat6Jw5mafrsxNtWZ6/fjvNLW29qv25pQd///n+5+/fxDDVbcc//P/zx/36m5Ub9zL8+7t66yEROcHK7q5bldMBAgwADcRBCuVLfoEAAAAASUVORK5CYII=\') 0 0}.ui-editor-selectmenu-menu .ui-icon.ui-editor-i18n-zh_CN,.ui-editor-wrapper .ui-icon.ui-editor-i18n-zh_CN{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFqSURBVHjaYrzOwPAPjJgYQEDAleHVbhADIvgHLPgHiQ0QQCxAlkR9NW8sw+cV/1gV/7Gb/hV4+vfzhj8Mv/78//Pn/+/f/8AkhH1t0yaAAAJp4I37zyz2lDfu79uqv/++/WYz+cuq/vvLxt8gdb+A5K9/v34B2SyyskBLAAII5JAva/7/+/z367a/f3/8ZuT9+//Pr78vQUrB6n4CSSj6/RuoASCAWEDO/fD3ddEfhv9/OE3/sKj8/n7k9/fDQNUIs/+DVf8HawAIIJCT/v38C3Hr95N/GDh/f94AVvT7N8RUBpjxQAVADQABBNLw/y/Ifwy/f/399ufTOpDBEPf8g5sN0QBEDAwAAQTWABEChgOSA9BVA00E2wAQQCANQBbEif/AzoCqgLkbbBYwWP/+//sXqBYggFhAkfL7D7OkJFCOCSj65zfUeFjwg8z++/ffX5AGoGKAAGI8jhSRyIw/SJH9D4aAYQoQYAA6rnMw1jU2vQAAAABJRU5ErkJggg==\') 0 0}.ui-editor-image-resize-in-progress{outline:1px dashed rgba(0,0,0,0.5)}.ui-editor-length-button .ui-icon-dashboard{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAhFJREFUeNrEk7tv01AUxr/4kcRO7Fh1HghFgSAeYglDlIfUbGEBhaWoUxFiQWJGMDDyhzB2ZmANYmAoIvQPaIHIkVJjKyWkcdzYSR1zbhSGQhFDB47007333PN9V/cVCcMQ5wkO54wIxe+5q8Rt4gaRW+VsYo9oE1/+ZpAktjKZzL1arXatWCzmFEVhOYzH40m327U7nc7nwWDwhlLbxITN8SsDVvisXq9vtVqtuqZp2XK5HDcMg5vNZlylUon7vq+XSqXLi8WiYJqmTvWfiNkvg8e06gMqLDmOI5AIvV4P8/l8CeuzHMHn8/kcmeiWZQWk6zCD67quP280GuXNdlv4qKrwTk6WwpXoFNVqNTKdTtf6/X7C87wPzOAhrX4nCIK195KEp4aBtxyHKRm4roujozGdwQSO49LYx/7+VzIPeVEUOcsyh+wab9Ge0+SKGW3nhSzj5WiEoWlhMvHolKOIRmVIkgpZVhGPKxAEGdlsIc20zOASz/NSs9lkl4IwJuOJH+CVksDi2APPx0iYIgNlCTNYXy8hmdQkpmUGCfag2u134DgJipKGdqGAR6NjbKdVOAMbQRAiRsaCEKMaHru7XdYutRw95R+Hh0NXVTNIpXQy0KDrOVy8chOb34Z4XcjCMvZoO86p12bbBy7Tsv5dYoc4OAtFFM3BxkZ4xtzOSvvPuE98X7V//oX//ht/CjAAagzmsnB4V5cAAAAASUVORK5CYII=\') 0 0}.ui-editor-length-button:hover .ui-icon-dashboard{filter:alpha(opacity=100);opacity:1}.ui-editor-link-button .ui-icon-link{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAilBMVEX///8EBARUVFRUVFQEBARTU1MqKiwfHx5MTEzGxsZNTU1FRUWAgH8SEhJnZ2fd3d06Ojrg4ODIyMgODg4DAwMSEhLCwsGcnKXExNEvLy+ysrh+foMQEBBBQUEEBATJydeenqcDAwPT09OIiIjj4+OZmZl3d3fU1OPCwsHW1tXq6urr6+va2trGxsaRnmwcAAAAI3RSTlMAimdfRTOWgDXbAGXFj339cv3dAHtC3OP8bt+2cnuA/OMA+Akct2IAAABoSURBVHhetcVZFoIgGAbQ7wcVwyEKtBi01OZh/9urw2EJdV8ufkHmnDHG85RE2a7Wp812GGJtiaqvG1rOXws1dV9BzWKi2/3xfL1pErOCdT6YS2SCdxZdsdtfD8ci1UFnIxGNWUrjHz6V6QhqNdQf6wAAAABJRU5ErkJggg==\') 0 0}.ui-editor-link-button:hover .ui-icon-link{filter:alpha(opacity=100);opacity:1}.ui-editor-unlink-button .ui-icon-unlink{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAA2FBMVEX///8WFhYvLy9LS0sEBAQODg4EBARNTU0DAwNVVVVUVFQtLS1nZ2cfHx46OjoSEhLGxsZTU1OAgH/T09NUVFQEBAQ6OjpMTEwvLy+4uMDCwsEQEBCvr7sSEhIEBAR+foMqKixFRUUEBARDQ0MBAQEBAQG5ucQiIiICAgIODg7Z2dlAQEBMTEwsLCxGRkYAAABPT0/e3t4mJiYqKiopKSlUVFQiIiJJSUkjIyNFRUU5OTkBAQEoKCi/v8zCws+qgFWFZkY7MSbc3Nzj4+Pm5ubOztzU1OTQ0N6IE/7FAAAAQ3RSTlMAAAAAigAAAAAAZwB9gACP2zPF+F9ocjVu39xy40KAtpZlRQBrUPx9AIb8AE8AAAAA/AAAAAAAAAAAAAAA/PwAAAD8PWHlxQAAALtJREFUeF5dzsVWxEAQheHqpGPEPeMWGXfcmQHe/42oC+ewmH95F1UfGWFyhZLQUBHlTvBxOp92gZP/DaN25Esp/ag9ukeUxa5p6qbpxpmHqGgNOtWm6gxahaIokwX1ht16ps3q7rAn9utrg7RxX6Z6KvtjbWJZGHTuuLLtw8P2f/CAWd4uGYNBqCpj5s1NM2cMPd3xc2D4EDDkIWCmj1NgSEHAlGUJDAnEmOfPr+8XxtDr27sQwHDA0GU/2RcVwEV78WkAAAAASUVORK5CYII=\') 0 0}.ui-editor-unlink-button:hover .ui-icon-unlink{filter:alpha(opacity=100);opacity:1}.ui-editor-link-panel .ui-editor-link-menu{height:100%;width:200px;float:left;border-right:1px dashed #d4d4d4;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical}.ui-editor-link-panel .ui-editor-link-menu p{font-weight:bold;margin:12px 0 8px}.ui-editor-link-panel .ui-editor-link-menu fieldset{-webkit-box-flex:2;-moz-box-flex:2;-ms-box-flex:2;box-flex:2;margin:2px 4px;padding:7px 4px;font-size:13px}.ui-editor-link-panel .ui-editor-link-menu fieldset label{display:block;margin-bottom:10px}.ui-editor-link-panel .ui-editor-link-menu fieldset label span{display:inline-block;width:150px;font-size:13px;vertical-align:top}.ui-editor-link-panel .ui-editor-link-menu fieldset,.ui-editor-link-panel .ui-editor-link-wrap fieldset{border:0}.ui-editor-link-panel .ui-editor-link-wrap{margin-left:200px;padding-left:20px;min-height:200px;position:relative}.ui-editor-link-panel .ui-editor-link-wrap.ui-editor-link-loading:after{content:\'Loading...\';position:absolute;top:60px;left:200px;padding-left:20px;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAOXRFWHRTb2Z0d2FyZQBBbmltYXRlZCBQTkcgQ3JlYXRvciB2MS42LjIgKHd3dy5waHBjbGFzc2VzLm9yZyl0zchKAAAAOnRFWHRUZWNobmljYWwgaW5mb3JtYXRpb25zADUuMi4xNzsgYnVuZGxlZCAoMi4wLjM0IGNvbXBhdGlibGUpCBSqhQAAAAhhY1RMAAAACAAAAAC5PYvRAAAAGmZjVEwAAAAAAAAAEAAAABAAAAAAAAAAAAA8A+gAAIIkGDIAAACsSURBVDiNtZLBCcMwDEUfJgOUjhAyQsmp9FA8TgfISj6F4gl66jSdIIf00G9wnLjYKf3w0Qch6Us2fMdVLMYx0haYRZsrMJEegZdiDj3gFFeT54jBiU2mO+XdVvdRyV0OYidVMEAH3AEPHGoboMKwuy+seYqLV9iNTpM90P7S6AQMitXogYnPHSbyz2SAC9HqQVigkW7If90z8FAsctCyvMvKQdpkSOzfxP/hDd++JCi8XmbFAAAAGmZjVEwAAAABAAAAEAAAABAAAAAAAAAAAAA8A+gAABlX8uYAAAC3ZmRBVAAAAAI4jaWQsQ3CQBAEB4cECFGCI1fiAlyFKwARWgSIeqjCNTh0gIjIkBw9gffFSfz74VlpdX/W3Xr3YBmlmIUSmMSoSGHee+CmGsMGaFU/cAecqnVh/95qpg0J/O0gCytgDRzUX4DnryIn5lwO6L7c6fxskRhMwkc4qj+TEcFjC9SqWcsj8x3GhMgu9LHmfUinvgKuYmWWp5BIyEFvBPuUAy9ibzAYgWEhUhQN8BCb2NALKY4q8wCrG7AAAAAaZmNUTAAAAAMAAAAQAAAAEAAAAAAAAAAAADwD6AAA9MEhDwAAAKhmZEFUAAAABDiNY2CgMTgNxTgBExLbh4GB4SCUxgeMcEkcZmBg+A+lcQETqBoTbJI+UM1ku4AiEATFZIEQBoi//kPZxIAAKEaJBYpACAm24wUSBORVGBgYUqA0BtjKAAmHrXg0f4aq+YxuiAQDIiD/Q/k8DAwMdVDMw8DAkIamJo2QCyYjKZ4MtfErlP8VlzeQw2AlkgErkbyBMwzQgRoDA8N+KMapAQDdvyovpG6D8gAAABpmY1RMAAAABQAAABAAAAAQAAAAAAAAAAAAPAPoAAAZC1N1AAAAsWZkQVQAAAAGOI21kkEOgjAURF9YGBbGtYcwLowrwxk8BMcg3XACD9djGJaujKmLTkMRCiXEl0ympYX8+Xz4M62UpIjWR8DI59inDgzg5CkOwEs+YnMFmzhJOdwAK1UAZ+ANfLRewuJ75QAb/kKRvp/HmggVPxHWsAMu8hEN8JRPUdLnt9oP6HTYRc/uEsCVvnlO+wFGFYRJrKPLdU4FU5HCB0KsEt+DxZfBj+xDSo7vF9AbJ9PxYV81AAAAGmZjVEwAAAAHAAAAEAAAABAAAAAAAAAAAAA8A+gAAPSdgJwAAADDZmRBVAAAAAg4jaWSTQrCMBCFP6NIT5AjCF6gJ6jbUnoCL1biDTyF5AAueoZu3LkSrAtHTEJiIn3wmCTz92YILMQ64++BPTDKXQMH4AbcAZQTvAEasTFo4AqcxeowoAFmsSk1s8M+DChRMEnyFFNQAg10sWSFv49cESPUn+RRWFLE8N2DKe2axaIR/sU25eiAi9gUBt6zDzGnFad13nZCgAr/I1UxBdZRUAMPYV2iIETrdGudd28Hqx8FFHCU8wl4xoJeZnUrSRiyCSsAAAAaZmNUTAAAAAkAAAAQAAAAEAAAAAAAAAAAADwD6AAAGe6xwAAAALtmZEFUAAAACjiNpZJBCsIwEEWfpUsPULoSl55Beh4J7nqCHkDceR3pIaSr4Ak8Qq2L/khomlrig+FPhszwJy3EqYCHolq4F6UDBkWnWgbspN+CT7EwMAPuwFM67aUAem/IdIW952jQOeCXg1bN7ZyDNQRvsEkYkgNG+S1XcpHWKwacgatzlLLH2z/8vUJCf5wSaKQxToCVBjSM37jxaluFw+qOXeOgBF4KVzNqNkH3DAfGX7tXnsRREeUD4f8lQGjw+ycAAAAaZmNUTAAAAAsAAAAQAAAAEAAAAAAAAAAAADwD6AAA9HhiKQAAAJ9mZEFUAAAADDiNtZDLCcMwEEQfIUcXoDpCKgg6qIRUEtKB6wg6poDgalyFTj7YBw+2QyRlCc6DYVm0n9FCGQc8JFepWzgBN0WACIxS/NZ8BgYVD8pzA1ogKb5x3xSPyp0a4+YLSe/J4iBH0QF83uCvXKSFq2TBs97KH/Y1ZsdL+3IEgmJt86u0PTAfJlQGdKrprA6ekslBjl76mUYqMgFhpStJaQVr0gAAABpmY1RMAAAADQAAABAAAAAQAAAAAAAAAAAAPAPoAAAZshBTAAAAu2ZkQVQAAAAOOI21kCEOwkAQRR8rKkkFCtmjkJ4ARTgBArViT4LjLJwBgUZUr8NBQlrR38Am3XYEvOTnT7PzuzO7IE8BHFWfgNdELwBLYCMH8EAr+VzIyUvgBlzkZaZ/D1zlCfXXba2+C93sVaNwK08ogUaHzcQEu9wE0O9e83kDEw7YAhG4K/ww5CoJFB52j8bwU6rcTLOJYYWo2kKywk9Zz5yvgCAfDb9nfhLoHztYJzhIpgnGOEv/owMnkSfarUXVlAAAAABJRU5ErkJggg==\') no-repeat left center}.ui-editor-link-panel .ui-editor-link-wrap h2{margin:10px 0 0}.ui-editor-link-panel .ui-editor-link-wrap fieldset{margin:2px 4px;padding:7px 4px;font-size:13px}.ui-editor-link-panel .ui-editor-link-wrap fieldset input[type=text]{width:400px}.ui-editor-link-panel .ui-editor-link-wrap fieldset.ui-editor-external-href{width:365px}.ui-editor-link-panel .ui-editor-link-wrap fieldset.ui-editor-link-email label{display:inline-block;width:115px}.ui-editor-link-panel .ui-editor-link-wrap fieldset.ui-editor-link-email input{width:340px}.ui-editor-link-panel .ui-editor-link-wrap ol li{list-style:decimal inside}.ui-editor-link-panel .ui-editor-link-wrap .ui-editor-link-panel .ui-editor-link-wrap fieldset #ui-editor-link-external-target{vertical-align:middle}.ui-editor-link-error-message div{padding:0 .7em}.ui-editor-link-error-message div p{margin:0}.ui-editor-link-error-message div p .ui-icon{margin-top:2px;float:left;margin-right:2px}.ui-editor-list-unordered-button .ui-icon-list-unordered{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMlJREFUeNpi/P//PwNFAGQAIyNjGBCvgdIMxGKQXhaoORFlZWWBXV1dTED2KqjYGiBmRMJMaOwrQFwOc0EEEG+A0iS5gBFEMDExkeX9f//+MTAxUAhgBsQC8U4oTRKABWJ8Rkae84wZk5iB7MVQsW1IAYYLW8MCMRGID0Bp+gYiC46EhTPR4QrEdCA+A6VJT8pAcDMsLB3EuAniQP14BIiPAfEJID4FxGehqe8OED8B4vVgvVADioH4GZTGGWhYvUtpbqQ4JQIEGABjeFYu055ToAAAAABJRU5ErkJggg==\') 0 0}.ui-editor-list-unordered-button:hover .ui-icon-list-unordered{filter:alpha(opacity=100);opacity:1}.ui-editor-list-ordered-button .ui-icon-list-ordered{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM1JREFUeNpi/P//PwNFAGQAIyNjIxCvAWJBIGYgFoP0skDNqQfidUDMiGT2GigfhpnQ2FeAuJwFSQMTmuNCiPEBTFMblF1CahAwgvzBxMREVvj9+/cP7oIuIN4Bpcl2gRMQJwFxDFRuG1KAYcVAF1jDojEBiGcAsQSp0QjzgiEQawLxSiibNoGInmqRE9J0IJaEYnNSXAAzYC4QNwJxIJLcEbRAYwZidiDmgOLTYPVIzgJpPgD2F45Aw+olqAFrgfg5EBeTagAjpdkZIMAAg/ZGwsH5qkAAAAAASUVORK5CYII=\') 0 0}.ui-editor-list-ordered-button:hover .ui-icon-list-ordered{filter:alpha(opacity=100);opacity:1}.ui-editor-paste-panel-tabs{height:100%;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ui-editor-paste .ui-tabs a{outline:0}.ui-editor-paste-panel-tabs{position:relative;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical}.ui-editor-paste-panel-tabs>div{overflow:auto;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #c2c2c2;border-top:0}.ui-editor-paste-panel-tabs>div>textarea.ui-editor-paste-area{-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1;display:-webkit-box;display:-moz-box;display:-ms-box;display:box}.ui-editor-paste-panel-tabs>div>textarea,.ui-editor-paste-panel-tabs>div>.ui-editor-paste-area{border:0;padding:2px}.ui-editor-raptorize-button .ui-icon-raptorize{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAABDlBMVEX///9NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU0Y/iVtAAAAWXRSTlMA/v1mTvW+WQFF+nGpsyPlDhXL1GvZHduk48LslL2a7tadwee772kEfqD8+OGCXWJ2+bQ9pt7xCme4iQU4iNH0mCEPEd82Ocxj4De2HoMaq3MHZJsDeGwCG8H1fioAAAC1SURBVHheNchFlsMwEADRlmRkSDKmMDMMMjMz9P0vkifLrl194F3NW0qtugV5Wt1FHpnloGKRmr3TK96YDjiMxFGCONngcJ1De4GNDJqhvd2VkbzsY+eDw2efMTYsjRFxd4+DZx6ajC1xhXTTB560EyfWASJW2FEG3vGJElZOz4xzH6QLKLqMgpvbu3sxD+4jPBFJe05fBby9ly0S6ADxl4BviGjp5xd0Of0TUqaUEPs/kR1YA96IIUDtx93SAAAAAElFTkSuQmCC\') 0 0}.ui-editor-raptorize-button:hover .ui-icon-raptorize{filter:alpha(opacity=100);opacity:1}.ui-editor-save-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVNJREFUeNqkU71ugzAQPowtwdAdqRLK3odg6161a+cukZonoGrElgWWDqhb16oP0AfoytStirows0QRMj/unQsohAQi5aTD5vju4/Pd2VBKwTnG6cEYe8bl6s73P09Jel8ur3H5ruv6CUiBYRgfQRAosnrCyQhLOZTLG1ImpYQSA1VVjf7dNE0gLOV0R6AXlAMSk4uiGCUQ6ITdJzDpz0SQTxAoxlqVZo+gLEuQyDxFwIQAwg4IiPV3vYbL2WyUgDBHFbxG0Um9t237sIIkSeDYYGHbur3neQMCTgqoRWEYDToh8NyLxSO4rgtpmrY14D0CUsA5h80mh/n8QQdXq7CTTN/ILMtqa9AjEDjOGrTdSnAcRwdpr1unzB5BMweiGwY8tx/H8U+WZbmUSoPJlfr3NrZLgDkXujbNXaD9DfoLAt8OFRHPfb8X+sLcW+Pc6/wnwABHMdnKf4KT4gAAAABJRU5ErkJggg==\') 0 0}.ui-editor-save-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-cancel-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAtFBMVEX///+nAABhAACnAACjAACCAACgAACHAACjAAByAAB1AAByAACDAACnAACCAACHAACgAACNAACbAACXAACMAACSAABfAACYAACRAACjAACbAAChAACqAACNAACcAACHAACqAADEERGsERHQERG+NjaiERHUTEzYERG4ERGlFBSfFRX/d3f6cnK0JSWoHh7qYmLkXFyvFRXmXl7vZ2fNRUX4cHDXT0/+dnbbU1O3Li7GPT26MTG2f8oMAAAAIXRSTlMASEjMzADMzAAASMxIAMwAAMzMzEjMzEhISABIzABISEg/DPocAAAAj0lEQVR4Xo3PVw6DMBBF0RgXTO+hBYhtILX3sv99RRpvgPcxVzp/M5syb7lYepxDABDeYcQ5wg+MAMhr3JOyJKfxTABqduuvjD37O6sBwjZ+f76/7TFuQw1VnhyGYZPklYagKbKLlDIrmkBDGq1hUaqhM4UQJpwOwFdK+a4LAbCdlWNTCgGwjLlhUQqZ8uofSk8NKY1Fm8EAAAAASUVORK5CYII=\') 0 0}.ui-editor-cancel-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-wrapper .ui-editor-selectmenu .ui-editor-selectmenu-button .ui-icon{text-align:left}.ui-editor-wrapper .ui-editor-selectmenu .ui-editor-selectmenu-button .ui-editor-selectmenu-text{font-size:13px;line-height:22px}.ui-editor-selectmenu-menu li a,.ui-editor-selectmenu-status{line-height:12px}.ui-editor-wrapper [data-title]:after{opacity:0;content:attr(data-title);display:block;position:absolute;top:100%;font-size:12px;font-weight:normal;color:white;padding:11px 16px 7px;white-space:nowrap;text-shadow:none;overflow:visible;z-index:1000;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none;-webkit-border-radius:9px 9px 2px 2px;-moz-border-radius:9px 9px 2px 2px;-ms-border-radius:9px 9px 2px 2px;-o-border-radius:9px 9px 2px 2px;border-radius:9px 9px 2px 2px;-webkit-transition:opacity .23s;-webkit-transition-delay:0s;-moz-transition:opacity .23s 0s;-o-transition:opacity .23s 0s;transition:opacity .23s 0s;background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI1cHgiIHN0b3AtY29sb3I9InJnYmEoNDAsIDQwLCA0MCwgMCkiLz48c3RvcCBvZmZzZXQ9IjZweCIgc3RvcC1jb2xvcj0iIzI4MjgyOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\'),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(5px,rgba(40,40,40,0)),color-stop(6px,#282828),color-stop(100%,#282828)),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:-webkit-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:-moz-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:-o-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0}.ui-editor-wrapper [data-title]:hover:after{opacity:1}.ui-editor-wrapper .ui-editor-select-element{position:relative}.ui-editor-wrapper .ui-editor-select-element:after{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI1cHgiIHN0b3AtY29sb3I9InJnYmEoNDAsIDQwLCA0MCwgMCkiLz48c3RvcCBvZmZzZXQ9IjZweCIgc3RvcC1jb2xvcj0iIzI4MjgyOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\'),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(5px,rgba(40,40,40,0)),color-stop(6px,#282828),color-stop(100%,#282828)),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:-webkit-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:-moz-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:-o-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0}.ui-editor-unsaved-edit-warning{position:fixed;bottom:0;right:0;height:30px;line-height:30px;border-radius:5px 0 0 0;border:1px solid #d4d4d4;padding-right:7px;background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWNiZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fffff2),color-stop(100%,#edecbd));background:-webkit-linear-gradient(top,#fffff2,#edecbd);background:-moz-linear-gradient(top,#fffff2,#edecbd);background:-o-linear-gradient(top,#fffff2,#edecbd);background:linear-gradient(top,#fffff2,#edecbd);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s;filter:alpha(opacity=0);opacity:0}.ui-editor-unsaved-edit-warning .ui-icon{display:inline-block;float:left;margin:8px 5px 0 5px}.ui-editor-unsaved-edit-warning-visible{filter:alpha(opacity=100);opacity:1}.ui-editor-unsaved-edit-warning-dirty{outline:1px dotted #aaa;background-image:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAQMAAAC2MCouAAAABlBMVEUAAACfn5/FQV4CAAAAAnRSTlMAG/z2BNQAAABPSURBVHhexc2xEYAgEAXRdQwILYFSKA1LsxRKIDRwOG8LMDb9++aO8tAvjps4qXMLaGNf5JglxyyEhWVBXpAfyCvyhrwjD74OySfy8dffFyMcWadc9txXAAAAAElFTkSuQmCC\')!important}.ui-editor-view-source-button .ui-icon-view-source{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKtJREFUeNpi/P//PwMlgImBQkCxAQwgLzAyMqLjMCCehsSfBhVDUQf2PhYDIoB4JhCLIYmJQcUiCBkQBcRzgFgci6vEoXJRuAyIAeIFODQjG7IAqhbFAAMg3gOlGQhguFp0FyQC8UoglgTx0QFUjSRUTSKuMEgG4nUghVgMkITKJROKhXQg3gbUI42kXxokBpUjGI0gDYVAfBzJABC7EFs6YBz6eYFiAwACDAADJlDtLE22CAAAAABJRU5ErkJggg==\') 0 0}.ui-editor-view-source-button:hover .ui-icon-view-source{filter:alpha(opacity=100);opacity:1}.ui-editor-ui-view-source .ui-editor-ui-view-source-dialog{overflow:auto}.ui-editor-ui-view-source-plain-text{height:100%;width:100%;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical}.ui-editor-ui-view-source-dialog textarea{white-space:pre-line;width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical;-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.cms-white{color:#fff}.cms-black{color:#000}.cms-blue{color:#4f81bd}.cms-red{color:#c0504d}.cms-green{color:#9bbb59}.cms-purple{color:#8064a2}.cms-orange{color:#f79646}.cms-grey{color:#999}</style>').appendTo('head');
@@ -1,57 +1,57 @@
1
1
  /*!
2
- VERSION: 0.0.19
2
+ VERSION: 0.0.22
3
3
  For license information, see http://www.raptor-editor.com/license
4
4
  */
5
- (function(c,l,i,H){function y(a,b,d){z[a]=d;O[a]=b;s||(s=a)}function P(a){s!==a&&(s=a,c.ui.editor.eachInstance(function(){this.reinit()}))}function g(a,b){s&&z[s]&&z[s][a]&&(a=z[s][a]);if(!b)return a;for(var d in b)a=a.replace("{{"+d+"}}",b[d]);return a}function X(a){if(C===H){C=!0;if(Q=/(iPhone|iPod|iPad).*AppleWebKit/i.test(navigator.userAgent))c("html").addClass(a.options.baseClass+"-ios"),Q&&c(document).bind("scroll",function(){setInterval(function(){c("body").css("height","+=1").css("height",
5
+ (function(c,m,i,H){function y(a,b,d){z[a]=d;O[a]=b;s||(s=a)}function P(a){s!==a&&(s=a,c.ui.editor.eachInstance(function(){this.reinit()}))}function h(a,b){s&&z[s]&&z[s][a]&&(a=z[s][a]);if(!b)return a;for(var d in b)a=a.replace("{{"+d+"}}",b[d]);return a}function Y(a){if(C===H){C=!0;if(Q=/(iPhone|iPod|iPad).*AppleWebKit/i.test(navigator.userAgent))c("html").addClass(a.options.baseClass+"-ios"),Q&&c(document).bind("scroll",function(){setInterval(function(){c("body").css("height","+=1").css("height",
6
6
  "-=1")},0)});c.browser.mozilla&&c("html").addClass(a.options.baseClass+"-ff");if(c.browser.msie&&9>c.browser.version){C=!1;var b=c("<div/>").addClass(a.options.baseClass+"-unsupported").html(a.getTemplate("unsupported")).appendTo("body");I(b);b.find("."+a.options.baseClass+"-unsupported-close").click(function(){b.remove()})}}return C}function I(a){var b=1;a.siblings().each(function(){var a=c(this).css("z-index");!isNaN(a)&&a>b&&(b=a+1)});a.css("z-index",b)}function q(a){return a.clone().wrap("<div/>").parent().html()}
7
- function D(a){var b,a=document.createElement(a);b="getComputedStyle"in l;document.body.appendChild(a);b=(b?l.getComputedStyle(a,""):a.currentStyle).display;document.body.removeChild(a);return b}function E(a,b){return-1!==c.inArray(c(a)[0].tagName.toLowerCase(),b)}function u(a,b){for(var d="",e=0,f=a.childNodes.length;e<f;e++){var h=a.childNodes.item(e);(h=3===h.nodeType?h.nodeValue:q(c(h)))&&(d+=h)}b&&(d=c("<"+b+">"+d+"</"+b+">"),d.find("p").wrapInner("<"+b+"/>"),d.find("p > *").unwrap(),d=c("<div/>").html(d).html());
7
+ function D(a){var b,a=document.createElement(a);b="getComputedStyle"in m;document.body.appendChild(a);b=(b?m.getComputedStyle(a,""):a.currentStyle).display;document.body.removeChild(a);return b}function E(a,b){return-1!==c.inArray(c(a)[0].tagName.toLowerCase(),b)}function u(a,b){for(var d="",e=0,f=a.childNodes.length;e<f;e++){var g=a.childNodes.item(e);(g=3===g.nodeType?g.nodeValue:q(c(g)))&&(d+=g)}b&&(d=c("<"+b+">"+d+"</"+b+">"),d.find("p").wrapInner("<"+b+"/>"),d.find("p > *").unwrap(),d=c("<div/>").html(d).html());
8
8
  return d}function R(a,b){var d=c("<div/>").append(a)[0].childNodes;b.deleteContents();d.length===H||1===d.length?b.insertNode(d[0].cloneNode(!0)):c.each(d,function(a,d){b.insertNodeAtEnd(d.cloneNode(!0))})}function S(a){var a=a||i.getSelection(),b;c(a.getAllRanges()).each(function(a,e){b=3===this.commonAncestorContainer.nodeType?c(e.commonAncestorContainer).parent()[0]:e.commonAncestorContainer});return b}function T(a){return a.startOffset===a.endOffset&&a.startContainer===a.endContainer}function o(a){if(!t||
9
- a)t=i.saveSelection()}function n(){t&&(i.restoreSelection(t),t=!1)}function F(){t&&i.removeMarkers(t);t=!1}function m(a,b,d){for(var b=b||i.getSelection(),c,f=0;c=b.getAllRanges()[f++];)a.call(d,c)}function p(a,b){m(function(b){R(a,b)},b,this)}function A(a,b){b=b||i.getSelection();b.removeAllRanges();c(a).focus().contents().each(function(){var a=i.createRange();a.selectNodeContents(this);b.addRange(a)})}function v(a,b){b=b||i.getSelection();b.removeAllRanges();c(a).each(function(){var a=i.createRange();
10
- a.selectNode(this);b.addRange(a)}).focus()}function J(a,b,d){b=b||i.getSelection();b.removeAllRanges();c(a).each(function(){var a=i.createRange();a.selectNodeContents(this);a.collapse(d);b.addRange(a)})}function U(a,b){J(a,b,!1)}function w(a,b){J(a,b,!0)}function x(a){a=a||i.getSelection();return a.toHtml()}function V(a){a=a||i.getSelection().getRangeAt(0);return c(3===a.commonAncestorContainer.nodeType?a.commonAncestorContainer.parentNode:a.commonAncestorContainer)}function k(a){var b=new jQuery;
11
- m(function(a){b.push(V(a)[0])},a,this);return b}function K(){var a=i.getSelection();if(null===a.anchorNode)return null;if(a.isBackwards())return 3===a.focusNode.nodeType?c(a.focusNode.parentElement):c(a.focusNode);a.anchorNode||console.trace();return 3===a.anchorNode.nodeType?c(a.anchorNode.parentElement):c(a.anchorNode)}function L(){var a=i.getSelection();return null===a.anchorNode?null:a.isBackwards()?3===a.anchorNode.nodeType?c(a.anchorNode.parentElement):c(a.anchorNode):3===a.focusNode.nodeType?
12
- c(a.focusNode.parentElement):c(a.focusNode)}function r(a,b){var b=b||{},d=i.createCssClassApplier(b.classes||"",{normalize:!0,elementTagName:a,elementProperties:b.attributes||{}});m(function(e){var f=e.cloneContents(),f=u(f);"string"===typeof f&&(f=f.replace(/([ #;&,.+*~\':"!^$[\]()=>|\/@])/g,"\\$1"));c(f).is(":empty")?(f=c("<"+a+"/>").addClass(b.classes).attr(b.attributes||{}).append(u(e.cloneContents())),R(f,e)):d.toggleRange(e)},null,this)}function W(a,b,d){m(function(c){c=V(c);c.is(a)?c.attr(b):
13
- r(a,{classes:d,attributes:b})},null,this)}function M(a,b){var b=b||i.getSelection(),d=b.getRangeAt(0),e=k()[0],f=i.createRange();f.setStartBefore(e);f.setEnd(d.startContainer,d.startOffset);var f=f.cloneContents(),h=i.createRange();h.setStart(d.endContainer,d.endOffset);h.setEndAfter(e);d=h.cloneContents();f=q(c(u(f)));f+=q(c(a));f+=q(c(u(d)));c(e).replaceWith(c(f))}function B(a,b,d){var d=d||i.getSelection(),c=K()[0],f=L()[0],h=k()[0],h=E(h,b),c=E(c,b),b=E(f,b);h&&c&&b?p(a):M(a,d)}function G(a,b){allowed=
14
- [];for(var d=0;d<b.length;d++)b[d].match(/[a-z][a-z0-9]{0,}/g)&&allowed.push(b[d]);return a.replace(/<\!--[\s\S]*?--\>|<\?(?:php)?[\s\S]*?\?>/gi,"").replace(/<\/?([a-z][a-z0-9]*)\b[^>]*\/?>/gi,function(a,b){return-1<allowed.indexOf(b.toLowerCase())?a:""})}var s=null,z={},O={};c(function(){i.initialized||i.init();c.isFunction(i.rangePrototype.insertNodeAtEnd)||(i.rangePrototype.insertNodeAtEnd=function(a){var b=this.cloneRange();b.collapse(!1);b.insertNode(a);b.detach();this.setEndAfter(a)})});c("html").click(function(){c(".ui-editor-selectmenu-visible").removeClass("ui-editor-selectmenu-visible")});
9
+ a)t=i.saveSelection()}function n(){t&&(i.restoreSelection(t),t=!1)}function F(){t&&i.removeMarkers(t);t=!1}function l(a,b,d){for(var b=b||i.getSelection(),c,f=0;c=b.getAllRanges()[f++];)a.call(d,c)}function p(a,b){l(function(b){R(a,b)},b,this)}function A(a,b){b=b||i.getSelection();b.removeAllRanges();c(a).focus().contents().each(function(){var a=i.createRange();a.selectNodeContents(this);b.addRange(a)})}function v(a,b){b=b||i.getSelection();b.removeAllRanges();c(a).each(function(){var a=i.createRange();
10
+ a.selectNode(this);b.addRange(a)}).focus()}function J(a,b,d){b=b||i.getSelection();b.removeAllRanges();c(a).each(function(){var a=i.createRange();a.selectNodeContents(this);a.collapse(d);b.addRange(a)})}function U(a,b){J(a,b,!1)}function w(a,b){J(a,b,!0)}function x(a){a=a||i.getSelection();return a.toHtml()}function V(a){a=a||i.getSelection().getRangeAt(0);return c(3===a.commonAncestorContainer.nodeType?a.commonAncestorContainer.parentNode:a.commonAncestorContainer)}function j(a){var b=new jQuery;
11
+ l(function(a){b.push(V(a)[0])},a,this);return b}function K(){var a=i.getSelection();if(null===a.anchorNode)return null;if(a.isBackwards())return 3===a.focusNode.nodeType?c(a.focusNode.parentElement):c(a.focusNode);a.anchorNode||console.trace();return 3===a.anchorNode.nodeType?c(a.anchorNode.parentElement):c(a.anchorNode)}function L(){var a=i.getSelection();return null===a.anchorNode?null:a.isBackwards()?3===a.anchorNode.nodeType?c(a.anchorNode.parentElement):c(a.anchorNode):3===a.focusNode.nodeType?
12
+ c(a.focusNode.parentElement):c(a.focusNode)}function r(a,b){var b=b||{},d=i.createCssClassApplier(b.classes||"",{normalize:!0,elementTagName:a,elementProperties:b.attributes||{}});l(function(e){var f=e.cloneContents(),f=u(f);"string"===typeof f&&(f=f.replace(/([ #;&,.+*~\':"!^$[\]()=>|\/@])/g,"\\$1"));c(f).is(":empty")?(f=c("<"+a+"/>").addClass(b.classes).attr(b.attributes||{}).append(u(e.cloneContents())),R(f,e)):d.toggleRange(e)},null,this)}function W(a,b,d){l(function(c){c=V(c);c.is(a)?c.attr(b):
13
+ r(a,{classes:d,attributes:b})},null,this)}function M(a,b){var b=b||i.getSelection(),d=b.getRangeAt(0),e=j()[0],f=i.createRange();f.setStartBefore(e);f.setEnd(d.startContainer,d.startOffset);var f=f.cloneContents(),g=i.createRange();g.setStart(d.endContainer,d.endOffset);g.setEndAfter(e);d=g.cloneContents();f=q(c(u(f)));f+=q(c(a));f+=q(c(u(d)));c(e).replaceWith(c(f))}function B(a,b,c){var c=c||i.getSelection(),e=K()[0],f=L()[0],g=j()[0],g=E(g,b),e=E(e,b),b=E(f,b);g&&e&&b?p(a):M(a,c)}function G(a,b){allowed=
14
+ [];for(var c=0;c<b.length;c++)b[c].match(/[a-z][a-z0-9]{0,}/g)&&allowed.push(b[c]);return a.replace(/<\!--[\s\S]*?--\>|<\?(?:php)?[\s\S]*?\?>/gi,"").replace(/<\/?([a-z][a-z0-9]*)\b[^>]*\/?>/gi,function(a,b){return-1<allowed.indexOf(b.toLowerCase())?a:""})}var s=null,z={},O={};c(function(){i.initialized||i.init();c.isFunction(i.rangePrototype.insertNodeAtEnd)||(i.rangePrototype.insertNodeAtEnd=function(a){var b=this.cloneRange();b.collapse(!1);b.insertNode(a);b.detach();this.setEndAfter(a)})});c("html").click(function(){c(".ui-editor-selectmenu-visible").removeClass("ui-editor-selectmenu-visible")});
15
15
  c.widget("ui.editor",{_init:function(){-1===c.inArray(this,c.ui.editor.instances)&&c.ui.editor.instances.push(this);var a=this;c.ui.editor.eachInstance(function(b){a!=b&&a.element.closest(b.element).length&&handleError("Nesting editors is unsupported",a.element,b.element)});this.options=c.extend({},c.ui.editor.defaults,this.options);this.options.uiOrder=this.options.uiOrder||[["logo"],["save","cancel"],["dock","showGuides","clean"],["viewSource"],["undo","redo"],["alignLeft","alignCenter","alignJustify",
16
16
  "alignRight"],["textBold","textItalic","textUnderline","textStrike"],["textSuper","textSub"],["listUnordered","listOrdered"],["hr","quoteBlock"],["fontSizeInc","fontSizeDec"],["colorPickerBasic"],["clearFormatting"],["link","unlink"],["embed"],["floatLeft","floatNone","floatRight"],["tagMenu"],["i18n"],["raptorize"],["statistics"],["debugReinit","debugDestroy"]];this.element.attr("id")||this.element.attr("id",this.getUniqueId());this.ready=!1;this.events={};this.ui={};this.plugins={};this.templates=
17
- c.extend({},c.ui.editor.templates);this.path=this.toolbarWrapper=this.toolbar=this.wrapper=null;this.visible=this.enabled=!1;this.uiObjects={};this.hotkeys={};this.options.enableHotkeys&&this.registerHotkey(this.hotkeys);for(var b in this.options.bind)this.bind(b,this.options.bind[b]);this.history=[];this.present=0;this.historyEnabled=!0;X(this)&&(this.cloneDomTools(),this.setOriginalHtml(this.element.is(":input")?this.element.val():this.element.html()),this.options.replace&&(this.replaceOriginal(),
17
+ c.extend({},c.ui.editor.templates);this.path=this.toolbarWrapper=this.toolbar=this.wrapper=null;this.visible=this.enabled=!1;this.uiObjects={};this.hotkeys={};this.options.enableHotkeys&&this.registerHotkey(this.hotkeys);for(var b in this.options.bind)this.bind(b,this.options.bind[b]);this.history=[];this.present=0;this.historyEnabled=!0;Y(this)&&(this.cloneDomTools(),this.setOriginalHtml(this.element.is(":input")?this.element.val():this.element.html()),this.options.replace&&(this.replaceOriginal(),
18
18
  this.options.replace=!1),this.attach(),this.loadPlugins(),this.dirty=!1,this.previousSelection=this.previousContent=null,this.ready=!0,this.fire("ready"),this.options.autoEnable&&c(function(){a.enableEditing();a.showToolbar()}))},attach:function(){this.bind("change",this.historyPush);this.bind("selectionChange",this.updateTagTree);this.bind("show",this.updateTagTree);var a=c.proxy(this.checkChange,this);this.getElement().find("img").bind("click."+this.widgetName,c.proxy(function(a){v(a.target)},this));
19
- this.getElement().bind("mouseup."+this.widgetName,a);this.getElement().bind("keyup."+this.widgetName,a);c(l).bind("beforeunload",c.proxy(c.ui.editor.unloadWarning,c.ui.editor))},reinit:function(){if(this.ready){var a=this.enabled,b=this.visible;this.destruct();this._init();a&&this.enableEditing();b&&this.showToolbar()}else{var c;c=function(){this.unbind("ready",c);this.reinit()};this.bind("ready",c)}},getElement:function(){return this.target?this.target:this.element},getOriginalElement:function(){return this.element},
19
+ this.getElement().bind("mouseup."+this.widgetName,a);this.getElement().bind("keyup."+this.widgetName,a);c(m).bind("beforeunload",c.proxy(c.ui.editor.unloadWarning,c.ui.editor))},reinit:function(){if(this.ready){var a=this.enabled,b=this.visible;this.destruct();this._init();a&&this.enableEditing();b&&this.showToolbar()}else{var c;c=function(){this.unbind("ready",c);this.reinit()};this.bind("ready",c)}},getElement:function(){return this.target?this.target:this.element},getOriginalElement:function(){return this.element},
20
20
  replaceOriginal:function(){if(!this.target){for(var a=c("<div/>").html(this.element.is(":input")?this.element.val():this.element.html()).insertBefore(this.element).attr("id",this.getUniqueId()).addClass(this.element.attr("class")),b=this.options.domTools.getStyles(this.element),d=0;d<this.options.replaceStyle.length;d++)a.css(this.options.replaceStyle[d],b[this.options.replaceStyle[d]]);this.element.hide();this.bind("change",function(){this.element.is("input, textarea")?this.element.val(this.getHtml()):
21
21
  this.element.html(this.getHtml())});this.target=a}},cloneDomTools:function(){for(var a in this.options.domTools)this[a]||(this[a]=function(a){return function(){this.options.domTools.constrainSelection(this.getElement());var c=this.getHtml(),e=this.options.domTools[a].apply(this.options.domTools,arguments);c!==this.getHtml()&&this.change();return e}}(a))},checkChange:function(){var a=i.serializeSelection();this.previousSelection!==a&&this.fire("selectionChange");this.previousSelection=a;var a=this.getCleanHtml(),
22
22
  b=this.dirty;this.dirty=this.getOriginalHtml()!==a;this.previousHtml!==a&&(this.previousHtml=a,this.change(),b!==this.dirty&&(this.dirty?this.fire("dirty"):this.fire("cleaned")))},change:function(){this.fire("change")},destruct:function(){this.hideToolbar();this.disableEditing();this.fire("destroy",!1);this.events={};this.getElement().unbind("."+this.widgetName);this.wrapper&&this.wrapper.remove()},destroy:function(){this.destruct();c.Widget.prototype.destroy.call(this)},persist:function(a,b){return!this.options.persistence?
23
23
  null:c.ui.editor.persist(a,b,this.options.namespace)},enableEditing:function(){this.isToolbarLoaded()||this.loadToolbar();this.enabled||(this.enabled=!0,this.getElement().addClass(this.options.baseClass+"-editing"),this.options.partialEdit?this.getElement().find(this.options.partialEdit).attr("contenteditable",!0):this.getElement().attr("contenteditable",!0),this.execCommand("enableInlineTableEditing",!1,!1),this.execCommand("styleWithCSS",!0,!0),this.bindHotkeys(),this.fire("enabled"),this.fire("resize"))},
24
- disableEditing:function(){this.enabled&&(this.enabled=!1,this.getElement().attr("contenteditable",!1).removeClass(this.options.baseClass+"-editing"),i.getSelection().removeAllRanges(),this.fire("disabled"))},isEditing:function(){return this.enabled},updateTagTree:function(){if(this.isEditing()){var a=this,b="",d=[],e=0;m(function(f){var f=f.commonAncestorContainer,h;h=3===f.nodeType?c(f).parent():c(f);f=[];for(d.push(f);h[0]&&!a.isRoot(h)&&"body"!==h[0].tagName.toLowerCase();)f.push(h),h=h.parent();
25
- f.reverse();b&&(b+=" | ");b+=this.getTemplate("root");for(h=0;h<f.length;h++)b+=this.getTemplate("tag",{element:f[h][0].tagName.toLowerCase(),data:"["+e+","+h+"]"});e++},null,this);b||(b=this.getTemplate("root"));this.path.html(b).find("a").click(function(){var b=c(this).data("ui-editor-selection");b?(v(d[b[0]][b[1]]),a.updateTagTree()):v(a.getElement())});this.fire("tagTreeUpdated")}},isRoot:function(a){return this.getElement()[0]===c(a)[0]},unify:function(a,b){!1!==b&&a(this);if(this.options.unify)for(var d=
26
- c.ui.editor.getInstances(),e=0;e<d.length;e++)d[e]!==this&&d[e].options.unify&&a(d[e])},getUniqueId:function(){return c.ui.editor.getUniqueId()},loadMessages:function(){this.messages=c(this.getTemplate("messages")).appendTo(this.wrapper)},showMessage:function(a,b,d){var d=c.extend({},this.options.message,d),e;e={timer:null,editor:this,show:function(){this.element.slideDown();this.timer=l.setTimeout(function(){this.timer=null;e.hide()},d.delay,this)},hide:function(){this.timer&&(l.clearTimeout(this.timer),
24
+ disableEditing:function(){this.enabled&&(this.enabled=!1,this.getElement().attr("contenteditable",!1).removeClass(this.options.baseClass+"-editing"),i.getSelection().removeAllRanges(),this.fire("disabled"))},isEditing:function(){return this.enabled},updateTagTree:function(){if(this.isEditing()){var a=this,b="",d=[],e=0;l(function(f){var f=f.commonAncestorContainer,g;g=3===f.nodeType?c(f).parent():c(f);f=[];for(d.push(f);g[0]&&!a.isRoot(g)&&"body"!==g[0].tagName.toLowerCase();)f.push(g),g=g.parent();
25
+ f.reverse();b&&(b+=" | ");b+=this.getTemplate("root");for(g=0;g<f.length;g++)b+=this.getTemplate("tag",{element:f[g][0].tagName.toLowerCase(),data:"["+e+","+g+"]"});e++},null,this);b||(b=this.getTemplate("root"));this.path.html(b).find("a").click(function(){var b=c(this).data("ui-editor-selection");b?(v(d[b[0]][b[1]]),a.updateTagTree()):v(a.getElement())});this.fire("tagTreeUpdated")}},isRoot:function(a){return this.getElement()[0]===c(a)[0]},unify:function(a,b){!1!==b&&a(this);if(this.options.unify)for(var d=
26
+ c.ui.editor.getInstances(),e=0;e<d.length;e++)d[e]!==this&&d[e].options.unify&&a(d[e])},getUniqueId:function(){return c.ui.editor.getUniqueId()},loadMessages:function(){this.messages=c(this.getTemplate("messages")).appendTo(this.wrapper)},showMessage:function(a,b,d){var d=c.extend({},this.options.message,d),e;e={timer:null,editor:this,show:function(){this.element.slideDown();this.timer=m.setTimeout(function(){this.timer=null;e.hide()},d.delay,this)},hide:function(){this.timer&&(m.clearTimeout(this.timer),
27
27
  this.timer=null);this.element.stop().slideUp(c.proxy(function(){c.isFunction(d.hide)&&d.hide.call(this);this.element.remove()},this))}};e.element=c(this.getTemplate("message",{type:a,message:b})).hide().appendTo(this.messages).find(".ui-editor-message-close").click(function(){e.hide()}).end();e.show();return e},showLoading:function(a,b){return this.showMessage("clock",a,b)},showInfo:function(a,b){return this.showMessage("info",a,b)},showError:function(a,b){return this.showMessage("circle-close",a,
28
28
  b)},showConfirm:function(a,b){return this.showMessage("circle-check",a,b)},showWarning:function(a,b){return this.showMessage("alert",a,b)},loadToolbar:function(){var a=this.toolbar=c("<div/>").addClass(this.options.baseClass+"-toolbar"),a=this.toolbarWrapper=c("<div/>").addClass(this.options.baseClass+"-toolbar-wrapper").addClass("ui-widget-content").append(a),b=this.path=c("<div/>").addClass(this.options.baseClass+"-path").addClass("ui-widget-header").html(this.getTemplate("root")),d=this.wrapper=
29
- c("<div/>").addClass(this.options.baseClass+"-wrapper").css("display","none").append(b).append(a);c.fn.draggable&&this.options.draggable&&(d.draggable({cancel:"a, button",cursor:"move",handle:".ui-editor-path",stop:c.proxy(function(){var a=this.persist("position",[d.css("top"),d.css("left")]);d.css({top:Math.abs(a[0]),left:Math.abs(a[1])})},this)}),d.css("position",""),(a=this.persist("position")||this.options.dialogPosition)||(a=[10,10]),parseInt(a[0],10)+d.outerHeight()>c(l).height()&&(a[0]=c(l).height()-
30
- d.outerHeight()),parseInt(a[1],10)+d.outerWidth()>c(l).width()&&(a[1]=c(l).width()-d.outerWidth()),d.css({top:Math.abs(parseInt(a[0],10)),left:Math.abs(parseInt(a[1],10))}),this.loadMessages());c(function(){d.appendTo("body")});this.loadUi()},isToolbarLoaded:function(){return null!==this.wrapper},showToolbar:function(a){this.isToolbarLoaded()||this.loadToolbar();if(!this.visible){this.options.unify&&this.hideOtherToolbars(!0);this.visible=!0;this.wrapper.css("display","");this.fire("resize");"undefined"===
31
- typeof this.getElement().attr("tabindex")&&this.getElement().attr("tabindex",-1);if(a)if(a.select)a.select();else{var b=l.getSelection();b.removeAllRanges();b.addRange(a)}var d=this;c(function(){d.fire("show");d.getElement().focus()})}},hideToolbar:function(){this.visible&&(this.visible=!1,this.wrapper.hide(),this.fire("hide"),this.fire("resize"))},hideOtherToolbars:function(a){this.unify(function(b){b.hideToolbar(a)},!1)},isVisible:function(){return this.visible},getTemplate:function(a,b){var d;
32
- d=this.templates[a]?this.templates[a]:c.ui.editor.getTemplate(a,this.options.urlPrefix);d=d.replace(/_\(['"]{1}(.*?)['"]{1}\)/g,function(a,b){b=b.replace(/\\(.?)/g,function(a,b){switch(b){case "\\":return"\\";case "0":return"\x00";case "":return"";default:return b}});return g(b)});b=c.extend({},this.options,b||{});b=this.getTemplateVars(b);return d=d.replace(/\{\{(.*?)\}\}/g,function(a,c){return b[c]})},getTemplateVars:function(a,b,c){b=b?b+".":"";c||(c=1);var e={},f;for(f in a)if("object"===typeof a[f]&&
33
- 5>c){var h=this.getTemplateVars(a[f],b+f,++c),g;for(g in h)e[g]=h[g]}else e[b+f]=a[f];return e},historyPush:function(){this.historyEnabled&&this.getHtml()!==this.historyPeak()&&(this.present!==this.history.length-1&&(this.history=this.history.splice(0,this.present+1)),this.history.push(this.getHtml()),this.present=this.history.length-1)},historyPeak:function(){return!this.history.length?null:this.history[this.present]},historyBack:function(){0<this.present&&(this.present--,this.setHtml(this.history[this.present]),
29
+ c("<div/>").addClass(this.options.baseClass+"-wrapper").css("display","none").append(b).append(a);c.fn.draggable&&this.options.draggable&&(d.draggable({cancel:"a, button",cursor:"move",handle:".ui-editor-path",stop:c.proxy(function(){var a=this.persist("position",[d.css("top"),d.css("left")]);d.css({top:Math.abs(a[0]),left:Math.abs(a[1])})},this)}),d.css("position",""),(a=this.persist("position")||this.options.dialogPosition)||(a=[10,10]),parseInt(a[0],10)+d.outerHeight()>c(m).height()&&(a[0]=c(m).height()-
30
+ d.outerHeight()),parseInt(a[1],10)+d.outerWidth()>c(m).width()&&(a[1]=c(m).width()-d.outerWidth()),d.css({top:Math.abs(parseInt(a[0],10)),left:Math.abs(parseInt(a[1],10))}),this.loadMessages());c(function(){d.appendTo("body")});this.loadUi()},isToolbarLoaded:function(){return null!==this.wrapper},showToolbar:function(a){this.isToolbarLoaded()||this.loadToolbar();if(!this.visible){this.options.unify&&this.hideOtherToolbars(!0);this.visible=!0;this.wrapper.css("display","");this.fire("resize");"undefined"===
31
+ typeof this.getElement().attr("tabindex")&&this.getElement().attr("tabindex",-1);if(a)if(a.select)a.select();else{var b=m.getSelection();b.removeAllRanges();b.addRange(a)}var d=this;c(function(){d.fire("show");d.getElement().focus()})}},hideToolbar:function(){this.visible&&(this.visible=!1,this.wrapper.hide(),this.fire("hide"),this.fire("resize"))},hideOtherToolbars:function(a){this.unify(function(b){b.hideToolbar(a)},!1)},isVisible:function(){return this.visible},getTemplate:function(a,b){var d;
32
+ d=this.templates[a]?this.templates[a]:c.ui.editor.getTemplate(a,this.options.urlPrefix);d=d.replace(/_\(['"]{1}(.*?)['"]{1}\)/g,function(a,b){b=b.replace(/\\(.?)/g,function(a,b){switch(b){case "\\":return"\\";case "0":return"\x00";case "":return"";default:return b}});return h(b)});b=c.extend({},this.options,b||{});b=this.getTemplateVars(b);return d=d.replace(/\{\{(.*?)\}\}/g,function(a,c){return b[c]})},getTemplateVars:function(a,b,c){b=b?b+".":"";c||(c=1);var e={},f;for(f in a)if("object"===typeof a[f]&&
33
+ 5>c){var g=this.getTemplateVars(a[f],b+f,++c),h;for(h in g)e[h]=g[h]}else e[b+f]=a[f];return e},historyPush:function(){this.historyEnabled&&this.getHtml()!==this.historyPeak()&&(this.present!==this.history.length-1&&(this.history=this.history.splice(0,this.present+1)),this.history.push(this.getHtml()),this.present=this.history.length-1)},historyPeak:function(){return!this.history.length?null:this.history[this.present]},historyBack:function(){0<this.present&&(this.present--,this.setHtml(this.history[this.present]),
34
34
  this.historyEnabled=!1,this.change(),this.historyEnabled=!0)},historyForward:function(){this.present<this.history.length-1&&(this.present++,this.setHtml(this.history[this.present]),this.historyEnabled=!1,this.change(),this.historyEnabled=!0)},registerHotkey:function(a,b,d){if("string"===typeof a)this.hotkeys[a]=c.extend({},{context:d,restoreSelection:!0},b);else for(var e in a)this.registerHotkey(e,a[e],d)},bindHotkeys:function(){for(var a in this.hotkeys){var b=this,c=this.hotkeys[a].force||!1;(this.options.enableHotkeys||
35
35
  c)&&this.getElement().bind("keydown."+this.widgetName,a,function(a){o();var c=b.hotkeys[a.data];!0!==c.action.call(c.context)&&a.preventDefault();c.restoreSelection&&n();b.checkChange()})}},uiEnabled:function(a){return!1===this.options.enableUi&&"undefined"===typeof this.options.ui[a]||!1===this.options.ui[a]||-1!==c.inArray(a,this.options.disabledUi)?!1:!0},getUi:function(a){return this.uiObjects[a]},loadUi:function(){for(var a=0,b=this.options.uiOrder.length;a<b;a++){for(var d=this.options.uiOrder[a],
36
- e=c("<div/>"),f=0,h=d.length;f<h;f++)if(this.uiEnabled(d[f])){var g=d[f].replace(/([A-Z])/g,function(a){return"-"+a.toLowerCase()});if(c.ui.editor.ui[d[f]]){var j=c.extend({},c.ui.editor.ui[d[f]]),g=c.extend(!0,{},this.options,{baseClass:this.options.baseClass+"-ui-"+g},j.options,this.options.ui[d[f]]);j.editor=this;j.options=g;j.ui=j.init(this,g);j.hotkeys&&(this.registerHotkey(j.hotkeys,null,j),j.ui.title+=" ("+c.map(j.hotkeys,function(a,b){return b})[0]+")");j.ui.init(d[f],this,g,j).appendTo(e);
37
- this.uiObjects[d[f]]=j}}e.addClass("ui-buttonset").addClass(this.options.baseClass+"-buttonset");0<e.children().length&&e.appendTo(this.toolbar)}c("<div/>").css("clear","both").appendTo(this.toolbar)},uiButton:function(a){return c.extend({button:null,options:{},init:function(a,d,e,f){var h=a.replace(/([A-Z])/g,function(a){return"-"+a.toLowerCase()}),e=c.extend({},d.options,{baseClass:d.options.baseClass+"-"+h+"-button"},this.options,d.options.ui[a]);this.title||(this.title=g("Unnamed Button"));this.button=
38
- c("<div/>").html(this.label||this.title).addClass(e.baseClass).attr("name",a).attr("title",this.title).val(a);e.classes&&this.button.addClass(e.classes);this.button.bind("mousedown."+f.editor.widgetName,function(a){a.preventDefault()});var N=this;this.button.bind("mouseup."+f.editor.widgetName,function(a){a.preventDefault();N.click.apply(f,arguments)});d.bind("destroy",c.proxy(function(){this.button.button("destroy").remove()},this));this.button.button({icons:{primary:this.icon||"ui-icon-"+h},disabled:e.disabled?
36
+ e=c("<div/>"),f=0,g=d.length;f<g;f++)if(this.uiEnabled(d[f])){var h=d[f].replace(/([A-Z])/g,function(a){return"-"+a.toLowerCase()});if(c.ui.editor.ui[d[f]]){var k=c.extend({},c.ui.editor.ui[d[f]]),h=c.extend(!0,{},this.options,{baseClass:this.options.baseClass+"-ui-"+h},k.options,this.options.ui[d[f]]);k.editor=this;k.options=h;k.ui=k.init(this,h);k.hotkeys&&(this.registerHotkey(k.hotkeys,null,k),k.ui.title+=" ("+c.map(k.hotkeys,function(a,b){return b})[0]+")");k.ui.init(d[f],this,h,k).appendTo(e);
37
+ this.uiObjects[d[f]]=k}}e.addClass("ui-buttonset").addClass(this.options.baseClass+"-buttonset");0<e.children().length&&e.appendTo(this.toolbar)}c("<div/>").css("clear","both").appendTo(this.toolbar)},uiButton:function(a){return c.extend({button:null,options:{},init:function(a,d,e,f){var g=a.replace(/([A-Z])/g,function(a){return"-"+a.toLowerCase()}),e=c.extend({},d.options,{baseClass:d.options.baseClass+"-"+g+"-button"},this.options,d.options.ui[a]);this.title||(this.title=h("Unnamed Button"));this.button=
38
+ c("<div/>").html(this.label||this.title).addClass(e.baseClass).attr("name",a).attr("title",this.title).val(a);e.classes&&this.button.addClass(e.classes);this.button.bind("mousedown."+f.editor.widgetName,function(a){a.preventDefault()});var N=this;this.button.bind("mouseup."+f.editor.widgetName,function(a){a.preventDefault();N.click.apply(f,arguments)});d.bind("destroy",c.proxy(function(){this.button.button("destroy").remove()},this));this.button.button({icons:{primary:this.icon||"ui-icon-"+g},disabled:e.disabled?
39
39
  !0:!1,text:this.text||!1,label:this.label||null});this.ready.call(f);return this.button},disable:function(){this.button.button("option","disabled",!0)},enable:function(){this.button.button("option","disabled",!1)},ready:function(){},click:function(){}},a)},uiSelectMenu:function(a){return c.extend({select:null,selectMenu:null,button:null,menu:null,options:{},init:function(a,d){var e=this,f=a.replace(/([A-Z])/g,function(a){return"-"+a.toLowerCase()});c.extend({},d.options,{baseClass:d.options.baseClass+
40
- f+"-select-menu"},e.options,d.options.ui[a]);e.title||(e.title=g("Unnamed Select Menu"));e.wrapper=c('<div class="ui-editor-selectmenu-wrapper"/>').append(e.select.hide()).addClass(e.select.attr("class"));e.selectMenu=c('<div class="ui-editor-selectmenu"/>').appendTo(e.wrapper);e.menu=c('<div class="ui-editor-selectmenu-menu ui-widget-content ui-corner-bottom ui-corner-tr"/>').appendTo(e.wrapper);e.select.find("option, .ui-editor-selectmenu-option").each(function(){c("<div/>").addClass("ui-editor-selectmenu-menu-item").addClass("ui-corner-all").html(c(this).html()).appendTo(e.menu).bind("mouseenter."+
40
+ f+"-select-menu"},e.options,d.options.ui[a]);e.title||(e.title=h("Unnamed Select Menu"));e.wrapper=c('<div class="ui-editor-selectmenu-wrapper"/>').append(e.select.hide()).addClass(e.select.attr("class"));e.selectMenu=c('<div class="ui-editor-selectmenu"/>').appendTo(e.wrapper);e.menu=c('<div class="ui-editor-selectmenu-menu ui-widget-content ui-corner-bottom ui-corner-tr"/>').appendTo(e.wrapper);e.select.find("option, .ui-editor-selectmenu-option").each(function(){c("<div/>").addClass("ui-editor-selectmenu-menu-item").addClass("ui-corner-all").html(c(this).html()).appendTo(e.menu).bind("mouseenter."+
41
41
  d.widgetName,function(){c(this).addClass("ui-state-focus")}).bind("mouseleave."+d.widgetName,function(){c(this).removeClass("ui-state-focus")}).bind("mousedown."+d.widgetName,function(){return false}).bind("click."+d.widgetName,function(){var a=e.select.find("option, .ui-editor-selectmenu-option").eq(c(this).index()),a=a.attr("value")||a.val();e.select.val(a);e.update();e.wrapper.removeClass("ui-editor-selectmenu-visible");e.button.addClass("ui-corner-all").removeClass("ui-corner-top");e.change(a);
42
- return false})});var f=c("<div/>").addClass("ui-editor-selectmenu-text"),h=c("<div/>").addClass("ui-icon ui-icon-triangle-1-s");e.button=c("<div/>").addClass("ui-editor-selectmenu-button ui-editor-selectmenu-button ui-button ui-state-default").attr("title",e.title).append(f).append(h).prependTo(e.selectMenu);e.button.bind("mousedown."+d.widgetName,function(){return false}).bind("click."+d.widgetName,function(){if(!c(this).hasClass("ui-state-disabled")){parseInt(e.menu.css("min-width"),10)<e.button.outerWidth()+
42
+ return false})});var f=c("<div/>").addClass("ui-editor-selectmenu-text"),g=c("<div/>").addClass("ui-icon ui-icon-triangle-1-s");e.button=c("<div/>").addClass("ui-editor-selectmenu-button ui-editor-selectmenu-button ui-button ui-state-default").attr("title",e.title).append(f).append(g).prependTo(e.selectMenu);e.button.bind("mousedown."+d.widgetName,function(){return false}).bind("click."+d.widgetName,function(){if(!c(this).hasClass("ui-state-disabled")){parseInt(e.menu.css("min-width"),10)<e.button.outerWidth()+
43
43
  10&&e.menu.css("min-width",e.button.outerWidth()+10);e.wrapper.toggleClass("ui-editor-selectmenu-visible");return false}}).bind("mouseenter."+d.widgetName,function(){c(this).hasClass("ui-state-disabled")||c(this).addClass("ui-state-hover",c(this).hasClass("ui-state-disabled"))}).bind("mouseleave."+d.widgetName,function(){c(this).removeClass("ui-state-hover")});f=e.select.find("option[value="+this.select.val()+"], .ui-editor-selectmenu-option[value="+this.select.val()+"]").html()||e.select.find("option, .ui-editor-selectmenu-option").first().html();
44
44
  e.button.find(".ui-editor-selectmenu-text").html(f);return e.wrapper},update:function(){var a=this.select.find("option[value="+this.select.val()+"], .ui-editor-selectmenu-option[value="+this.select.val()+"]").html();this.button.find(".ui-editor-selectmenu-text").html(a)},val:function(){var a=this.select.val.apply(this.select,arguments);this.update();return a},change:function(){}},a)},getPlugin:function(a){return this.plugins[a]},loadPlugins:function(){this.options.plugins||(this.options.plugins={});
45
45
  for(var a in c.ui.editor.plugins)if(!(!1===this.options.enablePlugins&&"undefined"===typeof this.options.plugins[a]||!1===this.options.plugins[a])&&-1===c.inArray(a,this.options.disabledPlugins)){var b=c.extend({},c.ui.editor.plugins[a]),d=a.replace(/([A-Z])/g,function(a){return"-"+a.toLowerCase()}),d=c.extend(!0,{},this.options,{baseClass:this.options.baseClass+"-"+d},b.options,this.options.plugins[a]);b.editor=this;b.options=d;b.init(this,d);b.hotkeys&&this.registerHotkey(b.hotkeys,null,b);this.plugins[a]=
46
46
  b}},isDirty:function(){return this.dirty},getHtml:function(){var a=this.getElement().html(),a=c("<div/>").html(a);a.find(".rangySelectionBoundary").remove();return a=a.html()},getCleanHtml:function(){this.fire("clean");var a=this.getElement().html();this.fire("restore");a=c("<div/>").html(a);a.find(".rangySelectionBoundary").remove();return a=a.html()},setHtml:function(a){this.getElement().html(a);this.fire("html");this.change()},resetHtml:function(){this.setHtml(this.getOriginalHtml());this.fire("cleaned")},
47
- getOriginalHtml:function(){return this.originalHtml},save:function(){var a=this.getCleanHtml();this.fire("save");this.setOriginalHtml(a);this.fire("saved");this.fire("cleaned");return a},setOriginalHtml:function(a){this.originalHtml=a},bind:function(a,b,d){var e=this.events;c.each(a.split(","),function(a,h){h=c.trim(h);e[h]||(e[h]=[]);e[h].push({context:d,callback:b})})},unbind:function(a,b,c){for(var e=0,f=this.events[a].length;e<f;e++)this.events[a][e]&&this.events[a][e].callback===b&&this.events[a][e].context===
48
- c&&this.events[a].splice(e,1)},fire:function(a,b,d){d||this.fire("before:"+a,b,!0);if(this.events[a])for(var e=0,f=this.events[a].length;e<f;e++){var h=this.events[a][e];"undefined"!==typeof h.callback&&h.callback.call(h.context||this)}!1!==b&&c.ui.editor.fire(a);d||this.fire("after:"+a,b,!0)}});c.extend(c.ui.editor,{elementRemoveComments:function(a){a.contents().each(function(){8==this.nodeType&&c(this).remove()});a.children().each(function(){element.removeComments(c(this))});return a},elementRemoveAttributes:function(a,
47
+ getOriginalHtml:function(){return this.originalHtml},save:function(){var a=this.getCleanHtml();this.fire("save");this.setOriginalHtml(a);this.fire("saved");this.fire("cleaned");return a},setOriginalHtml:function(a){this.originalHtml=a},bind:function(a,b,d){var e=this.events;c.each(a.split(","),function(a,g){g=c.trim(g);e[g]||(e[g]=[]);e[g].push({context:d,callback:b})})},unbind:function(a,b,c){for(var e=0,f=this.events[a].length;e<f;e++)this.events[a][e]&&this.events[a][e].callback===b&&this.events[a][e].context===
48
+ c&&this.events[a].splice(e,1)},fire:function(a,b,d){d||this.fire("before:"+a,b,!0);if(this.events[a])for(var e=0,f=this.events[a].length;e<f;e++){var g=this.events[a][e];"undefined"!==typeof g.callback&&g.callback.call(g.context||this)}!1!==b&&c.ui.editor.fire(a);d||this.fire("after:"+a,b,!0)}});c.extend(c.ui.editor,{elementRemoveComments:function(a){a.contents().each(function(){8==this.nodeType&&c(this).remove()});a.children().each(function(){element.removeComments(c(this))});return a},elementRemoveAttributes:function(a,
49
49
  b){a.children().each(function(){var a=c.map(this.attributes,function(a){if(-1===c.inArray(a.name,b))return a.name}),e=c(this);c.each(a,function(a,b){e.removeAttr(b)});element.removeAttributes(c(this),b)});return a},elementBringToTop:I,elementOuterHtml:q,elementOuterText:function(a){return a.clone().wrap("<div/>").parent().text()},elementIsBlock:function(a){return"block"===D(a.tagName)},elementDefaultDisplay:D,elementIsValid:E,fragmentToHtml:u,fragmentInsertBefore:function(a,b,d){for(var e=0,f=a.childNodes.length;e<
50
- f;e++){var h=a.childNodes.item(e);(h=3===h.nodeType?h.nodeValue:c(h).html())&&c("<"+d+"/>").html(c.trim(h)).insertBefore(b)}},rangeExpandToParent:function(a){a.setStartBefore(a.startContainer);a.setEndAfter(a.endContainer)},rangeGetCommonAncestor:S,rangeIsEmpty:T,selectionSave:o,selectionRestore:n,selectionDestroy:F,selectionEachRange:m,selectionReplace:p,selectionSelectInner:A,selectionSelectOuter:v,selectionSelectEdge:J,selectionSelectEnd:U,selectionSelectStart:w,selectionGetHtml:x,selectionGetElements:k,
51
- selectionToggleWrapper:r,selectionExists:function(a){var b=!1;m(function(a){T(a)||(b=!0)},a,this);return b},selectionReplaceSplittingSelectedElement:M,selectionReplaceWithinValidTags:B,stringStripTags:G,defaults:{plugins:{},ui:{},bind:{},domTools:{constrainSelection:function(a,b){var a=c(a)[0],b=b||i.getSelection(),d;c(b.getAllRanges()).each(function(e,f){d=3===this.commonAncestorContainer.nodeType?c(f.commonAncestorContainer).parent()[0]:f.commonAncestorContainer;a!==d&&!c.contains(a,d)&&b.removeRange(f)})},
52
- unwrapParentTag:function(a){k().each(function(){c(this).is(a)&&c(this).replaceWith(c(this).html())})},execCommand:function(a,b,c){try{document.execCommand(a,b,c)}catch(e){}},insertTag:function(a,b){m(function(b){b.insertNode(c("<"+a+"/>")[0])},b,this)},insertTagAtEnd:function(a,b){m(function(b){b.insertNodeAtEnd(c("<"+a+"/>")[0])},b,this)},insertElement:function(a,b,d){m(function(d){c(a).each(function(){d.insertNode(!1===b?this:this.cloneNode(!0))})},d,this)},insertElementAtEnd:function(a,b,d){m(function(d){c(a).each(function(){d.insertNodeAtEnd(!1===
53
- b?this:this.cloneNode(!0))})},d,this)},toggleBlockStyle:function(a,b){m(function(d){for(d=c(d.commonAncestorContainer);d.length&&d[0]!==b[0]&&(3===d[0].nodeType||"inline"===d.css("display"));)d=d.parent();d[0]===b[0]&&"inline"!==b.css("display")&&(this.wrapInner(b,"div"),d=b.children().first());this.toggleStyle(d,a)},null,this)},wrapInner:function(a,b){o();c(a).each(function(){var d=c("<"+b+"/>").html(c(this).html());a.html(d)});n()},inverseWrapWithTagClass:function(a,b,d,e){o();var f="domTools"+
54
- Math.ceil(1E7*Math.random());m(function(a){var c=i.createCssClassApplier(e,{elementTagName:d});c.isAppliedToRange(a)?c.toggleSelection():i.createCssClassApplier(b,{elementTagName:f}).toggleSelection()},null,this);c(f).each(function(){c(this).replaceWith(c("<"+a+"/>").addClass(b).html(c(this).html()))});n()},toggleStyle:function(a,b){c.each(b,function(b,e){c(a).css(b)===e?c(a).css(b,""):c(a).css(b,e)})},getStyles:function(a){for(var b={},a=l.getComputedStyle(a[0],null),c=0;c<a.length;c++)b[a.item(c)]=
50
+ f;e++){var g=a.childNodes.item(e);(g=3===g.nodeType?g.nodeValue:c(g).html())&&c("<"+d+"/>").html(c.trim(g)).insertBefore(b)}},rangeExpandToParent:function(a){a.setStartBefore(a.startContainer);a.setEndAfter(a.endContainer)},rangeGetCommonAncestor:S,rangeIsEmpty:T,selectionSave:o,selectionRestore:n,selectionDestroy:F,selectionEachRange:l,selectionReplace:p,selectionSelectInner:A,selectionSelectOuter:v,selectionSelectEdge:J,selectionSelectEnd:U,selectionSelectStart:w,selectionGetHtml:x,selectionGetElements:j,
51
+ selectionToggleWrapper:r,selectionExists:function(a){var b=!1;l(function(a){T(a)||(b=!0)},a,this);return b},selectionReplaceSplittingSelectedElement:M,selectionReplaceWithinValidTags:B,stringStripTags:G,defaults:{plugins:{},ui:{},bind:{},domTools:{constrainSelection:function(a,b){var a=c(a)[0],b=b||i.getSelection(),d;c(b.getAllRanges()).each(function(e,f){d=3===this.commonAncestorContainer.nodeType?c(f.commonAncestorContainer).parent()[0]:f.commonAncestorContainer;a!==d&&!c.contains(a,d)&&b.removeRange(f)})},
52
+ unwrapParentTag:function(a){j().each(function(){c(this).is(a)&&c(this).replaceWith(c(this).html())})},execCommand:function(a,b,c){try{document.execCommand(a,b,c)}catch(e){}},insertTag:function(a,b){l(function(b){b.insertNode(c("<"+a+"/>")[0])},b,this)},insertTagAtEnd:function(a,b){l(function(b){b.insertNodeAtEnd(c("<"+a+"/>")[0])},b,this)},insertElement:function(a,b,d){l(function(d){c(a).each(function(){d.insertNode(!1===b?this:this.cloneNode(!0))})},d,this)},insertElementAtEnd:function(a,b,d){l(function(d){c(a).each(function(){d.insertNodeAtEnd(!1===
53
+ b?this:this.cloneNode(!0))})},d,this)},toggleBlockStyle:function(a,b){l(function(d){for(d=c(d.commonAncestorContainer);d.length&&d[0]!==b[0]&&(3===d[0].nodeType||"inline"===d.css("display"));)d=d.parent();d[0]===b[0]&&"inline"!==b.css("display")&&(this.wrapInner(b,"div"),d=b.children().first());this.toggleStyle(d,a)},null,this)},wrapInner:function(a,b){o();c(a).each(function(){var d=c("<"+b+"/>").html(c(this).html());a.html(d)});n()},inverseWrapWithTagClass:function(a,b,d,e){o();var f="domTools"+
54
+ Math.ceil(1E7*Math.random());l(function(a){var c=i.createCssClassApplier(e,{elementTagName:d});c.isAppliedToRange(a)?c.toggleSelection():i.createCssClassApplier(b,{elementTagName:f}).toggleSelection()},null,this);c(f).each(function(){c(this).replaceWith(c("<"+a+"/>").addClass(b).html(c(this).html()))});n()},toggleStyle:function(a,b){c.each(b,function(b,e){c(a).css(b)===e?c(a).css(b,""):c(a).css(b,e)})},getStyles:function(a){for(var b={},a=m.getComputedStyle(a[0],null),c=0;c<a.length;c++)b[a.item(c)]=
55
55
  a.getPropertyValue(a.item(c));return b},swapStyles:function(a,b,c){for(var e in c)a.css(e,b.css(e)),b.css(e,c[e])}},namespace:null,unify:!0,persistence:!0,persistenceName:"uiEditor",unloadWarning:!0,autoEnable:!1,partialEdit:!1,enablePlugins:!0,disabledPlugins:[],uiOrder:null,enableUi:!0,disabledUi:[],message:{delay:5E3},replace:!1,replaceStyle:"display,position,float,width,padding-left,padding-right,padding-top,padding-bottom,margin-left,margin-right,margin-top,margin-bottom".split(","),baseClass:"ui-editor",
56
56
  cssPrefix:"cms-",draggable:!0,enableHotkeys:!0,hotkeys:{},supplementaryClass:"supplementary-element-class"},events:{},plugins:{},ui:{},instances:[],getInstances:function(){return this.instances},eachInstance:function(a){for(var b=0;b<this.instances.length;b++)a.call(this.instances[b],this.instances[b])},urlPrefix:"/raptor/",templates:{"paste.dialog":'<div class="ui-editor-paste-panel ui-dialog-content ui-widget-content">\n <div class="ui-editor-paste-panel-tabs ui-tabs ui-widget ui-widget-content ui-corner-all">\n <ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">\n <li class="ui-state-default ui-corner-top ui-tabs-selected ui-state-active"><a>_(\'Plain Text\')</a></li>\n <li class="ui-state-default ui-corner-top"><a>_(\'Formatted &amp; Cleaned\')</a></li>\n <li class="ui-state-default ui-corner-top"><a>_(\'Formatted Unclean\')</a></li>\n <li class="ui-state-default ui-corner-top"><a>_(\'Source Code\')</a></li>\n </ul>\n <div class="ui-editor-paste-plain-tab">\n <textarea class="ui-editor-paste-area ui-editor-paste-plain">{{plain}}</textarea>\n </div>\n <div class="ui-editor-paste-markup-tab" style="display: none">\n <div contenteditable="true" class="ui-editor-paste-area ui-editor-paste-markup">{{markup}}</div>\n </div>\n <div class="ui-editor-paste-rich-tab" style="display: none">\n <div contenteditable="true" class="ui-editor-paste-area ui-editor-paste-rich">{{html}}</div>\n </div>\n <div class="ui-editor-paste-source-tab" style="display: none">\n <textarea class="ui-editor-paste-area ui-editor-paste-source">{{html}}</textarea>\n </div>\n </div>\n</div>\n',
57
57
  "imageresize.manually-resize-image":'<div>\n <fieldset>\n <label for="{{baseClass}}-width">_(\'Image width\')</label>\n <input id="{{baseClass}}-width" name="width" type="text" value="{{width}}" placeholder="_(\'Image width\')"/>\n </fieldset>\n <fieldset>\n <label for="{{baseClass}}-height">_(\'Image height\')</label>\n <input id="{{baseClass}}-height" name="height" type="text" value="{{height}}" placeholder="_(\'Image height\')"/>\n </fieldset>\n</div>',"viewsource.dialog":'<div style="display:none" class="{{baseClass}}-dialog">\n <div class="{{baseClass}}-plain-text">\n <textarea>{{source}}</textarea>\n </div>\n</div>\n',
@@ -66,181 +66,185 @@ cssPrefix:"cms-",draggable:!0,enableHotkeys:!0,hotkeys:{},supplementaryClass:"su
66
66
  root:"<a href=\"javascript: // _('Select all editable content')\" \n class=\"{{baseClass}}-select-element\"\n title=\"_('Click to select all editable content')\">_('root')</a> \n",message:'<div class="{{baseClass}}-message-wrapper {{baseClass}}-message-{{type}}">\n <div class="ui-icon ui-icon-{{type}}" />\n <div class="{{baseClass}}-message">{{message}}</div>\n <div class="{{baseClass}}-message-close ui-icon ui-icon-circle-close"></div>\n</div>\n',tag:' &gt; <a href="javascript: // _(\'Select {{element}} element\')" \n class="{{baseClass}}-select-element"\n title="_(\'Click to select the contents of the \'{{element}}\' element\')"\n data-ui-editor-selection="{{data}}">{{element}}</a> \n',
67
67
  unsupported:'<div class="{{baseClass}}-unsupported-overlay"></div>\n<div class="{{baseClass}}-unsupported-content">\n It has been detected that you a using a browser that is not supported by Raptor, please\n use one of the following browsers:\n\n <ul>\n <li><a href="http://www.google.com/chrome">Google Chrome</a></li>\n <li><a href="http://www.firefox.com">Mozilla Firefox</a></li>\n <li><a href="http://www.google.com/chromeframe">Internet Explorer with Chrome Frame</a></li>\n </ul>\n\n <div class="{{baseClass}}-unsupported-input">\n <button class="{{baseClass}}-unsupported-close">Close</button>\n <input name="{{baseClass}}-unsupported-show" type="checkbox" />\n <label>Don\'t show this message again</label>\n </div>\n<div>',
68
68
  messages:'<div class="{{baseClass}}-messages" />\n'},getTemplate:function(a,b){var d;if(this.templates[a])d=this.templates[a];else{var e=b||this.urlPrefix,f=a.split("."),e=1===f.length?e+("templates/"+f[0]+".html"):e+("plugins/"+f[0]+"/templates/"+f.splice(1).join("/")+".html");c.ajax({url:e,type:"GET",async:!1,timeout:15E3,error:function(){d=null},success:function(a){d=a}});this.templates[a]=d}return d},getUniqueId:function(){for(var a=c.ui.editor.defaults.baseClass+"-uid-"+(new Date).getTime()+
69
- "-"+Math.floor(1E5*Math.random());c("#"+a).length;)a=c.ui.editor.defaults.baseClass+"-uid-"+(new Date).getTime()+"-"+Math.floor(1E5*Math.random());return a},isDirty:function(){for(var a=this.getInstances(),b=0;b<a.length;b++)if(a[b].isDirty())return!0;return!1},unloadWarning:function(){for(var a=this.getInstances(),b=0;b<a.length;b++)if(a[b].isDirty()&&a[b].isEditing()&&a[b].options.unloadWarning)return g("\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes")},
69
+ "-"+Math.floor(1E5*Math.random());c("#"+a).length;)a=c.ui.editor.defaults.baseClass+"-uid-"+(new Date).getTime()+"-"+Math.floor(1E5*Math.random());return a},isDirty:function(){for(var a=this.getInstances(),b=0;b<a.length;b++)if(a[b].isDirty())return!0;return!1},unloadWarning:function(){for(var a=this.getInstances(),b=0;b<a.length;b++)if(a[b].isDirty()&&a[b].isEditing()&&a[b].options.unloadWarning)return h("\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes")},
70
70
  defaultUi:{ui:null,editor:null,options:null,init:function(){},persist:function(a,b){return this.editor.persist(a,b)},bind:function(a,b,c){this.editor.bind(a,b,c||this)},unbind:function(a,b,c){this.editor.unbind(a,b,c||this)}},registerUi:function(a,b){if("string"===typeof a)this.ui[a]=c.extend({},this.defaultUi,b);else for(var d in a)this.registerUi(d,a[d])},defaultPlugin:{editor:null,options:null,init:function(){},persist:function(a,b){return this.editor.persist(a,b)},bind:function(a,b,c){this.editor.bind(a,
71
71
  b,c||this)},unbind:function(a,b,c){this.editor.unbind(a,b,c||this)}},registerPlugin:function(a,b){if("string"===typeof a)this.plugins[a]=c.extend({},this.defaultPlugin,b);else for(var d in a)this.registerPlugin(d,a[d])},bind:function(a,b){this.events[a]||(this.events[a]=[]);this.events[a].push(b)},unbind:function(a){c.each(this.events,function(b){for(var c=0;c<this.length;c++)this[c]===a&&this.events[b].splice(c,1)})},fire:function(a){if(this.events[a])for(var b=0,c=this.events[a].length;b<c;b++)this.events[a][b].call(this)},
72
- persist:function(a,b,c){a=c?c+"."+a:a;if(localStorage){c=localStorage.uiWidgetEditor?JSON.parse(localStorage.uiWidgetEditor):{};if(b===H)return c[a];c[a]=b;localStorage.uiWidgetEditor=JSON.stringify(c)}return b}});var C,Q;c.ui.editor.registerUi({alignLeft:{init:function(a){return a.uiButton({title:g("Left Align"),click:function(){a.toggleBlockStyle({"text-align":"left"},a.getElement())}})}},alignJustify:{init:function(a){return a.uiButton({title:g("Justify"),click:function(){a.toggleBlockStyle({"text-align":"justify"},
73
- a.getElement())}})}},alignCenter:{init:function(a){return a.uiButton({title:g("Center Align"),click:function(){a.toggleBlockStyle({"text-align":"center"},a.getElement())}})}},alignRight:{init:function(a){return a.uiButton({title:g("Right Align"),click:function(){a.toggleBlockStyle({"text-align":"right"},a.getElement())}})}}});c.ui.editor.registerUi({textBold:{hotkeys:{"ctrl+b":{action:function(){this.ui.click()}}},init:function(a,b){return this.editor.uiButton({title:g("Bold"),click:function(){r("strong",
74
- {classes:b.classes||b.cssPrefix+"bold"})}})}},textItalic:{hotkeys:{"ctrl+i":{action:function(){this.ui.click()}}},init:function(a,b){return a.uiButton({title:g("Italic"),click:function(){r("em",{classes:b.classes||b.cssPrefix+"italic"})}})}},textUnderline:{hotkeys:{"ctrl+u":{action:function(){this.ui.click()}}},init:function(a,b){return a.uiButton({title:g("Underline"),click:function(){r("u",{classes:b.classes||b.cssPrefix+"underline"})}})}},textStrike:{hotkeys:{"ctrl+k":{action:function(){this.ui.click()}}},
75
- init:function(a,b){return a.uiButton({title:g("Strikethrough"),click:function(){r("del",{classes:b.classes||b.cssPrefix+"strike"})}})}},textSub:{init:function(a,b){return a.uiButton({title:g("Sub script"),click:function(){r("sub",{classes:b.classes||b.cssPrefix+"sub"})}})}},textSuper:{init:function(a,b){return a.uiButton({title:g("Super script"),click:function(){r("sup",{classes:b.classes||b.cssPrefix+"super"})}})}}});c.ui.editor.registerUi({quoteBlock:{init:function(a,b){return a.uiButton({title:g("Blockquote"),
76
- icon:"ui-icon-quote",click:function(){r("blockquote",{classes:b.classes||b.cssPrefix+"blockquote"})}})}}});c.ui.editor.registerUi({cancel:{hotkeys:{esc:{action:function(){this.confirm()}}},init:function(a){return a.uiButton({name:"cancel",title:g("Cancel"),icons:{primary:"ui-icon-cancel"},dialog:null,click:function(){this.confirm()}})},confirm:function(){var a=this.editor.getPlugin("cancel"),b=this.editor;b.isDirty()?(this.dialog||(this.dialog=c(b.getTemplate("cancel.dialog"))),this.dialog.dialog({modal:!0,
77
- resizable:!1,title:g("Confirm Cancel Editing"),dialogClass:b.options.dialogClass+" "+b.options.baseClass,show:b.options.dialogShowAnimation,hide:b.options.dialogHideAnimation,buttons:[{text:g("OK"),click:function(){a.cancel();c(this).dialog("close")}},{text:g("Cancel"),click:function(){c(this).dialog("close")}}],open:function(){var a=c(this).parent().find(".ui-dialog-buttonpane");a.find("button:eq(0)").button({icons:{primary:"ui-icon-circle-check"}});a.find("button:eq(1)").button({icons:{primary:"ui-icon-circle-close"}})},
72
+ persist:function(a,b,c){a=c?c+"."+a:a;if(localStorage){c=localStorage.uiWidgetEditor?JSON.parse(localStorage.uiWidgetEditor):{};if(b===H)return c[a];c[a]=b;localStorage.uiWidgetEditor=JSON.stringify(c)}return b}});var C,Q;c.ui.editor.registerUi({alignLeft:{init:function(a){return a.uiButton({title:h("Left Align"),click:function(){a.toggleBlockStyle({"text-align":"left"},a.getElement())}})}},alignJustify:{init:function(a){return a.uiButton({title:h("Justify"),click:function(){a.toggleBlockStyle({"text-align":"justify"},
73
+ a.getElement())}})}},alignCenter:{init:function(a){return a.uiButton({title:h("Center Align"),click:function(){a.toggleBlockStyle({"text-align":"center"},a.getElement())}})}},alignRight:{init:function(a){return a.uiButton({title:h("Right Align"),click:function(){a.toggleBlockStyle({"text-align":"right"},a.getElement())}})}}});c.ui.editor.registerUi({textBold:{hotkeys:{"ctrl+b":{action:function(){this.ui.click()}}},init:function(a,b){return this.editor.uiButton({title:h("Bold"),click:function(){r("strong",
74
+ {classes:b.classes||b.cssPrefix+"bold"})}})}},textItalic:{hotkeys:{"ctrl+i":{action:function(){this.ui.click()}}},init:function(a,b){return a.uiButton({title:h("Italic"),click:function(){r("em",{classes:b.classes||b.cssPrefix+"italic"})}})}},textUnderline:{hotkeys:{"ctrl+u":{action:function(){this.ui.click()}}},init:function(a,b){return a.uiButton({title:h("Underline"),click:function(){r("u",{classes:b.classes||b.cssPrefix+"underline"})}})}},textStrike:{hotkeys:{"ctrl+k":{action:function(){this.ui.click()}}},
75
+ init:function(a,b){return a.uiButton({title:h("Strikethrough"),click:function(){r("del",{classes:b.classes||b.cssPrefix+"strike"})}})}},textSub:{init:function(a,b){return a.uiButton({title:h("Sub script"),click:function(){r("sub",{classes:b.classes||b.cssPrefix+"sub"})}})}},textSuper:{init:function(a,b){return a.uiButton({title:h("Super script"),click:function(){r("sup",{classes:b.classes||b.cssPrefix+"super"})}})}}});c.ui.editor.registerUi({quoteBlock:{init:function(a,b){return a.uiButton({title:h("Blockquote"),
76
+ icon:"ui-icon-quote",click:function(){r("blockquote",{classes:b.classes||b.cssPrefix+"blockquote"})}})}}});c.ui.editor.registerUi({cancel:{hotkeys:{esc:{action:function(){this.confirm()}}},init:function(a){return a.uiButton({name:"cancel",title:h("Cancel"),icons:{primary:"ui-icon-cancel"},dialog:null,click:function(){this.confirm()}})},confirm:function(){var a=this.editor.getPlugin("cancel"),b=this.editor;b.isDirty()?(this.dialog||(this.dialog=c(b.getTemplate("cancel.dialog"))),this.dialog.dialog({modal:!0,
77
+ resizable:!1,title:h("Confirm Cancel Editing"),dialogClass:b.options.dialogClass+" "+b.options.baseClass,show:b.options.dialogShowAnimation,hide:b.options.dialogHideAnimation,buttons:[{text:h("OK"),click:function(){a.cancel();c(this).dialog("close")}},{text:h("Cancel"),click:function(){c(this).dialog("close")}}],open:function(){var a=c(this).parent().find(".ui-dialog-buttonpane");a.find("button:eq(0)").button({icons:{primary:"ui-icon-circle-check"}});a.find("button:eq(1)").button({icons:{primary:"ui-icon-circle-close"}})},
78
78
  close:function(){c(this).dialog("destroy").remove()}})):a.cancel()}}});c.ui.editor.registerPlugin({cancel:{cancel:function(){this.editor.unify(function(a){a.fire("cancel");a.resetHtml();a.hideToolbar();a.disableEditing();F()})}}});c.ui.editor.registerPlugin("clean",{options:{stripAttrs:["_moz_dirty"],stripAttrContent:{type:"_moz"},stripEmptyTags:"span,h1,h2,h3,h4,h5,h6,p,b,i,u,strong,em,big,small,div".split(","),stripEmptyAttrs:["class","id","style"],stripDomains:[{selector:"a",attributes:["href"]},
79
79
  {selector:"img",attributes:["src"]}]},init:function(a){a.bind("change",this.clean,this)},clean:function(){var a,b=this.editor;for(a=0;a<this.options.stripAttrs.length;a++)b.getElement().find("["+this.options.stripAttrs[a]+"]").removeAttr(this.options.stripAttrs[a]);for(a=0;a<this.options.stripAttrContent.length;a++)b.getElement().find("["+a+'="'+this.options.stripAttrs[a]+'"]').removeAttr(this.options.stripAttrs[a]);for(a=0;a<this.options.stripEmptyTags.length;a++)b.getElement().find(this.options.stripEmptyTags[a]).filter(function(){if(c(this).hasClass(b.options.supplementaryClass))return!1;
80
- if(c(this).hasClass("rangySelectionBoundary")&&!1===(!1!==t)||""===c.trim(c(this).html()))return!0}).remove();for(a=0;a<this.options.stripEmptyAttrs.length;a++){var d=this.options.stripEmptyAttrs[a];b.getElement().find("["+this.options.stripEmptyAttrs[a]+"]").filter(function(){return""===c.trim(c(this).attr(d))}).removeAttr(this.options.stripEmptyAttrs[a])}var e=l.location.protocol+"//"+l.location.host,f="//"+l.location.host;for(a=0;a<this.options.stripDomains.length;a++){var h=this.options.stripDomains[a];
81
- this.editor.getElement().find(h.selector).each(function(){for(var a=0;a<h.attributes.length;a++){var b=c(this).attr(h.attributes[a]);"undefined"!==typeof b&&(0===b.indexOf(e)?c(this).attr(h.attributes[a],b.substr(e.length)):0===b.indexOf(f)&&c(this).attr(h.attributes[a],b.substr(f.length)))}})}this.editor.getElement().find("ul, ol").each(function(){c(this).find(" > :not(li)").each(function(){D(c(this).attr("tag"))?c(this).replaceWith(c("<li>"+c(this).html()+"</li>").appendTo("body")):c(this).wrap(c("<li>"))})})}});
82
- c.ui.editor.registerUi({clean:{init:function(a){return a.uiButton({title:g("Remove unnecessary markup from editor content"),click:function(){a.getPlugin("clean").clean()}})}}});c.ui.editor.registerUi({clearFormatting:{init:function(a){return this.editor.uiButton({title:g("Clear Formatting"),click:function(){var b=i.getSelection();if(0<b.rangeCount){var d=b.getRangeAt(0).cloneRange(),e=d.extractContents();""==u(e)&&(a.expandToParent(d),b.setSingleRange(d),e=d.extractContents());e=c("<div/>").append(u(e)).text();
83
- for(b=d.commonAncestorContainer;b&&b.parentNode!=a.getElement().get(0);)b=b.parentNode;if(b){d.setEndAfter(b);var f=d.extractContents();d.collapseAfter(b);d.insertNode(f);d.collapseAfter(b)}d.insertNode(document.createTextNode(e))}a.checkChange()}})}}});c.ui.editor.registerPlugin("clickButtonToEdit",{hovering:!1,options:{button:{text:!0,icons:{primary:"ui-icon-pencil"}}},init:function(a,b){var d=this,e=!1,b=c.extend(!0,{},{position:{at:"center center",of:a.getElement(),my:"center center",using:function(a){c(this).css({position:"absolute",
84
- top:a.top,left:a.left})}}},b);this.selection=function(){var a;document.selection?a=document.selection.createRange():document.getSelection().rangeCount&&(a=document.getSelection().getRangeAt(0));return a};this.show=function(){a.isEditing()||(a.getElement().addClass(b.baseClass+"-highlight"),a.getElement().addClass(b.baseClass+"-hover"),e.button(b.button),e.position(b.position),e.addClass(b.baseClass+"-visible"))};this.hide=function(d){if(!d||!(d.relatedTarget===e.get(0)||e.get(0)===c(d.relatedTarget).parent().get(0)))a.getElement().removeClass(b.baseClass+
85
- "-highlight"),a.getElement().removeClass(b.baseClass+"-hover"),e.removeClass(b.baseClass+"-visible")};this.edit=function(){d.hide();a.isEditing()||a.enableEditing();a.isVisible()||a.showToolbar(d.selection())};this.buttonOut=function(){e.hasClass(b.baseClass+"-visible")||(l.clearTimeout(d.timeoutId),d.timeoutId=l.setTimeout(d.hide,350))};a.bind("ready, hide, cancel",function(){e=c(a.getTemplate("clickbuttontoedit.edit-button",b)).appendTo("body").removeClass(b.baseClass+"-visible");e.position(b.position);
86
- e.bind("click."+a.widgetName,d.edit);e.bind("mouseleave."+a.widgetName,d.buttonOut);a.getElement().bind("mouseenter."+a.widgetName,d.show);a.getElement().bind("mouseleave."+a.widgetName,d.hide)});a.bind("show",function(){e.button("destroy").remove();a.getElement().unbind("mouseenter."+a.widgetName,d.show);a.getElement().unbind("mouseleave."+a.widgetName,d.hide)})}});c.ui.editor.registerUi("colorPickerBasic",{init:function(a){a.bind("selectionChange",this.change,this);a.bind("show",this.change,this);
87
- var b=this;return a.uiSelectMenu({name:"colorPickerBasic",title:g("Change the color of the selected text."),select:c(a.getTemplate("color-picker-basic.menu")),change:function(a){"automatic"===a?k().parents("."+b.options.cssPrefix+"color").andSelf().each(function(){var a=c(this),b=c(this).attr("class").match(/(cms-(.*?))( |$)/ig);c.each(b,function(b,d){d=c.trim(d);a.removeClass(d)})}):r("span",{classes:b.options.classes||b.options.cssPrefix+"color "+b.options.cssPrefix+a})}})},change:function(){this.ui.val("automatic");
88
- var a=k()[0];if(a&&(a=c(a).closest("."+this.options.cssPrefix+"color"))){var b=a.attr("class");b&&(b=a.attr("class").replace(RegExp(this.options.cssPrefix+"color","g"),""),a=b.match(/cms-(.*?)( |$)/i)[1],this.ui.select.find(".ui-editor-selectmenu-option[value="+a+"]").length&&this.ui.val(a))}}});c.ui.editor.registerPlugin("dock",{enabled:!1,docked:!1,topSpacer:null,bottomSpacer:null,options:{docked:!1,dockToElement:!1,dockUnder:!1,persist:!0,persistID:null},init:function(){this.bind("show",this.show);
89
- this.bind("hide",this.hide);this.bind("disabled",this.disable);this.bind("destroy",this.destroy,this)},show:function(){this.enabled?this.isDocked()&&this.showSpacers():((this.loadState()||this.options.docked)&&this.dock(),this.enabled=!0)},hide:function(){this.hideSpacers();this.editor.toolbar.css("width","auto")},showSpacers:function(){!this.options.dockToElement&&this.editor.toolbar.is(":visible")&&(this.topSpacer=c("<div/>").addClass(this.options.baseClass+"-top-spacer").height(this.editor.toolbar.outerHeight()).prependTo("body"),
90
- this.bottomSpacer=c("<div/>").addClass(this.options.baseClass+"-bottom-spacer").height(this.editor.path.outerHeight()).appendTo("body"),this.editor.fire("resize"))},hideSpacers:function(){this.topSpacer&&(this.topSpacer.remove(),this.topSpacer=null);this.bottomSpacer&&(this.bottomSpacer.remove(),this.bottomSpacer=null);this.editor.fire("resize")},swapStyle:function(a,b,c){var e={},f;for(f in c)a.css(f,b.css(f)),e[f]=b.css(f),b.css(f,c[f]);return e},revertStyle:function(a,b){for(var c in b)a.css(c,
91
- b[c])},dockToElement:function(){var a=c("<div/>").insertBefore(this.editor.getElement()).addClass(this.options.baseClass+"-docked-to-element-wrapper");this.editor.wrapper.appendTo(a);this.previousStyle=this.swapStyle(a,this.editor.getElement(),{display:"block","float":"none",clear:"none",position:"static","margin-left":0,"margin-right":0,"margin-top":0,"margin-bottom":0,outline:0,width:"auto"});a.css("width",a.width()+parseInt(this.editor.getElement().css("padding-left"),10)+parseInt(this.editor.getElement().css("padding-right"),
92
- 10));this.editor.getElement().appendTo(this.editor.wrapper).addClass(this.options.baseClass+"-docked-element")},undockFromElement:function(){this.editor.getElement().insertAfter(this.editor.wrapper).removeClass(this.options.baseClass+"-docked-element");this.editor.wrapper.appendTo("body").removeClass(this.options.baseClass+"-docked-to-element")},dockToBody:function(){var a=0;c(this.options.dockUnder).length&&(a=c(this.options.dockUnder).outerHeight());this.top=this.editor.toolbarWrapper.css("top");
93
- this.editor.toolbarWrapper.css("top",a);this.editor.wrapper.addClass(this.options.baseClass+"-docked");this.editor.messages.css("top",a+this.editor.toolbar.outerHeight())},undockFromBody:function(){this.editor.toolbarWrapper.css("top",this.top);this.editor.wrapper.removeClass(this.options.baseClass+"-docked");this.hideSpacers()},dock:function(){if(!this.docked){this.docked=this.saveState(!0);this.options.dockToElement?this.dockToElement():this.dockToBody();var a=this.editor.wrapper.find("."+this.options.baseClass+
94
- "-button").button({icons:{primary:"ui-icon-pin-w"}});a.attr("title")?a.attr("title",this.getTitle()):a.attr("data-title",this.getTitle());this.editor.toolbar.find("."+this.editor.options.baseClass+"-inner").addClass("ui-widget-header");this.showSpacers()}},undock:function(){if(this.docked){this.docked=this.destroying?!1:this.saveState(!1);this.editor.toolbar.find("."+this.editor.options.baseClass+"-inner").removeClass("ui-widget-header");var a=this.editor.wrapper.find("."+this.options.baseClass+"-button").button({icons:{primary:"ui-icon-pin-s"}});
95
- a.attr("title")?a.attr("title",this.getTitle()):a.attr("data-title",this.getTitle());this.options.dockToElement?this.undockFromElement():this.undockFromBody();this.editor.fire("resize")}},isDocked:function(){return this.docked},getTitle:function(){return this.isDocked()?g("Click to detach the toolbar"):g("Click to dock the toolbar")},saveState:function(a){if(this.persist)return this.persistID?this.persist("docked:"+this.persistID,a):this.persist("docked",a),a},loadState:function(){return!this.persist?
96
- null:this.persistID?this.persist("docked:"+this.persistID):this.persist("docked")},disable:function(){this.hideSpacers()},destroy:function(){this.destroying=!0;this.undock()}});c.ui.editor.registerUi({dock:{hotkeys:{"ctrl+d":{action:function(){this.ui.click()}}},init:function(a){return a.uiButton({title:a.getPlugin("dock").getTitle(),icon:a.getPlugin("dock").isDocked()?"ui-icon-pin-w":"ui-icon-pin-s",click:function(){var b=a.getPlugin("dock");b.isDocked()?b.undock():b.dock();a.unify(function(a){b.isDocked()?
97
- a.getPlugin("dock").dock():a.getPlugin("dock").undock()})}})}}});c.ui.editor.registerUi({embed:{dialog:null,init:function(a){a.bind("hide",this.hide,this);return a.uiButton({icon:"ui-icon-youtube",title:g("Embed object"),click:function(){this.show()}})},hide:function(){this.dialog&&c(this.dialog).dialog("destroy").remove();this.dialog=null;c(this.ui.button).button("option","disabled",!1)},show:function(){if(!this.dialog){c(this.ui.button).button("option","disabled",!0);var a=this;o();this.dialog=
98
- c(this.editor.getTemplate("embed.dialog"));this.dialog.dialog({modal:!1,width:600,height:400,resizable:!0,title:g("Paste Embed Code"),autoOpen:!0,dialogClass:a.options.baseClass+" "+a.options.dialogClass,buttons:[{text:g("Embed Object"),click:function(){n();p(c(this).find("textarea").val());c(this).dialog("close")}},{text:g("Close"),click:function(){a.hide()}}],open:function(){var a=c(this).parent().find(".ui-dialog-buttonpane");a.find("button:eq(0)").button({icons:{primary:"ui-icon-circle-check"}});
99
- a.find("button:eq(1)").button({icons:{primary:"ui-icon-circle-close"}});var d=c(this).find(".ui-editor-embed-panel-tabs");d.find("ul li").click(function(){d.find("ul li").removeClass("ui-state-active").removeClass("ui-tabs-selected");c(this).addClass("ui-state-active").addClass("ui-tabs-selected");d.children("div").hide().eq(c(this).index()).show()});var e=c(this).find(".ui-editor-embed-preview");c(this).find("textarea").change(function(){c(e).html(c(this).val())})},close:function(){a.hide()}})}}}});
100
- c.ui.editor.registerPlugin("emptyElement",{options:{tag:"<p/>"},init:function(){this.bind("change",this.change)},change:function(){var a=this;this.textNodes(this.editor.getElement()).each(function(){c(this).wrap(c(a.options.tag));U(this)});this.editor.checkChange()},textNodes:function(a){return c(a).contents().filter(function(){return 3==this.nodeType&&c.trim(this.nodeValue).length})}});c(function(){c.ui.editor.registerUi({insertFile:{fileManager:null,imageTypes:["jpg","jpeg","png","gif"],init:function(a,
101
- b){return a.uiButton({title:"Insert image or uploaded file",icon:"ui-icon-image",click:function(){var a=this;o();null===this.fileManager&&(this.fileManager=c.ui.filemanager.create({enablePlugins:!1,plugins:{datatables:!XMod.FileManager.Permissions.insert?!1:{ajaxSource:"/filemanager/admin/datatables",insertionCallback:function(e){n();if(!e.length)return true;var f=function(){a.editor.fire("change");return true};if(e.length===1){var h=e[0];if(a.isImage(h)){p(a.createImage(h,b.cssPrefix+h.type));return f()}if(a.editor.selectionExists()){W("a",
102
- {href:h.url,className:a.options.cssPrefix+"file "+a.options.cssPrefix+h.type});return f()}p(a.createAnchor(h,a.options.cssPrefix+"file "+a.options.cssPrefix+h.type));return f()}for(var g=[],j=0;j<e.length;j++){h=e[j];a.isImage(h)?g.push(c("<div/>").html(a.createImage(h,b.cssPrefix+h.type)).html()):g.push(c("<div/>").html(a.createAnchor(h,a.options.cssPrefix+"file "+a.options.cssPrefix+h.type)).html())}p(g.join(", "));return f()}},plupload:!XMod.FileManager.Permissions.upload?!1:{url:"/filemanager/admin/plupload"}}}));
103
- c(this.fileManager).filemanager("show")}})},isImage:function(a){return-1!==c.inArray(a.type.toLowerCase(),this.imageTypes)?!0:!1},createImage:function(a,b){return c("<img/>").attr({src:a.url,title:a.name,"class":b})},createAnchor:function(a,b){return c("<a/>").attr({href:a.url,title:a.name,"class":b}).html(a.name)}}})});c.ui.editor.registerUi({floatLeft:{init:function(a){return a.uiButton({title:g("Float Image Left"),click:function(){m(function(a){c(a.commonAncestorContainer).find("img").css("float",
104
- "left")})}})}},floatRight:{init:function(a){return a.uiButton({title:g("Float Image Right"),click:function(){m(function(a){c(a.commonAncestorContainer).find("img").css("float","right")})}})}},floatNone:{init:function(a){return a.uiButton({title:g("Remove Image Float"),click:function(){m(function(a){c(a.commonAncestorContainer).find("img").css("float","none")})}})}}});c.ui.editor.registerUi({fontSizeInc:{init:function(a,b){return a.uiButton({title:g("Increase Font Size"),click:function(){a.inverseWrapWithTagClass("big",
105
- b.cssPrefix+"big","small",b.cssPrefix+"small")}})}},fontSizeDec:{init:function(a,b){return a.uiButton({title:g("Decrease Font Size"),click:function(){a.inverseWrapWithTagClass("small",b.cssPrefix+"small","big",b.cssPrefix+"big")}})}}});c.ui.editor.registerUi({showGuides:{init:function(a,b){a.bind("cancel",this.cancel,this);a.bind("destroy",this.cancel,this);return a.uiButton({title:g("Show Guides"),icon:"ui-icon-pencil",click:function(){a.getElement().toggleClass(b.baseClass+"-visible")}})},cancel:function(){this.editor.getElement().removeClass(this.options.baseClass+
106
- "-visible")}}});c.ui.editor.registerUi({undo:{options:{disabled:!0},hotkeys:{"ctrl+z":{action:function(){this.editor.historyBack()}}},init:function(a){a.bind("change",this.change,this);return a.uiButton({title:g("Step Back"),click:function(){a.historyBack()}})},change:function(){0===this.editor.present?this.ui.disable():this.ui.enable()}},redo:{options:{disabled:!0},hotkeys:{"ctrl+shift+z":{action:function(){this.editor.historyForward()}},"ctrl+y":{action:function(){this.editor.historyForward()}}},
107
- init:function(a){a.bind("change",this.change,this);return this.ui=a.uiButton({title:g("Step Forward"),click:function(){a.historyForward()}})},change:function(){this.editor.present===this.editor.history.length-1?this.ui.disable():this.ui.enable()}}});c.ui.editor.registerUi({hr:{init:function(a){return a.uiButton({title:g("Insert Horizontal Rule"),click:function(){p("<hr/>")}})}}});c.ui.editor.registerUi({i18n:{init:function(a){var b=this,d=this.persist("locale");d&&P(d);var d=c('<select autocomplete="off" name="i18n"/>'),
108
- e;for(e in z){var f=c('<option value="'+e+'" class="'+e+'"/>');f.html(O[e]);s===e&&f.attr("selected","selected");d.append(f)}return a.uiSelectMenu({title:g("Change Language"),select:d,change:function(a){P(b.persist("locale",a))}})}}});y("en","English",{"A preview of your embedded object is displayed below.":"A preview of your embedded object is displayed below.","Added link: {{link}}":"Added link: {{link}}","All changes will be lost!":"All changes will be lost!","Apply Source":"Apply Source","Are you sure you want to stop editing?":"Are you sure you want to stop editing?",
109
- Blockquote:"Blockquote",Bold:"Bold",Cancel:"Cancel","Center Align":"Center Align","Change HTML tag of selected element":"Change HTML tag of selected element","Change Language":"Change Language","Check this box to have the file open in a new browser window":"Check this box to have the file open in a new browser window","Check this box to have the link open in a new browser window":"Check this box to have the link open in a new browser window","Choose a link type:":"Choose a link type:","Clear Formatting":"Clear Formatting",
110
- "Click to begin editing":"Click to begin editing","Click to detach the toolbar":"Click to detach the toolbar","Click to dock the toolbar":"Click to dock the toolbar","Click to select all editable content":"Click to select all editable content","Click to select the contents of the '{{element}}' element":"Click to select the contents of the '{{element}}' element",Close:"Close","Confirm Cancel Editing":"Confirm Cancel Editing","Content Statistics":"Content Statistics","Content contains more than {{limit}} characters and may be truncated":"Content contains more than {{limit}} characters and may be truncated",
111
- "Content will not be truncated":"Content will not be truncated","Copy the file's URL from your browser's address bar and paste it into the box above":"Copy the file's URL from your browser's address bar and paste it into the box above","Copy the web address from your browser's address bar and paste it into the box above":"Copy the web address from your browser's address bar and paste it into the box above","Decrease Font Size":"Decrease Font Size",Destroy:"Destroy",Divider:"Divider","Document or other file":"Document or other file",
112
- "Edit Link":"Edit Link",Email:"Email","Email address":"Email address","Embed Code":"Embed Code","Embed Object":"Embed Object","Embed object":"Embed object","Ensure the file has been uploaded to your website":"Ensure the file has been uploaded to your website","Enter email address":"Enter email address","Enter subject":"Enter subject","Enter your URL":"Enter your URL","Failed to save {{failed}} content block(s).":"Failed to save {{failed}} content block(s).","Find the page on the web you want to link to":"Find the page on the web you want to link to",
113
- "Float Image Left":"Float Image Left","Float Image Right":"Float Image Right","Formatted &amp; Cleaned":"Formatted &amp; Cleaned","Formatted Unclean":"Formatted Unclean","Heading&nbsp;1":"Heading&nbsp;1","Heading&nbsp;2":"Heading&nbsp;2","Heading&nbsp;3":"Heading&nbsp;3","Image height":"Image height","Image width":"Image width","Increase Font Size":"Increase Font Size",Initializing:"Initializing",Insert:"Insert","Insert Horizontal Rule":"Insert Horizontal Rule","Insert Link":"Insert Link","Insert Snippet":"Insert Snippet",
114
- Italic:"Italic",Justify:"Justify","Learn More About the Raptor WYSIWYG Editor":"Learn More About the Raptor WYSIWYG Editor","Left Align":"Left Align","Link to a document or other file":"Link to a document or other file","Link to a page on this or another website":"Link to a page on this or another website","Link to an email address":"Link to an email address",Location:"Location","Modify Image Size":"Modify Image Size","N/A":"N/A","New window":"New window","No changes detected to save...":"No changes detected to save...",
115
- "Not sure what to put in the box above?":"Not sure what to put in the box above?",OK:"OK","Open the uploaded file in your browser":"Open the uploaded file in your browser","Ordered List":"Ordered List","Page on this or another website":"Page on this or another website",Paragraph:"Paragraph","Paste Embed Code":"Paste Embed Code","Paste your embed code into the text area below.":"Paste your embed code into the text area below.","Plain Text":"Plain Text",Preview:"Preview",Raptorize:"Raptorize",Reinitialise:"Reinitialise",
116
- "Remaining characters before the recommended character limit is reached":"Remaining characters before the recommended character limit is reached","Remove Image Float":"Remove Image Float","Remove Link":"Remove Link","Remove unnecessary markup from editor content":"Remove unnecessary markup from editor content","Resize Image":"Resize Image","Right Align":"Right Align",Save:"Save","Saved {{saved}} out of {{dirty}} content blocks.":"Saved {{saved}} out of {{dirty}} content blocks.","Saving changes...":"Saving changes...",
117
- "Select all editable content":"Select all editable content","Select {{element}} element":"Select {{element}} element","Show Guides":"Show Guides","Source Code":"Source Code","Step Back":"Step Back","Step Forward":"Step Forward",Strikethrough:"Strikethrough","Sub script":"Sub script","Subject (optional)":"Subject (optional)","Successfully saved {{saved}} content block(s).":"Successfully saved {{saved}} content block(s).","Super script":"Super script","The URL does not look well formed":"The URL does not look well formed",
118
- "The email address does not look well formed":"The email address does not look well formed","The image '{{image}}' is too large for the element being edited.<br/>It will be replaced with a resized copy when your edits are saved.":"The image '{{image}}' is too large for the element being edited.<br/>It will be replaced with a resized copy when your edits are saved.","The url for the file you inserted doesn't look well formed":"The url for the file you inserted doesn't look well formed","The url for the link you inserted doesn't look well formed":"The url for the link you inserted doesn't look well formed",
119
- "This block contains unsaved changes":"This block contains unsaved changes",Underline:"Underline","Unnamed Button":"Unnamed Button","Unnamed Select Menu":"Unnamed Select Menu","Unordered List":"Unordered List","Update Link":"Update Link","Updated link: {{link}}":"Updated link: {{link}}","View / Edit Source":"View / Edit Source","View Source":"View Source","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes",
120
- root:"root","{{charactersRemaining}} characters over limit":"{{charactersRemaining}} characters over limit","{{charactersRemaining}} characters remaining":"{{charactersRemaining}} characters remaining","{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} characters, {{charactersRemaining}} over the recommended limit","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} characters, {{charactersRemaining}} remaining","{{sentences}} sentences":"{{sentences}} sentences",
121
- "{{words}} word":"{{words}} word","{{words}} words":"{{words}} words"});y("es","Espa\u00f1ol",{"A preview of your embedded object is displayed below.":"A continuaci\u00f3n se muestra una vista previa de su objeto incrustado.","Added link: {{link}}":"Enlace a\u00f1adido: {{link}}","All changes will be lost!":"\u00a1Todos los cambios ser\u00e1n perdidos!","Apply Source":"Aplicar Fuente","Are you sure you want to stop editing?":"\u00bfEst\u00e1 seguro de que desea detener la edici\u00f3n?",Blockquote:"Cita en bloque",
122
- Bold:"Negrita",Cancel:"Cancelar","Center Align":"Centrar","Change HTML tag of selected element":"Cambiar la etiqueta HTML del elemento seleccionado","Change Language":"Cambiar Idioma","Check this box to have the file open in a new browser window":"Marque esta casilla para que el archivo se abra en una nueva ventana","Check this box to have the link open in a new browser window":"Marque esta casilla para que el enlace se abra en una nueva ventana","Choose a link type:":"Escoja un tipo de enlace:",
123
- "Clear Formatting":"Limpiar Formato","Click to begin editing":"Haga clic para empezar a editar","Click to detach the toolbar":"Haga clic para desanclar la barra de herramientas","Click to dock the toolbar":"Haga clic para anclar la barra de herramientas","Click to select all editable content":"Haga clic para seleccionar todo el contenido editable","Click to select the contents of the '{{element}}' element":"Haga clic para selecionar el contenido del elemento '{{element}}'",Close:"Cerrar","Confirm Cancel Editing":"Confirme Cancelar la Edici\u00f3n ",
124
- "Content Statistics":"Contenidos Estad\u00edsticos","Content contains more than {{limit}} characters and may be truncated":"El contenido contiene m\u00e1s de {{limit}} car\u00e1cteres y debe ser truncado","Content will not be truncated":"El contenido no ser\u00e1 truncado","Copy the file's URL from your browser's address bar and paste it into the box above":"Copie la URL de su archivo desde la barra de direcci\u00f3n de su navegador y p\u00e9guela en la caja superior","Copy the web address from your browser's address bar and paste it into the box above":"Copie la direcci\u00f3n web desde la barra de direcci\u00f3n de su navegador y p\u00e9guela en la caja superior",
125
- "Decrease Font Size":"Disminuir Tama\u00f1o de Fuente",Destroy:"Destruir",Divider:"Divisor","Document or other file":"Documento u otro archivo","Edit Link":"Editar Enlace",Email:"Correo electr\u00f3nico","Email address":"Direcci\u00f3n de correo electr\u00f3nico","Embed Code":"C\u00f3digo Incrustado","Embed Object":"Objeto Incrustado","Embed object":"Objeto incrustado","Ensure the file has been uploaded to your website":"Aseg\u00farese de que el archivo ha sido subido a su sitio web","Enter email address":"Introduzca una direcci\u00f3n de correo electr\u00f3nico",
80
+ if(c(this).hasClass("rangySelectionBoundary")&&!1===(!1!==t)||""===c.trim(c(this).html()))return!0}).remove();for(a=0;a<this.options.stripEmptyAttrs.length;a++){var d=this.options.stripEmptyAttrs[a];b.getElement().find("["+this.options.stripEmptyAttrs[a]+"]").filter(function(){return""===c.trim(c(this).attr(d))}).removeAttr(this.options.stripEmptyAttrs[a])}var e=m.location.protocol+"//"+m.location.host,f="//"+m.location.host;for(a=0;a<this.options.stripDomains.length;a++){var g=this.options.stripDomains[a];
81
+ this.editor.getElement().find(g.selector).each(function(){for(var a=0;a<g.attributes.length;a++){var b=c(this).attr(g.attributes[a]);"undefined"!==typeof b&&(0===b.indexOf(e)?c(this).attr(g.attributes[a],b.substr(e.length)):0===b.indexOf(f)&&c(this).attr(g.attributes[a],b.substr(f.length)))}})}this.editor.getElement().find("ul, ol").each(function(){c(this).find(" > :not(li)").each(function(){D(c(this).attr("tag"))?c(this).replaceWith(c("<li>"+c(this).html()+"</li>").appendTo("body")):c(this).wrap(c("<li>"))})})}});
82
+ c.ui.editor.registerUi({clean:{init:function(a){return a.uiButton({title:h("Remove unnecessary markup from editor content"),click:function(){a.getPlugin("clean").clean()}})}}});c.ui.editor.registerUi({clearFormatting:{init:function(a){return this.editor.uiButton({title:h("Clear Formatting"),click:function(){var b=i.getSelection();if(0<b.rangeCount){var d=b.getRangeAt(0).cloneRange(),e=d.extractContents();""==u(e)&&(a.expandToParent(d),b.setSingleRange(d),e=d.extractContents());e=c("<div/>").append(u(e)).text();
83
+ for(b=d.commonAncestorContainer;b&&b.parentNode!=a.getElement().get(0);)b=b.parentNode;if(b){d.setEndAfter(b);var f=d.extractContents();d.collapseAfter(b);d.insertNode(f);d.collapseAfter(b)}d.insertNode(document.createTextNode(e))}a.checkChange()}})}}});c.ui.editor.registerPlugin("clickButtonToEdit",{hovering:!1,buttonClass:null,buttonSelector:null,button:!1,options:{button:{text:!0,icons:{primary:"ui-icon-pencil"}}},init:function(a,b){var d=this;this.buttonClass=this.options.baseClass+"-button-element";
84
+ this.buttonSelector="."+this.buttonClass;this.selection=function(){var a;document.selection?a=document.selection.createRange():document.getSelection().rangeCount&&(a=document.getSelection().getRangeAt(0));return a};this.show=function(){if(!a.isEditing()){a.getElement().addClass(b.baseClass+"-highlight");a.getElement().addClass(b.baseClass+"-hover");var e=d.getButton();var f=a.getElement(),f=c(f),g=Math.round(f.offset().top),h=Math.round(f.offset().left),k=Math.round(f.outerWidth()),f=Math.round(f.outerHeight()),
85
+ i=c(m).scrollTop(),X=c(m).height(),j=i+X,l=Math.round(f+g);i<g&&j>l||(i>g&&(g=i),f=j<l?j-g:X-(j-l));e.css({position:"absolute",top:g+(f/2-c(e).outerHeight()/2),left:h+k/2-c(e).outerWidth()/2})}};this.hide=function(e){var f=d.getButton();if(!e||!(e.relatedTarget===f.get(0)||f.get(0)===c(e.relatedTarget).parent().get(0)))a.getElement().removeClass(b.baseClass+"-highlight"),a.getElement().removeClass(b.baseClass+"-hover"),d.destroyButton()};this.edit=function(){d.hide();a.isEditing()||a.enableEditing();
86
+ a.isVisible()||a.showToolbar(d.selection())};this.buttonOut=function(b){b.relatedTarget===d.getButton().get(0)||b.relatedTarget===a.getElement().get(0)||c.contains(a.getElement().get(0),b.relatedTarget)||d.hide()};a.getElement().addClass("ui-editor-click-button-to-edit");a.bind("ready, hide, cancel",function(){a.getElement().bind("mouseenter."+a.widgetName,d.show);a.getElement().bind("mouseleave."+a.widgetName,d.hide)});a.bind("show",function(){d.destroyButton();a.getElement().unbind("mouseenter."+
87
+ a.widgetName,d.show);a.getElement().unbind("mouseleave."+a.widgetName,d.hide)})},getButton:function(){c(this.buttonSelector).length||(this.button=c(this.editor.getTemplate("clickbuttontoedit.edit-button",this.options)).appendTo("body").addClass(this.buttonClass),this.button.button(this.options.button));this.button=c(this.buttonSelector);this.button.unbind("click."+this.editor.widgetName).bind("click."+this.editor.widgetName,this.edit);this.button.unbind("mouseleave."+this.editor.widgetName).bind("mouseleave."+
88
+ this.editor.widgetName,this.buttonOut);return this.button},destroyButton:function(){"undefined"===typeof this.button||!1===this.button||(this.button.button("destroy").remove(),this.button=!1)}});c.ui.editor.registerUi("colorPickerBasic",{init:function(a){a.bind("selectionChange",this.change,this);a.bind("show",this.change,this);var b=this;return a.uiSelectMenu({name:"colorPickerBasic",title:h("Change the color of the selected text."),select:c(a.getTemplate("color-picker-basic.menu")),change:function(a){"automatic"===
89
+ a?j().parents("."+b.options.cssPrefix+"color").andSelf().each(function(){var a=c(this),b=c(this).attr("class").match(/(cms-(.*?))( |$)/ig);c.each(b,function(b,d){d=c.trim(d);a.removeClass(d)})}):r("span",{classes:b.options.classes||b.options.cssPrefix+"color "+b.options.cssPrefix+a})}})},change:function(){this.ui.val("automatic");var a=j()[0];if(a&&(a=c(a).closest("."+this.options.cssPrefix+"color"))){var b=a.attr("class");b&&(b=a.attr("class").replace(RegExp(this.options.cssPrefix+"color","g"),""),
90
+ a=b.match(/cms-(.*?)( |$)/i)[1],this.ui.select.find(".ui-editor-selectmenu-option[value="+a+"]").length&&this.ui.val(a))}}});c.ui.editor.registerPlugin("dock",{enabled:!1,docked:!1,topSpacer:null,bottomSpacer:null,options:{docked:!1,dockToElement:!1,dockUnder:!1,persist:!0,persistID:null},init:function(){this.bind("show",this.show);this.bind("hide",this.hide);this.bind("disabled",this.disable);this.bind("destroy",this.destroy,this)},show:function(){this.enabled?this.isDocked()&&this.showSpacers():
91
+ ((this.loadState()||this.options.docked)&&this.dock(),this.enabled=!0)},hide:function(){this.hideSpacers();this.editor.toolbar.css("width","auto")},showSpacers:function(){!this.options.dockToElement&&this.editor.toolbar.is(":visible")&&(this.topSpacer=c("<div/>").addClass(this.options.baseClass+"-top-spacer").height(this.editor.toolbar.outerHeight()).prependTo("body"),this.bottomSpacer=c("<div/>").addClass(this.options.baseClass+"-bottom-spacer").height(this.editor.path.outerHeight()).appendTo("body"),
92
+ this.editor.fire("resize"))},hideSpacers:function(){this.topSpacer&&(this.topSpacer.remove(),this.topSpacer=null);this.bottomSpacer&&(this.bottomSpacer.remove(),this.bottomSpacer=null);this.editor.fire("resize")},swapStyle:function(a,b,c){var e={},f;for(f in c)a.css(f,b.css(f)),e[f]=b.css(f),b.css(f,c[f]);return e},revertStyle:function(a,b){for(var c in b)a.css(c,b[c])},dockToElement:function(){var a=c("<div/>").insertBefore(this.editor.getElement()).addClass(this.options.baseClass+"-docked-to-element-wrapper");
93
+ this.editor.wrapper.appendTo(a);this.previousStyle=this.swapStyle(a,this.editor.getElement(),{display:"block","float":"none",clear:"none",position:"static","margin-left":0,"margin-right":0,"margin-top":0,"margin-bottom":0,outline:0,width:"auto"});a.css("width",a.width()+parseInt(this.editor.getElement().css("padding-left"),10)+parseInt(this.editor.getElement().css("padding-right"),10));this.editor.getElement().appendTo(this.editor.wrapper).addClass(this.options.baseClass+"-docked-element")},undockFromElement:function(){this.editor.getElement().insertAfter(this.editor.wrapper).removeClass(this.options.baseClass+
94
+ "-docked-element");this.editor.wrapper.appendTo("body").removeClass(this.options.baseClass+"-docked-to-element")},dockToBody:function(){var a=0;c(this.options.dockUnder).length&&(a=c(this.options.dockUnder).outerHeight());this.top=this.editor.toolbarWrapper.css("top");this.editor.toolbarWrapper.css("top",a);this.editor.wrapper.addClass(this.options.baseClass+"-docked");this.editor.messages.css("top",a+this.editor.toolbar.outerHeight())},undockFromBody:function(){this.editor.toolbarWrapper.css("top",
95
+ this.top);this.editor.wrapper.removeClass(this.options.baseClass+"-docked");this.hideSpacers()},dock:function(){if(!this.docked){this.docked=this.saveState(!0);this.options.dockToElement?this.dockToElement():this.dockToBody();var a=this.editor.wrapper.find("."+this.options.baseClass+"-button").button({icons:{primary:"ui-icon-pin-w"}});a.attr("title")?a.attr("title",this.getTitle()):a.attr("data-title",this.getTitle());this.editor.toolbar.find("."+this.editor.options.baseClass+"-inner").addClass("ui-widget-header");
96
+ this.showSpacers()}},undock:function(){if(this.docked){this.docked=this.destroying?!1:this.saveState(!1);this.editor.toolbar.find("."+this.editor.options.baseClass+"-inner").removeClass("ui-widget-header");var a=this.editor.wrapper.find("."+this.options.baseClass+"-button").button({icons:{primary:"ui-icon-pin-s"}});a.attr("title")?a.attr("title",this.getTitle()):a.attr("data-title",this.getTitle());this.options.dockToElement?this.undockFromElement():this.undockFromBody();this.editor.fire("resize")}},
97
+ isDocked:function(){return this.docked},getTitle:function(){return this.isDocked()?h("Click to detach the toolbar"):h("Click to dock the toolbar")},saveState:function(a){if(this.persist)return this.persistID?this.persist("docked:"+this.persistID,a):this.persist("docked",a),a},loadState:function(){return!this.persist?null:this.persistID?this.persist("docked:"+this.persistID):this.persist("docked")},disable:function(){this.hideSpacers()},destroy:function(){this.destroying=!0;this.undock()}});c.ui.editor.registerUi({dock:{hotkeys:{"ctrl+d":{action:function(){this.ui.click()}}},
98
+ init:function(a){return a.uiButton({title:a.getPlugin("dock").getTitle(),icon:a.getPlugin("dock").isDocked()?"ui-icon-pin-w":"ui-icon-pin-s",click:function(){var b=a.getPlugin("dock");b.isDocked()?b.undock():b.dock();a.unify(function(a){b.isDocked()?a.getPlugin("dock").dock():a.getPlugin("dock").undock()})}})}}});c.ui.editor.registerUi({embed:{dialog:null,init:function(a){a.bind("hide",this.hide,this);return a.uiButton({icon:"ui-icon-youtube",title:h("Embed object"),click:function(){this.show()}})},
99
+ hide:function(){this.dialog&&c(this.dialog).dialog("destroy").remove();this.dialog=null;c(this.ui.button).button("option","disabled",!1)},show:function(){if(!this.dialog){c(this.ui.button).button("option","disabled",!0);var a=this;o();this.dialog=c(this.editor.getTemplate("embed.dialog"));this.dialog.dialog({modal:!1,width:600,height:400,resizable:!0,title:h("Paste Embed Code"),autoOpen:!0,dialogClass:a.options.baseClass+" "+a.options.dialogClass,buttons:[{text:h("Embed Object"),click:function(){n();
100
+ p(c(this).find("textarea").val());c(this).dialog("close")}},{text:h("Close"),click:function(){a.hide()}}],open:function(){var a=c(this).parent().find(".ui-dialog-buttonpane");a.find("button:eq(0)").button({icons:{primary:"ui-icon-circle-check"}});a.find("button:eq(1)").button({icons:{primary:"ui-icon-circle-close"}});var d=c(this).find(".ui-editor-embed-panel-tabs");d.find("ul li").click(function(){d.find("ul li").removeClass("ui-state-active").removeClass("ui-tabs-selected");c(this).addClass("ui-state-active").addClass("ui-tabs-selected");
101
+ d.children("div").hide().eq(c(this).index()).show()});var e=c(this).find(".ui-editor-embed-preview");c(this).find("textarea").change(function(){c(e).html(c(this).val())})},close:function(){a.hide()}})}}}});c.ui.editor.registerPlugin("emptyElement",{options:{tag:"<p/>"},init:function(){this.bind("change",this.change)},change:function(){var a=this;this.textNodes(this.editor.getElement()).each(function(){c(this).wrap(c(a.options.tag));U(this)});this.editor.checkChange()},textNodes:function(a){return c(a).contents().filter(function(){return 3==
102
+ this.nodeType&&c.trim(this.nodeValue).length})}});c(function(){c.ui.editor.registerUi({insertFile:{fileManager:null,imageTypes:["jpg","jpeg","png","gif"],init:function(a,b){return a.uiButton({title:"Insert image or uploaded file",icon:"ui-icon-image",click:function(){var a=this;o();null===this.fileManager&&(this.fileManager=c.ui.filemanager.create({enablePlugins:!1,plugins:{datatables:!XMod.FileManager.Permissions.insert?!1:{ajaxSource:"/filemanager/admin/datatables",insertionCallback:function(e){n();
103
+ if(!e.length)return true;var f=function(){a.editor.fire("change");return true};if(e.length===1){var g=e[0];if(a.isImage(g)){p(a.createImage(g,b.cssPrefix+g.type));return f()}if(a.editor.selectionExists()){W("a",{href:g.url,className:a.options.cssPrefix+"file "+a.options.cssPrefix+g.type});return f()}p(a.createAnchor(g,a.options.cssPrefix+"file "+a.options.cssPrefix+g.type));return f()}for(var h=[],k=0;k<e.length;k++){g=e[k];a.isImage(g)?h.push(c("<div/>").html(a.createImage(g,b.cssPrefix+g.type)).html()):
104
+ h.push(c("<div/>").html(a.createAnchor(g,a.options.cssPrefix+"file "+a.options.cssPrefix+g.type)).html())}p(h.join(", "));return f()}},plupload:!XMod.FileManager.Permissions.upload?!1:{url:"/filemanager/admin/plupload"}}}));c(this.fileManager).filemanager("show")}})},isImage:function(a){return-1!==c.inArray(a.type.toLowerCase(),this.imageTypes)?!0:!1},createImage:function(a,b){return c("<img/>").attr({src:a.url,title:a.name,"class":b})},createAnchor:function(a,b){return c("<a/>").attr({href:a.url,
105
+ title:a.name,"class":b}).html(a.name)}}})});c.ui.editor.registerUi({floatLeft:{init:function(a){return a.uiButton({title:h("Float Image Left"),click:function(){l(function(a){c(a.commonAncestorContainer).find("img").css("float","left")})}})}},floatRight:{init:function(a){return a.uiButton({title:h("Float Image Right"),click:function(){l(function(a){c(a.commonAncestorContainer).find("img").css("float","right")})}})}},floatNone:{init:function(a){return a.uiButton({title:h("Remove Image Float"),click:function(){l(function(a){c(a.commonAncestorContainer).find("img").css("float",
106
+ "none")})}})}}});c.ui.editor.registerUi({fontSizeInc:{init:function(a,b){return a.uiButton({title:h("Increase Font Size"),click:function(){a.inverseWrapWithTagClass("big",b.cssPrefix+"big","small",b.cssPrefix+"small")}})}},fontSizeDec:{init:function(a,b){return a.uiButton({title:h("Decrease Font Size"),click:function(){a.inverseWrapWithTagClass("small",b.cssPrefix+"small","big",b.cssPrefix+"big")}})}}});c.ui.editor.registerUi({showGuides:{init:function(a,b){a.bind("cancel",this.cancel,this);a.bind("destroy",
107
+ this.cancel,this);return a.uiButton({title:h("Show Guides"),icon:"ui-icon-pencil",click:function(){a.getElement().toggleClass(b.baseClass+"-visible")}})},cancel:function(){this.editor.getElement().removeClass(this.options.baseClass+"-visible")}}});c.ui.editor.registerUi({undo:{options:{disabled:!0},hotkeys:{"ctrl+z":{action:function(){this.editor.historyBack()}}},init:function(a){a.bind("change",this.change,this);return a.uiButton({title:h("Step Back"),click:function(){a.historyBack()}})},change:function(){0===
108
+ this.editor.present?this.ui.disable():this.ui.enable()}},redo:{options:{disabled:!0},hotkeys:{"ctrl+shift+z":{action:function(){this.editor.historyForward()}},"ctrl+y":{action:function(){this.editor.historyForward()}}},init:function(a){a.bind("change",this.change,this);return this.ui=a.uiButton({title:h("Step Forward"),click:function(){a.historyForward()}})},change:function(){this.editor.present===this.editor.history.length-1?this.ui.disable():this.ui.enable()}}});c.ui.editor.registerUi({hr:{init:function(a){return a.uiButton({title:h("Insert Horizontal Rule"),
109
+ click:function(){p("<hr/>")}})}}});c.ui.editor.registerUi({i18n:{init:function(a){var b=this,d=this.persist("locale");d&&P(d);var d=c('<select autocomplete="off" name="i18n"/>'),e;for(e in z){var f=c('<option value="'+e+'" class="'+e+'"/>');f.html(O[e]);s===e&&f.attr("selected","selected");d.append(f)}return a.uiSelectMenu({title:h("Change Language"),select:d,change:function(a){P(b.persist("locale",a))}})}}});y("en","English",{"A preview of your embedded object is displayed below.":"A preview of your embedded object is displayed below.",
110
+ "Added link: {{link}}":"Added link: {{link}}","All changes will be lost!":"All changes will be lost!","Apply Source":"Apply Source","Are you sure you want to stop editing?":"Are you sure you want to stop editing?",Blockquote:"Blockquote",Bold:"Bold",Cancel:"Cancel","Center Align":"Center Align","Change HTML tag of selected element":"Change HTML tag of selected element","Change Language":"Change Language","Change the color of the selected text.":"Change the color of the selected text.","Check this box to have the file open in a new browser window":"Check this box to have the file open in a new browser window",
111
+ "Check this box to have the link open in a new browser window":"Check this box to have the link open in a new browser window","Choose a link type:":"Choose a link type:","Clear Formatting":"Clear Formatting","Click to begin editing":"Click to begin editing","Click to detach the toolbar":"Click to detach the toolbar","Click to dock the toolbar":"Click to dock the toolbar","Click to edit the image":"Click to edit the image","Click to select all editable content":"Click to select all editable content",
112
+ "Click to select the contents of the '{{element}}' element":"Click to select the contents of the '{{element}}' element",Close:"Close","Confirm Cancel Editing":"Confirm Cancel Editing","Content Statistics":"Content Statistics","Content contains more than {{limit}} characters and may be truncated":"Content contains more than {{limit}} characters and may be truncated","Content will not be truncated":"Content will not be truncated","Copy the file's URL from your browser's address bar and paste it into the box above":"Copy the file's URL from your browser's address bar and paste it into the box above",
113
+ "Copy the web address from your browser's address bar and paste it into the box above":"Copy the web address from your browser's address bar and paste it into the box above","Decrease Font Size":"Decrease Font Size",Destroy:"Destroy",Divider:"Divider","Document or other file":"Document or other file","Edit Link":"Edit Link",Email:"Email","Email address":"Email address","Embed Code":"Embed Code","Embed Object":"Embed Object","Embed object":"Embed object","Ensure the file has been uploaded to your website":"Ensure the file has been uploaded to your website",
114
+ "Enter email address":"Enter email address","Enter subject":"Enter subject","Enter your URL":"Enter your URL","Failed to save {{failed}} content block(s).":"Failed to save {{failed}} content block(s).","Find the page on the web you want to link to":"Find the page on the web you want to link to","Float Image Left":"Float Image Left","Float Image Right":"Float Image Right","Formatted &amp; Cleaned":"Formatted &amp; Cleaned","Formatted Unclean":"Formatted Unclean","Heading&nbsp;1":"Heading&nbsp;1","Heading&nbsp;2":"Heading&nbsp;2",
115
+ "Heading&nbsp;3":"Heading&nbsp;3","Image height":"Image height","Image width":"Image width","Increase Font Size":"Increase Font Size",Initializing:"Initializing",Insert:"Insert","Insert Horizontal Rule":"Insert Horizontal Rule","Insert Link":"Insert Link","Insert Snippet":"Insert Snippet",Italic:"Italic",Justify:"Justify","Learn More About the Raptor WYSIWYG Editor":"Learn More About the Raptor WYSIWYG Editor","Left Align":"Left Align","Link to a document or other file":"Link to a document or other file",
116
+ "Link to a page on this or another website":"Link to a page on this or another website","Link to an email address":"Link to an email address",Location:"Location","Modify Image Size":"Modify Image Size","N/A":"N/A","New window":"New window","No changes detected to save...":"No changes detected to save...","Not sure what to put in the box above?":"Not sure what to put in the box above?",OK:"OK","Open the uploaded file in your browser":"Open the uploaded file in your browser","Ordered List":"Ordered List",
117
+ "Page on this or another website":"Page on this or another website",Paragraph:"Paragraph","Paste Embed Code":"Paste Embed Code","Paste your embed code into the text area below.":"Paste your embed code into the text area below.","Plain Text":"Plain Text",Preview:"Preview",Raptorize:"Raptorize",Reinitialise:"Reinitialise","Remaining characters before the recommended character limit is reached":"Remaining characters before the recommended character limit is reached","Remove Image Float":"Remove Image Float",
118
+ "Remove Link":"Remove Link","Remove unnecessary markup from editor content":"Remove unnecessary markup from editor content","Resize Image":"Resize Image","Right Align":"Right Align",Save:"Save","Saved {{saved}} out of {{dirty}} content blocks.":"Saved {{saved}} out of {{dirty}} content blocks.","Saving changes...":"Saving changes...","Select all editable content":"Select all editable content","Select {{element}} element":"Select {{element}} element","Show Guides":"Show Guides","Source Code":"Source Code",
119
+ "Step Back":"Step Back","Step Forward":"Step Forward",Strikethrough:"Strikethrough","Sub script":"Sub script","Subject (optional)":"Subject (optional)","Successfully saved {{saved}} content block(s).":"Successfully saved {{saved}} content block(s).","Super script":"Super script","The URL does not look well formed":"The URL does not look well formed","The email address does not look well formed":"The email address does not look well formed","The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.":"The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.",
120
+ "The url for the file you inserted doesn't look well formed":"The url for the file you inserted doesn't look well formed","The url for the link you inserted doesn't look well formed":"The url for the link you inserted doesn't look well formed","This block contains unsaved changes":"This block contains unsaved changes",Underline:"Underline","Unnamed Button":"Unnamed Button","Unnamed Select Menu":"Unnamed Select Menu","Unordered List":"Unordered List","Update Link":"Update Link","Updated link: {{link}}":"Updated link: {{link}}",
121
+ "View / Edit Source":"View / Edit Source","View Source":"View Source","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes",root:"root","{{charactersRemaining}} characters over limit":"{{charactersRemaining}} characters over limit","{{charactersRemaining}} characters remaining":"{{charactersRemaining}} characters remaining",
122
+ "{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} characters, {{charactersRemaining}} over the recommended limit","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} characters, {{charactersRemaining}} remaining","{{sentences}} sentences":"{{sentences}} sentences","{{words}} word":"{{words}} word","{{words}} words":"{{words}} words"});y("es","Espa\u00f1ol",{"A preview of your embedded object is displayed below.":"A continuaci\u00f3n se muestra una vista previa de su objeto incrustado.",
123
+ "Added link: {{link}}":"Enlace a\u00f1adido: {{link}}","All changes will be lost!":"\u00a1Todos los cambios ser\u00e1n perdidos!","Apply Source":"Aplicar Fuente","Are you sure you want to stop editing?":"\u00bfEst\u00e1 seguro de que desea detener la edici\u00f3n?",Blockquote:"Cita en bloque",Bold:"Negrita",Cancel:"Cancelar","Center Align":"Centrar","Change HTML tag of selected element":"Cambiar la etiqueta HTML del elemento seleccionado","Change Language":"Cambiar Idioma","Change the color of the selected text.":"Change the color of the selected text.",
124
+ "Check this box to have the file open in a new browser window":"Marque esta casilla para que el archivo se abra en una nueva ventana","Check this box to have the link open in a new browser window":"Marque esta casilla para que el enlace se abra en una nueva ventana","Choose a link type:":"Escoja un tipo de enlace:","Clear Formatting":"Limpiar Formato","Click to begin editing":"Haga clic para empezar a editar","Click to detach the toolbar":"Haga clic para desanclar la barra de herramientas","Click to dock the toolbar":"Haga clic para anclar la barra de herramientas",
125
+ "Click to edit the image":"Click to edit the image","Click to select all editable content":"Haga clic para seleccionar todo el contenido editable","Click to select the contents of the '{{element}}' element":"Haga clic para selecionar el contenido del elemento '{{element}}'",Close:"Cerrar","Confirm Cancel Editing":"Confirme Cancelar la Edici\u00f3n ","Content Statistics":"Contenidos Estad\u00edsticos","Content contains more than {{limit}} characters and may be truncated":"El contenido contiene m\u00e1s de {{limit}} car\u00e1cteres y debe ser truncado",
126
+ "Content will not be truncated":"El contenido no ser\u00e1 truncado","Copy the file's URL from your browser's address bar and paste it into the box above":"Copie la URL de su archivo desde la barra de direcci\u00f3n de su navegador y p\u00e9guela en la caja superior","Copy the web address from your browser's address bar and paste it into the box above":"Copie la direcci\u00f3n web desde la barra de direcci\u00f3n de su navegador y p\u00e9guela en la caja superior","Decrease Font Size":"Disminuir Tama\u00f1o de Fuente",
127
+ Destroy:"Destruir",Divider:"Divisor","Document or other file":"Documento u otro archivo","Edit Link":"Editar Enlace",Email:"Correo electr\u00f3nico","Email address":"Direcci\u00f3n de correo electr\u00f3nico","Embed Code":"C\u00f3digo Incrustado","Embed Object":"Objeto Incrustado","Embed object":"Objeto incrustado","Ensure the file has been uploaded to your website":"Aseg\u00farese de que el archivo ha sido subido a su sitio web","Enter email address":"Introduzca una direcci\u00f3n de correo electr\u00f3nico",
126
128
  "Enter subject":"Introduzca un sujeto","Enter your URL":"Introduzca su URL","Failed to save {{failed}} content block(s).":"Fall\u00f3 al guardar los bloques del cotenido de {{failed}}.","Find the page on the web you want to link to":"Busque la p\u00e1gina web a la que desee enlazar","Float Image Left":"Flotar Imagen a la Izquierda","Float Image Right":"Flotar Imagen a la Derecha","Formatted &amp; Cleaned":"Formateado y Limpiado","Formatted Unclean":"Formateado Sucio","Heading&nbsp;1":"Encabezado&nbsp;1",
127
129
  "Heading&nbsp;2":"Encabezado&nbsp;2","Heading&nbsp;3":"Encabezado&nbsp;3","Image height":"Altura de imagen","Image width":"Ancho de imagen","Increase Font Size":"Incrementar Tama\u00f1o de Fuente",Initializing:"Inicializando",Insert:"Insertar","Insert Horizontal Rule":"Insertar L\u00ednea Horizontal","Insert Link":"Insertar Enlace","Insert Snippet":"Insertar Snippet",Italic:"Cursiva",Justify:"Justificar","Learn More About the Raptor WYSIWYG Editor":"Saber m\u00e1s sobre el editor WYSIWYG Raptor",
128
130
  "Left Align":"Alinear a la Izquierda","Link to a document or other file":"Enlazar a un documento o a otro archivo","Link to a page on this or another website":"Enlazar a una p\u00e1gina en esta u otra p\u00e1gina web","Link to an email address":"Enlazar a una direcci\u00f3n de correo electr\u00f3nico",Location:"Localizaci\u00f3n","Modify Image Size":"Cambiar Tama\u00f1o de Imagen","N/A":!1,"New window":"Nueva ventana","No changes detected to save...":"No se detectaron cambios para guardar...","Not sure what to put in the box above?":"\u00bfNo est\u00e1 seguro de qu\u00e9 poner en la caja anterior?",
129
131
  OK:"Aceptar","Open the uploaded file in your browser":"Abra el archivo cargado en su navegador","Ordered List":"Lista Ordenada","Page on this or another website":"P\u00e1gina en \u00e9sta u otra p\u00e1gina web",Paragraph:"P\u00e1rrafo","Paste Embed Code":"Pegar C\u00f3digo Incrustado","Paste your embed code into the text area below.":"Pegue su c\u00f3digo incrustado en la caja de texto posterior.","Plain Text":"Texto Llano",Preview:"Previsualizar",Raptorize:"Raptorizar",Reinitialise:"Reinicializar",
130
132
  "Remaining characters before the recommended character limit is reached":"Car\u00e1cteres restantes antes de que se alcance el l\u00edmite de c\u00e1racteres recomendado","Remove Image Float":"No Flotar Imagen","Remove Link":"Eliminar enlace","Remove unnecessary markup from editor content":"Eliminar marcado innecesario del editor de contenido","Resize Image":"Redimensionar Imagen","Right Align":"Alinear a la Derecha",Save:"Guardar","Saved {{saved}} out of {{dirty}} content blocks.":"Guardados {{saved}} de {{dirty}} bloques de contenido.",
131
133
  "Saving changes...":"Guardando cambios...","Select all editable content":"Seleccionar todo el contenido editable","Select {{element}} element":"Seleccionar el elemento {{element}}","Show Guides":"Mostrar Gu\u00edas","Source Code":"C\u00f3digo Fuente","Step Back":"Deshacer","Step Forward":"Rehacer",Strikethrough:"Tachado","Sub script":"Sub\u00edndice","Subject (optional)":"Sujeto (opcional)","Successfully saved {{saved}} content block(s).":"Guardado exitosamente {{saved}} bloque(s) de contenido.",
132
- "Super script":"Super\u00edndice","The URL does not look well formed":"La URL no parece bien formada","The email address does not look well formed":"El enlace de correo electr\u00f3nico no parece bien formado","The image '{{image}}' is too large for the element being edited.<br/>It will be replaced with a resized copy when your edits are saved.":"La imagen '{{image}}' es demasiado grande para el elemento que est\u00e1 siendo editado.<br/>Ser\u00e1 reemplazada por una copia redimensionada cuando se guarden sus cambios.",
133
- "The url for the file you inserted doesn't look well formed":"La URL del archivo que ha introducido no parece bien formada","The url for the link you inserted doesn't look well formed":"La URL del enlace que ha introducido no parece bien formada","This block contains unsaved changes":"Este bloque tiene cambios sin guardar",Underline:"Subrayar","Unnamed Button":"Bot\u00f3n sin Nombre","Unnamed Select Menu":"Men\u00fa de Selecci\u00f3n sin Nombre","Unordered List":"Lista Desordenada","Update Link":"Actualizar Enlace",
134
- "Updated link: {{link}}":"Enlace actualizado: {{link}}","View / Edit Source":"Ver / Editar C\u00f3digo Fuente","View Source":"Ver C\u00f3digo Fuente","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nHay cambios sin guardar en esta p\u00e1gina. \nSi sale de esta p\u00e1gina, perder\u00e1 todos los cambios sin guardar",root:"or\u00edgen","{{charactersRemaining}} characters over limit":"{{charactersRemaining}} car\u00e1cter(es) sobre el l\u00edmite",
135
- "{{charactersRemaining}} characters remaining":"Queda(n) {{charactersRemaining}} car\u00e1cter(es)","{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} car\u00e1cter(es), {{charactersRemaining}} sobre el l\u00edmite recomendado","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} car\u00e1cter(es), queda(n) {{charactersRemaining}}","{{sentences}} sentences":"{{sentences}} oraciones","{{words}} word":"{{words}} palabra","{{words}} words":"{{words}} palabras"});
136
- y("fr","Fran\u00e7ais",{"A preview of your embedded object is displayed below.":"Un aper\u00e7u de votre objet int\u00e9gr\u00e9 est affich\u00e9 ci-dessous.","Added link: {{link}}":"Lien ajout\u00e9 : {{link}}","All changes will be lost!":"Toutes les modifications seront perdues !","Apply Source":"Appliquer la source","Are you sure you want to stop editing?":"\u00cates-vous s\u00fbr(e) de vouloir arr\u00eater la modification ?",Blockquote:"Citation",Bold:"Gras",Cancel:"Annuler","Center Align":"Aligner au centre",
137
- "Change HTML tag of selected element":"Modifier la balise HTML de l'\u00e9l\u00e9ment s\u00e9lectionn\u00e9","Change Language":"Changer de langue","Check this box to have the file open in a new browser window":"Cochez cette case pour ouvrir le fichier dans une nouvelle fen\u00eatre de navigateur","Check this box to have the link open in a new browser window":"Cochez cette case pour ouvrir le lien dans une nouvelle fen\u00eatre de navigateur","Choose a link type:":"Choisissez un type de lien :","Clear Formatting":"Clear Formatting",
138
- "Click to begin editing":"Cliquer pour commencer la modification","Click to detach the toolbar":"Cliquer pour d\u00e9tacher la barre d'outils","Click to dock the toolbar":"Cliquer pour ancrer la barre d'outils","Click to select all editable content":"Cliquer pour s\u00e9lectionner tout le contenu modifiable","Click to select the contents of the '{{element}}' element":"Cliquer pour s\u00e9lectionner le contenu de l'\u00e9l\u00e9ment '{{element}}'",Close:"Fermer","Confirm Cancel Editing":"Confirmer l'annulation des modifications",
134
+ "Super script":"Super\u00edndice","The URL does not look well formed":"La URL no parece bien formada","The email address does not look well formed":"El enlace de correo electr\u00f3nico no parece bien formado","The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.":"The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.","The url for the file you inserted doesn't look well formed":"La URL del archivo que ha introducido no parece bien formada",
135
+ "The url for the link you inserted doesn't look well formed":"La URL del enlace que ha introducido no parece bien formada","This block contains unsaved changes":"Este bloque tiene cambios sin guardar",Underline:"Subrayar","Unnamed Button":"Bot\u00f3n sin Nombre","Unnamed Select Menu":"Men\u00fa de Selecci\u00f3n sin Nombre","Unordered List":"Lista Desordenada","Update Link":"Actualizar Enlace","Updated link: {{link}}":"Enlace actualizado: {{link}}","View / Edit Source":"Ver / Editar C\u00f3digo Fuente",
136
+ "View Source":"Ver C\u00f3digo Fuente","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nHay cambios sin guardar en esta p\u00e1gina. \nSi sale de esta p\u00e1gina, perder\u00e1 todos los cambios sin guardar",root:"or\u00edgen","{{charactersRemaining}} characters over limit":"{{charactersRemaining}} car\u00e1cter(es) sobre el l\u00edmite","{{charactersRemaining}} characters remaining":"Queda(n) {{charactersRemaining}} car\u00e1cter(es)",
137
+ "{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} car\u00e1cter(es), {{charactersRemaining}} sobre el l\u00edmite recomendado","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} car\u00e1cter(es), queda(n) {{charactersRemaining}}","{{sentences}} sentences":"{{sentences}} oraciones","{{words}} word":"{{words}} palabra","{{words}} words":"{{words}} palabras"});y("fr","Fran\u00e7ais",{"A preview of your embedded object is displayed below.":"Un aper\u00e7u de votre objet int\u00e9gr\u00e9 est affich\u00e9 ci-dessous.",
138
+ "Added link: {{link}}":"Lien ajout\u00e9 : {{link}}","All changes will be lost!":"Toutes les modifications seront perdues !","Apply Source":"Appliquer la source","Are you sure you want to stop editing?":"\u00cates-vous s\u00fbr(e) de vouloir arr\u00eater la modification ?",Blockquote:"Citation",Bold:"Gras",Cancel:"Annuler","Center Align":"Aligner au centre","Change HTML tag of selected element":"Modifier la balise HTML de l'\u00e9l\u00e9ment s\u00e9lectionn\u00e9","Change Language":"Changer de langue",
139
+ "Change the color of the selected text.":"Change the color of the selected text.","Check this box to have the file open in a new browser window":"Cochez cette case pour ouvrir le fichier dans une nouvelle fen\u00eatre de navigateur","Check this box to have the link open in a new browser window":"Cochez cette case pour ouvrir le lien dans une nouvelle fen\u00eatre de navigateur","Choose a link type:":"Choisissez un type de lien :","Clear Formatting":"Clear Formatting","Click to begin editing":"Cliquer pour commencer la modification",
140
+ "Click to detach the toolbar":"Cliquer pour d\u00e9tacher la barre d'outils","Click to dock the toolbar":"Cliquer pour ancrer la barre d'outils","Click to edit the image":"Click to edit the image","Click to select all editable content":"Cliquer pour s\u00e9lectionner tout le contenu modifiable","Click to select the contents of the '{{element}}' element":"Cliquer pour s\u00e9lectionner le contenu de l'\u00e9l\u00e9ment '{{element}}'",Close:"Fermer","Confirm Cancel Editing":"Confirmer l'annulation des modifications",
139
141
  "Content Statistics":"Statistiques de contenu","Content contains more than {{limit}} characters and may be truncated":"Le contenu contient plus de {{limit}} caract\u00e8res et peut \u00eatre tronqu\u00e9","Content will not be truncated":"Le contenu ne sera pas tronqu\u00e9","Copy the file's URL from your browser's address bar and paste it into the box above":"Copy the file's URL from your browser's address bar and paste it into the box above","Copy the web address from your browser's address bar and paste it into the box above":"Copy the web address from your browser's address bar and paste it into the box above",
140
142
  "Decrease Font Size":"Diminuer la taille de la police",Destroy:"D\u00e9truire",Divider:"Div","Document or other file":"Document ou autre fichier","Edit Link":"Modifier le lien",Email:"E-mail","Email address":"Adresse e-mail","Embed Code":"Code int\u00e9gr\u00e9","Embed Object":"Int\u00e9grer l'objet","Embed object":"Object int\u00e9gr\u00e9","Ensure the file has been uploaded to your website":"V\u00e9rifiez que le fichier a \u00e9t\u00e9 transf\u00e9r\u00e9 vers votre site","Enter email address":"Saisir l'adresse e-mail",
141
143
  "Enter subject":"Saisir le sujet","Enter your URL":"Saisir l'URL","Failed to save {{failed}} content block(s).":"\u00c9chec d'enregistrement du(des) bloc(s) de contenu {{failed}}.","Find the page on the web you want to link to":"Trouvez la page web que vous voulez lier","Float Image Left":"Float Image Left","Float Image Right":"Float Image Right","Formatted &amp; Cleaned":"Formatt\u00e9 &amp; Nettoy\u00e9","Formatted Unclean":"Formatt\u00e9 non nettoy\u00e9","Heading&nbsp;1":"Titre&nbsp;1","Heading&nbsp;2":"Titre&nbsp;2",
142
144
  "Heading&nbsp;3":"Titre&nbsp;3","Image height":"Image height","Image width":"Image width","Increase Font Size":"Augmenter la taille de la police",Initializing:"Initialisation",Insert:"Ins\u00e9rer","Insert Horizontal Rule":"Ins\u00e9rer une r\u00e8gle horizontale","Insert Link":"Ins\u00e9rer un lien","Insert Snippet":"Ins\u00e9rer un bout de code",Italic:"Italique",Justify:"Justifier","Learn More About the Raptor WYSIWYG Editor":"En savoir plus sur l'\u00e9diteur WYSIWYG Raptor","Left Align":"Aligner \u00e0 gauche",
143
- "Link to a document or other file":"Lier un document ou un autre fichier","Link to a page on this or another website":"Lier une page ou un autre site","Link to an email address":"Lier une adresse e-mail",Location:"Emplacement","Modify Image Size":"Modify Image Size","N/A":!1,"New window":"Nouvelle fen\u00eatre","No changes detected to save...":"Aucune modification d\u00e9tect\u00e9e \u00e0 enregistrer...","Not sure what to put in the box above?":"Pas s\u00fbr(e) de savoir quoi mettre dans le champ ci-dessus ?",
144
- OK:!1,"Open the uploaded file in your browser":"Ouvrir le fichier trasnf\u00e9r\u00e9 dans votre navigateur","Ordered List":"Liste ordonn\u00e9e","Page on this or another website":"Page sur ce site ou un autre site",Paragraph:"Paragraphe","Paste Embed Code":"Coller le code","Paste your embed code into the text area below.":"Collez votre code int\u00e9gr\u00e9 dans la zone de texte ci-dessous.","Plain Text":"Texte brut",Preview:"Aper\u00e7u",Raptorize:"Raptoriser",Reinitialise:"R\u00e9initialiser",
145
+ "Link to a document or other file":"Lier un document ou un autre fichier","Link to a page on this or another website":"Lier une page ou un autre site","Link to an email address":"Lier une adresse e-mail",Location:"Emplacement","Modify Image Size":"Modify Image Size","N/A":"N/A","New window":"Nouvelle fen\u00eatre","No changes detected to save...":"Aucune modification d\u00e9tect\u00e9e \u00e0 enregistrer...","Not sure what to put in the box above?":"Pas s\u00fbr(e) de savoir quoi mettre dans le champ ci-dessus ?",
146
+ OK:"OK","Open the uploaded file in your browser":"Ouvrir le fichier trasnf\u00e9r\u00e9 dans votre navigateur","Ordered List":"Liste ordonn\u00e9e","Page on this or another website":"Page sur ce site ou un autre site",Paragraph:"Paragraphe","Paste Embed Code":"Coller le code","Paste your embed code into the text area below.":"Collez votre code int\u00e9gr\u00e9 dans la zone de texte ci-dessous.","Plain Text":"Texte brut",Preview:"Aper\u00e7u",Raptorize:"Raptoriser",Reinitialise:"R\u00e9initialiser",
145
147
  "Remaining characters before the recommended character limit is reached":"Caract\u00e8res restants avant que la limite de caract\u00e8re recommand\u00e9e ne soit atteinte","Remove Image Float":"Remove Image Float","Remove Link":"Retirer le lien","Remove unnecessary markup from editor content":"Retirer le balisage non n\u00e9cessaire du contenu de l'\u00e9diteur","Resize Image":"Resize Image","Right Align":"Aligner \u00e0 droite",Save:"Enregistrer","Saved {{saved}} out of {{dirty}} content blocks.":"{{saved}} enregistr\u00e9 sur {{dirty}} blocs de contenu.",
146
148
  "Saving changes...":"Enregistrement des modifications...","Select all editable content":"S\u00e9lectionner tout le contenu modifiable","Select {{element}} element":"S\u00e9lectionner l'\u00e9l\u00e9ment {{element}}","Show Guides":"Afficher les guides","Source Code":"Code source","Step Back":"En arri\u00e8re","Step Forward":"En avant",Strikethrough:"Barr\u00e9","Sub script":"Indice","Subject (optional)":"Sujet (facultatif)","Successfully saved {{saved}} content block(s).":"{{saved}} bloc(s) de contenu enregistr\u00e9(s) avec succ\u00e8s.",
147
- "Super script":"Exposant","The URL does not look well formed":"L'URL para\u00eet malform\u00e9e","The email address does not look well formed":"L'adresse e-mail para\u00eet malform\u00e9e","The image '{{image}}' is too large for the element being edited.<br/>It will be replaced with a resized copy when your edits are saved.":"The image '{{image}}' is too large for the element being edited.<br/>It will be replaced with a resized copy when your edits are saved.","The url for the file you inserted doesn't look well formed":"The url for the file you inserted doesn't look well formed",
149
+ "Super script":"Exposant","The URL does not look well formed":"L'URL para\u00eet malform\u00e9e","The email address does not look well formed":"L'adresse e-mail para\u00eet malform\u00e9e","The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.":"The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.","The url for the file you inserted doesn't look well formed":"The url for the file you inserted doesn't look well formed",
148
150
  "The url for the link you inserted doesn't look well formed":"The url for the link you inserted doesn't look well formed","This block contains unsaved changes":"Ce bloc contient des modifications non enregistr\u00e9es",Underline:"Soulign\u00e9","Unnamed Button":"Boutton sans nom","Unnamed Select Menu":"Menu de s\u00e9lection sans nom","Unordered List":"Liste non ordonn\u00e9e","Update Link":"Mettre \u00e0 jour le lien","Updated link: {{link}}":"Lien mis \u00e0 jour : {{link}}","View / Edit Source":"Voir / Modifier la source",
149
151
  "View Source":"Voir la source","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nIl y a des modifications non enregistr\u00e9es sur cette page. \nSi vous quittez cette page, vous perdrez vos modifications non enregistr\u00e9es",root:"racine","{{charactersRemaining}} characters over limit":"{{charactersRemaining}} caract\u00e8res au-dessus de la limite","{{charactersRemaining}} characters remaining":"{{charactersRemaining}} caract\u00e8res restants",
150
152
  "{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} caract\u00e8res, {{charactersRemaining}} au-dessus de la limite","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} caract\u00e8res, {{charactersRemaining}} restants","{{sentences}} sentences":"{{sentences}} phrases","{{words}} word":"{{words}} mot","{{words}} words":"{{words}} mots"});y("nl","Nederlands",{"A preview of your embedded object is displayed below.":"Een voorbeeldweergave van uw ingenestelde object is hieronder weergeven.",
151
- "Added link: {{link}}":"Link toegevoegd:: {{link}}","All changes will be lost!":"Alle aanpassingen zullen verloren gaan!","Apply Source":"Broncode toepassen","Are you sure you want to stop editing?":"Weet u zeker dat u wilt stoppen met aanpassen? ",Blockquote:"Blokcitaat",Bold:"Vetgedrukt",Cancel:"Annuleren","Center Align":"Centreren","Change HTML tag of selected element":"Verander type van geselecteerd element","Change Language":"Taal veranderen","Check this box to have the file open in a new browser window":"Vink dit aan om het bestand te laten opnenen in een nieuw browser venster",
152
- "Check this box to have the link open in a new browser window":"Vink dit aan om de link te laten opnenen in een nieuw browser venster","Choose a link type:":"Kies het type link:","Clear Formatting":"Verwijder opmaak","Click to begin editing":"Klik hier voor het beginnen met bewerken","Click to detach the toolbar":"Klik om de werkbalk los te maken","Click to dock the toolbar":"Klik om de werkbalk vast te maken","Click to select all editable content":"Klik om alle bewerkbare inhoud te selecteren","Click to select the contents of the '{{element}}' element":"Klik om de inhoud te selecteren van het '{{element}}' element",
153
- Close:"Sluiten","Confirm Cancel Editing":"Bevestig annuleren van bewerken","Content Statistics":"Inhoud Statistieken","Content contains more than {{limit}} characters and may be truncated":"Inhoud bevat meer dan {{limit}} tekens en kan worden ingekort.","Content will not be truncated":"Inhoud wordt niet ingekort","Copy the file's URL from your browser's address bar and paste it into the box above":"Kopie\u00ebr het internetadres van het bestand uit de adresbalk van uw browser en plak het in het veld hierboven",
154
- "Copy the web address from your browser's address bar and paste it into the box above":"Kopie\u00ebr het internetadres uit de adresbalk van uw browser en plak het in het veld hierboven","Decrease Font Size":"Groter Lettertype",Destroy:"Verwijder",Divider:"Splitser","Document or other file":"Document of ander bestand","Edit Link":"Link bewerken",Email:"E-mail","Email address":"E-mail adres","Embed Code":"Code Insluiten","Embed Object":"Object Insluiten","Embed object":"Object insluiten","Ensure the file has been uploaded to your website":"Verzeker uzelf ervan dat het bestand op uw website staat",
155
- "Enter email address":"Voeg het e-mail adres in","Enter subject":"Voeg het onderwerp in","Enter your URL":"Voeg het internetadres in","Failed to save {{failed}} content block(s).":"Kon {{failed}} inhoud blok(ken) niet opslaan.","Find the page on the web you want to link to":"Vind de pagina op het internet waar u naartoe wilt linken","Float Image Left":"Tekst omsluiten rechts van afbeelding","Float Image Right":"Tekst omsluiten links van afbeelding","Formatted &amp; Cleaned":"Geformatteerd &amp; Opgeruimd",
156
- "Formatted Unclean":"Rommel Opgeruimd","Heading&nbsp;1":"Kopniveau&nbsp;1","Heading&nbsp;2":"Kopniveau&nbsp;2","Heading&nbsp;3":"Kopniveau&nbsp;3","Image height":"Hoogte afbeelding","Image width":"Breedte afbeelding","Increase Font Size":"Kleiner Lettertype",Initializing:"Initialiseren",Insert:"Invoegen","Insert Horizontal Rule":"Horizontale Regel Invoegen","Insert Link":"Link Invoegen","Insert Snippet":"Snippertekst Invoegen",Italic:"Schuingedrukt",Justify:"Uitlijnen aan beide kanten","Learn More About the Raptor WYSIWYG Editor":"Meer leren over Rapor WYSIWYG Editor",
157
- "Left Align":"Links uitlijnen","Link to a document or other file":"Link naar een document of ander bestand","Link to a page on this or another website":"Link naar een pagina op deze of een andere website","Link to an email address":"Link naar een emailadres",Location:"Locatie","Modify Image Size":"Afbeeldingsgrootte aanpassen","N/A":"n.v.t.","New window":"Nieuw venster","No changes detected to save...":"Er zijn geen aanpassingen om op te slaan...","Not sure what to put in the box above?":"Onzeker over wat er in het veld moet staan hierboven?",
158
- OK:!1,"Open the uploaded file in your browser":"Open het ge\u00fcploade bestand in uw browser","Ordered List":"Genummerde lijst","Page on this or another website":"Pagina op deze of een andere website",Paragraph:"Alinea","Paste Embed Code":"Plak de insluitcode","Paste your embed code into the text area below.":"Plak de insluitcode in het tekstveld hieronder.","Plain Text":"Tekst zonder opmaak",Preview:"Voorbeeldweergave",Raptorize:!1,Reinitialise:"Herinitialiseren","Remaining characters before the recommended character limit is reached":"Aantal karakters over voordat het limiet is bereikt",
159
- "Remove Image Float":"Tekst niet omsluiten rondom afbeelding","Remove Link":"Verwijder Link","Remove unnecessary markup from editor content":"Inhoud schoonmaken van overbodige opmaak","Resize Image":"Herschaal Afbeelding","Right Align":"Rechts Uitlijnen",Save:"Opslaan","Saved {{saved}} out of {{dirty}} content blocks.":"{{saved}} van de {{dirty}} inhoudsblokken zijn opgeslagen.","Saving changes...":"Aanpassingen opslaan...","Select all editable content":"Alle aanpasbare inhoud selecteren","Select {{element}} element":"Selecteer {{element}} element",
160
- "Show Guides":"Rooster Tonen (Onderwatermodus)","Source Code":"Broncode","Step Back":"Herstel","Step Forward":"Opnieuw",Strikethrough:"Doorstrepen","Sub script":"Subscript","Subject (optional)":"Onderwerp (optioneel)","Successfully saved {{saved}} content block(s).":"{{saved}} inhoudsblok(ken) succesvol opgeslagen.","Super script":"Superscript","The URL does not look well formed":"Het lijkt er op dat het internetadres niet correct is","The email address does not look well formed":"Het e-mail adres is incorrect",
161
- "The image '{{image}}' is too large for the element being edited.<br/>It will be replaced with a resized copy when your edits are saved.":'De afbeelding "{{image}}" is te groot voor het element dat wordt bewerkt.<br/>Het zal worden vervangen met een herschaalde kopie wanneer uw aanpassingen worden opgeslagen.',"The url for the file you inserted doesn't look well formed":"Het lijkt er op dat het internetadres voor het bestand dat u heeft ingevoegd niet correct is","The url for the link you inserted doesn't look well formed":"Het lijkt er op dat het internetadres voor de link die u heeft ingevoegd niet correct is",
162
- "This block contains unsaved changes":"Dit blok bevat aanpassingen welke niet zijn opgeslagen",Underline:"Onderstrepen","Unnamed Button":"Knop Zonder Naam","Unnamed Select Menu":"Selectiemenu Zonder Naam","Unordered List":"Lijst Van Opsommingstekens","Update Link":"Link Bijwerken","Updated link: {{link}}":"Link bijgewerkt: {{link}}","View / Edit Source":"Broncode Bekijken/Bewerken","View Source":"Broncode Bekijken","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nEr zijn aanpassingen op deze pagina die niet zijn opgeslagen. \nAls u een andere pagina opnet zult u deze aanpassingen verliezen",
163
- root:!1,"{{charactersRemaining}} characters over limit":"{{charactersRemaining}} karakters over het limiet","{{charactersRemaining}} characters remaining":"{{charactersRemaining}} karakters over","{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} karakters, {{charactersRemaining}} over het aangeraden limiet","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} karakters, {{charactersRemaining}} over","{{sentences}} sentences":"{{sentences}} zinnen",
164
- "{{words}} word":"{{words}} woord","{{words}} words":"{{words}} woorden"});y("zh-CN","\u7b80\u4f53\u4e2d\u6587",{"A preview of your embedded object is displayed below.":"A preview of your embedded object is displayed below.","Added link: {{link}}":"Added link: {{link}}","All changes will be lost!":"All changes will be lost!","Apply Source":"\u5e94\u7528\u6e90\u4ee3\u7801","Are you sure you want to stop editing?":"Are you sure you want to stop editing?",Blockquote:"\u5927\u6bb5\u5f15\u7528",Bold:"\u7c97\u4f53",
165
- Cancel:"\u53d6\u6d88","Center Align":"\u4e2d\u5fc3\u5bf9\u9f50\u6587\u672c","Change HTML tag of selected element":"Change HTML tag of selected element","Change Language":"\u6539\u53d8\u8bed\u8a00","Check this box to have the file open in a new browser window":"Check this box to have the file open in a new browser window","Check this box to have the link open in a new browser window":"Check this box to have the link open in a new browser window","Choose a link type:":"Choose a link type:","Clear Formatting":"Clear Formatting",
166
- "Click to begin editing":"Click to begin editing","Click to detach the toolbar":"Click to detach the toolbar","Click to dock the toolbar":"Click to dock the toolbar","Click to select all editable content":"Click to select all editable content","Click to select the contents of the '{{element}}' element":"Click to select the contents of the '{{element}}' element",Close:"Close","Confirm Cancel Editing":"\u786e\u8ba4\u53d6\u6d88\u7f16\u8f91","Content Statistics":"Content Statistics","Content contains more than {{limit}} characters and may be truncated":"Content contains more than {{limit}} characters and may be truncated",
167
- "Content will not be truncated":"Content will not be truncated","Copy the file's URL from your browser's address bar and paste it into the box above":"Copy the file's URL from your browser's address bar and paste it into the box above","Copy the web address from your browser's address bar and paste it into the box above":"Copy the web address from your browser's address bar and paste it into the box above","Decrease Font Size":"Decrease Font Size",Destroy:"Destroy",Divider:"Divider","Document or other file":"Document or other file",
168
- "Edit Link":"Edit Link",Email:"Email","Email address":"\u7535\u5b50\u90ae\u4ef6","Embed Code":"Embed Code","Embed Object":"Embed Object","Embed object":"Embed object","Ensure the file has been uploaded to your website":"Ensure the file has been uploaded to your website","Enter email address":"Enter email address","Enter subject":"Enter subject","Enter your URL":"Enter your URL","Failed to save {{failed}} content block(s).":"Failed to save {{failed}} content block(s).","Find the page on the web you want to link to":"Find the page on the web you want to link to",
169
- "Float Image Left":"Float Image Left","Float Image Right":"Float Image Right","Formatted &amp; Cleaned":"Formatted &amp; Cleaned","Formatted Unclean":"Formatted Unclean","Heading&nbsp;1":"Heading&nbsp;1","Heading&nbsp;2":"Heading&nbsp;2","Heading&nbsp;3":"Heading&nbsp;3","Image height":"Image height","Image width":"Image width","Increase Font Size":"Increase Font Size",Initializing:"Initializing",Insert:"Insert","Insert Horizontal Rule":"\u63d2\u5165\u6c34\u5e73\u7ebf","Insert Link":"Insert Link",
170
- "Insert Snippet":"Insert Snippet",Italic:"\u659c\u4f53\u5b57",Justify:"\u5bf9\u9f50\u6587\u5b57","Learn More About the Raptor WYSIWYG Editor":"Learn More About the Raptor WYSIWYG Editor","Left Align":"\u5de6\u5bf9\u9f50\u6587\u672c","Link to a document or other file":"Link to a document or other file","Link to a page on this or another website":"Link to a page on this or another website","Link to an email address":"Link to an email address",Location:"Location","Modify Image Size":"Modify Image Size",
171
- "N/A":"N/A","New window":"New window","No changes detected to save...":"No changes detected to save...","Not sure what to put in the box above?":"Not sure what to put in the box above?",OK:"\u786e\u5b9a","Open the uploaded file in your browser":"Open the uploaded file in your browser","Ordered List":"Ordered List","Page on this or another website":"Page on this or another website",Paragraph:"Paragraph","Paste Embed Code":"Paste Embed Code","Paste your embed code into the text area below.":"Paste your embed code into the text area below.",
172
- "Plain Text":"Plain Text",Preview:"Preview",Raptorize:"Raptorize",Reinitialise:"Reinitialise","Remaining characters before the recommended character limit is reached":"Remaining characters before the recommended character limit is reached","Remove Image Float":"Remove Image Float","Remove Link":"Remove Link","Remove unnecessary markup from editor content":"Remove unnecessary markup from editor content","Resize Image":"Resize Image","Right Align":"\u53f3\u5bf9\u9f50\u6587\u672c",Save:"\u5b58\u50a8",
173
- "Saved {{saved}} out of {{dirty}} content blocks.":"Saved {{saved}} out of {{dirty}} content blocks.","Saving changes...":"\u4fdd\u5b58\u66f4\u6539...","Select all editable content":"Select all editable content","Select {{element}} element":"Select {{element}} element","Show Guides":"\u7eb2\u8981","Source Code":"Source Code","Step Back":"Step Back","Step Forward":"Step Forward",Strikethrough:"Strikethrough","Sub script":"Sub script","Subject (optional)":"Subject (optional)","Successfully saved {{saved}} content block(s).":"Successfully saved {{saved}} content block(s).",
174
- "Super script":"Super script","The URL does not look well formed":"The URL does not look well formed","The email address does not look well formed":"The email address does not look well formed","The image '{{image}}' is too large for the element being edited.<br/>It will be replaced with a resized copy when your edits are saved.":"The image '{{image}}' is too large for the element being edited.<br/>It will be replaced with a resized copy when your edits are saved.","The url for the file you inserted doesn't look well formed":"The url for the file you inserted doesn't look well formed",
175
- "The url for the link you inserted doesn't look well formed":"The url for the link you inserted doesn't look well formed","This block contains unsaved changes":"This block contains unsaved changes",Underline:"\u4e0b\u5212\u7ebf","Unnamed Button":"Unnamed Button","Unnamed Select Menu":"Unnamed Select Menu","Unordered List":"Unordered List","Update Link":"Update Link","Updated link: {{link}}":"Updated link: {{link}}","View / Edit Source":"View / Edit Source","View Source":"View Source","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes",
176
- root:"\u672c","{{charactersRemaining}} characters over limit":"{{charactersRemaining}} characters over limit","{{charactersRemaining}} characters remaining":"{{charactersRemaining}} characters remaining","{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} characters, {{charactersRemaining}} over the recommended limit","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} characters, {{charactersRemaining}} remaining","{{sentences}} sentences":"{{sentences}} sentences",
177
- "{{words}} word":"{{words}} word","{{words}} words":"{{words}} words"});c.ui.editor.registerPlugin("imageResize",{options:{allowOversizeImages:!1,manuallyResizingClass:null,resizeButtonClass:null,resizingClass:null},init:function(a){this.options=c.extend({},this.options,{manuallyResizingClass:this.options.baseClass+"-manually-resize",resizeButtonClass:this.options.baseClass+"-resize-button",resizingClass:this.options.baseClass+"-in-progress"});a.bind("enabled",this.bind,this)},bind:function(){this.options.allowOversizeImages||
178
- (this.addImageListeners(),this.editor.bind("change",this.scanForOversizedImages,this),this.editor.bind("save",this.save,this));this.editor.bind("destroy",this.cancel,this);this.editor.bind("cancel",this.cancel,this);this.editor.getElement().on("mouseenter."+this.options.baseClass,"img",c.proxy(this.imageMouseEnter,this));this.editor.getElement().on("mouseleave."+this.options.baseClass,"img",c.proxy(this.imageMouseLeave,this))},unbind:function(){this.options.allowOversizeImages||(this.removeImageListeners(),
179
- this.editor.unbind("change",this.scanForOversizedImages,this));this.editor.getElement().off("mouseenter."+this.options.baseClass,"img");this.editor.getElement().off("mouseleave."+this.options.baseClass,"img")},addImageListeners:function(){this.resized=c.proxy(this.imageResizedByUser,this);var a=this;this.editor.getElement().find("img").each(function(){this.addEventListener&&this.addEventListener("DOMAttrModified",a.resized,!1);this.attachEvent&&this.attachEvent("onpropertychange",a.resized)})},removeImageListeners:function(){var a=
180
- this;this.editor.getElement().find("img").each(function(){this.removeEventListener&&this.addEventListener("DOMAttrModified",a.resized,!1);this.detachEvent&&this.detachEvent("onpropertychange",a.resized)})},imageResizedByUser:function(a){var b=c(a.target);b.is("img")&&b.attr("_moz_resizing")&&"style"==a.attrName&&a.newValue.match(/width|height/)&&this.editor.fire("change")},scanForOversizedImages:function(){var a=this.editor.getElement(),b=[];c(a.find("img")).each(function(){a.width()<c(this).outerWidth()&&
181
- b.push(c(this))});b.length&&this.resizeOversizedImages(b,a.width())},resizeOversizedImages:function(a,b){for(var d=c("<a>",{href:"",target:"_blank"}),e=0;e<a.length;e++){var f=a[e],h=f.outerWidth();f.outerHeight();var g=Math.min(b/h),h=Math.round(Math.abs(g*(h-(f.outerWidth()-f.width()))));f.addClass(this.options.resizingClass);d=d.html(f.attr("title")||f.attr("src").substr(f.attr("src").lastIndexOf("/")+1)).attr("href",f.attr("src"));c(f).css({width:h});var j=this;this.showOversizeWarning(q(c(d)),
182
- {hide:function(){f.removeClass(j.options.resizingClass)}})}},cancel:function(){this.removeClasses();this.removeToolsButtons();this.unbind()},save:function(){this.removeClasses(this.options.resizingClass);this.removeToolsButtons();this.unbind()},showOversizeWarning:function(a,b){this.editor.showInfo(g("The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.",{image:a}),b)},removeClasses:function(a){a||(a=[this.options.resizingClass,this.options.manuallyResizingClass]);
183
- c.isArray(a)||(a=[a]);for(var b=0;b<a.length;b++)this.editor.getElement().find("img."+a[b]).removeClass(a[b])},manuallyResizeImage:function(a){this.removeToolsButtons();var b=this.editor.getElement().find("img."+this.options.manuallyResizingClass),d=c(b).innerWidth(),e=c(b).innerHeight(),f="#"+this.options.baseClass+"-width",h="#"+this.options.baseClass+"-height",N=this,j=function(a){a=Math.round(a||c(f).val())+"px";c(b).css({width:a})},i=c(this.editor.getTemplate("imageresize.manually-resize-image",
184
- {width:d,height:e,baseClass:this.options.baseClass}));i.dialog({modal:!0,resizable:!1,title:g("Modify Image Size"),autoOpen:!0,buttons:[{text:g("Resize Image"),click:function(){j(c(this).find(f).val());c(this).dialog("close")}},{text:g("Cancel"),click:function(){j(d);c(this).dialog("close")}}],close:function(){N.editor.checkChange();c(i).remove()},open:function(){var a=c(this).find(f),b=c(this).find(h);a.keyup(function(){b.val(Math.round(Math.abs(e/d*c(this).val())));j()});b.keyup(function(){a.val(Math.round(Math.abs(d/
185
- e*c(this).val())));j()})}});a.preventDefault();return!1},displayToolsButtonRelativeToImage:function(a){var b=c("<button>"+g("Click to edit the image")+"</button>").appendTo("body").addClass(this.options.resizeButtonClass).button({text:!1,icons:{primary:"ui-icon-tools"}});b.css({position:"absolute",left:c(a).position().left+c(a).innerWidth()-c(b).outerWidth()-10+"px",top:c(a).position().top+10+"px"}).attr("contenteditable",!1).click(c.proxy(this.manuallyResizeImage,this));b.addClass(this.editor.options.supplementaryClass).find("span").addClass(this.editor.options.supplementaryClass);
186
- c(a).before(b)},removeToolsButtons:function(){this.editor.getElement().find("."+this.options.resizeButtonClass).each(function(){c(this).remove()})},imageMouseEnter:function(a){c(a.target).addClass(this.options.manuallyResizingClass);this.displayToolsButtonRelativeToImage(a.target)},imageMouseLeave:function(a){c(a.relatedTarget).hasClass(this.options.resizeButtonClass)||(c(a.target).removeClass(this.options.manuallyResizingClass),this.removeToolsButtons())}});c.ui.editor.registerPlugin("link",{visible:null,
187
- dialog:null,types:{},defaultLinkTypes:[{type:"external",title:g("Page on this or another website"),focusSelector:'input[name="location"]',init:function(){this.content=this.plugin.editor.getTemplate("link.external",this.options);return this},show:function(a,b){var c=this;a.find('input[name="location"]').bind("keyup",function(){c.validate(a)});b&&(a.find('input[name="location"]').val(this.plugin.selectedElement.attr("href")).trigger("keyup"),"_blank"===this.plugin.selectedElement.attr("target")&&a.find('input[name="blank"]').attr("checked",
188
- "checked"));return this},attributes:function(a){var b={href:a.find('input[name="location"]').val()};a.find('input[name="blank"]').is(":checked")&&(b.target="_blank");this.options.regexLink.test(b.href)||this.plugin.editor.showWarning(g("The url for the link you inserted doesn't look well formed"));return b},validate:function(a){var b="."+this.options.baseClass+"-error-message-url",d=!0;this.options.regexLink.test(a.find('input[name="location"]').val())?a.find(b).has(":visible").hide():(a.find(b).size()||
189
- a.find('input[name="location"]').after(this.plugin.editor.getTemplate("link.error",c.extend({},this.options,{messageClass:this.options.baseClass+"-error-message-url",message:g("The URL does not look well formed")}))),a.find(b).not(":visible").show(),d=!1);return d}},{type:"email",title:g("Email address"),focusSelector:'input[name="email"]',init:function(){this.content=this.plugin.editor.getTemplate("link.email",this.options);return this},show:function(a,b){var c=this;a.find('input[name="email"]').bind("keyup",
190
- function(){c.validate(a)});b&&(a.find('input[name="email"]').val(this.plugin.selectedElement.attr("href").replace(/(mailto:)|(\?Subject.*)/gi,"")).trigger("keyup"),/\?Subject\=/i.test(this.plugin.selectedElement.attr("href"))&&a.find('input[name="subject"]').val(decodeURIComponent(this.plugin.selectedElement.attr("href").replace(/(.*\?Subject=)/i,""))));return this},attributes:function(a){var b={href:"mailto:"+a.find('input[name="email"]').val()};if(a=a.find('input[name="subject"]').val())b.href=
191
- b.href+"?Subject="+encodeURIComponent(a);return b},validate:function(a){var b="."+this.options.baseClass+"-error-message-email",d=!0;this.options.regexEmail.test(a.find('input[name="email"]').val())?a.find(b).has(":visible").hide():(a.find(b).size()||a.find('input[name="email"]').after(this.plugin.editor.getTemplate("link.error",c.extend({},this.options,{messageClass:this.options.baseClass+"-error-message-email",message:g("The email address does not look well formed")}))),a.find(b).not(":visible").show(),
192
- d=!1);return d}},{type:"fileUrl",title:g("Document or other file"),focusSelector:'input[name="location"]',init:function(){this.content=this.plugin.editor.getTemplate("link.file-url",this.options);return this},show:function(a,b){var c=this;a.find('input[name="location"]').bind("keyup",function(){c.validate(a)});b&&(a.find('input[name="location"]').val(this.plugin.selectedElement.attr("href")).trigger("click"),"_blank"===this.plugin.selectedElement.attr("target")&&a.find('input[name="blank"]').attr("checked",
193
- "checked"));return this},attributes:function(a){var b={href:a.find('input[name="location"]').val()};a.find('input[name="blank"]').is(":checked")&&(b.target="_blank");this.options.regexLink.test(b.href)||this.plugin.editor.showWarning(g("The url for the file you inserted doesn't look well formed"));return b},validate:function(a){var b="."+this.options.baseClass+"-error-message-file-url",d=!0;this.options.regexLink.test(a.find('input[name="location"]').val())?a.find(b).has(":visible").hide():(a.find(b).size()||
194
- a.find('input[name="location"]').after(this.plugin.editor.getTemplate("link.error",c.extend({},this.options,{messageClass:this.options.baseClass+"-error-message-file-url",message:g("The URL does not look well formed")}))),a.find(b).not(":visible").show(),d=!1);return d}}],init:function(a,b){this.options=c.extend({},{panelAnimation:"fade",replaceTypes:!1,customTypes:[],typeDataName:"uiWidgetEditorLinkType",dialogWidth:750,dialogHeight:"auto",dialogMinWidth:670,regexLink:/^(http|https|ftp):\/\/[a-z0-9]+([\-\.]{1}[a-z0-9]+)*\.[a-z]{2,5}(:[0-9]{1,5})?(\/.*)?$/i,
195
- regexEmail:/[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?/},b);a.bind("save",this.repairLinks,this);a.bind("cancel",this.cancel,this)},initTypes:function(){this.types={};for(var a={type:null,title:null,content:null,plugin:this,options:this.options,attributes:function(){},init:function(){return this},show:function(){},editing:function(a){if(a.attr("class"))for(var b=this.classes.split(/\s/gi),d=0;d<b.length;d++)if(b[d].trim()&&
196
- c(a).hasClass(b[d]))return!0;return!1},focusSelector:null,focus:function(){if(this.focusSelector){var a=c(this.focusSelector),b=a.val();a.val("");a.focus().val(b)}}},b=null,b=this.options.replaceTypes?this.options.customTypes:c.merge(this.defaultLinkTypes,this.options.customTypes),d,e=0;e<b.length;e++)d=c.extend({},a,b[e],{classes:this.options.baseClass+"-"+b[e].type}).init(),this.types[d.type]=d},show:function(){if(!this.visible){o();this.selectedElement=k().first();var a=this.selectedElement.is("a"),
197
- b=this.options,d=this,e=this.dialog=c(this.editor.getTemplate("link.dialog",b)).appendTo("body");this.initTypes();var f=this.dialog.find("fieldset"),h;for(h in this.types)c(this.editor.getTemplate("link.label",this.types[h])).appendTo(f);f.find('input[type="radio"]').bind("change."+this.editor.widgetName,function(){d.typeChange(d.types[c(this).val()],a)});e.dialog({autoOpen:!1,modal:!0,resizable:!0,width:b.dialogWidth,minWidth:b.dialogMinWidth,height:b.dialogHeight,title:a?g("Edit Link"):g("Insert Link"),
198
- dialogClass:b.baseClass+" "+b.dialogClass,buttons:[{text:a?g("Update Link"):g("Insert Link"),click:function(){n();d.apply(a)&&c(this).dialog("close")}},{text:g("Cancel"),click:function(){c(this).dialog("close")}}],beforeopen:function(){d.dialog.find("."+d.options.baseClass+"-content").hide()},open:function(){d.visible=!0;var b=e.parent().find(".ui-dialog-buttonpane");b.find("button:eq(0)").button({icons:{primary:"ui-icon-circle-check"}});b.find("button:eq(1)").button({icons:{primary:"ui-icon-circle-close"}});
199
- var f=e.find('.ui-editor-link-menu input[type="radio"]');f.first().attr("checked","checked");var h=!1;if(a)for(var g in d.types)if(h=d.types[g].editing(d.selectedElement)){f.filter('[value="'+g+'"]').attr("checked","checked");d.typeChange(d.types[g],a);break}(!a||a&&!h)&&d.typeChange(d.types[f.filter(":checked").val()],a);c(this).unbind("keyup."+d.editor.widgetName).bind("keyup."+d.editor.widgetName,function(a){13==a.keyCode&&(a=d.types[f.filter(":checked").val()],(!c.isFunction(a.validate)||a.validate(d.dialog.find("."+
200
- d.options.baseClass+"-content")))&&b.find("button:eq(0)").trigger("click"))})},close:function(){n();d.visible=!1;e.find("."+b.baseClass+"-content").hide();c(this).dialog("destroy")}}).dialog("open")}},apply:function(a){var b=this.types[this.dialog.find('input[type="radio"]:checked').val()],d=b.attributes(this.dialog.find("."+this.options.baseClass+"-content"),a);if(!d)return!0;n();var e=q(c("<a>"+(d.title?d.title:d.href)+"</a>").attr(c.extend({},d,{target:"_blank"})));a?(this.selectedElement[0].className=
201
- this.selectedElement[0].className.replace(RegExp(this.options.baseClass+"-[a-zA-Z]+","g"),""),this.selectedElement.addClass(b.classes).attr(d),this.editor.showConfirm(g("Updated link: {{link}}",{link:e}))):(W("a",c.extend(d,{id:this.editor.getUniqueId()}),b.classes),this.editor.showConfirm(g("Added link: {{link}}",{link:e})),this.selectedElement=c("#"+d.id).removeAttr("id"));this.selectedElement.data(this.options.baseClass+"-href",d.href);v(this.selectedElement);o();return!0},typeChange:function(a,
202
- b){var d=this.dialog.find("."+this.options.baseClass+"-content"),e=d.closest("."+this.options.baseClass+"-wrap"),f=a.ajaxUri&&!this.types[a.type].content;f&&e.addClass(this.options.baseClass+"-loading");var h=this;d.hide(this.options.panelAnimation,function(){f?c.ajax({url:a.ajaxUri,type:"get",success:function(f){d.html(f);h.types[a.type].content=f;e.removeClass(h.options.baseClass+"-loading");a.show(d,b);d.show(h.options.panelAnimation,c.proxy(a.focus,a))}}):(d.html(a.content),a.show(d,b),d.show(h.options.panelAnimation,
203
- c.proxy(a.focus,a)))})},remove:function(){this.editor.unwrapParentTag("a")},repairLinks:function(){var a=this;this.editor.getElement().find('a[class^="'+this.options.baseClass+'"]').each(function(){c(this).data(a.options.baseClass+"-href")&&c(this).attr("href",c(this).data(a.options.baseClass+"-href"))})},cancel:function(){this.dialog&&c(this.dialog.dialog("close"))}});c.ui.editor.registerUi({link:{hotkeys:{"ctrl+l":{action:function(){this.editor.getPlugin("link").show()},restoreSelection:!1}},init:function(a){a.bind("selectionChange",
204
- this.change,this);return a.uiButton({title:g("Insert Link"),click:function(){a.getPlugin("link").show()}})},change:function(){k().length?this.ui.enable():this.ui.disable()}},unlink:{hotkeys:{"ctrl+shift+l":{action:function(){this.ui.click()},restoreSelection:!1}},init:function(a){a.bind("selectionChange",this.change,this);a.bind("show",this.change,this);return a.uiButton({title:g("Remove Link"),click:function(){a.getPlugin("link").remove()}})},change:function(){k().is("a")?this.ui.enable():this.ui.disable()}}});
205
- c.ui.editor.registerPlugin("list",{options:{},validParents:"blockquote,body,button,center,dd,div,fieldset,form,iframe,li,noframes,noscript,object,td,th".split(","),validChildren:"a,abbr,acronym,applet,b,basefont,bdo,big,br,button,cite,code,dfn,em,font,i,iframe,img,input,kbd,label,map,object,p,q,s,samp,select,small,span,strike,strong,sub,sup,textarea,tt,u,var".split(","),toggleList:function(a){c(k()).is("li")&&c(k()).parent().is(a)?this.unwrapList():this.wrapList(a);this.editor.fire("selectionChange");
206
- this.editor.fire("change")},unwrapList:function(){o();var a=[],b=[],d=K(),e=L();a.push(c(d).html());b.push(d);if(c(d)[0]!==c(e)[0]){var f=d;do f=c(f).next(),a.push(c(f).html()),b.push(f);while(c(f)[0]!==c(e)[0])}f=0===c(d).prev().length;e=0===c(e).next().length;d=c(d).parent();for(listElementsIndex=0;listElementsIndex<b.length;listElementsIndex++)c(b[listElementsIndex]).remove();for(b=0;b<a.length;b++)d.parent().is("li")||(a[b]="<p>"+a[b]+"</p>");f&&e?(d.replaceWith(a.join("")),n(),a=k()[0],v(a)):
207
- (f?c(d).before(a.join("")):e?c(d).after(a.join("")):M(a.join("")),n(),this.editor.checkChange())},wrapList:function(a){this.editor.constrainSelection(this.editor.getElement());""===c.trim(x())&&A(k());var b=c("<div>").html(x()),d=[],e=this;c(b).contents().each(function(){var a;a="block"===D(this.tagName)?G(c(this).html(),e.validChildren):G(q(c(this)),e.validChildren);a=c("<li>"+a+"</li>");""!==c.trim(a.text())&&d.push(q(a))});b=this.options.baseClass+"-selection";a="<"+a+' class="'+b+'">'+d.join("")+
208
- "</"+a+">";n();var f=c(k()[0]).parent(),h=this.editor.getElement()[0];f===h||k()[0]===h?p(a):B(a,this.validParents);b=c(this.editor.getElement().find("."+b).removeClass(b));A(b.find("li:first")[0]);this.editor.checkChange()},toggleButtonState:function(a,b){var d=function(a){b.button.toggleClass("ui-state-highlight",a).toggleClass("ui-state-default",!a)},e=K();if(null===e||!e.length)e=this.editor.getElement();var f=L();if(null===f||!f.length)f=this.editor.getElement();e=e[0];f=f[0];if(c(e).is(a)&&
209
- c(f).is(a)&&e===f)return d(!0);var h=c(e).parentsUntil(g,a).first()&&c(f).parentsUntil(g,a).first(),g="#"+this.editor.getElement().attr("id"),i=c(e).is(a+" > li")||c(e).parentsUntil(g,a+" > li").length,k=c(f).is(a+" > li")||c(f).parentsUntil(g,a+" > li").length;if(i&&k&&h){h=c(S());h.is(a)||(h=c(h).parentsUntil(g,a).first());g=h.find("ul, ol");if(!g.length)return d(!0);for(h=0;h<g.length;h++)if(c.contains(g[h],e)&&c.contains(g[h],f))return d(!1);return d(!0)}return d(!1)}});c.ui.editor.registerUi({listUnordered:{init:function(a){var b=
210
- a.uiButton({title:g("Unordered List"),click:function(){a.getPlugin("list").toggleList("ul")}});a.bind("selectionChange",function(){a.getPlugin("list").toggleButtonState("ul",b)});return b}},listOrdered:{init:function(a){var b=a.uiButton({title:g("Ordered List"),click:function(){a.getPlugin("list").toggleList("ol")}});a.bind("selectionChange",function(){a.getPlugin("list").toggleButtonState("ol",b)});return b}}});c.ui.editor.registerUi({logo:{ui:null,init:function(){return this.ui=this.editor.uiButton({title:g("Learn More About the Raptor WYSIWYG Editor"),
211
- click:function(){l.open("http://www.jquery-raptor.com/about/editors/","_blank")},ready:function(){var a=function(b){var d=typeof b;if("object"!=d||null===b)return"string"==d&&(b='"'+b+'"'),""+b;var e=[],g=b&&c.isArray(b);c.each(b,function(b,c){d=typeof c;"string"==d?c='"'+c+'"':"object"==d&null!==c&&(c=a(c));e.push((g?"":'"'+b+'":')+(""+c))});return(g?"[":"{")+(""+e)+(g?"]":"}")},b={enableUi:this.options.enableUi,enablePlugins:this.options.enablePlugins,disabledPlugins:a(this.options.disabledPlugins),
212
- ui:a(this.options.ui),t:(new Date).getTime()},d=[],e;for(e in b)d.push(e+"="+encodeURIComponent(b[e]));this.ui.button.find(".ui-button-icon-primary").css({"background-image":"url(http://www.jquery-raptor.com/logo/0.0.19?"+d.join("&")+")"})}})}}});c.ui.editor.registerPlugin("normaliseLineBreaks",{options:{enter:"<p><br/></p>",enterValidTags:"address,blockquote,body,button,center,dd,div,fieldset,form,iframe,li,noframes,noscript,object,td,th".split(","),shiftEnter:"<br/>",shiftEnterValidTags:"a,abbr,acronym,address,applet,b,bdo,big,blockquote,body,button,caption,center,cite,code,dd,del,dfn,div,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,i,iframe,ins,kbd,label,legend,li,noframes,noscript,object,p,pres,q,s,samp,small,span,strike,strong,sub,sup,td,th,tt,u,var".split(",")},
213
- hotkeys:{"return":{action:function(){F();var a=""===i.getSelection().toHtml(),b;b=i.getSelection();var d=b.isBackwards()?b.focusNode:b.anchorNode;(b.isBackwards()?b.focusOffset:0!==b.anchorOffset)?b=!1:(b=d.previousSibling,b=!b||""===c(b).html()?!0:!1);var e;d=i.getSelection();e=d.isBackwards()?d.anchorNode:d.focusNode;(d.isBackwards()?d.focusOffset:d.anchorOffset)!==e.textContent.length?e=!1:(d=e.nextSibling,e=!d||""===c(d).html()?!0:!1);var f=this.options.baseClass+"-enter-break",d=c(this.options.enter).attr("id",
214
- f);B(d,this.options.enterValidTags);d=c("#"+f).removeAttr("id");a?b?w(d.next()):e?w(d):(w(d.next()),(a=d.prev())&&""!==c.trim(a.html())&&q(a)!==this.options.enter&&d.remove()):(w(d.next()),d.remove())},restoreSelection:!1},"return+shift":{action:function(){F();var a=this.options.baseClass+"-enter-break",b=c(breakHtml).attr("id",a).appendTo("body");this.options.shiftEnterValidTags?B(this.options.shiftEnter,this.options.shiftEnterValidTags):p(b);a=c("#"+a).removeAttr("id").next();w(a)},restoreSelection:!1}}});
215
- c.ui.editor.registerPlugin("paste",{options:{allowedTags:"h1,h2,h3,h4,h5,h6,div,ul,ol,li,blockquote,p,a,span,hr,br".split(","),allowedAttributes:["href","title"],allowedEmptyTags:["hr","br"]},init:function(a,b){var d=!1,e=!1,f=this;a.getElement().bind("paste."+a.widgetName,c.proxy(function(){if(d)return!1;d=!0;o();c(".uiWidgetEditorPasteBin").length&&c(".uiWidgetEditorPasteBin").remove();c('<div class="uiWidgetEditorPasteBin" contenteditable="true" style="width: 1px; height: 1px; overflow: hidden; position: fixed; top: -1px;" />').appendTo("body");
216
- c(".uiWidgetEditorPasteBin").focus();l.setTimeout(function(){var h=c(".uiWidgetEditorPasteBin").html(),h=f.filterAttributes(h),h=f.filterChars(h),h=f.stripEmpty(h),h=f.stripAttributes(h),h=G(h,f.options.allowedTags),h={plain:c("<div/>").html(c(".uiWidgetEditorPasteBin").html()).text(),markup:h,html:c(".uiWidgetEditorPasteBin").html()};e=c(a.getTemplate("paste.dialog",h));c(e).dialog({modal:!0,width:650,height:500,resizable:!0,title:"Paste",position:"center",show:b.dialogShowAnimation,hide:b.dialogHideAnimation,
217
- dialogClass:b.baseClass+" "+b.dialogClass,buttons:[{text:g("Insert"),click:function(){var a=null,a=c(this).find(".ui-editor-paste-area:visible"),a=a.hasClass("ui-editor-paste-plain")||a.hasClass("ui-editor-paste-source")?a.val():a.html(),a=f.filterAttributes(a),a=f.filterChars(a);n();p(a);d=!1;c(this).dialog("close")}},{text:g("Cancel"),click:function(){n();d=!1;c(this).dialog("close")}}],open:function(){var a=c(this).find(".ui-editor-paste-panel-tabs");a.find("ul.ui-tabs-nav li").click(function(){a.find("ul.ui-tabs-nav li").removeClass("ui-state-active").removeClass("ui-tabs-selected");
153
+ "Added link: {{link}}":"Link toegevoegd:: {{link}}","All changes will be lost!":"Alle aanpassingen zullen verloren gaan!","Apply Source":"Broncode toepassen","Are you sure you want to stop editing?":"Weet u zeker dat u wilt stoppen met aanpassen? ",Blockquote:"Blokcitaat",Bold:"Vetgedrukt",Cancel:"Annuleren","Center Align":"Centreren","Change HTML tag of selected element":"Verander type van geselecteerd element","Change Language":"Taal veranderen","Change the color of the selected text.":"Verander de kleur van de geselecteerde tekst.",
154
+ "Check this box to have the file open in a new browser window":"Vink dit aan om het bestand te laten opnenen in een nieuw browser venster","Check this box to have the link open in a new browser window":"Vink dit aan om de link te laten opnenen in een nieuw browser venster","Choose a link type:":"Kies het type link:","Clear Formatting":"Verwijder opmaak","Click to begin editing":"Klik hier voor het beginnen met bewerken","Click to detach the toolbar":"Klik om de werkbalk los te maken","Click to dock the toolbar":"Klik om de werkbalk vast te maken",
155
+ "Click to edit the image":"Klik om de afbeelding te bewerken","Click to select all editable content":"Klik om alle bewerkbare inhoud te selecteren","Click to select the contents of the '{{element}}' element":"Klik om de inhoud te selecteren van het '{{element}}' element",Close:"Sluiten","Confirm Cancel Editing":"Bevestig annuleren van bewerken","Content Statistics":"Inhoud Statistieken","Content contains more than {{limit}} characters and may be truncated":"Inhoud bevat meer dan {{limit}} tekens en kan worden ingekort.",
156
+ "Content will not be truncated":"Inhoud wordt niet ingekort","Copy the file's URL from your browser's address bar and paste it into the box above":"Kopie\u00ebr het internetadres van het bestand uit de adresbalk van uw browser en plak het in het veld hierboven","Copy the web address from your browser's address bar and paste it into the box above":"Kopie\u00ebr het internetadres uit de adresbalk van uw browser en plak het in het veld hierboven","Decrease Font Size":"Groter Lettertype",Destroy:"Verwijder",
157
+ Divider:"Splitser","Document or other file":"Document of ander bestand","Edit Link":"Link bewerken",Email:"E-mail","Email address":"E-mail adres","Embed Code":"Code Insluiten","Embed Object":"Object Insluiten","Embed object":"Object insluiten","Ensure the file has been uploaded to your website":"Verzeker uzelf ervan dat het bestand op uw website staat","Enter email address":"Voeg het e-mail adres in","Enter subject":"Voeg het onderwerp in","Enter your URL":"Voeg het internetadres in","Failed to save {{failed}} content block(s).":"Kon {{failed}} inhoud blok(ken) niet opslaan.",
158
+ "Find the page on the web you want to link to":"Vind de pagina op het internet waar u naartoe wilt linken","Float Image Left":"Tekst omsluiten rechts van afbeelding","Float Image Right":"Tekst omsluiten links van afbeelding","Formatted &amp; Cleaned":"Geformatteerd &amp; Opgeruimd","Formatted Unclean":"Rommel Opgeruimd","Heading&nbsp;1":"Kopniveau&nbsp;1","Heading&nbsp;2":"Kopniveau&nbsp;2","Heading&nbsp;3":"Kopniveau&nbsp;3","Image height":"Hoogte afbeelding","Image width":"Breedte afbeelding","Increase Font Size":"Kleiner Lettertype",
159
+ Initializing:"Initialiseren",Insert:"Invoegen","Insert Horizontal Rule":"Horizontale Regel Invoegen","Insert Link":"Link Invoegen","Insert Snippet":"Snippertekst Invoegen",Italic:"Schuingedrukt",Justify:"Uitlijnen aan beide kanten","Learn More About the Raptor WYSIWYG Editor":"Meer leren over Rapor WYSIWYG Editor","Left Align":"Links uitlijnen","Link to a document or other file":"Link naar een document of ander bestand","Link to a page on this or another website":"Link naar een pagina op deze of een andere website",
160
+ "Link to an email address":"Link naar een emailadres",Location:"Locatie","Modify Image Size":"Afbeeldingsgrootte aanpassen","N/A":"n.v.t.","New window":"Nieuw venster","No changes detected to save...":"Er zijn geen aanpassingen om op te slaan...","Not sure what to put in the box above?":"Onzeker over wat er in het veld moet staan hierboven?",OK:!1,"Open the uploaded file in your browser":"Open het ge\u00fcploade bestand in uw browser","Ordered List":"Genummerde lijst","Page on this or another website":"Pagina op deze of een andere website",
161
+ Paragraph:"Alinea","Paste Embed Code":"Plak de insluitcode","Paste your embed code into the text area below.":"Plak de insluitcode in het tekstveld hieronder.","Plain Text":"Tekst zonder opmaak",Preview:"Voorbeeldweergave",Raptorize:!1,Reinitialise:"Herinitialiseren","Remaining characters before the recommended character limit is reached":"Aantal karakters over voordat het limiet is bereikt","Remove Image Float":"Tekst niet omsluiten rondom afbeelding","Remove Link":"Verwijder Link","Remove unnecessary markup from editor content":"Inhoud schoonmaken van overbodige opmaak",
162
+ "Resize Image":"Herschaal Afbeelding","Right Align":"Rechts Uitlijnen",Save:"Opslaan","Saved {{saved}} out of {{dirty}} content blocks.":"{{saved}} van de {{dirty}} inhoudsblokken zijn opgeslagen.","Saving changes...":"Aanpassingen opslaan...","Select all editable content":"Alle aanpasbare inhoud selecteren","Select {{element}} element":"Selecteer {{element}} element","Show Guides":"Rooster Tonen (Onderwatermodus)","Source Code":"Broncode","Step Back":"Herstel","Step Forward":"Opnieuw",Strikethrough:"Doorstrepen",
163
+ "Sub script":"Subscript","Subject (optional)":"Onderwerp (optioneel)","Successfully saved {{saved}} content block(s).":"{{saved}} inhoudsblok(ken) succesvol opgeslagen.","Super script":"Superscript","The URL does not look well formed":"Het lijkt er op dat het internetadres niet correct is","The email address does not look well formed":"Het e-mail adres is incorrect","The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.":"De afbeelding '{{image}}' is te breed voor het element dat wordt bewerkt.<br/>Het wordt geschaald zodat het past.",
164
+ "The url for the file you inserted doesn't look well formed":"Het lijkt er op dat het internetadres voor het bestand dat u heeft ingevoegd niet correct is","The url for the link you inserted doesn't look well formed":"Het lijkt er op dat het internetadres voor de link die u heeft ingevoegd niet correct is","This block contains unsaved changes":"Dit blok bevat aanpassingen welke niet zijn opgeslagen",Underline:"Onderstrepen","Unnamed Button":"Knop Zonder Naam","Unnamed Select Menu":"Selectiemenu Zonder Naam",
165
+ "Unordered List":"Lijst Van Opsommingstekens","Update Link":"Link Bijwerken","Updated link: {{link}}":"Link bijgewerkt: {{link}}","View / Edit Source":"Broncode Bekijken/Bewerken","View Source":"Broncode Bekijken","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nEr zijn aanpassingen op deze pagina die niet zijn opgeslagen. \nAls u een andere pagina opnet zult u deze aanpassingen verliezen",root:!1,"{{charactersRemaining}} characters over limit":"{{charactersRemaining}} karakters over het limiet",
166
+ "{{charactersRemaining}} characters remaining":"{{charactersRemaining}} karakters over","{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} karakters, {{charactersRemaining}} over het aangeraden limiet","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} karakters, {{charactersRemaining}} over","{{sentences}} sentences":"{{sentences}} zinnen","{{words}} word":"{{words}} woord","{{words}} words":"{{words}} woorden"});y("zh-CN",
167
+ "\u7b80\u4f53\u4e2d\u6587",{"A preview of your embedded object is displayed below.":"A preview of your embedded object is displayed below.","Added link: {{link}}":"Added link: {{link}}","All changes will be lost!":"All changes will be lost!","Apply Source":"\u5e94\u7528\u6e90\u4ee3\u7801","Are you sure you want to stop editing?":"Are you sure you want to stop editing?",Blockquote:"\u5927\u6bb5\u5f15\u7528",Bold:"\u7c97\u4f53",Cancel:"\u53d6\u6d88","Center Align":"\u4e2d\u5fc3\u5bf9\u9f50\u6587\u672c",
168
+ "Change HTML tag of selected element":"Change HTML tag of selected element","Change Language":"\u6539\u53d8\u8bed\u8a00","Change the color of the selected text.":"Change the color of the selected text.","Check this box to have the file open in a new browser window":"Check this box to have the file open in a new browser window","Check this box to have the link open in a new browser window":"Check this box to have the link open in a new browser window","Choose a link type:":"Choose a link type:","Clear Formatting":"Clear Formatting",
169
+ "Click to begin editing":"Click to begin editing","Click to detach the toolbar":"Click to detach the toolbar","Click to dock the toolbar":"Click to dock the toolbar","Click to edit the image":"Click to edit the image","Click to select all editable content":"Click to select all editable content","Click to select the contents of the '{{element}}' element":"Click to select the contents of the '{{element}}' element",Close:"Close","Confirm Cancel Editing":"\u786e\u8ba4\u53d6\u6d88\u7f16\u8f91","Content Statistics":"Content Statistics",
170
+ "Content contains more than {{limit}} characters and may be truncated":"Content contains more than {{limit}} characters and may be truncated","Content will not be truncated":"Content will not be truncated","Copy the file's URL from your browser's address bar and paste it into the box above":"Copy the file's URL from your browser's address bar and paste it into the box above","Copy the web address from your browser's address bar and paste it into the box above":"Copy the web address from your browser's address bar and paste it into the box above",
171
+ "Decrease Font Size":"Decrease Font Size",Destroy:"Destroy",Divider:"Divider","Document or other file":"Document or other file","Edit Link":"Edit Link",Email:"Email","Email address":"\u7535\u5b50\u90ae\u4ef6","Embed Code":"Embed Code","Embed Object":"Embed Object","Embed object":"Embed object","Ensure the file has been uploaded to your website":"Ensure the file has been uploaded to your website","Enter email address":"Enter email address","Enter subject":"Enter subject","Enter your URL":"Enter your URL",
172
+ "Failed to save {{failed}} content block(s).":"Failed to save {{failed}} content block(s).","Find the page on the web you want to link to":"Find the page on the web you want to link to","Float Image Left":"Float Image Left","Float Image Right":"Float Image Right","Formatted &amp; Cleaned":"Formatted &amp; Cleaned","Formatted Unclean":"Formatted Unclean","Heading&nbsp;1":"Heading&nbsp;1","Heading&nbsp;2":"Heading&nbsp;2","Heading&nbsp;3":"Heading&nbsp;3","Image height":"Image height","Image width":"Image width",
173
+ "Increase Font Size":"Increase Font Size",Initializing:"Initializing",Insert:"Insert","Insert Horizontal Rule":"\u63d2\u5165\u6c34\u5e73\u7ebf","Insert Link":"Insert Link","Insert Snippet":"Insert Snippet",Italic:"\u659c\u4f53\u5b57",Justify:"\u5bf9\u9f50\u6587\u5b57","Learn More About the Raptor WYSIWYG Editor":"Learn More About the Raptor WYSIWYG Editor","Left Align":"\u5de6\u5bf9\u9f50\u6587\u672c","Link to a document or other file":"Link to a document or other file","Link to a page on this or another website":"Link to a page on this or another website",
174
+ "Link to an email address":"Link to an email address",Location:"Location","Modify Image Size":"Modify Image Size","N/A":"N/A","New window":"New window","No changes detected to save...":"No changes detected to save...","Not sure what to put in the box above?":"Not sure what to put in the box above?",OK:"\u786e\u5b9a","Open the uploaded file in your browser":"Open the uploaded file in your browser","Ordered List":"Ordered List","Page on this or another website":"Page on this or another website",Paragraph:"Paragraph",
175
+ "Paste Embed Code":"Paste Embed Code","Paste your embed code into the text area below.":"Paste your embed code into the text area below.","Plain Text":"Plain Text",Preview:"Preview",Raptorize:"Raptorize",Reinitialise:"Reinitialise","Remaining characters before the recommended character limit is reached":"Remaining characters before the recommended character limit is reached","Remove Image Float":"Remove Image Float","Remove Link":"Remove Link","Remove unnecessary markup from editor content":"Remove unnecessary markup from editor content",
176
+ "Resize Image":"Resize Image","Right Align":"\u53f3\u5bf9\u9f50\u6587\u672c",Save:"\u5b58\u50a8","Saved {{saved}} out of {{dirty}} content blocks.":"Saved {{saved}} out of {{dirty}} content blocks.","Saving changes...":"\u4fdd\u5b58\u66f4\u6539...","Select all editable content":"Select all editable content","Select {{element}} element":"Select {{element}} element","Show Guides":"\u7eb2\u8981","Source Code":"Source Code","Step Back":"Step Back","Step Forward":"Step Forward",Strikethrough:"Strikethrough",
177
+ "Sub script":"Sub script","Subject (optional)":"Subject (optional)","Successfully saved {{saved}} content block(s).":"Successfully saved {{saved}} content block(s).","Super script":"Super script","The URL does not look well formed":"The URL does not look well formed","The email address does not look well formed":"The email address does not look well formed","The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.":"The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.",
178
+ "The url for the file you inserted doesn't look well formed":"The url for the file you inserted doesn't look well formed","The url for the link you inserted doesn't look well formed":"The url for the link you inserted doesn't look well formed","This block contains unsaved changes":"This block contains unsaved changes",Underline:"\u4e0b\u5212\u7ebf","Unnamed Button":"Unnamed Button","Unnamed Select Menu":"Unnamed Select Menu","Unordered List":"Unordered List","Update Link":"Update Link","Updated link: {{link}}":"Updated link: {{link}}",
179
+ "View / Edit Source":"View / Edit Source","View Source":"View Source","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes",root:"\u672c","{{charactersRemaining}} characters over limit":"{{charactersRemaining}} characters over limit","{{charactersRemaining}} characters remaining":"{{charactersRemaining}} characters remaining",
180
+ "{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} characters, {{charactersRemaining}} over the recommended limit","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} characters, {{charactersRemaining}} remaining","{{sentences}} sentences":"{{sentences}} sentences","{{words}} word":"{{words}} word","{{words}} words":"{{words}} words"});c.ui.editor.registerPlugin("imageResize",{options:{allowOversizeImages:!1,manuallyResizingClass:null,
181
+ resizeButtonClass:null,resizingClass:null},init:function(a){this.options=c.extend({},this.options,{manuallyResizingClass:this.options.baseClass+"-manually-resize",resizeButtonClass:this.options.baseClass+"-resize-button",resizingClass:this.options.baseClass+"-in-progress"});a.bind("enabled",this.bind,this)},bind:function(){this.options.allowOversizeImages||(this.addImageListeners(),this.editor.bind("change",this.scanForOversizedImages,this),this.editor.bind("save",this.save,this));this.editor.bind("destroy",
182
+ this.cancel,this);this.editor.bind("cancel",this.cancel,this);this.editor.getElement().on("mouseenter."+this.options.baseClass,"img",c.proxy(this.imageMouseEnter,this));this.editor.getElement().on("mouseleave."+this.options.baseClass,"img",c.proxy(this.imageMouseLeave,this))},unbind:function(){this.options.allowOversizeImages||(this.removeImageListeners(),this.editor.unbind("change",this.scanForOversizedImages,this));this.editor.getElement().off("mouseenter."+this.options.baseClass,"img");this.editor.getElement().off("mouseleave."+
183
+ this.options.baseClass,"img")},addImageListeners:function(){this.resized=c.proxy(this.imageResizedByUser,this);var a=this;this.editor.getElement().find("img").each(function(){this.addEventListener&&this.addEventListener("DOMAttrModified",a.resized,!1);this.attachEvent&&this.attachEvent("onpropertychange",a.resized)})},removeImageListeners:function(){var a=this;this.editor.getElement().find("img").each(function(){this.removeEventListener&&this.addEventListener("DOMAttrModified",a.resized,!1);this.detachEvent&&
184
+ this.detachEvent("onpropertychange",a.resized)})},imageResizedByUser:function(a){var b=c(a.target);b.is("img")&&b.attr("_moz_resizing")&&"style"==a.attrName&&a.newValue.match(/width|height/)&&this.editor.fire("change")},scanForOversizedImages:function(){var a=this.editor.getElement(),b=[];c(a.find("img")).each(function(){a.width()<c(this).outerWidth()&&b.push(c(this))});b.length&&this.resizeOversizedImages(b,a.width())},resizeOversizedImages:function(a,b){for(var d=c("<a>",{href:"",target:"_blank"}),
185
+ e=0;e<a.length;e++){var f=a[e],g=f.outerWidth();f.outerHeight();var h=Math.min(b/g),g=Math.round(Math.abs(h*(g-(f.outerWidth()-f.width()))));f.addClass(this.options.resizingClass);d=d.html(f.attr("title")||f.attr("src").substr(f.attr("src").lastIndexOf("/")+1)).attr("href",f.attr("src"));c(f).css({width:g});var k=this;this.showOversizeWarning(q(c(d)),{hide:function(){f.removeClass(k.options.resizingClass)}})}},cancel:function(){this.removeClasses();this.removeToolsButtons();this.unbind()},save:function(){this.removeClasses(this.options.resizingClass);
186
+ this.removeToolsButtons();this.unbind()},showOversizeWarning:function(a,b){this.editor.showInfo(h("The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.",{image:a}),b)},removeClasses:function(a){a||(a=[this.options.resizingClass,this.options.manuallyResizingClass]);c.isArray(a)||(a=[a]);for(var b=0;b<a.length;b++)this.editor.getElement().find("img."+a[b]).removeClass(a[b])},manuallyResizeImage:function(a){this.removeToolsButtons();var b=this.editor.getElement().find("img."+
187
+ this.options.manuallyResizingClass),d=c(b).innerWidth(),e=c(b).innerHeight(),f="#"+this.options.baseClass+"-width",g="#"+this.options.baseClass+"-height",N=this,k=function(a){a=Math.round(a||c(f).val())+"px";c(b).css({width:a})},i=c(this.editor.getTemplate("imageresize.manually-resize-image",{width:d,height:e,baseClass:this.options.baseClass}));i.dialog({modal:!0,resizable:!1,title:h("Modify Image Size"),autoOpen:!0,buttons:[{text:h("Resize Image"),click:function(){k(c(this).find(f).val());c(this).dialog("close")}},
188
+ {text:h("Cancel"),click:function(){k(d);c(this).dialog("close")}}],close:function(){N.editor.checkChange();c(i).remove()},open:function(){var a=c(this).find(f),b=c(this).find(g);a.keyup(function(){b.val(Math.round(Math.abs(e/d*c(this).val())));k()});b.keyup(function(){a.val(Math.round(Math.abs(d/e*c(this).val())));k()})}});a.preventDefault();return!1},displayToolsButtonRelativeToImage:function(a){var b=c("<button>"+h("Click to edit the image")+"</button>").appendTo("body").addClass(this.options.resizeButtonClass).button({text:!1,
189
+ icons:{primary:"ui-icon-tools"}});b.css({position:"absolute",left:c(a).position().left+c(a).innerWidth()-c(b).outerWidth()-10+"px",top:c(a).position().top+10+"px"}).attr("contenteditable",!1).click(c.proxy(this.manuallyResizeImage,this));b.addClass(this.editor.options.supplementaryClass).find("span").addClass(this.editor.options.supplementaryClass);c(a).before(b)},removeToolsButtons:function(){this.editor.getElement().find("."+this.options.resizeButtonClass).each(function(){c(this).remove()})},imageMouseEnter:function(a){c(a.target).addClass(this.options.manuallyResizingClass);
190
+ this.displayToolsButtonRelativeToImage(a.target)},imageMouseLeave:function(a){c(a.relatedTarget).hasClass(this.options.resizeButtonClass)||(c(a.target).removeClass(this.options.manuallyResizingClass),this.removeToolsButtons())}});c.ui.editor.registerPlugin("link",{visible:null,dialog:null,types:{},defaultLinkTypes:[{type:"external",title:h("Page on this or another website"),focusSelector:'input[name="location"]',init:function(){this.content=this.plugin.editor.getTemplate("link.external",this.options);
191
+ return this},show:function(a,b){var c=this;a.find('input[name="location"]').bind("keyup",function(){c.validate(a)});b&&(a.find('input[name="location"]').val(this.plugin.selectedElement.attr("href")).trigger("keyup"),"_blank"===this.plugin.selectedElement.attr("target")&&a.find('input[name="blank"]').attr("checked","checked"));return this},attributes:function(a){var b={href:a.find('input[name="location"]').val()};a.find('input[name="blank"]').is(":checked")&&(b.target="_blank");this.options.regexLink.test(b.href)||
192
+ this.plugin.editor.showWarning(h("The url for the link you inserted doesn't look well formed"));return b},validate:function(a){var b="."+this.options.baseClass+"-error-message-url",d=!0;this.options.regexLink.test(a.find('input[name="location"]').val())?a.find(b).has(":visible").hide():(a.find(b).size()||a.find('input[name="location"]').after(this.plugin.editor.getTemplate("link.error",c.extend({},this.options,{messageClass:this.options.baseClass+"-error-message-url",message:h("The URL does not look well formed")}))),
193
+ a.find(b).not(":visible").show(),d=!1);return d}},{type:"email",title:h("Email address"),focusSelector:'input[name="email"]',init:function(){this.content=this.plugin.editor.getTemplate("link.email",this.options);return this},show:function(a,b){var c=this;a.find('input[name="email"]').bind("keyup",function(){c.validate(a)});b&&(a.find('input[name="email"]').val(this.plugin.selectedElement.attr("href").replace(/(mailto:)|(\?Subject.*)/gi,"")).trigger("keyup"),/\?Subject\=/i.test(this.plugin.selectedElement.attr("href"))&&
194
+ a.find('input[name="subject"]').val(decodeURIComponent(this.plugin.selectedElement.attr("href").replace(/(.*\?Subject=)/i,""))));return this},attributes:function(a){var b={href:"mailto:"+a.find('input[name="email"]').val()};if(a=a.find('input[name="subject"]').val())b.href=b.href+"?Subject="+encodeURIComponent(a);return b},validate:function(a){var b="."+this.options.baseClass+"-error-message-email",d=!0;this.options.regexEmail.test(a.find('input[name="email"]').val())?a.find(b).has(":visible").hide():
195
+ (a.find(b).size()||a.find('input[name="email"]').after(this.plugin.editor.getTemplate("link.error",c.extend({},this.options,{messageClass:this.options.baseClass+"-error-message-email",message:h("The email address does not look well formed")}))),a.find(b).not(":visible").show(),d=!1);return d}},{type:"fileUrl",title:h("Document or other file"),focusSelector:'input[name="location"]',init:function(){this.content=this.plugin.editor.getTemplate("link.file-url",this.options);return this},show:function(a,
196
+ b){var c=this;a.find('input[name="location"]').bind("keyup",function(){c.validate(a)});b&&(a.find('input[name="location"]').val(this.plugin.selectedElement.attr("href")).trigger("click"),"_blank"===this.plugin.selectedElement.attr("target")&&a.find('input[name="blank"]').attr("checked","checked"));return this},attributes:function(a){var b={href:a.find('input[name="location"]').val()};a.find('input[name="blank"]').is(":checked")&&(b.target="_blank");this.options.regexLink.test(b.href)||this.plugin.editor.showWarning(h("The url for the file you inserted doesn't look well formed"));
197
+ return b},validate:function(a){var b="."+this.options.baseClass+"-error-message-file-url",d=!0;this.options.regexLink.test(a.find('input[name="location"]').val())?a.find(b).has(":visible").hide():(a.find(b).size()||a.find('input[name="location"]').after(this.plugin.editor.getTemplate("link.error",c.extend({},this.options,{messageClass:this.options.baseClass+"-error-message-file-url",message:h("The URL does not look well formed")}))),a.find(b).not(":visible").show(),d=!1);return d}}],init:function(a,
198
+ b){this.options=c.extend({},{panelAnimation:"fade",replaceTypes:!1,customTypes:[],typeDataName:"uiWidgetEditorLinkType",dialogWidth:750,dialogHeight:"auto",dialogMinWidth:670,regexLink:/^(http|https|ftp):\/\/[a-z0-9]+([\-\.]{1}[a-z0-9]+)*\.[a-z]{2,5}(:[0-9]{1,5})?(\/.*)?$/i,regexEmail:/[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?/},b);a.bind("save",this.repairLinks,this);a.bind("cancel",this.cancel,this)},initTypes:function(){this.types=
199
+ {};for(var a={type:null,title:null,content:null,plugin:this,options:this.options,attributes:function(){},init:function(){return this},show:function(){},editing:function(a){if(a.attr("class"))for(var b=this.classes.split(/\s/gi),d=0;d<b.length;d++)if(b[d].trim()&&c(a).hasClass(b[d]))return!0;return!1},focusSelector:null,focus:function(){if(this.focusSelector){var a=c(this.focusSelector),b=a.val();a.val("");a.focus().val(b)}}},b=null,b=this.options.replaceTypes?this.options.customTypes:c.merge(this.defaultLinkTypes,
200
+ this.options.customTypes),d,e=0;e<b.length;e++)d=c.extend({},a,b[e],{classes:this.options.baseClass+"-"+b[e].type}).init(),this.types[d.type]=d},show:function(){if(!this.visible){o();this.selectedElement=j().first();var a=this.selectedElement.is("a"),b=this.options,d=this,e=this.dialog=c(this.editor.getTemplate("link.dialog",b)).appendTo("body");this.initTypes();var f=this.dialog.find("fieldset"),g;for(g in this.types)c(this.editor.getTemplate("link.label",this.types[g])).appendTo(f);f.find('input[type="radio"]').bind("change."+
201
+ this.editor.widgetName,function(){d.typeChange(d.types[c(this).val()],a)});e.dialog({autoOpen:!1,modal:!0,resizable:!0,width:b.dialogWidth,minWidth:b.dialogMinWidth,height:b.dialogHeight,title:a?h("Edit Link"):h("Insert Link"),dialogClass:b.baseClass+" "+b.dialogClass,buttons:[{text:a?h("Update Link"):h("Insert Link"),click:function(){n();d.apply(a)&&c(this).dialog("close")}},{text:h("Cancel"),click:function(){c(this).dialog("close")}}],beforeopen:function(){d.dialog.find("."+d.options.baseClass+
202
+ "-content").hide()},open:function(){d.visible=!0;var b=e.parent().find(".ui-dialog-buttonpane");b.find("button:eq(0)").button({icons:{primary:"ui-icon-circle-check"}});b.find("button:eq(1)").button({icons:{primary:"ui-icon-circle-close"}});var f=e.find('.ui-editor-link-menu input[type="radio"]');f.first().attr("checked","checked");var g=!1;if(a)for(var h in d.types)if(g=d.types[h].editing(d.selectedElement)){f.filter('[value="'+h+'"]').attr("checked","checked");d.typeChange(d.types[h],a);break}(!a||
203
+ a&&!g)&&d.typeChange(d.types[f.filter(":checked").val()],a);c(this).unbind("keyup."+d.editor.widgetName).bind("keyup."+d.editor.widgetName,function(a){13==a.keyCode&&(a=d.types[f.filter(":checked").val()],(!c.isFunction(a.validate)||a.validate(d.dialog.find("."+d.options.baseClass+"-content")))&&b.find("button:eq(0)").trigger("click"))})},close:function(){n();d.visible=!1;e.find("."+b.baseClass+"-content").hide();c(this).dialog("destroy")}}).dialog("open")}},apply:function(a){var b=this.types[this.dialog.find('input[type="radio"]:checked').val()],
204
+ d=b.attributes(this.dialog.find("."+this.options.baseClass+"-content"),a);if(!d)return!0;n();var e=q(c("<a>"+(d.title?d.title:d.href)+"</a>").attr(c.extend({},d,{target:"_blank"})));a?(this.selectedElement[0].className=this.selectedElement[0].className.replace(RegExp(this.options.baseClass+"-[a-zA-Z]+","g"),""),this.selectedElement.addClass(b.classes).attr(d),this.editor.showConfirm(h("Updated link: {{link}}",{link:e}))):(W("a",c.extend(d,{id:this.editor.getUniqueId()}),b.classes),this.editor.showConfirm(h("Added link: {{link}}",
205
+ {link:e})),this.selectedElement=c("#"+d.id).removeAttr("id"));this.selectedElement.data(this.options.baseClass+"-href",d.href);v(this.selectedElement);o();return!0},typeChange:function(a,b){var d=this.dialog.find("."+this.options.baseClass+"-content"),e=d.closest("."+this.options.baseClass+"-wrap"),f=a.ajaxUri&&!this.types[a.type].content;f&&e.addClass(this.options.baseClass+"-loading");var g=this;d.hide(this.options.panelAnimation,function(){f?c.ajax({url:a.ajaxUri,type:"get",success:function(f){d.html(f);
206
+ g.types[a.type].content=f;e.removeClass(g.options.baseClass+"-loading");a.show(d,b);d.show(g.options.panelAnimation,c.proxy(a.focus,a))}}):(d.html(a.content),a.show(d,b),d.show(g.options.panelAnimation,c.proxy(a.focus,a)))})},remove:function(){this.editor.unwrapParentTag("a")},repairLinks:function(){var a=this;this.editor.getElement().find('a[class^="'+this.options.baseClass+'"]').each(function(){c(this).data(a.options.baseClass+"-href")&&c(this).attr("href",c(this).data(a.options.baseClass+"-href"))})},
207
+ cancel:function(){this.dialog&&c(this.dialog.dialog("close"))}});c.ui.editor.registerUi({link:{hotkeys:{"ctrl+l":{action:function(){this.editor.getPlugin("link").show()},restoreSelection:!1}},init:function(a){a.bind("selectionChange",this.change,this);return a.uiButton({title:h("Insert Link"),click:function(){a.getPlugin("link").show()}})},change:function(){j().length?this.ui.enable():this.ui.disable()}},unlink:{hotkeys:{"ctrl+shift+l":{action:function(){this.ui.click()},restoreSelection:!1}},init:function(a){a.bind("selectionChange",
208
+ this.change,this);a.bind("show",this.change,this);return a.uiButton({title:h("Remove Link"),click:function(){a.getPlugin("link").remove()}})},change:function(){j().is("a")?this.ui.enable():this.ui.disable()}}});c.ui.editor.registerPlugin("list",{options:{},validParents:"blockquote,body,button,center,dd,div,fieldset,form,iframe,li,noframes,noscript,object,td,th".split(","),validChildren:"a,abbr,acronym,applet,b,basefont,bdo,big,br,button,cite,code,dfn,em,font,i,iframe,img,input,kbd,label,map,object,p,q,s,samp,select,small,span,strike,strong,sub,sup,textarea,tt,u,var".split(","),
209
+ toggleList:function(a){c(j()).is("li")&&c(j()).parent().is(a)?this.unwrapList():this.wrapList(a);this.editor.fire("selectionChange");this.editor.fire("change")},unwrapList:function(){o();var a=[],b=[],d=K(),e=L();a.push(c(d).html());b.push(d);if(c(d)[0]!==c(e)[0]){var f=d;do f=c(f).next(),a.push(c(f).html()),b.push(f);while(c(f)[0]!==c(e)[0])}f=0===c(d).prev().length;e=0===c(e).next().length;d=c(d).parent();for(listElementsIndex=0;listElementsIndex<b.length;listElementsIndex++)c(b[listElementsIndex]).remove();
210
+ for(b=0;b<a.length;b++)d.parent().is("li")||(a[b]="<p>"+a[b]+"</p>");f&&e?(d.replaceWith(a.join("")),n(),a=j()[0],v(a)):(f?c(d).before(a.join("")):e?c(d).after(a.join("")):M(a.join("")),n(),this.editor.checkChange())},wrapList:function(a){this.editor.constrainSelection(this.editor.getElement());""===c.trim(x())&&A(j());var b=c("<div>").html(x()),d=[],e=this;c(b).contents().each(function(){var a;a="block"===D(this.tagName)?G(c(this).html(),e.validChildren):G(q(c(this)),e.validChildren);a=c("<li>"+
211
+ a+"</li>");""!==c.trim(a.text())&&d.push(q(a))});b=this.options.baseClass+"-selection";a="<"+a+' class="'+b+'">'+d.join("")+"</"+a+">";n();var f=c(j()[0]).parent(),g=this.editor.getElement()[0];f===g||j()[0]===g?p(a):B(a,this.validParents);b=c(this.editor.getElement().find("."+b).removeClass(b));A(b.find("li:first")[0]);this.editor.checkChange()},toggleButtonState:function(a,b){var d=function(a){b.button.toggleClass("ui-state-highlight",a).toggleClass("ui-state-default",!a)},e=K();if(null===e||!e.length)e=
212
+ this.editor.getElement();var f=L();if(null===f||!f.length)f=this.editor.getElement();e=e[0];f=f[0];if(c(e).is(a)&&c(f).is(a)&&e===f)return d(!0);var g=c(e).parentsUntil(h,a).first()&&c(f).parentsUntil(h,a).first(),h="#"+this.editor.getElement().attr("id"),i=c(e).is(a+" > li")||c(e).parentsUntil(h,a+" > li").length,j=c(f).is(a+" > li")||c(f).parentsUntil(h,a+" > li").length;if(i&&j&&g){g=c(S());g.is(a)||(g=c(g).parentsUntil(h,a).first());h=g.find("ul, ol");if(!h.length)return d(!0);for(g=0;g<h.length;g++)if(c.contains(h[g],
213
+ e)&&c.contains(h[g],f))return d(!1);return d(!0)}return d(!1)}});c.ui.editor.registerUi({listUnordered:{init:function(a){var b=a.uiButton({title:h("Unordered List"),click:function(){a.getPlugin("list").toggleList("ul")}});a.bind("selectionChange",function(){a.getPlugin("list").toggleButtonState("ul",b)});return b}},listOrdered:{init:function(a){var b=a.uiButton({title:h("Ordered List"),click:function(){a.getPlugin("list").toggleList("ol")}});a.bind("selectionChange",function(){a.getPlugin("list").toggleButtonState("ol",
214
+ b)});return b}}});c.ui.editor.registerUi({logo:{ui:null,init:function(){return this.ui=this.editor.uiButton({title:h("Learn More About the Raptor WYSIWYG Editor"),click:function(){m.open("http://www.jquery-raptor.com/about/editors/","_blank")},ready:function(){var a=function(b){var d=typeof b;if("object"!=d||null===b)return"string"==d&&(b='"'+b+'"'),""+b;var e=[],h=b&&c.isArray(b);c.each(b,function(b,c){d=typeof c;"string"==d?c='"'+c+'"':"object"==d&null!==c&&(c=a(c));e.push((h?"":'"'+b+'":')+(""+
215
+ c))});return(h?"[":"{")+(""+e)+(h?"]":"}")},b={enableUi:this.options.enableUi,enablePlugins:this.options.enablePlugins,disabledPlugins:a(this.options.disabledPlugins),ui:a(this.options.ui),t:(new Date).getTime()},d=[],e;for(e in b)d.push(e+"="+encodeURIComponent(b[e]));this.ui.button.find(".ui-button-icon-primary").css({"background-image":"url(http://www.jquery-raptor.com/logo/0.0.22?"+d.join("&")+")"})}})}}});c.ui.editor.registerPlugin("normaliseLineBreaks",{options:{enter:"<p><br/></p>",enterValidTags:"address,blockquote,body,button,center,dd,div,fieldset,form,iframe,li,noframes,noscript,object,td,th".split(","),
216
+ shiftEnter:"<br/>",shiftEnterValidTags:"a,abbr,acronym,address,applet,b,bdo,big,blockquote,body,button,caption,center,cite,code,dd,del,dfn,div,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,i,iframe,ins,kbd,label,legend,li,noframes,noscript,object,p,pres,q,s,samp,small,span,strike,strong,sub,sup,td,th,tt,u,var".split(",")},hotkeys:{"return":{action:function(){F();var a=""===i.getSelection().toHtml(),b;b=i.getSelection();var d=b.isBackwards()?b.focusNode:b.anchorNode;(b.isBackwards()?b.focusOffset:0!==
217
+ b.anchorOffset)?b=!1:(b=d.previousSibling,b=!b||""===c(b).html()?!0:!1);var e;d=i.getSelection();e=d.isBackwards()?d.anchorNode:d.focusNode;(d.isBackwards()?d.focusOffset:d.anchorOffset)!==e.textContent.length?e=!1:(d=e.nextSibling,e=!d||""===c(d).html()?!0:!1);var f=this.options.baseClass+"-enter-break",d=c(this.options.enter).attr("id",f);B(d,this.options.enterValidTags);d=c("#"+f).removeAttr("id");a?b?w(d.next()):e?w(d):(w(d.next()),(a=d.prev())&&""!==c.trim(a.html())&&q(a)!==this.options.enter&&
218
+ d.remove()):(w(d.next()),d.remove())},restoreSelection:!1},"return+shift":{action:function(){F();var a=this.options.baseClass+"-enter-break",b=c(this.shiftEnter).attr("id",a).appendTo("body");this.options.shiftEnterValidTags?B(this.options.shiftEnter,this.options.shiftEnterValidTags):p(b);a=c("#"+a).removeAttr("id").next();w(a)},restoreSelection:!1}}});c.ui.editor.registerPlugin("paste",{options:{allowedTags:"h1,h2,h3,h4,h5,h6,div,ul,ol,li,blockquote,p,a,span,hr,br".split(","),allowedAttributes:["href",
219
+ "title"],allowedEmptyTags:["hr","br"]},init:function(a,b){var d=!1,e=!1,f=this;a.getElement().bind("paste."+a.widgetName,c.proxy(function(){if(d)return!1;d=!0;o();c(".uiWidgetEditorPasteBin").length&&c(".uiWidgetEditorPasteBin").remove();c('<div class="uiWidgetEditorPasteBin" contenteditable="true" style="width: 1px; height: 1px; overflow: hidden; position: fixed; top: -1px;" />').appendTo("body");c(".uiWidgetEditorPasteBin").focus();m.setTimeout(function(){var g=c(".uiWidgetEditorPasteBin").html(),
220
+ g=f.filterAttributes(g),g=f.filterChars(g),g=f.stripEmpty(g),g=f.stripAttributes(g),g=G(g,f.options.allowedTags),g={plain:c("<div/>").html(c(".uiWidgetEditorPasteBin").html()).text(),markup:g,html:c(".uiWidgetEditorPasteBin").html()};e=c(a.getTemplate("paste.dialog",g));c(e).dialog({modal:!0,width:650,height:500,resizable:!0,title:"Paste",position:"center",show:b.dialogShowAnimation,hide:b.dialogHideAnimation,dialogClass:b.baseClass+" "+b.dialogClass,buttons:[{text:h("Insert"),click:function(){var a=
221
+ null,a=c(this).find(".ui-editor-paste-area:visible"),a=a.hasClass("ui-editor-paste-plain")||a.hasClass("ui-editor-paste-source")?a.val():a.html(),a=f.filterAttributes(a),a=f.filterChars(a);n();p(a);d=!1;c(this).dialog("close")}},{text:h("Cancel"),click:function(){n();d=!1;c(this).dialog("close")}}],open:function(){var a=c(this).find(".ui-editor-paste-panel-tabs");a.find("ul.ui-tabs-nav li").click(function(){a.find("ul.ui-tabs-nav li").removeClass("ui-state-active").removeClass("ui-tabs-selected");
218
222
  c(this).addClass("ui-state-active").addClass("ui-tabs-selected");a.children("div").hide().eq(c(this).index()).show()});var b=e.parent().find(".ui-dialog-buttonpane");b.find("button:eq(0)").button({icons:{primary:"ui-icon-circle-check"}});b.find("button:eq(1)").button({icons:{primary:"ui-icon-circle-close"}})},close:function(){d=!1;c(this).dialog("destroy").remove()}});c(".uiWidgetEditorPasteBin").remove()},0);return!0},this))},filterAttributes:function(a){c.each([{regexp:/(<meta\s*[^>]*\s*>)|(<\s*link\s* href="file:[^>]*\s*>)|(<\/?\s*\w+:[^>]*\s*>)/gi,
219
223
  handler:""},{regexp:/(class="Mso[^"]*")|(<\!--(.|\s){1,}?--\>)/gi,handler:""},{regexp:/(class="Apple-(style|converted)-[a-z]+\s?[^"]+")/,handle:""},{regexp:/id="internal-source-marker_[^"]+"|dir="[rtl]{3}"/,handle:""},{regexp:/(<p[^>]*>\s*(\&nbsp;|\u00A0)*\s*<\/p[^>]*>)|(<p[^>]*>\s*<font[^>]*>\s*(\&nbsp;|\u00A0)*\s*<\/\s*font\s*>\s<\/p[^>]*>)/ig,handler:""},{regexp:/(style="[^"]*mso-[^;][^"]*")|(style="margin:\s*[^;"]*;")/gi,handler:""},{regexp:/(?:<style([^>]*)>([\s\S]*?)<\/style>|<link\s+(?=[^>]*rel=['"]?stylesheet)([^>]*?href=(['"])([^>]*?)\4[^>\/]*)\/?>)/gi,
220
224
  handler:""},{regexp:/(<\s*script[^>]*>((.|\s)*?)<\\?\/\s*script\s*>)|(<\s*script\b([^<>]|\s)*>?)|(<[^>]*=(\s|)*[("|')]javascript:[^$1][(\s|.)]*[$1][^>]*>)/ig,handler:""}],function(b,c){a=a.replace(c.regexp,c.handler)});return a},filterChars:function(a){a=a.replace(/[\u2018|\u2019|\u201A]/g,"'");a=a.replace(/[\u201C|\u201D|\u201E]/g,'"');a=a.replace(/\u2026/g,"...");a=a.replace(/[\u2013|\u2014]/g,"-");a=a.replace(/\u02C6/g,"^");a=a.replace(/\u2039/g,"<");a=a.replace(/\u203A/g,">");return a=a.replace(/[\u02DC|\u00A0]/g,
221
225
  " ")},stripAttributes:function(a){var a=c("<div/>").html(a),b=this.options.allowedAttributes;c(a.find("*")).each(function(){var a=[];c.each(this.attributes,function(e,g){-1===c.inArray(g.nodeName,b)&&a.push(g.nodeName)});for(var e=0;e<a.length;e++)c(this).attr(a[e],null)});return a.html()},stripEmpty:function(a){var a=c("<div/>").html(a),b=this.options.allowedEmptyTags;a.find("*").filter(function(){return-1!==c.inArray(this.tagName.toLowerCase(),b)||c(this).find(b.join(",")).length?!1:""===c.trim(c(this).text())}).remove();
222
226
  return a.html()},updateAreas:function(a,b){var d=c(a).is("textarea")?c(a).val():c(a).html();c(a).hasClass("ui-editor-paste-plain")||b.find(".ui-editor-paste-plain").val(c("<div/>").html(d).text());c(a).hasClass("ui-editor-paste-rich")||b.find(".ui-editor-paste-rich").html(d);c(a).hasClass("ui-editor-paste-source")||b.find(".ui-editor-paste-source").html(d);c(a).hasClass("ui-editor-paste-markup")||b.find(".ui-editor-paste-markup").html(this.stripAttributes(d))}});c.ui.editor.registerPlugin("placeholder",
223
- {init:function(a,b){b=c.extend({},{content:"[Your content here]",tag:"p",select:!0},b);this.show=function(){if(!c.trim(a.getElement().html())){var d=c(document.createElement(b.tag)).html(b.content);a.getElement().html(d);b.select&&A(d)}};a.bind("show",this.show)}});c.ui.editor.registerUi({raptorize:{init:function(a){var b=a.uiButton({title:g("Raptorize"),ready:function(){b.button.raptorize&&b.button.raptorize()}});return b}}});c.ui.editor.registerPlugin("saveJson",{options:{id:{attr:"name"},postName:"content",
224
- showResponse:!1,appendId:!1,ajax:{url:"/",type:"post",cache:!1}},init:function(){},getId:function(){if("string"===typeof this.options.id)return this.options.id;if("function"===typeof this.options.id)return this.options.id.apply(this,[this.editor.getOriginalElement()]);if(this.options.id.attr){var a=this.editor.getOriginalElement().attr(this.options.id.attr);if(a)return a}return null},getData:function(){var a={};a[this.getId()]=this.editor.save();return a},save:function(){this.message=this.editor.showLoading(g("Saving changes..."));
227
+ {init:function(a,b){b=c.extend({},{content:"[Your content here]",tag:"p",select:!0},b);this.show=function(){if(!c.trim(a.getElement().html())){var d=c(document.createElement(b.tag)).html(b.content);a.getElement().html(d);b.select&&A(d)}};a.bind("show",this.show)}});c.ui.editor.registerUi({raptorize:{init:function(a){var b=a.uiButton({title:h("Raptorize"),ready:function(){b.button.raptorize&&b.button.raptorize()}});return b}}});c.ui.editor.registerPlugin("saveJson",{options:{id:{attr:"name"},postName:"content",
228
+ showResponse:!1,appendId:!1,ajax:{url:"/",type:"post",cache:!1}},init:function(){},getId:function(){if("string"===typeof this.options.id)return this.options.id;if("function"===typeof this.options.id)return this.options.id.apply(this,[this.editor.getOriginalElement()]);if(this.options.id.attr){var a=this.editor.getOriginalElement().attr(this.options.id.attr);if(a)return a}return null},getData:function(){var a={};a[this.getId()]=this.editor.save();return a},save:function(){this.message=this.editor.showLoading(h("Saving changes..."));
225
229
  var a={},b=0;this.editor.unify(function(d){d.isDirty()&&(b++,d=d.getPlugin("saveJson"),c.extend(a,d.getData()))});this.dirty=b;this.requests=this.failed=this.saved=0;this.ajax(a)},done:function(a){this.options.multiple?this.saved++:this.saved=this.dirty;this.options.showResponse&&this.editor.showConfirm(a,{delay:1E3,hide:function(){this.editor.unify(function(a){a.disableEditing();a.hideToolbar()})}})},fail:function(a){this.options.multiple?this.failed++:this.failed=this.dirty;this.options.showResponse&&
226
- this.editor.showError(a.responseText)},always:function(){this.dirty===this.saved+this.failed&&(this.options.showResponse||(0<this.failed&&0===this.saved?this.editor.showError(g("Failed to save {{failed}} content block(s).",this)):0<this.failed?this.editor.showError(g("Saved {{saved}} out of {{dirty}} content blocks.",this)):this.editor.showConfirm(g("Successfully saved {{saved}} content block(s).",this),{delay:1E3,hide:function(){this.editor.unify(function(a){a.disableEditing();a.hideToolbar()})}})),
230
+ this.editor.showError(a.responseText)},always:function(){this.dirty===this.saved+this.failed&&(this.options.showResponse||(0<this.failed&&0===this.saved?this.editor.showError(h("Failed to save {{failed}} content block(s).",this)):0<this.failed?this.editor.showError(h("Saved {{saved}} out of {{dirty}} content blocks.",this)):this.editor.showConfirm(h("Successfully saved {{saved}} content block(s).",this),{delay:1E3,hide:function(){this.editor.unify(function(a){a.disableEditing();a.hideToolbar()})}})),
227
231
  this.message.hide(),this.message=null)},ajax:function(a,b){var d=c.extend(!0,{},this.options.ajax);c.isFunction(d.data)?d.data=d.data.apply(this,[b,a]):this.options.postName&&(d.data={},d.data[this.options.postName]=JSON.stringify(a));c.isFunction(d.url)&&(d.url=d.url.apply(this,[b]));this.requests++;c.ajax(d).done(c.proxy(this.done,this)).fail(c.proxy(this.fail,this)).always(c.proxy(this.always,this))}});c.ui.editor.registerPlugin("saveRest",{options:{showResponse:!1,ajax:{url:"/",type:"post",cache:!1}},
228
- init:function(){},getId:function(){if("string"===typeof this.options.id)return this.options.id;if(this.options.id.attr){var a=this.editor.getOriginalElement().attr(this.options.id.attr);if(a)return a}return null},getData:function(){this.getId();this.editor.save();return this.editor.save()},save:function(){this.message=this.editor.showLoading(g("Saving changes..."));var a=this.requests=this.failed=this.saved=0;this.editor.unify(function(b){if(b.isDirty()){a++;var b=b.getPlugin("saveRest"),c=b.editor.save();
229
- b.ajax(c)}});this.dirty=a;0===a&&(this.message.hide(),this.editor.showInfo(g("No changes detected to save...")))},done:function(a){this.options.multiple?this.saved++:this.saved=this.dirty;this.options.showResponse&&this.editor.showConfirm(a,{delay:1E3,hide:function(){this.editor.unify(function(a){a.disableEditing();a.hideToolbar()})}})},fail:function(a){this.options.multiple?this.failed++:this.failed=this.dirty;this.options.showResponse&&this.editor.showError(a.responseText)},always:function(){this.dirty===
230
- this.saved+this.failed&&(this.options.showResponse||(0<this.failed&&0===this.saved?this.editor.showError(g("Failed to save {{failed}} content block(s).",this)):0<this.failed?this.editor.showError(g("Saved {{saved}} out of {{dirty}} content blocks.",this)):this.editor.showConfirm(g("Successfully saved {{saved}} content block(s).",this),{delay:1E3,hide:function(){this.editor.unify(function(a){a.disableEditing();a.hideToolbar()})}})),this.message.hide(),this.message=null)},ajax:function(a,b){var d=c.extend(!0,
231
- {},this.options.ajax);c.isFunction(d.data)?d.data=d.data.apply(this,[b,a]):this.options.postName&&(d.data={},d.data[this.options.postName]=JSON.stringify(a));c.isFunction(d.url)&&(d.url=d.url.apply(this,[b]));this.requests++;c.ajax(d).done(c.proxy(this.done,this)).fail(c.proxy(this.fail,this)).always(c.proxy(this.always,this))}});c.ui.editor.registerUi({save:{options:{plugin:"saveJson"},init:function(a){return a.uiButton({title:g("Save"),icon:"ui-icon-save",click:function(){a.checkChange();a.getPlugin(this.options.plugin).save()}})}}});
232
+ init:function(){},getId:function(){if("string"===typeof this.options.id)return this.options.id;if(this.options.id.attr){var a=this.editor.getOriginalElement().attr(this.options.id.attr);if(a)return a}return null},getData:function(){this.getId();this.editor.save();return this.editor.save()},save:function(){this.message=this.editor.showLoading(h("Saving changes..."));var a=this.requests=this.failed=this.saved=0;this.editor.unify(function(b){if(b.isDirty()){a++;var b=b.getPlugin("saveRest"),c=b.editor.save();
233
+ b.ajax(c)}});this.dirty=a;0===a&&(this.message.hide(),this.editor.showInfo(h("No changes detected to save...")))},done:function(a){this.options.multiple?this.saved++:this.saved=this.dirty;this.options.showResponse&&this.editor.showConfirm(a,{delay:1E3,hide:function(){this.editor.unify(function(a){a.disableEditing();a.hideToolbar()})}})},fail:function(a){this.options.multiple?this.failed++:this.failed=this.dirty;this.options.showResponse&&this.editor.showError(a.responseText)},always:function(){this.dirty===
234
+ this.saved+this.failed&&(this.options.showResponse||(0<this.failed&&0===this.saved?this.editor.showError(h("Failed to save {{failed}} content block(s).",this)):0<this.failed?this.editor.showError(h("Saved {{saved}} out of {{dirty}} content blocks.",this)):this.editor.showConfirm(h("Successfully saved {{saved}} content block(s).",this),{delay:1E3,hide:function(){this.editor.unify(function(a){a.disableEditing();a.hideToolbar()})}})),this.message.hide(),this.message=null)},ajax:function(a,b){var d=c.extend(!0,
235
+ {},this.options.ajax);c.isFunction(d.data)?d.data=d.data.apply(this,[b,a]):this.options.postName&&(d.data={},d.data[this.options.postName]=JSON.stringify(a));c.isFunction(d.url)&&(d.url=d.url.apply(this,[b]));this.requests++;c.ajax(d).done(c.proxy(this.done,this)).fail(c.proxy(this.fail,this)).always(c.proxy(this.always,this))}});c.ui.editor.registerUi({save:{options:{plugin:"saveJson"},init:function(a){return a.uiButton({title:h("Save"),icon:"ui-icon-save",click:function(){a.checkChange();a.getPlugin(this.options.plugin).save()}})}}});
232
236
  c.ui.editor.registerPlugin({snippet:{ids:[],enabled:!1,init:function(a,b){if(b.snippets){for(var c=0,e=b.snippets.length;c<e;c++)this.createSnippet(b.snippets[c],a);a.bind("restore",this.createButtons,this);a.bind("save",this.disable,this);a.bind("cancel",this.disable,this);a.bind("enabled",this.enable,this);a.bind("disabled",this.disable,this)}},createSnippet:function(){},enable:function(){this.enabled=!0;this.createButtons()},disable:function(){this.removeButtons();this.enabled=!1},createButtons:function(){for(var a=
233
237
  this.editor,b=0,c=this.options.snippets.length;b<c;b++){var e=this.options.snippets[b];e.repeatable&&this.createButton(e,a)}},createButton:function(a,b){if(this.enabled){var d=this,e=b.getUniqueId();this.ids.push(e);var f=c("<button/>").addClass(d.options.baseClass).addClass(d.options.baseClass+"-button").addClass(d.options.baseClass+"-button-"+a.name).addClass(e).text("Add").click(function(){d.insertSnippet.call(d,a,b,this)}),g=a.buttonAfter||b.getElement();c.isFunction(g)?g.call(this,f,a):f.insertAfter(g);
234
238
  c("."+e).button({icons:{primary:"ui-icon-plusthick"}})}},removeButtons:function(){if(this.enabled){for(var a=0,b=this.ids.length;a<b;a++)c("."+this.ids[a]).remove();a=0;for(b=this.options.snippets.length;a<b;a++){var d=this.options.snippets[a];c.isFunction(d.clean)&&d.clean.call(d,this,this.editor)}}},insertSnippet:function(a,b,d){var e=c(a.template).html(),f=a.appendTo||b.getElement();c.isFunction(f)?f.call(this,e,a,d):c(e).appendTo(f);b.disableEditing();b.enableEditing()}}});c.ui.editor.registerUi({statistics:{options:{maximum:null},
235
- init:function(a){a.bind("show",c.proxy(this.updateCount,this));a.bind("change",c.proxy(this.updateCount,this));return this.editor.uiButton({title:g("Remaining characters before the recommended character limit is reached"),label:g("Initializing"),text:!0,icon:"ui-icon-dashboard",click:function(){this.showStatistics()}})},updateCount:function(){var a=this.options.maximum-c("<div/>").html(this.editor.getCleanHtml()).text().length,b=this.ui.button;if(!1===this.options.maximum)b.button("option","text",
236
- !1);else{var d=null,d=0<=a?g("{{charactersRemaining}} characters remaining",{charactersRemaining:a}):g("{{charactersRemaining}} characters over limit",{charactersRemaining:-1*a});b.button("option","label",d);b.button("option","text",!0);0>a?b.addClass("ui-state-error"):0<=a&&15>=a?b.addClass("ui-state-highlight").removeClass("ui-state-error"):b.removeClass("ui-state-highlight ui-state-error")}},showStatistics:function(){this.processTemplate().dialog({modal:!0,resizable:!1,title:g("Content Statistics"),
237
- dialogClass:this.editor.options.dialogClass+" "+this.editor.options.baseClass,show:this.editor.options.dialogShowAnimation,hide:this.editor.options.dialogHideAnimation,buttons:[{text:g("OK"),click:function(){c(this).dialog("close")}}],open:function(){c(this).parent().find(".ui-dialog-buttonpane").find("button:eq(0)").button({icons:{primary:"ui-icon-circle-check"}})},close:function(){c(this).dialog("destroy").remove()}})},processTemplate:function(){var a=c("<div/>").html(this.editor.getCleanHtml()).text(),
238
- b=null,d=this.options.maximum-a.length,b=0>d?g("Content contains more than {{limit}} characters and may be truncated",{limit:this.options.maximum}):g("Content will not be truncated"),e=null,e=a.split(" ").length,e=1==e?g("{{words}} word",{words:e}):g("{{words}} words",{words:e}),f=null,f=a.split(". ").length,f=g("{{sentences}} sentences",{sentences:f}),h=null,h=0<=d?g("{{characters}} characters, {{charactersRemaining}} remaining",{characters:a.length,charactersRemaining:d}):g("{{characters}} characters, {{charactersRemaining}} over the recommended limit",
239
- {characters:a.length,charactersRemaining:-1*d});return c(this.editor.getTemplate("statistics.dialog",{characters:h,words:e,sentences:f,truncation:b}))}}});c.ui.editor.registerUi({tagMenu:{validParents:"blockquote,body,button,center,dd,div,fieldset,form,iframe,li,noframes,noscript,object,td,th".split(","),init:function(a){a.bind("selectionChange",this.change,this);a.bind("show",this.change,this);return a.uiSelectMenu({name:"tagMenu",title:g("Change HTML tag of selected element"),select:c(a.getTemplate("tagmenu.menu")),
240
- change:function(b){if(!("undefined"===typeof b||"na"===b)){var d=a.getElement()[0],e=k();if(!x()||""===x()){if(c(e)[0]===c(d)[0])return;o();d=c("<"+b+">").html(e.html());e.replaceWith(d);n()}else{var e=c(k()[0]).parent(),f=this.options.baseClass+"-selection",b=c("<"+b+">").html(x()).addClass(f);e===d||k()[0]===d?p(b):B(b,this.validParents);A(a.getElement().find("."+f).removeClass(f))}a.checkChange()}}})},change:function(){var a=k()[0];a?(a=a.tagName.toLowerCase(),this.ui.select.find("option[value="+
241
- a+"]").length?this.ui.val(a):this.ui.val("na"),c(this.ui.button).toggleClass("ui-state-disabled",this.editor.getElement()[0]===k()[0])):c(this.ui.button).toggleClass("ui-state-disabled",!0)}}});c.ui.editor.registerPlugin("toolbarTip",{init:function(){c.browser.msie||this.bind("show, tagTreeUpdated",function(){c(".ui-editor-wrapper [title]").each(function(){c(this).attr("data-title",c(this).attr("title"));c(this).removeAttr("title")})})}});(function(){var a=null,b=0;c.ui.editor.registerPlugin("unsavedEditWarning",
239
+ init:function(a){a.bind("show",c.proxy(this.updateCount,this));a.bind("change",c.proxy(this.updateCount,this));return this.editor.uiButton({title:h("Remaining characters before the recommended character limit is reached"),label:h("Initializing"),text:!0,icon:"ui-icon-dashboard",click:function(){this.showStatistics()}})},updateCount:function(){var a=this.options.maximum-c("<div/>").html(this.editor.getCleanHtml()).text().length,b=this.ui.button;if(!1===this.options.maximum)b.button("option","text",
240
+ !1);else{var d=null,d=0<=a?h("{{charactersRemaining}} characters remaining",{charactersRemaining:a}):h("{{charactersRemaining}} characters over limit",{charactersRemaining:-1*a});b.button("option","label",d);b.button("option","text",!0);0>a?b.addClass("ui-state-error"):0<=a&&15>=a?b.addClass("ui-state-highlight").removeClass("ui-state-error"):b.removeClass("ui-state-highlight ui-state-error")}},showStatistics:function(){this.processTemplate().dialog({modal:!0,resizable:!1,title:h("Content Statistics"),
241
+ dialogClass:this.editor.options.dialogClass+" "+this.editor.options.baseClass,show:this.editor.options.dialogShowAnimation,hide:this.editor.options.dialogHideAnimation,buttons:[{text:h("OK"),click:function(){c(this).dialog("close")}}],open:function(){c(this).parent().find(".ui-dialog-buttonpane").find("button:eq(0)").button({icons:{primary:"ui-icon-circle-check"}})},close:function(){c(this).dialog("destroy").remove()}})},processTemplate:function(){var a=c("<div/>").html(this.editor.getCleanHtml()).text(),
242
+ b=null,d=this.options.maximum-a.length,b=0>d?h("Content contains more than {{limit}} characters and may be truncated",{limit:this.options.maximum}):h("Content will not be truncated"),e=null,e=a.split(" ").length,e=1==e?h("{{words}} word",{words:e}):h("{{words}} words",{words:e}),f=null,f=a.split(". ").length,f=h("{{sentences}} sentences",{sentences:f}),g=null,g=0<=d?h("{{characters}} characters, {{charactersRemaining}} remaining",{characters:a.length,charactersRemaining:d}):h("{{characters}} characters, {{charactersRemaining}} over the recommended limit",
243
+ {characters:a.length,charactersRemaining:-1*d});return c(this.editor.getTemplate("statistics.dialog",{characters:g,words:e,sentences:f,truncation:b}))}}});c.ui.editor.registerUi({tagMenu:{validParents:"blockquote,body,button,center,dd,div,fieldset,form,iframe,li,noframes,noscript,object,td,th".split(","),init:function(a){a.bind("selectionChange",this.change,this);a.bind("show",this.change,this);return a.uiSelectMenu({name:"tagMenu",title:h("Change HTML tag of selected element"),select:c(a.getTemplate("tagmenu.menu")),
244
+ change:function(b){if(!("undefined"===typeof b||"na"===b)){var d=a.getElement()[0],e=j();if(!x()||""===x()){if(c(e)[0]===c(d)[0])return;o();d=c("<"+b+">").html(e.html());e.replaceWith(d);n()}else{var e=c(j()[0]).parent(),f=this.options.baseClass+"-selection",b=c("<"+b+">").html(x()).addClass(f);e===d||j()[0]===d?p(b):B(b,this.validParents);A(a.getElement().find("."+f).removeClass(f))}a.checkChange()}}})},change:function(){var a=j()[0];a?(a=a.tagName.toLowerCase(),this.ui.select.find("option[value="+
245
+ a+"]").length?this.ui.val(a):this.ui.val("na"),c(this.ui.button).toggleClass("ui-state-disabled",this.editor.getElement()[0]===j()[0])):c(this.ui.button).toggleClass("ui-state-disabled",!0)}}});c.ui.editor.registerPlugin("toolbarTip",{init:function(){c.browser.msie||this.bind("show, tagTreeUpdated",function(){c(".ui-editor-wrapper [title]").each(function(){c(this).attr("data-title",c(this).attr("title"));c(this).removeAttr("title")})})}});(function(){var a=null,b=0;c.ui.editor.registerPlugin("unsavedEditWarning",
242
246
  {init:function(d){var e=this;a||(a=c(d.getTemplate("unsavededitwarning.warning",this.options)).attr("id",d.getUniqueId()).appendTo("body").bind("mouseenter."+d.widgetName,function(){c.ui.editor.eachInstance(function(a){a.isDirty()&&a.getElement().addClass(e.options.baseClass+"-dirty")})}).bind("mouseleave."+d.widgetName,function(){c("."+e.options.baseClass+"-dirty").removeClass(e.options.baseClass+"-dirty")}));d.bind("dirty",function(){b++;0<b&&(I(a),a.addClass(e.options.baseClass+"-visible"))});
243
- d.bind("cleaned",function(){b--;0===b&&a.removeClass(e.options.baseClass+"-visible")})}})})();c.ui.editor.registerUi({viewSource:{init:function(a){return a.uiButton({title:g("View / Edit Source"),click:function(){this.show()}})},show:function(){var a=this,b=c(this.editor.getTemplate("viewsource.dialog",{baseClass:a.options.baseClass,source:a.editor.getHtml()})),d=this.ui.button;c(d).button("option","disabled",!0);b.dialog({modal:!1,width:600,height:400,resizable:!0,title:g("View Source"),autoOpen:!0,
244
- dialogClass:a.options.baseClass+" "+a.options.dialogClass,buttons:[{text:g("Apply Source"),click:function(){var b=c(this).find("textarea").val();a.editor.setHtml(b);c(this).find("textarea").val(a.editor.getHtml())}},{text:g("Close"),click:function(){c(this).dialog("close")}}],open:function(){var a=c(this).parent().find(".ui-dialog-buttonpane");a.find("button:eq(0)").button({icons:{primary:"ui-icon-circle-check"}});a.find("button:eq(1)").button({icons:{primary:"ui-icon-circle-close"}})},close:function(){c(this).dialog("destroy").remove();
247
+ d.bind("cleaned",function(){b--;0===b&&a.removeClass(e.options.baseClass+"-visible")})}})})();c.ui.editor.registerUi({viewSource:{init:function(a){return a.uiButton({title:h("View / Edit Source"),click:function(){this.show()}})},show:function(){var a=this,b=c(this.editor.getTemplate("viewsource.dialog",{baseClass:a.options.baseClass,source:a.editor.getHtml()})),d=this.ui.button;c(d).button("option","disabled",!0);b.dialog({modal:!1,width:600,height:400,resizable:!0,title:h("View Source"),autoOpen:!0,
248
+ dialogClass:a.options.baseClass+" "+a.options.dialogClass,buttons:[{text:h("Apply Source"),click:function(){var b=c(this).find("textarea").val();a.editor.setHtml(b);c(this).find("textarea").val(a.editor.getHtml())}},{text:h("Close"),click:function(){c(this).dialog("close")}}],open:function(){var a=c(this).parent().find(".ui-dialog-buttonpane");a.find("button:eq(0)").button({icons:{primary:"ui-icon-circle-check"}});a.find("button:eq(1)").button({icons:{primary:"ui-icon-circle-close"}})},close:function(){c(this).dialog("destroy").remove();
245
249
  c(d).button("option","disabled",!1);a.editor.checkChange()}})}}});var t=!1})(jQuery,window,rangy);
246
- jQuery('<style type="text/css">.ui-editor-wrapper{overflow:visible;z-index:1001;position:fixed}.ui-editor-wrapper .ui-editor-toolbar{padding:6px 0 0 5px;overflow:visible}.ui-editor-wrapper .ui-editor-toolbar,.ui-editor-wrapper .ui-editor-toolbar *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.ui-editor-wrapper .ui-dialog-titlebar .ui-editor-element-path:first-child{margin-left:5px}.ui-editor-wrapper .ui-dialog-titlebar .ui-editor-element-path{min-width:10px;min-height:15px;display:inline-block}.ui-editor-dock-docked-to-element .ui-editor-toolbar{padding:5px 0 0 5px!important}.ui-editor-dock-docked-to-element .ui-editor-toolbar .ui-editor-group{margin:0 5px 5px 0}.ui-editor-dock-docked-element{display:block!important;border:0 none transparent;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ui-editor-wrapper textarea,.ui-editor-wrapper input{padding:5px}.ui-editor-wrapper .ui-dialog-content{font-size:13px}.ui-editor-wrapper textarea{display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1}html body div.ui-dialog div.ui-dialog-titlebar a.ui-dialog-titlebar-close span.ui-icon{margin-top:0!important}.ui-editor-editing{outline:0}.ui-editor-wrapper textarea,.ui-editor-wrapper input{border:1px solid #d4d4d4}.ui-editor-wrapper .ui-dialog-content{font-size:13px}html body div.ui-wrapper div.ui-dialog-titlebar a.ui-dialog-titlebar-close span.ui-icon{margin-top:0!important}.ui-editor-path{padding:5px;font-size:13px}.ui-editor-selectmenu{overflow:visible;position:relative}.ui-editor-selectmenu-button{text-align:left;padding:3px 18px 5px 5px!important;float:none!important}.ui-editor-selectmenu-button .ui-icon{position:absolute;right:1px;top:8px}.ui-editor-selectmenu-button .ui-editor-selectmenu-text{font-size:13px}.ui-editor-selectmenu-wrapper{position:relative}.ui-editor-selectmenu-button .ui-button-text{padding:0 25px 0 5px}.ui-editor-selectmenu-button .ui-icon{background-repeat:no-repeat}.ui-editor-selectmenu-menu{position:absolute;top:100%;left:0;right:auto;display:none;margin-top:-1px!important}.ui-editor-selectmenu-visible .ui-editor-selectmenu-menu{display:block;z-index:1}.ui-editor-selectmenu-menu-item{padding:5px;margin:3px;z-index:1;text-align:left;font-size:13px;font-weight:normal!important;border:1px solid transparent;cursor:pointer;background-color:inherit}.ui-editor-selectmenu-button{background:#f5f5f5;border:1px solid #ccc}.ui-editor-buttonset .ui-editor-selectmenu-visible .ui-editor-selectmenu-button{-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0}.ui-editor-buttonset{float:left;margin:0 5px 4px 0;display:inline-block}.ui-editor-buttonset>.ui-button{float:left;display:block;margin:0 -1px 0 0;font-size:13px}.ui-editor-buttonset .ui-button:hover{z-index:1}.ui-editor-buttonset .ui-editor-selectmenu{display:block}.ui-editor-buttonset .ui-editor-selectmenu .ui-button{margin:0 -1px 0 0}.ui-editor-ff .ui-editor-buttonset{float:none;vertical-align:top}.ui-editor-wrapper .ui-button{height:32px;margin-bottom:0;margin-top:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ui-editor-wrapper .ui-button-icon-only{width:32px}.ui-editor-wrapper .ui-editor-buttonset>.ui-button{-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}.ui-editor-wrapper .ui-editor-buttonset>.ui-button:first-child{-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px}.ui-editor-wrapper .ui-editor-buttonset>.ui-button:last-child{-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px}.ui-button-icon-only .ui-button-text{display:none}.ui-editor-unsupported{position:relative}.ui-editor-unsupported-overlay{position:fixed;top:0;left:0;bottom:0;right:0;background-color:black;filter:alpha(opacity=50);opacity:.5}.ui-editor-unsupported-content{position:fixed;top:50%;left:50%;margin:-200px 0 0 -300px;width:600px;height:400px}.ui-editor-unsupported-input{position:absolute;bottom:10px}.ui-editor-unsupported-content{padding:10px;background-color:white;border:1px solid #777}.ui-editor-messages{margin:0}.ui-editor-messages .ui-editor-message-close{cursor:pointer;float:right}.ui-editor-messages .ui-icon{margin:0 0 3px 3px}.ui-editor-messages .ui-icon,.ui-editor-messages .ui-editor-message{display:inline-block;vertical-align:top}.ui-editor-messages .ui-editor-message-wrapper{padding:3px 3px 3px 1px;-webkit-box-shadow:inset 0 -1px 1px rgba(0,0,0,0.35),inset 0 1px 2px rgba(255,255,255,0.5);-moz-box-shadow:inset 0 -1px 1px rgba(0,0,0,0.35),inset 0 1px 2px rgba(255,255,255,0.5);box-shadow:inset 0 -1px 1px rgba(0,0,0,0.35),inset 0 1px 2px rgba(255,255,255,0.5)}.ui-editor-messages .ui-editor-message-wrapper:first-child{-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px}.ui-editor-messages .ui-editor-message-wrapper:last-child{-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px}.ui-editor-messages .ui-editor-message-circle-close{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNWQ0YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhMWMxYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ff5d4b),color-stop(100%,#fa1c1c));background:-webkit-linear-gradient(top,#ff5d4b,#fa1c1c);background:-moz-linear-gradient(top,#ff5d4b,#fa1c1c);background:-o-linear-gradient(top,#ff5d4b,#fa1c1c);background:linear-gradient(top,#ff5d4b,#fa1c1c)}.ui-editor-messages .ui-editor-message-circle-check{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkZWI4ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E1Yzk1NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#cdeb8e),color-stop(100%,#a5c956));background:-webkit-linear-gradient(top,#cdeb8e,#a5c956);background:-moz-linear-gradient(top,#cdeb8e,#a5c956);background:-o-linear-gradient(top,#cdeb8e,#a5c956);background:linear-gradient(top,#cdeb8e,#a5c956)}.ui-editor-messages .ui-editor-message-info{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5ZTRmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBmYjRlNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#a9e4f7),color-stop(100%,#0fb4e7));background:-webkit-linear-gradient(top,#a9e4f7,#0fb4e7);background:-moz-linear-gradient(top,#a9e4f7,#0fb4e7);background:-o-linear-gradient(top,#a9e4f7,#0fb4e7);background:linear-gradient(top,#a9e4f7,#0fb4e7)}.ui-editor-messages .ui-editor-message-alert{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDY1ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlYmYwNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ffd65e),color-stop(100%,#febf04));background:-webkit-linear-gradient(top,#ffd65e,#febf04);background:-moz-linear-gradient(top,#ffd65e,#febf04);background:-o-linear-gradient(top,#ffd65e,#febf04);background:linear-gradient(top,#ffd65e,#febf04)}.ui-editor-messages .ui-editor-message-clock{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiODNmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5M2NlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fb83fa),color-stop(100%,#e93cec));background:-webkit-linear-gradient(top,#fb83fa,#e93cec);background:-moz-linear-gradient(top,#fb83fa,#e93cec);background:-o-linear-gradient(top,#fb83fa,#e93cec);background:linear-gradient(top,#fb83fa,#e93cec)}.ui-editor-messages .ui-editor-message-clock .ui-icon.ui-icon-clock{background:transparent url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAOXRFWHRTb2Z0d2FyZQBBbmltYXRlZCBQTkcgQ3JlYXRvciB2MS42LjIgKHd3dy5waHBjbGFzc2VzLm9yZyl0zchKAAAAOnRFWHRUZWNobmljYWwgaW5mb3JtYXRpb25zADUuMi4xNzsgYnVuZGxlZCAoMi4wLjM0IGNvbXBhdGlibGUpCBSqhQAAAAhhY1RMAAAACAAAAAC5PYvRAAAAGmZjVEwAAAAAAAAAEAAAABAAAAAAAAAAAAA8A+gAAIIkGDIAAACsSURBVDiNtZLBCcMwDEUfJgOUjhAyQsmp9FA8TgfISj6F4gl66jSdIIf00G9wnLjYKf3w0Qch6Us2fMdVLMYx0haYRZsrMJEegZdiDj3gFFeT54jBiU2mO+XdVvdRyV0OYidVMEAH3AEPHGoboMKwuy+seYqLV9iNTpM90P7S6AQMitXogYnPHSbyz2SAC9HqQVigkW7If90z8FAsctCyvMvKQdpkSOzfxP/hDd++JCi8XmbFAAAAGmZjVEwAAAABAAAAEAAAABAAAAAAAAAAAAA8A+gAABlX8uYAAAC3ZmRBVAAAAAI4jaWQsQ3CQBAEB4cECFGCI1fiAlyFKwARWgSIeqjCNTh0gIjIkBw9gffFSfz74VlpdX/W3Xr3YBmlmIUSmMSoSGHee+CmGsMGaFU/cAecqnVh/95qpg0J/O0gCytgDRzUX4DnryIn5lwO6L7c6fxskRhMwkc4qj+TEcFjC9SqWcsj8x3GhMgu9LHmfUinvgKuYmWWp5BIyEFvBPuUAy9ibzAYgWEhUhQN8BCb2NALKY4q8wCrG7AAAAAaZmNUTAAAAAMAAAAQAAAAEAAAAAAAAAAAADwD6AAA9MEhDwAAAKhmZEFUAAAABDiNY2CgMTgNxTgBExLbh4GB4SCUxgeMcEkcZmBg+A+lcQETqBoTbJI+UM1ku4AiEATFZIEQBoi//kPZxIAAKEaJBYpACAm24wUSBORVGBgYUqA0BtjKAAmHrXg0f4aq+YxuiAQDIiD/Q/k8DAwMdVDMw8DAkIamJo2QCyYjKZ4MtfErlP8VlzeQw2AlkgErkbyBMwzQgRoDA8N+KMapAQDdvyovpG6D8gAAABpmY1RMAAAABQAAABAAAAAQAAAAAAAAAAAAPAPoAAAZC1N1AAAAsWZkQVQAAAAGOI21kkEOgjAURF9YGBbGtYcwLowrwxk8BMcg3XACD9djGJaujKmLTkMRCiXEl0ympYX8+Xz4M62UpIjWR8DI59inDgzg5CkOwEs+YnMFmzhJOdwAK1UAZ+ANfLRewuJ75QAb/kKRvp/HmggVPxHWsAMu8hEN8JRPUdLnt9oP6HTYRc/uEsCVvnlO+wFGFYRJrKPLdU4FU5HCB0KsEt+DxZfBj+xDSo7vF9AbJ9PxYV81AAAAGmZjVEwAAAAHAAAAEAAAABAAAAAAAAAAAAA8A+gAAPSdgJwAAADDZmRBVAAAAAg4jaWSTQrCMBCFP6NIT5AjCF6gJ6jbUnoCL1biDTyF5AAueoZu3LkSrAtHTEJiIn3wmCTz92YILMQ64++BPTDKXQMH4AbcAZQTvAEasTFo4AqcxeowoAFmsSk1s8M+DChRMEnyFFNQAg10sWSFv49cESPUn+RRWFLE8N2DKe2axaIR/sU25eiAi9gUBt6zDzGnFad13nZCgAr/I1UxBdZRUAMPYV2iIETrdGudd28Hqx8FFHCU8wl4xoJeZnUrSRiyCSsAAAAaZmNUTAAAAAkAAAAQAAAAEAAAAAAAAAAAADwD6AAAGe6xwAAAALtmZEFUAAAACjiNpZJBCsIwEEWfpUsPULoSl55Beh4J7nqCHkDceR3pIaSr4Ak8Qq2L/khomlrig+FPhszwJy3EqYCHolq4F6UDBkWnWgbspN+CT7EwMAPuwFM67aUAem/IdIW952jQOeCXg1bN7ZyDNQRvsEkYkgNG+S1XcpHWKwacgatzlLLH2z/8vUJCf5wSaKQxToCVBjSM37jxaluFw+qOXeOgBF4KVzNqNkH3DAfGX7tXnsRREeUD4f8lQGjw+ycAAAAaZmNUTAAAAAsAAAAQAAAAEAAAAAAAAAAAADwD6AAA9HhiKQAAAJ9mZEFUAAAADDiNtZDLCcMwEEQfIUcXoDpCKgg6qIRUEtKB6wg6poDgalyFTj7YBw+2QyRlCc6DYVm0n9FCGQc8JFepWzgBN0WACIxS/NZ8BgYVD8pzA1ogKb5x3xSPyp0a4+YLSe/J4iBH0QF83uCvXKSFq2TBs97KH/Y1ZsdL+3IEgmJt86u0PTAfJlQGdKrprA6ekslBjl76mUYqMgFhpStJaQVr0gAAABpmY1RMAAAADQAAABAAAAAQAAAAAAAAAAAAPAPoAAAZshBTAAAAu2ZkQVQAAAAOOI21kCEOwkAQRR8rKkkFCtmjkJ4ARTgBArViT4LjLJwBgUZUr8NBQlrR38Am3XYEvOTnT7PzuzO7IE8BHFWfgNdELwBLYCMH8EAr+VzIyUvgBlzkZaZ/D1zlCfXXba2+C93sVaNwK08ogUaHzcQEu9wE0O9e83kDEw7YAhG4K/ww5CoJFB52j8bwU6rcTLOJYYWo2kKywk9Zz5yvgCAfDb9nfhLoHztYJzhIpgnGOEv/owMnkSfarUXVlAAAAABJRU5ErkJggg==\') no-repeat center center}.ui-editor-align-left-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAItJREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzYWEzQfHlf//+lYL0McK8ADSAJJuBBqC6AAjWYrEN2VYPbAZR1QUb0WxEZmPD1lR3wTYCttpSJQxg6mE0sgt2E/AzCLMBMTsQcwCxAskuQE722FwwEYiNsNjKClR8EUjH4w2DActMFBsAEGAAnS84DrgEl1wAAAAASUVORK5CYII=\') 0 0}.ui-editor-align-left-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-align-right-button .ui-icon{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIxJREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzYWEzQfHlf//+lYL0McK8ADSAJJuBBqC6AAvYjGYrMhuEHanugo0EbETH1jQPg714bGcGYhOqu2A3AT+DMBvQQnYgzQHECiS7ADnZw9j4wmA61J+sQMUcUFtBtrMC8TEg9kNxwYBlJooNAAgwAJo0OAu5XKT8AAAAAElFTkSuQmCC\') 0 0}.ui-editor-align-right-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-align-center-button .ui-icon{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAI1JREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzYWEzQfHlf//+lYL0McK8ADSAJJuBBqC6AAlswGErjO2KrJiqLtiIw0Zc2JpmYbCTgM2WFIUBTD2MRnbBbgI2gzAbELMDMQcQK5DsAuRkj80FMDAFiI2RbGUFKuaA2noGiEOwhsGAZSaKDQAIMAB/BzgOq8akNwAAAABJRU5ErkJggg==\') 0 0}.ui-editor-align-center-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-align-justify-button .ui-icon{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJFJREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzYWEzQfHlf//+lYL0McK8ADSAJJuBBqC6AAjWYrEN2VZkNgg7Ut0FGwnYiI6tqe6CbUTYCsPMQGxCdRfsJsJmNqCF7ECaA4gVSHYBcrKHsZFdMBGIjbDYygpUzAG1FWQ7KxAfA2I/FBcMWGai2ACAAAMAvPA4C7ttvJ4AAAAASUVORK5CYII=\') 0 0}.ui-editor-align-justify-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-bold-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKRJREFUeNpi/P//PwMlgImBQjDwBrCgmMbEpA2kGnGofQ3E9UD86t+/fzhdcBWIpwExMxQ3AHEIEK8BYgkgdsLrAih4A8SsaBYwQcWYiDGAEcmAbiwuJBiIIAPYoLgfiMuBeBmUXwHEXIQMYEIy4BUQXwDiy1C+HBBrEPKCDBCzwwwDpVRGRkZksU8ozkVOykCFVkBqOZ5oB3lpAoqe0bzAABBgANfuIyxmXKp/AAAAAElFTkSuQmCC\') 0 0}.ui-editor-text-bold-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-italic-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH1JREFUeNpi/P//PwMlgImBQjDwBrBgmMgEN1MbiBvRpOv//ft3FUUEFIjImJGRERnrAPF6IO6BiaGrZyLCi6xAvJDcMLAA4j9AfJlcA/yBeCe5sWAExAJAfIKkWIAFJBAUATE7kM+M143ooQoEVkD8EA1b4Yy10bzAABBgAC7mS5rTXrDAAAAAAElFTkSuQmCC\') 0 0}.ui-editor-text-italic-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-underline-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKZJREFUeNpi/P//PwMlgImBQkCxASwopjExhQGpMCSheijdiCz279+/q3AeKAxgmJGREYSdgHgdlIaJ6SCLIevB5oXXUJe9RhK7gkUMZxgwAjEzlEYG2MRwGsCKRTErKQawYFHMQqwBn6G2qSCJGULFPmPYhpwSgdEIY6YCcTKa2rlAPBvEAEYjdgNAUYRMowOYWmQ9LFjUPSGQP2RwemFoZiaAAAMAlEI7bVBRJkoAAAAASUVORK5CYII=\') 0 0}.ui-editor-text-underline-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-strike-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAL5JREFUeNpi/P//PwMlgImBQkCxASwopjHBzbMB4nQg5oTyrwKxNhAXAfGjf//+EXRBFhC/BOI0KAapYwZpxusCJPASquEdlD8FiHWwKWREjgUkL4gDcQ0QfwfiXqiBcIDsBXQD9hATcEADXOAckAEwzMjIiI4lgHgiEM8GYkmYOLIeXAZ4I2sA4vlQjGEArkBsAeJzQAUVYH8yMnIAKTmC6QAaHhpALALEPCBDoOJfgFQ5wVgYmnmBYgMAAgwAEGZWNyZpBykAAAAASUVORK5CYII=\') 0 0}.ui-editor-text-strike-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-sub-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKZJREFUeNpi/P//PwMlgImBQjDwBrDATWJCMWs6lM7Ep/nfv39YXSAPxL+AWALKJtkLLkB8EohZoWySDbAH4uNQQ+xJNUAJiH8DMT8QPwZiWagYDEwA4v1QGgJACQmEGRkZQTgXiI+i4VyoHAy7AfEaEBucCNEM2AzEKkiKu6BiYMuAdAYQLwZiKQwDgGAVED+E0iBgBeUjiy1HErMCWzyaFxgAAgwA5Gw9vTeiCqoAAAAASUVORK5CYII=\') 0 0}.ui-editor-text-sub-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-super-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALdJREFUeNpi/P//PwMlgImBQjDwBrCgmMaEYt50KJ0JpRuBWBuIrwJx/b9///C6QB6IfwGxBJQNAvVAPAkqRtALLkB8EohZoWwQiAbiICCuI8YAeyA+DjXEHiqmD8SaQLwIysYMAyhQAuLfQMwPxI+B2AkqVkZsLHgDsQYQTwXiVCBmg4phB6CUCMOMjIwgvBmIVaBsEO6CijEgY5geFAOAYBUQP4TSIGAF5SOLoVjMOJoXGAACDACTRz3jjn6PnwAAAABJRU5ErkJggg==\') 0 0}.ui-editor-text-super-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-quote-block-button .ui-icon-quote{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGVJREFUeNpi/P//PwMlgImBQjAcDWBhYZEA4r1AHA/EKHxiXQBS+BKIF+LgEzTAG4h3I0UvOh+/AUCFbECcDmROA2lC5mMzgAWLGDuUtsTBJ+iFeUDMC6Wx8VEA42hSptwAgAADAO3wKLgntfGkAAAAAElFTkSuQmCC\') 0 0}.ui-editor-quote-block-button:hover .ui-icon-quote{filter:alpha(opacity=100);opacity:1}.ui-editor-clean-button .ui-icon-clean{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAABNVBMVEUAAAAAAAAgSocgSocgPnAAAABxcXFPT09YWFggSocgSocoToUbPXgSN3kyYZw0ZqT///8iUZkgSoc1Z6UiUJaJrNkwXpZIeLiOvO03a6s4b7JekNUjUpqCp9eNr9pSjeAwX5g2aqquxuV8otPB1euOsNv8/f6gveFgkdVnkMmbuuVfk9lkk9fK3Pbs8vmWtd5Vjs98odCHqNWkv+Jzms6Qt+xnmNuzyudVidS90u6hwe5mmuQtXKCow+OqxepNg82Xtd3C1Ox0m89vl8x3oNl4n9NSjuDi7PqlxO+MtOyWtt2fwO60y+dUjt5zm8/L2+9qneT3+f7g6/qDrelRi95snuWowuSfvOGPr9uwyeqRsdqUs9qat92OrtmDptN5ns9Rh8hqk8uXuehwnt1vl83e6vmZu+gBAK69AAAADXRSTlMbAKM01gogSSmAy7W1OP1GaAAAAM1JREFUeF5VzNN2A1EAQNE7TIrrsSe0Udu2zf//hHZWk672PO6HAySR/UmUwBjT9XyzeJlZuGpe60wE474TxxghhHEcOz4DzLcxRoZhJGT/AOcoiiKEOE9AZEGw291fOcpNdZeD74fEqKZ5lFLP0+YplIDAzBfXrTQKNyW3bEIhgV51QD5fyVv1fQir0zOzcxfW4tLaCGqkHoYWWR/BxubW9k5/7+PgcAjZ8JicnJKz82wC6gRstTu3d/cPj0/PcFIF6ZQMf5NTaaCAfylf1j4ecCeyzckAAAAASUVORK5CYII=\') 0 0}.ui-editor-clean-button:hover .ui-icon-clean{filter:alpha(opacity=100);opacity:1}.ui-editor-clear-formatting-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wGGxcPH7KJ9wUAAAEKSURBVDjL3ZG9SgNBFIW/I76D1RIEazEIFitWNguxUPANUkUIKG4jYiEBC7WwUFJZiNssFvoOFipMFx/AoIVVEAvxB7w2MyBhV5Iq4IHLPecy9zBzBv4nJLUltQc5O1awXAE+gAnPhzMAFoE7YNzzoQ0WgBvg1vPBDSRNAl9m9gC4ebPpc+jkkADkkOTggi4KryFpV9KMpHgfXr/T1DJwGWxn4IIuM7iQdB1qDu73oPder9spuNDPYLZoeUrSZd9saQUej6DzUqvZCbhj2Pjr+pu/ZzuwnMLbc7Vqh+BCPyjIIAaefMVhuA69bhTZGnyuwlULXDeKrFWWQT+akDTAbfk3B90s+4WR4Acs5VZuyM1J1wAAAABJRU5ErkJggg==\') 0 0}.ui-editor-clear-formatting-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-click-button-to-edit-button{z-index:4000;-webkit-transition:opacity .5s;-webkit-transition-delay:0s;-moz-transition:opacity .5s 0s;-o-transition:opacity .5s 0s;transition:opacity .5s 0s;filter:alpha(opacity=0);opacity:0}.ui-editor-click-button-to-edit-visible{filter:alpha(opacity=100);opacity:1}.ui-editor-click-button-to-edit-highlight{outline:1px dotted rgba(0,0,0,0.5);-webkit-transition:all .5s;-webkit-transition-delay:0s;-moz-transition:all .5s 0s;-o-transition:all .5s 0s;transition:all .5s 0s}.ui-editor-color-picker-basic-select .ui-editor-selectmenu-menu{min-width:100px}.ui-editor-color-picker-basic-select span{padding-left:2px}.ui-editor-color-picker-basic-swatch{width:16px;height:16px;float:left;margin-top:2px;border:1px solid rgba(0,0,0,0.2)}.ui-editor-debug-reinit-button .ui-icon-reload{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAqBJREFUeNqkU01PE2EQnrfdtmyLpbRNA/ULGyAhRi+NHkTk5sEEiRyMEi+evHszJh5I/AF613ho9EIwhEiMB4kSjQcWSDxgIAhJoZV26dd2t/v17jqzkoLGG5vM7rvzzPPsfOww13XhOJdAt8vPN0EIBEAQBPD5/UHGWALdnWgW2iO07H+40sL91APhH2ev4HOH+tJiZzoZCia7guXpj8XsnevprGX9yVQMM8i9K0jA2GI7A+9y3Uwo4I6Mj6aijToHzl2nXrNk27bBMDg0FQ7dcQFezeYljH6PlmsLuI4T8zF+e+zqqZ69ggaKZrH13WaxXDcUwm2LQ6xbgOKOCreu9WTfLuQVy3bSCBV8XoBpjmR6xYvFfKNflpuZTyuF1q+y8sHhXLINA7q6g/Byek06ERWgUlJh8EykHzkTxPUETMMYTcWCQ/Wqllnb3hct0/yM01nWVZUwePZiWcLnt0Vpd1NvmZCMBuL4PtwuwdL1S37GMqpuQaFUL+Mk5rllgeM41BuqeZH5/bmNzdJSbzQEiUggjJyBtgCqRVTDjqrc9c6YOjbRhlCHSON9YKMYGQpDrWVDh2F7mR2WoOsbezVdU30CdMXEGNY3abZ0rLcEVVkGpVqlPk0SRjEUS5y2gGUYX7byckURgnB66OxJ7MFD7MHkAQZ0Jh9hFEOxxDkUMM2ZrR/bMo+IsA3hjuzN4fPpvtQUjneJjM7kI4xiKJY4xGW0C9F7bwDrHvNHwk8T4zcutGz0hRjEQp4+1AwHGoYLosBgf3b+O1e1x9iPuUbu7uGfiEJzerUGu6+npwKDA8lm5lx8J54Ie2lWapr7c6tSWd+QwTSfYGPn/lqmoyKOpkn2yuoErKxeQdfgAbSO9hWXbAa/XDjKYcdd598CDAAkzn7JYhVZYAAAAABJRU5ErkJggg==\') 0 0}.ui-editor-debug-reinit-button:hover .ui-icon-reload{filter:alpha(opacity=100);opacity:1}.ui-editor-debug-destroy-button .ui-icon-close{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAtFBMVEX///+nAABhAACnAACjAACCAACgAACHAACjAAByAAB1AAByAACDAACnAACCAACHAACgAACNAACbAACXAACMAACSAABfAACYAACRAACjAACbAAChAACqAACNAACcAACHAACqAADEERGsERHQERG+NjaiERHUTEzYERG4ERGlFBSfFRX/d3f6cnK0JSWoHh7qYmLkXFyvFRXmXl7vZ2fNRUX4cHDXT0/+dnbbU1O3Li7GPT26MTG2f8oMAAAAIXRSTlMASEjMzADMzAAASMxIAMwAAMzMzEjMzEhISABIzABISEg/DPocAAAAj0lEQVR4Xo3PVw6DMBBF0RgXTO+hBYhtILX3sv99RRpvgPcxVzp/M5syb7lYepxDABDeYcQ5wg+MAMhr3JOyJKfxTABqduuvjD37O6sBwjZ+f76/7TFuQw1VnhyGYZPklYagKbKLlDIrmkBDGq1hUaqhM4UQJpwOwFdK+a4LAbCdlWNTCgGwjLlhUQqZ8uofSk8NKY1Fm8EAAAAASUVORK5CYII=\') 0 0}.ui-editor-debug-destroy-button:hover .ui-icon-close{filter:alpha(opacity=100);opacity:1}.ui-editor-dock-button .ui-icon-pin-s{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAbFJREFUeNpi/P//PwMlgAVEPGNiIqTOBojz/zIwTHrPwHD4BZDzGGhxMhAzEWlRvtTy5SE/GRiKge61R5YgyoB/IHVPnzIoTprk/52BoRJoiDNBA5BCxuY3UN2vz58Znu7ZwyAaHOz+8f//RqC8OzEuAPtdcfbsgM937zJ8+fKFgePHDwa3sDBroKGt8EBEAo1ArAV1ARPQucwqs2f7vz14kOHH378MF/buPQ4S+wXEQPkauAG3EFHp7bBihTHDs2cMf4E2ffvwgQGmeeuyZWf+MDA0ATXs+I8eiP+gGBhNNTsjIs7+5+Vl+HTrFsOry5cZXr56xXB02bKjQM21QCU7sKaDRYiA2wE0RPJnamq2VVGR8adr1xi4uLkZPjMwsDJCNf/HagAjI8SA//95gRRb5pEjxnttbM6aeHsb87CwMED9DAZ/0QxAjgVmRkZGj+vXr0+wt7evWc3ENPfI1q1n2djYGP4TSsqMEBfYLV26tExXVzcfyF8NdM17oG33V69e3QKUO0vIAF1PT8+Y2NhYUDRuh7n0PyTEdzAQ4YKYHTt2TAEyz5OaGxkpzc4AAQYAvlOuK2pYar0AAAAASUVORK5CYII=\') 0 0}.ui-editor-dock-button:hover .ui-icon-pin-s{filter:alpha(opacity=100);opacity:1}.ui-editor-dock-button .ui-icon-pin-w{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wFFgA2AnOoAZ4AAAH4SURBVDjLtZNNaxNhFIXPfefNJJlkppFI09Ca1FiRMiDduCjWQltdtILdu1DcSkpx7UL6A1zGH+BKEFy5MkhErRvpwo+NSDEaaYyZSZNJJslkPl43XQQaaUA8u3M5PFwu5wL/KBo1FEC4DJALiN2jjAWIbcA5EVABzotkUu+ZJmvLsmQwJtcHA2oHQc8FXm8D9eE8HzafgThPpS5H19Zux4kmIqbJWL3OT/u+9LNWK1er1V8PgMMdwBsJ8AARtFoD6na1qK7PubFYTOOc9RqNQxEEX1ygswP4Jx6mDNw3Fhc/WVtb4uPy8uAx0YeHwMaoLBs1DBE9kzTtIJLJ4FQ6LQnghZVMFscCCIB8IeKB7/e6lYpjNZs2V1WeNk02FuApwAJA8xwnFHgeSUL4rmVJ3yIRfyzAFWA+Oj29EZqcvODYNveJEloisZnq9++NAkjD5gCY59nsnfjq6iafnT3bNQzJrtWQzeUm+p3OxQXbll8Cb45tYBGRKcucEd2Irq/fDC8tzSm5nKRMTSEUi3lcUXB1ZSV1RlVvPWLs2rEiaUIIDAbee+AtisWMUyqpRhAoiq7rLdtudvf2fsQlqWe02yQDr/7axEvAbml///uTcHjhqyxncjMz5zqO87th28+vu+47GWjfBdyxP61QKFA+nydVVQn/S38ATpHDEx6slP8AAAAASUVORK5CYII=\') 0 0}.ui-editor-dock-button:hover .ui-icon-pin-w{filter:alpha(opacity=100);opacity:1}.ui-editor-dock-docked{z-index:10000}.ui-editor-dock-docked .ui-editor-toolbar-wrapper{position:fixed;top:0;left:0;right:0;border-top:0;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-pack:center;-moz-box-pack:center;-ms-box-pack:center;box-pack:center;-webkit-box-align:center;-moz-box-align:center;-ms-box-align:center;box-align:center}.ui-editor-dock-docked .ui-editor-toolbar{text-align:center}.ui-editor-dock-docked .ui-editor-path{position:fixed;bottom:0;left:0;right:0}.ui-editor-ios .ui-editor-dock-docked .ui-editor-path{display:none}.ui-editor-dock-docked-to-element-wrapper{font-size:inherit;color:inherit;font-family:inherit}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper{position:relative!important;top:auto!important;left:auto!important;border:0 none;padding:0;margin:0;z-index:auto;width:100%;font-size:inherit;color:inherit;font-family:inherit;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper .ui-editor-toolbar{margin:0;z-index:2;-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-ms-box-ordinal-group:1;box-ordinal-group:1}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper .ui-editor-toolbar .ui-widget-header{border-top:0;border-left:0;border-right:0}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper .ui-editor-path{border:0 none;margin:0;-webkit-box-ordinal-group:3;-moz-box-ordinal-group:3;-ms-box-ordinal-group:3;box-ordinal-group:3;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper .ui-editor-messages{margin:0}.ui-editor-dock-docked-element{margin:0!important;display:block;z-index:1;-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-box-ordinal-group:2;box-ordinal-group:2}.ui-editor-dock-docked .ui-editor-messages{position:fixed;top:0;left:50%;margin:0 -400px 10px;padding:0;text-align:left}.ui-editor-dock-docked .ui-editor-messages .ui-editor-message-wrapper{width:800px}.ui-editor-dock-docked .ui-editor-messages .ui-editor-message-wrapper:first-child{-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0}.ui-editor-embed-button .ui-icon-youtube{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAxlBMVEX////////fNzfaMTHVLCzKISHFGxvvR0flPDzpSEjdMTH4Y2PaKyvtTk7PJibXIyOnLi7lQECkKyvSHR3mPj6eJCSUGhqRFxfqQkL0XFziOTmOFBSBBwehKCiHDQ3PFRWaISGXHR3wVlaECgqqMTGLEBDGHR365eW1ICDaXFz139/LDg7NLi6tNDTSKSnMNzd9AwP1TEy/Fhbwxsbqv7+7EhKzFBS6EBDonZ3akJDkhISxBwf8a2vLIiLPcHD88fH67+/fYGAnLmvBAAAAAXRSTlMAQObYZgAAAJtJREFUeF5Vx0WShFAUBMB631F3afdxd7v/pQaiN5C7BK4mgM3nxAahczfihIgrrfVTqs+qGN2qLMvHwy4tB6sOmWeMIXp7/jI9L8PCYowR0e/3xzVj1gLLiHNOg9OR82iJvBZC0GD/J0Sdo7B93+/78+737AKNK6Uker2UA7fBNlBKPdyos2CLWXI/ksywnr+MzNdoLyZa4HYC/3EAHWTN0A0YAAAAAElFTkSuQmCC\') 0 0}.ui-editor-embed-button:hover .ui-icon-youtube{filter:alpha(opacity=100);opacity:1}.ui-editor-ui-embed .ui-dialog-content .ui-editor-embed-panel-tabs{display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical;height:100%;width:100%}.ui-editor-ui-embed .ui-dialog-content .ui-editor-embed-panel-tabs>div{display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical;-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ui-editor-ui-embed .ui-dialog-content .ui-editor-embed-panel-tabs>div>p:first-child{padding-top:10px}.ui-editor-ui-embed .ui-dialog-content .ui-editor-embed-panel-tabs>div textarea{display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-flex:4;-moz-box-flex:4;-ms-box-flex:4;box-flex:4}.ui-editor-float-left-button .ui-icon-float-left{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS5JREFUeNpi/P//PwMlgImBQsACY1zaIH4A6Bp7dAUzV31jnLHy22YgkxFqIQhf/vfvXymKAQ8eidtra35lYAQqY+FgZWBmZ2X49fk7AxvbX6DsN1+CLlgwn5khMECAwcLiL4OogiIDj6QEw9uLZ4AGfAVJ70BzAQg7ohigrnaP4cEDLoY3bzkYzL6/ZVA34ma4ev07w/sPv0HSHgRdoKICUvgR6IWPDK8evWb49+8iw/1bfxhevwYbsBfNdhC2BkkwwqLRxRhuFgM3HyMDrwAjw8vH/xj2nvuH1WZgIDKgGMDExLQNiz9xYWagASboBpAU/zAXsCCJ7SbCZjaghexAmgOIFUh2AXKyh7GRXTARiI2w2MoKVMwBtRVkOysQHwNiPxQXDFhmotgAgAADAKYzbYynfqX2AAAAAElFTkSuQmCC\') 0 0}.ui-editor-float-left-button:hover .ui-icon-float-left{filter:alpha(opacity=100);opacity:1}.ui-editor-float-none-button .ui-icon-float-none{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAkFBMVEUAAAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAAABAQEAAADRrxbRsBYBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAAAAAAAAAACcegnCrQ6ffgqukQv+/GixkS3duyLhwyfkyizevSNRMDCigDLauC/y41DcuiLrzTTQrhWCYBiObSDErz3r4VvApCt4Vg6dewnDaH3NAAAAGHRSTlMAycfDxcu9v8HYu+DAwIm3uZnRkdDn7LIyy/h+AAAAWklEQVR4Xp2KRwqFMBQAYzfGXmPtvfx//9spgvAWQcRZzgx6gz6dGEDkQ1FWNRBN2/XZCMRvXtZtB4LSfxon6AHTsjVZUQWR5xz2cWfJxYR9eFf2MQnCCH3hAIfwBUXJe8YuAAAAAElFTkSuQmCC\') 0 0}.ui-editor-float-none-button:hover .ui-icon-float-none{filter:alpha(opacity=100);opacity:1}.ui-editor-float-right-button .ui-icon-float-right{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS1JREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzZYRzBaaHcWE4kZGJ8aCe/0sHFAOAoB5d4avXfAwPH4swaGt+ZWAEGsnCwcrAzM7K8Ovzd3sMFwDBWpjNMPrK5b++C94yMwQGCDBYWPxlEFVQZOCRlGB4e/EMAzYDgtFdICr6kUFd7QfDgwdcDG/ecjCYfX/LoG7EzXD1+ncGeyNMAzYiuQDsCmHhf54qKr+BzI9AL3xkePXoNcO/fxcZ7t/6wwDzAyMsGoGBiDWUnQwR4tx8jAy8AowMLx//Y9h95g+GAdvQXIAPM//798+EKBfgAkADMMJgNxE2swEtZAfSHECsQLILkJM9jI3sgolAbITFVlagYg6orSDbWYH4GBD7obhgwDITxQYABBgAdBpg+9sXURwAAAAASUVORK5CYII=\') 0 0}.ui-editor-float-right-button:hover .ui-icon-float-right{filter:alpha(opacity=100);opacity:1}.ui-editor-font-size-inc-button .ui-icon-font-size-inc{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOhJREFUeNpi/P//PwMlgImBQkCxASxgU5gwzJkOpTORBZ2ilzO8+MjFwMIixnBhnTlOF8gD8U8gFoey4UBSyZooLzgD8Umo65xhgsYu5USHgS0QHwfiE1A2TtuxGaAIxL+B+AEQnwFiaagYg6Qi2AAHIP4PpbEa4AHEz4HYAIi/QL3hgSS/H4gfQmlELCAHNBBLQGlksenP7x9l4Bc3YMTnBRWogbZIuBOIZUFyW2b5EQwDVyA+giYPcionSA6U5Jc0yTK8vrUcVQU0L1gB8RMotkKSXoMkXgQT5BM3A+sDYcahn5kAAgwArro7Z1GYijsAAAAASUVORK5CYII=\') 0 0}.ui-editor-font-size-inc-button:hover .ui-icon-font-size-inc{filter:alpha(opacity=100);opacity:1}.ui-editor-font-size-dec-button .ui-icon-font-size-dec{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKxJREFUeNpi/P//PwMlgImBQjAMDGBBMY0Jbp4JEFcAcQcQnwEJpLa/Zfj27SvD+fPnGVhYxBgurDPH6wI9IP4DpRmMXcpJ9oIZELcBcRiaOCjOH0BpnAYoAbE6EE8EYnYgtjq7pxMm5wjE8lAapwFOQLwFiIuB+AQ0PBi2zvYHUQeAmBFKYxoATJWWQOwLxJJAfA6I5YE4FyT+9O5hBiSXwAHjaFKm3ACAAAMA85o8WKYZErQAAAAASUVORK5CYII=\') 0 0}.ui-editor-font-size-dec-button:hover .ui-icon-font-size-dec{filter:alpha(opacity=100);opacity:1}.ui-editor-show-guides-button .ui-icon-pencil{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHZJREFUeNpi/P//PwNFAGQAIyMjDK9BYqNgXHqZ0MSYcFmEyxBGsClMTGS5+t+/fxg2biLGAGTXoBvATGoYkuUFGMDmhd2kGjL4vHCUUi9cIjcpnwPi2UAsBaXPQZPwOXxscD5Cy0xLSbUc3YDnJLue0uwMEGAA2O1APJOrHFQAAAAASUVORK5CYII=\') 0 0}.ui-editor-show-guides-button:hover .ui-icon-pencil{filter:alpha(opacity=100);opacity:1}.ui-editor-ui-show-guides-visible *{outline:1px dashed rgba(0,0,0,0.5)}.ui-editor-undo-button .ui-icon-undo{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAe1JREFUeNrEUzFrFEEU/mazu7d3x8U9g0ROwkHEwrSrNmksJBxok1RRwUIEz0awFStZoqQw5B9ok1jYiRDBwl4PSaFJVLCMMfHWS7zb3ZndGd9ssgdXiVzhwGNnH+/75n3vm2FKKQyzDAy5zKmHLRSKRdiOA6tQgGlZDcrPUme3dcFBEPSLlZQQcZyFTFN8WZiGOUCnVCMRws9/4zD8BwkEFpz7N66c8vQJUbeLNEn+LuEQqxo8jv0716e8/f0UPIp0+n1OTbFLsUF1z+n7boAgA0eRf/em521tdeE4BuYunfa0OYehEMUJ3wt6Fza+7s4EkVwh3DJFLyPgYejfa0576+u/MsZe70g/tX8QRujSHDgXtpTpmOvarkjYrZ97Qg/xUTYDOv3B46U3rcnJMqRUUKaBtsXwzWDYJmfax1y0x07gx/FxfLbckd+1Wj0dYddI8vlcwhp1gcUnr/z55mXvbcfA99WXrVwjMwzGHNs0yiWbVSpFXqtVMTFxkrU+zOt55ENc04N7tvTCP9O86mn76D6cIzDSODYRhhUEnXFguy4/bs6gWr1IubN9F3KShHN8Wn6a3QNtZaFU0lvtZXAUm1LK13Jn5z7Vzw0Q9EmE0NvZDNnpoDw6OuC7voFUs0C19Uzif39MQxP8EWAA91//GdkHdYEAAAAASUVORK5CYII=\') 0 0}.ui-editor-undo-button:hover .ui-icon-undo{filter:alpha(opacity=100);opacity:1}.ui-editor-redo-button .ui-icon-redo{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAd9JREFUeNrEU89LG0EUfjP7KyvEGsRorRhoySGCuSyht0IPgicFQZCcvXsvHoP/Q8FDKZRCpQityKIHvZT2YI6t6MUfCJqQKpt1d7Ozu7N9O9vWhIIUcvDBt/OY4X3z3vfNkjiOoZ+g0GfIyaf46gtQSQJF0wQIvePN5nJiJYS8xmUzDAIz8H1gnQ74npcS3BeubYOm60lqCKQjm/89QhSG0HEcSG6tzo4bAWM1JJntGaE7UNQKcL6EaQkxknQfcS6Imk0GizOTxrvPx7Xf4pvdBAOc85VBnVTLU6OPhx8NZBVZUjmPIYpStNsMGo0I5l8+NT5sfxckggCFAYrFzyaHlo1yoYDdSs2WD9e2A/atC4wFooMkJBT79EqBF88Lxu7eYU0QMN+v5Eey1enSRKF1y6ULFoKFAFUDntMgwpsiDuAEMbgBhydDKmxtH9TRmdWUwPOWSsXi2Fmr7RyfNG6sa9vzbI+FHT+MI3730hbmjIwEcLTxSRSrup5qgH6Wvn39cd76ae9TSndw6wzRQNiSooQxiohjHij4Pqy379PiTMb86wJalL+6ZB+pLK9RSv+x0XddkQfrb9K2VdXssRHZk4M1mRDc6XXWsaw/aT15ibKimN3n5MF/pr4JfgkwANDA599q/NhJAAAAAElFTkSuQmCC\') 0 0}.ui-editor-redo-button:hover .ui-icon-redo{filter:alpha(opacity=100);opacity:1}.ui-editor-hr-button .ui-icon-hr{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXhJREFUeNpi/P//PwMTExMDEmgEYi0gZsSCrwJxNUzhv3//GBixGEA0ABnAgkV8LZqtTFDaF6aAX8KCwdBrA4QDckFq+1sGSUVrBkZGRqKwvEEhg2PyS7BeuAv07AsZXjw4BmJuQLIV5gImJLYrv7g53LlwA8TkLRgCi28wXDzQF/Dr10+G379/M/z58wfoz/9gfUxMrAzMzGwMsnr5DBwcvBgGHABiexBDyTiV4cuXTwxfv35j+PHjB9CQ/0BnszCwsHAysLHxIofVQSB2gBlgnxogAqREiI6B+ikf7ZFdcHD2hjf2X79+Zfj8+TNeF7Cz84K9wMrKdRDZAAcQ8fbJaYYndw4zYAsDHlFjBjZxKwyXwAPx1cMTDIdWxoKY+5BCHo7f31tp8VM9iUFQ0oaBQ9YBYQIoLo1dygmmA2QgIGHJoGhUCtaLLSkfweICVqA6diDNAcQKyJYTlRdAanCJY8sL04HYFM3WM0Acgs0QRlymEwsAAgwAwwCYinucCRoAAAAASUVORK5CYII=\') 0 0}.ui-editor-hr-button:hover .ui-icon-hr{filter:alpha(opacity=100);opacity:1}.ui-editor-wrapper .ui-editor-i18n-select{height:23px;top:-8px;text-align:left}.ui-editor-wrapper .ui-editor-i18n-select .ui-editor-selectmenu-status{font-size:13px;line-height:10px}.ui-editor-selectmenu-menu li a,.ui-editor-selectmenu-status{line-height:12px}.ui-editor-wrapper .ui-editor-i18n-select .ui-editor-selectmenu-item-icon{height:24px;width:24px}.ui-editor-selectmenu-menu .ui-icon.ui-editor-i18n-en,.ui-editor-wrapper .ui-icon.ui-editor-i18n-en{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAflJREFUeNpinDRzn5qN3uFDt16+YWBg+Pv339+KGN0rbVP+//2rW5tf0Hfy/2+mr99+yKpyOl3Ydt8njEWIn8f9zj639NC7j78eP//8739GVUUhNUNuhl8//ysKeZrJ/v7z10Zb2PTQTIY1XZO2Xmfad+f7XgkXxuUrVB6cjPVXef78JyMjA8PFuwyX7gAZj97+T2e9o3d4BWNp84K1NzubTjAB3fH0+fv6N3qP/ir9bW6ozNQCijB8/8zw/TuQ7r4/ndvN5mZgkpPXiis3Pv34+ZPh5t23//79Rwehof/9/NDEgMrOXHvJcrllgpoRN8PFOwy/fzP8+gUlgZI/f/5xcPj/69e/37//AUX+/mXRkN555gsOG2xt/5hZQMwF4r9///75++f3nz8nr75gSms82jfvQnT6zqvXPjC8e/srJQHo9P9fvwNtAHmG4f8zZ6dDc3bIyM2LTNlsbtfM9OPHH3FhtqUz3eXX9H+cOy9ZMB2o6t/Pn0DHMPz/b+2wXGTvPlPGFxdcD+mZyjP8+8MUE6sa7a/xo6Pykn1s4zdzIZ6///8zMGpKM2pKAB0jqy4UE7/msKat6Jw5mafrsxNtWZ6/fjvNLW29qv25pQd///n+5+/fxDDVbcc//P/zx/36m5Ub9zL8+7t66yEROcHK7q5bldMBAgwADcRBCuVLfoEAAAAASUVORK5CYII=\') 0 0}.ui-editor-selectmenu-menu .ui-icon.ui-editor-i18n-zh_CN,.ui-editor-wrapper .ui-icon.ui-editor-i18n-zh_CN{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFqSURBVHjaYrzOwPAPjJgYQEDAleHVbhADIvgHLPgHiQ0QQCxAlkR9NW8sw+cV/1gV/7Gb/hV4+vfzhj8Mv/78//Pn/+/f/8AkhH1t0yaAAAJp4I37zyz2lDfu79uqv/++/WYz+cuq/vvLxt8gdb+A5K9/v34B2SyyskBLAAII5JAva/7/+/z367a/f3/8ZuT9+//Pr78vQUrB6n4CSSj6/RuoASCAWEDO/fD3ddEfhv9/OE3/sKj8/n7k9/fDQNUIs/+DVf8HawAIIJCT/v38C3Hr95N/GDh/f94AVvT7N8RUBpjxQAVADQABBNLw/y/Ifwy/f/399ufTOpDBEPf8g5sN0QBEDAwAAQTWABEChgOSA9BVA00E2wAQQCANQBbEif/AzoCqgLkbbBYwWP/+//sXqBYggFhAkfL7D7OkJFCOCSj65zfUeFjwg8z++/ffX5AGoGKAAGI8jhSRyIw/SJH9D4aAYQoQYAA6rnMw1jU2vQAAAABJRU5ErkJggg==\') 0 0}.ui-editor-image-resize-in-progress{outline:1px dashed rgba(0,0,0,0.5)}.ui-editor-length-button .ui-icon-dashboard{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAhFJREFUeNrEk7tv01AUxr/4kcRO7Fh1HghFgSAeYglDlIfUbGEBhaWoUxFiQWJGMDDyhzB2ZmANYmAoIvQPaIHIkVJjKyWkcdzYSR1zbhSGQhFDB47007333PN9V/cVCcMQ5wkO54wIxe+5q8Rt4gaRW+VsYo9oE1/+ZpAktjKZzL1arXatWCzmFEVhOYzH40m327U7nc7nwWDwhlLbxITN8SsDVvisXq9vtVqtuqZp2XK5HDcMg5vNZlylUon7vq+XSqXLi8WiYJqmTvWfiNkvg8e06gMqLDmOI5AIvV4P8/l8CeuzHMHn8/kcmeiWZQWk6zCD67quP280GuXNdlv4qKrwTk6WwpXoFNVqNTKdTtf6/X7C87wPzOAhrX4nCIK195KEp4aBtxyHKRm4roujozGdwQSO49LYx/7+VzIPeVEUOcsyh+wab9Ge0+SKGW3nhSzj5WiEoWlhMvHolKOIRmVIkgpZVhGPKxAEGdlsIc20zOASz/NSs9lkl4IwJuOJH+CVksDi2APPx0iYIgNlCTNYXy8hmdQkpmUGCfag2u134DgJipKGdqGAR6NjbKdVOAMbQRAiRsaCEKMaHru7XdYutRw95R+Hh0NXVTNIpXQy0KDrOVy8chOb34Z4XcjCMvZoO86p12bbBy7Tsv5dYoc4OAtFFM3BxkZ4xtzOSvvPuE98X7V//oX//ht/CjAAagzmsnB4V5cAAAAASUVORK5CYII=\') 0 0}.ui-editor-length-button:hover .ui-icon-dashboard{filter:alpha(opacity=100);opacity:1}.ui-editor-link-button .ui-icon-link{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAilBMVEX///8EBARUVFRUVFQEBARTU1MqKiwfHx5MTEzGxsZNTU1FRUWAgH8SEhJnZ2fd3d06Ojrg4ODIyMgODg4DAwMSEhLCwsGcnKXExNEvLy+ysrh+foMQEBBBQUEEBATJydeenqcDAwPT09OIiIjj4+OZmZl3d3fU1OPCwsHW1tXq6urr6+va2trGxsaRnmwcAAAAI3RSTlMAimdfRTOWgDXbAGXFj339cv3dAHtC3OP8bt+2cnuA/OMA+Akct2IAAABoSURBVHhetcVZFoIgGAbQ7wcVwyEKtBi01OZh/9urw2EJdV8ufkHmnDHG85RE2a7Wp812GGJtiaqvG1rOXws1dV9BzWKi2/3xfL1pErOCdT6YS2SCdxZdsdtfD8ci1UFnIxGNWUrjHz6V6QhqNdQf6wAAAABJRU5ErkJggg==\') 0 0}.ui-editor-link-button:hover .ui-icon-link{filter:alpha(opacity=100);opacity:1}.ui-editor-unlink-button .ui-icon-unlink{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAA2FBMVEX///8WFhYvLy9LS0sEBAQODg4EBARNTU0DAwNVVVVUVFQtLS1nZ2cfHx46OjoSEhLGxsZTU1OAgH/T09NUVFQEBAQ6OjpMTEwvLy+4uMDCwsEQEBCvr7sSEhIEBAR+foMqKixFRUUEBARDQ0MBAQEBAQG5ucQiIiICAgIODg7Z2dlAQEBMTEwsLCxGRkYAAABPT0/e3t4mJiYqKiopKSlUVFQiIiJJSUkjIyNFRUU5OTkBAQEoKCi/v8zCws+qgFWFZkY7MSbc3Nzj4+Pm5ubOztzU1OTQ0N6IE/7FAAAAQ3RSTlMAAAAAigAAAAAAZwB9gACP2zPF+F9ocjVu39xy40KAtpZlRQBrUPx9AIb8AE8AAAAA/AAAAAAAAAAAAAAA/PwAAAD8PWHlxQAAALtJREFUeF5dzsVWxEAQheHqpGPEPeMWGXfcmQHe/42oC+ewmH95F1UfGWFyhZLQUBHlTvBxOp92gZP/DaN25Esp/ag9ukeUxa5p6qbpxpmHqGgNOtWm6gxahaIokwX1ht16ps3q7rAn9utrg7RxX6Z6KvtjbWJZGHTuuLLtw8P2f/CAWd4uGYNBqCpj5s1NM2cMPd3xc2D4EDDkIWCmj1NgSEHAlGUJDAnEmOfPr+8XxtDr27sQwHDA0GU/2RcVwEV78WkAAAAASUVORK5CYII=\') 0 0}.ui-editor-unlink-button:hover .ui-icon-unlink{filter:alpha(opacity=100);opacity:1}.ui-editor-link-panel .ui-editor-link-menu{height:100%;width:200px;float:left;border-right:1px dashed #d4d4d4;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical}.ui-editor-link-panel .ui-editor-link-menu p{font-weight:bold;margin:12px 0 8px}.ui-editor-link-panel .ui-editor-link-menu fieldset{-webkit-box-flex:2;-moz-box-flex:2;-ms-box-flex:2;box-flex:2;margin:2px 4px;padding:7px 4px;font-size:13px}.ui-editor-link-panel .ui-editor-link-menu fieldset label{display:block;margin-bottom:10px}.ui-editor-link-panel .ui-editor-link-menu fieldset label span{display:inline-block;width:150px;font-size:13px;vertical-align:top}.ui-editor-link-panel .ui-editor-link-menu fieldset,.ui-editor-link-panel .ui-editor-link-wrap fieldset{border:0}.ui-editor-link-panel .ui-editor-link-wrap{margin-left:200px;padding-left:20px;min-height:200px;position:relative}.ui-editor-link-panel .ui-editor-link-wrap.ui-editor-link-loading:after{content:\'Loading...\';position:absolute;top:60px;left:200px;padding-left:20px;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAOXRFWHRTb2Z0d2FyZQBBbmltYXRlZCBQTkcgQ3JlYXRvciB2MS42LjIgKHd3dy5waHBjbGFzc2VzLm9yZyl0zchKAAAAOnRFWHRUZWNobmljYWwgaW5mb3JtYXRpb25zADUuMi4xNzsgYnVuZGxlZCAoMi4wLjM0IGNvbXBhdGlibGUpCBSqhQAAAAhhY1RMAAAACAAAAAC5PYvRAAAAGmZjVEwAAAAAAAAAEAAAABAAAAAAAAAAAAA8A+gAAIIkGDIAAACsSURBVDiNtZLBCcMwDEUfJgOUjhAyQsmp9FA8TgfISj6F4gl66jSdIIf00G9wnLjYKf3w0Qch6Us2fMdVLMYx0haYRZsrMJEegZdiDj3gFFeT54jBiU2mO+XdVvdRyV0OYidVMEAH3AEPHGoboMKwuy+seYqLV9iNTpM90P7S6AQMitXogYnPHSbyz2SAC9HqQVigkW7If90z8FAsctCyvMvKQdpkSOzfxP/hDd++JCi8XmbFAAAAGmZjVEwAAAABAAAAEAAAABAAAAAAAAAAAAA8A+gAABlX8uYAAAC3ZmRBVAAAAAI4jaWQsQ3CQBAEB4cECFGCI1fiAlyFKwARWgSIeqjCNTh0gIjIkBw9gffFSfz74VlpdX/W3Xr3YBmlmIUSmMSoSGHee+CmGsMGaFU/cAecqnVh/95qpg0J/O0gCytgDRzUX4DnryIn5lwO6L7c6fxskRhMwkc4qj+TEcFjC9SqWcsj8x3GhMgu9LHmfUinvgKuYmWWp5BIyEFvBPuUAy9ibzAYgWEhUhQN8BCb2NALKY4q8wCrG7AAAAAaZmNUTAAAAAMAAAAQAAAAEAAAAAAAAAAAADwD6AAA9MEhDwAAAKhmZEFUAAAABDiNY2CgMTgNxTgBExLbh4GB4SCUxgeMcEkcZmBg+A+lcQETqBoTbJI+UM1ku4AiEATFZIEQBoi//kPZxIAAKEaJBYpACAm24wUSBORVGBgYUqA0BtjKAAmHrXg0f4aq+YxuiAQDIiD/Q/k8DAwMdVDMw8DAkIamJo2QCyYjKZ4MtfErlP8VlzeQw2AlkgErkbyBMwzQgRoDA8N+KMapAQDdvyovpG6D8gAAABpmY1RMAAAABQAAABAAAAAQAAAAAAAAAAAAPAPoAAAZC1N1AAAAsWZkQVQAAAAGOI21kkEOgjAURF9YGBbGtYcwLowrwxk8BMcg3XACD9djGJaujKmLTkMRCiXEl0ympYX8+Xz4M62UpIjWR8DI59inDgzg5CkOwEs+YnMFmzhJOdwAK1UAZ+ANfLRewuJ75QAb/kKRvp/HmggVPxHWsAMu8hEN8JRPUdLnt9oP6HTYRc/uEsCVvnlO+wFGFYRJrKPLdU4FU5HCB0KsEt+DxZfBj+xDSo7vF9AbJ9PxYV81AAAAGmZjVEwAAAAHAAAAEAAAABAAAAAAAAAAAAA8A+gAAPSdgJwAAADDZmRBVAAAAAg4jaWSTQrCMBCFP6NIT5AjCF6gJ6jbUnoCL1biDTyF5AAueoZu3LkSrAtHTEJiIn3wmCTz92YILMQ64++BPTDKXQMH4AbcAZQTvAEasTFo4AqcxeowoAFmsSk1s8M+DChRMEnyFFNQAg10sWSFv49cESPUn+RRWFLE8N2DKe2axaIR/sU25eiAi9gUBt6zDzGnFad13nZCgAr/I1UxBdZRUAMPYV2iIETrdGudd28Hqx8FFHCU8wl4xoJeZnUrSRiyCSsAAAAaZmNUTAAAAAkAAAAQAAAAEAAAAAAAAAAAADwD6AAAGe6xwAAAALtmZEFUAAAACjiNpZJBCsIwEEWfpUsPULoSl55Beh4J7nqCHkDceR3pIaSr4Ak8Qq2L/khomlrig+FPhszwJy3EqYCHolq4F6UDBkWnWgbspN+CT7EwMAPuwFM67aUAem/IdIW952jQOeCXg1bN7ZyDNQRvsEkYkgNG+S1XcpHWKwacgatzlLLH2z/8vUJCf5wSaKQxToCVBjSM37jxaluFw+qOXeOgBF4KVzNqNkH3DAfGX7tXnsRREeUD4f8lQGjw+ycAAAAaZmNUTAAAAAsAAAAQAAAAEAAAAAAAAAAAADwD6AAA9HhiKQAAAJ9mZEFUAAAADDiNtZDLCcMwEEQfIUcXoDpCKgg6qIRUEtKB6wg6poDgalyFTj7YBw+2QyRlCc6DYVm0n9FCGQc8JFepWzgBN0WACIxS/NZ8BgYVD8pzA1ogKb5x3xSPyp0a4+YLSe/J4iBH0QF83uCvXKSFq2TBs97KH/Y1ZsdL+3IEgmJt86u0PTAfJlQGdKrprA6ekslBjl76mUYqMgFhpStJaQVr0gAAABpmY1RMAAAADQAAABAAAAAQAAAAAAAAAAAAPAPoAAAZshBTAAAAu2ZkQVQAAAAOOI21kCEOwkAQRR8rKkkFCtmjkJ4ARTgBArViT4LjLJwBgUZUr8NBQlrR38Am3XYEvOTnT7PzuzO7IE8BHFWfgNdELwBLYCMH8EAr+VzIyUvgBlzkZaZ/D1zlCfXXba2+C93sVaNwK08ogUaHzcQEu9wE0O9e83kDEw7YAhG4K/ww5CoJFB52j8bwU6rcTLOJYYWo2kKywk9Zz5yvgCAfDb9nfhLoHztYJzhIpgnGOEv/owMnkSfarUXVlAAAAABJRU5ErkJggg==\') no-repeat left center}.ui-editor-link-panel .ui-editor-link-wrap h2{margin:10px 0 0}.ui-editor-link-panel .ui-editor-link-wrap fieldset{margin:2px 4px;padding:7px 4px;font-size:13px}.ui-editor-link-panel .ui-editor-link-wrap fieldset input[type=text]{width:400px}.ui-editor-link-panel .ui-editor-link-wrap fieldset.ui-editor-external-href{width:365px}.ui-editor-link-panel .ui-editor-link-wrap fieldset.ui-editor-link-email label{display:inline-block;width:115px}.ui-editor-link-panel .ui-editor-link-wrap fieldset.ui-editor-link-email input{width:340px}.ui-editor-link-panel .ui-editor-link-wrap ol li{list-style:decimal inside}.ui-editor-link-panel .ui-editor-link-wrap .ui-editor-link-panel .ui-editor-link-wrap fieldset #ui-editor-link-external-target{vertical-align:middle}.ui-editor-link-error-message div{padding:0 .7em}.ui-editor-link-error-message div p{margin:0}.ui-editor-link-error-message div p .ui-icon{margin-top:2px;float:left;margin-right:2px}.ui-editor-list-unordered-button .ui-icon-list-unordered{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMlJREFUeNpi/P//PwNFAGQAIyNjGBCvgdIMxGKQXhaoORFlZWWBXV1dTED2KqjYGiBmRMJMaOwrQFwOc0EEEG+A0iS5gBFEMDExkeX9f//+MTAxUAhgBsQC8U4oTRKABWJ8Rkae84wZk5iB7MVQsW1IAYYLW8MCMRGID0Bp+gYiC46EhTPR4QrEdCA+A6VJT8pAcDMsLB3EuAniQP14BIiPAfEJID4FxGehqe8OED8B4vVgvVADioH4GZTGGWhYvUtpbqQ4JQIEGABjeFYu055ToAAAAABJRU5ErkJggg==\') 0 0}.ui-editor-list-unordered-button:hover .ui-icon-list-unordered{filter:alpha(opacity=100);opacity:1}.ui-editor-list-ordered-button .ui-icon-list-ordered{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM1JREFUeNpi/P//PwNFAGQAIyNjIxCvAWJBIGYgFoP0skDNqQfidUDMiGT2GigfhpnQ2FeAuJwFSQMTmuNCiPEBTFMblF1CahAwgvzBxMREVvj9+/cP7oIuIN4Bpcl2gRMQJwFxDFRuG1KAYcVAF1jDojEBiGcAsQSp0QjzgiEQawLxSiibNoGInmqRE9J0IJaEYnNSXAAzYC4QNwJxIJLcEbRAYwZidiDmgOLTYPVIzgJpPgD2F45Aw+olqAFrgfg5EBeTagAjpdkZIMAAg/ZGwsH5qkAAAAAASUVORK5CYII=\') 0 0}.ui-editor-list-ordered-button:hover .ui-icon-list-ordered{filter:alpha(opacity=100);opacity:1}.ui-editor-paste-panel-tabs{height:100%;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ui-editor-paste .ui-tabs a{outline:0}.ui-editor-paste-panel-tabs{position:relative;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical}.ui-editor-paste-panel-tabs>div{overflow:auto;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #c2c2c2;border-top:0}.ui-editor-paste-panel-tabs>div>textarea.ui-editor-paste-area{-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1;display:-webkit-box;display:-moz-box;display:-ms-box;display:box}.ui-editor-paste-panel-tabs>div>textarea,.ui-editor-paste-panel-tabs>div>.ui-editor-paste-area{border:0;padding:2px}.ui-editor-raptorize-button .ui-icon-raptorize{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAABDlBMVEX///9NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU0Y/iVtAAAAWXRSTlMA/v1mTvW+WQFF+nGpsyPlDhXL1GvZHduk48LslL2a7tadwee772kEfqD8+OGCXWJ2+bQ9pt7xCme4iQU4iNH0mCEPEd82Ocxj4De2HoMaq3MHZJsDeGwCG8H1fioAAAC1SURBVHheNchFlsMwEADRlmRkSDKmMDMMMjMz9P0vkifLrl194F3NW0qtugV5Wt1FHpnloGKRmr3TK96YDjiMxFGCONngcJ1De4GNDJqhvd2VkbzsY+eDw2efMTYsjRFxd4+DZx6ajC1xhXTTB560EyfWASJW2FEG3vGJElZOz4xzH6QLKLqMgpvbu3sxD+4jPBFJe05fBby9ly0S6ADxl4BviGjp5xd0Of0TUqaUEPs/kR1YA96IIUDtx93SAAAAAElFTkSuQmCC\') 0 0}.ui-editor-raptorize-button:hover .ui-icon-raptorize{filter:alpha(opacity=100);opacity:1}.ui-editor-save-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVNJREFUeNqkU71ugzAQPowtwdAdqRLK3odg6161a+cukZonoGrElgWWDqhb16oP0AfoytStirows0QRMj/unQsohAQi5aTD5vju4/Pd2VBKwTnG6cEYe8bl6s73P09Jel8ur3H5ruv6CUiBYRgfQRAosnrCyQhLOZTLG1ImpYQSA1VVjf7dNE0gLOV0R6AXlAMSk4uiGCUQ6ITdJzDpz0SQTxAoxlqVZo+gLEuQyDxFwIQAwg4IiPV3vYbL2WyUgDBHFbxG0Um9t237sIIkSeDYYGHbur3neQMCTgqoRWEYDToh8NyLxSO4rgtpmrY14D0CUsA5h80mh/n8QQdXq7CTTN/ILMtqa9AjEDjOGrTdSnAcRwdpr1unzB5BMweiGwY8tx/H8U+WZbmUSoPJlfr3NrZLgDkXujbNXaD9DfoLAt8OFRHPfb8X+sLcW+Pc6/wnwABHMdnKf4KT4gAAAABJRU5ErkJggg==\') 0 0}.ui-editor-save-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-cancel-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAtFBMVEX///+nAABhAACnAACjAACCAACgAACHAACjAAByAAB1AAByAACDAACnAACCAACHAACgAACNAACbAACXAACMAACSAABfAACYAACRAACjAACbAAChAACqAACNAACcAACHAACqAADEERGsERHQERG+NjaiERHUTEzYERG4ERGlFBSfFRX/d3f6cnK0JSWoHh7qYmLkXFyvFRXmXl7vZ2fNRUX4cHDXT0/+dnbbU1O3Li7GPT26MTG2f8oMAAAAIXRSTlMASEjMzADMzAAASMxIAMwAAMzMzEjMzEhISABIzABISEg/DPocAAAAj0lEQVR4Xo3PVw6DMBBF0RgXTO+hBYhtILX3sv99RRpvgPcxVzp/M5syb7lYepxDABDeYcQ5wg+MAMhr3JOyJKfxTABqduuvjD37O6sBwjZ+f76/7TFuQw1VnhyGYZPklYagKbKLlDIrmkBDGq1hUaqhM4UQJpwOwFdK+a4LAbCdlWNTCgGwjLlhUQqZ8uofSk8NKY1Fm8EAAAAASUVORK5CYII=\') 0 0}.ui-editor-cancel-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-wrapper .ui-editor-selectmenu .ui-editor-selectmenu-button .ui-icon{text-align:left}.ui-editor-wrapper .ui-editor-selectmenu .ui-editor-selectmenu-button .ui-editor-selectmenu-text{font-size:13px;line-height:22px}.ui-editor-selectmenu-menu li a,.ui-editor-selectmenu-status{line-height:12px}.ui-editor-wrapper [data-title]:after{opacity:0;content:attr(data-title);display:block;position:absolute;top:100%;font-size:12px;font-weight:normal;color:white;padding:11px 16px 7px;white-space:nowrap;text-shadow:none;overflow:visible;z-index:1000;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none;-webkit-border-radius:9px 9px 2px 2px;-moz-border-radius:9px 9px 2px 2px;-ms-border-radius:9px 9px 2px 2px;-o-border-radius:9px 9px 2px 2px;border-radius:9px 9px 2px 2px;-webkit-transition:opacity .23s;-webkit-transition-delay:0s;-moz-transition:opacity .23s 0s;-o-transition:opacity .23s 0s;transition:opacity .23s 0s;background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI1cHgiIHN0b3AtY29sb3I9InJnYmEoNDAsIDQwLCA0MCwgMCkiLz48c3RvcCBvZmZzZXQ9IjZweCIgc3RvcC1jb2xvcj0iIzI4MjgyOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\'),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(5px,rgba(40,40,40,0)),color-stop(6px,#282828),color-stop(100%,#282828)),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:-webkit-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:-moz-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:-o-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0}.ui-editor-wrapper [data-title]:hover:after{opacity:1}.ui-editor-wrapper .ui-editor-select-element{position:relative}.ui-editor-wrapper .ui-editor-select-element:after{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI1cHgiIHN0b3AtY29sb3I9InJnYmEoNDAsIDQwLCA0MCwgMCkiLz48c3RvcCBvZmZzZXQ9IjZweCIgc3RvcC1jb2xvcj0iIzI4MjgyOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\'),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(5px,rgba(40,40,40,0)),color-stop(6px,#282828),color-stop(100%,#282828)),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:-webkit-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:-moz-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:-o-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0}.ui-editor-unsaved-edit-warning{position:fixed;bottom:0;right:0;height:30px;line-height:30px;border-radius:5px 0 0 0;border:1px solid #d4d4d4;padding-right:7px;background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWNiZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fffff2),color-stop(100%,#edecbd));background:-webkit-linear-gradient(top,#fffff2,#edecbd);background:-moz-linear-gradient(top,#fffff2,#edecbd);background:-o-linear-gradient(top,#fffff2,#edecbd);background:linear-gradient(top,#fffff2,#edecbd);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s;filter:alpha(opacity=0);opacity:0}.ui-editor-unsaved-edit-warning .ui-icon{display:inline-block;float:left;margin:8px 5px 0 5px}.ui-editor-unsaved-edit-warning-visible{filter:alpha(opacity=100);opacity:1}.ui-editor-unsaved-edit-warning-dirty{outline:1px dotted #aaa;background-image:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAQMAAAC2MCouAAAABlBMVEUAAACfn5/FQV4CAAAAAnRSTlMAG/z2BNQAAABPSURBVHhexc2xEYAgEAXRdQwILYFSKA1LsxRKIDRwOG8LMDb9++aO8tAvjps4qXMLaGNf5JglxyyEhWVBXpAfyCvyhrwjD74OySfy8dffFyMcWadc9txXAAAAAElFTkSuQmCC\')!important}.ui-editor-view-source-button .ui-icon-view-source{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKtJREFUeNpi/P//PwMlgImBQkCxAQwgLzAyMqLjMCCehsSfBhVDUQf2PhYDIoB4JhCLIYmJQcUiCBkQBcRzgFgci6vEoXJRuAyIAeIFODQjG7IAqhbFAAMg3gOlGQhguFp0FyQC8UoglgTx0QFUjSRUTSKuMEgG4nUghVgMkITKJROKhXQg3gbUI42kXxokBpUjGI0gDYVAfBzJABC7EFs6YBz6eYFiAwACDAADJlDtLE22CAAAAABJRU5ErkJggg==\') 0 0}.ui-editor-view-source-button:hover .ui-icon-view-source{filter:alpha(opacity=100);opacity:1}.ui-editor-ui-view-source .ui-editor-ui-view-source-dialog{overflow:auto}.ui-editor-ui-view-source-plain-text{height:100%;width:100%;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical}.ui-editor-ui-view-source-dialog textarea{white-space:pre-line;width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical;-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.cms-white{color:#fff}.cms-black{color:#000}.cms-blue{color:#4f81bd}.cms-red{color:#c0504d}.cms-green{color:#9bbb59}.cms-purple{color:#8064a2}.cms-orange{color:#f79646}.cms-grey{color:#999}</style>').appendTo('head');
250
+ jQuery('<style type="text/css">.ui-editor-wrapper{overflow:visible;z-index:1001;position:fixed}.ui-editor-wrapper .ui-editor-toolbar{padding:6px 0 0 5px;overflow:visible}.ui-editor-wrapper .ui-editor-toolbar,.ui-editor-wrapper .ui-editor-toolbar *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.ui-editor-wrapper .ui-dialog-titlebar .ui-editor-element-path:first-child{margin-left:5px}.ui-editor-wrapper .ui-dialog-titlebar .ui-editor-element-path{min-width:10px;min-height:15px;display:inline-block}.ui-editor-dock-docked-to-element .ui-editor-toolbar{padding:5px 0 0 5px!important}.ui-editor-dock-docked-to-element .ui-editor-toolbar .ui-editor-group{margin:0 5px 5px 0}.ui-editor-dock-docked-element{display:block!important;border:0 none transparent;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ui-editor-wrapper textarea,.ui-editor-wrapper input{padding:5px}.ui-editor-wrapper .ui-dialog-content{font-size:13px}.ui-editor-wrapper textarea{display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1}html body div.ui-dialog div.ui-dialog-titlebar a.ui-dialog-titlebar-close span.ui-icon{margin-top:0!important}.ui-editor-editing{outline:0}.ui-editor-wrapper textarea,.ui-editor-wrapper input{border:1px solid #d4d4d4}.ui-editor-wrapper .ui-dialog-content{font-size:13px}html body div.ui-wrapper div.ui-dialog-titlebar a.ui-dialog-titlebar-close span.ui-icon{margin-top:0!important}.ui-editor-path{padding:5px;font-size:13px}.ui-editor-selectmenu{overflow:visible;position:relative}.ui-editor-selectmenu-button{text-align:left;padding:3px 18px 5px 5px!important;float:none!important}.ui-editor-selectmenu-button .ui-icon{position:absolute;right:1px;top:8px}.ui-editor-selectmenu-button .ui-editor-selectmenu-text{font-size:13px}.ui-editor-selectmenu-wrapper{position:relative}.ui-editor-selectmenu-button .ui-button-text{padding:0 25px 0 5px}.ui-editor-selectmenu-button .ui-icon{background-repeat:no-repeat}.ui-editor-selectmenu-menu{position:absolute;top:100%;left:0;right:auto;display:none;margin-top:-1px!important}.ui-editor-selectmenu-visible .ui-editor-selectmenu-menu{display:block;z-index:1}.ui-editor-selectmenu-menu-item{padding:5px;margin:3px;z-index:1;text-align:left;font-size:13px;font-weight:normal!important;border:1px solid transparent;cursor:pointer;background-color:inherit}.ui-editor-selectmenu-button{background:#f5f5f5;border:1px solid #ccc}.ui-editor-buttonset .ui-editor-selectmenu-visible .ui-editor-selectmenu-button{-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0}.ui-editor-buttonset{float:left;margin:0 5px 4px 0;display:inline-block}.ui-editor-buttonset>.ui-button{float:left;display:block;margin:0 -1px 0 0;font-size:13px}.ui-editor-buttonset .ui-button:hover{z-index:1}.ui-editor-buttonset .ui-editor-selectmenu{display:block}.ui-editor-buttonset .ui-editor-selectmenu .ui-button{margin:0 -1px 0 0}.ui-editor-ff .ui-editor-buttonset{float:none;vertical-align:top}.ui-editor-wrapper .ui-button{height:32px;margin-bottom:0;margin-top:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ui-editor-wrapper .ui-button-icon-only{width:32px}.ui-editor-wrapper .ui-editor-buttonset>.ui-button{-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}.ui-editor-wrapper .ui-editor-buttonset>.ui-button:first-child{-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px}.ui-editor-wrapper .ui-editor-buttonset>.ui-button:last-child{-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px}.ui-button-icon-only .ui-button-text{display:none}.ui-editor-unsupported{position:relative}.ui-editor-unsupported-overlay{position:fixed;top:0;left:0;bottom:0;right:0;background-color:black;filter:alpha(opacity=50);opacity:.5}.ui-editor-unsupported-content{position:fixed;top:50%;left:50%;margin:-200px 0 0 -300px;width:600px;height:400px}.ui-editor-unsupported-input{position:absolute;bottom:10px}.ui-editor-unsupported-content{padding:10px;background-color:white;border:1px solid #777}.ui-editor-messages{margin:0}.ui-editor-messages .ui-editor-message-close{cursor:pointer;float:right}.ui-editor-messages .ui-icon{margin:0 0 3px 3px}.ui-editor-messages .ui-icon,.ui-editor-messages .ui-editor-message{display:inline-block;vertical-align:top}.ui-editor-messages .ui-editor-message-wrapper{padding:3px 3px 3px 1px;-webkit-box-shadow:inset 0 -1px 1px rgba(0,0,0,0.35),inset 0 1px 2px rgba(255,255,255,0.5);-moz-box-shadow:inset 0 -1px 1px rgba(0,0,0,0.35),inset 0 1px 2px rgba(255,255,255,0.5);box-shadow:inset 0 -1px 1px rgba(0,0,0,0.35),inset 0 1px 2px rgba(255,255,255,0.5)}.ui-editor-messages .ui-editor-message-wrapper:first-child{-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px}.ui-editor-messages .ui-editor-message-wrapper:last-child{-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px}.ui-editor-messages .ui-editor-message-circle-close{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNWQ0YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhMWMxYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ff5d4b),color-stop(100%,#fa1c1c));background:-webkit-linear-gradient(top,#ff5d4b,#fa1c1c);background:-moz-linear-gradient(top,#ff5d4b,#fa1c1c);background:-o-linear-gradient(top,#ff5d4b,#fa1c1c);background:linear-gradient(top,#ff5d4b,#fa1c1c)}.ui-editor-messages .ui-editor-message-circle-check{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkZWI4ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E1Yzk1NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#cdeb8e),color-stop(100%,#a5c956));background:-webkit-linear-gradient(top,#cdeb8e,#a5c956);background:-moz-linear-gradient(top,#cdeb8e,#a5c956);background:-o-linear-gradient(top,#cdeb8e,#a5c956);background:linear-gradient(top,#cdeb8e,#a5c956)}.ui-editor-messages .ui-editor-message-info{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5ZTRmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBmYjRlNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#a9e4f7),color-stop(100%,#0fb4e7));background:-webkit-linear-gradient(top,#a9e4f7,#0fb4e7);background:-moz-linear-gradient(top,#a9e4f7,#0fb4e7);background:-o-linear-gradient(top,#a9e4f7,#0fb4e7);background:linear-gradient(top,#a9e4f7,#0fb4e7)}.ui-editor-messages .ui-editor-message-alert{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDY1ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlYmYwNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ffd65e),color-stop(100%,#febf04));background:-webkit-linear-gradient(top,#ffd65e,#febf04);background:-moz-linear-gradient(top,#ffd65e,#febf04);background:-o-linear-gradient(top,#ffd65e,#febf04);background:linear-gradient(top,#ffd65e,#febf04)}.ui-editor-messages .ui-editor-message-clock{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiODNmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5M2NlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fb83fa),color-stop(100%,#e93cec));background:-webkit-linear-gradient(top,#fb83fa,#e93cec);background:-moz-linear-gradient(top,#fb83fa,#e93cec);background:-o-linear-gradient(top,#fb83fa,#e93cec);background:linear-gradient(top,#fb83fa,#e93cec)}.ui-editor-messages .ui-editor-message-clock .ui-icon.ui-icon-clock{background:transparent url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAOXRFWHRTb2Z0d2FyZQBBbmltYXRlZCBQTkcgQ3JlYXRvciB2MS42LjIgKHd3dy5waHBjbGFzc2VzLm9yZyl0zchKAAAAOnRFWHRUZWNobmljYWwgaW5mb3JtYXRpb25zADUuMi4xNzsgYnVuZGxlZCAoMi4wLjM0IGNvbXBhdGlibGUpCBSqhQAAAAhhY1RMAAAACAAAAAC5PYvRAAAAGmZjVEwAAAAAAAAAEAAAABAAAAAAAAAAAAA8A+gAAIIkGDIAAACsSURBVDiNtZLBCcMwDEUfJgOUjhAyQsmp9FA8TgfISj6F4gl66jSdIIf00G9wnLjYKf3w0Qch6Us2fMdVLMYx0haYRZsrMJEegZdiDj3gFFeT54jBiU2mO+XdVvdRyV0OYidVMEAH3AEPHGoboMKwuy+seYqLV9iNTpM90P7S6AQMitXogYnPHSbyz2SAC9HqQVigkW7If90z8FAsctCyvMvKQdpkSOzfxP/hDd++JCi8XmbFAAAAGmZjVEwAAAABAAAAEAAAABAAAAAAAAAAAAA8A+gAABlX8uYAAAC3ZmRBVAAAAAI4jaWQsQ3CQBAEB4cECFGCI1fiAlyFKwARWgSIeqjCNTh0gIjIkBw9gffFSfz74VlpdX/W3Xr3YBmlmIUSmMSoSGHee+CmGsMGaFU/cAecqnVh/95qpg0J/O0gCytgDRzUX4DnryIn5lwO6L7c6fxskRhMwkc4qj+TEcFjC9SqWcsj8x3GhMgu9LHmfUinvgKuYmWWp5BIyEFvBPuUAy9ibzAYgWEhUhQN8BCb2NALKY4q8wCrG7AAAAAaZmNUTAAAAAMAAAAQAAAAEAAAAAAAAAAAADwD6AAA9MEhDwAAAKhmZEFUAAAABDiNY2CgMTgNxTgBExLbh4GB4SCUxgeMcEkcZmBg+A+lcQETqBoTbJI+UM1ku4AiEATFZIEQBoi//kPZxIAAKEaJBYpACAm24wUSBORVGBgYUqA0BtjKAAmHrXg0f4aq+YxuiAQDIiD/Q/k8DAwMdVDMw8DAkIamJo2QCyYjKZ4MtfErlP8VlzeQw2AlkgErkbyBMwzQgRoDA8N+KMapAQDdvyovpG6D8gAAABpmY1RMAAAABQAAABAAAAAQAAAAAAAAAAAAPAPoAAAZC1N1AAAAsWZkQVQAAAAGOI21kkEOgjAURF9YGBbGtYcwLowrwxk8BMcg3XACD9djGJaujKmLTkMRCiXEl0ympYX8+Xz4M62UpIjWR8DI59inDgzg5CkOwEs+YnMFmzhJOdwAK1UAZ+ANfLRewuJ75QAb/kKRvp/HmggVPxHWsAMu8hEN8JRPUdLnt9oP6HTYRc/uEsCVvnlO+wFGFYRJrKPLdU4FU5HCB0KsEt+DxZfBj+xDSo7vF9AbJ9PxYV81AAAAGmZjVEwAAAAHAAAAEAAAABAAAAAAAAAAAAA8A+gAAPSdgJwAAADDZmRBVAAAAAg4jaWSTQrCMBCFP6NIT5AjCF6gJ6jbUnoCL1biDTyF5AAueoZu3LkSrAtHTEJiIn3wmCTz92YILMQ64++BPTDKXQMH4AbcAZQTvAEasTFo4AqcxeowoAFmsSk1s8M+DChRMEnyFFNQAg10sWSFv49cESPUn+RRWFLE8N2DKe2axaIR/sU25eiAi9gUBt6zDzGnFad13nZCgAr/I1UxBdZRUAMPYV2iIETrdGudd28Hqx8FFHCU8wl4xoJeZnUrSRiyCSsAAAAaZmNUTAAAAAkAAAAQAAAAEAAAAAAAAAAAADwD6AAAGe6xwAAAALtmZEFUAAAACjiNpZJBCsIwEEWfpUsPULoSl55Beh4J7nqCHkDceR3pIaSr4Ak8Qq2L/khomlrig+FPhszwJy3EqYCHolq4F6UDBkWnWgbspN+CT7EwMAPuwFM67aUAem/IdIW952jQOeCXg1bN7ZyDNQRvsEkYkgNG+S1XcpHWKwacgatzlLLH2z/8vUJCf5wSaKQxToCVBjSM37jxaluFw+qOXeOgBF4KVzNqNkH3DAfGX7tXnsRREeUD4f8lQGjw+ycAAAAaZmNUTAAAAAsAAAAQAAAAEAAAAAAAAAAAADwD6AAA9HhiKQAAAJ9mZEFUAAAADDiNtZDLCcMwEEQfIUcXoDpCKgg6qIRUEtKB6wg6poDgalyFTj7YBw+2QyRlCc6DYVm0n9FCGQc8JFepWzgBN0WACIxS/NZ8BgYVD8pzA1ogKb5x3xSPyp0a4+YLSe/J4iBH0QF83uCvXKSFq2TBs97KH/Y1ZsdL+3IEgmJt86u0PTAfJlQGdKrprA6ekslBjl76mUYqMgFhpStJaQVr0gAAABpmY1RMAAAADQAAABAAAAAQAAAAAAAAAAAAPAPoAAAZshBTAAAAu2ZkQVQAAAAOOI21kCEOwkAQRR8rKkkFCtmjkJ4ARTgBArViT4LjLJwBgUZUr8NBQlrR38Am3XYEvOTnT7PzuzO7IE8BHFWfgNdELwBLYCMH8EAr+VzIyUvgBlzkZaZ/D1zlCfXXba2+C93sVaNwK08ogUaHzcQEu9wE0O9e83kDEw7YAhG4K/ww5CoJFB52j8bwU6rcTLOJYYWo2kKywk9Zz5yvgCAfDb9nfhLoHztYJzhIpgnGOEv/owMnkSfarUXVlAAAAABJRU5ErkJggg==\') no-repeat center center}.ui-editor-align-left-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAItJREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzYWEzQfHlf//+lYL0McK8ADSAJJuBBqC6AAjWYrEN2VYPbAZR1QUb0WxEZmPD1lR3wTYCttpSJQxg6mE0sgt2E/AzCLMBMTsQcwCxAskuQE722FwwEYiNsNjKClR8EUjH4w2DActMFBsAEGAAnS84DrgEl1wAAAAASUVORK5CYII=\') 0 0}.ui-editor-align-left-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-align-right-button .ui-icon{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIxJREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzYWEzQfHlf//+lYL0McK8ADSAJJuBBqC6AAvYjGYrMhuEHanugo0EbETH1jQPg714bGcGYhOqu2A3AT+DMBvQQnYgzQHECiS7ADnZw9j4wmA61J+sQMUcUFtBtrMC8TEg9kNxwYBlJooNAAgwAJo0OAu5XKT8AAAAAElFTkSuQmCC\') 0 0}.ui-editor-align-right-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-align-center-button .ui-icon{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAI1JREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzYWEzQfHlf//+lYL0McK8ADSAJJuBBqC6AAlswGErjO2KrJiqLtiIw0Zc2JpmYbCTgM2WFIUBTD2MRnbBbgI2gzAbELMDMQcQK5DsAuRkj80FMDAFiI2RbGUFKuaA2noGiEOwhsGAZSaKDQAIMAB/BzgOq8akNwAAAABJRU5ErkJggg==\') 0 0}.ui-editor-align-center-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-align-justify-button .ui-icon{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJFJREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzYWEzQfHlf//+lYL0McK8ADSAJJuBBqC6AAjWYrEN2VZkNgg7Ut0FGwnYiI6tqe6CbUTYCsPMQGxCdRfsJsJmNqCF7ECaA4gVSHYBcrKHsZFdMBGIjbDYygpUzAG1FWQ7KxAfA2I/FBcMWGai2ACAAAMAvPA4C7ttvJ4AAAAASUVORK5CYII=\') 0 0}.ui-editor-align-justify-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-bold-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKRJREFUeNpi/P//PwMlgImBQjDwBrCgmMbEpA2kGnGofQ3E9UD86t+/fzhdcBWIpwExMxQ3AHEIEK8BYgkgdsLrAih4A8SsaBYwQcWYiDGAEcmAbiwuJBiIIAPYoLgfiMuBeBmUXwHEXIQMYEIy4BUQXwDiy1C+HBBrEPKCDBCzwwwDpVRGRkZksU8ozkVOykCFVkBqOZ5oB3lpAoqe0bzAABBgANfuIyxmXKp/AAAAAElFTkSuQmCC\') 0 0}.ui-editor-text-bold-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-italic-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH1JREFUeNpi/P//PwMlgImBQjDwBrBgmMgEN1MbiBvRpOv//ft3FUUEFIjImJGRERnrAPF6IO6BiaGrZyLCi6xAvJDcMLAA4j9AfJlcA/yBeCe5sWAExAJAfIKkWIAFJBAUATE7kM+M143ooQoEVkD8EA1b4Yy10bzAABBgAC7mS5rTXrDAAAAAAElFTkSuQmCC\') 0 0}.ui-editor-text-italic-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-underline-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKZJREFUeNpi/P//PwMlgImBQkCxASwopjExhQGpMCSheijdiCz279+/q3AeKAxgmJGREYSdgHgdlIaJ6SCLIevB5oXXUJe9RhK7gkUMZxgwAjEzlEYG2MRwGsCKRTErKQawYFHMQqwBn6G2qSCJGULFPmPYhpwSgdEIY6YCcTKa2rlAPBvEAEYjdgNAUYRMowOYWmQ9LFjUPSGQP2RwemFoZiaAAAMAlEI7bVBRJkoAAAAASUVORK5CYII=\') 0 0}.ui-editor-text-underline-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-strike-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAL5JREFUeNpi/P//PwMlgImBQkCxASwopjHBzbMB4nQg5oTyrwKxNhAXAfGjf//+EXRBFhC/BOI0KAapYwZpxusCJPASquEdlD8FiHWwKWREjgUkL4gDcQ0QfwfiXqiBcIDsBXQD9hATcEADXOAckAEwzMjIiI4lgHgiEM8GYkmYOLIeXAZ4I2sA4vlQjGEArkBsAeJzQAUVYH8yMnIAKTmC6QAaHhpALALEPCBDoOJfgFQ5wVgYmnmBYgMAAgwAEGZWNyZpBykAAAAASUVORK5CYII=\') 0 0}.ui-editor-text-strike-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-sub-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKZJREFUeNpi/P//PwMlgImBQjDwBrDATWJCMWs6lM7Ep/nfv39YXSAPxL+AWALKJtkLLkB8EohZoWySDbAH4uNQQ+xJNUAJiH8DMT8QPwZiWagYDEwA4v1QGgJACQmEGRkZQTgXiI+i4VyoHAy7AfEaEBucCNEM2AzEKkiKu6BiYMuAdAYQLwZiKQwDgGAVED+E0iBgBeUjiy1HErMCWzyaFxgAAgwA5Gw9vTeiCqoAAAAASUVORK5CYII=\') 0 0}.ui-editor-text-sub-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-super-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALdJREFUeNpi/P//PwMlgImBQjDwBrCgmMaEYt50KJ0JpRuBWBuIrwJx/b9///C6QB6IfwGxBJQNAvVAPAkqRtALLkB8EohZoWwQiAbiICCuI8YAeyA+DjXEHiqmD8SaQLwIysYMAyhQAuLfQMwPxI+B2AkqVkZsLHgDsQYQTwXiVCBmg4phB6CUCMOMjIwgvBmIVaBsEO6CijEgY5geFAOAYBUQP4TSIGAF5SOLoVjMOJoXGAACDACTRz3jjn6PnwAAAABJRU5ErkJggg==\') 0 0}.ui-editor-text-super-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-quote-block-button .ui-icon-quote{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGVJREFUeNpi/P//PwMlgImBQjAcDWBhYZEA4r1AHA/EKHxiXQBS+BKIF+LgEzTAG4h3I0UvOh+/AUCFbECcDmROA2lC5mMzgAWLGDuUtsTBJ+iFeUDMC6Wx8VEA42hSptwAgAADAO3wKLgntfGkAAAAAElFTkSuQmCC\') 0 0}.ui-editor-quote-block-button:hover .ui-icon-quote{filter:alpha(opacity=100);opacity:1}.ui-editor-clean-button .ui-icon-clean{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAABNVBMVEUAAAAAAAAgSocgSocgPnAAAABxcXFPT09YWFggSocgSocoToUbPXgSN3kyYZw0ZqT///8iUZkgSoc1Z6UiUJaJrNkwXpZIeLiOvO03a6s4b7JekNUjUpqCp9eNr9pSjeAwX5g2aqquxuV8otPB1euOsNv8/f6gveFgkdVnkMmbuuVfk9lkk9fK3Pbs8vmWtd5Vjs98odCHqNWkv+Jzms6Qt+xnmNuzyudVidS90u6hwe5mmuQtXKCow+OqxepNg82Xtd3C1Ox0m89vl8x3oNl4n9NSjuDi7PqlxO+MtOyWtt2fwO60y+dUjt5zm8/L2+9qneT3+f7g6/qDrelRi95snuWowuSfvOGPr9uwyeqRsdqUs9qat92OrtmDptN5ns9Rh8hqk8uXuehwnt1vl83e6vmZu+gBAK69AAAADXRSTlMbAKM01gogSSmAy7W1OP1GaAAAAM1JREFUeF5VzNN2A1EAQNE7TIrrsSe0Udu2zf//hHZWk672PO6HAySR/UmUwBjT9XyzeJlZuGpe60wE474TxxghhHEcOz4DzLcxRoZhJGT/AOcoiiKEOE9AZEGw291fOcpNdZeD74fEqKZ5lFLP0+YplIDAzBfXrTQKNyW3bEIhgV51QD5fyVv1fQir0zOzcxfW4tLaCGqkHoYWWR/BxubW9k5/7+PgcAjZ8JicnJKz82wC6gRstTu3d/cPj0/PcFIF6ZQMf5NTaaCAfylf1j4ecCeyzckAAAAASUVORK5CYII=\') 0 0}.ui-editor-clean-button:hover .ui-icon-clean{filter:alpha(opacity=100);opacity:1}.ui-editor-clear-formatting-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wGGxcPH7KJ9wUAAAEKSURBVDjL3ZG9SgNBFIW/I76D1RIEazEIFitWNguxUPANUkUIKG4jYiEBC7WwUFJZiNssFvoOFipMFx/AoIVVEAvxB7w2MyBhV5Iq4IHLPecy9zBzBv4nJLUltQc5O1awXAE+gAnPhzMAFoE7YNzzoQ0WgBvg1vPBDSRNAl9m9gC4ebPpc+jkkADkkOTggi4KryFpV9KMpHgfXr/T1DJwGWxn4IIuM7iQdB1qDu73oPder9spuNDPYLZoeUrSZd9saQUej6DzUqvZCbhj2Pjr+pu/ZzuwnMLbc7Vqh+BCPyjIIAaefMVhuA69bhTZGnyuwlULXDeKrFWWQT+akDTAbfk3B90s+4WR4Acs5VZuyM1J1wAAAABJRU5ErkJggg==\') 0 0}.ui-editor-clear-formatting-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-click-button-to-edit-button{z-index:4000}.ui-editor-click-button-to-edit{outline:1px solid transparent}.ui-editor-click-button-to-edit-highlight{outline:1px dotted rgba(0,0,0,0.5);-webkit-transition:all .5s;-webkit-transition-delay:0s;-moz-transition:all .5s 0s;-o-transition:all .5s 0s;transition:all .5s 0s}.ui-editor-color-picker-basic-select .ui-editor-selectmenu-menu{min-width:100px}.ui-editor-color-picker-basic-select span{padding-left:2px}.ui-editor-color-picker-basic-swatch{width:16px;height:16px;float:left;margin-top:2px;border:1px solid rgba(0,0,0,0.2)}.ui-editor-debug-reinit-button .ui-icon-reload{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAqBJREFUeNqkU01PE2EQnrfdtmyLpbRNA/ULGyAhRi+NHkTk5sEEiRyMEi+evHszJh5I/AF613ho9EIwhEiMB4kSjQcWSDxgIAhJoZV26dd2t/v17jqzkoLGG5vM7rvzzPPsfOww13XhOJdAt8vPN0EIBEAQBPD5/UHGWALdnWgW2iO07H+40sL91APhH2ev4HOH+tJiZzoZCia7guXpj8XsnevprGX9yVQMM8i9K0jA2GI7A+9y3Uwo4I6Mj6aijToHzl2nXrNk27bBMDg0FQ7dcQFezeYljH6PlmsLuI4T8zF+e+zqqZ69ggaKZrH13WaxXDcUwm2LQ6xbgOKOCreu9WTfLuQVy3bSCBV8XoBpjmR6xYvFfKNflpuZTyuF1q+y8sHhXLINA7q6g/Byek06ERWgUlJh8EykHzkTxPUETMMYTcWCQ/Wqllnb3hct0/yM01nWVZUwePZiWcLnt0Vpd1NvmZCMBuL4PtwuwdL1S37GMqpuQaFUL+Mk5rllgeM41BuqeZH5/bmNzdJSbzQEiUggjJyBtgCqRVTDjqrc9c6YOjbRhlCHSON9YKMYGQpDrWVDh2F7mR2WoOsbezVdU30CdMXEGNY3abZ0rLcEVVkGpVqlPk0SRjEUS5y2gGUYX7byckURgnB66OxJ7MFD7MHkAQZ0Jh9hFEOxxDkUMM2ZrR/bMo+IsA3hjuzN4fPpvtQUjneJjM7kI4xiKJY4xGW0C9F7bwDrHvNHwk8T4zcutGz0hRjEQp4+1AwHGoYLosBgf3b+O1e1x9iPuUbu7uGfiEJzerUGu6+npwKDA8lm5lx8J54Ie2lWapr7c6tSWd+QwTSfYGPn/lqmoyKOpkn2yuoErKxeQdfgAbSO9hWXbAa/XDjKYcdd598CDAAkzn7JYhVZYAAAAABJRU5ErkJggg==\') 0 0}.ui-editor-debug-reinit-button:hover .ui-icon-reload{filter:alpha(opacity=100);opacity:1}.ui-editor-debug-destroy-button .ui-icon-close{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAtFBMVEX///+nAABhAACnAACjAACCAACgAACHAACjAAByAAB1AAByAACDAACnAACCAACHAACgAACNAACbAACXAACMAACSAABfAACYAACRAACjAACbAAChAACqAACNAACcAACHAACqAADEERGsERHQERG+NjaiERHUTEzYERG4ERGlFBSfFRX/d3f6cnK0JSWoHh7qYmLkXFyvFRXmXl7vZ2fNRUX4cHDXT0/+dnbbU1O3Li7GPT26MTG2f8oMAAAAIXRSTlMASEjMzADMzAAASMxIAMwAAMzMzEjMzEhISABIzABISEg/DPocAAAAj0lEQVR4Xo3PVw6DMBBF0RgXTO+hBYhtILX3sv99RRpvgPcxVzp/M5syb7lYepxDABDeYcQ5wg+MAMhr3JOyJKfxTABqduuvjD37O6sBwjZ+f76/7TFuQw1VnhyGYZPklYagKbKLlDIrmkBDGq1hUaqhM4UQJpwOwFdK+a4LAbCdlWNTCgGwjLlhUQqZ8uofSk8NKY1Fm8EAAAAASUVORK5CYII=\') 0 0}.ui-editor-debug-destroy-button:hover .ui-icon-close{filter:alpha(opacity=100);opacity:1}.ui-editor-dock-button .ui-icon-pin-s{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAbFJREFUeNpi/P//PwMlgAVEPGNiIqTOBojz/zIwTHrPwHD4BZDzGGhxMhAzEWlRvtTy5SE/GRiKge61R5YgyoB/IHVPnzIoTprk/52BoRJoiDNBA5BCxuY3UN2vz58Znu7ZwyAaHOz+8f//RqC8OzEuAPtdcfbsgM937zJ8+fKFgePHDwa3sDBroKGt8EBEAo1ArAV1ARPQucwqs2f7vz14kOHH378MF/buPQ4S+wXEQPkauAG3EFHp7bBihTHDs2cMf4E2ffvwgQGmeeuyZWf+MDA0ATXs+I8eiP+gGBhNNTsjIs7+5+Vl+HTrFsOry5cZXr56xXB02bKjQM21QCU7sKaDRYiA2wE0RPJnamq2VVGR8adr1xi4uLkZPjMwsDJCNf/HagAjI8SA//95gRRb5pEjxnttbM6aeHsb87CwMED9DAZ/0QxAjgVmRkZGj+vXr0+wt7evWc3ENPfI1q1n2djYGP4TSsqMEBfYLV26tExXVzcfyF8NdM17oG33V69e3QKUO0vIAF1PT8+Y2NhYUDRuh7n0PyTEdzAQ4YKYHTt2TAEyz5OaGxkpzc4AAQYAvlOuK2pYar0AAAAASUVORK5CYII=\') 0 0}.ui-editor-dock-button:hover .ui-icon-pin-s{filter:alpha(opacity=100);opacity:1}.ui-editor-dock-button .ui-icon-pin-w{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wFFgA2AnOoAZ4AAAH4SURBVDjLtZNNaxNhFIXPfefNJJlkppFI09Ca1FiRMiDduCjWQltdtILdu1DcSkpx7UL6A1zGH+BKEFy5MkhErRvpwo+NSDEaaYyZSZNJJslkPl43XQQaaUA8u3M5PFwu5wL/KBo1FEC4DJALiN2jjAWIbcA5EVABzotkUu+ZJmvLsmQwJtcHA2oHQc8FXm8D9eE8HzafgThPpS5H19Zux4kmIqbJWL3OT/u+9LNWK1er1V8PgMMdwBsJ8AARtFoD6na1qK7PubFYTOOc9RqNQxEEX1ygswP4Jx6mDNw3Fhc/WVtb4uPy8uAx0YeHwMaoLBs1DBE9kzTtIJLJ4FQ6LQnghZVMFscCCIB8IeKB7/e6lYpjNZs2V1WeNk02FuApwAJA8xwnFHgeSUL4rmVJ3yIRfyzAFWA+Oj29EZqcvODYNveJEloisZnq9++NAkjD5gCY59nsnfjq6iafnT3bNQzJrtWQzeUm+p3OxQXbll8Cb45tYBGRKcucEd2Irq/fDC8tzSm5nKRMTSEUi3lcUXB1ZSV1RlVvPWLs2rEiaUIIDAbee+AtisWMUyqpRhAoiq7rLdtudvf2fsQlqWe02yQDr/7axEvAbml///uTcHjhqyxncjMz5zqO87th28+vu+47GWjfBdyxP61QKFA+nydVVQn/S38ATpHDEx6slP8AAAAASUVORK5CYII=\') 0 0}.ui-editor-dock-button:hover .ui-icon-pin-w{filter:alpha(opacity=100);opacity:1}.ui-editor-dock-docked{z-index:10000}.ui-editor-dock-docked .ui-editor-toolbar-wrapper{position:fixed;top:0;left:0;right:0;border-top:0;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-pack:center;-moz-box-pack:center;-ms-box-pack:center;box-pack:center;-webkit-box-align:center;-moz-box-align:center;-ms-box-align:center;box-align:center}.ui-editor-dock-docked .ui-editor-toolbar{text-align:center}.ui-editor-dock-docked .ui-editor-path{position:fixed;bottom:0;left:0;right:0}.ui-editor-ios .ui-editor-dock-docked .ui-editor-path{display:none}.ui-editor-dock-docked-to-element-wrapper{font-size:inherit;color:inherit;font-family:inherit}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper{position:relative!important;top:auto!important;left:auto!important;border:0 none;padding:0;margin:0;z-index:auto;width:100%;font-size:inherit;color:inherit;font-family:inherit;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper .ui-editor-toolbar{margin:0;z-index:2;-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-ms-box-ordinal-group:1;box-ordinal-group:1}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper .ui-editor-toolbar .ui-widget-header{border-top:0;border-left:0;border-right:0}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper .ui-editor-path{border:0 none;margin:0;-webkit-box-ordinal-group:3;-moz-box-ordinal-group:3;-ms-box-ordinal-group:3;box-ordinal-group:3;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper .ui-editor-messages{margin:0}.ui-editor-dock-docked-element{margin:0!important;display:block;z-index:1;-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-box-ordinal-group:2;box-ordinal-group:2}.ui-editor-dock-docked .ui-editor-messages{position:fixed;top:0;left:50%;margin:0 -400px 10px;padding:0;text-align:left}.ui-editor-dock-docked .ui-editor-messages .ui-editor-message-wrapper{width:800px}.ui-editor-dock-docked .ui-editor-messages .ui-editor-message-wrapper:first-child{-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0}.ui-editor-embed-button .ui-icon-youtube{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAxlBMVEX////////fNzfaMTHVLCzKISHFGxvvR0flPDzpSEjdMTH4Y2PaKyvtTk7PJibXIyOnLi7lQECkKyvSHR3mPj6eJCSUGhqRFxfqQkL0XFziOTmOFBSBBwehKCiHDQ3PFRWaISGXHR3wVlaECgqqMTGLEBDGHR365eW1ICDaXFz139/LDg7NLi6tNDTSKSnMNzd9AwP1TEy/Fhbwxsbqv7+7EhKzFBS6EBDonZ3akJDkhISxBwf8a2vLIiLPcHD88fH67+/fYGAnLmvBAAAAAXRSTlMAQObYZgAAAJtJREFUeF5Vx0WShFAUBMB631F3afdxd7v/pQaiN5C7BK4mgM3nxAahczfihIgrrfVTqs+qGN2qLMvHwy4tB6sOmWeMIXp7/jI9L8PCYowR0e/3xzVj1gLLiHNOg9OR82iJvBZC0GD/J0Sdo7B93+/78+737AKNK6Uker2UA7fBNlBKPdyos2CLWXI/ksywnr+MzNdoLyZa4HYC/3EAHWTN0A0YAAAAAElFTkSuQmCC\') 0 0}.ui-editor-embed-button:hover .ui-icon-youtube{filter:alpha(opacity=100);opacity:1}.ui-editor-ui-embed .ui-dialog-content .ui-editor-embed-panel-tabs{display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical;height:100%;width:100%}.ui-editor-ui-embed .ui-dialog-content .ui-editor-embed-panel-tabs>div{display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical;-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ui-editor-ui-embed .ui-dialog-content .ui-editor-embed-panel-tabs>div>p:first-child{padding-top:10px}.ui-editor-ui-embed .ui-dialog-content .ui-editor-embed-panel-tabs>div textarea{display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-flex:4;-moz-box-flex:4;-ms-box-flex:4;box-flex:4}.ui-editor-float-left-button .ui-icon-float-left{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS5JREFUeNpi/P//PwMlgImBQsACY1zaIH4A6Bp7dAUzV31jnLHy22YgkxFqIQhf/vfvXymKAQ8eidtra35lYAQqY+FgZWBmZ2X49fk7AxvbX6DsN1+CLlgwn5khMECAwcLiL4OogiIDj6QEw9uLZ4AGfAVJ70BzAQg7ohigrnaP4cEDLoY3bzkYzL6/ZVA34ma4ev07w/sPv0HSHgRdoKICUvgR6IWPDK8evWb49+8iw/1bfxhevwYbsBfNdhC2BkkwwqLRxRhuFgM3HyMDrwAjw8vH/xj2nvuH1WZgIDKgGMDExLQNiz9xYWagASboBpAU/zAXsCCJ7SbCZjaghexAmgOIFUh2AXKyh7GRXTARiI2w2MoKVMwBtRVkOysQHwNiPxQXDFhmotgAgAADAKYzbYynfqX2AAAAAElFTkSuQmCC\') 0 0}.ui-editor-float-left-button:hover .ui-icon-float-left{filter:alpha(opacity=100);opacity:1}.ui-editor-float-none-button .ui-icon-float-none{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAkFBMVEUAAAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAAABAQEAAADRrxbRsBYBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAAAAAAAAAACcegnCrQ6ffgqukQv+/GixkS3duyLhwyfkyizevSNRMDCigDLauC/y41DcuiLrzTTQrhWCYBiObSDErz3r4VvApCt4Vg6dewnDaH3NAAAAGHRSTlMAycfDxcu9v8HYu+DAwIm3uZnRkdDn7LIyy/h+AAAAWklEQVR4Xp2KRwqFMBQAYzfGXmPtvfx//9spgvAWQcRZzgx6gz6dGEDkQ1FWNRBN2/XZCMRvXtZtB4LSfxon6AHTsjVZUQWR5xz2cWfJxYR9eFf2MQnCCH3hAIfwBUXJe8YuAAAAAElFTkSuQmCC\') 0 0}.ui-editor-float-none-button:hover .ui-icon-float-none{filter:alpha(opacity=100);opacity:1}.ui-editor-float-right-button .ui-icon-float-right{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS1JREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzZYRzBaaHcWE4kZGJ8aCe/0sHFAOAoB5d4avXfAwPH4swaGt+ZWAEGsnCwcrAzM7K8Ovzd3sMFwDBWpjNMPrK5b++C94yMwQGCDBYWPxlEFVQZOCRlGB4e/EMAzYDgtFdICr6kUFd7QfDgwdcDG/ecjCYfX/LoG7EzXD1+ncGeyNMAzYiuQDsCmHhf54qKr+BzI9AL3xkePXoNcO/fxcZ7t/6wwDzAyMsGoGBiDWUnQwR4tx8jAy8AowMLx//Y9h95g+GAdvQXIAPM//798+EKBfgAkADMMJgNxE2swEtZAfSHECsQLILkJM9jI3sgolAbITFVlagYg6orSDbWYH4GBD7obhgwDITxQYABBgAdBpg+9sXURwAAAAASUVORK5CYII=\') 0 0}.ui-editor-float-right-button:hover .ui-icon-float-right{filter:alpha(opacity=100);opacity:1}.ui-editor-font-size-inc-button .ui-icon-font-size-inc{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOhJREFUeNpi/P//PwMlgImBQkCxASxgU5gwzJkOpTORBZ2ilzO8+MjFwMIixnBhnTlOF8gD8U8gFoey4UBSyZooLzgD8Umo65xhgsYu5USHgS0QHwfiE1A2TtuxGaAIxL+B+AEQnwFiaagYg6Qi2AAHIP4PpbEa4AHEz4HYAIi/QL3hgSS/H4gfQmlELCAHNBBLQGlksenP7x9l4Bc3YMTnBRWogbZIuBOIZUFyW2b5EQwDVyA+giYPcionSA6U5Jc0yTK8vrUcVQU0L1gB8RMotkKSXoMkXgQT5BM3A+sDYcahn5kAAgwArro7Z1GYijsAAAAASUVORK5CYII=\') 0 0}.ui-editor-font-size-inc-button:hover .ui-icon-font-size-inc{filter:alpha(opacity=100);opacity:1}.ui-editor-font-size-dec-button .ui-icon-font-size-dec{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKxJREFUeNpi/P//PwMlgImBQjAMDGBBMY0Jbp4JEFcAcQcQnwEJpLa/Zfj27SvD+fPnGVhYxBgurDPH6wI9IP4DpRmMXcpJ9oIZELcBcRiaOCjOH0BpnAYoAbE6EE8EYnYgtjq7pxMm5wjE8lAapwFOQLwFiIuB+AQ0PBi2zvYHUQeAmBFKYxoATJWWQOwLxJJAfA6I5YE4FyT+9O5hBiSXwAHjaFKm3ACAAAMA85o8WKYZErQAAAAASUVORK5CYII=\') 0 0}.ui-editor-font-size-dec-button:hover .ui-icon-font-size-dec{filter:alpha(opacity=100);opacity:1}.ui-editor-show-guides-button .ui-icon-pencil{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHZJREFUeNpi/P//PwNFAGQAIyMjDK9BYqNgXHqZ0MSYcFmEyxBGsClMTGS5+t+/fxg2biLGAGTXoBvATGoYkuUFGMDmhd2kGjL4vHCUUi9cIjcpnwPi2UAsBaXPQZPwOXxscD5Cy0xLSbUc3YDnJLue0uwMEGAA2O1APJOrHFQAAAAASUVORK5CYII=\') 0 0}.ui-editor-show-guides-button:hover .ui-icon-pencil{filter:alpha(opacity=100);opacity:1}.ui-editor-ui-show-guides-visible *{outline:1px dashed rgba(0,0,0,0.5)}.ui-editor-undo-button .ui-icon-undo{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAe1JREFUeNrEUzFrFEEU/mazu7d3x8U9g0ROwkHEwrSrNmksJBxok1RRwUIEz0awFStZoqQw5B9ok1jYiRDBwl4PSaFJVLCMMfHWS7zb3ZndGd9ssgdXiVzhwGNnH+/75n3vm2FKKQyzDAy5zKmHLRSKRdiOA6tQgGlZDcrPUme3dcFBEPSLlZQQcZyFTFN8WZiGOUCnVCMRws9/4zD8BwkEFpz7N66c8vQJUbeLNEn+LuEQqxo8jv0716e8/f0UPIp0+n1OTbFLsUF1z+n7boAgA0eRf/em521tdeE4BuYunfa0OYehEMUJ3wt6Fza+7s4EkVwh3DJFLyPgYejfa0576+u/MsZe70g/tX8QRujSHDgXtpTpmOvarkjYrZ97Qg/xUTYDOv3B46U3rcnJMqRUUKaBtsXwzWDYJmfax1y0x07gx/FxfLbckd+1Wj0dYddI8vlcwhp1gcUnr/z55mXvbcfA99WXrVwjMwzGHNs0yiWbVSpFXqtVMTFxkrU+zOt55ENc04N7tvTCP9O86mn76D6cIzDSODYRhhUEnXFguy4/bs6gWr1IubN9F3KShHN8Wn6a3QNtZaFU0lvtZXAUm1LK13Jn5z7Vzw0Q9EmE0NvZDNnpoDw6OuC7voFUs0C19Uzif39MQxP8EWAA91//GdkHdYEAAAAASUVORK5CYII=\') 0 0}.ui-editor-undo-button:hover .ui-icon-undo{filter:alpha(opacity=100);opacity:1}.ui-editor-redo-button .ui-icon-redo{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAd9JREFUeNrEU89LG0EUfjP7KyvEGsRorRhoySGCuSyht0IPgicFQZCcvXsvHoP/Q8FDKZRCpQityKIHvZT2YI6t6MUfCJqQKpt1d7Ozu7N9O9vWhIIUcvDBt/OY4X3z3vfNkjiOoZ+g0GfIyaf46gtQSQJF0wQIvePN5nJiJYS8xmUzDAIz8H1gnQ74npcS3BeubYOm60lqCKQjm/89QhSG0HEcSG6tzo4bAWM1JJntGaE7UNQKcL6EaQkxknQfcS6Imk0GizOTxrvPx7Xf4pvdBAOc85VBnVTLU6OPhx8NZBVZUjmPIYpStNsMGo0I5l8+NT5sfxckggCFAYrFzyaHlo1yoYDdSs2WD9e2A/atC4wFooMkJBT79EqBF88Lxu7eYU0QMN+v5Eey1enSRKF1y6ULFoKFAFUDntMgwpsiDuAEMbgBhydDKmxtH9TRmdWUwPOWSsXi2Fmr7RyfNG6sa9vzbI+FHT+MI3730hbmjIwEcLTxSRSrup5qgH6Wvn39cd76ae9TSndw6wzRQNiSooQxiohjHij4Pqy379PiTMb86wJalL+6ZB+pLK9RSv+x0XddkQfrb9K2VdXssRHZk4M1mRDc6XXWsaw/aT15ibKimN3n5MF/pr4JfgkwANDA599q/NhJAAAAAElFTkSuQmCC\') 0 0}.ui-editor-redo-button:hover .ui-icon-redo{filter:alpha(opacity=100);opacity:1}.ui-editor-hr-button .ui-icon-hr{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXhJREFUeNpi/P//PwMTExMDEmgEYi0gZsSCrwJxNUzhv3//GBixGEA0ABnAgkV8LZqtTFDaF6aAX8KCwdBrA4QDckFq+1sGSUVrBkZGRqKwvEEhg2PyS7BeuAv07AsZXjw4BmJuQLIV5gImJLYrv7g53LlwA8TkLRgCi28wXDzQF/Dr10+G379/M/z58wfoz/9gfUxMrAzMzGwMsnr5DBwcvBgGHABiexBDyTiV4cuXTwxfv35j+PHjB9CQ/0BnszCwsHAysLHxIofVQSB2gBlgnxogAqREiI6B+ikf7ZFdcHD2hjf2X79+Zfj8+TNeF7Cz84K9wMrKdRDZAAcQ8fbJaYYndw4zYAsDHlFjBjZxKwyXwAPx1cMTDIdWxoKY+5BCHo7f31tp8VM9iUFQ0oaBQ9YBYQIoLo1dygmmA2QgIGHJoGhUCtaLLSkfweICVqA6diDNAcQKyJYTlRdAanCJY8sL04HYFM3WM0Acgs0QRlymEwsAAgwAwwCYinucCRoAAAAASUVORK5CYII=\') 0 0}.ui-editor-hr-button:hover .ui-icon-hr{filter:alpha(opacity=100);opacity:1}.ui-editor-wrapper .ui-editor-i18n-select{height:23px;top:-8px;text-align:left}.ui-editor-wrapper .ui-editor-i18n-select .ui-editor-selectmenu-status{font-size:13px;line-height:10px}.ui-editor-selectmenu-menu li a,.ui-editor-selectmenu-status{line-height:12px}.ui-editor-wrapper .ui-editor-i18n-select .ui-editor-selectmenu-item-icon{height:24px;width:24px}.ui-editor-selectmenu-menu .ui-icon.ui-editor-i18n-en,.ui-editor-wrapper .ui-icon.ui-editor-i18n-en{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAflJREFUeNpinDRzn5qN3uFDt16+YWBg+Pv339+KGN0rbVP+//2rW5tf0Hfy/2+mr99+yKpyOl3Ydt8njEWIn8f9zj639NC7j78eP//8739GVUUhNUNuhl8//ysKeZrJ/v7z10Zb2PTQTIY1XZO2Xmfad+f7XgkXxuUrVB6cjPVXef78JyMjA8PFuwyX7gAZj97+T2e9o3d4BWNp84K1NzubTjAB3fH0+fv6N3qP/ir9bW6ozNQCijB8/8zw/TuQ7r4/ndvN5mZgkpPXiis3Pv34+ZPh5t23//79Rwehof/9/NDEgMrOXHvJcrllgpoRN8PFOwy/fzP8+gUlgZI/f/5xcPj/69e/37//AUX+/mXRkN555gsOG2xt/5hZQMwF4r9///75++f3nz8nr75gSms82jfvQnT6zqvXPjC8e/srJQHo9P9fvwNtAHmG4f8zZ6dDc3bIyM2LTNlsbtfM9OPHH3FhtqUz3eXX9H+cOy9ZMB2o6t/Pn0DHMPz/b+2wXGTvPlPGFxdcD+mZyjP8+8MUE6sa7a/xo6Pykn1s4zdzIZ6///8zMGpKM2pKAB0jqy4UE7/msKat6Jw5mafrsxNtWZ6/fjvNLW29qv25pQd///n+5+/fxDDVbcc//P/zx/36m5Ub9zL8+7t66yEROcHK7q5bldMBAgwADcRBCuVLfoEAAAAASUVORK5CYII=\') 0 0}.ui-editor-selectmenu-menu .ui-icon.ui-editor-i18n-zh_CN,.ui-editor-wrapper .ui-icon.ui-editor-i18n-zh_CN{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFqSURBVHjaYrzOwPAPjJgYQEDAleHVbhADIvgHLPgHiQ0QQCxAlkR9NW8sw+cV/1gV/7Gb/hV4+vfzhj8Mv/78//Pn/+/f/8AkhH1t0yaAAAJp4I37zyz2lDfu79uqv/++/WYz+cuq/vvLxt8gdb+A5K9/v34B2SyyskBLAAII5JAva/7/+/z367a/f3/8ZuT9+//Pr78vQUrB6n4CSSj6/RuoASCAWEDO/fD3ddEfhv9/OE3/sKj8/n7k9/fDQNUIs/+DVf8HawAIIJCT/v38C3Hr95N/GDh/f94AVvT7N8RUBpjxQAVADQABBNLw/y/Ifwy/f/399ufTOpDBEPf8g5sN0QBEDAwAAQTWABEChgOSA9BVA00E2wAQQCANQBbEif/AzoCqgLkbbBYwWP/+//sXqBYggFhAkfL7D7OkJFCOCSj65zfUeFjwg8z++/ffX5AGoGKAAGI8jhSRyIw/SJH9D4aAYQoQYAA6rnMw1jU2vQAAAABJRU5ErkJggg==\') 0 0}.ui-editor-image-resize-in-progress{outline:1px dashed rgba(0,0,0,0.5)}.ui-editor-length-button .ui-icon-dashboard{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAhFJREFUeNrEk7tv01AUxr/4kcRO7Fh1HghFgSAeYglDlIfUbGEBhaWoUxFiQWJGMDDyhzB2ZmANYmAoIvQPaIHIkVJjKyWkcdzYSR1zbhSGQhFDB47007333PN9V/cVCcMQ5wkO54wIxe+5q8Rt4gaRW+VsYo9oE1/+ZpAktjKZzL1arXatWCzmFEVhOYzH40m327U7nc7nwWDwhlLbxITN8SsDVvisXq9vtVqtuqZp2XK5HDcMg5vNZlylUon7vq+XSqXLi8WiYJqmTvWfiNkvg8e06gMqLDmOI5AIvV4P8/l8CeuzHMHn8/kcmeiWZQWk6zCD67quP280GuXNdlv4qKrwTk6WwpXoFNVqNTKdTtf6/X7C87wPzOAhrX4nCIK195KEp4aBtxyHKRm4roujozGdwQSO49LYx/7+VzIPeVEUOcsyh+wab9Ge0+SKGW3nhSzj5WiEoWlhMvHolKOIRmVIkgpZVhGPKxAEGdlsIc20zOASz/NSs9lkl4IwJuOJH+CVksDi2APPx0iYIgNlCTNYXy8hmdQkpmUGCfag2u134DgJipKGdqGAR6NjbKdVOAMbQRAiRsaCEKMaHru7XdYutRw95R+Hh0NXVTNIpXQy0KDrOVy8chOb34Z4XcjCMvZoO86p12bbBy7Tsv5dYoc4OAtFFM3BxkZ4xtzOSvvPuE98X7V//oX//ht/CjAAagzmsnB4V5cAAAAASUVORK5CYII=\') 0 0}.ui-editor-length-button:hover .ui-icon-dashboard{filter:alpha(opacity=100);opacity:1}.ui-editor-link-button .ui-icon-link{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAilBMVEX///8EBARUVFRUVFQEBARTU1MqKiwfHx5MTEzGxsZNTU1FRUWAgH8SEhJnZ2fd3d06Ojrg4ODIyMgODg4DAwMSEhLCwsGcnKXExNEvLy+ysrh+foMQEBBBQUEEBATJydeenqcDAwPT09OIiIjj4+OZmZl3d3fU1OPCwsHW1tXq6urr6+va2trGxsaRnmwcAAAAI3RSTlMAimdfRTOWgDXbAGXFj339cv3dAHtC3OP8bt+2cnuA/OMA+Akct2IAAABoSURBVHhetcVZFoIgGAbQ7wcVwyEKtBi01OZh/9urw2EJdV8ufkHmnDHG85RE2a7Wp812GGJtiaqvG1rOXws1dV9BzWKi2/3xfL1pErOCdT6YS2SCdxZdsdtfD8ci1UFnIxGNWUrjHz6V6QhqNdQf6wAAAABJRU5ErkJggg==\') 0 0}.ui-editor-link-button:hover .ui-icon-link{filter:alpha(opacity=100);opacity:1}.ui-editor-unlink-button .ui-icon-unlink{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAA2FBMVEX///8WFhYvLy9LS0sEBAQODg4EBARNTU0DAwNVVVVUVFQtLS1nZ2cfHx46OjoSEhLGxsZTU1OAgH/T09NUVFQEBAQ6OjpMTEwvLy+4uMDCwsEQEBCvr7sSEhIEBAR+foMqKixFRUUEBARDQ0MBAQEBAQG5ucQiIiICAgIODg7Z2dlAQEBMTEwsLCxGRkYAAABPT0/e3t4mJiYqKiopKSlUVFQiIiJJSUkjIyNFRUU5OTkBAQEoKCi/v8zCws+qgFWFZkY7MSbc3Nzj4+Pm5ubOztzU1OTQ0N6IE/7FAAAAQ3RSTlMAAAAAigAAAAAAZwB9gACP2zPF+F9ocjVu39xy40KAtpZlRQBrUPx9AIb8AE8AAAAA/AAAAAAAAAAAAAAA/PwAAAD8PWHlxQAAALtJREFUeF5dzsVWxEAQheHqpGPEPeMWGXfcmQHe/42oC+ewmH95F1UfGWFyhZLQUBHlTvBxOp92gZP/DaN25Esp/ag9ukeUxa5p6qbpxpmHqGgNOtWm6gxahaIokwX1ht16ps3q7rAn9utrg7RxX6Z6KvtjbWJZGHTuuLLtw8P2f/CAWd4uGYNBqCpj5s1NM2cMPd3xc2D4EDDkIWCmj1NgSEHAlGUJDAnEmOfPr+8XxtDr27sQwHDA0GU/2RcVwEV78WkAAAAASUVORK5CYII=\') 0 0}.ui-editor-unlink-button:hover .ui-icon-unlink{filter:alpha(opacity=100);opacity:1}.ui-editor-link-panel .ui-editor-link-menu{height:100%;width:200px;float:left;border-right:1px dashed #d4d4d4;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical}.ui-editor-link-panel .ui-editor-link-menu p{font-weight:bold;margin:12px 0 8px}.ui-editor-link-panel .ui-editor-link-menu fieldset{-webkit-box-flex:2;-moz-box-flex:2;-ms-box-flex:2;box-flex:2;margin:2px 4px;padding:7px 4px;font-size:13px}.ui-editor-link-panel .ui-editor-link-menu fieldset label{display:block;margin-bottom:10px}.ui-editor-link-panel .ui-editor-link-menu fieldset label span{display:inline-block;width:150px;font-size:13px;vertical-align:top}.ui-editor-link-panel .ui-editor-link-menu fieldset,.ui-editor-link-panel .ui-editor-link-wrap fieldset{border:0}.ui-editor-link-panel .ui-editor-link-wrap{margin-left:200px;padding-left:20px;min-height:200px;position:relative}.ui-editor-link-panel .ui-editor-link-wrap.ui-editor-link-loading:after{content:\'Loading...\';position:absolute;top:60px;left:200px;padding-left:20px;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAOXRFWHRTb2Z0d2FyZQBBbmltYXRlZCBQTkcgQ3JlYXRvciB2MS42LjIgKHd3dy5waHBjbGFzc2VzLm9yZyl0zchKAAAAOnRFWHRUZWNobmljYWwgaW5mb3JtYXRpb25zADUuMi4xNzsgYnVuZGxlZCAoMi4wLjM0IGNvbXBhdGlibGUpCBSqhQAAAAhhY1RMAAAACAAAAAC5PYvRAAAAGmZjVEwAAAAAAAAAEAAAABAAAAAAAAAAAAA8A+gAAIIkGDIAAACsSURBVDiNtZLBCcMwDEUfJgOUjhAyQsmp9FA8TgfISj6F4gl66jSdIIf00G9wnLjYKf3w0Qch6Us2fMdVLMYx0haYRZsrMJEegZdiDj3gFFeT54jBiU2mO+XdVvdRyV0OYidVMEAH3AEPHGoboMKwuy+seYqLV9iNTpM90P7S6AQMitXogYnPHSbyz2SAC9HqQVigkW7If90z8FAsctCyvMvKQdpkSOzfxP/hDd++JCi8XmbFAAAAGmZjVEwAAAABAAAAEAAAABAAAAAAAAAAAAA8A+gAABlX8uYAAAC3ZmRBVAAAAAI4jaWQsQ3CQBAEB4cECFGCI1fiAlyFKwARWgSIeqjCNTh0gIjIkBw9gffFSfz74VlpdX/W3Xr3YBmlmIUSmMSoSGHee+CmGsMGaFU/cAecqnVh/95qpg0J/O0gCytgDRzUX4DnryIn5lwO6L7c6fxskRhMwkc4qj+TEcFjC9SqWcsj8x3GhMgu9LHmfUinvgKuYmWWp5BIyEFvBPuUAy9ibzAYgWEhUhQN8BCb2NALKY4q8wCrG7AAAAAaZmNUTAAAAAMAAAAQAAAAEAAAAAAAAAAAADwD6AAA9MEhDwAAAKhmZEFUAAAABDiNY2CgMTgNxTgBExLbh4GB4SCUxgeMcEkcZmBg+A+lcQETqBoTbJI+UM1ku4AiEATFZIEQBoi//kPZxIAAKEaJBYpACAm24wUSBORVGBgYUqA0BtjKAAmHrXg0f4aq+YxuiAQDIiD/Q/k8DAwMdVDMw8DAkIamJo2QCyYjKZ4MtfErlP8VlzeQw2AlkgErkbyBMwzQgRoDA8N+KMapAQDdvyovpG6D8gAAABpmY1RMAAAABQAAABAAAAAQAAAAAAAAAAAAPAPoAAAZC1N1AAAAsWZkQVQAAAAGOI21kkEOgjAURF9YGBbGtYcwLowrwxk8BMcg3XACD9djGJaujKmLTkMRCiXEl0ympYX8+Xz4M62UpIjWR8DI59inDgzg5CkOwEs+YnMFmzhJOdwAK1UAZ+ANfLRewuJ75QAb/kKRvp/HmggVPxHWsAMu8hEN8JRPUdLnt9oP6HTYRc/uEsCVvnlO+wFGFYRJrKPLdU4FU5HCB0KsEt+DxZfBj+xDSo7vF9AbJ9PxYV81AAAAGmZjVEwAAAAHAAAAEAAAABAAAAAAAAAAAAA8A+gAAPSdgJwAAADDZmRBVAAAAAg4jaWSTQrCMBCFP6NIT5AjCF6gJ6jbUnoCL1biDTyF5AAueoZu3LkSrAtHTEJiIn3wmCTz92YILMQ64++BPTDKXQMH4AbcAZQTvAEasTFo4AqcxeowoAFmsSk1s8M+DChRMEnyFFNQAg10sWSFv49cESPUn+RRWFLE8N2DKe2axaIR/sU25eiAi9gUBt6zDzGnFad13nZCgAr/I1UxBdZRUAMPYV2iIETrdGudd28Hqx8FFHCU8wl4xoJeZnUrSRiyCSsAAAAaZmNUTAAAAAkAAAAQAAAAEAAAAAAAAAAAADwD6AAAGe6xwAAAALtmZEFUAAAACjiNpZJBCsIwEEWfpUsPULoSl55Beh4J7nqCHkDceR3pIaSr4Ak8Qq2L/khomlrig+FPhszwJy3EqYCHolq4F6UDBkWnWgbspN+CT7EwMAPuwFM67aUAem/IdIW952jQOeCXg1bN7ZyDNQRvsEkYkgNG+S1XcpHWKwacgatzlLLH2z/8vUJCf5wSaKQxToCVBjSM37jxaluFw+qOXeOgBF4KVzNqNkH3DAfGX7tXnsRREeUD4f8lQGjw+ycAAAAaZmNUTAAAAAsAAAAQAAAAEAAAAAAAAAAAADwD6AAA9HhiKQAAAJ9mZEFUAAAADDiNtZDLCcMwEEQfIUcXoDpCKgg6qIRUEtKB6wg6poDgalyFTj7YBw+2QyRlCc6DYVm0n9FCGQc8JFepWzgBN0WACIxS/NZ8BgYVD8pzA1ogKb5x3xSPyp0a4+YLSe/J4iBH0QF83uCvXKSFq2TBs97KH/Y1ZsdL+3IEgmJt86u0PTAfJlQGdKrprA6ekslBjl76mUYqMgFhpStJaQVr0gAAABpmY1RMAAAADQAAABAAAAAQAAAAAAAAAAAAPAPoAAAZshBTAAAAu2ZkQVQAAAAOOI21kCEOwkAQRR8rKkkFCtmjkJ4ARTgBArViT4LjLJwBgUZUr8NBQlrR38Am3XYEvOTnT7PzuzO7IE8BHFWfgNdELwBLYCMH8EAr+VzIyUvgBlzkZaZ/D1zlCfXXba2+C93sVaNwK08ogUaHzcQEu9wE0O9e83kDEw7YAhG4K/ww5CoJFB52j8bwU6rcTLOJYYWo2kKywk9Zz5yvgCAfDb9nfhLoHztYJzhIpgnGOEv/owMnkSfarUXVlAAAAABJRU5ErkJggg==\') no-repeat left center}.ui-editor-link-panel .ui-editor-link-wrap h2{margin:10px 0 0}.ui-editor-link-panel .ui-editor-link-wrap fieldset{margin:2px 4px;padding:7px 4px;font-size:13px}.ui-editor-link-panel .ui-editor-link-wrap fieldset input[type=text]{width:400px}.ui-editor-link-panel .ui-editor-link-wrap fieldset.ui-editor-external-href{width:365px}.ui-editor-link-panel .ui-editor-link-wrap fieldset.ui-editor-link-email label{display:inline-block;width:115px}.ui-editor-link-panel .ui-editor-link-wrap fieldset.ui-editor-link-email input{width:340px}.ui-editor-link-panel .ui-editor-link-wrap ol li{list-style:decimal inside}.ui-editor-link-panel .ui-editor-link-wrap .ui-editor-link-panel .ui-editor-link-wrap fieldset #ui-editor-link-external-target{vertical-align:middle}.ui-editor-link-error-message div{padding:0 .7em}.ui-editor-link-error-message div p{margin:0}.ui-editor-link-error-message div p .ui-icon{margin-top:2px;float:left;margin-right:2px}.ui-editor-list-unordered-button .ui-icon-list-unordered{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMlJREFUeNpi/P//PwNFAGQAIyNjGBCvgdIMxGKQXhaoORFlZWWBXV1dTED2KqjYGiBmRMJMaOwrQFwOc0EEEG+A0iS5gBFEMDExkeX9f//+MTAxUAhgBsQC8U4oTRKABWJ8Rkae84wZk5iB7MVQsW1IAYYLW8MCMRGID0Bp+gYiC46EhTPR4QrEdCA+A6VJT8pAcDMsLB3EuAniQP14BIiPAfEJID4FxGehqe8OED8B4vVgvVADioH4GZTGGWhYvUtpbqQ4JQIEGABjeFYu055ToAAAAABJRU5ErkJggg==\') 0 0}.ui-editor-list-unordered-button:hover .ui-icon-list-unordered{filter:alpha(opacity=100);opacity:1}.ui-editor-list-ordered-button .ui-icon-list-ordered{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM1JREFUeNpi/P//PwNFAGQAIyNjIxCvAWJBIGYgFoP0skDNqQfidUDMiGT2GigfhpnQ2FeAuJwFSQMTmuNCiPEBTFMblF1CahAwgvzBxMREVvj9+/cP7oIuIN4Bpcl2gRMQJwFxDFRuG1KAYcVAF1jDojEBiGcAsQSp0QjzgiEQawLxSiibNoGInmqRE9J0IJaEYnNSXAAzYC4QNwJxIJLcEbRAYwZidiDmgOLTYPVIzgJpPgD2F45Aw+olqAFrgfg5EBeTagAjpdkZIMAAg/ZGwsH5qkAAAAAASUVORK5CYII=\') 0 0}.ui-editor-list-ordered-button:hover .ui-icon-list-ordered{filter:alpha(opacity=100);opacity:1}.ui-editor-paste-panel-tabs{height:100%;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ui-editor-paste .ui-tabs a{outline:0}.ui-editor-paste-panel-tabs{position:relative;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical}.ui-editor-paste-panel-tabs>div{overflow:auto;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #c2c2c2;border-top:0}.ui-editor-paste-panel-tabs>div>textarea.ui-editor-paste-area{-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1;display:-webkit-box;display:-moz-box;display:-ms-box;display:box}.ui-editor-paste-panel-tabs>div>textarea,.ui-editor-paste-panel-tabs>div>.ui-editor-paste-area{border:0;padding:2px}.ui-editor-raptorize-button .ui-icon-raptorize{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAABDlBMVEX///9NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU0Y/iVtAAAAWXRSTlMA/v1mTvW+WQFF+nGpsyPlDhXL1GvZHduk48LslL2a7tadwee772kEfqD8+OGCXWJ2+bQ9pt7xCme4iQU4iNH0mCEPEd82Ocxj4De2HoMaq3MHZJsDeGwCG8H1fioAAAC1SURBVHheNchFlsMwEADRlmRkSDKmMDMMMjMz9P0vkifLrl194F3NW0qtugV5Wt1FHpnloGKRmr3TK96YDjiMxFGCONngcJ1De4GNDJqhvd2VkbzsY+eDw2efMTYsjRFxd4+DZx6ajC1xhXTTB560EyfWASJW2FEG3vGJElZOz4xzH6QLKLqMgpvbu3sxD+4jPBFJe05fBby9ly0S6ADxl4BviGjp5xd0Of0TUqaUEPs/kR1YA96IIUDtx93SAAAAAElFTkSuQmCC\') 0 0}.ui-editor-raptorize-button:hover .ui-icon-raptorize{filter:alpha(opacity=100);opacity:1}.ui-editor-save-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVNJREFUeNqkU71ugzAQPowtwdAdqRLK3odg6161a+cukZonoGrElgWWDqhb16oP0AfoytStirows0QRMj/unQsohAQi5aTD5vju4/Pd2VBKwTnG6cEYe8bl6s73P09Jel8ur3H5ruv6CUiBYRgfQRAosnrCyQhLOZTLG1ImpYQSA1VVjf7dNE0gLOV0R6AXlAMSk4uiGCUQ6ITdJzDpz0SQTxAoxlqVZo+gLEuQyDxFwIQAwg4IiPV3vYbL2WyUgDBHFbxG0Um9t237sIIkSeDYYGHbur3neQMCTgqoRWEYDToh8NyLxSO4rgtpmrY14D0CUsA5h80mh/n8QQdXq7CTTN/ILMtqa9AjEDjOGrTdSnAcRwdpr1unzB5BMweiGwY8tx/H8U+WZbmUSoPJlfr3NrZLgDkXujbNXaD9DfoLAt8OFRHPfb8X+sLcW+Pc6/wnwABHMdnKf4KT4gAAAABJRU5ErkJggg==\') 0 0}.ui-editor-save-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-cancel-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAtFBMVEX///+nAABhAACnAACjAACCAACgAACHAACjAAByAAB1AAByAACDAACnAACCAACHAACgAACNAACbAACXAACMAACSAABfAACYAACRAACjAACbAAChAACqAACNAACcAACHAACqAADEERGsERHQERG+NjaiERHUTEzYERG4ERGlFBSfFRX/d3f6cnK0JSWoHh7qYmLkXFyvFRXmXl7vZ2fNRUX4cHDXT0/+dnbbU1O3Li7GPT26MTG2f8oMAAAAIXRSTlMASEjMzADMzAAASMxIAMwAAMzMzEjMzEhISABIzABISEg/DPocAAAAj0lEQVR4Xo3PVw6DMBBF0RgXTO+hBYhtILX3sv99RRpvgPcxVzp/M5syb7lYepxDABDeYcQ5wg+MAMhr3JOyJKfxTABqduuvjD37O6sBwjZ+f76/7TFuQw1VnhyGYZPklYagKbKLlDIrmkBDGq1hUaqhM4UQJpwOwFdK+a4LAbCdlWNTCgGwjLlhUQqZ8uofSk8NKY1Fm8EAAAAASUVORK5CYII=\') 0 0}.ui-editor-cancel-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-wrapper .ui-editor-selectmenu .ui-editor-selectmenu-button .ui-icon{text-align:left}.ui-editor-wrapper .ui-editor-selectmenu .ui-editor-selectmenu-button .ui-editor-selectmenu-text{font-size:13px;line-height:22px}.ui-editor-selectmenu-menu li a,.ui-editor-selectmenu-status{line-height:12px}.ui-editor-wrapper [data-title]:after{opacity:0;content:attr(data-title);display:block;position:absolute;top:100%;font-size:12px;font-weight:normal;color:white;padding:11px 16px 7px;white-space:nowrap;text-shadow:none;overflow:visible;z-index:1000;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none;-webkit-border-radius:9px 9px 2px 2px;-moz-border-radius:9px 9px 2px 2px;-ms-border-radius:9px 9px 2px 2px;-o-border-radius:9px 9px 2px 2px;border-radius:9px 9px 2px 2px;-webkit-transition:opacity .23s;-webkit-transition-delay:0s;-moz-transition:opacity .23s 0s;-o-transition:opacity .23s 0s;transition:opacity .23s 0s;background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI1cHgiIHN0b3AtY29sb3I9InJnYmEoNDAsIDQwLCA0MCwgMCkiLz48c3RvcCBvZmZzZXQ9IjZweCIgc3RvcC1jb2xvcj0iIzI4MjgyOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\'),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(5px,rgba(40,40,40,0)),color-stop(6px,#282828),color-stop(100%,#282828)),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:-webkit-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:-moz-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:-o-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0}.ui-editor-wrapper [data-title]:hover:after{opacity:1}.ui-editor-wrapper .ui-editor-select-element{position:relative}.ui-editor-wrapper .ui-editor-select-element:after{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI1cHgiIHN0b3AtY29sb3I9InJnYmEoNDAsIDQwLCA0MCwgMCkiLz48c3RvcCBvZmZzZXQ9IjZweCIgc3RvcC1jb2xvcj0iIzI4MjgyOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\'),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(5px,rgba(40,40,40,0)),color-stop(6px,#282828),color-stop(100%,#282828)),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:-webkit-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:-moz-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:-o-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0}.ui-editor-unsaved-edit-warning{position:fixed;bottom:0;right:0;height:30px;line-height:30px;border-radius:5px 0 0 0;border:1px solid #d4d4d4;padding-right:7px;background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWNiZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fffff2),color-stop(100%,#edecbd));background:-webkit-linear-gradient(top,#fffff2,#edecbd);background:-moz-linear-gradient(top,#fffff2,#edecbd);background:-o-linear-gradient(top,#fffff2,#edecbd);background:linear-gradient(top,#fffff2,#edecbd);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s;filter:alpha(opacity=0);opacity:0}.ui-editor-unsaved-edit-warning .ui-icon{display:inline-block;float:left;margin:8px 5px 0 5px}.ui-editor-unsaved-edit-warning-visible{filter:alpha(opacity=100);opacity:1}.ui-editor-unsaved-edit-warning-dirty{outline:1px dotted #aaa;background-image:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAQMAAAC2MCouAAAABlBMVEUAAACfn5/FQV4CAAAAAnRSTlMAG/z2BNQAAABPSURBVHhexc2xEYAgEAXRdQwILYFSKA1LsxRKIDRwOG8LMDb9++aO8tAvjps4qXMLaGNf5JglxyyEhWVBXpAfyCvyhrwjD74OySfy8dffFyMcWadc9txXAAAAAElFTkSuQmCC\')!important}.ui-editor-view-source-button .ui-icon-view-source{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKtJREFUeNpi/P//PwMlgImBQkCxAQwgLzAyMqLjMCCehsSfBhVDUQf2PhYDIoB4JhCLIYmJQcUiCBkQBcRzgFgci6vEoXJRuAyIAeIFODQjG7IAqhbFAAMg3gOlGQhguFp0FyQC8UoglgTx0QFUjSRUTSKuMEgG4nUghVgMkITKJROKhXQg3gbUI42kXxokBpUjGI0gDYVAfBzJABC7EFs6YBz6eYFiAwACDAADJlDtLE22CAAAAABJRU5ErkJggg==\') 0 0}.ui-editor-view-source-button:hover .ui-icon-view-source{filter:alpha(opacity=100);opacity:1}.ui-editor-ui-view-source .ui-editor-ui-view-source-dialog{overflow:auto}.ui-editor-ui-view-source-plain-text{height:100%;width:100%;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical}.ui-editor-ui-view-source-dialog textarea{white-space:pre-line;width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical;-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.cms-white{color:#fff}.cms-black{color:#000}.cms-blue{color:#4f81bd}.cms-red{color:#c0504d}.cms-green{color:#9bbb59}.cms-purple{color:#8064a2}.cms-orange{color:#f79646}.cms-grey{color:#999}</style>').appendTo('head');